/* line 2, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .feature {
  display: block;
  grid-template-columns: 1fr 4rem 1fr;
  margin-bottom: 2rem;
}

/* line 6, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .feature .video {
  display: none;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  grid-column: 3;
}

/* line 12, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .feature .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* line 22, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .table1 {
  display: grid;
  grid-template-columns: 7fr 3fr;
  margin-bottom: 4rem;
}

/* line 26, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .table1 > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 2rem;
}

/* line 31, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .table1 > div > div {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 38, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .table1 > div > div:first-child {
  grid-column: 1/3;
  border-left: 1px solid #aaa;
}

/* line 42, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .table1 > div > div:nth-child(5) {
  grid-row: 2/6;
  border-left: 1px solid #aaa;
  height: auto;
}

/* line 47, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .table1 > div > div:nth-child(-n+4) {
  border-top: 1px solid #aaa;
}

/* line 50, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .table1 img {
  width: 90%;
  margin-left: 10%;
  grid-column: 2;
  grid-row: 1/3;
}

/* line 58, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .csdraw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}

/* line 62, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .csdraw div {
  padding: 2rem 4rem 2rem;
}

/* line 64, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .csdraw div:first-child {
  grid-row: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 69, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .csdraw div:first-child img {
  display: block;
  width: 100%;
}

/* line 74, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
.injoint .csdraw div p {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 1.5rem;
  margin: 0 0 0.5rem;
}

@media screen and (max-width: 1919px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint {
    width: 1280px;
  }
}

@media screen and (max-width: 1439px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint {
    width: 1024px;
  }
  /* line 87, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint .feature {
    display: block;
  }
  /* line 89, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint .feature .video {
    width: 60%;
    margin: auto;
  }
}

@media screen and (max-width: 1279px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint {
    width: 896px;
  }
  /* line 97, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint .feature .video {
    width: 80%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint {
    width: calc(768px - 4rem);
  }
}

@media screen and (max-width: 767px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint {
    width: calc(100% - 4rem);
  }
  /* line 104, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint .feature .video {
    width: 100%;
  }
  /* line 105, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint .table1 {
    display: block;
  }
  /* line 107, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint .table1 img {
    display: block;
    width: 50%;
    margin: auto;
  }
  /* line 113, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint .csdraw {
    grid-template-columns: 1fr 1fr;
  }
  /* line 115, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint .csdraw div {
    padding: 1rem 2rem;
  }
  /* line 117, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint .csdraw div p {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 639px) {
  /* line 125, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/injoint.scss */
  .injoint .title {
    letter-spacing: 0;
  }
}

/*# sourceMappingURL=injoint.css.map */