.conceptBlock {
  background-color: #aacbd4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .conceptBlock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .conceptBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (min-width: 768px) {
  .conceptBlock__visual {
    width: 56%;
  }
}

@media print, screen and (min-width: 768px) {
  .conceptBlock__cont {
    padding: 0 32px;
    width: 44%;
  }
}

@media screen and (max-width: 768px) {
  .conceptBlock__cont {
    padding: 16px 16px 20px;
  }
}

.conceptBlock__copy {
  color: #ffffff;
  font-size: 52px;
}

@media screen and (max-width: 768px) {
  .conceptBlock__copy {
    font-size: 32px;
  }
}

.conceptBlock__desc .txt {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .conceptBlock__desc .txt {
    font-size: 13px;
  }
}

* + .conceptBlock__desc {
  margin-top: 24px;
}

.conceptBlock__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

* + .conceptBlock__btn {
  margin-top: 24px;
}

* + .conceptList__item {
  margin-top: 64px;
}

.conceptList__item:nth-child(even) .conceptBlock {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .conceptList__item:nth-child(even) .conceptBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.specialLinkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .specialLinkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
  }
}

.specialLinkArea > * {
  max-width: 320px;
  width: 100%;
}

* + .concept-intro {
  margin-top: 96px;
}

* + .concept-main {
  margin-top: 96px;
}

* + .concept-links {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  * + .concept-nav {
    margin-top: 128px;
  }
}

@media screen and (max-width: 768px) {
  * + .concept-nav {
    margin-top: 96px;
  }
}
