.secIntro {
  margin-top: -0.75em;
  background: linear-gradient(0deg, #F3F3F3 0%, #fff 60%);
}
@media screen and (min-width: 768px) {
  .secIntro {
    margin-top: -0.875em;
  }
}
.secIntro__ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .secIntro__ttl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .secIntro__txt {
    font-size: 112.5%;
  }
}

.secPoint__container {
  grid-gap: 80px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .secPoint__container {
    grid-gap: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .secPoint__container {
    grid-gap: 120px 0;
  }
}
.secPoint__pointBlk {
  padding: 0 10.5px;
  grid-gap: 40px;
}
@media screen and (min-width: 768px) {
  .secPoint__pointBlk {
    grid-gap: 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .secPoint__pointBlk {
    grid-gap: 40px 0;
  }
}
.secPoint__pointBlk:nth-child(even) {
  flex-direction: row-reverse;
}
.secPoint__ttl {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .secPoint__ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .secPoint__ttl {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .secPoint__ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .secPoint__ttl {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .secPoint__ttl {
    font-size: 35px;
  }
}
@media screen and (min-width: 1920px) {
  .secPoint__ttl {
    font-size: 40px;
  }
}
.secPoint__txtWrap {
  padding: 0;
}
.secPoint__txtWrap_ttl {
  border-bottom: 1px solid var(--main);
  font-size: 112.5%;
  font-weight: 600;
}
.secPoint__txtWrap_ttl:not(:first-child) {
  margin-top: 1.5em;
}
.secPoint__txtWrap_ttl:not(:last-child) {
  margin-bottom: 0.75em;
}
.secPoint__txtWrap p strong {
  color: var(--main);
  font-weight: 600;
}
.secPoint__txtWrap p a {
  color: var(--main);
  text-decoration: underline;
}
.secPoint__txtWrap p a:hover {
  text-decoration: none;
}
.secPoint__txtWrap .grade dt {
  color: var(--main);
  font-size: 87.5%;
  font-weight: 500;
}
.secPoint__txtWrap .grade dt strong {
  font-size: 133.33%;
}
.secPoint__txtWrap .grade dt:not(:first-child) {
  margin-top: 1.25em;
}
.secPoint__txtWrap .grade dd {
  margin-top: 0.3125em;
  font-size: 87.5%;
  line-height: 1.5;
}
.secPoint__txtWrap .disc_list > li {
  padding-left: 1.5em;
  margin: 0.5em 0;
  position: relative;
}
.secPoint__txtWrap .disc_list > li::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: var(--main);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(50%);
}
.secPoint__txtWrap .disc_list:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .secPoint__txtWrap_ttl {
    font-size: 125%;
  }
}
@media screen and (min-width: 1200px) {
  .secPoint__txtWrap {
    font-size: 112.5%;
  }
}
.secPoint__imgWrap {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
@media screen and (min-width: 992px) {
  .secPoint__imgWrap {
    grid-gap: 30px;
  }
}
.secPoint__videoBlk .videoWrap {
  width: 100%;
  max-width: 1000px;
  padding-top: min(56.25%, 562.5px);
  margin: 0 auto;
}