.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-diagram {
  padding: 0 10rem 10rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .c-process-diagram {
    padding: 0 2.4rem 4rem;
    gap: 3.1rem;
  }
}

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

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

.c-process-diagram__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-diagram__title {
    font-size: 2rem;
  }
}

.c-process-diagram__wrap {
  width: 100%;
}

.c-process-diagram__scroll {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-process-diagram__scroll {
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 0;
    scrollbar-width: none;
  }
  .c-process-diagram__scroll::-webkit-scrollbar {
    display: none;
  }
}

.c-process-diagram__img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .c-process-diagram__img {
    width: auto;
    height: 30rem;
  }
}

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

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

.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-metal-coating {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
}
main.pg-metal-coating .c-kv-product {
  gap: 10.2rem;
}
main.pg-metal-coating .c-kv-product__body {
  padding-left: 6rem;
}
main.pg-metal-coating .c-kv-product__media {
  height: 110rem;
}
main.pg-metal-coating .c-kv-product__image {
  height: 100%;
}
main.pg-metal-coating .c-kv-product__badge-text {
  white-space: nowrap;
}

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

.pg-metal-coating__photos {
  display: flex;
  gap: 2.4rem;
  align-items: stretch;
  padding: 0 0 10rem;
}

.pg-metal-coating__photo {
  flex: 1 0 0%;
  min-width: 0;
  height: 50rem;
  object-fit: cover;
  display: block;
}

.c-process-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
.c-process-table__table thead tr:last-child th:nth-child(2) {
  border-left: 1rem solid #ffffff;
}
.c-process-table__table thead tr:last-child th:nth-child(n+3):not(:last-child) {
  border-left: 0.1rem solid #ffffff;
}
.c-process-table__table thead tr:last-child th:last-child {
  border-left: 1rem solid #ffffff;
}
.c-process-table__table tbody tr td:nth-child(2) {
  border-left: 1rem solid #ffffff;
}
.c-process-table__table tbody tr td:nth-child(n+3):not(:last-child) {
  border-left: 0.1rem solid #ffffff;
}
.c-process-table__table tbody tr td:last-child {
  border-left: 1rem solid #ffffff;
}

.c-process-table__th--hako {
  font-size: 1.6rem;
  border-bottom: 1rem solid #ffffff;
  border-left: 1.1rem solid #ffffff;
  padding: 0;
  width: 65rem;
}
.c-process-table__th--hako span {
  padding: 1.2rem 1.6rem;
  background-color: #d9d9d9;
  color: #1c2a52;
  border-radius: 0.4rem 0.4rem 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.c-process-table__th--wire {
  border-left: 1rem solid #ffffff;
  border-bottom: 1rem solid #ffffff;
  padding: 0;
}
.c-process-table__th--wire span {
  padding: 1.2rem 1.6rem;
  background-color: #d1dde8;
  color: #1c2a52;
  border-radius: 0.4rem 0.4rem 0 0;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

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

.pg-metal-coating__btn-wrap {
  padding: 11.1rem 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}

.pg-metal-coating__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-metal-coating__btn svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.pg-metal-coating__btn:hover svg {
  transform: translate(40%, -40%);
}
@media (max-width: 768px) {
  .pg-metal-coating__btn:hover svg {
    transform: translate(0, 0);
  }
}

@media (max-width: 768px) {
  main.pg-metal-coating .c-kv-product {
    gap: 0;
    padding-bottom: 2rem;
  }
  main.pg-metal-coating .c-kv-product__brand {
    left: 0;
  }
  main.pg-metal-coating .c-kv-product__media {
    height: 42.8rem;
  }
  main.pg-metal-coating .c-kv-product__body {
    padding: 1.6rem 2.4rem 4rem;
  }
  main.pg-metal-coating .c-kv-product__title {
    letter-spacing: 0.02em;
  }
  main.pg-metal-coating .c-kv-product__badges {
    gap: 4.5rem;
    margin-top: 3.1rem;
  }
  main.pg-metal-coating .c-process-table__th--label {
    min-width: 28rem;
    width: 100%;
  }
  main.pg-metal-coating .c-process-table__th--hako {
    min-width: 72rem;
    width: 100%;
  }
  main.pg-metal-coating .c-process-table__th--wire {
    min-width: 24rem;
  }
  main.pg-metal-coating .c-process-table__td {
    padding-top: 0.7rem;
  }
  main.pg-metal-coating .c-process-table__td {
    padding: 0.84rem 1.6rem 0.66rem;
  }
  .pg-metal-coating__photos {
    flex-wrap: wrap;
    gap: 0.8rem;
    padding-bottom: 4rem;
  }
  .pg-metal-coating__photo {
    flex: 0 0 calc(50% - 0.4rem);
    height: 16rem;
  }
  .c-process-table__table {
    min-width: 64rem;
  }
  .pg-metal-coating__btn-wrap {
    padding: 4.9rem 1.6rem 8rem 2rem;
    justify-content: flex-start;
  }
  .pg-metal-coating__btn {
    width: 100%;
    max-width: 22rem;
  }
}

/*# sourceMappingURL=metal-coating.css.map */
