.is-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.page-works {
  overflow: hidden;
}

@media screen and (max-width:900px) {
  .page-works .p-works__section-line {
    display: none;
  }
}

.p-work__case-flame {
  margin-block: 3.75rem 3.75rem;
  background-image: url(../image/case-bg.webp);
  height: 48.0625rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-work__case-flame {
    margin-block: 2rem 2rem;
    background-image: url(../image/case-bg-sp-top.webp);
    background-repeat: no-repeat;
    height: 76.6875rem;
  }
}

.p-work__case-tab-title {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.0416666667em;
  line-height: 1.125rem;
  position: absolute;
  top: 0.5625rem;
  left: 5.125rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-work__case-tab-title {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-work__case-tab-title {
    top: clamp(10px, -11.27px + 5.45vw, 16px);
    left: clamp(76px, 5.09px + 18.18vw, 96px);
  }
}

.p-works__case-wrapper {
  display: grid;
  grid-template-columns: 1fr 27rem;
  grid-template-rows: 28.1875rem 1fr;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 1.5rem;
  grid-template-areas: "img text" "blank text";
  height: 48.0625rem;
  padding-top: 6.9375rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-works__case-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    row-gap: 1rem;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    grid-template-areas: "img" "text" "blank";
    height: auto;
    padding-top: 7.875rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    padding-bottom: 1.625rem;
  }
}
@media screen and (max-width: 500px) and (min-width: 390px) {
  .p-works__case-wrapper {
    padding-top: 25.2vw;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
    padding-bottom: 5.2vw;
  }
}
.p-works__case-wrapper .p-works__case-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.p-works__case-blank {
  position: relative;
}
.p-works__case-blank .p-works__case-icon {
  position: absolute;
  top: 3.3125rem;
  left: -2.9375rem;
  width: 12.9375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-works__case-blank .p-works__case-icon {
    width: 7.5rem;
    height: auto;
    top: 0.3125rem;
    left: -1.75rem;
  }
}

.p-works__case-text-wrapper {
  grid-area: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1.25rem;
  border: 1px solid #060606;
}
.p-works__case-text-wrapper .p-works__case-text-title {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.0416666667em;
  display: inline-block;
  padding-inline: 1.125rem;
  padding-block: 0.375rem;
  border-radius: 0.375rem;
  border: 1px solid #060606;
  text-align: center;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-works__case-text-wrapper .p-works__case-text-title {
    font-size: 0.75rem;
  }
}
.p-works__case-text-wrapper .green-badge {
  background-color: #65dcb9;
}
.p-works__case-text-wrapper .blue-badge {
  background-color: #5bbee5;
}
.p-works__case-text-wrapper .yellow-badge {
  background-color: #fcf853;
}
.p-works__case-text-wrapper .p-works__case-text {
  padding-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0357142857em;
}
@media screen and (max-width: 767px) {
  .p-works__case-text-wrapper .p-works__case-text {
    font-size: 0.875rem;
  }
}
.p-works__case-text-wrapper .p-works__case-text span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.03125em;
}
@media screen and (max-width: 767px) {
  .p-works__case-text-wrapper .p-works__case-text span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-works__case-bg-bottom {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-works__case-bg-bottom .p-works__case-bg-bottom-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: 18.75rem;
    aspect-ratio: 390/500;
    background-image: url(../image/case-bg-sp-bottom.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: -1;
  }
}

.p-works__voice-bg {
  background-image: url(../image/voice-bg.webp);
  background-repeat: repeat;
  background-position: center;
  background-size: 70%;
}
@media screen and (max-width: 767px) {
  .p-works__voice-bg {
    background-size: 190%;
  }
}

.p-works__voice {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-works__voice {
    padding-bottom: 0;
  }
}

.p-works__voice1-icon-wrapper {
  position: relative;
}

.p-works__voice1-icon {
  width: 28.75rem;
  height: auto;
  position: absolute;
  top: -3.75rem;
  right: -11.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-works__voice1-icon {
    width: 11.8125rem;
    top: 3.125rem;
    right: -1.625rem;
  }
}

.p-works__voice-title-wrapper1 {
  padding-top: 6.25rem;
  position: relative;
}

.p-works__voice-title-wrapper2 {
  padding-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works__voice-title-wrapper2 {
    overflow-x: hidden;
    padding-top: 2rem;
  }
}

.p-works__voice-title {
  color: #9e3eb1;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.0416666667em;
}
@media screen and (max-width: 767px) {
  .p-works__voice-title {
    font-size: 0.75rem;
  }
}

.p-works__voice-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03125em;
  margin-bottom: 0.625rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-works__voice-text {
    font-size: 1rem;
  }
}

.p-works__voice-border {
  width: 100%;
  margin-bottom: 1rem;
}

.p-works__voice-wrapper2 {
  padding-block: 1.5rem;
  padding-inline: 1.375rem;
  background-color: #9e3eb1;
  border-radius: 1.25rem;
  border: 2px solid #060606;
}
.p-works__voice-wrapper2 .p-works__voice-head {
  margin-bottom: 1.5rem;
  position: relative;
}
.p-works__voice-wrapper2 .p-works__voice-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  height: 100%;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.p-works__voice-wrapper2 .p-works__voice-name-img {
  width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
@media screen and (max-width: 767px) {
  .p-works__voice-wrapper2 .p-works__voice-name-img {
    width: 6.25rem;
    height: auto;
    aspect-ratio: 1;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-works__voice-wrapper2 .p-works__voice-name {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
@media screen and (max-width: 767px) {
  .p-works__voice-wrapper2 .p-works__voice-name {
    font-size: 0.875rem;
  }
}
.p-works__voice-wrapper2 .p-works__voice-text-wrapper {
  grid-area: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding: 1.4375rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border-radius: 1.25rem;
  border: 1px solid #060606;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-works__voice-wrapper2 .p-works__voice-text-wrapper {
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
    padding-inline: 1.1875rem;
    padding-block: 1.5rem;
    gap: 1rem;
  }
}
.p-works__voice-wrapper2 .p-works__voice-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-works__voice-wrapper2 .p-works__voice-text {
    font-size: 0.875rem;
  }
}
.p-works__voice-wrapper2 .p-works__voice-icon {
  position: absolute;
  top: -3.8125rem;
  right: 1.375rem;
  width: 14.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-works__voice-wrapper2 .p-works__voice-icon {
    top: -3.75rem;
    right: -2.125rem;
    width: 7.5rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 1;
  }
}
.p-works__voice-wrapper2 .p-works__voice-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
}
.p-works__voice-wrapper2 .p-works__voice-img img {
  width: calc((100% - 2 * 1.25rem) / 3);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-works__voice-wrapper2 .p-works__voice-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .p-works__voice-wrapper2 .p-works__voice-img img {
    width: 100%;
    max-width: none;
  }
}

.p-works__interview {
  padding-bottom: 3.75rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__interview {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.p-works__interview-wrapper {
  padding: 1.5rem;
  background-color: #9e3eb1;
  border-radius: 1.25rem;
  border: 2px solid #060606;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-works__interview-wrapper .p-works__interview-icon2 {
  position: absolute;
  width: 12.3125rem;
  height: auto;
  bottom: -5.625rem;
  right: -6.3125rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-works__interview-wrapper .p-works__interview-icon2 {
    bottom: -4.625rem;
    right: -0.875rem;
    width: 7.5rem;
    height: auto;
  }
}

.p-works__interview-inner {
  background-color: #fff;
  border-radius: 1.25rem;
  border: 1px solid #060606;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-works__interview-inner .p-works__interview-icon {
  position: absolute;
  width: 8.6875rem;
  height: auto;
  bottom: -2.125rem;
  left: -4.4375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-works__interview-inner .p-works__interview-icon {
    bottom: -3.375rem;
    left: -0.875rem;
    width: 7.5rem;
    height: auto;
  }
}

.p-works__interview-inner-container {
  margin-inline: auto;
  padding-inline: 1.0625rem 1.0625rem;
  padding-bottom: 1.5rem;
  width: 49.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-works__interview-inner-container {
    width: 100%;
    padding-bottom: 4.9375rem;
  }
}

.p-works__interview-introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.p-works__interview-interviewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 6.25rem;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-works__interview-interviewer {
    display: initial;
    height: auto;
    width: 8rem;
    margin: 0 auto;
    margin-right: 0rem;
    text-align: center;
    position: relative;
  }
}
.p-works__interview-interviewer picture {
  width: 6.25rem;
  height: auto;
  aspect-ratio: 1;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__interview-interviewer picture {
    margin-right: 0rem;
    position: absolute;
    top: 2.5rem;
    left: 0.875rem;
  }
}

.p-works__interview-cliant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 6.25rem;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-works__interview-cliant {
    display: initial;
    height: auto;
    width: 8rem;
    margin: 0 auto;
    margin-right: 0rem;
    text-align: center;
    position: relative;
  }
}
.p-works__interview-cliant img {
  width: 6.25rem;
  height: auto;
  aspect-ratio: 1;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__interview-cliant img {
    margin-right: 0rem;
    position: absolute;
    top: 2.5rem;
    left: 0.875rem;
  }
}

.p-worls-interview-text-wrapper {
  height: 5.5rem;
  width: auto;
}

.p-works__interview-type {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.625rem;
  margin-bottom: 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid #060606;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-works__interview-type {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__interview-type {
    margin: 0 auto;
    margin-bottom: 7.5rem;
  }
}

.p-works__interview-name {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5333333333;
  letter-spacing: 0.0333333333em;
}
@media screen and (max-width: 767px) {
  .p-works__interview-name {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__interview-name {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6428571429;
    letter-spacing: 0.0357142857em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-works__interview-name {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-works__interview-name-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-works__interview-mic {
  padding-inline: 3.75rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-works__interview-mic {
    padding-inline: 0.25rem 0.25rem;
  }
}
.p-works__interview-mic img {
  width: 1.75rem;
  height: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-works__interview-mic img {
    width: 0.875rem;
    height: 1.125rem;
  }
}

.p-works__interview-interviewer-wrapper {
  width: 27.5rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-works__interview-interviewer-wrapper {
    width: auto;
  }
}

.p-works__interview-cliant-wrapper {
  width: 27.5rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-works__interview-cliant-wrapper {
    width: auto;
  }
}

.p-works__interview-content-interviewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.p-works__interview-content-interviewer img {
  width: 6.25rem;
  height: auto;
  aspect-ratio: 1;
  margin-right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-works__interview-content-interviewer img {
    width: 3.75rem;
    margin-right: 0.625rem;
  }
}

.p-works__interview-content-cliant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.p-works__interview-content-cliant img {
  width: 6.25rem;
  height: auto;
  aspect-ratio: 1;
  margin-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-works__interview-content-cliant img {
    width: 3.75rem;
    margin-left: 0.625rem;
  }
}

.p-works__interview-content-fukidashi-white img {
  width: 1.3125rem;
  height: 0.8125rem;
  position: absolute;
  bottom: 0.625rem;
  left: 8.8125rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-works__interview-content-fukidashi-white img {
    width: 0.75rem;
    height: 0.5rem;
    left: 3.71875rem;
  }
}

.p-works__interview-content-fukidashi-green img {
  width: 1.3125rem;
  height: 0.8125rem;
  position: absolute;
  bottom: 0.625rem;
  right: 8.8125rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-works__interview-content-fukidashi-green img {
    width: 0.75rem;
    height: 0.5rem;
    right: 3.71875rem;
  }
}

.p-works__interview-interviewer-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.0416666667em;
  font-size: max(0.875rem, 10px);
  padding: 1.6875rem 2.5rem 1.6875rem 2.5rem;
  border-radius: 0.9375rem;
  border: 1px solid #060606;
  -webkit-box-shadow: 2px 2px 0 0 #060606;
          box-shadow: 2px 2px 0 0 #060606;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__interview-interviewer-text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__interview-interviewer-text {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    margin-top: 1rem;
    max-width: 13.125rem;
  }
}

.p-works__interview-cliant-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.0416666667em;
  font-size: max(0.875rem, 10px);
  padding: 2.25rem 2.5rem 2.25rem 2.5rem;
  border-radius: 0.9375rem;
  border: 1px solid #060606;
  -webkit-box-shadow: 2px 2px 0 0 #060606;
          box-shadow: 2px 2px 0 0 #060606;
  background-color: #65dcb9;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__interview-cliant-text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__interview-cliant-text {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    margin-top: 1rem;
    max-width: 13.125rem;
  }
}

.p-works__interview-title-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works__interview-title-wrapper {
    overflow-x: hidden;
    padding-top: 2rem;
  }
}

.p-works__interview-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  position: relative;
}

.p-works__interview-title-img {
  position: absolute;
  top: -4.125rem;
  left: -4.375rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-works__interview-title-img {
    position: static;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.p-works__interview-title-img img {
  width: 5.3125rem;
  height: auto;
}

.p-works__interview-title-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03125em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-works__interview-title-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__interview-title-text {
    margin-bottom: 0;
  }
}

.p-works__interview-border {
  width: 100%;
  margin-bottom: 1rem;
}

.p-works__interview-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  gap: 1.5rem;
  width: 100%;
}
.p-works__interview-img-wrapper img {
  width: calc((100% - 1.5rem) / 2);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-works__interview-img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
  .p-works__interview-img-wrapper img {
    width: 100%;
    max-width: none;
  }
}