.kv-inner {
  position: relative;
  height: 55.5rem;
  background: linear-gradient(135deg, #1c2a52 63.55%, rgba(0, 141, 188, 0.5) 218.99%);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.kv-inner__container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10rem;
}

.kv-inner__graphic {
  position: absolute;
  right: 0;
  top: 2.1rem;
  width: 40rem;
  pointer-events: none;
}

.kv-inner__graphic-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  mix-blend-mode: overlay;
}

.kv-inner__content {
  position: relative;
  width: fit-content;
  padding-top: 20.1rem;
}

.kv-inner__title {
  position: relative;
}

.kv-inner__title-en {
  font-family: "Jost", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.kv-inner__title-dot {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ffcc02;
  position: absolute;
  top: -1.4rem;
  right: -5.2rem;
}

.kv-inner__subtitle {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.6rem;
}

.kv-inner__subtitle-icon {
  width: 1.4rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: block;
}

.kv-inner__subtitle-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

.kv-inner__breadcrumb {
  position: relative;
  padding-bottom: 2.8rem;
}

.kv-inner__breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -2.2rem;
}

.kv-inner__breadcrumb-item {
  display: flex;
  align-items: center;
}

.kv-inner__breadcrumb-link {
  font-size: 1.4rem;
  font-weight: 400;
  color: #afafaf;
  text-decoration: none;
}

.kv-inner__breadcrumb-separator {
  line-height: 1;
  height: 0.1rem;
  background-color: #B0B0B0;
  width: 8rem;
}

.kv-inner__breadcrumb-current {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

@media (max-width: 768px) {
  .kv-inner {
    height: auto;
    min-height: 24rem;
  }
  .kv-inner__container {
    padding: 0 2rem;
    padding-top: 3.5rem;
    gap: 7.6rem;
  }
  .kv-inner__graphic {
    width: 19.3rem;
    top: 4.8rem;
  }
  .kv-inner__content {
    padding-top: 9.5rem;
  }
  .kv-inner__title-dot {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.1rem;
    right: -1.8rem;
  }
  .kv-inner__title {
    width: auto;
  }
  .kv-inner__title-en {
    font-size: 3.6rem;
  }
  .kv-inner__subtitle {
    margin-top: 0.8rem;
    gap: 1.6rem;
  }
  .kv-inner__breadcrumb {
    border-top: 1px solid rgba(176, 176, 176, 0.3);
    padding-bottom: 0;
    margin-left: -1.9rem;
    margin-right: -2rem;
    padding-right: 2rem;
  }
  .kv-inner__breadcrumb-list {
    justify-content: flex-end;
    gap: 0.8rem;
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
  }
  .kv-inner__breadcrumb-current {
    font-size: 1.2rem;
  }
  .kv-inner__breadcrumb-separator {
    width: 1.6rem;
  }
}
.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-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-migaki-hagane {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
}
main.pg-migaki-hagane .c-kv-product {
  margin-bottom: 11.8rem;
  padding-bottom: 0;
  gap: 10.2rem;
}
@media (max-width: 768px) {
  main.pg-migaki-hagane .c-kv-product {
    margin-bottom: 3.8rem;
    gap: 0;
  }
}
@media (max-width: 768px) {
  main.pg-migaki-hagane .c-kv-product__body {
    padding: 1.6rem 2.4rem 4rem 2.4rem;
  }
}
main.pg-migaki-hagane .c-kv-product__breadcrumb {
  width: 100%;
  gap: 0 1.5rem;
}
@media (max-width: 768px) {
  main.pg-migaki-hagane .c-kv-product__breadcrumb {
    gap: 0.7rem;
  }
}
main.pg-migaki-hagane .c-kv-product__media {
  height: 80rem;
}
@media (max-width: 768px) {
  main.pg-migaki-hagane .c-kv-product__media {
    height: auto;
  }
}

body.body-primary .pg-migaki-hagane h1,
body.body-primary .pg-migaki-hagane h2,
body.body-primary .pg-migaki-hagane h3,
body.body-primary .pg-migaki-hagane h4,
body.body-primary .pg-migaki-hagane h5,
body.body-primary .pg-migaki-hagane h6 {
  margin: 0;
  padding: 0;
}

.pg-migaki-hagane .c-kv-product__heading {
  margin-top: 16rem;
}
@media (max-width: 768px) {
  .pg-migaki-hagane .c-kv-product__heading {
    margin-top: 3.2rem;
  }
}

.pg-migaki-hagane__content {
  padding: 0 10rem 16rem;
  background-color: #ffffff;
}

.pg-migaki-hagane__inner {
  max-width: 124rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 7.9rem;
}

.pg-migaki-hagane__intro {
  display: flex;
  flex-direction: column;
  gap: 5.9rem;
}
@media (max-width: 768px) {
  .pg-migaki-hagane__intro {
    gap: 4rem;
  }
}

.pg-migaki-hagane__product-heading {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  border-bottom: 0.1rem solid #1c2a52;
  padding-bottom: 1.7rem;
}

.pg-migaki-hagane__product-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #1c2a52;
}

.pg-migaki-hagane__product-lead {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .pg-migaki-hagane__product-lead {
    gap: 2.4rem;
  }
}

.pg-migaki-hagane__product-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #1c2a52;
}

.pg-migaki-hagane__product-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.82;
  color: #1c2a52;
}
.pg-migaki-hagane__product-desc p {
  margin: 0;
}
@media (max-width: 768px) {
  .pg-migaki-hagane__product-desc p {
    line-height: 1.81;
  }
}
.pg-migaki-hagane__product-desc strong {
  font-weight: 600;
}

.pg-migaki-hagane__section {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.pg-migaki-hagane__section--space-gap {
  gap: 2.5rem;
}
.pg-migaki-hagane__section--space-special {
  gap: 1.7rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 768px) {
  .pg-migaki-hagane__section {
    gap: 3.2rem;
  }
  .pg-migaki-hagane__section--space-special {
    gap: 2.3rem;
  }
  .pg-migaki-hagane__section--space-gap {
    gap: 2.5rem;
  }
}

.pg-migaki-hagane__section-header {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
}

.pg-migaki-hagane__section-bar {
  width: 0.7rem;
  height: 3.6rem;
  background-color: #1c2a52;
  flex-shrink: 0;
}

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

.pg-migaki-hagane__table-wrap {
  overflow-x: auto;
}
@media (max-width: 768px) {
  .pg-migaki-hagane__table-wrap {
    scrollbar-width: none;
  }
  .pg-migaki-hagane__table-wrap::-webkit-scrollbar {
    display: none;
  }
}

.pg-migaki-hagane__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 122rem;
}
.pg-migaki-hagane__table thead th {
  background-color: #1c2a52;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 0.4rem 0.4rem 0 0;
  border-right: 0.4rem solid #ffffff;
}
.pg-migaki-hagane__table thead th:last-child {
  border-right: none;
}
.pg-migaki-hagane__table tbody td {
  background-color: #f4f4f4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  text-align: center;
  padding: 2.3rem 1rem 1.4rem;
  vertical-align: middle;
  border-right: 0.4rem solid #ffffff;
  border-bottom: 0.1rem solid #ffffff;
}
.pg-migaki-hagane__table tbody tr:nth-child(1) td:nth-child(2) {
  line-height: 4.1rem;
}
.pg-migaki-hagane__table .cell-list-grade {
  padding-top: 3rem;
  line-height: 3.7rem;
}
.pg-migaki-hagane__table .cell-list-grade span {
  position: relative;
  top: -1.2rem;
}
.pg-migaki-hagane__table tbody td.col-cls {
  background-color: #ededed;
  font-weight: 600;
  color: #1c2a52;
  font-size: 1.4rem;
  padding-right: 1.8rem;
  padding-top: 2.5rem;
}
.pg-migaki-hagane__table tbody td.col-cls.cell-space-top {
  padding-top: 1.8rem;
}
.pg-migaki-hagane__table .cell-space-special {
  padding-top: 2rem;
  line-height: 2.1rem;
}
.pg-migaki-hagane__table .cell-space-special:last-child {
  border-right: none;
}
.pg-migaki-hagane__table .cell-space {
  padding-top: 1.3rem;
}
.pg-migaki-hagane__table tbody td.cell-group-sep {
  border-bottom: 0.1rem solid #1c2a52;
}
@media (max-width: 768px) {
  .pg-migaki-hagane__table tbody td.cell-group-sep {
    border-bottom: 0.1rem solid #1c2a52;
  }
}

.pg-migaki-hagane__table .col-cls {
  width: 18.5%;
}

.pg-migaki-hagane__table .col-grade {
  width: 15.7%;
}

.pg-migaki-hagane__table .col-temper {
  width: 15.7%;
}

.pg-migaki-hagane__table .col-symbol {
  width: 15.7%;
}

.pg-migaki-hagane__table .col-finish {
  width: 15.7%;
}

.pg-migaki-hagane__table .col-lot {
  width: 18.9%;
}

.pg-migaki-hagane__table tbody {
  background-color: red;
}
.pg-migaki-hagane__table tbody > tr:nth-child(7), .pg-migaki-hagane__table tbody > tr:nth-child(8) {
  height: 18.6rem;
}

.pg-migaki-hagane__size {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 13rem;
  max-width: 62.5rem;
}

.pg-migaki-hagane__size-image {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .pg-migaki-hagane__size-image {
    transform: scale(1.146);
  }
}

.pg-migaki-hagane__size-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #1c2a52;
  margin-top: -2.8rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 768px) {
  .pg-migaki-hagane__size-caption {
    margin-top: 4.7rem;
    margin-bottom: 0.1rem;
  }
}

.pg-migaki-hagane__tolerance {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 13rem;
}

.pg-migaki-hagane__tolerance-group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.pg-migaki-hagane__tolerance-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1c2a52;
}

.pg-migaki-hagane__tolerance-images {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}

.pg-migaki-hagane__tolerance-img {
  height: auto;
  display: block;
}

.pg-migaki-hagane__tolerance-img--large {
  width: 58.3rem;
  max-width: 100%;
}

.pg-migaki-hagane__tolerance-img--small {
  width: 28.4rem;
  max-width: 100%;
}

.pg-migaki-hagane__section--quality {
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .pg-migaki-hagane__section--quality {
    gap: 2.3rem;
    margin-top: -0.1rem;
  }
}

.pg-migaki-hagane__quality-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #1c2a52;
}
.pg-migaki-hagane__quality-desc p {
  margin: 0;
}
@media (max-width: 768px) {
  .pg-migaki-hagane__quality-desc {
    line-height: 1.82;
  }
}

@media (max-width: 768px) {
  .pg-migaki-hagane__content {
    padding: 0 2.4rem 3.8rem;
  }
  .pg-migaki-hagane__inner {
    gap: 8rem;
  }
  .pg-migaki-hagane__product-title {
    font-size: 2.8rem;
  }
  .pg-migaki-hagane__product-subtitle {
    font-size: 2rem;
    line-height: 1.5;
  }
  .pg-migaki-hagane__section-title {
    font-size: 2rem;
  }
  .pg-migaki-hagane__size {
    padding-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .pg-migaki-hagane__size {
    margin-top: 3.1rem;
  }
}
@media (max-width: 768px) {
  .pg-migaki-hagane__tolerance {
    padding-left: 0;
    gap: 3.8rem;
  }
  .pg-migaki-hagane__tolerance-images {
    margin-top: 1.8rem;
    flex-direction: column;
    gap: 0;
  }
  .pg-migaki-hagane__tolerance-img--large {
    width: 100%;
    transform: scale(1.146);
  }
  .pg-migaki-hagane__tolerance-img--small {
    width: 28rem;
    margin-left: 4.8rem;
    margin-top: 1.8rem;
  }
}
@media (max-width: 768px) {
  .pg-migaki-hagane__product-heading {
    padding-bottom: 0.8rem;
  }
  .pg-migaki-hagane__product-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .pg-migaki-hagane__section-header {
    align-items: center;
  }
  .pg-migaki-hagane__section-bar {
    width: 0.4rem;
    height: 2.1rem;
  }
  .c-process-table__track {
    margin-top: -1.9rem;
  }
}
.pg-migaki-hagane__sp-cards {
  display: none;
  flex-direction: column;
  gap: 1.8rem;
  padding: 4rem 0 0;
}
@media (max-width: 768px) {
  .pg-migaki-hagane__sp-cards.is-sp {
    display: flex !important;
  }
}

.pg-migaki-hagane__sp-card {
  position: relative;
  display: block;
  width: 100%;
  height: 20rem;
  border-radius: 0.8rem;
  overflow: hidden;
  text-decoration: none;
}
.pg-migaki-hagane__sp-card:hover {
  text-decoration: none;
}

.pg-migaki-hagane__sp-card-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-migaki-hagane__sp-card-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 2rem;
  background: linear-gradient(157deg, rgba(23, 40, 101, 0.5) 0%, rgb(28, 42, 82) 90%);
}

.pg-migaki-hagane__sp-card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 1.4rem;
}

.pg-migaki-hagane__sp-card-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 2.8rem;
  letter-spacing: 0.05em;
}

.pg-migaki-hagane__sp-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  margin-top: -0.8rem;
}
.pg-migaki-hagane__sp-card-btn svg {
  width: 1.8rem;
  height: 1.8rem;
}

/*# sourceMappingURL=migaki-hagane.css.map */
