@charset "UTF-8";
/* =====================================================
  Machining Special - Hero
===================================================== */
.p-machining-hero__visual img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-machining-hero__action {
  margin-top: -104px;
  background-color: #ffffff;
}
.p-machining-hero__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 0;
}
.p-machining-hero__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 390px;
  min-height: 68px;
  padding: 12px 26px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(14, 42, 70, 0.18);
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.p-machining-hero__button--download {
  background: linear-gradient(90deg, #e53935 0%, #ff6a1a 55%, #ffb300 100%);
}
.p-machining-hero__button--contact {
  background: linear-gradient(90deg, #1a4fd6 0%, #1a9fe0 55%, #00c9c0 100%);
}
.p-machining-hero__button:hover {
  opacity: 0.92;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(14, 42, 70, 0.22);
}
.p-machining-hero__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 10px;
}
.p-machining-hero__button-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-machining-hero__button-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.p-machining-hero__results {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 34px;
  width: 920px;
  max-width: 100%;
  margin: 80px auto 0;
  display: none !important;
}
.p-machining-hero__result {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 68px) / 3);
  min-height: 66px;
  padding: 8px 15px;
  background-color: #078bd4;
  color: #ffffff;
}
.p-machining-hero__result-icon {
  display: block;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-machining-hero__result-text {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.p-machining-hero__result-text > span {
  margin-left: 3px;
  color: #ffff00;
  font-size: 25px;
  font-weight: 700;
}
.p-machining-hero__result-unit {
  margin-left: 1px;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .p-machining-hero__buttons {
    gap: 20px;
  }
  .p-machining-hero__button {
    width: 340px;
    min-height: 62px;
  }
  .p-machining-hero__results {
    gap: 20px;
  }
  .p-machining-hero__result {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-machining-hero__action {
    margin-top: 0;
    padding: 0px;
  }
  .p-machining-hero__buttons {
    background-color: #fff;
    display: block;
    margin-top: 0px;
    padding: 16px;
  }
  .p-machining-hero__button {
    width: 100%;
    min-height: 52px;
    padding: 10px 16px;
  }
  .p-machining-hero__button + .p-machining-hero__button {
    margin-top: 10px;
  }
  .p-machining-hero__button-text {
    font-size: 13px;
  }
  .p-machining-hero__results {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 16px 20px;
    background-color: #c9efff;
  }
  .p-machining-hero__result {
    padding: 0;
    width: 100%;
    min-height: 48px;
    border-radius: 0px;
  }
  .p-machining-hero__result + .p-machining-hero__result {
    margin-top: 8px;
  }
  .p-machining-hero__result-text > span {
    font-size: 20px;
  }
}

/* =====================================================
  Machining Special - Industries
===================================================== */
.p-machining-industries {
  padding: 44px 40px 70px 40px;
  background-color: #edf1f4;
  max-width: 920px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
  border: solid 2px #eee;
}
.p-machining-industries__title {
  margin: 0 0 36px;
  color: #0085c1;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
.p-machining-industries__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-machining-industries__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.p-machining-industries__image {
  width: 100px;
  flex-shrink: 0;
}
.p-machining-industries__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ddd;
}
.p-machining-industries__body {
  min-width: 0;
}
.p-machining-industries__name {
  margin: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.p-machining-industries__text {
  margin: 6px 0 0;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .p-machining-industries {
    padding: 60px 0 70px;
  }
  .p-machining-industries__title {
    margin-bottom: 28px;
    font-size: 23px;
  }
  .p-machining-industries__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-machining-industries {
    padding: 28px 12px 28px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-machining-industries__title {
    margin-bottom: 18px;
    font-size: 18px;
    text-align: center;
  }
  .p-machining-industries__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-machining-industries__item {
    gap: 12px;
  }
  .p-machining-industries__image {
    width: 72px;
  }
  .p-machining-industries__name {
    font-size: 14px;
    line-height: 1.4;
    background-color: #008cd5;
    color: #ffffff;
    padding: 4.8px 8px;
  }
  .p-machining-industries__text {
    margin-top: 4px;
    font-size: 12px;
  }
}

/* =====================================================
  Machining Special - Problem
===================================================== */
.p-machining-problem {
  position: relative;
  z-index: 0;
  padding: 64px 0 130px;
  background-color: #dff5ff;
  background-image: url("../img/machining-center/problem-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.p-machining-problem::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: rgba(0, 133, 193, 0.2);
  content: "";
  pointer-events: none;
}
.p-machining-problem__inner {
  position: relative;
  z-index: 1;
}
.p-machining-problem__heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
.p-machining-problem__title {
  margin: 0;
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
.p-machining-problem__title span {
  display: inline-block;
  margin: 0 4px;
  color: #008cd5;
  font-size: 40px;
  line-height: 1.2;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
.p-machining-problem__character {
  position: absolute;
  right: -125px;
  bottom: -20px;
  display: block;
  width: 110px;
  height: auto;
}
.p-machining-problem__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-machining-problem__box {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 55px 75px;
  background-color: rgba(255, 255, 255, 0.96);
}
.p-machining-problem__corner {
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  pointer-events: none;
}
.p-machining-problem__corner--top-left {
  top: 0;
  left: 0;
  border-top: 5px solid #008cd5;
  border-left: 5px solid #008cd5;
}
.p-machining-problem__corner--top-right {
  top: 0;
  right: 0;
  border-top: 5px solid #222222;
  border-right: 5px solid #222222;
}
.p-machining-problem__corner--bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 5px solid #222222;
  border-left: 5px solid #222222;
}
.p-machining-problem__corner--bottom-right {
  right: 0;
  bottom: 0;
  border-right: 5px solid #008cd5;
  border-bottom: 5px solid #008cd5;
}
.p-machining-problem__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 75px;
       column-gap: 75px;
  row-gap: 32px;
}
.p-machining-problem__item {
  padding-bottom: 18px;
  border-bottom: 1px solid #69bce9;
}
.p-machining-problem__item-heading {
  display: flex;
  align-items: center;
  gap: 13px;
}
.p-machining-problem__check {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.p-machining-problem__item-title {
  margin: 0;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.p-machining-problem__text {
  margin: 10px 0 0 41px;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}
.p-machining-problem__alphabet {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 25px 0 -60px auto;
  line-height: 0;
}
.p-machining-problem__alphabet img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .p-machining-problem {
    padding-top: 64px;
    padding-bottom: 115px;
  }
  .p-machining-problem__content {
    max-width: 1100px;
  }
  .p-machining-problem__box {
    padding: 50px 65px;
  }
  .p-machining-problem__list {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p-machining-problem {
    padding-top: 70px;
    padding-bottom: 95px;
  }
  .p-machining-problem__heading {
    margin-bottom: 38px;
  }
  .p-machining-problem__title {
    font-size: 24px;
  }
  .p-machining-problem__title span {
    font-size: 33px;
  }
  .p-machining-problem__character {
    right: -90px;
    width: 85px;
  }
  .p-machining-problem__box {
    padding: 45px 45px;
  }
  .p-machining-problem__list {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 28px;
  }
  .p-machining-problem__item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-machining-problem {
    padding: 40px 0 50px;
  }
  .p-machining-problem__heading {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
  .p-machining-problem__title {
    font-size: 18px;
  }
  .p-machining-problem__title span {
    margin: 0 2px;
    font-size: 24px;
  }
  .p-machining-problem__character {
    display: none;
  }
  .p-machining-problem__box {
    padding: 24px 16px;
  }
  .p-machining-problem__corner {
    width: 28px;
    height: 28px;
  }
  .p-machining-problem__corner--top-left, .p-machining-problem__corner--top-right, .p-machining-problem__corner--bottom-left, .p-machining-problem__corner--bottom-right {
    border-width: 3px;
  }
  .p-machining-problem__list {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  .p-machining-problem__item {
    padding-bottom: 8px;
  }
  .p-machining-problem__item-heading {
    gap: 10px;
  }
  .p-machining-problem__check {
    width: 24px;
    height: 24px;
  }
  .p-machining-problem__item-title {
    font-size: 16px;
  }
  .p-machining-problem__text {
    margin: 4px 0 0 34px;
    font-size: 12px;
    line-height: 1.7;
  }
  .p-machining-problem__alphabet {
    margin-top: 20px;
    margin-bottom: -25px;
  }
}

/* =====================================================
  Machining Center Features
===================================================== */
.p-machining-features {
  position: relative;
  z-index: 0;
  padding: 80px 0 120px;
  background-color: #fff;
  overflow: hidden;
}
.p-machining-features::before {
  position: absolute;
  z-index: -1;
  top: 80px;
  bottom: 0;
  left: 0;
  width: 34%;
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  opacity: 0.65;
}
.p-machining-features__intro {
  position: relative;
  z-index: 2;
  margin-bottom: 55px;
  text-align: center;
}
.p-machining-features__intro-text {
  margin: 0;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
.p-machining-features__intro-text strong {
  color: #0085c1;
  font-weight: 700;
}
.p-machining-features__heading {
  margin: 0;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
.p-machining-features__heading span {
  color: #0085c1;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
.p-machining-features__list {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.p-machining-features__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.p-machining-features__item--reverse {
  flex-direction: row-reverse;
}
.p-machining-features__item--reverse .p-machining-features__number {
  align-items: flex-end;
  margin-right: 0;
  margin-left: -48px;
}
.p-machining-features__item--reverse .p-machining-features__number span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.p-machining-features__item--reverse .p-machining-features__content {
  flex-direction: row-reverse;
}
.p-machining-features__number {
  position: relative;
  z-index: 2;
  display: flex;
  flex-shrink: 0;
  width: 120px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: -48px;
  color: #0085c1;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}
.p-machining-features__number span {
  display: block;
  margin-top: 12px;
  color: #57b8e8;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.p-machining-features__panel {
  position: relative;
  z-index: 0;
  display: block;
  flex: 1;
  min-width: 0;
  padding: 32px 38px 34px;
  overflow: hidden;
  background-color: #3d8fb8;
  background-image: var(--panel-bg, none);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-machining-features__panel::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: rgba(45, 120, 160, 0.78);
  content: "";
  pointer-events: none;
}
.p-machining-features__panel > * {
  position: relative;
  z-index: 1;
}
.p-machining-features__item--reverse .p-machining-features__panel {
  background-color: #edf1f4;
  background-image: var(--panel-bg, none);
}
.p-machining-features__item--reverse .p-machining-features__panel::before {
  display: block;
  background-color: rgba(237, 241, 244, 0.72);
}
.p-machining-features__item--reverse .p-machining-features__text {
  color: #333333;
}
.p-machining-features__item--reverse .p-machining-features__title {
  color: #0e2a46;
  -webkit-text-stroke: 0;
}
.p-machining-features__item--reverse .p-machining-features__title::before {
  background-color: #0085c1;
}
.p-machining-features__item--reverse .p-machining-features__title::after {
  background-color: #0085c1;
  opacity: 0.55;
}
.p-machining-features__item--reverse .p-machining-features__button .m-link-button {
  color: #333333;
  border-bottom-color: #c5ced6;
}
.p-machining-features__item--reverse .p-machining-features__button .m-link-button__icon {
  background-color: #f0f3fb;
}
.p-machining-features__item--reverse .p-machining-features__button .m-link-button:hover .m-link-button__icon {
  background-color: #e5eaf5;
}
.p-machining-features__button {
  margin-top: 22px;
}
.p-machining-features__button .m-link-button {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.55);
  gap: 20px;
}
.p-machining-features__button .m-link-button__icon {
  background-color: rgba(255, 255, 255, 0.22);
}
.p-machining-features__button .m-link-button:hover .m-link-button__icon {
  background-color: rgba(255, 255, 255, 0.35);
}
.p-machining-features__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 22px;
  padding: 0 0 12px 18px;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  letter-spacing: 0.04em;
  -webkit-text-stroke: 2px rgba(14, 42, 70, 0.18);
  paint-order: stroke fill;
}
.p-machining-features__title::before {
  position: absolute;
  top: 0.2em;
  bottom: 12px;
  left: 0;
  width: 3px;
  background-color: #ffff00;
  content: "";
}
.p-machining-features__title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 18px;
  width: 48px;
  height: 2px;
  background-color: currentColor;
  content: "";
  opacity: 0.45;
}
.p-machining-features__title em,
.p-machining-features__title strong {
  color: #ffff00;
  font-style: normal;
  -webkit-text-stroke: 0;
}
.p-machining-features__content {
  display: flex;
  align-items: center;
  gap: 42px;
}
.p-machining-features__image {
  width: 33%;
  flex-shrink: 0;
}
.p-machining-features__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 430/300;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-machining-features__body {
  flex: 1;
  min-width: 0;
}
.p-machining-features__text {
  color: #ffffff;
}
.p-machining-features__text .p {
  color: inherit;
}
.p-machining-features__text .p + .p {
  margin-top: 10px;
}
@media screen and (max-width: 1500px) {
  .p-machining-features {
    padding-top: 70px;
    padding-bottom: 105px;
  }
  .p-machining-features__intro {
    margin-bottom: 50px;
  }
  .p-machining-features__heading {
    margin-top: 0;
    font-size: 32px;
  }
  .p-machining-features__list {
    gap: 50px;
  }
  .p-machining-features__number {
    width: 105px;
    font-size: 52px;
    margin-right: -42px;
  }
  .p-machining-features__number span {
    font-size: 34px;
  }
  .p-machining-features__item--reverse .p-machining-features__number {
    margin-left: -42px;
  }
  .p-machining-features__panel {
    padding: 28px 32px 30px;
  }
  .p-machining-features__title {
    margin-bottom: 18px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-size: 22px;
  }
  .p-machining-features__content {
    gap: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .p-machining-features__item {
    gap: 0;
  }
  .p-machining-features__number {
    width: 88px;
    font-size: 46px;
    margin-right: -36px;
  }
  .p-machining-features__number span {
    font-size: 28px;
  }
  .p-machining-features__item--reverse .p-machining-features__number {
    margin-left: -36px;
  }
  .p-machining-features__panel {
    padding: 25px 28px;
  }
  .p-machining-features__title {
    margin-bottom: 16px;
    padding: 0 0 10px 14px;
    font-size: 20px;
  }
  .p-machining-features__content {
    gap: 28px;
  }
  .p-machining-features__image {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .p-machining-features {
    padding-top: 60px;
    padding-bottom: 85px;
  }
  .p-machining-features::before {
    top: 60px;
    width: 45%;
    opacity: 0.45;
  }
  .p-machining-features__intro-text {
    font-size: 16px;
  }
  .p-machining-features__heading {
    margin-top: 0;
    font-size: 28px;
  }
  .p-machining-features__list {
    gap: 42px;
  }
  .p-machining-features__item, .p-machining-features__item--reverse {
    flex-direction: column;
    gap: 12px;
  }
  .p-machining-features__number {
    width: auto;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
    margin-right: 0;
    margin-left: 0;
    font-size: 44px;
  }
  .p-machining-features__number span {
    margin: 0 0 5px;
    font-size: 18px;
    letter-spacing: 0.08em;
    writing-mode: horizontal-tb;
    transform: none;
  }
  .p-machining-features__item--reverse .p-machining-features__number {
    align-items: flex-end;
    margin-left: 0;
  }
  .p-machining-features__item--reverse .p-machining-features__number span {
    writing-mode: horizontal-tb;
    transform: none;
  }
  .p-machining-features__panel {
    width: 100%;
  }
  .p-machining-features__content, .p-machining-features__item--reverse .p-machining-features__content {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .p-machining-features {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .p-machining-features::before {
    top: 32px;
    width: 65%;
    opacity: 0.35;
  }
  .p-machining-features__intro {
    margin-bottom: 28px;
  }
  .p-machining-features__intro-text {
    font-size: 13px;
  }
  .p-machining-features__heading {
    margin-top: 0;
    font-size: 22px;
  }
  .p-machining-features__list {
    gap: 28px;
  }
  .p-machining-features__number {
    font-size: 32px;
  }
  .p-machining-features__number span {
    font-size: 12px;
  }
  .p-machining-features__panel {
    padding: 16px 14px 20px;
  }
  .p-machining-features__title {
    width: 100%;
    margin-bottom: 12px;
    padding: 0 0 8px 12px;
    font-size: 17px;
    -webkit-text-stroke-width: 1px;
  }
  .p-machining-features__title::before {
    width: 3px;
    bottom: 8px;
  }
  .p-machining-features__title::after {
    left: 12px;
  }
  .p-machining-features__content, .p-machining-features__item--reverse .p-machining-features__content {
    display: block;
  }
  .p-machining-features__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-machining-features__text {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.7;
  }
}

/* =====================================================
  Machining Works
===================================================== */
.p-machining-works {
  position: relative;
  z-index: 0;
  padding: 85px 0 100px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
.p-machining-works::before {
  position: absolute;
  z-index: -1;
  top: 45px;
  left: 0;
  width: calc(100vw - 115px);
  height: calc(100% - 45px);
  background-color: #edf1f4;
  content: "";
}
.p-machining-works__heading-area {
  position: relative;
}
.p-machining-works__heading {
  text-align: center;
}
.p-machining-works__lead {
  margin: 0;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.p-machining-works__title {
  margin: 0;
  color: #0085c1;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
.p-machining-works__content {
  padding-top: 45px;
}
.p-machining-works__slider {
  overflow: hidden;
}
.p-machining-works .p-works__list {
  align-items: stretch;
}
.p-machining-works .p-works__item {
  height: auto;
  width: 330px;
  max-width: 330px;
  flex-shrink: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
.p-machining-works.is-flex .p-machining-works__slider {
  overflow: visible;
}
.p-machining-works.is-flex .p-works__list,
.p-machining-works.is-flex .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 36px;
  transform: none !important;
}
.p-machining-works.is-flex .p-works__item,
.p-machining-works.is-flex .swiper-slide {
  flex: 0 0 330px;
  width: 330px;
  max-width: 330px;
  margin: 0 !important;
}
.p-machining-works.is-flex .p-machining-works__navigation {
  display: none;
}
.p-machining-works__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
}
.p-machining-works__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #0085c1;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.p-machining-works__arrow span {
  position: relative;
  display: block;
  width: 8px;
  height: 12px;
}
.p-machining-works__arrow span::before, .p-machining-works__arrow span::after {
  position: absolute;
  left: 1px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  content: "";
}
.p-machining-works__arrow span::before {
  top: 2px;
  transform: rotate(45deg);
}
.p-machining-works__arrow span::after {
  bottom: 2px;
  transform: rotate(-45deg);
}
.p-machining-works__arrow--prev span {
  transform: rotate(180deg);
}
.p-machining-works__arrow--prev:hover {
  transform: translateX(-3px);
}
.p-machining-works__arrow--next:hover {
  transform: translateX(3px);
}
.p-machining-works__arrow:hover {
  opacity: 0.8;
}
.p-machining-works__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .p-machining-works::before {
    width: calc(100vw - 85px);
  }
}
@media screen and (max-width: 1024px) {
  .p-machining-works {
    padding: 70px 0 80px;
  }
  .p-machining-works::before {
    width: calc(100vw - 35px);
  }
  .p-machining-works__title {
    font-size: 27px;
  }
  .p-machining-works .p-works__item {
    width: 300px;
    max-width: 300px;
  }
  .p-machining-works.is-flex .p-works__list,
  .p-machining-works.is-flex .swiper-wrapper {
    gap: 24px;
    justify-content: center;
  }
  .p-machining-works.is-flex .p-works__item,
  .p-machining-works.is-flex .swiper-slide {
    flex: 0 0 300px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-machining-works {
    padding: 40px 0 48px;
  }
  .p-machining-works::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-machining-works__lead {
    font-size: 13px;
  }
  .p-machining-works__title {
    font-size: 20px;
  }
  .p-machining-works__content {
    padding-top: 22px;
  }
  .p-machining-works__slider {
    width: 100%;
    overflow: hidden;
  }
  .p-machining-works .p-works__item {
    width: 210px;
    max-width: 210px;
  }
  .p-machining-works .m-works-card {
    background-color: #ffffff;
  }
  .p-machining-works .m-works-card__link {
    padding: 12px 12px 16px;
    background-color: #ffffff;
  }
  .p-machining-works .m-works-card__title {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.5;
  }
  .p-machining-works .m-works-card__detail-term {
    font-size: 12px;
  }
  .p-machining-works .m-works-card__detail-description {
    font-size: 11px;
    line-height: 1.6;
  }
  .p-machining-works .m-works-card__more {
    padding-top: 16px;
    font-size: 12px;
  }
  .p-machining-works.is-flex .p-works__list,
  .p-machining-works.is-flex .swiper-wrapper {
    gap: 12px;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-machining-works.is-flex .p-works__item,
  .p-machining-works.is-flex .swiper-slide {
    flex: 0 0 210px;
    width: 210px;
    max-width: 210px;
  }
  .p-machining-works.is-slider .p-works__item,
  .p-machining-works.is-slider .swiper-slide {
    width: 210px;
    max-width: 210px;
  }
}

/* =====================================================
  Machining Equipment
===================================================== */
.p-machining-equipment {
  position: relative;
  z-index: 0;
  padding: 90px 0 120px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-machining-equipment::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: calc(100vw - 115px);
  height: 100%;
  background-color: #cceffd;
  content: "";
}
.p-machining-equipment__heading-area {
  padding-bottom: 28px;
  border-bottom: 1px solid #1689ca;
}
.p-machining-equipment__heading {
  text-align: left;
}
.p-machining-equipment__lead {
  margin: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.p-machining-equipment__title {
  margin: 0;
  color: #0085c1;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
.p-machining-equipment__content {
  padding-top: 40px;
}
.p-machining-equipment__table-wrap {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  border-top: 3px solid #0085c1;
  border-bottom: 1px solid #9eb8c8;
}
.p-machining-equipment__table-wrap.js-scrollable {
  position: relative;
}
.p-machining-equipment__table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-machining-equipment__table th,
.p-machining-equipment__table td {
  padding: 14px 16px;
  border-bottom: 1px solid #d7e3eb;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
.p-machining-equipment__table thead th {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #0085c1;
  background-color: #f3f8fb;
  color: #1a4f6b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-machining-equipment__table tbody th {
  width: 18%;
  color: #222222;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  background-color: #f7fafc;
  vertical-align: middle;
}
.p-machining-equipment__table tbody tr:last-child th,
.p-machining-equipment__table tbody tr:last-child td {
  border-bottom: 0;
}
.p-machining-equipment__table tbody td {
  font-size: 12px;
  font-weight: 400;
}
.p-machining-equipment__table .is-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
.p-machining-equipment__note {
  max-width: 980px;
  margin: 14px auto 0;
  color: #667787;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1500px) {
  .p-machining-equipment::before {
    width: calc(100vw - 85px);
  }
}
@media screen and (max-width: 1024px) {
  .p-machining-equipment {
    padding: 75px 0 95px;
  }
  .p-machining-equipment::before {
    width: calc(100vw - 35px);
  }
  .p-machining-equipment__title {
    font-size: 25px;
  }
  .p-machining-equipment__content {
    padding-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-machining-equipment {
    padding: 40px 0 48px;
  }
  .p-machining-equipment::before {
    left: 0;
    right: auto;
    width: 100%;
  }
  .p-machining-equipment__heading-area {
    padding-bottom: 16px;
  }
  .p-machining-equipment__heading {
    text-align: center;
  }
  .p-machining-equipment__lead {
    font-size: 13px;
  }
  .p-machining-equipment__title {
    font-size: 20px;
  }
  .p-machining-equipment__content {
    padding-top: 20px;
  }
  .p-machining-equipment__table-wrap {
    padding-bottom: 8px;
  }
  .p-machining-equipment__table {
    min-width: 860px;
  }
  .p-machining-equipment__table th,
  .p-machining-equipment__table td {
    padding: 10px 10px;
    font-size: 11px;
  }
  .p-machining-equipment__table thead th {
    font-size: 10px;
  }
}

/* =====================================================
  Machining Thought
===================================================== */
.p-machining-thought {
  position: relative;
  z-index: 0;
  margin: 64px 0 100px;
  padding: 64px 0 0;
  background-image: url("../img/machining-center/thought-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.p-machining-thought::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 111, 190, 0.94) 0%, rgba(0, 151, 212, 0.82) 55%, rgba(0, 192, 178, 0.72) 100%);
  content: "";
}
.p-machining-thought__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.p-machining-thought__content {
  width: 64%;
}
.p-machining-thought__title {
  position: relative;
  margin: 0;
  padding-left: 45px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.p-machining-thought__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  border: 3px dotted #ffffff;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}
.p-machining-thought__text {
  margin-top: 38px;
}
.p-machining-thought__text .p {
  color: #ffffff;
}
.p-machining-thought__text .p + .p {
  margin-top: 13px;
}
.p-machining-thought__illustration {
  width: 30%;
  flex-shrink: 0;
}
.p-machining-thought__illustration img {
  display: block;
  width: 100%;
  height: auto;
}
.p-machining-thought__gallery {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 55px;
  transform: translateY(55px);
}
.p-machining-thought__gallery-item {
  overflow: hidden;
}
.p-machining-thought__gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-machining-thought {
    padding-top: 70px;
  }
  .p-machining-thought__inner {
    gap: 45px;
  }
  .p-machining-thought__content {
    width: 67%;
  }
  .p-machining-thought__title {
    font-size: 26px;
  }
  .p-machining-thought__gallery {
    margin-top: 45px;
    transform: translateY(40px);
  }
}
@media screen and (max-width: 767px) {
  .p-machining-thought {
    padding-top: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-machining-thought .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .p-machining-thought__inner {
    display: block;
  }
  .p-machining-thought__content {
    width: 100%;
  }
  .p-machining-thought__title {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    font-size: 20px;
  }
  .p-machining-thought__title::before {
    width: 18px;
    height: 18px;
  }
  .p-machining-thought__text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.7;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .p-machining-thought__illustration {
    width: 55%;
    margin: 30px auto 0;
  }
  .p-machining-thought__gallery {
    margin-top: 35px;
    transform: translateY(30px);
  }
}

/* =====================================================
  Machining Flow
===================================================== */
.p-machining-flow {
  position: relative;
  z-index: 0;
  padding: 140px 0 100px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-machining-flow::before {
  position: absolute;
  z-index: -1;
  top: 65px;
  left: 0;
  width: calc(100vw - 115px);
  height: calc(100% - 65px);
  background-color: #edeff8;
  content: "";
}
.p-machining-flow__heading {
  text-align: center;
}
.p-machining-flow__title {
  margin: 0;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
.p-machining-flow__title span {
  color: #0085c1;
  font-size: 40px;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
.p-machining-flow__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: 1120px;
  max-width: 100%;
  margin: 55px auto 0;
  padding: 0;
  list-style: none;
}
.p-machining-flow__item {
  position: relative;
  padding: 0 20px 30px;
  background-color: #ffffff;
}
.p-machining-flow__item:not(:last-child)::after {
  position: absolute;
  top: 48%;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #5ab7e6;
  content: "";
  transform: translateY(-50%);
}
.p-machining-flow__number {
  margin: -25px 0 0;
  color: #35a6e8;
  font-size: 55px;
  line-height: 1;
  text-align: center;
}
.p-machining-flow__item-title {
  margin: 18px 0;
  color: #0085c1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-machining-flow__image {
  width: 100%;
  margin-bottom: 22px;
}
.p-machining-flow__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 270/220;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-machining-flow__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 55px 30px;
    width: 760px;
  }
  .p-machining-flow__item:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-machining-flow {
    padding: 40px 0 40px;
  }
  .p-machining-flow::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .p-machining-flow__title {
    font-size: 20px;
  }
  .p-machining-flow__title span {
    font-size: 24px;
  }
  .p-machining-flow__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 28px;
    width: 100%;
    max-width: none;
    margin-top: 28px;
  }
  .p-machining-flow__item {
    padding: 8px 10px 16px;
  }
  .p-machining-flow__item:not(:last-child)::after {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border: 0;
    color: #5ab7e6;
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    transform: none;
  }
  .p-machining-flow__item {
    /* 01→02 / 03→04 */
  }
  .p-machining-flow__item:nth-child(odd):not(:last-child)::after {
    top: 48%;
    right: -20px;
    bottom: auto;
    left: auto;
    content: "\f061";
    transform: translateY(-50%);
  }
  .p-machining-flow__item {
    /* 02→03 */
  }
  .p-machining-flow__number {
    font-size: 36px;
  }
  .p-machining-flow__item-title {
    font-size: 14px;
  }
}

/* =====================================================
  Machining FAQ
===================================================== */
.p-machining-faq {
  position: relative;
  padding: 85px 0 100px;
  background-color: #c9efff;
  overflow: hidden;
}
.p-machining-faq__heading {
  text-align: center;
}
.p-machining-faq__title {
  margin: 0;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
.p-machining-faq__title span {
  color: #0085c1;
  font-size: 40px;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
.p-machining-faq__list {
  width: 1050px;
  max-width: 100%;
  margin: 50px auto 0;
}
.p-machining-faq__item {
  padding: 25px 32px;
  background-color: #ffffff;
}
.p-machining-faq__item + .p-machining-faq__item {
  margin-top: 20px;
}
.p-machining-faq__question, .p-machining-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 0;
}
.p-machining-faq__answer {
  margin-top: 15px;
}
.p-machining-faq__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.p-machining-faq__label--question {
  background-color: #0085c1;
}
.p-machining-faq__label--answer {
  background-color: #f39800;
}
.p-machining-faq__question-text {
  padding-top: 3px;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.p-machining-faq__answer .p {
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-machining-faq {
    padding: 40px 0;
  }
  .p-machining-faq__title {
    font-size: 20px;
  }
  .p-machining-faq__title span {
    font-size: 24px;
  }
  .p-machining-faq__list {
    margin-top: 24px;
  }
  .p-machining-faq__item {
    padding: 16px 14px;
  }
  .p-machining-faq__question, .p-machining-faq__answer {
    gap: 10px;
  }
  .p-machining-faq__question-text {
    font-size: 13px;
  }
}

/* =====================================================
  Machining News
===================================================== */
.p-machining-news {
  position: relative;
  z-index: 0;
  padding: 80px 0 75px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-machining-news::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(100vw - 65px);
  height: 100%;
  background-color: #edeff8;
  content: "";
}
.p-machining-news__heading .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.p-machining-news__title {
  margin: 0;
  color: #0085c1;
  font-size: 32px;
  font-weight: 700;
}
.p-machining-news__categories {
  display: flex;
  align-items: center;
  gap: 30px;
}
.p-machining-news__content {
  padding-top: 45px;
}
.p-machining-news__slider-wrap {
  width: calc(100% - max(30px, (100vw - 1500px) / 2));
  margin-left: max(30px, (100vw - 1500px) / 2);
}
.p-machining-news__slider {
  overflow: visible;
}
.p-machining-news__item {
  width: 330px;
}
.p-machining-news__link {
  display: block;
  color: #333333;
  text-decoration: none;
}
.p-machining-news__image {
  width: 100%;
  aspect-ratio: 410/285;
  overflow: hidden;
}
.p-machining-news__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-machining-news__category {
  display: inline-block;
  margin-top: 13px;
  padding: 4px 11px;
  border-radius: 20px;
  background-color: #0085c1;
  color: #ffffff;
  font-size: 11px;
}
.p-machining-news__item-title {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.6;
}
.p-machining-news__date {
  display: block;
  margin-top: 12px;
  color: #999999;
  font-size: 10px;
}
.p-machining-news__button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-machining-news {
    padding: 40px 0 48px;
  }
  .p-machining-news::before {
    left: 0;
    width: 100%;
  }
  .p-machining-news__heading .wrapper {
    display: block;
  }
  .p-machining-news__title {
    font-size: 20px;
  }
  .p-machining-news__categories {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
  }
  .p-machining-news__slider-wrap {
    width: calc(100% - 12px);
    margin-left: 12px;
  }
  .p-machining-news__item {
    width: 240px;
  }
  .p-machining-news__item-title {
    font-size: 14px;
  }
}

/* 白文字以外のセクション見出しに白縁 */
.p-machining-special .p-news .m-section-heading__ja {
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
.p-machining-special .p-news .m-section-heading__ja span {
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}
@media screen and (max-width: 767px) {
  .p-machining-special {
    /* SP: アシンメトリー背景は全幅（このページのみ） */
  }
  .p-machining-special .p-news::before {
    width: 100%;
    border-radius: 0;
  }
  .p-machining-special {
    /* SP: セクションタイトルサイズ統一 */
  }
  .p-machining-special .p-machining-industries__title,
  .p-machining-special .p-machining-problem__title,
  .p-machining-special .p-machining-features__heading,
  .p-machining-special .p-machining-works__title,
  .p-machining-special .p-machining-equipment__title,
  .p-machining-special .p-machining-thought__title,
  .p-machining-special .p-machining-flow__title,
  .p-machining-special .p-machining-faq__title {
    font-size: 20px;
  }
  .p-machining-special .p-news .m-section-heading__ja,
  .p-machining-special .p-news .m-section-heading__ja span {
    font-size: 24px;
  }
  .p-machining-special .p-machining-problem__title span,
  .p-machining-special .p-machining-features__heading span,
  .p-machining-special .p-machining-flow__title span,
  .p-machining-special .p-machining-faq__title span {
    font-size: 20px;
  }
}/*# sourceMappingURL=machining-center.css.map */