@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-navy: #303950;
  --color-green: #9bbb58;
  --color-red: #ff3333;
  --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;
  color: black;
  -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: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

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 {
  height: 65px;
  box-shadow: none;
}
@media (min-width: 992px) {
  .site-header {
    height: 100px;
    background: #f7f7f5;
  }
}
.site-header-container {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .site-header-container {
    max-width: 100%;
  }
}
@media (min-width: 1500px) {
  .site-header-container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.site-header-logo {
  width: 91px;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .site-header-logo {
    width: auto !important;
    flex-shrink: 0;
  }
}
.site-header-logo a {
  font-size: 14px;
}
@media (min-width: 992px) {
  .site-header-logo a {
    width: auto;
    display: flex !important;
    align-items: center;
    gap: 33px;
    font-size: 20px;
  }
}
.site-header-logo img {
  width: 100%;
}
@media (min-width: 992px) {
  .site-header-logo img {
    width: 148px;
  }
}
@media (max-width: 1420px) {
  .site-header-logo__name {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .site-header-logo__name {
    display: block;
  }
}
.site-header-cta {
  display: none;
}
@media (min-width: 992px) {
  .site-header-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 26px;
  }
}
.site-header-cta-button {
  display: grid;
  place-items: center;
  width: 140px;
  height: 60px;
  border-radius: 6px;
  background: var(--color-navy);
  font-size: 14px;
  font-weight: 500;
  color: white;
}
.site-header-cta-button:hover {
  background: var(--color-green);
  color: white;
}
.site-header-menu-button {
  display: none;
}
@media (min-width: 992px) {
  .site-header-menu-button {
    width: 80px;
    height: 60px;
    margin-left: 10px;
    padding-bottom: 5px;
    border-radius: 6px;
    border: 1px solid #c6ccd4;
    font-size: 16px;
    color: var(--color-navy);
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.site-header-menu-button .bar {
  position: absolute;
  left: 25px;
  width: 30px;
  height: 3px;
  background: var(--color-navy);
}
.site-header-menu-button .bar:nth-child(1) {
  top: 16px;
}
.site-header-menu-button .bar:nth-child(2) {
  top: 26px;
}

.global-nav-list li .global-nav-name {
  font-size: 16px;
}

.vk-mobile-nav-menu-btn {
  right: 15px;
  left: auto;
  background: var(--color-navy);
  border: none;
  width: 45px;
  height: 35px;
  border-radius: 3px;
  top: 15px;
}
.vk-mobile-nav-menu-btn::before, .vk-mobile-nav-menu-btn::after {
  content: "";
  width: 23px;
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  left: 11px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.vk-mobile-nav-menu-btn::before {
  top: 12px;
}
.vk-mobile-nav-menu-btn::after {
  top: 20px;
}
.vk-mobile-nav-menu-btn.menu-open {
  background: var(--color-navy);
  border: none;
}
.vk-mobile-nav-menu-btn.menu-open::before {
  transform: rotate(45deg);
  top: 17px;
}
.vk-mobile-nav-menu-btn.menu-open::after {
  transform: rotate(-45deg);
  top: 17px;
}

.breadcrumb {
  border-top: none;
}
.breadcrumb .container {
  height: 50px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .breadcrumb .container {
    height: 40px;
  }
}
.breadcrumb-list {
  padding: 0;
  font-size: 11px;
}
@media (min-width: 992px) {
  .breadcrumb-list {
    font-size: 14px;
  }
}
.breadcrumb-list li::after {
  content: "＞";
}
.breadcrumb-list li a .fa-home {
  display: none;
}

.page-header-title, h1.page-header-title {
  display: flex;
  align-items: center;
  background: var(--color-green);
  width: 100%;
  height: 75px;
  font-size: 18px;
  font-weight: 600;
  color: white;
}
@media (min-width: 992px) {
  .page-header-title, h1.page-header-title {
    font-size: 36px;
    height: 150px;
  }
}

.page-header.has-image {
  align-items: stretch;
  min-height: 410px;
  position: relative;
  background-color: #f5f5f3;
  background-image: linear-gradient(180deg, #f5f5f3 0%, #e4eae9 67%, #d1d8d7 100%);
  padding-top: 30px;
  text-align: left;
}
@media (min-width: 992px) {
  .page-header.has-image {
    height: 500px;
    padding-top: 50px;
  }
}
.page-header.has-image img {
  position: absolute;
  bottom: 16px;
}
@media (min-width: 992px) {
  .page-header.has-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    bottom: 0;
    right: 0;
  }
}
.page-header.has-image .container {
  position: relative;
  z-index: 1;
}
.page-header-read {
  color: black;
  line-height: 2;
  position: relative;
}
.page-header-read-title {
  font-size: 21px;
  color: black;
  line-height: 1.7;
  border: none;
  padding: 0;
  margin-bottom: 0.83em;
  position: relative;
}
@media (min-width: 992px) {
  .page-header-read-title {
    font-size: 38px;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .page-header-read {
    font-size: 18px;
    font-weight: 500;
    width: 40%;
  }
}

.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;
}
.admin-bar .vk-mobile-nav-menu-btn {
  top: 61px;
}

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

.l-site-footer {
  background: #f7f7f5;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .l-site-footer {
    margin-top: 80px;
  }
}
.l-site-footer-container {
  padding: 40px 50px 25px;
}
@media (min-width: 992px) {
  .l-site-footer-container {
    padding: 60px 40px 30px;
    margin-inline: auto;
    max-width: 1360px;
  }
}
.l-site-footer-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .l-site-footer-container-top {
    flex-direction: row;
  }
}
.l-site-footer-container-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .l-site-footer-container-bottom {
    flex-direction: row;
    align-items: flex-end;
  }
}
.l-site-footer-company {
  width: 100%;
}
.l-site-footer-company-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .l-site-footer-company-name {
    font-size: 22px;
    margin-bottom: 0.5em;
  }
}
.l-site-footer-company p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .l-site-footer-company p {
    font-size: 16px;
    font-weight: 600;
  }
}
.l-site-footer-copyright {
  width: 100%;
  font-size: 10px;
}
@media (min-width: 992px) {
  .l-site-footer-copyright {
    font-size: 15px;
  }
}
.l-site-footer-nav-container {
  display: flex;
  gap: 40px;
  width: 100%;
}
@media (min-width: 992px) {
  .l-site-footer-nav-container {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .l-site-footer-nav-left {
    display: flex;
    gap: 60px;
  }
}
.l-site-footer-nav-right {
  padding-top: 2.3em;
}
@media (min-width: 992px) {
  .l-site-footer-nav-right {
    padding-top: 0;
  }
}
.l-site-footer-buttons {
  display: grid;
  place-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .l-site-footer-buttons {
    gap: 30px;
  }
}
.l-site-footer-button {
  width: 188px;
  height: 38px;
  background: #9097a0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  font-size: 11px;
  font-weight: 500;
  color: white;
  line-height: 1;
  position: relative;
}
@media (min-width: 992px) {
  .l-site-footer-button {
    width: 300px;
    height: 60px;
    font-size: 16px;
    border-radius: 6px;
    padding: 0 22px 0 36px;
  }
}
.l-site-footer-button::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/icons/arrow-s.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .l-site-footer-button::after {
    width: 34px;
    height: 34px;
  }
}
.l-site-footer-button:hover {
  background: var(--color-navy);
  color: #fff;
}
.l-site-footer-cta {
  padding: 40px 50px 0;
}
@media (min-width: 992px) {
  .l-site-footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 120px 40px 0;
  }
}
.l-site-footer-cta-contact-text {
  margin-bottom: 24px;
}
.l-site-footer-cta-tel {
  border-top: 1px solid var(--color-green);
  border-bottom: 1px solid var(--color-green);
  width: 290px;
  margin: auto;
  padding: 10px 0;
  align-items: center;
}
@media (min-width: 992px) {
  .l-site-footer-cta-tel {
    margin: 0;
    width: 440px;
    padding: 16px 0;
  }
}
.l-site-footer-cta-tel-header {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .l-site-footer-cta-tel-header {
    font-size: 20px;
    text-align: left;
  }
}
.l-site-footer-cta-tel-num {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  color: var(--color-green);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .l-site-footer-cta-tel-num {
    font-size: 50px;
    margin-bottom: 16px;
  }
}
.l-site-footer-cta-tel-num span {
  font-size: 18px;
}
@media (min-width: 992px) {
  .l-site-footer-cta-tel-num span {
    font-size: 30px;
  }
}
.l-site-footer-cta-tel-time {
  font-size: 10px;
  text-align: right;
}
@media (min-width: 992px) {
  .l-site-footer-cta-tel-time {
    font-size: 15px;
  }
}

.home .l-site-footer-nav-container {
  order: 2;
}
@media (min-width: 992px) {
  .home .l-site-footer-nav-container {
    order: 1;
  }
}
.home .l-site-footer-buttons {
  order: 1;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .home .l-site-footer-buttons {
    order: 2;
  }
}
.home .l-site-footer-button {
  width: 264px;
  height: 52px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .home .l-site-footer-button {
    width: 440px;
    height: 88px;
    font-size: 20px;
  }
}

.l-footer-nav-list {
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .l-footer-nav-list {
    font-size: 16px;
  }
}
.l-footer-nav-list li {
  margin-bottom: 1em;
}
.l-footer-nav-list li a {
  color: black;
}
.l-footer-nav-list .sub-menu {
  padding-left: 0;
  padding-top: 1em;
}
.l-footer-nav-list .sub-menu li {
  position: relative;
}
.l-footer-nav-list .sub-menu li::before {
  content: "-";
  margin-right: 0.6em;
}
.l-footer-nav .nav--line li {
  display: block;
}

.p-front-hero {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-front-hero-title {
  text-align: center;
}
.p-front-hero-title h1 {
  font-size: 30px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-front-hero-title h1 {
    font-size: 60px;
  }
}
.p-front-hero-title p {
  font-size: 17px;
  letter-spacing: 0.5em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-front-hero-title p {
    display: none;
  }
}
.p-front-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.p-front-hero-button {
  display: grid;
  place-content: center;
  width: 84px;
  height: 32px;
  border-radius: 3px;
  background: var(--color-green);
  font-size: 13px;
  color: white;
  letter-spacing: 0.01em;
}
@media (min-width: 992px) {
  .p-front-hero-button {
    width: 140px;
    height: 54px;
    font-size: 22px;
    border-radius: 6px;
  }
}
.p-front-hero-container {
  padding: 20px;
}
@media (min-width: 992px) {
  .p-front-hero-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 92px;
  }
}
.p-front-hero-header {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-hero-header {
    width: 290px;
    margin-bottom: 0;
  }
}
.p-front-hero-header-lead {
  display: none;
}
@media (min-width: 992px) {
  .p-front-hero-header-lead {
    display: block;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 36px;
  }
}
.p-front-hero-image {
  width: 96%;
  max-width: 480px;
  height: 260px;
  margin: 0 auto 25px;
  perspective: 800px;
}
@media (min-width: 992px) {
  .p-front-hero-image {
    max-width: 590px;
    height: 530px;
    margin: 0;
  }
}
.p-front-hero-image img {
  display: block;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  margin: auto;
  max-height: 100%;
  opacity: 1;
  transition: opacity 0.8s ease;
}
.p-front-hero-image img.is-rotating {
  animation: rotation-y-once 3s ease-in-out forwards;
}
.p-front-hero-image img.is-fading-out {
  opacity: 0;
}
.p-front-hero-content {
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-hero-content {
    width: 290px;
    text-align: left;
  }
}
.p-front-hero-content-title {
  font-size: 22px;
}
@media (min-width: 992px) {
  .p-front-hero-content-title {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .p-front-hero-content-desc {
    font-size: 18px;
  }
}
.p-front-hero-content-link {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  background: #9097a0;
  border: 3px solid #c6ccd4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  color: white;
  margin: auto;
}
@media (min-width: 992px) {
  .p-front-hero-content-link {
    width: 100px;
    height: 100px;
    margin-left: 0;
    font-size: 13px;
    border-width: 5px;
  }
}
.p-front-hero-content-link:hover {
  background: var(--color-green);
  color: white;
}

/* アニメーション */
@keyframes rotation-y-once {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.p-front-text-lines {
  overflow: hidden;
  width: 100%;
}
.p-front-text-lines-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: textLinesLoop 36s linear infinite;
  height: 44px;
}
@media (min-width: 992px) {
  .p-front-text-lines-track {
    height: 88px;
    animation: textLinesLoop 120s linear infinite;
  }
}
.p-front-text-lines img {
  display: block;
  height: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

@keyframes textLinesLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.c-title-resistor {
  display: grid;
  place-items: center;
  width: 150px;
  height: 23px;
  position: relative;
  background: url("../images/common/bg_title_resistor.png") center center no-repeat;
  background-size: contain;
  font-size: 13px;
  font-weight: bold;
  color: var(--color-navy);
}
@media (min-width: 992px) {
  .c-title-resistor {
    width: 320px;
    height: 48px;
    font-size: 28px;
  }
}

.p-front-solution {
  background: #f5f5f3;
  padding-top: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-solution {
    padding-top: 156px;
  }
}
@media (min-width: 992px) {
  .p-front-solution::before {
    content: "";
    display: block;
    width: 100%;
    height: 360px;
    background: url("../images/front/PC_coil.png") center center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    bottom: 26px;
  }
}
.p-front-solution__inner {
  position: relative;
}
@media (min-width: 992px) {
  .p-front-solution__inner {
    display: flex;
    justify-content: center;
    gap: 140px;
    height: 765px;
  }
}
.p-front-solution__header {
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-solution__header {
    align-self: flex-start;
  }
}
.p-front-solution__lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .p-front-solution__lead {
    font-size: 40px;
    white-space: nowrap;
    text-align: left;
  }
}
.p-front-solution__title {
  font-size: 50px;
  line-height: 1;
  margin-top: 0;
  padding: 0;
  border: none;
}
@media (min-width: 992px) {
  .p-front-solution__title {
    font-size: 84px;
    white-space: nowrap;
  }
}
.p-front-solution__image img {
  display: block;
  max-width: 360px;
  margin: auto;
}
@media (min-width: 992px) {
  .p-front-solution__image img {
    max-width: 100%;
  }
}
.p-front-solution__links {
  background: url("../images/front/SP_coil.png") center center no-repeat;
  background-size: 100%;
  display: grid;
  place-items: center;
  gap: 16px;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .p-front-solution__links {
    position: absolute;
    background: none;
    padding: 0;
    left: 40px;
    bottom: 130px;
  }
}
.p-front-solution__links .c-button {
  width: 260px;
  height: 46px;
}
@media (min-width: 992px) {
  .p-front-solution__links .c-button {
    width: 400px;
    height: 70px;
  }
}

.p-front-devsystem {
  background: #f5f5f3;
  padding-top: 50px;
  margin-bottom: 65px;
  padding-bottom: 38px;
}
@media (min-width: 992px) {
  .p-front-devsystem {
    padding-top: 120px;
    margin-bottom: 80px;
    padding-bottom: 100px;
  }
}
.p-front-devsystem__title {
  font-size: 21px;
  border: none;
  padding: 0;
}
@media (min-width: 992px) {
  .p-front-devsystem__title {
    font-size: 36px;
  }
}
.p-front-devsystem__title::after {
  display: none;
}
.p-front-devsystem__items {
  display: grid;
  gap: 25px;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .p-front-devsystem__items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 80px;
  }
}
.p-front-devsystem__item {
  background: white;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .p-front-devsystem__item {
    border-radius: 10px;
  }
}
.p-front-devsystem__item-header {
  display: flex;
  justify-content: space-between;
}
.p-front-devsystem__item-title {
  background: var(--color-green);
  display: grid;
  place-items: center;
  width: 85px;
  height: 85px;
  font-size: 14px;
  color: white;
  border-radius: 5px 0 5px 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .p-front-devsystem__item-title {
    width: 170px;
    height: 170px;
    font-size: 28px;
    border-radius: 10px 0 10px 0;
  }
}
.p-front-devsystem__item-desc {
  padding: 24px 18px;
}
@media (min-width: 992px) {
  .p-front-devsystem__item-desc {
    padding: 36px 45px;
  }
}
.p-front-devsystem__item-image {
  padding: 20px;
}
.p-front-devsystem__item-image img {
  display: block;
  max-width: 213px;
  margin: auto;
}
@media (min-width: 992px) {
  .p-front-devsystem__item-image img {
    max-width: 100%;
  }
}

.p-front-devsystem__flow-title {
  border: none;
  padding: 0;
  font-size: 17px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-title {
    font-size: 28px;
  }
}
.p-front-devsystem__flow-title::after {
  display: none;
}
.p-front-devsystem__flow-lead {
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-lead {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.p-front-devsystem__flow-list {
  width: 100%;
  max-width: 310px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 23px 20px;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-list {
    max-width: 100%;
    gap: 30px;
    margin-bottom: 72px;
    flex-wrap: nowrap;
  }
}
.p-front-devsystem__flow-item {
  flex-shrink: 0;
  color: white;
  position: relative;
}
.p-front-devsystem__flow-item:nth-child(4) .p-front-devsystem__flow-circle {
  background: white;
  border: 1px solid var(--color-green);
  color: #666;
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-item:nth-child(4) .p-front-devsystem__flow-circle {
    border-width: 2px;
  }
}
.p-front-devsystem__flow-item:nth-child(-n+3)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-green);
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-item:nth-child(-n+3)::before {
    height: 3px;
    left: 40px;
  }
}
.p-front-devsystem__flow-item:nth-child(-n+3)::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: var(--color-green);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(100% + 8px);
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-item:nth-child(-n+3)::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(100% + 10px);
  }
}
.p-front-devsystem__flow-item:nth-child(n+4):nth-child(-n+6)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-green);
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-item:nth-child(n+4):nth-child(-n+6)::before {
    height: 3px;
    left: 40px;
  }
}
.p-front-devsystem__flow-item:nth-child(n+4):nth-child(-n+6)::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: var(--color-green);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 2px);
  right: calc(100% + 8px);
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-item:nth-child(n+4):nth-child(-n+6)::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(100% + 10px);
  }
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-item:last-of-type::before, .p-front-devsystem__flow-item:last-of-type::after {
    display: none !important;
  }
}
.p-front-devsystem__flow-circle {
  width: 87px;
  height: 87px;
  background: var(--color-green);
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  padding-top: 12px;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-circle {
    width: 134px;
    height: 134px;
    font-size: 15px;
  }
}
.p-front-devsystem__flow-number {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-number {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.p-front-devsystem__flow-icon {
  height: 26px;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-icon {
    height: 38px;
    margin-bottom: 8px;
  }
}
.p-front-devsystem__flow-icon img {
  max-height: 100%;
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 110px;
  }
}
.p-front-devsystem__flow-footer .c-button {
  margin: auto;
}
@media (min-width: 992px) {
  .p-front-devsystem__flow-footer .c-button {
    margin: 0;
  }
}
.p-front-devsystem__flow-legend {
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 18px;
}
.p-front-devsystem__flow-legend-green {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-front-devsystem__flow-legend-green::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: var(--color-green);
  border-radius: 50%;
}
.p-front-devsystem__flow-legend-white {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-front-devsystem__flow-legend-white::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid var(--color-green);
  border-radius: 50%;
}

.p-front-pickup {
  margin-bottom: 48px;
  /* PRODUCTS */
  /* CASES */
}
@media (min-width: 992px) {
  .p-front-pickup {
    margin-bottom: 120px;
  }
}
.p-front-pickup__header {
  margin-bottom: 30px;
}
.p-front-pickup__title {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-pickup__title {
    margin-bottom: 6px;
  }
}
.p-front-pickup__title img {
  width: 203px;
}
@media (min-width: 992px) {
  .p-front-pickup__title img {
    width: 336px;
  }
}
.p-front-pickup__lead {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 992px) {
  .p-front-pickup__lead {
    font-size: 36px;
  }
}
.p-front-pickup__products {
  margin-bottom: 38px;
}
.p-front-pickup__products-title {
  display: grid;
  place-items: center;
  background: var(--color-navy);
  border-radius: 5px 5px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: white;
  height: 35px;
  width: 134px;
  padding: 0 24px;
  margin: 0;
}
@media (min-width: 992px) {
  .p-front-pickup__products-title {
    width: 267px;
    height: 70px;
    font-size: 26px;
    border-radius: 10px 10px 0 0;
  }
}
.p-front-pickup__products-body {
  background: #f5f5f3;
  border: 1px solid #cccccc;
  border-radius: 0 5px 5px 5px;
  padding: 40px 25px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-pickup__products-body {
    display: flex;
    gap: 100px;
    padding: 56px 75px 60px;
    border-radius: 0 10px 10px 10px;
  }
}
.p-front-pickup__products-spec {
  flex: 1;
}
.p-front-pickup__products-name {
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-front-pickup__products-name {
    font-size: 22px;
    position: absolute;
    top: 56px;
    left: 50px;
  }
}
.p-front-pickup__products-list {
  list-style: none;
  padding-left: 0;
  border-top: 1px solid #cccccc;
}
.p-front-pickup__products-list li {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .p-front-pickup__products-list li {
    padding: 16px 0;
  }
}
@media (min-width: 992px) {
  .p-front-pickup__products-content {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .p-front-pickup__products-content p {
    margin-bottom: 80px;
  }
}
.p-front-pickup__products-content .c-button {
  margin: auto;
}
@media (min-width: 992px) {
  .p-front-pickup__products-content .c-button {
    margin-left: 0;
  }
}
.p-front-pickup__cases-title {
  font-size: 17px;
  text-align: center;
  border-bottom: none;
}
@media (min-width: 992px) {
  .p-front-pickup__cases-title {
    font-size: 28px;
  }
}
.p-front-pickup__cases-title::after {
  display: none;
}
.p-front-pickup__cases-list {
  width: 975px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 992px) {
  .p-front-pickup__cases-list {
    width: 100%;
    margin-bottom: 50px;
  }
}
.p-front-pickup__cases-list-wrap {
  overflow: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-front-pickup__cases-list-wrap {
    width: 100%;
    overflow: hidden;
  }
}
.p-front-pickup__cases-item {
  background: #f5f5f3;
  width: 325px;
  aspect-ratio: 325/400;
  border: 1px solid #cccccc;
}
@media (min-width: 992px) {
  .p-front-pickup__cases-item {
    width: auto;
    aspect-ratio: auto;
  }
}
.p-front-pickup__cases-item:first-child {
  border-radius: 5px 0 0 5px;
  border-right: none;
}
@media (min-width: 992px) {
  .p-front-pickup__cases-item:first-child {
    border-radius: 10px 0 0 10px;
  }
}
.p-front-pickup__cases-item:last-child {
  border-radius: 0 10px 10px 0;
  border-left: none;
}
.p-front-pickup__cases-inner {
  padding: 30px;
}
@media (min-width: 992px) {
  .p-front-pickup__cases-inner {
    padding: 40px;
  }
}
.p-front-pickup__cases-image {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-pickup__cases-image {
    margin-bottom: 30px;
  }
}
.p-front-pickup__cases-item-title {
  font-size: 17px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-front-pickup__cases-item-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.p-front-pickup__cases-detail {
  list-style: none;
  padding-left: 0;
  margin: 0;
  border-top: 1px solid #cccccc;
}
.p-front-pickup__cases-detail li {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .p-front-pickup__cases-detail li {
    padding: 16px 0;
  }
}
.p-front-pickup__groups-title {
  font-size: 21px;
  border-bottom: none;
}
@media (min-width: 992px) {
  .p-front-pickup__groups-title {
    font-size: 36px;
  }
}
.p-front-pickup__groups-title::after {
  display: none;
}
.p-front-pickup__groups-list {
  display: grid;
  gap: 25px;
}
@media (min-width: 992px) {
  .p-front-pickup__groups-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
.p-front-pickup__groups-item {
  background: #f7f7f5;
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front-pickup__groups-item {
    border-radius: 10px;
  }
}
.p-front-pickup__groups-image {
  background: white;
}
.p-front-pickup__groups-image img {
  display: block;
  margin: auto;
}
.p-front-pickup__groups-name {
  display: grid;
  place-items: center;
  width: 100%;
  height: 50px;
  background: var(--color-green);
  font-size: 20px;
  font-weight: bold;
  color: white;
}
@media (min-width: 992px) {
  .p-front-pickup__groups-name {
    height: 44px;
  }
}
.p-front-pickup__groups-desc {
  padding: 25px 20px 20px;
}
@media (min-width: 992px) {
  .p-front-pickup__groups-desc {
    padding: 22px 16px 20px;
  }
}

.p-front-cta {
  background: #f7f7f5;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-cta__inner {
    padding-top: 85px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
}
.p-front-cta__content {
  padding: 45px 26px 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-cta__content {
    padding: 0;
  }
}
.p-front-cta__content-title {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .p-front-cta__content-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.p-front-cta__content-desc {
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .p-front-cta__content-desc {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.p-front-cta__form {
  background: white;
  padding: 32px;
  border-radius: 5px;
}

.p-front-column {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-front-column {
    margin-bottom: 100px;
  }
}
.p-front-column__title {
  border: none;
  background: url("../images/front/bg_column_title_sp.png") center center no-repeat;
  background-size: auto 100%;
  padding: 4px 0;
  margin-bottom: 30px;
  font-size: 17px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-column__title {
    font-size: 28px;
    background: url("../images/front/bg_column_title.png") center center no-repeat;
    background-size: auto 100%;
    padding: 30px 0;
  }
}
.p-front-column__inner {
  position: relative;
}
.p-front-column__list {
  width: 240px;
  margin: 0 auto 24px;
}
@media (min-width: 768px) {
  .p-front-column__list {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .p-front-column__list {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .p-front-column__list .swiper-wrapper {
    display: contents;
  }
}
.p-front-column .swiper {
  position: static;
}
.p-front-column .swiper-button-prev, .p-front-column .swiper-button-next {
  width: 25px;
  height: 80px;
  top: 70px;
}
@media (min-width: 768px) {
  .p-front-column .swiper-button-prev, .p-front-column .swiper-button-next {
    display: none;
  }
}
.p-front-column .swiper-button-prev::after, .p-front-column .swiper-button-next::after {
  content: "";
}
.p-front-column .swiper-button-prev {
  background: url("../images/front/swipe-prev.png") center center no-repeat;
  background-size: contain;
}
.p-front-column .swiper-button-next {
  background: url("../images/front/swipe-next.png") center center no-repeat;
  background-size: contain;
}
.p-front-column__item {
  position: relative;
  display: block;
  width: 240px;
  aspect-ratio: 120/87;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-front-column__item {
    aspect-ratio: auto;
  }
}
.p-front-column__item-image {
  width: 100%;
  aspect-ratio: 5/2;
}
.p-front-column__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-front-column__item-title {
  font-size: 12px;
  text-align: left;
  padding: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-front-column__item-title {
    font-size: 20px;
    padding: 25px;
  }
}
.p-front-column__item-category {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-navy);
  padding: 4px 5px;
  font-size: 10px;
  color: white;
  border-radius: 5px 0 5px 0;
}
@media (min-width: 768px) {
  .p-front-column__item-category {
    font-size: 16px;
  }
}
.p-front-column__more .c-button {
  margin: auto;
}

.p-front-company {
  display: grid;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .p-front-company {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 70px;
  }
}
.p-front-company-quality {
  height: 140px;
  background: url("../images/front/bg_quality.jpg") center center no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .p-front-company-quality {
    height: 300px;
  }
}
.p-front-company-about {
  height: 140px;
  background: url("../images/front/bg_company.jpg") center center no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .p-front-company-about {
    height: 300px;
  }
}

.p-front-recruit {
  height: 142px;
  background: url("../images/front/SP_RECRUIT.jpg") center center no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .p-front-recruit {
    height: 300px;
    background: url("../images/front/PC_RECRUIT.jpg") center center no-repeat;
    background-size: cover;
  }
}

@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: 21px;
  text-align: center;
  border: none;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .site-body h2 {
    font-size: 38px;
    gap: 23px;
  }
}
.site-body h2::before, .site-body h2::after {
  content: "";
  width: 22px;
  height: 15px;
}
@media (min-width: 992px) {
  .site-body h2::before, .site-body h2::after {
    width: 41px;
    height: 30px;
  }
}
.site-body h2::before {
  background: url("../images/icons/deco_h2_left.png") center center no-repeat;
  background-size: contain;
}
.site-body h2::after {
  background: url("../images/icons/deco_h2_right.png") center center no-repeat;
  background-size: contain;
}
.site-body h3 {
  font-size: 17px;
  position: relative;
  border-bottom: none;
}
@media (min-width: 992px) {
  .site-body h3 {
    font-size: 28px;
    padding-bottom: 23px;
  }
}
.site-body h3::after {
  width: 25px;
  height: 2px;
  background: var(--color-green);
  border-bottom: none;
}
@media (min-width: 992px) {
  .site-body h3::after {
    width: 50px;
    height: 3px;
  }
}
.site-body h4 {
  display: grid;
  place-content: center;
  height: 50px;
  background: #454f5b;
  font-size: 16px;
  color: white;
  border-top: 4px solid var(--color-blue);
  padding: 0.5em;
}
@media (min-width: 992px) {
  .site-body h4 {
    font-size: 22px;
    height: 68px;
    border-top-width: 6px;
  }
}
.site-body h5 {
  display: grid;
  place-content: center;
  background: var(--color-navy);
  font-size: 10px;
  color: white;
  text-align: center;
  padding: 0.5em;
  border-radius: 3px;
  position: relative;
}
@media (min-width: 992px) {
  .site-body h5 {
    font-size: 18px;
    border-radius: 6px;
  }
}
@media (min-width: 992px) {
  .main-section > .vk_posts > .vk_post-col-lg-12 .vk_post_title {
    font-size: 16px;
    height: 42px;
  }
}

.site-body ol {
  counter-reset: list-number;
}
.site-body ol li {
  list-style: none;
  counter-increment: list-number;
  display: flex;
  gap: 20px;
  font-size: 14px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .site-body ol li {
    font-size: 18px;
  }
}
.site-body ol li::before {
  flex-shrink: 0;
  content: counter(list-number);
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  background: #454f5b;
  border-radius: 2px;
  font-size: 13px;
  color: white;
  line-height: 1;
}
@media (min-width: 992px) {
  .site-body ol li::before {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    font-size: 18px;
  }
}

.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 {
  width: 260px;
  height: 46px;
  background: #9097a0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 500;
  color: white;
  line-height: 1;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link {
    width: 300px;
    height: 60px;
    font-size: 16px;
    border-radius: 6px;
    padding: 0 22px 0 36px;
  }
}
.wp-block-button .wp-block-button__link::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/icons/arrow-s.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link::after {
    width: 34px;
    height: 34px;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background: var(--color-navy);
  color: #fff;
}

.wp-block-buttons > .wp-block-button {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .wp-block-buttons > .wp-block-button {
    margin: 0;
  }
}

.c-button {
  width: 188px;
  height: 38px;
  background: #9097a0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  font-size: 11px;
  font-weight: 500;
  color: white;
  line-height: 1;
  position: relative;
}
@media (min-width: 992px) {
  .c-button {
    width: 300px;
    height: 60px;
    font-size: 16px;
    border-radius: 6px;
    padding: 0 22px 0 36px;
  }
}
.c-button::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/icons/arrow-s.png") center center no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .c-button::after {
    width: 34px;
    height: 34px;
  }
}
.c-button:hover {
  background: var(--color-navy);
  color: #fff;
}

.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;
}
.site-body .c-case__container {
  background: #f7f7f5;
  border-radius: 5px;
  padding: 15px 8px 20px;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 25px;
}
@media (min-width: 992px) {
  .site-body .c-case__container {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    border-radius: 10px;
    padding: 30px 25px;
  }
}
.site-body .c-case-row {
  position: relative;
}
.site-body .c-case-row:nth-child(even)::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #c2c6cd;
  position: absolute;
  top: 0;
  left: -12.5px;
}
@media (min-width: 992px) {
  .site-body .c-case-row:nth-child(even)::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .site-body .c-case-row:nth-child(4n+2)::before, .site-body .c-case-row:nth-child(4n+3)::before, .site-body .c-case-row:nth-child(4n+4)::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #c2c6cd;
    position: absolute;
    top: 0;
    left: -25px;
    display: block;
  }
}
.site-body .c-case-row h5.c-case-row__title {
  height: 28px;
}
@media (min-width: 992px) {
  .site-body .c-case-row h5.c-case-row__title {
    height: 44px;
  }
}
.site-body .c-case-row__title a {
  color: white;
}
.site-body .c-case-row__body-content {
  height: 50px;
  overflow: hidden;
  margin-bottom: 0.8em;
  font-size: 10px;
}
@media (min-width: 992px) {
  .site-body .c-case-row__body-content {
    height: 100px;
    font-size: 17px;
  }
}
.site-body .c-case-row__body p {
  font-size: 10px;
}
@media (min-width: 992px) {
  .site-body .c-case-row__body p {
    font-size: 17px;
  }
}
.site-body .c-case-row__image {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .site-body .c-case-row__image {
    border-radius: 10px;
  }
}

.wp-block-list {
  list-style: none;
  font-size: 15px;
}
@media (min-width: 992px) {
  .wp-block-list {
    font-size: 20px;
  }
}
.wp-block-list li {
  position: relative;
  padding-left: 28px;
}
@media (min-width: 992px) {
  .wp-block-list li {
    padding-left: 37px;
  }
}
.wp-block-list li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/icons/list-mark.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}
@media (min-width: 992px) {
  .wp-block-list li::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}

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