/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/section/seminar.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
/*images*/
.seminar {
  padding: 2.6875rem 0 0.625rem; }
  @media only screen and (max-width: 991px) {
    .seminar {
      padding: 4.875rem 0 0.625rem; } }
  .seminar__head {
    max-width: 45.625rem;
    margin: 0 auto 3.875rem; }
    @media only screen and (max-width: 767px) {
      .seminar__head {
        margin-bottom: 2.625rem; } }
    .seminar__head .badge {
      margin-bottom: 2.75rem; }
      @media only screen and (max-width: 767px) {
        .seminar__head .badge {
          margin-bottom: 1.875rem; } }
    @media only screen and (min-width: 768px) {
      .seminar__head .h2-title {
        font-size: 3.5rem;
        line-height: 1.03;
        letter-spacing: -0.07rem;
        margin-bottom: 2.5rem; } }
    @media only screen and (max-width: 767px) {
      .seminar__head .h2-title {
        letter-spacing: -0.05rem;
        margin-bottom: 2.375rem; } }
  .seminar__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25rem;
    margin: 0 -0.25rem; }
    @media only screen and (max-width: 991px) {
      .seminar__wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 2.25rem;
        margin: 0; } }

.seminar-block {
  border-radius: 1.5625rem;
  font-family: "Raleway", sans-serif;
  -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.625rem 0.625rem 2.5rem rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .seminar-block__icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #FEE1B7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .seminar-block__icon .icon {
      width: 1.5rem;
      height: 1.5rem; }
  .seminar-block__head {
    background-color: var(--color-green);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.9375rem;
    padding: 3.375rem 2.125rem 4.125rem; }
    @media only screen and (max-width: 767px) {
      .seminar-block__head {
        padding: 3.375rem 1.125rem 4.125rem; } }
  @media only screen and (max-width: 767px) {
    .seminar-block .h4-title {
      font-size: 1.75rem;
      line-height: 1;
      letter-spacing: -0.0175rem; } }
  .seminar-block__body {
    border-radius: 1.5625rem;
    background-color: #F8F8FB;
    margin-top: -1.625rem;
    padding: 2rem 1.5625rem; }
    @media only screen and (max-width: 767px) {
      .seminar-block__body {
        padding-bottom: 1.625rem; } }
  .seminar-block ul {
    list-style: none; }
    .seminar-block ul li {
      position: relative;
      padding-left: 2rem;
      margin-bottom: 1.1875rem; }
      @media only screen and (max-width: 767px) {
        .seminar-block ul li {
          padding-left: 1.625rem;
          margin-bottom: 0.8125rem;
          margin-right: -0.3125rem; } }
      .seminar-block ul li:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 0L11.4142 8.58579L20 10L11.4142 11.4142L10 20L8.58579 11.4142L0 10L8.58579 8.58579L10 0Z' fill='%23FEE1B7'/%3E%3C/svg%3E");
        position: absolute;
        top: 0.1875rem;
        left: 0;
        width: 1.25rem;
        height: 1.25rem;
        background-size: contain;
        background-repeat: no-repeat;
        content: ''; }
        @media only screen and (max-width: 767px) {
          .seminar-block ul li:before {
            left: -0.5rem; } }
  .seminar-block__title {
    font-weight: 700;
    margin-bottom: 0.375rem; }
  .seminar-block__text {
    color: #7E8492;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.01rem; }


/*# sourceMappingURL=section-seminar.css.map*/