@charset "UTF-8";

.str-section-mv {
  border-bottom: #dadedb 1px solid;
}
.str-section-important {
  padding: 18px 16px;
}
.str-section-important + .str-section-important {
  background-color: #f2f2f2;
}
.str-section-support {
  padding: 0 16px;
}
.str-section-support__inner {
  max-width: 1360px;
  margin: 0 auto;
}
.str-section-link {
  padding: 50px 16px 60px;
}
.str-section-mechanism {
  position: relative;
  padding: 60px 16px 20px;
}
.str-section-mechanism::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background-image: url("/assets/img/top/index_bg01_sp.jpg");
  background-position: top -1px center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.top-hdg-lv1 {
  height: 0;
  margin: 0;
  overflow: hidden;
}

.top-hdg-lv2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.top-lyt-mv-content {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto;
}
.top-lyt-mv-content__title {
  font-size: 22px;
}

.top-lyt-important {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.top-lyt-important-title {
  grid-area: importantTitle;
}
.top-lyt-important-title__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 32px;
  border: 2px solid #ce213e;
  color: #ce213e;
  font-weight: bold;
  font-size: 1.2rem;
}
.top-lyt-important-content {
  grid-area: importantContent;
}
.top-lyt-important-content > :first-child {
  margin-top: 0;
}
.top-lyt-important-content > :last-child {
  margin-bottom: 0;
}
.top-lyt-important + .top-lyt-important {
  margin-top: 11px;
}

.top-link-list-important {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.top-link-list-important--right {
  align-items: flex-end;
}
.top-link-list-important__link {
  display: inline-block;
  position: relative;
  padding-left: 19px;
  color: #333333;
  font-size: 1.2rem;
}
.top-link-list-important__link::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15.999" viewBox="0 0 16 15.999"><path d="M8,428a8,8,0,1,1,5.657-2.343A7.948,7.948,0,0,1,8,428Zm-.756-11.826h0l-.984.984,2.951,2.951L6.261,423.06l.984.985,3.936-3.936-3.936-3.936Z" transform="translate(0 -412)" fill="%23ce213e"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: left 0.2s ease;
}
.top-link-list-important__link:hover, .top-link-list-important__link:focus, .top-link-list-important__link:active {
  color: #ce213e;
}
.top-link-list-important__link:hover::before, .top-link-list-important__link:focus::before, .top-link-list-important__link:active::before {
  left: 4px;
}
.top-link-list-important__text {
  background: linear-gradient(#ce213e, #ce213e) 0 100%/0 1px no-repeat;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background, color;
  transition-timing-function: ease;
}
.top-link-list-important__text:hover, .top-link-list-important__text:focus, .top-link-list-important__text:active {
  background-size: 100% 1px;
}
.top-btn-important-box {
  display: block;
  padding: 9px 8px;
  border: 2px solid #d3d3d3;
  border-radius: 4px;
  background-color: #ffffff;
}
.top-btn-important-box__title {
  position: relative;
  color: #956600;
  font-weight: bold;
  text-align: center;
}
.top-btn-important-list {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 10px;
  gap: 5px 10px;
}
.top-btn-important__btn {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 35px 10px 60px;
  border-radius: 4px;
  background-position: left 20px top 50%;
  background-size: 22px 22px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.top-btn-important__btn::before {
  display: block;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  transition: right 0.2s ease;
}
.top-btn-important__btn:hover::before, .top-btn-important__btn:focus::before, .top-btn-important__btn:active::before {
  right: 10px;
}
.top-btn-important__btn--info {
  background-image: url("/assets/img/top/index_icon_doc.svg");
  background-repeat: no-repeat;
  background-color: #956600;
}
.top-btn-important__btn--info:hover, .top-btn-important__btn--info:focus, .top-btn-important__btn--info:active {
  background-color: #724e00;
}
.top-btn-important__btn--movie {
  background-image: url("/assets/img/top/index_icon_movie.svg");
  background-repeat: no-repeat;
  background-color: #956600;
}
.top-btn-important__btn--movie:hover, .top-btn-important__btn--movie:focus, .top-btn-important__btn--movie:active {
  background-color: #724e00;
}
.top-btn-important__btn--request {
  background-image: url("/assets/img/top/index_icon_request.svg");
  background-position: left 14px top 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-color: #397c46;
}
.top-btn-important__btn--request:hover, .top-btn-important__btn--request:focus, .top-btn-important__btn--request:active {
  background-color: #23532c;
}

.top-lyt-media-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
}
.top-lyt-media-content__media {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
}
.top-lyt-media-content__content {
  flex-grow: 1;
}
.top-lyt-media-content__content > :first-child {
  margin-top: 0;
}
.top-lyt-media-content__content > :last-child {
  margin-bottom: 0;
}
.top-lyt-media-content--right .top-lyt-media-content__title-sub {
  width: 89px;
}
.top-lyt-media-content--left .top-lyt-media-content__title-sub {
  width: 72px;
}
.top-lyt-media-content__title {
  font-weight: normal;
  font-size: 2.4rem;
}
.top-lyt-media-content__title-sub {
  display: block;
  position: relative;
  padding-left: 13px;
}
.top-lyt-media-content__title-sub::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 2px;
  margin: auto 0;
  background-color: #397c46;
  content: "";
}
.top-lyt-media-content__title-sub > img {
  display: inherit;
}
.top-lyt-media-content__text {
  margin-top: 16px;
}

.top-link-list {
  display: inline-flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 16px 0;
}
.top-link-list__link {
  display: inline-block;
  position: relative;
  padding-right: 60px;
  color: #397c46;
}
.top-link-list__link::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  background-color: #397c46;
  content: "";
}
.top-link-list__link:hover .top-link-list__text, .top-link-list__link:focus .top-link-list__text, .top-link-list__link:active .top-link-list__text {
  background: linear-gradient(#397c46, #397c46) 0 100%/0 1px no-repeat;
  background-size: 0 1px;
}
.top-link-list__link:hover .top-link-list__text::before, .top-link-list__link:focus .top-link-list__text::before, .top-link-list__link:active .top-link-list__text::before {
  right: 7px;
}
.top-link-list__link:hover .top-link-list__text::after, .top-link-list__link:focus .top-link-list__text::after, .top-link-list__link:active .top-link-list__text::after {
  right: 8px;
}
.top-link-list__text {
  padding-bottom: 6px;
  background: linear-gradient(#397c46, #397c46) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  transition-duration: 0.2s;
  transition-property: background, color;
  transition-timing-function: ease;
}
.top-link-list__text::before, .top-link-list__text::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  transition: right 0.2s ease;
}
.top-link-list__text::before {
  z-index: 1;
  right: 13px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.top-link-list__text::after {
  right: 14px;
  width: 14px;
  height: 2px;
  background-color: #ffffff;
}

.top-link-list-site {
  margin-top: 16px;
}
.top-link-list-site__link {
  position: relative;
  padding-right: 34px;
  color: #248285;
  font-weight: bold;
}
.top-link-list-site__link::before, .top-link-list-site__link::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  transition: right 0.2s ease;
}
.top-link-list-site__link::before {
  right: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #397c46;
  border-radius: 50%;
  background-color: #ebf6ed;
}
.top-link-list-site__link::after {
  right: 10px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #397c46;
  border-right: 2px solid #397c46;
}
.top-link-list-site__link:hover::before, .top-link-list-site__link:focus::before, .top-link-list-site__link:active::before {
  right: -10px;
}
.top-link-list-site__link:hover::after, .top-link-list-site__link:focus::after, .top-link-list-site__link:active::after {
  right: 0;
}
.top-link-list-site__text {
  background: linear-gradient(#248285, #248285) 0 100%/0 1px no-repeat;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background, color;
  transition-timing-function: ease;
}
.top-link-list-site__text:hover, .top-link-list-site__text:focus, .top-link-list-site__text:active {
  background-size: 100% 1px;
}
.top-img-target {
  display: inline-block;
  width: 60px;
  margin-right: 4px;
}

.top-link-list-panel {
  display: flex;
  flex-direction: column;
}
.top-link-list-panel__col {
  position: relative;
}
.top-link-list-panel__col:first-child::before, .top-link-list-panel__col:first-child::after {
  display: block;
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  background-image: url("/assets/img/top/index_decoration01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.top-link-list-panel__col:first-child::before {
  left: 0;
}
.top-link-list-panel__col:last-child {
  background: none;
}
.top-link-list-panel__col:last-child::before, .top-link-list-panel__col:last-child::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 16px;
  height: 16px;
  background-image: url("/assets/img/top/index_decoration01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.top-link-list-panel__col:last-child::after {
  right: 0;
  transform: rotate(180deg);
}
.top-panel-icon__icon {
  margin-bottom: 16px;
}
.top-panel-icon__panel {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  height: 100%;
  padding: 24px 20px 64px;
  border-radius: 6px;
  color: #000000;
  transition: box-shadow 0.2s ease;
}
.top-panel-icon__panel::before, .top-panel-icon__panel::after {
  display: block;
  position: absolute;
  content: "";
  transition: right 0.2s ease;
}
.top-panel-icon__panel::before {
  right: 20px;
  bottom: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #397c46;
  border-radius: 50%;
  background-color: #ebf6ed;
}
.top-panel-icon__panel::after {
  right: 30px;
  bottom: 33px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #397c46;
  border-right: 2px solid #397c46;
}
.top-panel-icon__panel:hover, .top-panel-icon__panel:focus, .top-panel-icon__panel:active {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.top-panel-icon__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 16px;
}
.top-panel-icon__text {
  margin-top: 16px;
  font-size: 12px;
}

.top-box {
  margin: 0 auto;
  padding: 40px 18px;
  background-color: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.top-box__title {
  font-weight: normal;
  font-size: 2.4rem;
  text-align: center;
}
.top-box__text {
  margin-top: 24px;
  line-height: 2;
}

.top-link-panel {
  margin: 38px auto 0;
}
.top-link-panel__link {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f2f2f2;
  color: #000000;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}
.top-link-panel__link:hover, .top-link-panel__link:focus, .top-link-panel__link:active {
  background-color: #e9e9e9;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.top-link-panel__link picture > img {
  width: 100%;
}
.top-link-panel__content {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.top-link-panel__content::before, .top-link-panel__content::after {
  display: block;
  position: absolute;
  content: "";
  transition: right 0.2s ease;
}
.top-link-panel__content::before {
  top: 0;
  right: 16px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  border: 1px solid #397c46;
  border-radius: 50%;
  background-color: #ffffff;
}
.top-link-panel__content::after {
  top: 0;
  right: 26px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #397c46;
  border-right: 2px solid #397c46;
}
.top-link-panel__content:hover, .top-link-panel__content:focus, .top-link-panel__content:active {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.top-link-panel__title {
  font-weight: normal;
  font-size: 16px;
}

.top-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.top-btn__btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 300px;
  padding: 10px 40px;
  border: 1px solid #397c46;
  border-radius: 4px;
  background-color: #397c46;
  color: #ffffff;
  font-weight: bold;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.top-btn__btn:hover, .top-btn__btn:focus, .top-btn__btn:active {
  border-color: #397c46;
}
.top-btn__btn::before {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  transition: right 0.2s ease;
}
.top-btn__btn:hover, .top-btn__btn:focus, .top-btn__btn:active {
  background-color: #23532c;
}
.top-btn__btn:hover::before, .top-btn__btn:focus::before, .top-btn__btn:active::before {
  right: 10px;
}

.top-list-news__list {
  border-top: 1px solid #d3d3d3;
}
.top-list-news__title {
  position: relative;
  padding-bottom: 13px;
  padding-left: 22px;
  border-bottom: 2px solid #d3d3d3;
  line-height: 1.4;
}
.top-list-news__title::before, .top-list-news__title::after {
  display: block;
  position: absolute;
  top: calc(0.5em - 4px);
  width: 7px;
  height: 14px;
  content: "";
}
.top-list-news__title::before {
  left: 0;
  background-color: #397c46;
}
.top-list-news__title::after {
  left: 7px;
  background-color: #009cc8;
}
.top-list-news__link {
  display: block;
  position: relative;
  padding: 16px 44px 16px 0;
  color: #333333;
  font-weight: bold;
  transition: opacity 0.2s ease;
}
.top-list-news__link::before, .top-list-news__link::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  transition: right 0.2s ease;
}
.top-list-news__link::before {
  right: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #397c46;
  border-radius: 50%;
  background-color: #ebf6ed;
}
.top-list-news__link::after {
  right: 15px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #397c46;
  border-right: 2px solid #397c46;
}
.top-list-news__link--nolink {
  display: block;
  padding: 16px 0;
}
.top-list-news__link:hover, .top-list-news__link:focus, .top-list-news__link:active {
  opacity: 0.5;
}
.top-list-news__link:hover::before, .top-list-news__link:focus::before, .top-list-news__link:active::before {
  right: 4px;
}
.top-list-news__link:hover::after, .top-list-news__link:focus::after, .top-list-news__link:active::after {
  right: 11px;
}
.top-list-news__item {
  border-bottom: 1px solid #d3d3d3;
  background-image: none;
}
.top-list-news__item:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.top-list-news-info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 1.2rem;
}
.top-list-news-info__date {
  flex-shrink: 0;
  margin-right: 10px;
  color: #666666;
}
.top-list-news-info__tags {
  display: inline-block;
  margin-right: 8px;
  padding: 1px 8px;
  border: 1px solid #397c46;
  border-radius: 3px;
  background-color: #397c46;
  color: #ffffff;
}
.top-list-news-info__tags--white {
  background-color: #ffffff;
  color: #397c46;
}
@media screen and (min-width: 768px) {
  .str-section-mv__inner {
    height: 400px;
    padding: 0 16px;
    background-image: url("/assets/img/top/index_mv_pc.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .str-section-important {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .str-section-about__inner {
    height: 645px;
    padding: 0 16px;
    background-image: url("/assets/img/top/index_img01_pc.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .str-section-link {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .str-section-mechanism {
    padding: 100px 16px;
    border-bottom: #f2f2f2 6px solid;
  }
  .str-section-mechanism::before {
    height: 440px;
    background-image: url("/assets/img/top/index_bg01_pc.jpg");
  }
  .top-hdg-lv2 {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .top-lyt-mv-content {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    max-width: 1266px;
    height: 100%;
  }
  .top-lyt-mv-content__media {
    display: none;
  }
  .top-lyt-mv-content__content {
    width: 42%;
  }
  .top-lyt-mv-content__title {
    font-size: 38px;
  }
  .top-lyt-important {
    display: grid;
    grid-template: "importantTitle importantContent" 1fr/130px 1fr;
    gap: 24px;
  }
  .top-lyt-important-title__title {
    font-size: 1.4rem;
  }
  .top-link-list-important {
    gap: 5px;
  }
  .top-link-list-important__link {
    padding-left: 24px;
    font-size: 1.4rem;
  }
  .top-link-list-important__link::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
  .top-btn-important {
    display: flex;
    max-width: 914px;
    margin: 0 auto;
    gap: 10px 22px;
  }
  .top-btn-important-content--wide {
    flex-grow: 1;
  }
  .top-btn-important-content--narrow {
    max-width: 300px;
  }
  .top-btn-important-box {
    padding: 11px 14px;
    border-radius: 6px;
  }
  .top-btn-important-box__title::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    content: "";
  }
  .top-btn-important-box__text {
    position: relative;
    padding: 0 10px;
    background-color: #ffffff;
  }
  .top-btn-important-list[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .top-btn-important-list[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-btn-important-list {
    margin-top: 4px;
  }
  .top-btn-important__btn {
    padding: 13px 48px 13px 70px;
    background-position: left 24px top 50%;
    background-size: 26px 26px;
  }
  .top-btn-important__btn--request {
    padding-left: 93px;
    border-radius: 6px;
    background-position: left 24px top 50%;
    background-size: 58px 58px;
  }
  .top-btn-important__btn--request::before {
    right: 28px;
  }
  .top-lyt-media-content {
    flex-wrap: nowrap;
    gap: 57px;
  }
  .top-lyt-media-content__media {
    width: 44%;
    max-width: 600px;
  }
  .top-lyt-media-content__media img {
    display: none;
  }
  .top-lyt-media-content__media--support {
    width: 44%;
    max-width: 600px;
    height: 580px;
    border-radius: 40px;
    background-image: url("/assets/img/top/index_img02_pc.jpg");
    background-position: left;
    background-repeat: no-repeat;
  }
  .top-lyt-media-content__content {
    max-width: 613px;
  }
  .top-lyt-media-content--right {
    flex-direction: row;
    align-items: center;
    max-width: 1300px;
    margin-left: auto;
  }
  .top-lyt-media-content--right .top-lyt-media-content__title-sub {
    width: 132px;
  }
  .top-lyt-media-content--left {
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1200px;
    height: 645px;
    margin: 0 auto;
  }
  .top-lyt-media-content--left .top-lyt-media-content__content {
    min-width: 405px;
  }
  .top-lyt-media-content--left .top-lyt-media-content__title-sub {
    width: 111px;
  }
  .top-lyt-media-content__title {
    font-size: 4.4rem;
  }
  .top-lyt-media-content__title-sub {
    padding-left: 20px;
    font-size: 3rem;
  }
  .top-lyt-media-content__title-sub::before {
    width: 10px;
  }
  .top-lyt-media-content__text {
    margin-top: 30px;
  }
  .top-link-list {
    margin-top: 60px;
  }
  .top-link-list__link {
    padding-right: 88px;
    font-size: 20px;
  }
  .top-link-list__link::before {
    width: 64px;
    height: 64px;
  }
  .top-link-list__link:hover .top-link-list__text::before, .top-link-list__link:focus .top-link-list__text::before, .top-link-list__link:active .top-link-list__text::before {
    right: 16px;
  }
  .top-link-list__link:hover .top-link-list__text::after, .top-link-list__link:focus .top-link-list__text::after, .top-link-list__link:active .top-link-list__text::after {
    right: 16px;
  }
  .top-link-list__text::before {
    right: 22px;
  }
  .top-link-list__text::after {
    right: 22px;
    width: 21px;
  }
  .top-img-target {
    width: 80px;
    margin-right: 7px;
  }
  .top-link-list-panel {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .top-link-list-panel__col:first-child::before, .top-link-list-panel__col:first-child::after {
    width: 28px;
    height: 28px;
  }
  .top-link-list-panel__col:first-child::after {
    top: auto;
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
  }
  .top-link-list-panel__col:last-child::before, .top-link-list-panel__col:last-child::after {
    width: 28px;
    height: 28px;
  }
  .top-link-list-panel__col:last-child::before {
    top: 0;
    right: 0;
    bottom: auto;
    transform: rotate(90deg);
  }
  .top-panel-icon__panel::before {
    right: 40px;
    bottom: 20px;
    width: 34px;
    height: 34px;
  }
  .top-panel-icon__panel::after {
    right: 54px;
    bottom: 32px;
    width: 8px;
    height: 8px;
  }
  .top-panel-icon__panel {
    padding: 40px 40px 73px;
    border-radius: 8px;
  }
  .top-panel-icon__panel:hover::before, .top-panel-icon__panel:focus::before, .top-panel-icon__panel:active::before {
    right: 18px;
  }
  .top-panel-icon__panel:hover::after, .top-panel-icon__panel:focus::after, .top-panel-icon__panel:active::after {
    right: 32px;
  }
  .top-panel-icon__title {
    font-size: 24px;
  }
  .top-panel-icon__text {
    font-size: 14px;
  }
  .top-box {
    max-width: 950px;
    padding: 56px 80px 65px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.07);
  }
  .top-box__title {
    font-size: 4rem;
  }
  .top-box__text {
    margin-bottom: 50px;
    font-size: 1.8rem;
  }
  .top-link-panel {
    max-width: 950px;
    margin-top: 100px;
  }
  .top-link-panel__link {
    flex-direction: row-reverse;
  }
  .top-link-panel__col {
    width: 50%;
  }
  .top-link-panel__content::before {
    top: auto;
    right: 20px;
    bottom: 20px;
    width: 34px;
    height: 34px;
  }
  .top-link-panel__content::after {
    top: auto;
    right: 34px;
    bottom: 32px;
    width: 8px;
    height: 8px;
  }
  .top-link-panel__content {
    padding: 40px;
    border-radius: 0 8px 8px 0;
  }
  .top-link-panel__content:hover::before, .top-link-panel__content:focus::before, .top-link-panel__content:active::before {
    right: 14px;
  }
  .top-link-panel__content:hover::after, .top-link-panel__content:focus::after, .top-link-panel__content:active::after {
    right: 28px;
  }
  .top-link-panel__title {
    font-size: 28px;
  }
  .top-btn__inner {
    text-align: center;
  }
  .top-btn__btn {
    width: auto;
    padding: 10px 40px;
    border-radius: 6px;
  }
  .top-list-news__title {
    padding-bottom: 13px;
    padding-left: 24px;
    font-size: 1.8rem;
  }
  .top-list-news__link::before {
    right: 24px;
  }
  .top-list-news__link::after {
    right: 31px;
  }
  .top-list-news__link:hover::before, .top-list-news__link:focus::before, .top-list-news__link:active::before {
    right: 14px;
  }
  .top-list-news__link:hover::after, .top-list-news__link:focus::after, .top-list-news__link:active::after {
    right: 21px;
  }
  .top-list-news-info {
    flex-wrap: nowrap;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .str-section-about {
    margin-top: 20px;
  }
  .str-section-support {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .top-lyt-mv-content__content {
    padding: 32px 48px 32px 16px;
  }
  .top-btn-important-list[data-col="1"] {
    grid-template-columns: 100%;
  }
  .top-btn-important-list[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-btn-important__btn {
    min-height: 48px;
  }
  .top-btn-important__btn--request {
    margin-top: 10px;
  }
  .top-lyt-media-content__content {
    padding: 0 16px;
  }
  .top-link-list-panel__col {
    background-image: linear-gradient(to right, #d3d3d3 0 3px, transparent 3px 6px);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }
  .top-link-list-panel__col:first-child::after {
    right: 0;
    transform: rotate(90deg);
  }
  .top-link-list-panel__col:first-child .top-panel-icon__icon {
    width: 60px;
  }
  .top-link-list-panel__col:nth-child(2) .top-panel-icon__icon {
    width: 45px;
  }
  .top-link-list-panel__col:last-child::before {
    left: 0;
    transform: rotate(-90deg);
  }
  .top-link-list-panel__col:last-child .top-panel-icon__icon {
    width: 59px;
  }
  .top-panel-icon__panel:hover::before, .top-panel-icon__panel:focus::before, .top-panel-icon__panel:active::before {
    right: 10px;
  }
  .top-panel-icon__panel:hover::after, .top-panel-icon__panel:focus::after, .top-panel-icon__panel:active::after {
    right: 20px;
  }
  .top-link-panel__content:hover::before, .top-link-panel__content:focus::before, .top-link-panel__content:active::before {
    right: 10px;
  }
  .top-link-panel__content:hover::after, .top-link-panel__content:focus::after, .top-link-panel__content:active::after {
    right: 20px;
  }
  .top-list-news-info__date {
    width: 100%;
  }
  .top-list-news-info__tags {
    margin-bottom: 4px;
  }
}
