@charset "UTF-8";
/* =====================================================
  写真画像のグレーアウト
===================================================== */
/* =====================================================
  Use Case
===================================================== */
.p-usecase {
  position: relative;
  z-index: 0;
  padding: 85px 0 115px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-usecase::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: calc(100vw - 115px);
  height: 80%;
  background-color: rgba(237, 239, 248, 0.63);
  content: "";
}
.p-usecase::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 42%;
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  content: "";
  opacity: 0.4;
  pointer-events: none;
}
.p-usecase__heading-area {
  position: relative;
  padding-bottom: 45px;
  border-bottom: 1px solid #1689ca;
}
.p-usecase__content {
  padding-top: 70px;
}
.p-usecase__list {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.p-usecase__item {
  display: flex;
  align-items: flex-start;
  gap: 55px;
}
.p-usecase__image {
  width: 320px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.p-usecase__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 360/280;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-usecase__body {
  flex: 1;
  min-width: 0;
  padding-top: 5px;
}
.p-usecase__heading {
  display: flex;
  align-items: center;
  gap: 14px;
}
.p-usecase__icon {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.p-usecase__title {
  margin: 0;
  color: #0085c1;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.p-usecase__text {
  margin-top: 22px;
}
.p-usecase__text .p + .p {
  margin-top: 8px;
}
@media screen and (max-width: 1500px) {
  .p-usecase {
    padding: 75px 0 100px;
  }
  .p-usecase::before {
    width: calc(100vw - 85px);
  }
  .p-usecase__heading-area {
    padding-bottom: 40px;
  }
  .p-usecase__content {
    padding-top: 60px;
  }
  .p-usecase__list {
    gap: 48px;
  }
  .p-usecase__item {
    gap: 45px;
  }
  .p-usecase__image {
    width: 290px;
  }
  .p-usecase__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 1200px) {
  .p-usecase::before {
    width: calc(100vw - 60px);
  }
  .p-usecase__item {
    gap: 35px;
  }
  .p-usecase__image {
    width: 270px;
  }
  .p-usecase__title {
    font-size: 19px;
  }
  .p-usecase__text {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .p-usecase {
    padding: 65px 0 85px;
  }
  .p-usecase::before {
    width: calc(100vw - 35px);
  }
  .p-usecase::after {
    width: 48%;
    opacity: 0.3;
  }
  .p-usecase__heading-area {
    padding-bottom: 34px;
  }
  .p-usecase__content {
    padding-top: 50px;
  }
  .p-usecase__item {
    gap: 30px;
  }
  .p-usecase__image {
    width: 240px;
  }
  .p-usecase__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-usecase {
    padding: 40px 0 48px;
  }
  .p-usecase::before {
    width: 100%;
  }
  .p-usecase::after {
    width: 70%;
    opacity: 0.25;
  }
  .p-usecase__heading-area {
    padding-bottom: 18px;
  }
  .p-usecase__content {
    padding-top: 24px;
  }
  .p-usecase__list {
    gap: 28px;
  }
  .p-usecase__item {
    display: block;
  }
  .p-usecase__image {
    width: 100%;
  }
  .p-usecase__body {
    padding-top: 14px;
  }
  .p-usecase__heading {
    gap: 8px;
  }
  .p-usecase__icon {
    width: 16px;
    height: 16px;
  }
  .p-usecase__title {
    font-size: 15px;
  }
  .p-usecase__text {
    margin-top: 10px;
  }
}

/* =====================================================
  Pulley Strengths
===================================================== */
.p-pulley-strengths {
  position: relative;
  padding: 85px 0 120px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-pulley-strengths::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  height: 52%;
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  content: "";
  opacity: 0.48;
  pointer-events: none;
}
.p-pulley-strengths::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34%;
  height: 28%;
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  content: "";
  opacity: 0.35;
  pointer-events: none;
}
.p-pulley-strengths__heading-area {
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
  border-bottom: 1px solid #1689ca;
}
.p-pulley-strengths__content {
  position: relative;
  z-index: 1;
  padding-top: 65px;
}
.p-pulley-strengths__list {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.p-pulley-strengths__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}
.p-pulley-strengths__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p-pulley-strengths__text-area {
  width: 67%;
  min-width: 0;
}
.p-pulley-strengths__visual {
  width: 28%;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
.p-pulley-strengths__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 420/360;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-pulley-strengths__label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-pulley-strengths__label-icon {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.p-pulley-strengths__label-text {
  color: #0085c1;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.p-pulley-strengths__small {
  display: block;
  margin-top: 12px;
  color: #0085c1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.p-pulley-strengths__title {
  margin: 4px 0 0;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
.p-pulley-strengths__title strong {
  color: #0085c1;
  font-weight: 700;
}
.p-pulley-strengths__body {
  margin-top: 28px;
}
.p-pulley-strengths__body .p strong {
  color: #0085c1;
  font-weight: 700;
}
.p-pulley-strengths__body .p + .p {
  margin-top: 10px;
}
.p-pulley-strengths__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}
.p-pulley-strengths__button--double {
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 1500px) {
  .p-pulley-strengths {
    padding-top: 75px;
    padding-bottom: 105px;
  }
  .p-pulley-strengths__heading-area {
    padding-bottom: 40px;
  }
  .p-pulley-strengths__content {
    padding-top: 58px;
  }
  .p-pulley-strengths__list {
    gap: 58px;
  }
  .p-pulley-strengths__item {
    gap: 70px;
  }
  .p-pulley-strengths__text-area {
    width: 66%;
  }
  .p-pulley-strengths__visual {
    width: 29%;
  }
  .p-pulley-strengths__label-text {
    font-size: 23px;
  }
  .p-pulley-strengths__title {
    font-size: 24px;
  }
  .p-pulley-strengths__body {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .p-pulley-strengths::before {
    width: 48%;
  }
  .p-pulley-strengths__item {
    gap: 50px;
  }
  .p-pulley-strengths__text-area {
    width: 64%;
  }
  .p-pulley-strengths__visual {
    width: 32%;
  }
  .p-pulley-strengths__label-text {
    font-size: 21px;
  }
  .p-pulley-strengths__small {
    font-size: 13px;
  }
  .p-pulley-strengths__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .p-pulley-strengths {
    padding-top: 65px;
    padding-bottom: 85px;
  }
  .p-pulley-strengths::before {
    width: 58%;
    opacity: 0.32;
  }
  .p-pulley-strengths::after {
    width: 48%;
    opacity: 0.25;
  }
  .p-pulley-strengths__heading-area {
    padding-bottom: 34px;
  }
  .p-pulley-strengths__content {
    padding-top: 50px;
  }
  .p-pulley-strengths__list {
    gap: 55px;
  }
  .p-pulley-strengths__item {
    gap: 35px;
  }
  .p-pulley-strengths__text-area {
    width: 62%;
  }
  .p-pulley-strengths__visual {
    width: 34%;
  }
  .p-pulley-strengths__label-text {
    font-size: 20px;
  }
  .p-pulley-strengths__title {
    font-size: 20px;
  }
  .p-pulley-strengths__body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-pulley-strengths {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .p-pulley-strengths::before {
    width: 80%;
    opacity: 0.22;
  }
  .p-pulley-strengths::after {
    width: 70%;
    opacity: 0.18;
  }
  .p-pulley-strengths__heading-area {
    padding-bottom: 18px;
  }
  .p-pulley-strengths__content {
    padding-top: 24px;
  }
  .p-pulley-strengths__list {
    gap: 20px;
  }
  .p-pulley-strengths__item {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 16px 14px 18px;
    border: 1px solid #e6edf2;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(34, 71, 102, 0.06);
  }
  .p-pulley-strengths__item:nth-of-type(even) {
    flex-direction: column;
  }
  .p-pulley-strengths__text-area {
    display: contents;
    width: auto;
  }
  .p-pulley-strengths__label {
    order: 1;
    gap: 8px;
  }
  .p-pulley-strengths__label-icon {
    width: 18px;
    height: 18px;
  }
  .p-pulley-strengths__label-text {
    font-size: 16px;
  }
  .p-pulley-strengths__small {
    order: 2;
    margin-top: 6px;
    font-size: 11px;
  }
  .p-pulley-strengths__title {
    order: 3;
    margin-top: 2px;
    font-size: 16px;
  }
  .p-pulley-strengths__visual {
    order: 4;
    width: 100%;
    max-width: none;
    margin-top: 12px;
    border-radius: 6px;
  }
  .p-pulley-strengths__body {
    order: 5;
    margin-top: 12px;
  }
  .p-pulley-strengths__body .p + .p {
    margin-top: 8px;
  }
  .p-pulley-strengths__button {
    order: 6;
    justify-content: flex-start;
    margin-top: 14px;
  }
}

/* =====================================================
  Comparison
===================================================== */
.p-comparison {
  position: relative;
  z-index: 0;
  padding: 85px 0 115px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-comparison::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(100vw - 115px);
  height: 100%;
  background-color: rgba(237, 239, 248, 0.63);
  content: "";
}
.p-comparison__heading-area {
  padding-bottom: 45px;
  border-bottom: 1px solid #1689ca;
}
.p-comparison__content {
  padding-top: 60px;
}
.p-comparison__intro {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.p-comparison__intro-title {
  margin: 0;
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.p-comparison__intro-title span {
  color: #0085c1;
}
.p-comparison__intro-text {
  max-width: 880px;
  margin: 24px auto 0;
  text-align: left;
}
.p-comparison__table-wrap {
  max-width: 980px;
  margin: 55px auto 0;
  padding: 0;
}
.p-comparison__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.p-comparison thead .p-comparison__cell {
  height: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 17px;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.p-comparison thead .p-comparison__cell--label {
  width: 22%;
  background-color: #555555;
  color: #ffffff;
  border-right: 1px solid #cccccc;
}
.p-comparison thead .p-comparison__cell--other {
  width: 39%;
  background-color: #f5f5f5;
  color: #333333;
  border-right: 1px solid #cccccc;
}
.p-comparison thead .p-comparison__cell--kowa {
  width: 39%;
  background-color: #0085c1;
  color: #ffffff;
}
.p-comparison tbody tr:last-child .p-comparison__cell {
  border-bottom: 0;
}
.p-comparison tbody .p-comparison__cell {
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.p-comparison tbody .p-comparison__cell--label {
  background-color: #555555;
  color: #ffffff;
  font-weight: 700;
  border-right: 1px solid #cccccc;
}
.p-comparison tbody .p-comparison__cell--other {
  color: #333333;
  font-weight: 500;
  border-right: 1px solid #dddddd;
}
.p-comparison tbody .p-comparison__cell--kowa {
  background-color: #ffffff;
  color: #0085c1;
  font-weight: 700;
}
.p-comparison__cell {
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1.6;
  text-align: center;
}
.p-comparison__recommend {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.p-comparison__company {
  display: block;
  width: auto;
  max-width: 160px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p-comparison__note {
  max-width: 1200px;
  margin: 18px auto 0;
  color: #777777;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .p-comparison {
    padding: 75px 0 100px;
  }
  .p-comparison::before {
    width: calc(100vw - 85px);
  }
  .p-comparison__content {
    padding-top: 55px;
  }
  .p-comparison__intro-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .p-comparison {
    padding: 65px 0 85px;
  }
  .p-comparison::before {
    width: calc(100vw - 35px);
  }
  .p-comparison__heading-area {
    padding-bottom: 34px;
  }
  .p-comparison__intro-title {
    font-size: 24px;
  }
  .p-comparison__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .p-comparison__table {
    min-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison {
    padding: 40px 0 48px;
  }
  .p-comparison::before {
    width: 100%;
  }
  .p-comparison__heading-area {
    padding-bottom: 18px;
  }
  .p-comparison__content {
    padding-top: 24px;
  }
  .p-comparison__intro {
    text-align: left;
  }
  .p-comparison__intro-title {
    font-size: 18px;
  }
  .p-comparison__intro-text {
    margin-top: 12px;
  }
  .p-comparison__table-wrap {
    margin-top: 24px;
  }
  .p-comparison thead .p-comparison__cell {
    height: auto;
    padding: 14px 8px;
    font-size: 13px;
  }
  .p-comparison thead .p-comparison__cell--kowa {
    padding-top: 14px;
  }
  .p-comparison tbody .p-comparison__cell {
    height: auto;
    padding: 12px 8px;
    font-size: 12px;
  }
}

/* =====================================================
  Pulley Showcase
===================================================== */
.p-pulley-showcase {
  background-color: #ffffff;
}

/* =====================================================
  Test Machining
===================================================== */
.p-test-machining {
  padding: 90px 0;
}
.p-test-machining__box {
  width: 88%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 42px;
  background-color: #edf1f4;
}
.p-test-machining__heading {
  margin-bottom: 28px;
}
.p-test-machining__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.p-test-machining__list.is-single {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.p-test-machining__item {
  margin: 0;
  overflow: hidden;
}
.p-test-machining__item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.p-test-machining__item:hover img {
  transform: scale(1.04);
}
@media screen and (max-width: 1200px) {
  .p-test-machining__box {
    padding: 32px 28px;
  }
}
@media screen and (max-width: 1024px) {
  .p-test-machining {
    padding: 70px 0;
  }
  .p-test-machining__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-test-machining__list.is-single {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-test-machining {
    padding: 40px 0;
  }
  .p-test-machining__box {
    width: 100%;
    padding: 22px 16px;
  }
  .p-test-machining__heading {
    margin-bottom: 18px;
  }
  .p-test-machining__list {
    gap: 8px;
  }
}

/* =====================================================
  Pulley Works
===================================================== */
.p-pulley-works {
  position: relative;
  z-index: 0;
  padding: 70px 0 110px;
  overflow: hidden;
}
.p-pulley-works::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(100vw - 115px);
  height: 100%;
  background-color: #e3f4fd;
  content: "";
}
.p-pulley-works__heading-area {
  padding-bottom: 42px;
  border-bottom: 1px solid #1689ca;
}
.p-pulley-works__heading-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.p-pulley-works__more-area {
  margin-top: 28px;
}
.p-pulley-works__slider-area {
  padding-top: 55px;
}
.p-pulley-works__slider-inner {
  width: calc(100% - max(30px, (100vw - 1500px) / 2));
  margin-left: max(30px, (100vw - 1500px) / 2);
}
.p-pulley-works__slider {
  overflow: visible;
}
.p-pulley-works.is-flex .p-pulley-works__slider {
  overflow: visible;
}
.p-pulley-works.is-flex .p-works__list,
.p-pulley-works.is-flex .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  transform: none !important;
}
.p-pulley-works.is-flex .p-works__item,
.p-pulley-works.is-flex .swiper-slide {
  flex: 0 0 330px;
  width: 330px;
  max-width: 330px;
  margin: 0 !important;
}
.p-pulley-works.is-flex .p-pulley-works__navigation {
  display: none;
}
.p-pulley-works__navigation {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 50px;
  margin-left: 390px;
}
.p-pulley-works__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #0085c1;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.p-pulley-works__arrow span {
  position: relative;
  display: block;
  width: 8px;
  height: 12px;
}
.p-pulley-works__arrow span::before, .p-pulley-works__arrow span::after {
  position: absolute;
  left: 2px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  content: "";
}
.p-pulley-works__arrow span::before {
  top: 2px;
  transform: rotate(45deg);
}
.p-pulley-works__arrow span::after {
  bottom: 2px;
  transform: rotate(-45deg);
}
.p-pulley-works__arrow--prev span {
  transform: rotate(180deg);
}
.p-pulley-works__arrow--prev:hover {
  transform: translateX(-3px);
}
.p-pulley-works__arrow--next:hover {
  transform: translateX(3px);
}
.p-pulley-works__arrow:hover {
  opacity: 0.8;
}
.p-pulley-works__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .p-pulley-works {
    padding-bottom: 100px;
  }
  .p-pulley-works::before {
    width: calc(100vw - 85px);
  }
  .p-pulley-works__slider-inner {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  .p-pulley-works__navigation {
    margin-left: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .p-pulley-works {
    padding: 60px 0 80px;
  }
  .p-pulley-works::before {
    width: calc(100vw - 35px);
  }
  .p-pulley-works__heading-inner {
    align-items: center;
  }
  .p-pulley-works__slider-inner {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .p-pulley-works.is-flex .p-works__list,
  .p-pulley-works.is-flex .swiper-wrapper {
    gap: 24px;
    justify-content: center;
  }
  .p-pulley-works.is-flex .p-works__item,
  .p-pulley-works.is-flex .swiper-slide {
    flex: 0 0 280px;
    width: 280px;
  }
  .p-pulley-works__navigation {
    justify-content: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-pulley-works {
    padding: 40px 0 48px;
  }
  .p-pulley-works::before {
    width: 100%;
  }
  .p-pulley-works__heading-area {
    padding-bottom: 18px;
  }
  .p-pulley-works__heading-inner {
    display: block;
  }
  .p-pulley-works__more-area {
    margin-top: 28px;
    text-align: center;
  }
  .p-pulley-works__slider-area {
    padding-top: 22px;
  }
  .p-pulley-works.is-flex .p-works__list,
  .p-pulley-works.is-flex .swiper-wrapper {
    gap: 12px;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-pulley-works.is-flex .p-works__item,
  .p-pulley-works.is-flex .swiper-slide {
    flex: 0 0 210px;
    width: 210px;
  }
  .p-pulley-works.is-slider .p-works__item,
  .p-pulley-works.is-slider .swiper-slide {
    width: 210px;
    max-width: 210px;
  }
  .p-pulley-works__slider-inner {
    width: calc(100% - 12px);
    margin-left: 12px;
  }
  .p-pulley-works__navigation {
    margin-top: 24px;
  }
}/*# sourceMappingURL=timing-pulley.css.map */