.p-cm {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .p-cm {
    padding: 8rem 0;
  }
}
.p-cm-section {
  margin-bottom: 5.6rem;
}
.p-cm-section#sec03 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-cm .section-video {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
  }
}
.p-cm .section-video .c-video {
  width: 73.3333333333vw;
  margin-right: 3rem;
}
@media (min-width: 768px) {
  .p-cm .section-video .c-video {
    width: calc(50% - 2rem);
    margin-right: 0;
  }
}
.p-cm .section-video .c-video__ttl {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--keycolor);
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-cm .section-video .c-video__ttl {
    font-size: 1.8rem;
  }
}
.p-cm .section-video .c-video__txt {
  text-align: left;
  line-height: 1.5;
  font-size: 1.2rem;
  margin-top: 2rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-cm .section-video .c-video__txt {
    text-align: right;
    font-size: 1.4rem;
  }
}
.p-cm .section-video .c-video__btn {
  text-align: right;
  margin-top: 2rem;
}
.p-cm .section-video .c-video .btn-outline-primary {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--keycolor);
  height: 6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0.2rem solid var(--keycolor);
  margin-left: auto;
  border-radius: 0.5rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-cm .section-video .c-video .btn-outline-primary {
    height: 6.4rem;
    max-width: 27rem;
    font-size: 1.6rem;
  }
}
.p-cm .section-video .c-video .btn-outline-primary:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 1.6rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ic_down.png) no-repeat top center;
  background-size: contain;
  transition: all 0.3s;
}
.p-cm .section-video .c-video .btn-outline-primary:hover:after {
  right: 1.1rem;
}
.p-cm .section-video .c-video__src {
  position: relative;
}
.p-cm .section-video .c-video__src iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-cm-btn {
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-cm-btn {
    margin-top: 4.8rem;
  }
}
.p-cm .img-popup .modal2 {
  max-width: 39.5rem;
}

.slick-dots {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.5rem;
}
.slick-dots li button {
  border: none;
  background: #ccc;
  color: transparent;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: var(--keycolor);
}/*# sourceMappingURL=cm.css.map */