@charset "UTF-8";
/*
file: _setting.scss
Description: 
Version: 2.2.0
Changelog: 【URL】
Author: NAME
License: 
*/
@media only screen and (min-width:769px) {
  .pcnone {
    display: none;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    color: #000;
  }
}
@media only screen and (max-width:768px) {
  .spnone {
    display: none;
  }
}
/* スマホでラジオボタン・チェックボックスの背景を消す */
a[target=blank] {
  font-family: "icomoon" !important;
}
a[target=blank]:after {
  content: "\e901";
  margin-left: 0.5rem;
  font-size: 80%;
  margin-right: 0.5rem;
  text-decoration: none !important;
}

a.imglink[target=blank]:after {
  content: "";
  margin: 0;
}

/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
body#top .fv {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  max-height: 650px;
  min-height: 620px;
  overflow: hidden;
  background: linear-gradient(100deg, #024aac, #0096e0);
}
body#top .fv .fv-slider,
body#top .fv .slick-list,
body#top .fv .slick-track {
  width: 100%;
  height: 100%;
}
body#top .fv .fv-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body#top .fv .fv-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(28, 78, 141, 0.6) 0%, rgba(28, 78, 141, 0.4) 30%, rgba(0, 0, 0, 0) 40%);
}
body#top .fv .fv-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(29, 77, 143, 0.16);
}
body#top .fv .fv-slide__image {
  display: block;
  width: 100%;
  height: 100%;
}
body#top .fv .fv-slide__image picture,
body#top .fv .fv-slide__image img {
  display: block;
  width: 100%;
  height: 100%;
}
body#top .fv .fv-slide__image img {
  object-fit: cover;
  object-position: center center;
  transform: scale(1.18);
  transform-origin: center center;
  will-change: transform;
}
body#top .fv .fv-slide__content {
  position: absolute;
  top: 50%;
  left: clamp(40px, 7vw, 110px);
  z-index: 2;
  width: min(520px, 100% - 80px);
  transform: translateY(-50%);
  color: #fff;
}
body#top .fv .fv-slide__label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 32px;
  color: #a9cf60;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
}
body#top .fv .fv-slide__label span {
  display: block;
  width: 42px;
  height: 1px;
  background: #a9cf60;
}
body#top .fv .fv-slide__title {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(28px, 2.4vw, 42px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.14em;
}
body#top .fv .fv-slide__text {
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
body#top .fv .fv-slide__buttons {
  display: flex;
  align-items: center;
  gap: 18px;
}
body#top .fv .fv-slide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 56px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}
body#top .fv .fv-slide__button--primary {
  background: #a9cf60;
  border: 1px solid #a9cf60;
  color: #1f3f70;
}
body#top .fv .fv-slide__button--primary:hover {
  background: #fff;
  border-color: #fff;
  color: #1d4d8f;
}
body#top .fv .fv-slide__button--outline {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}
body#top .fv .fv-slide__button--outline:hover {
  background: #fff;
  border-color: #fff;
  color: #1d4d8f;
}
body#top .fv .fv-slide__label, body#top .fv .fv-slide__title, body#top .fv .fv-slide__text, body#top .fv .fv-slide__buttons {
  opacity: 0;
  transform: translateY(28px);
  will-change: opacity, transform;
}
body#top .fv .fv-slide.slick-active .fv-slide__image img {
  animation: fvZoomOut 5s ease-out forwards;
}
body#top .fv .fv-slide.slick-active .fv-slide__label {
  animation: fvTextIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}
body#top .fv .fv-slide.slick-active .fv-slide__title {
  animation: fvTextIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}
body#top .fv .fv-slide.slick-active .fv-slide__text {
  animation: fvTextIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}
body#top .fv .fv-slide.slick-active .fv-slide__buttons {
  animation: fvTextIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;
}
body#top .fv .slick-dots {
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
body#top .fv .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
body#top .fv .slick-dots li button {
  display: block;
  width: 18px;
  height: 4px;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 2px;
  color: transparent;
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease;
}
body#top .fv .slick-dots li.slick-active button {
  width: 44px;
  background: #fff;
}
body#top .pc-only {
  display: inline;
}
body#top .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  body#top .fv {
    height: calc(100svh - 60px);
    min-height: 560px;
  }
  body#top .fv .fv-slide::before {
    background: linear-gradient(90deg, rgba(28, 78, 141, 0.6) 0%, rgba(28, 78, 141, 0.4) 40%, rgba(0, 0, 0, 0) 80%);
  }
  body#top .fv .fv-slide::after {
    background: none;
  }
  body#top .fv .fv-slide__image img {
    object-position: center center;
  }
  body#top .fv .fv-slide__content {
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    transform: translateY(-50%);
  }
  body#top .fv .fv-slide__label {
    gap: 12px;
    margin-bottom: 24px;
    font-size: 11px;
    letter-spacing: 0.18em;
  }
  body#top .fv .fv-slide__label span {
    width: 34px;
  }
  body#top .fv .fv-slide__title {
    margin-bottom: 22px;
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 0.12em;
  }
  body#top .fv .fv-slide__text {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.06em;
  }
  body#top .fv .fv-slide__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    max-width: 320px;
  }
  body#top .fv .fv-slide__button {
    width: 100%;
    height: 52px;
    font-size: 13px;
  }
  body#top .fv .slick-dots {
    right: 20px;
    bottom: 20px;
    gap: 7px;
  }
  body#top .fv .slick-dots li {
    width: auto;
    height: auto;
  }
  body#top .fv .slick-dots li button {
    width: 14px;
    height: 3px;
    border-radius: 2px;
  }
  body#top .fv .slick-dots li.slick-active button {
    width: 32px;
  }
  body#top .pc-only {
    display: none;
  }
  body#top .sp-only {
    display: inline;
  }
}
body#top .section-heading {
  margin-bottom: 62px;
  text-align: center;
}
body#top .section-heading__en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 22px;
  color: #1d4d8f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
}
body#top .section-heading__en span {
  display: block;
  width: 45px;
  height: 1px;
  background: linear-gradient(100deg, #024aac, #0096e0);
}
body#top .section-heading__ja {
  margin: 0 0 18px;
  color: #222;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
body#top .section-heading__lead {
  margin: 0;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  body#top .section-heading {
    margin-bottom: 38px;
  }
  body#top .section-heading__en {
    gap: 12px;
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 0.18em;
  }
  body#top .section-heading__en span {
    width: 32px;
  }
  body#top .section-heading__ja {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
  body#top .section-heading__lead {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
body#top #services {
  scroll-margin-top: 100px;
}
body#top #services.services-section {
  padding: 110px 0 90px;
  background: #fff;
}
body#top #services .services-section__inner {
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
}
body#top #services .services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
body#top #services .service-card {
  min-height: 380px;
  padding: 46px 42px 38px;
  background: #f4f8fc;
  border: 1px solid #1d4d8f;
  display: flex;
  flex-direction: column;
}
body#top #services .service-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 108px;
  height: 34px;
  padding: 0 18px;
  margin-bottom: 24px;
  background: #a9cf60;
  color: #1d4d8f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
body#top #services .service-card__line {
  display: block;
  width: 54px;
  height: 2px;
  margin-bottom: 30px;
  background: linear-gradient(100deg, #024aac, #0096e0);
}
body#top #services .service-card__title {
  margin: 0 0 24px;
  color: #1d4d8f;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
body#top #services .service-card__text {
  margin: 0;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
body#top #services .service-card__actions {
  margin-top: auto;
  padding-top: 34px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}
body#top #services .service-card__outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border: 1.5px solid #1d4d8f;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
body#top #services .service-card__outline-btn, body#top #services .service-card__outline-btn:link, body#top #services .service-card__outline-btn:visited, body#top #services .service-card__outline-btn:active {
  color: #1d4d8f;
}
body#top #services .service-card__outline-btn:hover {
  background: linear-gradient(100deg, #024aac, #0096e0);
  border-color: transparent;
  color: #fff;
}
body#top #services .service-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  height: 44px;
  padding: 0 24px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.25s ease;
}
body#top #services .service-card__link, body#top #services .service-card__link:link, body#top #services .service-card__link:visited, body#top #services .service-card__link:hover, body#top #services .service-card__link:active {
  color: #fff;
}
body#top #services .service-card__link .fa-chevron-right {
  font-size: 10px;
  transition: transform 0.2s ease;
}
body#top #services .service-card__link:hover {
  background: linear-gradient(100deg, #013a8c, #0086c8);
}
body#top #services .service-card__link:hover .fa-chevron-right {
  transform: translateX(3px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body#top #services {
    scroll-margin-top: 100px;
  }
  body#top #services.services-section {
    padding: 86px 0 72px;
  }
  body#top #services .services-section__inner {
    width: calc(100% - 64px);
    max-width: 900px;
  }
  body#top #services .services-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  body#top #services .service-card {
    min-height: auto;
    padding: 40px 36px 36px;
  }
}
@media screen and (max-width: 767px) {
  body#top #services {
    scroll-margin-top: 60px;
  }
  body#top #services.services-section {
    padding: 64px 0 56px;
  }
  body#top #services .services-section__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  body#top #services .services-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  body#top #services .service-card {
    min-height: auto;
    padding: 30px 22px 28px;
    background: #f4f8fc;
    border: 1px solid #1d4d8f;
  }
  body#top #services .service-card__label {
    min-width: 96px;
    height: 31px;
    padding: 0 14px;
    margin-bottom: 22px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  body#top #services .service-card__line {
    width: 46px;
    height: 2px;
    margin-bottom: 24px;
  }
  body#top #services .service-card__title {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 1.55;
    letter-spacing: 0.08em;
  }
  body#top #services .service-card__text {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.06em;
  }
  body#top #services .service-card__link {
    min-height: 44px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
body#top #strengths {
  scroll-margin-top: 100px;
}
body#top #strengths.strengths-section {
  padding: 105px 0 110px;
  background: #f4f8fc;
}
body#top #strengths .strengths-section__inner {
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
}
body#top #strengths .strengths-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 28px;
}
body#top #strengths .strength-card {
  min-height: 150px;
  padding: 34px 38px 30px;
  background: #fff;
  border: 1px solid #dce9f6;
}
body#top #strengths .strength-card__head {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
body#top #strengths .strength-card__number {
  flex-shrink: 0;
  margin-right: 22px;
  color: #95c765;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
body#top #strengths .strength-card__line {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 2px;
  margin-right: 18px;
  background: linear-gradient(100deg, #024aac, #0096e0);
}
body#top #strengths .strength-card__title {
  margin: 0;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
body#top #strengths .strength-card__text {
  margin: 0;
  padding-left: 97px;
  color: #777;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body#top #strengths.strengths-section {
    padding: 86px 0 84px;
  }
  body#top #strengths .strengths-section__inner {
    width: calc(100% - 64px);
  }
  body#top #strengths .strengths-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  body#top #strengths .strength-card {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  body#top #strengths {
    scroll-margin-top: 60px;
  }
  body#top #strengths.strengths-section {
    padding: 64px 0 58px;
  }
  body#top #strengths .strengths-section__inner {
    width: calc(100% - 40px);
  }
  body#top #strengths .strengths-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body#top #strengths .strength-card {
    min-height: auto;
    padding: 26px 22px 24px;
  }
  body#top #strengths .strength-card__head {
    align-items: flex-start;
    margin-bottom: 14px;
  }
  body#top #strengths .strength-card__number {
    margin-right: 14px;
    font-size: 28px;
  }
  body#top #strengths .strength-card__line {
    width: 28px;
    height: 2px;
    margin-top: 13px;
    margin-right: 12px;
  }
  body#top #strengths .strength-card__title {
    padding-top: 3px;
    font-size: 16px;
    line-height: 1.6;
  }
  body#top #strengths .strength-card__text {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.06em;
  }
}
body#top #area {
  scroll-margin-top: 100px;
}
body#top #area.area-section {
  position: relative;
  padding: 90px 0 92px;
  background: #fff;
}
body#top #area.area-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(100deg, #024aac, #0096e0);
}
body#top #area .area-section__inner {
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
  align-items: center;
  gap: 60px;
}
body#top #area .area-section__image {
  width: 100%;
  height: 390px;
  overflow: hidden;
}
body#top #area .area-section__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#top #area .area-section__content {
  max-width: 650px;
}
body#top #area .area-section__text {
  margin: 0 0 24px;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
body#top #area .area-section__list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
body#top #area .area-section__list li {
  position: relative;
  padding-left: 24px;
  color: #666;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
body#top #area .area-section__list li::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #a9cf60;
}
body#top #area .area-section__list li + li {
  margin-top: 8px;
}
body#top #area .area-section__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 28px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.25s ease;
}
body#top #area .area-section__link, body#top #area .area-section__link:link, body#top #area .area-section__link:visited, body#top #area .area-section__link:hover, body#top #area .area-section__link:active {
  color: #fff;
}
body#top #area .area-section__link .fa-chevron-right {
  font-size: 10px;
  transition: transform 0.2s ease;
}
body#top #area .area-section__link:hover {
  background: linear-gradient(100deg, #013a8c, #0086c8);
}
body#top #area .area-section__link:hover .fa-chevron-right {
  transform: translateX(3px);
}
body#top #area .section-heading {
  margin-bottom: 24px;
  text-align: left;
}
body#top #area .section-heading__en {
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 22px;
  font-size: 13px;
  letter-spacing: 0.18em;
}
body#top #area .section-heading__en span {
  width: 36px;
}
body#top #area .section-heading__en span:last-child {
  display: none;
}
body#top #area .section-heading__ja {
  margin-bottom: 0;
  font-size: 25px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body#top #area.area-section {
    padding: 76px 0 82px;
  }
  body#top #area.area-section::after {
    height: 12px;
  }
  body#top #area .area-section__inner {
    width: calc(100% - 64px);
    grid-template-columns: 1fr;
    gap: 38px;
  }
  body#top #area .area-section__image {
    height: 360px;
  }
  body#top #area .area-section__content {
    max-width: none;
  }
  body#top #area .section-heading {
    text-align: center;
  }
  body#top #area .section-heading__en {
    justify-content: center;
  }
  body#top #area .section-heading__en span:last-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body#top #area {
    scroll-margin-top: 60px;
  }
  body#top #area.area-section {
    padding: 60px 0 66px;
  }
  body#top #area.area-section::after {
    height: 10px;
  }
  body#top #area .area-section__inner {
    width: calc(100% - 40px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body#top #area .area-section__image {
    height: 230px;
  }
  body#top #area .area-section__content {
    max-width: none;
  }
  body#top #area .area-section__text {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.06em;
  }
  body#top #area .area-section__list {
    margin-bottom: 26px;
  }
  body#top #area .area-section__list li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  body#top #area .area-section__list li::before {
    top: 0.74em;
    width: 6px;
    height: 6px;
  }
  body#top #area .area-section__list li + li {
    margin-top: 8px;
  }
  body#top #area .area-section__link {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
  body#top #area .section-heading {
    margin-bottom: 22px;
    text-align: left;
  }
  body#top #area .section-heading__en {
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 12px;
  }
  body#top #area .section-heading__en span {
    width: 32px;
  }
  body#top #area .section-heading__en span:last-child {
    display: none;
  }
  body#top #area .section-heading__ja {
    font-size: 23px;
  }
}
body#top #news {
  scroll-margin-top: 100px;
}
body#top #news.news-section {
  padding: 100px 0 110px;
  background: #f4f8fc;
}
body#top #news .news-section__inner {
  width: min(100% - 48px, 1100px);
  margin: 0 auto;
}
body#top #news .news-section__more {
  margin-top: 48px;
  text-align: center;
}
body#top #news .news-list {
  border-top: 1px solid #dce8f7;
}
body#top #news .news-item {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 26px 8px;
  border-bottom: 1px solid #dce8f7;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
body#top #news .news-item__date {
  flex-shrink: 0;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
body#top #news .news-item__cat {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 26px;
  padding: 0 14px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
body#top #news .news-item__title {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body#top #news .news-item:hover {
  background: rgba(29, 77, 143, 0.03);
}
body#top #news .news-item:hover .news-item__title {
  color: #1d4d8f;
}
body#top #news .news-list__empty {
  margin: 0;
  padding: 40px 0;
  color: #999;
  font-size: 15px;
  text-align: center;
}
body#top #news .news-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 28px;
  background: linear-gradient(100deg, #024aac, #0096e0);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.25s ease;
}
body#top #news .news-more-link, body#top #news .news-more-link:link, body#top #news .news-more-link:visited, body#top #news .news-more-link:hover, body#top #news .news-more-link:active {
  color: #fff;
}
body#top #news .news-more-link .fa-chevron-right {
  font-size: 10px;
  transition: transform 0.2s ease;
}
body#top #news .news-more-link:hover {
  background: linear-gradient(100deg, #013a8c, #0086c8);
}
body#top #news .news-more-link:hover .fa-chevron-right {
  transform: translateX(3px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body#top #news.news-section {
    padding: 80px 0 84px;
  }
  body#top #news .news-section__inner {
    width: calc(100% - 64px);
  }
}
@media screen and (max-width: 767px) {
  body#top #news {
    scroll-margin-top: 60px;
  }
  body#top #news.news-section {
    padding: 56px 0 60px;
  }
  body#top #news .news-section__inner {
    width: calc(100% - 40px);
  }
  body#top #news .news-section__more {
    margin-top: 32px;
  }
  body#top #news .news-item {
    flex-wrap: wrap;
    gap: 10px 16px;
    padding: 20px 4px;
  }
  body#top #news .news-item__date {
    font-size: 13px;
  }
  body#top #news .news-item__cat {
    min-width: 84px;
    height: 24px;
    font-size: 11px;
  }
  body#top #news .news-item__title {
    flex-basis: 100%;
    white-space: normal;
    font-size: 14px;
    line-height: 1.7;
  }
}
@keyframes fvZoomOut {
  from {
    transform: scale(1.18);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fvTextIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
