@charset "UTF-8";
.c-section-title__link {
  margin: 36px 0 0;
}
.c-section-title__title {
  font-size: 3.25em;
  color: #343434;
  font-weight: 500;
  position: relative;
  margin: 0 auto 25px;
  padding: 0 0 25px;
  max-width: 820px;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .c-section-title__title {
    font-size: 2.6em;
  }
}
@media (max-width: 991.98px) {
  .c-section-title__title {
    max-width: 100%;
    font-size: 1.3125em;
    font-weight: bold;
  }
}
@media (max-width: 575.98px) {
  .c-section-title__title {
    padding: 0 40px 25px;
  }
}
.c-section-title__title:after {
  content: " ";
  width: 50px;
  background: #ffdeb3;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.c-section-title__intro {
  font-size: 1.125em;
  line-height: 1.56;
  color: #000;
  font-weight: normal;
  padding: 0 100px;
}
@media (max-width: 1199.98px) {
  .c-section-title__intro {
    font-size: 0.9em;
    padding: 0 80px;
  }
}
@media (max-width: 991.98px) {
  .c-section-title__intro {
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  .c-section-title__intro {
    padding: 0;
    font-size: 0.875em;
    line-height: 1.71;
    text-align: left;
  }
}
.c-section-title__intro ul li {
  position: relative;
  padding-left: 25px;
  margin: 20px 0;
}
.c-section-title__intro ul li:before {
  position: absolute;
  left: 5px;
  content: "•";
  color: #ffdeb3;
  background-size: contain;
  width: 10px;
  height: 10px;
}
.c-section-title__intro ul.slick-dots li:before {
  content: none !important;
}
.c-section-title blockquote {
  border: solid 3px #ffdeb3;
  padding: 35px 65px 35px 100px;
  max-width: 670px;
  margin: 40px auto;
  font-size: 0.875em;
  color: #ff6600;
  line-height: 1.33;
}
@media (max-width: 767.98px) {
  .c-section-title blockquote {
    font-size: 0.8125em;
    padding: 15px 15px 15px 40px;
    max-width: 90%;
  }
}
.c-section-title blockquote em {
  display: block;
  font-size: 1.5em;
  color: #ff6600;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 25px;
  line-height: 1.33;
  position: relative;
}
.c-section-title blockquote em:before {
  content: "“";
  font-size: 4.375em;
  position: absolute;
  left: -55px;
  top: -25px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .c-section-title blockquote em:before {
    left: -50px;
    top: -10px;
  }
}
.c-section-title blockquote em strong {
  font-weight: bold;
  color: inherit;
}
@media (max-width: 767.98px) {
  .c-section-title blockquote em {
    font-size: 16px;
    padding: 10px 10px 0 0;
  }
}
.c-section-title blockquote strong {
  font-weight: normal;
  color: #ff6600;
}
