@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap");
:root {
  --font-family--gothic: "Noto Sans JP", sans-serif;
  --color-black: #141d2a;
  --color-dark: #333;
  --color-green: #66cc99;
  --color-blue: #0033a0;
  --color-sky: #1689cc;
  --color-red: #ff3333;
  --color-button-bg: #003399;
  --gradation-background: rgb(9, 129, 206);
  --gradation-blue: linear-gradient(90deg, rgba(0,0,153, 1) 0%, rgba(45,153,205, 1) 100%);
  --gradation-blue-normal-background: rgb(22, 137, 204);
  --gradation-blue-normal: linear-gradient(90deg, rgba(22, 137, 204, 1) 0%, rgba(22, 137, 204, 1) 100%);
  --gradation-background-2: rgb(7, 72, 169, 1);
  --gradation-blue-2: linear-gradient(90deg, rgba(9, 152, 211, 1) 0%, rgba(7, 72, 169, 1) 100%);
}

:root {
  --delay: 0;
  --duration: 1200ms;
  --iterations: 1;
}

html, body {
  font-family: var(--font-family--gothic);
  font-feature-settings: "palt" 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.5;
}
@media (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .pc {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .pc {
    display: none !important;
  }
}

a {
  color: #333;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

p {
  line-height: 2;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1100px;
  }
}

@media (min-width: 1200px) {
  .container-xl {
    max-width: 1510px;
  }
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.site-header--layout--nav-float .site-header-logo {
  width: 154px;
}
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo {
    width: 210px;
  }
}
.site-header--layout--nav-float .site-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding-right: 68px;
}
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-container {
    padding-right: 25px;
    height: 100px;
    gap: 20px;
  }
}
.site-header--layout--nav-float .site-header-global {
  display: flex;
  background: #eff1f6;
  height: 26px;
  border-radius: 20px;
}
.site-header--layout--nav-float .site-header-global a {
  display: grid;
  place-content: center;
  width: 65px;
  height: 100%;
  border-radius: 20px;
  font-size: 13px;
  line-height: 0;
}
.site-header--layout--nav-float .site-header-global a.on {
  background: var(--color-blue);
  color: white;
}
.site-header--layout--nav-float .site-header-contact {
  display: none;
}
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-contact {
    display: block;
  }
}
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-contact a {
    display: grid;
    place-items: center;
    width: 180px;
    height: 38px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    line-height: 0;
    background: var(--color-blue);
  }
  .site-header--layout--nav-float .site-header-contact a:hover {
    background: #0890c3;
    color: white;
  }
}

.site-header {
  box-shadow: none;
}
@media (min-width: 992px) {
  .site-header {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
  }
}

.header_scrolled .site-header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .header_scrolled .site-header .global-nav {
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
  }
}
.header_scrolled .site-header-logo {
  display: block;
}

@media (min-width: 992px) {
  .admin-bar .site-header {
    top: 32px !important;
  }
}

.page-header.has-image {
  height: 40vw;
  position: relative;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .page-header.has-image {
    height: 300px;
  }
}
.page-header.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header.has-image .page-header-inner {
  position: absolute;
  width: 100%;
  margin-top: 50px;
}

.page-header-title, h1.page-header-title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 992px) {
  .page-header-title, h1.page-header-title {
    font-size: 38px;
  }
}

.global-nav-list > li:hover:before, .global-nav-list > li[class*=current]:where(:not(.menu-item-anchor)):before {
  width: 0;
}

.device-pc .global-nav-list > li {
  padding: 34px 0;
  cursor: pointer;
}
.device-pc .global-nav-list > li > a {
  color: #003366;
  padding: 4px 1em;
}
.device-pc .global-nav-list > li > a:hover {
  background: #003366;
  color: white;
}
.device-pc .global-nav-list > li > a:hover .global-nav-name {
  color: white;
}
.device-pc .global-nav-list > li > a .global-nav-name {
  font-size: 18px;
}
.device-pc .global-nav-list > li > a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
.device-pc .global-nav-list > li:hover a {
  background: #003366;
  color: white;
  text-decoration: none;
}

.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in {
  background: #e9f2fa;
}

.vk-mobile-nav-menu-btn {
  right: 10px;
  left: auto;
  top: 10px;
  background: none;
  border: none;
}
.vk-mobile-nav-menu-btn::before, .vk-mobile-nav-menu-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: var(--color-blue);
  position: absolute;
  right: 7px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.vk-mobile-nav-menu-btn::before {
  top: 10px;
}
.vk-mobile-nav-menu-btn::after {
  top: 22px;
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none;
  background: none;
}
.vk-mobile-nav-menu-btn.menu-open::before {
  transform: rotate(45deg);
  top: 16px;
}
.vk-mobile-nav-menu-btn.menu-open::after {
  transform: rotate(-45deg);
  top: 16px;
}

@media (min-width: 992px) {
  .breadcrumb {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .breadcrumb-list {
    padding: 16px 0;
  }
}
.breadcrumb-list i.fa-home {
  display: none;
}
.breadcrumb-list li::after {
  content: ">";
}

.l-mega-menu {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 100;
}
@media (min-width: 992px) {
  .l-mega-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
  }
}
@media (min-width: 992px) {
  .l-mega-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
.l-mega-menu-container {
  width: calc(100% - 200px);
  max-width: 1500px;
  margin: auto;
}
.l-mega-menu__body {
  background: #e9f2fa;
  padding: 46px 75px;
}
.l-mega-menu__title {
  display: inline-block;
  font-size: 25px;
  color: #0032a0;
  line-height: 1;
  background: white;
  padding: 10px 16px;
  margin-bottom: 28px;
  border: 1px solid #0032a0;
}
.l-mega-menu-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  color: #0032a0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.l-mega-menu-nav-list a {
  color: #0032a0;
  text-decoration: none;
}
.l-mega-menu-nav-list a:hover {
  text-decoration: underline;
}
.l-mega-menu-nav-list .sub-menu {
  list-style: disc;
  font-size: 16px;
}

.has-mega-products {
  position: relative;
}
.has-mega-products:hover .l-mega-menu, .has-mega-products:focus-within .l-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.admin-bar .l-mega-menu {
  top: 132px;
}
@media (min-width: 992px) {
  .admin-bar .breadcrumb {
    margin-top: 132px;
  }
}

.c-footer-cta {
  background: var(--color-blue);
  padding: 32px 0;
}
@media (min-width: 992px) {
  .c-footer-cta {
    padding: 82px 0 90px;
  }
}
.c-footer-cta-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #2181e0;
  padding: 25px;
  box-shadow: 0 5px 0 0 rgb(5, 32, 83);
}
@media (min-width: 992px) {
  .c-footer-cta-link {
    flex-direction: row;
    gap: 84px;
    padding: 40px 40px 8px;
    box-shadow: 0 10px 0 0 rgb(5, 32, 83);
  }
}
.c-footer-cta-link:hover {
  background: #0890c3;
}
.c-footer-cta-link:hover .c-footer-cta-header__contact {
  color: #fff;
  opacity: 0.2;
}
.c-footer-cta-link:hover .c-footer-cta-main__read {
  color: white;
}
.c-footer-cta-header__desc {
  display: block;
  font-size: 15px;
  text-align: center;
  color: white;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .c-footer-cta-header__desc {
    font-size: 26px;
    text-align: left;
    z-index: 1;
    position: relative;
  }
}
.c-footer-cta-header__contact {
  display: block;
  font-size: 70px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #0e2a83;
  line-height: 1;
}
@media (min-width: 992px) {
  .c-footer-cta-header__contact {
    font-size: 140px;
    margin-top: -53px;
    z-index: 0;
    position: relative;
  }
}
.c-footer-cta-main__read {
  font-size: 15px;
  text-align: center;
  color: #3399ff;
  line-height: 2;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .c-footer-cta-main__read {
    font-size: 20px;
  }
}
.c-footer-cta-main__mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  color: white;
}
@media (min-width: 992px) {
  .c-footer-cta-main__mail {
    flex-direction: row;
    justify-content: center;
    font-size: 24px;
  }
}
.c-footer-cta-main__mail .icon {
  width: 55px;
}
@media (min-width: 992px) {
  .c-footer-cta-main__mail .icon {
    width: 45px;
  }
}

.l-footer-nav {
  background: #e0e5ec;
  padding: 0;
  border-bottom: none;
}
.l-footer-nav__container {
  padding: 35px;
}
@media (min-width: 992px) {
  .l-footer-nav__container {
    padding: 75px 25px;
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }
}
.l-footer-nav .l-footer-nav-products {
  font-size: 15px;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .l-footer-nav .l-footer-nav-products {
    font-size: 18px;
  }
}
.l-footer-nav .l-footer-nav-products__title {
  display: inline-block;
  font-size: 1em;
  color: #122a60;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .l-footer-nav .l-footer-nav-products__title {
    display: block;
    border-bottom: 1px solid var(--color-blue);
    padding-bottom: 12px;
  }
}
.l-footer-nav .l-footer-nav-products .sub-menu {
  display: none;
}
@media (min-width: 992px) {
  .l-footer-nav .l-footer-nav-products .sub-menu {
    display: block;
    margin-top: 1em;
    padding-left: 0;
  }
}
.l-footer-nav-list {
  font-size: 15px;
  display: grid;
  gap: 1em;
}
@media (min-width: 992px) {
  .l-footer-nav-list {
    font-size: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em 85px;
  }
}
.l-footer-nav-list li {
  display: block;
  border-bottom: none;
}
@media (min-width: 992px) {
  .l-footer-nav-list li {
    border-bottom: 1px solid var(--color-blue);
    padding-bottom: 12px;
  }
}
.l-footer-nav-list li a {
  color: #122a60;
}
@media (min-width: 992px) {
  .l-footer-nav-list__products {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .l-footer-nav-list__products li {
    border-bottom: none;
  }
}
.l-footer-nav-list__products .sub-menu li {
  position: relative;
}
.l-footer-nav-list__products .sub-menu li::before {
  content: "・";
  margin-right: 0.4em;
}

.site-footer-bottom {
  padding-top: 16px;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .site-footer-bottom {
    padding-top: 35px;
  }
}
.site-footer-bottom .container {
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 992px) {
  .site-footer-bottom .container {
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
.site-footer-logo {
  width: 244px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .site-footer-logo {
    margin-bottom: 0;
  }
}
.site-footer-logo img {
  display: block;
}
.site-footer-menu {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  font-size: 13px;
}
@media (min-width: 992px) {
  .site-footer-menu {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 2em;
  }
}
.site-footer-menu li {
  position: relative;
}
@media (min-width: 992px) {
  .site-footer-menu li:nth-child(n+2)::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #122a60;
    display: block;
    position: absolute;
    top: 0;
    left: -1em;
  }
}
.site-footer-menu li a {
  color: #122a60;
  text-decoration: none;
}
.site-footer-menu li a:hover {
  color: black;
}
.site-footer-copyright {
  padding: 0;
  color: #122a60;
}
@media (min-width: 992px) {
  .site-footer-copyright {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-front-hero {
  padding-top: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .p-front-hero {
    padding-top: 140px;
  }
}
.p-front-hero-title {
  font-size: 20px;
  text-align: center;
  color: #122a60;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .p-front-hero-title {
    font-size: 40px;
    letter-spacing: 0.05em;
    margin-bottom: 110px;
  }
}
.p-front-hero-slide {
  width: 100%;
  aspect-ratio: 15/13;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-front-hero-slide {
    aspect-ratio: auto;
    height: 550px;
  }
}
.p-front-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.p-front-hero-slide img img:first-child {
  opacity: 1;
  z-index: 1;
}
.p-front-hero-slide img.is-active {
  opacity: 1;
  z-index: 1;
}
.p-front-hero-pager {
  position: absolute;
  left: 50%;
  bottom: 65px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-front-hero-pager {
    bottom: 34px;
    gap: 15px;
  }
}
.p-front-hero-pager__dot {
  width: 20px;
  height: 1px;
  background: #122a60;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-front-hero-pager__dot {
    width: 40px;
    height: 2px;
  }
}
.p-front-hero-pager__dot.is-active {
  background: #82c0ec;
}
.p-front-hero-read {
  font-size: 17px;
  font-weight: 600;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-front-hero-read {
    font-size: 32px;
    bottom: 82px;
  }
}
.p-front-hero-loop-text {
  position: absolute;
  top: 76px;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-front-hero-loop-text {
    top: 256px;
  }
}
.p-front-hero-loop-text__inner {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: loop-text 60s linear infinite;
}
@media (min-width: 768px) {
  .p-front-hero-loop-text__inner {
    gap: 60px;
    animation: loop-text 120s linear infinite;
  }
}
.p-front-hero-loop-text img {
  display: block;
  height: 40px;
}
@media (min-width: 768px) {
  .p-front-hero-loop-text img {
    height: 80px;
  }
}
.p-front-hero-arrow {
  position: absolute;
  bottom: 30px;
  z-index: 5;
  width: 100%;
  overflow: hidden;
}
.p-front-hero-arrow__inner {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: loop-arrow 50s linear infinite;
}
@media (min-width: 768px) {
  .p-front-hero-arrow__inner {
    animation: loop-arrow 100s linear infinite;
  }
}
.p-front-hero-arrow img {
  display: block;
  height: 246px;
}
@media (min-width: 768px) {
  .p-front-hero-arrow img {
    height: 492px;
  }
}

@media (min-width: 992px) {
  .admin-bar .p-front-hero {
    padding-top: 172px;
  }
}
@media (min-width: 768px) {
  .admin-bar .p-front-hero-loop-text {
    top: 296px;
  }
}

/* 左方向に流す */
@keyframes loop-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop-arrow {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.p-front-read {
  font-size: 16px;
  color: #122a60;
  line-height: 2;
  text-align: center;
  padding: 45px 0 32px;
  position: relative;
}
@media (min-width: 768px) {
  .p-front-read {
    font-size: 26px;
    padding: 88px 0;
  }
}
.p-front-read::before {
  content: "";
  display: block;
  width: 100%;
  height: 383px;
  background: url("../images/front/img_network.png") center center no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .p-front-read::before {
    height: 590px;
    top: -60px;
  }
}

.p-front-link {
  padding: 0 20px;
  margin-bottom: 50px;
  display: grid;
  gap: 12.5px;
}
@media (min-width: 576px) {
  .p-front-link {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .p-front-link {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 0 100px;
    margin-bottom: 100px;
  }
}
.p-front-link-card__image {
  width: 100%;
  aspect-ratio: 69/80;
  overflow: hidden;
}
.p-front-link-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-link-card__content {
  background: var(--color-blue);
  color: white;
  padding: 40px 25px 0;
}
.p-front-link-card__title {
  font-size: 29px;
  font-weight: 500;
  border-bottom: none;
  padding: 0;
  margin-bottom: 1.4em;
}
.p-front-link-card__title::after {
  display: none;
}
.p-front-link-card__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  width: 100%;
  height: 50px;
  font-size: 15px;
  color: #999999;
  border-top: 1px solid #787878;
}
.p-front-link-card__more::after {
  content: "→";
  font-size: 27px;
  color: #3399ff;
}
.p-front-link-card:hover .p-front-link-card__image img {
  transform: scale(1.1);
}
.p-front-link-card:hover .p-front-link-card__more {
  color: #9bc0e5;
  border-top-color: #82c0ec;
}

@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_posts, .tax-case-cat .main-section--col--two .vk_posts {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2em;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-case .main-section--col--two .vk_posts, .tax-case-cat .main-section--col--two .vk_posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_posts .vk_post, .tax-case-cat .main-section--col--two .vk_posts .vk_post {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .post-type-archive-case .main-section--col--two .vk_post.media.vk_post-case, .tax-case-cat .main-section--col--two .vk_post.media.vk_post-case {
    margin: 0;
  }
}

.vk_post.media.vk_post-case {
  flex-direction: column;
  border: 1px solid var(--vk-color-border-hr, #e5e5e5);
  padding: 1em !important;
}
@media (min-width: 992px) {
  .vk_post.media.vk_post-case.vk_post-col-sm-12 {
    padding: 1em;
  }
}
.vk_post.media.vk_post-case .media-img {
  width: 100%;
  margin-bottom: 1em;
}
.vk_post.media.vk_post-case .media-body {
  width: 100%;
}

.site-body .c-faq__container {
  padding: 10px;
}
@media (min-width: 992px) {
  .site-body .c-faq__container {
    padding: 15px;
  }
}
.site-body .c-faq-row {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .site-body .c-faq-row {
    margin-bottom: 24px;
  }
}
.site-body .c-faq-row__title {
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  margin-bottom: 5px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-body .c-faq-row__title {
    font-size: 18px;
    gap: 8px;
  }
}
.site-body .c-faq-row__title::before {
  content: "Q.";
  color: orangered;
  width: 20px;
  height: auto;
}
.site-body .c-faq-row__title::after {
  display: none;
}
.site-body .c-faq-row__body {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.5s ease;
  height: 0;
  opacity: 0;
}
.site-body .c-faq-row__body::before {
  content: "A.";
  flex-shrink: 0;
  width: 1.2em;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.site-body .c-faq-row__body.active {
  height: auto;
  opacity: 1;
}
.site-body .c-faq-row__body p {
  line-height: 1.6;
}

.wpcf7-form {
  max-width: 920px;
  margin: auto;
}
.wpcf7-form .require {
  background: #cc0000;
  font-size: 0.88em;
  color: white;
  padding: 0 6px;
  margin-left: 0.5em;
  display: inline-block;
}
.wpcf7-form .privacy-area .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .privacy-area .require {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .wpcf7-form .privacy-area .require {
    font-size: 12px;
  }
}
.wpcf7-form .button-area {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 24px;
}
.wpcf7-form .button-area .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form input[type=date].wpcf7-not-valid, .wpcf7-form input[type=email].wpcf7-not-valid, .wpcf7-form input[type=number].wpcf7-not-valid, .wpcf7-form input[type=password].wpcf7-not-valid, .wpcf7-form input[type=tel].wpcf7-not-valid, .wpcf7-form input[type=text].wpcf7-not-valid, .wpcf7-form input[type=url].wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
  border-color: #dc3232;
  background: rgba(255, 0, 0, 0.03);
}

.p-contact__table {
  border: none;
  margin-bottom: 2em;
}
.p-contact__table th, .p-contact__table td {
  display: block;
  border: none;
  text-align: left;
}
@media (min-width: 992px) {
  .p-contact__table th, .p-contact__table td {
    display: table-cell;
    border-bottom: 1px solid #ddd;
    padding: 1rem;
  }
}
.p-contact__table th {
  position: relative;
}
.p-contact__table th .require {
  position: absolute;
  margin-right: 10px;
}
.p-contact__table td {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
}

.site-body h2 {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 19px;
  position: relative;
  border: none;
}
@media (min-width: 992px) {
  .site-body h2 {
    font-size: 32px;
    gap: 18px;
  }
}
.site-body h2::before {
  content: "";
  display: block;
  width: 23px;
  height: 5px;
  background: var(--color-blue);
}
@media (min-width: 992px) {
  .site-body h2::before {
    width: 38px;
    height: 8px;
  }
}
.site-body h3 {
  font-size: 17px;
  position: relative;
  border-bottom-color: #cccccc;
}
@media (min-width: 992px) {
  .site-body h3 {
    font-size: 28px;
  }
}
.site-body h3::after {
  width: 60px;
  background: var(--color-blue);
}
@media (min-width: 992px) {
  .site-body h3::after {
    width: 100px;
    height: 2px;
  }
}
.site-body h4 {
  background: none;
  font-size: 16px;
  color: var(--color-blue);
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .site-body h4 {
    font-size: 18px;
  }
}
.site-body h4::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  background: url("../images/icons/deco_h4.png") 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .site-body h4::before {
    top: 16px;
  }
}
.site-body h5 {
  display: grid;
  place-content: center;
  justify-content: flex-start;
  height: 36px;
  background: #c4dde9;
  font-size: 14px;
  color: #333333;
  padding-left: 1.2em;
  position: relative;
}
@media (min-width: 992px) {
  .site-body h5 {
    font-size: 18px;
  }
}
.site-body h5::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #454f5b;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}
@media (min-width: 992px) {
  .site-body h5::before {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
  }
}
.site-body h5:where(:not(.wp-block-post-title)) {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .main-section > .vk_posts > .vk_post-col-lg-12 .vk_post_title {
    font-size: 16px;
    height: 42px;
  }
}

.site-body ul.wp-block-list {
  list-style: none;
  padding-left: 0;
}
.site-body ul.wp-block-list li {
  font-size: 15px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 25px;
}
@media (min-width: 992px) {
  .site-body ul.wp-block-list li {
    font-size: 18px;
    padding-left: 35px;
  }
}
.site-body ul.wp-block-list li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url("../images/icons/list-mark.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (min-width: 992px) {
  .site-body ul.wp-block-list li::before {
    width: 20px;
    height: 20px;
  }
}
.site-body ol {
  counter-reset: list-number;
  padding-left: 0;
}
.site-body ol li {
  list-style: none;
  counter-increment: list-number;
  font-size: 15px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 25px;
  position: relative;
}
@media (min-width: 992px) {
  .site-body ol li {
    font-size: 18px;
    padding-left: 30px;
  }
}
.site-body ol li::before {
  flex-shrink: 0;
  content: counter(list-number);
  display: grid;
  place-content: center;
  width: 15px;
  height: 15px;
  background: #c1d8f5;
  font-size: 14px;
  color: var(--color-blue);
  line-height: 1;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (min-width: 992px) {
  .site-body ol li::before {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
}

.wp-block-button__link {
  font-size: 13px;
  font-weight: bold;
  color: var(--color-blue);
}
@media (min-width: 992px) {
  .wp-block-button__link {
    font-size: 15px;
  }
}
.wp-block-button__link:hover {
  color: white;
}

.wp-block-button .wp-block-button__link {
  display: grid;
  place-content: center;
  width: 220px;
  height: 38px;
  padding: 0 0.5em 0 0;
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  border-radius: 3px;
  position: relative;
  font-size: 10px;
  color: white;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link {
    font-size: 15px;
    width: 250px;
    height: 60px;
    max-width: 100%;
    border-radius: 4px;
  }
}
.wp-block-button .wp-block-button__link::after {
  content: "→";
  font-size: 17px;
  color: #3399ff;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 8px;
  top: calc(50% - 0.5em);
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link::after {
    font-size: 28px;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background: #c1d8f5 !important;
  color: var(--color-blue) !important;
  filter: none;
}
.wp-block-button .wp-block-button__link:hover::after {
  color: var(--color-blue);
}

.c-button {
  font-size: 13px;
  font-weight: bold;
  color: var(--color-blue);
  display: grid;
  place-content: center;
  width: 220px;
  height: 48px;
  padding: 0;
  background: #f8fbfe;
  border: 1px solid var(--color-blue);
  position: relative;
}
@media (min-width: 992px) {
  .c-button {
    font-size: 15px;
    width: 250px;
    height: 56px;
    max-width: 100%;
  }
}
.c-button:hover {
  color: white;
}
.c-button::after {
  content: "→";
  font-size: 18px;
  font-weight: 100;
  color: var(--color-blue);
  width: 1em;
  height: 1em;
  position: absolute;
  right: 17px;
  top: calc(50% - 0.5em);
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .c-button::after {
    font-size: 20px;
  }
}
.c-button:hover {
  background: var(--color-blue);
  filter: none;
}
.c-button:hover::after {
  color: white;
}

.wp-block-table table {
  font-size: 11px;
}
@media (min-width: 992px) {
  .wp-block-table table {
    font-size: 15px;
  }
}
.wp-block-table table th, .wp-block-table table td {
  border-style: solid;
  border-color: #b2b1b1;
}
.wp-block-table table th {
  background: #454f5b;
  color: white;
  border-width: 1px;
}
.wp-block-table table td {
  border-width: 1px;
}
.wp-block-table table tr:nth-child(odd) {
  background: #eaebed;
}

@media (min-width: 992px) {
  .vk_post .media-img {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .sub-section .vk_post .media-img {
    width: 35%;
  }
}
.sub-section .vk_post .vk_post_title {
  height: auto;
}

.site-body .c-category-widget__title {
  border: none;
  font-size: 18px;
  padding: 0.3em 0;
  color: #fff;
  background-color: var(--vk-color-primary);
}
.site-body .c-category-widget__list {
  list-style: none;
  font-weight: 500;
  padding: 0.8em 1em;
  background: #f7f7f7;
}
.site-body .c-category-widget__list-item {
  margin: 0;
}
.site-body .c-category-widget__list-item a {
  text-decoration: none;
}
.site-body .c-category-widget__list .c-category-widget__list {
  padding-left: 1em;
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
