.mv {
  padding: 179px 40px 0;
  position: relative;
  background-color: #1B2A33;
}
.mv #particles-js {
  position: absolute;
  width: 100%;
  height: calc(100% - 180px);
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .mv {
    padding-top: 147px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 126px 25px 0;
  }
}
@media screen and (max-width: 400px) {
  .mv {
    padding-top: 110px;
  }
}
.mv__inner {
  width: min(100%, 1200px);
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 950px) {
  .mv__inner {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 400px) {
  .mv__inner {
    row-gap: 20px;
    margin-bottom: 60px;
  }
}
.mv__text {
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .mv__text {
    margin: 0;
  }
}
.mv__text h1 {
  font-size: 60px;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .mv__text h1 {
    font-size: max(4.1666666667vw, 40px);
    margin-bottom: max(5vw, 40px);
  }
}
@media screen and (max-width: 950px) {
  .mv__text h1 {
    font-size: max(3.7894736842vw, 28px);
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 400px) {
  .mv__text h1 {
    font-size: min(7vw, 28px);
    margin-bottom: 20px;
  }
}
.mv__text p {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .mv__text p {
    font-size: max(2vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .mv__text p {
    width: min(100%, 470px);
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  .mv__text p {
    font-size: min(3.7333333333vw, 16px);
  }
}
.mv__img {
  width: 390px;
}
@media screen and (max-width: 1200px) {
  .mv__img {
    width: max(32%, 230px);
  }
}
@media screen and (max-width: 400px) {
  .mv__img {
    width: 160px;
    width: min(42.6666666667vw, 160px);
  }
}
.mv__img img {
  width: 100%;
  height: 100%;
}

.news__banner {
  flex: 1;
}
.news__banner-wrapper {
  width: min(100%, 1280px);
  margin: 0 auto;
  display: flex;
  padding: 0 40px;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .news__banner-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 950px) {
  .news__banner-wrapper {
    width: min(100%, 760px);
    flex-direction: column;
    row-gap: 32px;
  }
}
.news__banner-link {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  color: #1B2A33;
  position: relative;
}
.news__banner-link::after {
  content: "PICK UP";
  width: 100px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #1692F5;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 400px) {
  .news__banner-link::after {
    width: 80px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
  }
}
@media screen and (max-width: 950px) {
  .news__banner-link {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .news__banner-link {
    height: auto;
  }
}
.news__banner-link:hover .news__banner-img {
  transform: scale(1.1);
  transition: 0.3s;
}
.news__banner-text {
  background: #fff;
  padding: 40px 26px 40px 40px;
  flex: 1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news__banner-text {
    padding: 32px 26px 24px 32px;
  }
}
@media screen and (max-width: 400px) {
  .news__banner-text {
    padding: 12px 16px 16px 16px;
  }
}
.news__banner-date {
  font-weight: 400;
  color: #777;
  font-size: 14px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .news__banner-date {
    text-align: right;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .news__banner-date {
    font-size: 12px;
  }
}
.news__banner-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 400px) {
  .news__banner-title {
    font-size: 14px;
  }
}
.news__banner-img {
  width: 45%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .news__banner-img {
    width: 33%;
  }
}

.about {
  background: #1B2A33;
  margin-top: -2px;
  padding: 150px 40px 120px;
}
@media screen and (max-width: 950px) {
  .about {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 60px 25px;
  }
}
.about__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  color: #FFF;
}
.about__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1200px) {
  .about__title {
    font-size: max(5vw, 48px);
  }
}
@media screen and (max-width: 950px) {
  .about__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 400px) {
  .about__title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.about__introduction {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 56px;
       column-gap: 56px;
  row-gap: 48px;
  margin-bottom: 60px;
}
@media screen and (max-width: 950px) {
  .about__introduction {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  .about__introduction {
    margin-bottom: 40px;
    row-gap: 30px;
  }
}
.about__text {
  text-align: justify;
}
.about__text-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .about__text-heading {
    font-size: max(2.6666666667vw, 24px);
  }
}
@media screen and (max-width: 950px) {
  .about__text-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .about__text-heading {
    font-size: 22px;
  }
}
.about__text-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .about__text-detail {
    font-size: max(1.3333333333vw, 14px);
  }
}
@media screen and (max-width: 400px) {
  .about__text-detail {
    font-size: 16px;
  }
}
.about__text-detail sup {
  display: inline-block;
  transform: translateY(8px);
  margin: 0 3px;
}
.about__text-detail a {
  display: inline;
  color: #FFF;
  text-decoration: underline;
}
.about__text-detail a:hover {
  color: #1692F5;
}
.about__text-detail a span {
  margin: 0 6px;
}
.about__text-annotation {
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .about__text-annotation {
    font-size: max(10px, 1vw);
  }
}
@media screen and (max-width: 400px) {
  .about__text-annotation {
    font-size: 10px;
  }
}
.about__text-annotation a {
  color: #FFF;
  display: inline;
  text-decoration: underline;
}
.about__text-annotation a:hover {
  color: #1692F5;
}
.about__text-annotation a span {
  width: 8px;
  height: 8px;
}
.about__img {
  width: 33%;
  height: 260px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 950px) {
  .about__img {
    width: min(100%, 560px);
    height: max(37.8947368421vw, 260px);
  }
}
@media screen and (max-width: 768px) {
  .about__img {
    width: min(100%, 360px);
    height: max(33.8541666667vw, 240px);
  }
}
@media screen and (max-width: 400px) {
  .about__img {
    height: 180px;
  }
}
.about .performance {
  padding-bottom: 120px;
  border-bottom: solid 1px #C3C3C3;
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .about .performance {
    padding: 0 10px 64px;
    margin-bottom: 64px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about .performance {
    padding: 0 0 64px;
    margin-bottom: 32px;
  }
}
.about .performance__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about .performance__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 400px) {
  .about .performance__title {
    font-size: 22px;
  }
}
.about .performance__item-label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about .performance__item-label {
    font-size: 18px;
  }
}
.about .performance__item-label img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.about .performance__item-content {
  font-weight: 700;
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  .about .performance__item-content {
    font-size: max(3.3333333333vw, 32px);
  }
}
@media screen and (max-width: 660px) {
  .about .performance__item-content {
    font-size: 42px;
  }
}
@media screen and (max-width: 400px) {
  .about .performance__item-content {
    font-size: min(10vw, 40px);
  }
}
.about .performance__item-content span {
  font-size: 90px;
}
@media screen and (max-width: 1200px) {
  .about .performance__item-content span {
    font-size: max(6.6666666667vw, 58px);
  }
}
@media screen and (max-width: 660px) {
  .about .performance__item-content span {
    font-size: 72px;
  }
}
@media screen and (max-width: 400px) {
  .about .performance__item-content span {
    font-size: 18vw;
  }
}
.about .performance__item-content span.ja {
  font-size: 80px;
}
@media screen and (max-width: 1200px) {
  .about .performance__item-content span.ja {
    font-size: max(5.6666666667vw, 50px);
  }
}
@media screen and (max-width: 660px) {
  .about .performance__item-content span.ja {
    font-size: min(15vw, 60px);
  }
}
.about .performance__item-suppl {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  word-break: break-all;
  margin-top: 5px;
}
.about .performance ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media screen and (max-width: 660px) {
  .about .performance ul {
    flex-direction: column;
    row-gap: 24px;
  }
}
.about .performance ul .performance__item:nth-child(1) {
  width: 235px;
}
@media screen and (max-width: 1100px) {
  .about .performance ul .performance__item:nth-child(1) {
    width: 48%;
  }
}
@media screen and (max-width: 660px) {
  .about .performance ul .performance__item:nth-child(1) {
    width: 100%;
  }
}
.about .performance ul .performance__item:nth-child(2), .about .performance ul .performance__item:nth-child(3) {
  width: 360px;
}
@media screen and (max-width: 1100px) {
  .about .performance ul .performance__item:nth-child(2), .about .performance ul .performance__item:nth-child(3) {
    width: 48%;
  }
}
@media screen and (max-width: 660px) {
  .about .performance ul .performance__item:nth-child(2), .about .performance ul .performance__item:nth-child(3) {
    width: 100%;
  }
}
.about .performance ul .performance__item:nth-child(4) {
  width: 445px;
}
@media screen and (max-width: 1100px) {
  .about .performance ul .performance__item:nth-child(4) {
    width: 48%;
  }
}
@media screen and (max-width: 660px) {
  .about .performance ul .performance__item:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .about .performance ul .performance__item.plugin .performance__item-content {
    font-size: min(10.6666666667vw, 42px);
  }
}
@media screen and (max-width: 450px) {
  .about .performance ul .performance__item.plugin .performance__item-content span {
    font-size: 16vw;
  }
}

.philosophy {
  padding: 0 8px 0 16px;
  display: flex;
  align-items: center;
  -moz-column-gap: min(7.5vw, 90px);
       column-gap: min(7.5vw, 90px);
}
@media screen and (max-width: 950px) {
  .philosophy {
    flex-direction: column;
    align-items: center;
    row-gap: 48px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .philosophy {
    row-gap: 32px;
  }
}
.philosophy__img {
  width: 31%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 950px) {
  .philosophy__img {
    width: min(100%, 360px);
  }
}
@media screen and (max-width: 500px) {
  .philosophy__img {
    padding: 0 20px;
  }
}
.philosophy__content {
  flex: 1;
}
.philosophy__content-text {
  margin-bottom: 40px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 400px) {
  .philosophy__content-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 950px) {
  .philosophy .common__btn {
    margin: 0 auto;
  }
}

.service {
  background: #E6EBF0;
  padding: 120px 40px;
}
@media screen and (max-width: 950px) {
  .service {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .service {
    padding: 60px 25px;
  }
}
.service__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.service__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1200px) {
  .service__title {
    font-size: max(5vw, 48px);
  }
}
@media screen and (max-width: 950px) {
  .service__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 400px) {
  .service__title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.service__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}
.service__list {
  height: 400px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .service__list {
    width: min(100%, 800px);
    height: auto;
    margin: 0 auto 40px;
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media screen and (max-width: 650px) {
  .service__list {
    flex-direction: column;
  }
}
.service__item {
  padding: 40px 26px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .service__item {
    height: 400px;
  }
}
@media screen and (max-width: 650px) {
  .service__item {
    height: 450px;
    padding: 26px;
  }
}
@media screen and (max-width: 400px) {
  .service__item {
    padding: 26px 15px;
  }
}
.service__item-label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.service__item-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .service__item-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .service__item-title {
    font-size: max(7.5vw, 28px);
  }
}
.service__item-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .service__item-detail {
    font-size: 14px;
  }
}
.service__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.3s;
  transform-origin: center bottom;
}
.service__item .newwindow-icon-white {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  right: 20px;
  margin: 0;
  z-index: 10;
}
.service__item.sitesecurity {
  width: 580px;
}
@media screen and (max-width: 1200px) {
  .service__item.sitesecurity {
    width: 100%;
  }
}
.service__item.ssl {
  width: 280px;
}
@media screen and (max-width: 1200px) {
  .service__item.ssl {
    flex: 1;
  }
}
@media screen and (max-width: 650px) {
  .service__item.ssl {
    width: 100%;
    flex: inherit;
    height: 300px;
  }
}
.service__item.ssl .service__item-title {
  font-size: 24px;
}
.service__item.wpsecurity {
  width: 280px;
}
@media screen and (max-width: 1200px) {
  .service__item.wpsecurity {
    flex: 1;
  }
}
@media screen and (max-width: 650px) {
  .service__item.wpsecurity {
    width: 100%;
    flex: inherit;
    height: 300px;
  }
}
.service__item.wpsecurity .service__item-title {
  font-size: 24px;
}
.service__item:hover {
  transition: 0.3s;
  box-shadow: 0 20px 40px rgba(27, 42, 51, 0.15);
}
.service__item:hover .service__item-img {
  transform: scale(1.1);
  transform-origin: center bottom;
  transition: 0.3s ease-in-out;
}
.service__item:hover .newwindow-icon-white {
  background-color: #fff;
}
.service .common__btn {
  margin: 0 auto;
}

.recruit {
  position: relative;
  padding: 270px 40px 0;
}
@media screen and (max-width: 1200px) {
  .recruit {
    padding-top: max(18.3333333333vw, 160px);
  }
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 200px 0 0;
  }
}
@media screen and (max-width: 400px) {
  .recruit {
    padding-top: 160px;
  }
}
.recruit::before {
  content: "";
  width: 100%;
  height: 540px;
  background-image: url("../img/bg_recruit.webp");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .recruit::before {
    height: max(41.6666666667vw, 420px);
  }
}
@media screen and (max-width: 768px) {
  .recruit::before {
    height: max(54.6875vw, 200px);
  }
}
@media screen and (max-width: 400px) {
  .recruit::before {
    background-image: url("../img/bg_recruit-sp.webp");
    height: 200px;
  }
}
.recruit__wrapper {
  width: min(100%, 1200px);
  margin: 0 auto;
  background: #1B2A33;
  border-radius: 20px;
  padding: 60px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit__wrapper {
    border-radius: 0;
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 400px) {
  .recruit__wrapper {
    padding: 36px 25px 60px;
  }
}
.recruit__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1200px) {
  .recruit__title {
    font-size: max(5vw, 48px);
  }
}
@media screen and (max-width: 950px) {
  .recruit__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 400px) {
  .recruit__title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.recruit__inner {
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media screen and (max-width: 950px) {
  .recruit__inner {
    flex-direction: column-reverse;
    row-gap: 40px;
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  .recruit__inner {
    row-gap: 30px;
  }
}
.recruit__content-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .recruit__content-heading {
    font-size: max(2.6666666667vw, 24px);
  }
}
@media screen and (max-width: 950px) {
  .recruit__content-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .recruit__content-heading {
    font-size: 22px;
  }
}
.recruit__content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 40px;
}
@media screen and (max-width: 400px) {
  .recruit__content-text {
    margin-bottom: 30px;
  }
}
.recruit__img {
  width: 40%;
  height: 360px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 950px) {
  .recruit__img {
    width: min(100%, 560px);
    height: max(37.8947368421vw, 260px);
  }
}
@media screen and (max-width: 768px) {
  .recruit__img {
    width: min(100%, 360px);
    height: max(33.8541666667vw, 240px);
  }
}
@media screen and (max-width: 400px) {
  .recruit__img {
    height: 200px;
  }
}
@media screen and (max-width: 950px) {
  .recruit .common__btn {
    margin: 0 auto;
  }
}

.news {
  padding: 120px 40px;
  color: #1B2A33;
}
@media screen and (max-width: 950px) {
  .news {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 60px 25px 75px;
  }
}
.news__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.news__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1200px) {
  .news__title {
    font-size: max(5vw, 48px);
  }
}
@media screen and (max-width: 950px) {
  .news__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 400px) {
  .news__title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.news__items {
  margin-bottom: 40px;
}
@media screen and (max-width: 400px) {
  .news__items {
    margin-bottom: 30px;
  }
}
.news__item .news__article {
  padding: 40px 47px 40px 20px;
  border-top: solid 1px #C3c3c3;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.news__item .news__article.last {
  border-bottom: solid 1px #C3c3c3;
}
.news__item .news__article:hover {
  background: #E6EBF0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .news__item .news__article {
    padding: 32px 47px 32px 20px;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
@media screen and (max-width: 400px) {
  .news__item .news__article {
    padding: 20px 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.news__item-date {
  font-weight: 400;
  color: #777;
  width: 82px;
}
.news__item-cat {
  background: #8A9CAC;
  color: #fff;
  width: 80px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 400px) {
  .news__item-cat {
    height: 24px;
    line-height: 24px;
  }
}
.news__item-name {
  font-weight: 400;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .news__item-name {
    flex: inherit;
    width: 100%;
  }
}
.news__link {
  color: #1B2A33;
}
.news .common__btn {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */