.p-cm {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .p-cm {
    padding: 80px 0;
  }
}
.p-cm-section {
  margin-bottom: 56px;
}
.p-cm-section#sec03 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-cm .section-video {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
}
.p-cm .section-video .c-video {
  width: 73.3333333333vw;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .p-cm .section-video .c-video {
    width: calc(50% - 20px);
    margin-right: 0;
  }
}
.p-cm .section-video .c-video__ttl {
  font-size: 13px;
  font-weight: 600;
  color: var(--keycolor);
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-cm .section-video .c-video__ttl {
    font-size: 18px;
  }
}
.p-cm .section-video .c-video__txt {
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
  margin-top: 20px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-cm .section-video .c-video__txt {
    text-align: right;
    font-size: 14px;
  }
}
.p-cm .section-video .c-video__btn {
  text-align: right;
  margin-top: 20px;
}
.p-cm .section-video .c-video .btn-outline-primary {
  font-size: 12px;
  font-weight: 600;
  color: var(--keycolor);
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid var(--keycolor);
  margin-left: auto;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-cm .section-video .c-video .btn-outline-primary {
    height: 64px;
    max-width: 270px;
    font-size: 16px;
  }
}
.p-cm .section-video .c-video .btn-outline-primary::after {
  font-size: 16px;
}
.p-cm .section-video .c-video .btn-outline-primary:hover:after {
  right: 11px;
}
.p-cm .section-video .c-video__src {
  position: relative;
  padding-top: 56.25%;
}
.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: 30px;
}
@media (min-width: 768px) {
  .p-cm-btn {
    margin-top: 48px;
  }
}
.p-cm .img-popup {
  text-align: center;
}
.p-cm .img-popup .modal2 {
  display: inline-block;
  max-width: 395px;
}
.p-cm-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media (min-width: 768px) {
  .p-cm-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-cm-box.--mrg-top {
  margin-top: 60px;
}
.p-cm .section-ttl {
  font-size: 16px;
  font-weight: 600;
  color: var(--keycolor);
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-cm .section-ttl {
    line-height: 1.3333333333;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .p-cm .section-ttl.--fnt-20 {
    font-size: 20px;
  }
}

.slick-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.slick-dots li button {
  border: none;
  background: #ccc;
  color: transparent;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: var(--keycolor);
}/*# sourceMappingURL=cm.css.map */