@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
:root {
  --font-family--gothic: "Noto Sans JP", sans-serif;
  --font-family--min: "Noto Serif JP", serif;
  --color-black: #141d2a;
  --color-dark: #333;
  --color-blue: #0a4e88;
  --color-sky: #d9ebf4;
  --color-red: #cc0000;
  --gradation-blue: linear-gradient(-90deg, #31b2c4, #3180c4);
  --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);
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

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;
}

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;
}

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

@media (min-width: 1200px) {
  .section,
  [id] {
    scroll-margin-top: 80px;
  }
}

.page-header.has-image {
  height: 158px;
  position: relative;
  background: #ccc;
}
@media (min-width: 992px) {
  .page-header.has-image {
    height: 315px;
  }
}
.page-header.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header.has-image .page-header-inner {
  position: absolute;
  width: 100%;
  margin: 0;
}
.page-header.has-image .page-header-inner > .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 158px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .page-header.has-image .page-header-inner > .container {
    height: 315px;
  }
}

.page-header-title, h1.page-header-title {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .page-header-title, h1.page-header-title {
    font-size: 70px;
    letter-spacing: 0.05em;
  }
}

.breadcrumb {
  border: none;
}
@media (min-width: 992px) {
  .breadcrumb {
    font-size: 15px;
  }
}
.breadcrumb .container {
  display: contents;
}
.breadcrumb a {
  color: white;
}
.breadcrumb .fa-home {
  display: none;
}
@media (min-width: 992px) {
  .breadcrumb-list {
    padding: 20px 0;
  }
}
.breadcrumb-list li::after {
  content: "＞";
}

.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 > a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
.site-header-container {
  max-width: 100%;
}
.site-header-logo {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
  height: 50px;
}
@media (min-width: 992px) {
  .site-header-logo {
    height: 100px;
  }
}
.site-header-logo a {
  display: inline-flex;
}
.site-header-logo img {
  margin-left: 0;
}
.site-header-buttons {
  display: none;
}
@media (min-width: 992px) {
  .site-header-buttons {
    display: flex;
    gap: 5px;
    margin-left: 14px;
  }
}
.site-header-button {
  display: grid;
  place-content: center;
  height: 68px;
  background: var(--gradation-blue);
  font-size: 17px;
  color: white;
  white-space: nowrap;
  padding-inline: 22px;
}
.site-header-button:hover {
  background: linear-gradient(-90deg, var(--color-blue), var(--color-blue));
  color: white;
}
.site-header-button .tel {
  font-size: 24px;
  font-weight: bold;
}
.site-header-button .time {
  font-size: 13px;
}

@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo {
    flex-shrink: 0;
    margin-right: 1em;
    width: auto;
  }
}

.header_scrolled .site-header-logo {
  display: block;
}

.global-nav-list > li .global-nav-name {
  font-size: 17px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .device-pc .global-nav-list > li > a {
    padding: 14px 0.5em;
  }
}
@media (min-width: 1480px) {
  .device-pc .global-nav-list > li > a {
    padding: 14px 1.5em;
  }
}

.vk-mobile-nav-menu-btn {
  left: auto;
  right: 10px;
  top: 8px;
  background: var(--color-blue);
  border: none;
}
.vk-mobile-nav-menu-btn::before, .vk-mobile-nav-menu-btn::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #d3ebf7;
  position: absolute;
  left: 6px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.vk-mobile-nav-menu-btn::before {
  top: 11px;
}
.vk-mobile-nav-menu-btn::after {
  top: 20px;
}
.vk-mobile-nav-menu-btn.menu-open {
  background: var(--color-blue);
  border: 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;
}

.vk-mobile-nav.vk-mobile-nav-drop-in {
  background: #8bd3f7;
  color: white;
}
.vk-mobile-nav.vk-mobile-nav-drop-in a {
  color: white;
}

.admin-bar .vk-mobile-nav-menu-btn {
  top: 54px;
}

.p-page-footer-cta {
  background: url("../images/common/bg_page_footer_sp_cta.jpg") center center no-repeat;
  background-size: cover;
  color: white;
  padding: 30px 0 20px;
}
@media (min-width: 992px) {
  .p-page-footer-cta {
    background: url("../images/common/bg_page_footer_cta.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 0 15px;
  }
}
.p-page-footer-cta__header {
  font-size: 17px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .p-page-footer-cta__header {
    font-size: 34px;
    margin-bottom: 37px;
  }
}
.p-page-footer-cta__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .p-page-footer-cta__main {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 70px;
    margin-bottom: 30px;
  }
}
.p-page-footer-cta__block {
  text-align: center;
}
.p-page-footer-cta__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-page-footer-cta__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.p-page-footer-cta__time {
  font-size: 13px;
}
@media (min-width: 992px) {
  .p-page-footer-cta__time {
    font-size: 16px;
    padding-top: 10px;
  }
}
.p-page-footer-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-size: 19px;
  font-weight: 600;
  color: white;
  background: var(--gradation-blue);
  width: 340px;
  max-width: 100%;
  height: 60px;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .p-page-footer-cta__button {
    font-size: 25px;
    gap: 56px;
    border-radius: 4px;
    width: 450px;
    height: 80px;
  }
}
.p-page-footer-cta__button--tel {
  font-size: 33px;
}
@media (min-width: 992px) {
  .p-page-footer-cta__button--tel {
    font-size: 44px;
  }
}
.p-page-footer-cta__button .icon__mail {
  width: 38px;
  height: 38px;
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .p-page-footer-cta__button .icon__mail {
    width: 51px;
    height: 51px;
  }
}
.p-page-footer-cta__button .icon__mail img {
  width: 100%;
}
.p-page-footer-cta__button:hover {
  background: #123451;
  color: white;
}
.p-page-footer-cta__contactus img {
  display: block;
  margin: auto;
  height: 17px;
}
@media (min-width: 992px) {
  .p-page-footer-cta__contactus img {
    height: 34px;
  }
}

.site-footer {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .site-footer {
    padding-top: 50px;
  }
}
.site-footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .site-footer__content {
    flex-direction: row;
    justify-content: center;
    gap: 35px;
  }
}
.site-footer__info {
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer__info {
    font-size: 16px;
    text-align: left;
  }
}
.site-footer__name {
  margin-bottom: 20px;
  width: 220px;
}
@media (min-width: 992px) {
  .site-footer__name {
    margin-bottom: 0;
    width: 240px;
  }
}
.site-footer-copyright {
  padding: 0;
}

.footer-nav {
  margin-bottom: 50px;
  border-bottom: none;
}
.footer-nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em 0;
  border-bottom: none;
  font-size: 13px;
}
@media (min-width: 992px) {
  .footer-nav-list {
    font-size: 17px;
  }
}
.footer-nav-list li {
  border-left: 1px solid;
  border-bottom: none;
}
@media (min-width: 992px) {
  .footer-nav-list li {
    border: none;
    padding: 0;
  }
}
.footer-nav-list li.is-line-head {
  border-left: none;
}
.footer-nav-list li a {
  padding: 0 1em;
}
.p-front-hero {
  width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front-hero {
    height: 1038px;
  }
}
.p-front-hero::after {
  content: "";
  width: 100%;
  height: 72px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/front/bg_hero_gear.png") center bottom repeat-x;
  background-size: auto 100%;
  z-index: 5;
}
@media (min-width: 992px) {
  .p-front-hero::after {
    height: 287px;
  }
}
.p-front-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}
.p-front-hero__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.p-front-hero-1, .p-front-hero-2 {
  width: 100%;
  height: 530px;
}
@media (min-width: 992px) {
  .p-front-hero-1, .p-front-hero-2 {
    height: 725px;
  }
}
.p-front-hero-1__button, .p-front-hero-2__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 135px;
  height: 135px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .p-front-hero-1__button, .p-front-hero-2__button {
    width: 270px;
    height: 270px;
  }
}
.p-front-hero-1__button-inner, .p-front-hero-2__button-inner {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: white;
  padding-top: 12px;
  z-index: 1;
}
@media (min-width: 992px) {
  .p-front-hero-1__button-inner, .p-front-hero-2__button-inner {
    font-size: 30px;
  }
}
.p-front-hero-1__button .arrow, .p-front-hero-2__button .arrow {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  padding-top: 3px;
}
@media (min-width: 992px) {
  .p-front-hero-1__button .arrow, .p-front-hero-2__button .arrow {
    font-size: 40px;
  }
}
.p-front-hero-1__button::before, .p-front-hero-1__button::after, .p-front-hero-2__button::before, .p-front-hero-2__button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.p-front-hero-1__button::before, .p-front-hero-2__button::before {
  background: url("../images/icons/btn_gear_h.png") center center no-repeat;
  background-size: contain;
}
.p-front-hero-1__button::after, .p-front-hero-2__button::after {
  background: url("../images/icons/btn_gear.png") center center no-repeat;
  background-size: contain;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-hero-1__button:hover::after, .p-front-hero-2__button:hover::after {
  opacity: 0;
}

.p-front-hero-1 {
  background: url("../images/front/hero_image_1_sp.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .p-front-hero-1 {
    background: url("../images/front/hero_image_1.png") center center no-repeat;
    background-size: contain;
  }
}
.p-front-hero-1__container {
  padding-top: 18px;
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .p-front-hero-1__container {
    padding-top: 40px;
  }
}
.p-front-hero-1__title {
  text-align: center;
}
.p-front-hero-1__title-sub {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-blue);
  line-height: 1.7;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-front-hero-1__title-sub {
    font-size: 28px;
  }
}
.p-front-hero-1__title-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-front-hero-1__title-main {
    font-size: 88px;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
}
.p-front-hero-1__title-main span {
  font-size: 19px;
}
@media (min-width: 992px) {
  .p-front-hero-1__title-main span {
    font-size: 38px;
  }
}
.p-front-hero-1__button {
  position: absolute;
  bottom: 20px;
  left: 50%;
}
@media (min-width: 992px) {
  .p-front-hero-1__button {
    left: calc(50% + 215px);
    bottom: -100px;
  }
}

.p-front-hero-2 {
  background: url("../images/front/bg_hero_2.png") center center no-repeat;
  background-size: cover;
  height: 540px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-hero-2 {
    height: 1000px;
  }
}
.p-front-hero-2__container {
  padding-top: 18px;
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .p-front-hero-2__container {
    padding-top: 40px;
  }
}
.p-front-hero-2__title {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-front-hero-2__title {
    margin-bottom: 70px;
  }
}
.p-front-hero-2__title-sub {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-blue);
  line-height: 2;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-front-hero-2__title-sub {
    font-size: 28px;
    color: white;
    margin-bottom: 40px;
  }
}
.p-front-hero-2__title-main {
  font-size: 39px;
  font-weight: bold;
  color: white;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .p-front-hero-2__title-main {
    font-size: 88px;
  }
}
.p-front-hero-2__title-main span {
  font-size: 17px;
  display: block;
}
@media (min-width: 992px) {
  .p-front-hero-2__title-main span {
    font-size: 38px;
  }
}
.p-front-hero-2__image {
  position: absolute;
  width: 300px;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .p-front-hero-2__image {
    width: auto;
  }
}
@media (min-width: 992px) {
  .p-front-hero-2__button {
    margin-left: 70px;
  }
}

.p-front-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  color: var(--color-blue);
  margin-top: 30px;
}
@media (min-width: 992px) {
  .p-front-button {
    flex-direction: row;
    justify-content: flex-end;
    gap: 12px;
    font-size: 20px;
  }
}
.p-front-button .arrow {
  font-size: 21px;
  font-weight: 300;
  color: white;
  width: 60px;
  height: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-button .arrow {
    width: 80px;
    height: 80px;
    font-size: 28px;
  }
}
.p-front-button .arrow::before, .p-front-button .arrow::after {
  display: grid;
  place-items: center;
  content: "→";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.p-front-button .arrow::before {
  background: url("../images/icons/btn_gear_h.png") center center no-repeat;
  background-size: contain;
}
.p-front-button .arrow::after {
  background: url("../images/icons/btn_gear.png") center center no-repeat;
  background-size: contain;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-button:hover .arrow::after {
  opacity: 0;
}

.p-front-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: var(--color-blue);
}
@media (min-width: 992px) {
  .p-front-link {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    font-size: 20px;
  }
}
.p-front-link .arrow {
  font-size: 21px;
  font-weight: 300;
  color: white;
  width: 60px;
  height: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-link .arrow {
    width: 80px;
    height: 80px;
    font-size: 28px;
  }
}
.p-front-link .arrow::before, .p-front-link .arrow::after {
  display: grid;
  place-items: center;
  content: "→";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.p-front-link .arrow::before {
  background: url("../images/icons/btn_gear_h.png") center center no-repeat;
  background-size: contain;
}
.p-front-link .arrow::after {
  background: url("../images/icons/btn_gear.png") center center no-repeat;
  background-size: contain;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-link:hover .arrow::after {
  opacity: 0;
}

.p-front-intro {
  padding-top: 32px;
  padding-bottom: 36px;
}
@media (min-width: 992px) {
  .p-front-intro {
    padding-bottom: 100px;
  }
}
.p-front-intro__title {
  border: none;
  padding: 0;
  margin-bottom: 48px;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-intro__title {
    font-size: 40px;
    margin-bottom: 70px;
  }
}
.p-front-intro-needs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 0 30px;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .p-front-intro-needs {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
  }
}
.p-front-intro-needs__item {
  position: relative;
  border: 1px solid #8bd3f7;
  box-shadow: 0 0 10px rgba(199, 232, 242, 0.7);
  padding: 150px 22px 10px;
}
@media (min-width: 992px) {
  .p-front-intro-needs__item {
    flex: 1;
    max-width: 300px;
    padding: 170px 25px 20px;
  }
}
.p-front-intro-needs__item p {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-intro-needs__item p {
    font-size: 20px;
  }
}
.p-front-intro-needs__header {
  width: 116px;
  position: absolute;
  left: 50%;
  top: -27px;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .p-front-intro-needs__header {
    width: 130px;
    top: -30px;
  }
}
.p-front-intro__footer {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  color: var(--color-red);
  padding: 0 30px;
}
@media (min-width: 992px) {
  .p-front-intro__footer {
    font-size: 36px;
  }
}
.p-front-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 992px) {
  .p-front-about {
    flex-direction: row;
    align-items: stretch;
  }
}
.p-front-about__title {
  padding: 0;
  margin-top: 0;
  border: none;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-about__title {
    font-size: 40px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .p-front-about__image {
    width: 50%;
    height: 780px;
    padding-right: 15px;
  }
}
.p-front-about__image img {
  width: 100%;
}
@media (min-width: 992px) {
  .p-front-about__image img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
.p-front-about__content {
  width: 100%;
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .p-front-about__content {
    width: 50%;
    max-width: 560px;
    padding-top: 40px;
  }
}
.p-front-about__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.p-front-about__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  background: var(--color-blue);
  padding: 0 15px;
  max-width: 520px;
  height: 58px;
  margin: 2px 0;
}
@media (min-width: 992px) {
  .p-front-about__list li {
    font-size: 22px;
    height: 100px;
    gap: 22px;
    padding: 0 25px;
  }
}
.p-front-about__list li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/icons/check-mark-red.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .p-front-about__list li::before {
    width: 38px;
    height: 38px;
  }
}

.p-front-business {
  background: url("../images/front/bg_business.png") center top no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-business {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-front-business__title {
  padding: 0;
  margin-top: 0;
  margin-bottom: 34px;
  border: none;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-business__title {
    font-size: 40px;
    margin-bottom: 44px;
  }
}
.p-front-business__list {
  display: grid;
  gap: 25px;
}
@media (min-width: 992px) {
  .p-front-business__list {
    gap: 66px;
  }
}
.p-front-business__block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.p-front-business__block-num {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  background: url("../images/icons/number_bg.png") center center no-repeat;
  background-size: contain;
  font-size: 16px;
  color: white;
  align-self: flex-end;
}
@media (min-width: 992px) {
  .p-front-business__block-num {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}
.p-front-business__block-title {
  flex-grow: 2;
  display: flex;
  align-items: flex-end;
  font-size: 50px;
  font-weight: bold;
  color: var(--color-blue);
  line-height: 1;
}
@media (min-width: 992px) {
  .p-front-business__block-title {
    font-size: 100px;
    flex-grow: unset;
  }
}
.p-front-business__block-sm {
  font-size: 0.55em;
}
.p-front-business__block-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .p-front-business__block-link {
    width: auto;
    font-size: 16px;
    color: var(--color-blue);
    height: 64px;
    padding-right: 78px;
  }
}
.p-front-business__block-link::before, .p-front-business__block-link::after {
  display: grid;
  place-items: center;
  content: "→";
  font-size: 17px;
  color: white;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .p-front-business__block-link::before, .p-front-business__block-link::after {
    width: 64px;
    height: 64px;
    font-size: 22.4px;
  }
}
.p-front-business__block-link::before {
  background: url("../images/icons/btn_gear_h.png") center center no-repeat;
  background-size: contain;
}
.p-front-business__block-link::after {
  background: url("../images/icons/btn_gear.png") center center no-repeat;
  background-size: contain;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-business__block-link:hover::after {
  opacity: 0;
}
@media (min-width: 992px) {
  .p-front-business__block-container {
    display: flex;
  }
}
.p-front-business__block-first {
  width: 100%;
  max-width: 480px;
  height: 186px;
  background: url("../images/front/SP-Arrows1.svg") center bottom no-repeat;
  background-size: 100%;
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding: 30px 20px;
  z-index: 2;
  position: relative;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .p-front-business__block-first {
    width: 48%;
    max-width: none;
    height: 236px;
    background: url("../images/front/PC-Arrows1.svg") center right no-repeat;
    background-size: cover;
    font-size: 24px;
    padding: 36px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .p-front-business__block-first {
    height: 204px;
  }
}
.p-front-business__block-first ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .p-front-business__block-first ul {
    font-size: 16px;
  }
}
.p-front-business__block-first ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.p-front-business__block-first ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/icons/list-mark-light.png") center bottom no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (min-width: 992px) {
  .p-front-business__block-first ul li::before {
    width: 15px;
    height: 15px;
  }
}
.p-front-business__block-second {
  width: 100%;
  max-width: 480px;
  height: 211px;
  background: url("../images/front/SP-Arrow2.svg") center bottom no-repeat;
  background-size: 100%;
  font-size: 17px;
  font-weight: 600;
  color: white;
  padding: 72px 20px 18px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .p-front-business__block-second {
    font-size: 27px;
    width: calc(52% + 100px);
    max-width: none;
    height: 236px;
    background: url("../images/front/PC-Arrows2.svg") center right no-repeat;
    background-size: cover;
    margin: 0 0 0 -100px;
    padding: 0 20px 0 120px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .p-front-business__block-second {
    height: 204px;
  }
}

.p-front-products {
  background: var(--color-blue);
  color: white;
  padding: 50px 0;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-products {
    margin-bottom: 100px;
    padding-bottom: 120px;
  }
}
.p-front-products__header {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .p-front-products__header {
    padding-bottom: 24px;
  }
}
.p-front-products__header-text img {
  display: block;
  height: 27px;
  margin: auto;
}
@media (min-width: 992px) {
  .p-front-products__header-text img {
    height: auto;
  }
}
.p-front-products__title {
  padding: 0;
  margin-top: 0;
  border: none;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-products__title {
    font-size: 40px;
  }
}
.p-front-products__list {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .p-front-products__list {
    margin-bottom: 35px;
  }
}
.p-front-products-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-front-products-item__image img {
  display: block;
}
.p-front-products-item__content {
  background: #052541;
  color: white;
  text-align: center;
  padding: 16px;
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .p-front-products-item__content {
    padding-bottom: 30px;
  }
}
.p-front-products-item__title {
  font-size: 18px;
  font-weight: bold;
  color: #8bd3f7;
}
@media (min-width: 992px) {
  .p-front-products-item__title {
    font-size: 28px;
  }
}
.p-front-products-item__desc {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 992px) {
  .p-front-products-item__desc {
    font-size: 28px;
  }
}
.p-front-products .swiper {
  background: white;
  overflow: visible;
}
.p-front-products .swiper-button-prev, .p-front-products .swiper-button-next {
  background: rgba(10, 78, 136, 0.6);
  width: 13px;
  height: 60px;
  top: calc(50% - 56px);
}
@media (min-width: 992px) {
  .p-front-products .swiper-button-prev, .p-front-products .swiper-button-next {
    width: 25px;
    height: 120px;
  }
}
.p-front-products .swiper-button-prev::after, .p-front-products .swiper-button-next::after {
  content: "";
  width: 8px;
  height: 16px;
  display: block;
}
@media (min-width: 992px) {
  .p-front-products .swiper-button-prev::after, .p-front-products .swiper-button-next::after {
    width: 15px;
    height: 33px;
  }
}
.p-front-products .swiper-button-prev::after {
  background: url("../images/icons/arrow_prev.png") center center no-repeat;
  background-size: contain;
}
.p-front-products .swiper-button-next::after {
  background: url("../images/icons/arrow_next.png") center center no-repeat;
  background-size: contain;
}
.p-front-products .swiper-pagination {
  bottom: -32px !important;
}
@media (min-width: 992px) {
  .p-front-products .swiper-pagination {
    bottom: -128px !important;
  }
}
.p-front-products .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #8bd3f7;
  border-radius: 50%;
  outline: none;
}
.p-front-products .swiper-pagination-bullet-active {
  background: #052541;
}
.p-front-products__tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
@media (min-width: 992px) {
  .p-front-products__tags {
    gap: 18px;
  }
}
.p-front-products__tag {
  font-weight: 500;
  display: grid;
  place-items: center;
  color: white;
  padding: 12px;
  border: 1px solid white;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .p-front-products__tag {
    padding: 10px 17px;
    border-radius: 10px;
  }
}

.p-front-quality {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-quality {
    padding-bottom: 100px;
  }
}
.p-front-quality__title {
  padding: 0;
  margin-top: 0;
  border: none;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-quality__title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
.p-front-quality__container {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 25px;
}
@media (min-width: 992px) {
  .p-front-quality__container {
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .p-front-quality__image {
    width: 62%;
    display: grid;
    place-items: center;
  }
}
.p-front-quality__content {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--color-red);
}
@media (min-width: 992px) {
  .p-front-quality__content {
    font-size: 36px;
    width: 38%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
  }
}
.p-front-quality__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: var(--color-blue);
  margin-top: 30px;
}
@media (min-width: 992px) {
  .p-front-quality__link {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    font-size: 20px;
    margin-top: 88px;
  }
}
.p-front-quality__link .arrow {
  font-size: 21px;
  font-weight: 300;
  color: white;
  width: 60px;
  height: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-quality__link .arrow {
    width: 80px;
    height: 80px;
    font-size: 28px;
  }
}
.p-front-quality__link .arrow::before, .p-front-quality__link .arrow::after {
  display: grid;
  place-items: center;
  content: "→";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.p-front-quality__link .arrow::before {
  background: url("../images/icons/btn_gear_h.png") center center no-repeat;
  background-size: contain;
}
.p-front-quality__link .arrow::after {
  background: url("../images/icons/btn_gear.png") center center no-repeat;
  background-size: contain;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-quality__link:hover .arrow::after {
  opacity: 0;
}

.p-front-facility {
  background: url("../images/front/bg_facility.png") center bottom no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 46px;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .p-front-facility {
    padding-top: 88px;
    padding-bottom: 80px;
    margin-bottom: 88px;
  }
}
.p-front-facility__title {
  padding: 0;
  margin-top: 0;
  border: none;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-facility__title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
.p-front-facility__list {
  display: grid;
  gap: 25px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .p-front-facility__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 40px;
  }
}
.p-front-facility__item {
  position: relative;
}
.p-front-facility__item-title {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  background: var(--color-blue);
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding: 5px 12px;
}
.p-front-facility__image {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
}
.p-front-facility__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-facility__desc {
    font-size: 18px;
  }
}
.p-front-facility__link {
  text-align: center;
}

.p-front-faq {
  padding-bottom: 46px;
}
@media (min-width: 992px) {
  .p-front-faq {
    padding-bottom: 88px;
  }
}
@media (min-width: 992px) {
  .p-front-faq__container {
    display: flex;
    justify-content: space-between;
  }
}
.p-front-faq__header {
  margin-bottom: 16px;
}
.p-front-faq__title {
  padding: 0;
  margin-top: 0;
  border: none;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-faq__title {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.p-front-faq__title span {
  font-size: 0.75em;
}
@media (min-width: 992px) {
  .p-front-faq__title span {
    display: block;
  }
}
.p-front-faq__link {
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-faq .p-front-link {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .p-front-faq__list {
    width: 600px;
  }
}
.p-front-faq__item {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .p-front-faq__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .p-front-faq__item[open] {
    margin-bottom: 20px;
  }
}
.p-front-faq__item[open] .p-faq__toggle::before {
  content: "－";
}
.p-front-faq__question {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 1em;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  border: 1px solid var(--color-blue);
}
@media (min-width: 992px) {
  .p-front-faq__question {
    font-size: 18px;
    gap: 30px;
  }
}
.p-front-faq__question::-webkit-details-marker {
  display: none;
}
.p-front-faq__question span:nth-child(2) {
  flex: 1;
  color: var(--color-blue);
  font-weight: bold;
}
.p-front-faq__icon {
  display: block;
  height: 24px;
}
@media (min-width: 992px) {
  .p-front-faq__icon {
    height: 37px;
  }
}
.p-front-faq__toggle::before {
  content: "＋";
  color: #aaa;
  font-size: 1.2em;
}
.p-front-faq__answer {
  padding: 1em 1em 0 3em;
  border-top: 1px solid #e0e0e0;
  animation: faq-open 0.3s ease;
}
@media (min-width: 992px) {
  .p-front-faq__answer {
    font-size: 18px;
  }
}
.p-front-faq__answer p {
  margin: 0;
}

@keyframes faq-open {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-front-company {
  background-color: #8bd3f7;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front-company {
    padding-top: 75px;
  }
}
.p-front-company__image {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .p-front-company__image {
    width: 690px;
  }
}
.p-front-company .container {
  position: relative;
}
@media (min-width: 992px) {
  .p-front-company .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .p-front-company__container {
    align-self: flex-end;
  }
}
.p-front-company__header {
  font-size: 18px;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .p-front-company__header {
    font-size: 34px;
    justify-content: flex-start;
    gap: 32px;
    margin-bottom: 40px;
  }
}
.p-front-company__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--color-blue);
}
@media (min-width: 992px) {
  .p-front-company__link {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    font-size: 20px;
  }
}
.p-front-company__link .arrow {
  font-size: 21px;
  font-weight: 300;
  color: white;
  width: 60px;
  height: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-company__link .arrow {
    width: 80px;
    height: 80px;
    font-size: 28px;
  }
}
.p-front-company__link .arrow::before, .p-front-company__link .arrow::after {
  display: grid;
  place-items: center;
  content: "→";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.p-front-company__link .arrow::before {
  background: url("../images/icons/btn_gear_h.png") center center no-repeat;
  background-size: contain;
}
.p-front-company__link .arrow::after {
  background: url("../images/icons/btn_gear.png") center center no-repeat;
  background-size: contain;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-company__link:hover .arrow::after {
  opacity: 0;
}
.p-front-company__flow-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-blue);
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .p-front-company__flow-title {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.p-front-company__flow-image {
  overflow: auto;
  margin-bottom: 88px;
}
.p-front-company__flow-list {
  width: 548px;
}
@media (min-width: 992px) {
  .p-front-company__flow-list {
    width: auto;
  }
}
.p-front-company__flow-list img {
  display: block;
}

.p-front-cta {
  background: var(--color-blue);
  color: white;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-cta {
    padding-bottom: 70px;
  }
}
.p-front-cta__header {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 35px;
}
@media (min-width: 992px) {
  .p-front-cta__header {
    font-size: 36px;
    padding: 60px 20px 50px;
  }
}
.p-front-cta__main {
  background: url("../images/front/bg_front_cta_sp.png") center top no-repeat;
  background-size: cover;
  padding-bottom: 128px;
  padding-top: 190px;
}
@media (min-width: 992px) {
  .p-front-cta__main {
    background: url("../images/front/img_front_cta.png") center center no-repeat;
    background-size: cover;
    padding-top: 116px;
    padding-bottom: 128px;
  }
}
.p-front-cta__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media (min-width: 992px) {
  .p-front-cta__buttons {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1170px;
    padding-inline: 48px;
    margin-inline: auto;
  }
}
.p-front-cta__button {
  background: var(--color-blue);
  color: white;
  font-weight: 600;
  line-height: 1;
  width: 277px;
  height: 98px;
  display: grid;
  place-content: center;
  place-items: center;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front-cta__button {
    width: 370px;
    height: 130px;
    border-radius: 4px;
  }
}
.p-front-cta__button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gradation-blue);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-cta__button:hover {
  color: white;
}
.p-front-cta__button:hover::before {
  opacity: 0;
}
.p-front-cta__button .title {
  font-size: 13px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-cta__button .title {
    font-size: 18px;
  }
}
.p-front-cta__button .email {
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-cta__button .email {
    font-size: 25px;
  }
}
.p-front-cta__button .email .icon {
  width: 38px;
}
.p-front-cta__button .number {
  font-size: 33px;
  padding: 12px 0 10px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-cta__button .number {
    font-size: 44px;
  }
}
.p-front-cta__button .time {
  font-size: 10px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-cta__button .time {
    font-size: 13px;
  }
}
.p-front-cta__text {
  display: block;
  height: 30px;
  position: absolute;
  bottom: 368px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .p-front-cta__text {
    height: auto;
    bottom: 72px;
  }
}

@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 {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1.375em;
  border: none;
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (min-width: 992px) {
  .site-body h2 {
    font-size: 40px;
    gap: 34px;
  }
}
.site-body h2::before {
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  background: url("../images/icons/h2-icon.svg") center center no-repeat;
  background-size: contain;
  position: relative;
}
@media (min-width: 992px) {
  .site-body h2::before {
    width: 114px;
    height: 114px;
  }
}
.site-body h3 {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid var(--color-blue);
}
@media (min-width: 992px) {
  .site-body h3 {
    font-size: 34px;
  }
}
.site-body h3::after {
  display: none;
}
.site-body h4 {
  background: var(--color-sky);
  font-size: 15px;
  color: var(--color-blue);
  line-height: 1.5;
  padding: 0.8em 1.2em;
  border-radius: 0;
}
@media (min-width: 992px) {
  .site-body h4 {
    font-size: 24px;
    height: 68px;
    border-top-width: 6px;
  }
}
.site-body h5 {
  display: flex;
  align-items: center;
  height: 52px;
  background: var(--gradation-blue);
  font-size: 16px;
  color: white;
  line-height: 1.5;
  padding: 0 27px;
  position: relative;
  border-bottom: none;
}
@media (min-width: 992px) {
  .site-body h5 {
    font-size: 20px;
    height: 58px;
  }
}

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

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

.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 {
  width: 100%;
}
.wp-block-button .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 400px;
  max-width: 100%;
  height: 52px;
  padding: 0 60px 0 10px;
  background: white;
  border: 1px solid var(--color-blue);
  position: relative;
  font-size: 14px;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link {
    height: 58px;
  }
}
.wp-block-button .wp-block-button__link::after {
  content: "→";
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  color: white;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 3px;
  top: calc(50% - 22.5px);
  display: grid;
  place-content: center;
  background: url("../images/icons/but-big.svg") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link::after {
    width: 50px;
    height: 50px;
    font-size: 23px;
    right: 6px;
    top: calc(50% - 25px);
  }
}
.wp-block-button .wp-block-button__link:hover {
  background: #123451;
  color: white;
  filter: none;
}
.wp-block-button .wp-block-button__link:hover::after {
  color: white;
}

.wp-block-buttons .wp-block-button__link {
  border-radius: 0;
}
.wp-block-buttons.is-content-justification-center .wp-block-button__link {
  justify-content: center;
}
.wp-block-buttons > .wp-block-button {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .wp-block-buttons > .wp-block-button {
    margin: 0;
  }
}

.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 */
