@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:ital,wght@0,500;0,600;0,700;1,600&display=swap");
@media screen and (max-width: 767px) {
  .sec-head__ja {
    font-size: 1.4rem;
    margin-top: 7px;
  }
}

.about {
  border-bottom: 1px solid #D5D5D5;
  display: flex;
  gap: 80px;
  margin-bottom: 45px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .about {
    display: block;
    padding-bottom: 64px;
  }
}
.about .about__image {
  flex-shrink: 0;
  width: 417px;
}
@media screen and (max-width: 767px) {
  .about .about__image {
    margin-top: 30px;
    padding-inline: 30px;
    width: 100%;
  }
}
.about .about__image img {
  height: auto;
  width: 100%;
}
.about .sec-head {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about .sec-head {
    margin-bottom: 27px;
  }
}
.about .about__text {
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .about .about__text {
    font-size: 1.4rem;
    line-height: 2.57;
  }
}

@media screen and (max-width: 767px) {
  .spec .content-title {
    margin-bottom: 68px;
  }
}
.spec .spec__items {
  display: grid;
  gap: 74px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .spec .spec__items {
    gap: 62px;
    grid-template-columns: 1fr;
  }
}
.spec .spec__item {
  background: #fff;
  border-radius: 10px;
  padding-block: 23px 27px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spec .spec__item {
    width: 100%;
  }
}
.spec .spec__num {
  background: #68dfc0;
  color: #fff;
  clip-path: polygon(16px 0, 100% 0, 44px 100%, 0 100%);
  display: grid;
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: bold;
  height: 50px;
  left: -22px;
  place-content: center;
  position: absolute;
  top: -14px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .spec .spec__num {
    clip-path: polygon(15px 0, 100% 0, 43px 100%, 0 100%);
    font-size: 2.3rem;
    left: -14px;
    height: 48px;
    top: -12px;
    width: 58px;
  }
}
.spec .spec__title {
  font-size: 1.8rem;
  line-height: 1.555;
  margin-bottom: 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .spec .spec__title {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.spec .spec__image {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .spec .spec__image {
    margin-bottom: 12px;
  }
}
.spec .spec__text {
  font-size: 1.4rem;
  line-height: 2;
  padding-inline: 38px;
}
@media screen and (max-width: 767px) {
  .spec .spec__text {
    font-size: 1.3rem;
    padding-inline: 22px;
  }
}

.sens {
  background: #333;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .sens {
    margin-top: 64px;
    overflow: hidden;
  }
}
.sens .lower-content__inner {
  display: flex;
  gap: 185px;
  padding-block: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sens .lower-content__inner {
    display: block;
    padding-block: 60px 55px;
  }
}
.sens .sens__bg {
  position: absolute;
  top: 0;
  left: -80px;
  width: 698px;
  height: 425px;
  background: linear-gradient(to bottom, rgba(139, 234, 194, 0.17) 0%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: screen;
  clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
  transition: opacity 0.65s 0.2s ease, transform 0.85s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  contain: paint;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .sens .sens__bg {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .sens .sens__bg {
    width: 200%;
  }
}
.sens .sens__title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sens .sens__title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.sens .sens__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sens .sens__text {
    font-size: 1.3rem;
    line-height: 2.15;
    margin-bottom: 40px;
  }
}
.sens .content-table-wrap {
  width: 756px;
}
@media screen and (max-width: 767px) {
  .sens .content-table-wrap {
    width: 100%;
  }
}
.sens .content-table-wrap table {
  table-layout: unset;
}
.sens .content-table-wrap th, .sens .content-table-wrap td {
  color: #fff;
  font-size: 1.4rem;
}
.sens .content-table-wrap th strong, .sens .content-table-wrap td strong {
  color: #68dfc0;
}

.features {
  background: url("/torque/micro_torque/img/bg-features.png") no-repeat center top;
  margin-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .features {
    background-size: 100% auto;
    margin-bottom: 87px;
    padding-top: 20px;
  }
}
.features .sec-head {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .features .sec-head {
    margin-bottom: 40px;
  }
}
.features .features-list {
  display: grid;
  gap: 80px 104px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, auto auto auto);
}
@media screen and (max-width: 767px) {
  .features .features-list {
    grid-template-columns: 1fr;
  }
}
.features .features-item {
  background: #fff;
  border-radius: 10px;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  position: relative;
  padding-bottom: 80px;
  row-gap: 0;
}
@media screen and (max-width: 767px) {
  .features .features-item {
    padding-bottom: 70px;
  }
}
.features .features-item:hover .features-image img {
  scale: 1.06;
}
.features .features-item:hover .product-card__link::after {
  transform: translateX(4px);
}
.features .features-heading {
  background: #333;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: grid;
  font-size: 1.8rem;
  height: 52px;
  padding-left: 50px;
  place-content: center start;
}
@media screen and (max-width: 767px) {
  .features .features-heading {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.features .features-heading span {
  display: inline-block;
  padding-left: 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .features .features-heading span {
    padding-left: 20px;
  }
}
.features .features-heading span::before {
  background: #68dfc0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 13px;
}
@media screen and (max-width: 767px) {
  .features .features-heading span::before {
    width: 10px;
  }
}
.features .features-image {
  height: 195px;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .features .features-image {
    height: 130px;
  }
}
.features .features-image img {
  transition: scale 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .features .features-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.features .features-text {
  font-size: 1.4rem;
  line-height: 2;
  padding-inline: 50px;
}
@media screen and (max-width: 767px) {
  .features .features-text {
    padding-inline: 17px;
  }
}

.making {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .making {
    margin-bottom: 80px;
  }
}
.making .sec-head {
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .making .sec-head {
    margin-bottom: 39px;
  }
}
.making .making__items {
  position: relative;
}
@media screen and (max-width: 767px) {
  .making .making__items {
    margin-left: -7px;
  }
}
.making .making__items::before {
  background: #68dfc0;
  bottom: 0;
  content: "";
  display: block;
  left: 29px;
  position: absolute;
  right: auto;
  top: 33px;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .making .making__items::before {
    left: 5px;
    top: 20px;
  }
}
.making .making__item {
  align-items: center;
  display: flex;
  padding-left: 23px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .making .making__item {
    display: block;
    padding: 0;
    position: relative;
  }
}
.making .making__item + div {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .making .making__item + div {
    margin-top: 34px;
  }
}
.making .making__step {
  align-self: flex-start;
  color: #68dfc0;
  font-family: "Poppins", sans-serif;
  flex-shrink: 0;
  font-size: 2rem;
  font-style: italic;
  padding-left: 30px;
  position: relative;
  width: 132px;
}
@media screen and (max-width: 767px) {
  .making .making__step {
    font-size: 1.8rem;
    margin-bottom: 44px;
    padding-left: 21px;
    width: auto;
  }
}
.making .making__step::before {
  background: #68dfc0;
  border-radius: 100%;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
}
@media screen and (max-width: 767px) {
  .making .making__step::before {
    height: 12px;
    width: 12px;
  }
}
.making .making__icon {
  flex-shrink: 0;
  margin-right: 52px;
  width: 162px;
}
@media screen and (max-width: 767px) {
  .making .making__icon {
    margin: 0;
    position: absolute;
    right: 0;
    top: 6px;
    width: 81px;
  }
}
.making .making__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .making .making__detail {
    padding-left: 21px;
  }
}
.making .making__heading {
  font-size: 2rem;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .making .making__heading {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
.making .making__text {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .making .making__text {
    font-size: 1.2rem;
    line-height: 2.333;
  }
}

.machine {
  margin-bottom: 111px;
}
@media screen and (max-width: 767px) {
  .machine {
    margin-bottom: 47px;
  }
}
.machine .lower-content__inner {
  border-top: 1px solid #D5D5D5;
  margin-top: 98px;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .machine .lower-content__inner {
    margin-top: 78px;
  }
}
.machine .content-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .machine .content-title {
    margin-bottom: 30px;
  }
}
.machine .machine-items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .machine .machine-items {
    display: block;
  }
}
.machine .machine-item-flex {
  display: flex;
  justify-content: space-between;
}
.machine .machine-item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .machine .machine-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .machine .machine-item:not(:last-child) {
    margin-bottom: 18px;
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 35px;
  }
}
.machine .machine-heading-block {
  width: calc(100% - 257px);
}
@media screen and (max-width: 767px) {
  .machine .machine-heading-block {
    width: calc(100% - 116px);
  }
}
.machine .machine-image {
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;
  grid-row: span 2;
  overflow: hidden;
  width: 237px;
}
@media screen and (max-width: 767px) {
  .machine .machine-image {
    border-radius: 5px;
    height: 59px;
    grid-row: unset;
    width: 98px;
  }
}
.machine .machine-image img {
  height: auto;
  width: 100%;
}
.machine .machine-heading {
  font-size: 2rem;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .machine .machine-heading {
    align-self: center;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.machine .machine-text {
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .machine .machine-text {
    font-size: 1.3rem;
    grid-column: span 2;
  }
}

@media screen and (max-width: 767px) {
  .machine-table {
    margin-top: 0;
  }
}
.machine-table tr {
  padding: 10px 0;
}
.machine-table th, .machine-table td {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .machine-table th, .machine-table td {
    padding: 0;
  }
}

.case {
  padding-top: 78px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case {
    overflow: hidden;
    padding-top: 47px;
  }
}
.case::before {
  background: #68dfc0;
  content: "";
  display: block;
  height: 716px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc((100% - 1400px) / 2 + 1246px);
}
@media screen and (max-width: 767px) {
  .case::before {
    height: 420px;
    width: calc(100% - 20px);
  }
}
.case .lower-content__inner {
  position: relative;
  z-index: 2;
}
.case .sec-head {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .case .sec-head {
    margin-bottom: 37px;
  }
}
.case .sec-head__en {
  color: #fff;
}
.case .sec-head__ja {
  color: #fff;
}
.case .case__items {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .case .case__items {
    gap: 14px;
  }
}
.case .case__items.case__items--top {
  margin-bottom: 25px;
  translate: -60px;
}
@media screen and (max-width: 767px) {
  .case .case__items.case__items--top {
    margin-bottom: 23px;
    margin-left: -20px;
    padding-left: 46px;
    translate: 0;
  }
}
.case .case__items.case__items--bottom {
  translate: -80px;
}
@media screen and (max-width: 767px) {
  .case .case__items.case__items--bottom {
    margin-left: -20px;
    translate: 0;
  }
}
.case .case__item {
  background: #fff;
  border-radius: 5px;
  flex-shrink: 0;
  overflow: hidden;
  width: 266px;
}
@media screen and (max-width: 767px) {
  .case .case__item {
    width: 180px;
  }
}
.case .case__image {
  background: #EFEFEF;
  height: 204px;
}
@media screen and (max-width: 767px) {
  .case .case__image {
    height: 115px;
  }
}
.case .case__text {
  font-size: 1.5rem;
  padding: 25px 10px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case .case__text {
    font-size: 1.1rem;
    padding-block: 11px;
  }
}/*# sourceMappingURL=micro_torque.css.map */