.c-kv-product {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  overflow: hidden;
  max-width: 144rem;
  margin: 0 auto;
  gap: 13.2rem;
  padding-bottom: 12rem;
}

.c-kv-product__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
  padding-left: 6.1rem;
  padding-bottom: 8rem;
}

.c-kv-product__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 0 1.6rem;
  width: 90%;
}
@media (max-width: 768px) {
  .c-kv-product__breadcrumb {
    width: 100%;
  }
}

.c-kv-product__breadcrumb-sep {
  display: block;
  width: 6rem;
  height: auto;
  flex-shrink: 0;
  margin: 0 0;
}

.c-kv-product__breadcrumb-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
  color: #b0b0b0;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.c-kv-product__breadcrumb-link:hover {
  color: #1c2a52;
}

.c-kv-product__breadcrumb-current {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
  color: #1c2a52;
  white-space: nowrap;
}

.c-kv-product__brand {
  display: flex;
  align-items: center;
  gap: 2.9rem;
  margin-top: 12rem;
  height: 6rem;
  position: relative;
  left: -0.1rem;
}

.c-kv-product__brand-mark {
  width: 6rem;
  height: 6rem;
  display: block;
  flex-shrink: 0;
}

.c-kv-product__brand-title {
  height: 4.4rem;
  width: auto;
  display: block;
}

.c-kv-product__category {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #1c2a52;
  display: block;
  margin-top: 2.9rem;
}

.c-kv-product__heading {
  margin-top: 15.9rem;
}

.c-kv-product__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  color: #1c2a52;
  margin: 0;
}

.c-kv-product__en {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: #1c2a52;
  margin-top: 1.6rem;
}

.c-kv-product__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #1c2a52;
  margin: 4.05rem 0 0;
  max-width: 46rem;
}

.c-kv-product__badges {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 3.9rem;
  gap: 11.2rem;
}

.c-kv-product__badges-col {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.c-kv-product__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.c-kv-product__badge-icon {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  display: block;
}

.c-kv-product__badge-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #1c2a52;
  white-space: nowrap;
}

.c-kv-product__media {
  flex: 0 0 70rem;
  position: relative;
}

.c-kv-product__image {
  position: relative;
  width: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .c-kv-product {
    flex-direction: column;
    gap: 0;
  }
  .c-kv-product__media {
    order: -1;
    flex: none;
    width: 100%;
    height: 42.8rem;
  }
  .c-kv-product__body {
    padding: 1.6rem 2.4rem 4rem;
  }
  .c-kv-product__breadcrumb {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.8rem;
  }
  .c-kv-product__breadcrumb-sep {
    width: 1.6rem;
    margin: 0;
    height: 0.2rem;
  }
  .c-kv-product__brand {
    margin-top: 3.2rem;
    height: auto;
    gap: 2.8rem;
  }
  .c-kv-product__brand-mark {
    width: 4rem;
    height: 4.2rem;
  }
  .c-kv-product__brand-title {
    height: 2.9rem;
  }
  .c-kv-product__category {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
  .c-kv-product__heading {
    margin-top: 3.2rem;
  }
  .c-kv-product__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .c-kv-product__en {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
  .c-kv-product__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 1.6rem;
    max-width: 100%;
    text-align: justify;
  }
  .c-kv-product__badges {
    margin-top: 1.6rem;
  }
  .c-kv-product__badges-col {
    align-items: flex-start;
  }
  .c-kv-product__badge {
    padding: 0;
  }
  .c-kv-product__badge-icon {
    width: 4rem;
    height: 4rem;
  }
  .c-kv-product__badge-text {
    font-size: 1.4rem;
  }
}
.c-bnr1 {
  border: 0.1rem solid #1c2a52;
  width: 50%;
  max-width: 72rem;
  text-decoration: none;
}
@media (min-width: 1441px) {
  .c-bnr1 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .c-bnr1 {
    width: 100%;
    border: none;
    border-top: 0.1rem solid #1c2a52 !important;
    border-bottom: 0.1rem solid #1c2a52 !important;
  }
}
.c-bnr1 img {
  transition: all 0.3s ease;
}
.c-bnr1:hover .c-bnr1__inner-image img {
  transform: scale(1.1);
}
.c-bnr1:hover .ani-link__inner-text:not(.is-last) {
  transform: translateY(-100%);
}
.c-bnr1:hover .ani-link__inner-text.is-last {
  transform: translateY(0);
}
.c-bnr1:hover img {
  position: relative;
  transform: translate(40%, -40%);
}
@media (max-width: 768px) {
  .c-bnr1:hover img {
    transform: translate(0, 0);
  }
}
.c-bnr1:hover .ani-link.is-sp .ani-link__inner-text:not(.is-last) {
  transform: translateY(0) !important;
}
.c-bnr1:hover .ani-link.is-sp .ani-link__inner-text.is-last {
  transform: translateY(100%) !important;
}

.c-bnr1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 3.7rem 4.8rem;
}
@media (min-width: 1441px) {
  .c-bnr1__inner {
    padding: 4rem 4.8rem 4.8rem;
  }
}
@media (max-width: 768px) {
  .c-bnr1__inner {
    padding: 4rem 2.2rem 3.7rem;
  }
}

.c-bnr1__inner-label {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .c-bnr1__inner-label {
    margin-bottom: 1.5rem;
  }
}

.c-bnr1__inner-label-link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #1c2a52;
  text-decoration: none;
  gap: 1.6rem;
  padding: 0 1.6rem 0 1.4rem;
  height: 4rem;
  width: fit-content;
  border: 0.1rem solid #1c2a52;
  border-radius: 9.9rem;
  transition: all 0.3s ease-in-out;
  min-width: 14.5rem;
}
@media (min-width: 1441px) {
  .c-bnr1__inner-label-link {
    padding: 0 1rem 0 1.5rem;
    height: 4rem;
    max-width: 14.5rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-bnr1__inner-label-link {
    margin-top: 2.5rem;
    align-self: flex-start;
    margin-left: -0.5rem;
  }
}
.c-bnr1__inner-label-link span {
  padding-bottom: 0.2rem;
}

.c-bnr1__inner-title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  color: #1c2a52;
  text-transform: uppercase;
  margin: 0;
}

.c-bnr1__inner-subtitle {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
  color: #1c2a52;
}

.c-bnr1__inner-image {
  width: 100%;
  height: 28.8rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .c-bnr1__inner-image {
    height: 16rem;
    border-radius: 0.4rem;
  }
}
.c-bnr1__inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .c-bnr1__inner-label-link.is-sp {
    display: flex !important;
  }
}

.c-bnr1__inner-label-link__icon-wrap {
  display: flex;
  width: 1.4rem;
  height: 1.3rem;
  transition: transform 0.3s ease;
}
.c-bnr1__inner-label-link__icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-business-partner__link:hover .c-bnr1__inner-label-link__icon-wrap {
  transform: translate(40%, -40%);
}

.c-owl-carousel {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.c-owl-carousel {
  overflow: hidden;
}
.c-owl-carousel.owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.c-owl-carousel.owl-carousel .owl-stage {
  display: flex;
  width: max-content;
  will-change: transform;
}
.c-owl-carousel.owl-carousel .owl-item {
  flex-shrink: 0;
}

.c-owl-carousel .owl-stage.is-marquee {
  animation: owl-marquee 30s linear infinite;
}

@keyframes owl-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
.owl-nav button {
  pointer-events: all;
  background: rgba(28, 42, 82, 0.8);
  color: white;
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-size: 1.8rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.owl-nav button:hover {
  background: #1c2a52;
}
.owl-nav button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.owl-nav button span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dots {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 0.8rem;
  justify-content: center;
}
.owl-dots .owl-dot {
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(28, 42, 82, 0.4);
  border-radius: 50%;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease;
}
.owl-dots .owl-dot.active {
  background: #1c2a52;
}
.owl-dots .owl-dot:hover {
  background: rgba(28, 42, 82, 0.8);
}

@media (max-width: 768px) {
  .owl-nav button {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .owl-nav {
    display: none !important;
  }
  .owl-dots {
    bottom: -3rem;
    gap: 0.6rem;
  }
  .owl-dots .owl-dot {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-process-carousel {
  padding: 0 0 10rem;
  background-color: #ffffff;
  position: relative;
}
.c-process-carousel .owl-dots {
  display: none !important;
}
@media (max-width: 768px) {
  .c-process-carousel {
    padding-bottom: 14.1rem;
  }
}

.c-process-carousel__photo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-process-carousel__photo {
  width: 100%;
  height: 50rem;
  max-width: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-process-carousel__photo {
    height: 30rem;
  }
}

.c-process-table {
  padding: 0 10rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .c-process-table {
    padding: 0 2.4rem 0;
    gap: 1.3rem;
  }
}

.c-process-table__heading {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
}

.c-process-table__bar {
  width: 0.6rem;
  align-self: stretch;
  background-color: #1c2a52;
  flex-shrink: 0;
  display: block;
}

.c-process-table__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1c2a52;
}
@media (max-width: 768px) {
  .c-process-table__title {
    font-size: 2rem;
  }
}

.c-process-table__wrap {
  width: 100%;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .c-process-table__wrap {
    scrollbar-width: none;
  }
  .c-process-table__wrap::-webkit-scrollbar {
    display: none;
  }
}

.c-process-table__track {
  display: none;
}
@media (max-width: 768px) {
  .c-process-table__track {
    display: block;
    height: 0.1rem;
    background-color: #ececec;
    margin: 1.2rem 0 0;
    position: relative;
  }
}

.c-process-table__thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #1c2a52;
  transition: left 0.1s linear;
}

.c-process-table__th {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  padding: 1.6rem 1.6rem 1.5rem;
  white-space: nowrap;
}

.c-process-table__th--corner {
  background: transparent;
}

.c-process-table__th--machine {
  background-color: #f4f4f4;
  color: #1c2a52;
  font-size: 1.6rem;
  position: relative;
}
.c-process-table__th--machine::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #b0b0b0;
}

.c-process-table__td {
  background-color: #f4f4f4;
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  padding: 0.8rem 1.6rem 1rem;
  height: 6rem;
  border-bottom: 0.1rem solid #ffffff;
  vertical-align: middle;
}
.c-process-table__td small {
  font-size: 1.2rem;
  display: block;
}

.c-process-table__td--label {
  background-color: #ededed;
  color: #1c2a52;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border-bottom: 0.1rem solid #ffffff;
}

.c-process-table__note {
  margin-top: -0.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #1c2a52;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .c-process-table__note {
    margin-top: 1.1rem;
    line-height: 1.8;
  }
}

main.pg-pvc-dipping {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
}
main.pg-pvc-dipping .c-kv-product__breadcrumb {
  width: 100%;
}
main.pg-pvc-dipping .c-kv-product {
  gap: 14rem;
}
main.pg-pvc-dipping .c-kv-product__body {
  padding-left: 6rem;
}
main.pg-pvc-dipping .c-kv-product__badges {
  margin-top: 3.8rem;
}
main.pg-pvc-dipping .c-kv-product__image {
  height: 100%;
}
main.pg-pvc-dipping .c-kv-product__media {
  height: 110rem;
}
main.pg-pvc-dipping .c-kv-product__badge-text {
  white-space: nowrap;
}

body.body-primary .pg-pvc-dipping h1,
body.body-primary .pg-pvc-dipping h2,
body.body-primary .pg-pvc-dipping h3,
body.body-primary .pg-pvc-dipping h4,
body.body-primary .pg-pvc-dipping h5,
body.body-primary .pg-pvc-dipping h6 {
  margin: 0;
  padding: 0;
}
body.body-primary .pg-pvc-dipping a {
  text-decoration: none;
}

.pg-pvc-dipping__process-section {
  max-width: 128.8rem;
  padding: 0 2.4rem 10rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.pg-pvc-dipping__process-heading {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
}

.pg-pvc-dipping__process-bar {
  width: 0.6rem;
  align-self: stretch;
  background-color: #1c2a52;
  flex-shrink: 0;
  display: block;
}

.pg-pvc-dipping__process-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1c2a52;
}

.pg-pvc-dipping__legend {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: flex-end;
}

.pg-pvc-dipping__legend-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.pg-pvc-dipping__legend-swatch {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}
.pg-pvc-dipping__legend-swatch--adhesive {
  background-color: #96aacc;
}
.pg-pvc-dipping__legend-swatch--release {
  background-image: repeating-linear-gradient(-45deg, #7087ba 0, #7087ba 1px, transparent 0, transparent 50%);
  background-size: 4px 4px;
  background-color: #c9def4;
}
.pg-pvc-dipping__legend-swatch--pvc {
  background: linear-gradient(-45deg, #1c2a52 16.23%, #425aa2 116.23%);
}

.pg-pvc-dipping__legend-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #1c2a52;
  line-height: 1.8;
  white-space: nowrap;
}

.pg-pvc-dipping__steps {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  column-gap: 0;
  align-items: center;
}

.pg-pvc-dipping__step {
  display: flex;
  align-items: center;
  width: 30.3rem;
}

.pg-pvc-dipping__step-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 26.4rem;
  height: 30rem;
}

.pg-pvc-dipping__step-top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 0 0.5rem;
}

.pg-pvc-dipping__step-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  color: #1c2a52;
}

.pg-pvc-dipping__step-num {
  font-family: "Lato", "Jost", sans-serif, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.pg-pvc-dipping__step-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  top: -0.15rem;
}

.pg-pvc-dipping__step-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1c2a52;
  text-align: center;
  line-height: 1.8;
  width: 100%;
}

.pg-pvc-dipping__step-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pg-pvc-dipping__step-img {
  width: 20rem;
  height: 20rem;
  object-fit: cover;
  display: block;
}

.pg-pvc-dipping__step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 1.8rem 0;
  flex-shrink: 0;
  align-self: stretch;
}

.c-process-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  padding-right: 24rem;
}
@media (max-width: 768px) {
  .c-process-table__table {
    padding-right: 0;
  }
}
.c-process-table__table .c-process-table__th--machine {
  width: 23.6rem;
}
.c-process-table__table .c-process-table__th {
  padding: 1.5rem 1.6rem 1.6rem;
}
.c-process-table__table .c-process-table__td {
  padding: 1.05rem 1.6rem 0.9rem;
}
.c-process-table__table thead tr th.c-process-table__th--machine + th.c-process-table__th--machine {
  border-left: 0.1rem solid #ffffff;
}
.c-process-table__table tbody tr td:not(.c-process-table__td--label):not(.c-process-table__td--feature):not(.c-process-table__td--sub-label) + td:not(.c-process-table__td--label):not(.c-process-table__td--feature):not(.c-process-table__td--sub-label) {
  border-left: 0.1rem solid #ffffff;
}
@media (max-width: 768px) {
  .c-process-table__table {
    min-width: 100rem;
  }
}

.c-process-table__th--corner {
  background-color: #ededed;
  border-right: 1rem solid #ffffff;
  width: 28rem;
  border-bottom: 0.1rem solid #ffffff;
}

.c-process-table__td {
  line-height: 1.5;
}

.c-process-table__td--label {
  border-right: 1rem solid #ffffff;
}

.c-process-table {
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .c-process-table {
    padding-bottom: 4rem;
    gap: 3.2rem;
  }
}

.c-process-table__td--feature {
  background-color: #ededed;
  color: #1c2a52;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  border-bottom: 0.1rem solid #ffffff;
  border-right: 0.1rem solid #ffffff;
  vertical-align: middle;
  width: 10rem;
}

.c-process-table__td--sub-label {
  background-color: #ededed;
  color: #1c2a52;
  font-weight: 500;
  text-align: center;
  border-bottom: 0.1rem solid #ffffff;
  border-right: 1rem solid #ffffff;
  white-space: nowrap;
  width: 19rem;
}

.pg-pvc-dipping__btn-wrap {
  padding: 1.8rem 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}

.pg-pvc-dipping__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 0 1.6rem;
  height: 4rem;
  width: 22rem;
  border: 0.1rem solid #1c2a52;
  border-radius: 9.9rem;
  color: #1c2a52;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}
.pg-pvc-dipping__btn svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.pg-pvc-dipping__btn:hover svg {
  transform: translate(40%, -40%);
}
@media (max-width: 768px) {
  .pg-pvc-dipping__btn:hover svg {
    transform: translate(0, 0);
  }
}

@media (max-width: 768px) {
  main.pg-pvc-dipping .c-kv-product {
    gap: 0;
    padding-bottom: 2rem;
  }
  main.pg-pvc-dipping .c-kv-product__body {
    padding: 1.6rem 2.4rem 4rem;
  }
  main.pg-pvc-dipping .c-kv-product__badges {
    gap: 4.5rem;
    margin-top: 3rem;
  }
  main.pg-pvc-dipping .c-kv-product__desc {
    margin-top: 1.61rem;
  }
  main.pg-pvc-dipping .c-kv-product__media {
    height: 42.8rem;
  }
  .pg-pvc-dipping__process-section {
    gap: 3.1rem;
    padding-bottom: 9.9rem;
  }
  .pg-pvc-dipping__process-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #1c2a52;
  }
  .pg-pvc-dipping__steps {
    row-gap: 2.4rem;
    column-gap: 0;
    margin-top: 1.2rem;
  }
  .pg-pvc-dipping__step-header {
    gap: 0.1rem;
  }
  .pg-pvc-dipping__step {
    width: 50%;
  }
  .pg-pvc-dipping__step-inner {
    flex: 1;
    width: auto;
    height: auto;
    min-height: 24rem;
  }
  .pg-pvc-dipping__step-img-wrap {
    margin-top: -1.1rem;
  }
  .pg-pvc-dipping__step-top {
    width: 100%;
    gap: 0.4rem;
  }
  .pg-pvc-dipping__step-arrow {
    padding: 13rem 0.8rem 0;
  }
  .pg-pvc-dipping__step-img {
    width: 12rem;
    height: 12rem;
  }
  .pg-pvc-dipping__btn-wrap {
    padding: 2rem 1.6rem 8rem 2rem;
    justify-content: center;
    max-width: 25.7rem;
  }
  .pg-pvc-dipping__btn {
    width: 100%;
    justify-content: center;
  }
  .c-process-table__track {
    margin-top: -1.9rem;
  }
}
@media (max-width: 768px) {
  .pg-pvc-dipping__steps {
    row-gap: 3.6rem;
  }
  .pg-pvc-dipping__step:nth-child(4) {
    margin-top: 1.4rem;
  }
  .pg-pvc-dipping__step:nth-child(5) {
    margin-top: 1.2rem;
  }
  .pg-pvc-dipping__step:nth-child(7) {
    margin-top: 0.1rem;
  }
  .pg-pvc-dipping__step:nth-child(11) {
    margin-top: 0.8rem;
  }
  .pg-pvc-dipping__step {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .pg-pvc-dipping__step-inner {
    width: 100%;
    height: auto;
  }
  .pg-pvc-dipping__step-header {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .pg-pvc-dipping__step-num {
    font-size: 2.8rem;
    position: relative;
    top: 0.1rem;
  }
  .pg-pvc-dipping__step-name {
    font-weight: 700;
    top: 0;
  }
  .pg-pvc-dipping__step-desc {
    font-size: 1.4rem;
    margin-left: -0.2rem;
  }
  .pg-pvc-dipping__step-img {
    width: 18rem;
    height: 18rem;
  }
  .pg-pvc-dipping__step-arrow {
    display: flex;
    padding: 0.2rem 1.6rem;
  }
  .pg-pvc-dipping__step-arrow svg {
    transform: rotate(90deg);
  }
}

/*# sourceMappingURL=pvc-dipping.css.map */
