.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;
}
.p-cm-section .slick-track {
  display: flex;
}
.p-cm-section .slick-initialized .slick-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-cm .section-video {
    display: flex;
    gap: 6rem 4rem;
    flex-wrap: wrap;
  }
}
.p-cm .c-video {
  width: 73.3333333333vw;
  margin-right: 3rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-cm .c-video {
    width: calc(50% - 2rem);
    margin-right: 0;
  }
}
.p-cm .c-video__ttl {
  font-weight: 400;
  color: var(--keycolor);
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .p-cm .c-video__ttl {
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}
.p-cm .c-video__txt {
  line-height: 1.5;
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-cm .c-video__txt {
    margin-top: 2rem;
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}
.p-cm .c-video__btn {
  text-align: right;
  margin-top: 2rem;
}
.p-cm .c-video__src {
  position: relative;
  margin-top: auto;
}
.p-cm .c-video__src iframe {
  width: 100%;
  height: initial;
  aspect-ratio: 16/9;
  background-color: #dedede;
}
.p-cm .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 .c-video .btn-outline-primary {
    height: 6.4rem;
    max-width: 27rem;
    font-size: 1.6rem;
  }
}
.p-cm .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 .c-video .btn-outline-primary:hover:after {
  right: 1.1rem;
}
.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;
  aspect-ratio: 1480/2048;
}
.p-cm .img-popup .modal2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.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 */
