.c-ecjissenkai-emphasis-filled {
  color: #fff;
  background-color: #004ba5;
  text-align: center;
  font-size: 2.2rem;
  border-radius: 30px;
  padding: 16px 50px;
  font-weight: 700;
  line-height: 1.3;
  align-self: center;
}
@media only screen and (max-width: 960px) {
  .c-ecjissenkai-emphasis-filled {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 1.6rem;
  }
}
.c-ecjissenkai-emphasis-textBold {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.8rem, 3.166666666666667vw, 3.8rem);
  color: #004ba5;
  line-height: 1.3;
}
.c-ecjissenkai-emphasis-textBold.-textBorder {
  color: #ff4b00;
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  padding-bottom: 5px;
  align-self: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #004ba5;
          text-decoration-color: #004ba5;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
  line-height: 1.8;
}
@media only screen and (max-width: 660px) {
  .c-ecjissenkai-emphasis-textBold.-textBorder {
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
}
.c-ecjissenkai-emphasis-textBold.-textSmall {
  color: #ff4b00;
  font-size: clamp(1.6rem, 2.583333333333333vw, 3.1rem);
}
.c-ecjissenkai-kv {
  background-image: url("/_assets/img/ecjissenkai/lp-kv-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 130px 20px 68px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 660px) {
  .c-ecjissenkai-kv {
    padding: 100px 16px 50px;
  }
}
.c-ecjissenkai-kv__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 660px) {
  .c-ecjissenkai-kv__inner {
    gap: 24px;
  }
}
.c-ecjissenkai-kv__emphasis {
  font-size: clamp(1.8rem, 3.75vw, 4.5rem);
  position: relative;
  align-self: center;
  padding: 0 1.8em;
}
.c-ecjissenkai-kv__emphasis::before,
.c-ecjissenkai-kv__emphasis::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 110%;
  background-color: #fff;
  bottom: 0;
}
.c-ecjissenkai-kv__emphasis::before {
  transform: rotate(-20deg);
  left: 0%;
}
.c-ecjissenkai-kv__emphasis::after {
  transform: rotate(20deg);
  right: 0%;
}
.c-ecjissenkai-kv__lead {
  font-size: clamp(1.5rem, 2vw, 2.4rem);
}

/*# sourceMappingURL=maps/ecjissenkai.css.map */
