@media screen and (min-width: 757px) {
  .isPc {
    display: block;
  }
}
@media screen and (max-width: 756px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 757px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width: 756px) {
  .isSp {
    display: block;
  }
}
.cntr_machining__grid {
  margin-bottom: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (max-width: 756px) {
  .cntr_machining__grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cntr_machining__grid_top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px auto;
  grid-template-columns: 500px auto;
  gap: 30px;
}
@media screen and (max-width: 756px) {
  .cntr_machining__grid_top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.machining_img {
  width: 100%;
}
@media screen and (max-width: 756px) {
  .machining_img {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.machining_img img {
  width: 100%;
  aspect-ratio: 500/334;
}
@media screen and (max-width: 756px) {
  .machining_misc {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.machining_misc h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #0156a9;
}
@media screen and (max-width: 756px) {
  .machining_misc h3 {
    font-size: 20px;
    text-align: center;
  }
}
.machining_misc p {
  font-size: 16px;
}
.cntr_machining__grid_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 756px) {
  .cntr_machining__grid_items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cntr_machining__grid_item {
  width: 100%;
  padding: 25px;
  border: 4px solid #0156a9;
}
.cntr_machining__grid_item_head {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 756px) {
  .cntr_machining__grid_item_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cntr_machining__grid_item_head .badge {
  width: 78px;
  height: 78px;
}
@media screen and (max-width: 756px) {
  .cntr_machining__grid_item_head .badge {
    width: 75px;
    height: 75px;
  }
}
.cntr_machining__grid_item_head .badge img {
  width: 100%;
  aspect-ratio: 1/1;
}
.cntr_machining__grid_item_head h4 {
  font-size: 24px;
  font-weight: 600;
  color: #0156a9;
  line-height: 1.4;
  text-align: center;
}
.cntr_machining__grid_item_img {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
}
.cntr_machining__grid_item_img img {
  width: 100%;
}
.cntr_machining__grid_item_txt {
  font-size: 16px;
}
