@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;800;900&family=Noto+Sans+JP:wght@100..900&family=M+PLUS+1p:wght@400;700;800&display=swap");
:root {
  --font-family--gothic: "M PLUS 1p", sans-serif;
  --font-family--lato: "Lato", "M PLUS 1p", sans-serif;
  --color-black: #141d2a;
  --color-dark: #333;
  --color-green: #66cc99;
  --color-blue: #265ca9;
  --color-sky: #1689cc;
  --color-red: #ff3333;
  --color-button-bg: #0099cc;
  --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;
  letter-spacing: 0.05em;
  -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: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1224px;
  }
}

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-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}

.site-header {
  background: #000;
  color: white;
  position: fixed;
  top: 0;
}
.site-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding-right: 55px;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .site-header-container {
    height: 86px;
    align-items: flex-start;
    padding-top: 18px;
  }
}
.site-header-logo {
  padding: 0;
  margin: 0;
}
.site-header-logo img {
  height: 30px;
}
@media (min-width: 992px) {
  .site-header-logo img {
    height: 54px;
    max-height: none;
  }
}
.site-header-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header-navigation-language {
  display: flex;
  align-items: center;
}
.site-header-navigation-language a {
  display: block;
  position: relative;
  color: #265ca9;
  line-height: 1;
  padding: 3px 6px;
}
@media (min-width: 992px) {
  .site-header-navigation-language a {
    font-size: 15px;
    padding: 3px 12px;
  }
}
.site-header-navigation-language a:hover {
  color: white;
}
.site-header-navigation-language a:hover::before {
  content: "";
  background: #2c6ab5;
  clip-path: polygon(0 0, 85% 0, 100% 30%, 100% 100%, 15% 100%, 0 70%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site-header-navigation-language a.active {
  color: white;
}
.site-header-navigation-language a.active::before {
  content: "";
  background: #2c6ab5;
  clip-path: polygon(0 0, 85% 0, 100% 30%, 100% 100%, 15% 100%, 0 70%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site-header-navigation-language a.active:hover::before {
  background: var(--color-blue);
}
.site-header-navigation-sns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header-navigation-sns a {
  display: grid;
  place-content: center;
  width: 26px;
  height: 26px;
}
@media (min-width: 992px) {
  .site-header-navigation-sns a {
    width: 35px;
    height: 35px;
  }
}
.site-header-navigation-sns img {
  display: block;
  width: 100%;
}

.vk-mobile-nav-menu-btn {
  top: 14px;
}

.header_scrolled .site-header {
  background: black;
  top: 0;
}
.header_scrolled .site-header-logo {
  display: block;
}

.admin-bar .site-header {
  top: 46px;
}
@media (min-width: 782px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
.admin-bar.header_scrolled .site-header {
  top: 46px;
}
@media (min-width: 782px) {
  .admin-bar.header_scrolled .site-header {
    top: 32px;
  }
}

.vk-mobile-nav {
  background: #000;
  color: white;
}
.vk-mobile-nav nav ul li a {
  color: white;
}
.vk-mobile-nav .acc-btn {
  filter: invert(1);
}

.vk-mobile-nav-menu-btn {
  border-color: #333;
  background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat var(--color-blue);
}
.vk-mobile-nav-menu-btn.menu-open {
  background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat var(--color-blue);
}

@media (max-width: 782px) {
  .admin-bar .vk-mobile-nav-menu-btn {
    top: 60px;
  }
}

.page-header.has-image {
  height: 340px;
  position: relative;
}
@media (min-width: 992px) {
  .page-header.has-image {
    height: 400px;
  }
}
.page-header.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header.has-image .page-header-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-header .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  max-width: 1700px;
  height: 100%;
}
@media (min-width: 992px) {
  .page-header .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.page-header-links {
  display: grid;
  gap: 10px;
}
@media (min-width: 992px) {
  .page-header-links {
    position: absolute;
    right: 50px;
    bottom: 50px;
  }
}
.page-header-link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  color: white;
  position: relative;
  padding: 10px 40px;
  margin: auto;
  width: 280px;
  height: 56px;
}
@media (min-width: 992px) {
  .page-header-link {
    justify-content: space-around;
    gap: 20px;
    height: 74px;
    padding: 10px 20px 10px 30px;
    margin: 0;
  }
}
.page-header-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(44, 106, 181, 0.86);
  clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 9% 100%, 0 70%);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.page-header-link:hover {
  color: white;
}
.page-header-link:hover::before {
  background: rgb(44, 106, 181);
}
.page-header-link-title {
  position: relative;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.page-header-link-title__sub {
  display: block;
  font-size: 10px;
}
@media (min-width: 992px) {
  .page-header-link-title__sub {
    font-size: 14px;
  }
}
.page-header-link-title__main {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .page-header-link-title__main {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.page-header-link .arrow {
  width: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .page-header-link .arrow {
    width: 36px;
    flex-shrink: 0;
  }
}
.page-header-link__white {
  color: #2c6ab5;
}
.page-header-link__white::before {
  background: rgba(255, 255, 255, 0.76);
}
.page-header-link__white:hover {
  color: #2c6ab5;
}
.page-header-link__white:hover::before {
  background: rgb(255, 255, 255);
}
.page-header-copy {
  font-size: 20px;
  text-align: left;
  color: white;
}
@media (min-width: 992px) {
  .page-header-copy {
    position: absolute;
    right: 50px;
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .page-header-contact {
    height: 370px !important;
  }
}
.page-header__read {
  color: white;
  text-align: left;
}
.page-header__read p {
  margin: 0;
}

.page-header-title, h1.page-header-title {
  text-align: left;
  color: white;
}
@media (min-width: 992px) {
  .page-header-title, h1.page-header-title {
    font-size: 2.4rem;
  }
}

.has-image .page-header-title, .has-image h1.page-header-title {
  color: white;
  line-height: 1;
}
.has-image .page-header-title--sub, .has-image h1.page-header-title--sub {
  display: block;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  .has-image .page-header-title--sub, .has-image h1.page-header-title--sub {
    font-size: 26px;
  }
}
.has-image .page-header-title--sub p, .has-image h1.page-header-title--sub p {
  margin: 0;
  line-height: 1;
}
.has-image .page-header-title--main, .has-image h1.page-header-title--main {
  display: block;
  font-family: var(--font-family--lato);
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .has-image .page-header-title--main, .has-image h1.page-header-title--main {
    font-size: 72px;
  }
}

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

.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 {
  color: var(--color-blue);
  padding: 14px 1em;
}
.device-pc .global-nav-list > li > a:hover {
  color: white;
  text-decoration: none;
}
.page-header {
  margin-top: 60px;
  background: #333;
  min-height: 5rem;
}
@media (min-width: 992px) {
  .page-header {
    margin-top: 86px;
  }
}
.page-header:not(.has-image) {
  margin-bottom: 48px;
}

.site-footer {
  background: black;
  color: white;
  padding-top: 60px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .site-footer {
    padding-top: 130px;
    padding-bottom: 40px;
  }
}
.site-footer-logo {
  width: 100px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .site-footer-logo {
    width: 200px;
  }
}
.site-footer .footer-nav {
  display: none;
  font-family: var(--font-family--lato);
}
@media (min-width: 992px) {
  .site-footer .footer-nav {
    display: block;
    width: 100%;
  }
}
.site-footer .footer-nav .menu {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  font-size: 17px;
  color: var(--color-blue);
}
.site-footer .footer-nav .menu li {
  display: block;
  padding: 0;
}
.site-footer .footer-nav .menu li a {
  color: var(--color-blue);
}
.site-footer .footer-nav .menu .sub-menu {
  font-size: 15px;
  color: #686868;
  padding-top: 16px;
  padding-left: 0;
  margin: 0;
}
.site-footer .footer-nav .menu .sub-menu li {
  margin-bottom: 16px;
}
.site-footer .footer-nav .menu .sub-menu li a {
  color: #686868;
}
.site-footer-container {
  max-width: 1600px;
}
.site-footer-container-main {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  max-width: 1224px;
}
@media (min-width: 992px) {
  .site-footer-container-main {
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
.site-footer-container-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (min-width: 992px) {
  .site-footer-container-sub {
    justify-content: flex-end;
  }
}
.site-footer-language {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-footer-language a {
  display: block;
  position: relative;
  color: #265ca9;
  line-height: 1;
  padding: 3px 6px;
}
@media (min-width: 992px) {
  .site-footer-language a {
    font-size: 15px;
    padding: 3px 12px;
  }
}
.site-footer-language a:hover {
  color: white;
}
.site-footer-language a:hover::before {
  content: "";
  background: #2c6ab5;
  clip-path: polygon(0 0, 85% 0, 100% 30%, 100% 100%, 15% 100%, 0 70%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site-footer-language a.active {
  color: white;
}
.site-footer-language a.active::before {
  content: "";
  background: #2c6ab5;
  clip-path: polygon(0 0, 85% 0, 100% 30%, 100% 100%, 15% 100%, 0 70%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site-footer-language a.active:hover::before {
  background: var(--color-blue);
}
.site-footer-sns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer-sns a {
  display: grid;
  place-content: center;
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .site-footer-sns a {
    width: 35px;
    height: 35px;
  }
}

.p-front-hero {
  width: 100%;
  height: 600px;
  background: black url("../images/front/hero.png") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .p-front-hero {
    height: 815px;
    max-height: calc(100svh - 86px);
    margin-top: 86px;
  }
}
.p-front-hero__container {
  padding: 25px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-hero__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px 50px 50px;
  }
}
.p-front-hero-title {
  color: #fff;
}
@media (min-width: 992px) {
  .p-front-hero-title {
    margin-bottom: 0;
  }
}
.p-front-hero-title__sub {
  display: block;
  font-size: 22px;
  font-weight: 100;
}
@media (min-width: 992px) {
  .p-front-hero-title__sub {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.p-front-hero-title__main {
  display: block;
  font-family: var(--font-family--lato);
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-front-hero-title__main {
    font-size: 88px;
  }
}
.p-front-hero-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.p-front-hero-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  line-height: 1;
  color: white;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  width: 280px;
  height: 56px;
}
@media (min-width: 992px) {
  .p-front-hero-link {
    gap: 20px;
    height: 74px;
    padding: 10px 20px 10px 30px;
  }
}
.p-front-hero-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(44, 106, 181, 0.86);
  clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 9% 100%, 0 70%);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-hero-link:hover {
  color: white;
}
.p-front-hero-link:hover::before {
  background: rgb(44, 106, 181);
}
.p-front-hero-link-title {
  position: relative;
  letter-spacing: 0.075em;
  flex-shrink: 0;
}
.p-front-hero-link-title__sub {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .p-front-hero-link-title__sub {
    font-size: 17px;
  }
}
.p-front-hero-link-title__main {
  display: block;
  font-size: 17px;
}
@media (min-width: 992px) {
  .p-front-hero-link-title__main {
    font-size: 20px;
  }
}
.p-front-hero-link .arrow {
  flex-shrink: 0;
  width: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-hero-link .arrow {
    width: 36px;
  }
}
.p-front-hero-link .arrow img {
  width: 100%;
}
.p-front-hero-link__white {
  color: #2c6ab5;
}
.p-front-hero-link__white::before {
  background: rgba(255, 255, 255, 0.76);
}
.p-front-hero-link__white:hover {
  color: #2c6ab5;
}
.p-front-hero-link__white:hover::before {
  background: rgb(255, 255, 255);
}

.p-front .container {
  max-width: 1600px;
}
@media (min-width: 992px) {
  .p-front .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-front-section-title {
  font-family: var(--font-family--lato);
  line-height: 1.3;
}
@media (min-width: 992px) {
  .p-front-section-title {
    font-size: 64px;
  }
}
.p-front-section-title__sub {
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  letter-spacing: 0.15em;
}
@media (min-width: 992px) {
  .p-front-section-title__sub {
    font-size: 0.36em;
  }
}
.p-front-section-title__main {
  display: block;
  font-weight: bold;
}

.p-front-solution {
  background: #2c6ab5;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-solution {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-front-solution-items {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-front-solution-items {
    flex-direction: row;
    gap: 32px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1480px) {
  .p-front-solution-items {
    gap: 90px;
  }
}
.p-front-solution-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  font-family: var(--font-family--lato);
  font-size: 16px;
  color: white;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .p-front-solution-item {
    flex: 1;
    display: grid;
    place-content: center;
    font-size: 36px;
    height: auto;
    aspect-ratio: 47/52;
  }
}
@media (min-width: 1320px) {
  .p-front-solution-item {
    font-size: 40px;
  }
}
@media (min-width: 1480px) {
  .p-front-solution-item {
    aspect-ratio: 47/62;
  }
}
.p-front-solution-item::before, .p-front-solution-item::after {
  content: "";
  background: #2c6ab5;
  width: 20px;
  height: 22px;
  position: absolute;
}
.p-front-solution-item::before {
  top: -1px;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (min-width: 992px) {
  .p-front-solution-item::before {
    right: 0;
    left: auto;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
}
.p-front-solution-item::after {
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
@media (min-width: 992px) {
  .p-front-solution-item::after {
    right: auto;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
  }
}
.p-front-solution-item__product {
  background: url("../images/front/solution_1.png") center center no-repeat;
  background-size: cover;
}
.p-front-solution-item__supply {
  background: url("../images/front/solution_2.png") center center no-repeat;
  background-size: cover;
}
.p-front-solution-item__technology {
  background: url("../images/front/solution_3.png") center center no-repeat;
  background-size: cover;
}
.p-front-solution-item .arrow {
  position: absolute;
  bottom: 28px;
  right: 30px;
  width: 30px;
}
@media (min-width: 992px) {
  .p-front-solution-item .arrow {
    width: 42px;
    bottom: 14px;
    right: 25px;
  }
}
.p-front-solution-item .coming-soon {
  font-size: 12px;
}
@media (min-width: 992px) {
  .p-front-solution-item .coming-soon {
    font-size: 16px;
    position: absolute;
    right: 25px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .p-front-solution-desc {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.025em;
  }
}

.p-front-news {
  color: #2c6ab5;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-front-news-header {
  display: flex;
  justify-content: space-between;
}
.p-front-news-more {
  display: flex;
  align-items: center;
  position: relative;
  color: white;
  height: 30px;
  padding: 0 14px;
  gap: 7px;
  font-family: var(--font-family--lato);
}
@media (min-width: 992px) {
  .p-front-news-more {
    height: 44px;
    font-size: 20px;
    padding: 0 24px;
    gap: 20px;
  }
}
.p-front-news-more:hover {
  color: white;
}
.p-front-news-more span {
  position: relative;
}
.p-front-news-more::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(44, 106, 181);
  clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 9% 100%, 0 70%);
}
.p-front-news-more .arrow {
  width: 30px;
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .p-front-news-more .arrow {
    width: 36px;
  }
}
.p-front-news-more .arrow img {
  width: 100%;
}
.p-front-news-main {
  display: grid;
  gap: 16px;
}
@media (min-width: 992px) {
  .p-front-news-main {
    gap: 32px;
  }
}
.p-front-news-item {
  display: block;
}
.p-front-news-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .p-front-news-item-header {
    margin-bottom: 15px;
  }
}
.p-front-news-item-header time {
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .p-front-news-item-header time {
    font-size: 20px;
    font-weight: 400;
  }
}
.p-front-news-item-cat {
  display: grid;
  place-content: center;
  background: #2c6ab5;
  font-size: 10px;
  color: white;
  line-height: 1;
  padding: 3px 8px;
}
@media (min-width: 992px) {
  .p-front-news-item-cat {
    font-size: 15px;
  }
}
.p-front-news-item-title {
  display: block;
  position: relative;
  font-size: 15px;
  color: #2c6ab5;
  border-bottom: 1px solid #2c6ab5;
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  .p-front-news-item-title {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }
}
.p-front-news-item-title:hover {
  color: #666;
}
.p-front-news-item-title::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #2c6ab5;
  position: absolute;
  right: 0;
  bottom: -1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
@media (min-width: 992px) {
  .p-front-news-item-title::after {
    height: 2px;
    bottom: -2px;
  }
}

.p-front-company {
  background: #2c6ab5;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-company {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .p-front-company-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -130px;
    margin-bottom: 80px;
  }
}
.p-front-company-content {
  line-height: 1.75;
}
@media (min-width: 992px) {
  .p-front-company-content {
    font-size: 18px;
  }
}
.p-front-company-logo {
  padding: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-company-logo {
    padding-bottom: 0;
    width: 50%;
    max-width: 520px;
  }
}
.p-front-company-logo img {
  width: 160px;
}
@media (min-width: 992px) {
  .p-front-company-logo img {
    width: auto;
  }
}
.p-front-company-more {
  display: block;
  position: relative;
  opacity: 0.6;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  .p-front-company-more {
    font-size: 20px;
    border-bottom-width: 2px;
    width: 100%;
  }
}
.p-front-company-more::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: -1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
@media (min-width: 992px) {
  .p-front-company-more::after {
    width: 24px;
    height: 2px;
    right: 1px;
    bottom: -2px;
  }
}
.p-front-company-more:hover {
  color: #fff;
  opacity: 1;
}

.p-front-contact {
  width: 100%;
  height: 400px;
  display: grid;
  place-content: center;
  background: url("../images/front/bg_contact.png") center center no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .p-front-contact {
    height: 560px;
  }
}
.p-front-contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: white;
  width: 100%;
  height: 98px;
  position: relative;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .p-front-contact-button {
    gap: 48px;
    width: 510px;
    height: 150px;
  }
}
.p-front-contact-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(44, 106, 181, 0.86);
  clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 9% 100%, 0 70%);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-contact-button:hover {
  color: #fff;
}
.p-front-contact-button:hover::before {
  background: rgb(44, 106, 181);
}
.p-front-contact-button-text {
  position: relative;
}
.p-front-contact-button-arrow {
  position: relative;
}
.p-front-contact-button-arrow img {
  width: 36px;
}
@media (min-width: 992px) {
  .p-front-contact-button-arrow img {
    width: 64px;
  }
}
.p-front-contact-button-main {
  display: block;
  font-family: var(--font-family--lato);
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .p-front-contact-button-main {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
.p-front-contact-button-sub {
  display: block;
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-front-contact-button-sub {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.single .site-body, .blog .site-body, .archive.category .site-body {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .single .site-body, .blog .site-body, .archive.category .site-body {
    padding-top: 86px;
  }
}
.single .site-body-container, .blog .site-body-container, .archive.category .site-body-container {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .single .site-body-container, .blog .site-body-container, .archive.category .site-body-container {
    max-width: 1700px;
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.single-case .site-body, .single-case .site-body-container {
  padding-top: 0;
}

.archive .site-body {
  padding-top: 0;
}
.archive .site-body-container {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .archive .site-body-container {
    max-width: 1700px;
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.post-type-archive-case .page-header {
  text-align: left;
}
.post-type-archive-case .page-header .container {
  display: block;
}
.post-type-archive-case .site-body-container {
  padding-top: 0;
}

.p-news-single-header {
  color: #2c6ab5;
}
.p-news-single-header .entry-title {
  font-size: 25px;
  font-weight: 500;
  border-bottom: 1px solid #2c6ab5;
  position: relative;
}
@media (min-width: 992px) {
  .p-news-single-header .entry-title {
    font-size: 34px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }
}
.p-news-single-header .entry-title::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #2c6ab5;
  position: absolute;
  right: 0;
  bottom: -1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
@media (min-width: 992px) {
  .p-news-single-header .entry-title::after {
    height: 2px;
    bottom: -2px;
  }
}
.p-news-single-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .p-news-single-title {
    font-size: 24px;
  }
}
.p-news-single-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-news-single-date {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .p-news-single-date {
    font-size: 20px;
  }
}
.p-news-single-cat a {
  display: grid;
  place-content: center;
  background: #2c6ab5;
  font-size: 10px;
  color: white;
  line-height: 1;
  padding: 3px 8px;
}
@media (min-width: 992px) {
  .p-news-single-cat a {
    font-size: 15px;
  }
}
.p-news-single-entry-body {
  color: #2c6ab5;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .p-news-single-entry-body {
    font-size: 35px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .p-news-single-entry-body p {
    font-size: 18px;
  }
}
.p-news-single-footer .c-button {
  margin: auto;
}

.p-column-list {
  display: grid;
  gap: 16px;
}
@media (min-width: 992px) {
  .p-column-list {
    gap: 32px;
  }
}
.p-column-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 3px;
}
.p-column-item-header time {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .p-column-item-header time {
    font-size: 20px;
  }
}
.p-column-item-header-cat {
  display: grid;
  place-content: center;
  background: #333;
  font-size: 10px;
  color: white;
  line-height: 1;
  padding: 3px 8px;
}
@media (min-width: 992px) {
  .p-column-item-header-cat {
    font-size: 18px;
  }
}
.p-column-item-title {
  display: block;
  position: relative;
  font-size: 18px;
  border-bottom: 1px solid #333;
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  .p-column-item-title {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }
}
.p-column-item-title::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #333;
  position: absolute;
  right: 0;
  bottom: -1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
@media (min-width: 992px) {
  .p-column-item-title::after {
    height: 2px;
    bottom: -2px;
  }
}

.p-column-single-header .entry-title {
  font-size: 25px;
  font-weight: 500;
  border-bottom: 1px solid #333;
  position: relative;
}
@media (min-width: 992px) {
  .p-column-single-header .entry-title {
    font-size: 36px;
    padding-bottom: 24px;
    border-bottom-width: 2px;
  }
}
.p-column-single-header .entry-title::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #333;
  position: absolute;
  right: 0;
  bottom: -1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
@media (min-width: 992px) {
  .p-column-single-header .entry-title::after {
    height: 2px;
    bottom: -2px;
  }
}
.p-column-single-title {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  background: #333;
  color: white;
  line-height: 1;
  padding: 0.2em 1em 0.3em;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .p-column-single-title {
    font-size: 30px;
  }
}
.p-column-single-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-column-single-date {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .p-column-single-date {
    font-size: 20px;
  }
}
.p-column-single-footer {
  padding-top: 30px;
}
.p-column-single-footer .c-button {
  margin: auto;
}

.p-news-post-header {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-news-post-header {
    margin-bottom: 118px;
  }
}
.p-news-post-header-title {
  color: #2c6ab5;
  line-height: 1;
}
.p-news-post-header-title--main {
  font-size: 36px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .p-news-post-header-title--main {
    font-size: 72px;
  }
}
.p-news-post-header-title--sub {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  .p-news-post-header-title--sub {
    font-size: 25px;
    padding-left: 5px;
  }
}
.p-news-post-header-category {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media (min-width: 992px) {
  .p-news-post-header-category {
    gap: 36px;
  }
}
.p-news-post-header-category .c-button {
  min-width: 148px;
}
@media (min-width: 992px) {
  .p-news-post-header-category .c-button {
    font-size: 20px;
  }
}

.p-news-post-list {
  display: grid;
  gap: 16px;
}
@media (min-width: 992px) {
  .p-news-post-list {
    gap: 32px;
  }
}

.p-news-post-item {
  display: block;
}
.p-news-post-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .p-news-post-item-header {
    margin-bottom: 15px;
  }
}
.p-news-post-item-header time {
  font-size: 14px;
  font-weight: 400;
  color: #2c6ab5;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .p-news-post-item-header time {
    font-size: 18px;
    font-weight: 400;
  }
}
.p-news-post-item-cat {
  display: grid;
  place-content: center;
  background: #2c6ab5;
  font-size: 10px;
  color: white;
  line-height: 1;
  padding: 3px 8px;
}
@media (min-width: 992px) {
  .p-news-post-item-cat {
    font-size: 15px;
  }
}
.p-news-post-item-title {
  display: block;
  position: relative;
  font-size: 18px;
  color: #2c6ab5;
  border-bottom: 1px solid #2c6ab5;
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  .p-news-post-item-title {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }
}
.p-news-post-item-title:hover {
  color: #666;
}
.p-news-post-item-title::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #2c6ab5;
  position: absolute;
  right: 0;
  bottom: -1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
@media (min-width: 992px) {
  .p-news-post-item-title::after {
    width: 20px;
    height: 2px;
    bottom: -2px;
  }
}

.site-body.solution, .site-body.contact, .site-body.download {
  background: #000;
  color: #fff;
}
.site-body.solution .container, .site-body.contact .container, .site-body.download .container {
  max-width: 1700px;
}
@media (min-width: 992px) {
  .site-body.solution .container, .site-body.contact .container, .site-body.download .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.site-body.contact p {
  font-size: 15px;
}
@media (min-width: 992px) {
  .site-body.contact p {
    font-size: 17px;
  }
}
.site-body.company {
  background: #2c6ab5;
  color: #fff;
  padding-bottom: 0;
}
.site-body.company .site-body-container.container {
  display: contents;
}
.site-body.company .container {
  max-width: 1700px;
}
@media (min-width: 992px) {
  .site-body.company .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.site-body.digital-dot-gauge {
  background: #000;
  color: white;
  padding-top: 60px;
  padding-bottom: 1px;
}
@media (min-width: 992px) {
  .site-body.digital-dot-gauge {
    padding-top: 86px;
    padding-bottom: 0;
  }
}
.site-body.digital-dot-gauge .site-body-container.container {
  display: contents;
}
.site-body.digital-dot-gauge .container {
  max-width: 1700px;
}
@media (min-width: 992px) {
  .site-body.digital-dot-gauge .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.site-body .p-company-content {
  display: grid;
  gap: 60px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .site-body .p-company-content {
    gap: 100px;
    padding-bottom: 80px;
  }
}
.site-body .p-company-content-item-header {
  font-family: var(--font-family--lato);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.025em;
  border-bottom: 1px solid white;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .site-body .p-company-content-item-header {
    font-size: 56px;
    margin-bottom: 30px;
  }
}
.site-body .p-company-content-item-header::after {
  content: "";
  width: 20px;
  height: 1px;
  background: white;
  position: absolute;
  right: 0;
  bottom: -1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
@media (min-width: 992px) {
  .site-body .p-company-content-item-header::after {
    width: 30px;
  }
}
.site-body .p-company-content-item-title {
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.1em;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .site-body .p-company-content-item-title {
    font-size: 28px;
    margin-bottom: 0.5em;
  }
}
.site-body .p-company-content-item-title::before {
  display: none !important;
}
.site-body .p-company-content-item-desc {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .site-body .p-company-content-item-desc {
    font-size: 18px;
  }
}
.site-body .p-company-bottom {
  background: #000;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .site-body .p-company-bottom {
    padding: 80px 0;
  }
}
.site-body .p-company-info {
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .site-body .p-company-info {
    gap: 60px;
  }
}
.site-body .p-company-info-item {
  display: flex;
  gap: 16px;
}
@media (min-width: 992px) {
  .site-body .p-company-info-item {
    font-size: 20px;
    gap: 56px;
    align-items: flex-start;
  }
}
.site-body .p-company-info-item-title {
  width: 92px;
  flex-shrink: 0;
  position: relative;
  border-bottom: 1px solid white;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .site-body .p-company-info-item-title {
    width: 260px;
    padding-bottom: 16px;
  }
}
.site-body .p-company-info-item-title::after {
  content: "";
  width: 10px;
  height: 1px;
  background: white;
  position: absolute;
  right: 0;
  bottom: -1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
@media (min-width: 992px) {
  .site-body .p-company-info-item-title::after {
    width: 20px;
  }
}
.site-body .p-company-info-item-main {
  border-bottom: 1px solid white;
  padding-bottom: 12px;
  width: 100%;
}
@media (min-width: 992px) {
  .site-body .p-company-info-item-main {
    padding-left: 30px;
    padding-bottom: 16px;
  }
}
.site-body .p-company-info-business {
  padding: 0 1em;
}
@media (min-width: 992px) {
  .site-body .p-company-info-business {
    padding: 0;
  }
}
.site-body .p-company-info-business:not(:last-child) {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .site-body .p-company-info-business:not(:last-child) {
    padding-bottom: 28px;
    margin-bottom: 30px;
    margin-left: -100px;
    padding-left: 100px;
  }
}
.site-body .p-solution {
  display: grid;
  gap: 30px;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .site-body .p-solution {
    padding-top: 80px;
    gap: 60px;
  }
}
.site-body .p-solution-link {
  width: 100%;
  aspect-ratio: 1599/375;
  background: white;
  color: white;
  display: grid;
  place-content: center;
  padding: 0 1em;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .site-body .p-solution-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 160px;
    padding-left: 74px;
  }
}
.site-body .p-solution-link:hover .p-solution-link-desc {
  opacity: 1;
}
.site-body .p-solution-link-title {
  display: block;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .site-body .p-solution-link-title {
    font-size: 26px;
    flex-shrink: 0;
  }
}
.site-body .p-solution-link-desc {
  display: block;
  font-size: 12px;
  opacity: 0;
  position: relative;
  z-index: 1;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .site-body .p-solution-link-desc {
    font-size: 17px;
  }
}
.site-body .p-solution-link__dot-gage {
  background: url("../images/product/lineup_01_hover.png") center center no-repeat;
  background-size: cover;
  position: relative;
}
.site-body .p-solution-link__dot-gage:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/product/lineup_01.png") center center no-repeat;
  background-size: cover;
}
.site-body .p-solution-link__dot-gage:hover::after {
  opacity: 0;
}
.site-body .p-solution-link__dot-gage2 {
  background: url("../images/product/lineup_02.png") center center no-repeat;
  background-size: cover;
}
.site-body .p-solution-link__none {
  background: url("../images/product/lineup_none.png") center center no-repeat;
  background-size: cover;
}

.p-ddg-mv-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 25px 78px;
  position: relative;
}
@media (min-width: 992px) {
  .p-ddg-mv-container {
    flex-direction: row;
    max-width: 1650px;
    height: 680px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .p-ddg-mv-header {
    align-self: flex-end;
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 992px) {
  .p-ddg-mv-image {
    width: 70%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-56%);
  }
}
.p-ddg-mv-logo {
  width: 140px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .p-ddg-mv-logo {
    width: 240px;
    margin-bottom: 24px;
  }
}
.p-ddg-mv-title {
  line-height: 1;
}
@media (min-width: 992px) {
  .p-ddg-mv-title {
    margin-bottom: 0;
  }
}
.p-ddg-mv-title--main {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
@media (min-width: 992px) {
  .p-ddg-mv-title--main {
    font-size: 56px;
    margin-bottom: 16px;
  }
}
.p-ddg-mv-title--sub {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media (min-width: 992px) {
  .p-ddg-mv-title--sub {
    font-size: 25px;
  }
}
.p-ddg-mv-buttons {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
}
@media (min-width: 992px) {
  .p-ddg-mv-buttons {
    position: relative;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    margin-bottom: 80px;
    flex-direction: column;
    gap: 24px;
  }
}
.p-ddg-mv .c-button {
  width: 168px;
  height: 44px;
  justify-content: space-between;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-ddg-mv .c-button {
    width: 240px;
    height: 75px;
    padding: 0 22px;
    gap: 10px;
    flex-shrink: 0;
    justify-content: center;
  }
}
.p-ddg-mv .c-button:hover {
  color: black;
}
.p-ddg-mv .c-button--buy {
  color: #2c6ab5;
}
.p-ddg-mv .c-button--buy::before {
  background: white;
}
.p-ddg-mv .c-button--buy .c-button-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-ddg-mv .c-button--buy .main {
  display: block;
  font-family: var(--font-family--lato);
  font-weight: 600;
}
@media (min-width: 992px) {
  .p-ddg-mv .c-button--buy .main {
    font-size: 18px;
  }
}
.p-ddg-mv .c-button--buy .sub {
  display: block;
  font-size: 11px;
}
@media (min-width: 992px) {
  .p-ddg-mv .c-button--buy .sub {
    font-size: 14px;
    white-space: nowrap;
  }
}
.p-ddg-mv .c-button--trial .main {
  display: block;
}
@media (min-width: 992px) {
  .p-ddg-mv .c-button--trial .main {
    font-size: 20px;
  }
}
.p-ddg-mv .c-button--trial .sub {
  display: block;
  font-size: 11px;
}
@media (min-width: 992px) {
  .p-ddg-mv .c-button--trial .sub {
    font-size: 13px;
  }
}
.p-ddg-intro {
  background: #2c6ab5;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .p-ddg-intro {
    padding-top: 100px;
  }
}
.p-ddg-intro-title {
  display: flex;
  align-items: flex-start;
  font-size: 22px !important;
  gap: 10px;
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .p-ddg-intro-title {
    gap: 20px;
    font-size: 36px !important;
  }
}
.p-ddg-intro-title::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: white !important;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  flex-shrink: 0;
  position: relative;
  top: 7px;
}
@media (min-width: 992px) {
  .p-ddg-intro-title::before {
    width: 41px;
    height: 41px;
  }
}
.p-ddg-intro-title::after {
  display: none;
}
.p-ddg-problem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-ddg-problem {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 120px;
    margin-inline: auto;
    max-width: 1300px;
  }
}
@media (min-width: 992px) {
  .p-ddg-problem-item {
    width: 346px;
  }
}
.p-ddg-problem-item-title {
  font-size: 18px !important;
}
@media (min-width: 992px) {
  .p-ddg-problem-item-title {
    font-size: 26px !important;
  }
}
.p-ddg-problem-item-title::before, .p-ddg-problem-item-title::after {
  display: none;
}
.p-ddg-problem-item-image {
  max-width: 220px;
  margin: 0 auto 10px;
}
@media (min-width: 992px) {
  .p-ddg-problem-item-image {
    height: 370px;
    max-width: none;
  }
}
.p-ddg-problem-item p {
  line-height: 1.5;
}
@media (min-width: 992px) {
  .p-ddg-problem-item p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .p-ddg-solution {
    background: linear-gradient(to bottom, transparent calc(100% - 405px), black calc(100% - 405px));
    padding-bottom: 80px;
  }
}
.p-ddg-solution-container {
  display: flex;
  overflow: auto;
  max-width: 1700px;
  margin: auto;
}
@media (min-width: 992px) {
  .p-ddg-solution-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .p-ddg-solution-container {
    justify-content: center;
  }
}
.p-ddg-solution-title {
  font-size: 19px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-ddg-solution-title {
    font-size: 26px;
  }
}
.p-ddg-solution-header {
  display: none;
}
@media (min-width: 992px) {
  .p-ddg-solution-header {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 210px;
    gap: 320px;
  }
}
.p-ddg-solution-main {
  display: grid;
  place-items: center;
  width: 100%;
}
.p-ddg-solution-main__sp {
  width: 100%;
  max-width: 680px;
}
@media (min-width: 992px) {
  .p-ddg-solution-main__sp {
    display: none;
  }
}
.p-ddg-solution-main__sp img {
  display: block;
  width: 100%;
}
.p-ddg-solution-main__pc {
  display: none;
}
@media (min-width: 992px) {
  .p-ddg-solution-main__pc {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    flex-shrink: 0;
    width: 1020px;
  }
}
.p-ddg-product {
  background: #000;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .p-ddg-product {
    padding-top: 158px;
    padding-bottom: 120px;
  }
}
.p-ddg-product-section-title {
  display: block !important;
  font-weight: 500;
  text-align: left !important;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .p-ddg-product-section-title {
    line-height: 1.5;
    white-space: nowrap;
  }
}
.p-ddg-product-section-title::before {
  display: none !important;
}
.p-ddg-product-section-title--sub {
  font-size: 16px;
  color: #2c6ab5;
  display: block;
}
@media (min-width: 992px) {
  .p-ddg-product-section-title--sub {
    font-size: 24px;
  }
}
.p-ddg-product-section-title--main {
  display: block;
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-ddg-product-section-title--main {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .p-ddg-product-section-header {
    display: flex;
    align-items: center;
    gap: 60px;
  }
}
.p-ddg-product-section-header-desc {
  margin-top: -36px;
  color: #8e8e8e;
}
@media (min-width: 992px) {
  .p-ddg-product-section-header-desc {
    margin-top: 34px;
  }
}

@media (min-width: 992px) {
  .p-ddg-product-1 {
    display: flex;
  }
}
.p-ddg-product-1-header {
  position: relative;
}
@media (min-width: 992px) {
  .p-ddg-product-1-header {
    width: 57%;
    order: 2;
    min-width: 630px;
    padding-left: 70px;
  }
}
.p-ddg-product-1-header img {
  display: block;
  margin-left: auto;
}
@media (min-width: 992px) {
  .p-ddg-product-1-header img {
    right: -50px;
    position: relative;
  }
}
.p-ddg-product-1-main {
  position: relative;
}
@media (min-width: 992px) {
  .p-ddg-product-1-main {
    width: 64.03%;
    order: 1;
    padding-top: 72px;
  }
}
@media (min-width: 992px) {
  .p-ddg-product-1-main-image {
    position: absolute;
    width: 1040px;
    left: -190px;
  }
}
.p-ddg-product-1-main-image img {
  width: 64%;
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .p-ddg-product-1-main-image img {
    width: 100%;
  }
}
.p-ddg-product-1-title {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-ddg-product-1-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.p-ddg-product-1-model {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-ddg-product-1-model {
    font-size: 80px;
    margin-bottom: 8px;
  }
}
.p-ddg-product-1-desc {
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-ddg-product-1-desc {
    font-size: 27px;
    margin-bottom: 80px;
  }
}
.p-ddg-product-1-image {
  position: relative;
}
.p-ddg-product-1-buttons {
  position: absolute;
  bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  z-index: 5;
}
@media (min-width: 992px) {
  .p-ddg-product-1-buttons {
    justify-content: flex-start;
    bottom: 80px;
    left: 120px;
  }
}
.p-ddg-product-1 .c-button {
  width: 168px;
  height: 44px;
  justify-content: space-between;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-ddg-product-1 .c-button {
    width: 240px;
    height: 75px;
    gap: 10px;
    justify-content: center;
    padding: 0 22px;
  }
}
.p-ddg-product-1 .c-button:hover {
  color: #333;
}
.p-ddg-product-1 .c-button--buy {
  color: #2c6ab5;
}
.p-ddg-product-1 .c-button--buy::before {
  background: white;
}
.p-ddg-product-1 .c-button--buy .c-button-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-ddg-product-1 .c-button--buy .main {
  display: block;
  font-family: var(--font-family--lato);
  font-weight: 600;
}
@media (min-width: 992px) {
  .p-ddg-product-1 .c-button--buy .main {
    font-size: 18px;
  }
}
.p-ddg-product-1 .c-button--buy .sub {
  display: block;
  font-size: 11px;
}
@media (min-width: 992px) {
  .p-ddg-product-1 .c-button--buy .sub {
    font-size: 22px;
    white-space: nowrap;
  }
}
.p-ddg-product-1 .c-button--trial .main {
  display: block;
  font-size: 14px;
}
@media (min-width: 992px) {
  .p-ddg-product-1 .c-button--trial .main {
    font-size: 20px;
    white-space: nowrap;
    letter-spacing: 0.075em;
  }
}
.p-ddg-product-1 .c-button--trial .sub {
  display: block;
  font-size: 11px;
}
@media (min-width: 992px) {
  .p-ddg-product-1 .c-button--trial .sub {
    font-size: 13px;
    white-space: nowrap;
    letter-spacing: 0.2em;
  }
}

.p-ddg-product-2 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-ddg-product-2 {
    margin-bottom: 80px;
  }
}
.p-ddg-product-2-spec {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .p-ddg-product-2-spec {
    flex-direction: row;
    gap: 130px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .p-ddg-product-2-spec-image {
    position: absolute;
    width: 1040px;
    left: -190px;
  }
}
@media (min-width: 1740px) {
  .p-ddg-product-2-spec-image {
    left: auto;
    right: 50%;
  }
}
.p-ddg-product-2-spec-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .p-ddg-product-2-spec-content {
    display: block;
    place-items: flex-start;
    margin-top: 0;
    position: relative;
    left: 870px;
  }
}
.p-ddg-product-2-spec-content .content {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .p-ddg-product-2-spec-content .content {
    margin-bottom: 50px;
  }
}
.p-ddg-product-2-spec-content .content-title {
  font-size: 12px;
  font-weight: 600;
  color: #8e8e8e;
}
@media (min-width: 992px) {
  .p-ddg-product-2-spec-content .content-title {
    font-size: 24px;
  }
}
.p-ddg-product-2-spec-content .content-spec {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .p-ddg-product-2-spec-content .content-spec {
    font-size: 70px;
  }
}
.p-ddg-product-2-spec-content .content-spec span {
  font-size: 34px;
}
@media (min-width: 992px) {
  .p-ddg-product-2-spec-content .content-spec span {
    font-size: 68px;
  }
}
.p-ddg-product-2-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .p-ddg-product-2-detail {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 80px;
  }
}
@media (min-width: 992px) {
  .p-ddg-product-2-detail-image {
    order: 2;
    width: 57%;
    min-width: 630px;
    padding-left: 70px;
  }
}
.p-ddg-product-2-detail-image img {
  width: 64%;
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .p-ddg-product-2-detail-image img {
    width: 100%;
    right: -50px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .p-ddg-product-2-detail-content {
    order: 1;
    width: 43%;
  }
}
.p-ddg-product-2-detail-content p {
  color: #8e8e8e;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .p-ddg-product-2-detail-content p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .p-ddg-product-2-detail-content p:last-of-type {
    margin-bottom: 80px;
  }
}
.p-ddg-product-2-detail-content p span {
  color: white;
}
.p-ddg-product-2-size {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .p-ddg-product-2-size {
    margin-bottom: 60px;
  }
}
.p-ddg-product-2-size-title {
  font-size: 13px;
  color: #2c6ab5;
}
@media (min-width: 992px) {
  .p-ddg-product-2-size-title {
    font-size: 25px;
  }
}
.p-ddg-product-2-size-row {
  display: flex;
  gap: 20px;
}
@media (min-width: 992px) {
  .p-ddg-product-2-size-row {
    gap: 30px;
  }
}
.p-ddg-product-2-size-item {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-ddg-product-2-size-item {
    font-size: 52px;
  }
}
.p-ddg-product-2-size-item .dimensions {
  font-size: 0.5em;
  color: #8e8e8e;
}
@media (min-width: 992px) {
  .p-ddg-product-2-size-item .dimensions {
    font-size: 25px;
  }
}
.p-ddg-product-2-size-item .mm {
  font-size: 0.577em;
}
@media (min-width: 992px) {
  .p-ddg-product-2-size-item .mm {
    font-size: 30px;
    padding-left: 15px;
  }
}

.p-ddg-product-draft {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .p-ddg-product-draft {
    margin-bottom: 200px;
  }
}

.p-ddg-gomi {
  overflow: auto;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .p-ddg-gomi {
    margin-bottom: 180px;
  }
}
.p-ddg-gomi-container {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .p-ddg-gomi-container {
    display: flex;
    align-content: flex-end;
    gap: 60px;
    width: 1600px;
    max-width: 100%;
  }
}
.p-ddg-gomi-header {
  display: none;
}
@media (min-width: 992px) {
  .p-ddg-gomi-header {
    width: 135px;
    height: 100%;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.p-ddg-gomi-header img {
  display: block;
  width: 92px;
}
@media (min-width: 992px) {
  .p-ddg-gomi-header img {
    width: 130px;
  }
}
.p-ddg-gomi-title {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 110px;
}
@media (min-width: 992px) {
  .p-ddg-gomi-title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .p-ddg-gomi-title {
    margin-bottom: 276px;
  }
}
.p-ddg-gomi-main {
  max-width: 390px;
  margin: auto;
}
@media (min-width: 992px) {
  .p-ddg-gomi-main {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .p-ddg-gomi-main .swiper-slide {
    width: 33.3333%;
    padding: 0 12px;
  }
}
.p-ddg-gomi-item-title {
  color: #8e8e8e;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .p-ddg-gomi-item-title {
    font-size: 15px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .p-ddg-gomi-item-title {
    font-size: 19px;
  }
}
.p-ddg-gomi-item-title span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: white;
}
.p-ddg-gomi-legend-list {
  display: flex;
  justify-content: center;
  gap: 2px;
  max-width: 390px;
  margin: 0 auto 60px;
}
@media (min-width: 992px) {
  .p-ddg-gomi-legend-list {
    display: none;
  }
}
.p-ddg-gomi-legend-list-item {
  width: 25%;
  display: grid;
  place-content: center;
  height: 28px;
}
.p-ddg-gomi-legend-list-item__1 {
  border: 1px dashed #508aff;
}
.p-ddg-gomi-legend-list-item__2 {
  background: white;
  color: black;
}
.p-ddg-gomi-legend-list-item__3 {
  background: #2c6ab5;
}
.p-ddg-gomi-legend-list-item__4 {
  background: #444444;
}

.p-ddg-flow {
  display: grid;
  gap: 40px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .p-ddg-flow {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    padding-bottom: 200px;
  }
}
.p-ddg-flow-item-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .p-ddg-flow-item-title {
    font-size: 32px;
  }
}
.p-ddg-flow-item:nth-child(1) {
  color: #8e8e8e;
}

.p-ddg-cost {
  overflow: auto;
}
.p-ddg-cost-image img {
  width: 240px;
  display: block;
  margin: auto;
}
@media (min-width: 992px) {
  .p-ddg-cost-image img {
    width: auto;
  }
}
.p-ddg-cost-link {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .p-ddg-cost-link {
    padding-top: 120px;
  }
}

.post-type-archive-faq {
  background: #2c6ab5;
}
.post-type-archive-faq .page-header {
  background: #000;
}
.post-type-archive-faq .c-faq-block-title {
  padding-top: 16px;
  color: white;
}
@media (min-width: 992px) {
  .post-type-archive-faq .c-faq-block-title {
    margin-bottom: 48px;
  }
}
.post-type-archive-faq .c-faq-block {
  padding: 0;
}

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

.p-case-list {
  display: grid;
  gap: 24px;
}
@media (min-width: 992px) {
  .p-case-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.p-case-item {
  display: block;
  width: 100%;
}
.p-case-item-image {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-case-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-case-item-title {
  display: flex;
  align-items: center;
  background: var(--color-blue);
  font-size: 16px;
  color: white;
  width: 100%;
  height: 50px;
  padding: 0 1em;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-case-item-content {
  position: relative;
  display: block;
  padding: 1em;
  border-bottom: 1px solid #333;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-case-item-content::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #333;
  position: absolute;
  right: 0;
  bottom: -1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.p-case-item-excerpt {
  display: block;
}
.p-case-item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-case-item-cat__name {
  background: #333;
  font-weight: 400;
  color: white;
  border-radius: 30px;
  padding: 0 1em;
}
@media (min-width: 992px) {
  .p-case-item-cat__name {
    font-size: 14px;
  }
}
.p-case-item:hover .p-case-item-title {
  background: #333;
}
.p-case-item:hover .p-case-item-content {
  background: rgba(0, 0, 0, 0.025);
  color: #333;
}

.p-case-single-image {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
.p-case-single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-case-single-summery {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-case-single-summery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
.p-case-single-summery-content {
  border-bottom: 1px solid #333;
}
@media (min-width: 992px) {
  .p-case-single-summery-content {
    border-bottom: none;
  }
}
.p-case-single-summery-name {
  font-weight: 600;
}
.p-case-single-summery-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .p-case-single-summery-cat {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-case-single-summery-cat__name {
  border: 1px solid #333;
  border-radius: 30px;
  padding: 0 1em;
  font-size: 14px;
}
.p-case-single-footer {
  padding-top: 40px;
}
.p-case-single-footer .c-button {
  margin: auto;
}

.site-body .c-faq__container {
  padding: 10px;
}
@media (min-width: 992px) {
  .site-body .c-faq__container {
    padding: 15px;
  }
}
.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 {
  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 label:not(.with-checkbox-label label) {
  display: grid;
  place-content: center;
  width: 110px;
  height: 30px;
  position: relative;
  font-size: 16px;
}
@media (min-width: 992px) {
  .wpcf7-form label:not(.with-checkbox-label label) {
    width: 220px;
    height: 46px;
    font-size: 17px;
  }
}
.wpcf7-form label:not(.with-checkbox-label label).lg {
  width: 220px;
}
.wpcf7-form label:not(.with-checkbox-label label) span {
  position: relative;
  z-index: 1;
}
.wpcf7-form label:not(.with-checkbox-label label)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 9% 100%, 0 70%);
}
.wpcf7-form label:not(.with-checkbox-label label)::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background: black;
  clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 9% 100%, 0 70%);
}
.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 .submit-wrap {
  display: flex;
  align-items: center;
  position: relative;
  color: white;
  width: 106px;
  height: 30px;
  gap: 7px;
  font-family: var(--font-family--lato);
}
@media (min-width: 992px) {
  .wpcf7-form .submit-wrap {
    width: 195px;
    height: 46px;
    font-size: 20px;
    gap: 30px;
  }
}
.wpcf7-form .submit-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(44, 106, 181);
  clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 9% 100%, 0 70%);
}
.wpcf7-form .submit-wrap .arrow {
  width: 30px;
  display: grid;
  place-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .wpcf7-form .submit-wrap .arrow {
    width: 36px;
  }
}
.wpcf7-form .submit-wrap .arrow img {
  width: 100%;
}
.wpcf7-form .submit-wrap:hover {
  color: white;
}
.wpcf7-form .submit-wrap input[type=submit] {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
  color: white;
  border: none;
}
.wpcf7-form input[type=date], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=password], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form input[type=url], .wpcf7-form select, .wpcf7-form textarea {
  border-color: white;
  background: black;
  font-size: 16px;
  color: white;
  border-radius: 0;
  padding: 0.8em;
}
@media (min-width: 992px) {
  .wpcf7-form input[type=date], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=password], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form input[type=url], .wpcf7-form select, .wpcf7-form textarea {
    font-size: 17px;
  }
}
.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;
    padding: 1rem;
  }
}
.p-contact__table th {
  position: relative;
}
@media (min-width: 992px) {
  .p-contact__table th {
    width: 280px;
  }
}
.p-contact__table th .require {
  position: absolute;
  margin-right: 10px;
}
.p-contact__table td {
  margin-bottom: 0.5em;
}

.site-body h2 {
  display: flex;
  gap: 5px;
  font-size: 19px;
  position: relative;
  padding-bottom: 26px;
}
@media (min-width: 992px) {
  .site-body h2 {
    font-size: 26px;
  }
}
.site-body h2::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: #333;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  flex-shrink: 0;
  position: relative;
  top: 4px;
}
@media (min-width: 992px) {
  .site-body h2::before {
    width: 25px;
    height: 25px;
    top: 6px;
  }
}
.site-body h3 {
  font-size: 1.2rem;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}
.site-body h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px; /* ラインの長さ */
  height: 2px;
  max-width: 100%;
  background: linear-gradient(to right, #0077b6, rgba(0, 119, 182, 0));
  border-radius: 2px;
}
.site-body h5 {
  display: grid;
  place-content: center;
  justify-content: flex-start;
  height: 36px;
  background: #c4dde9;
  font-size: 14px;
  color: #333333;
  padding-left: 1.2em;
  position: relative;
}
@media (min-width: 992px) {
  .site-body h5 {
    font-size: 18px;
    height: 48px;
  }
}
.site-body h5::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #454f5b;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}
@media (min-width: 992px) {
  .site-body h5::before {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
  }
}
.site-body h5:where(:not(.wp-block-post-title)) {
  padding-bottom: 0;
}

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

.site-body 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 {
  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) {
  .wp-block-button .wp-block-button__link {
    width: 250px;
    height: 56px;
    max-width: 100%;
  }
}
.wp-block-button .wp-block-button__link::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) {
  .wp-block-button .wp-block-button__link::after {
    font-size: 20px;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background: var(--color-blue);
  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 > .wp-block-button {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .wp-block-buttons > .wp-block-button {
    margin: 0;
  }
}

.c-button {
  display: flex;
  align-items: center;
  position: relative;
  color: white;
  width: 106px;
  height: 30px;
  padding: 0 14px;
  gap: 7px;
  font-family: var(--font-family--lato);
}
@media (min-width: 992px) {
  .c-button {
    width: 195px;
    height: 40px;
    font-size: 20px;
    padding: 0 25px;
    gap: 30px;
  }
}
.c-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(44, 106, 181);
  clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 9% 100%, 0 70%);
}
.c-button-text {
  position: relative;
  white-space: nowrap;
}
.c-button .arrow {
  width: 30px;
  display: grid;
  place-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .c-button .arrow {
    width: 36px;
  }
}
.c-button .arrow img {
  width: 100%;
}
.c-button:hover {
  color: white;
}
.c-button--blk::before {
  background: #333;
}
.c-button--xl {
  width: 100%;
  max-width: 260px;
  height: 44px;
  justify-content: space-between;
  margin: auto;
}
@media (min-width: 992px) {
  .c-button--xl {
    max-width: 680px;
    height: 80px;
  }
}
.c-button--xl::before {
  clip-path: polygon(0 0, 97% 0, 100% 25%, 100% 100%, 3% 100%, 0 75%);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-button--xl:hover::before {
  background: rgba(44, 106, 181, 0.9);
}

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

.c-contact-cta {
  width: 100%;
  height: 400px;
  display: grid;
  place-content: center;
  background: url("../images/front/bg_contact.png") center center no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .c-contact-cta {
    height: 560px;
  }
}
.c-contact-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: white;
  width: 100%;
  height: 98px;
  position: relative;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .c-contact-cta-button {
    gap: 48px;
    width: 510px;
    height: 150px;
  }
}
.c-contact-cta-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(44, 106, 181, 0.86);
  clip-path: polygon(0 0, 92% 0, 100% 30%, 100% 100%, 9% 100%, 0 70%);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-contact-cta-button:hover {
  color: #fff;
}
.c-contact-cta-button:hover::before {
  background: rgb(44, 106, 181);
}
.c-contact-cta-button-text {
  position: relative;
}
.c-contact-cta-button-arrow {
  position: relative;
}
.c-contact-cta-button-arrow img {
  width: 36px;
}
@media (min-width: 992px) {
  .c-contact-cta-button-arrow img {
    width: 64px;
  }
}
.c-contact-cta-button-main {
  display: block;
  font-family: var(--font-family--lato);
  font-size: 39px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .c-contact-cta-button-main {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
.c-contact-cta-button-sub {
  display: block;
  font-size: 15px;
  letter-spacing: 0.27em;
  line-height: 1;
}
@media (min-width: 992px) {
  .c-contact-cta-button-sub {
    font-size: 20px;
    letter-spacing: 0.45em;
    margin-bottom: 10px;
    padding-left: 4px;
  }
}

.c-faq-block {
  background: #2c6ab5;
  color: white;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .c-faq-block {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.c-faq-block-title {
  display: block !important;
  text-align: left;
}
@media (min-width: 992px) {
  .c-faq-block-title {
    line-height: 1.3;
  }
}
.c-faq-block-title::before {
  display: none !important;
}
.c-faq-block-title--main {
  font-family: var(--font-family--lato);
  font-size: 36px;
  display: block;
}
@media (min-width: 992px) {
  .c-faq-block-title--main {
    font-size: 72px;
  }
}
.c-faq-block-title--sub {
  display: block;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.15em;
}
@media (min-width: 992px) {
  .c-faq-block-title--sub {
    font-size: 26px;
  }
}

.c-faq-list {
  display: grid;
  gap: 40px;
}
.c-faq-row {
  margin-bottom: 0;
}
.c-faq-row-header {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .c-faq-row-header {
    gap: 24px;
  }
}
.c-faq-row-header .icon {
  font-family: var(--font-family--lato);
  font-size: 36px;
  font-weight: bold;
  color: #2c6ab5;
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .c-faq-row-header .icon {
    width: 54px;
    height: 54px;
    font-size: 32px;
  }
}
.c-faq-row-header .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  clip-path: polygon(0 0, 82% 0, 100% 24%, 100% 100%, 18% 100%, 0 76%);
}
.c-faq-row-header .icon span {
  position: relative;
}
.c-faq-row-header-title {
  font-size: 17px;
  line-height: 1.2;
  width: 100%;
  border-bottom: 1px solid white;
  padding-bottom: 6px;
  position: relative;
}
@media (min-width: 992px) {
  .c-faq-row-header-title {
    font-size: 20px;
    border-bottom-width: 2px;
  }
}
.c-faq-row-header-title::after {
  content: "";
  width: 20px;
  height: 1px;
  background: white;
  position: absolute;
  right: 0;
  bottom: -1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
@media (min-width: 992px) {
  .c-faq-row-header-title::after {
    width: 24px;
    height: 2px;
    bottom: -2px;
  }
}
.c-faq-row-body {
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.5s ease;
  height: 0;
  opacity: 0;
}
.c-faq-row-body-content {
  padding-left: 56px;
}
@media (min-width: 992px) {
  .c-faq-row-body-content {
    padding-left: 80px;
  }
}
.c-faq-row-body.active {
  height: auto;
  opacity: 1;
}
.c-faq-row-body.active .c-faq-row-body-content {
  padding-top: 8px;
}

.c-faq-more {
  padding-top: 24px;
}
.c-faq-more .c-button {
  margin: auto;
  justify-content: center;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .c-faq-more .c-button {
    gap: 20px;
  }
}
.c-faq-more .c-button::before {
  background: white;
}
.c-faq-more .c-button .c-button-text {
  color: #2c6ab5;
  font-weight: bold;
}
.c-faq-more .c-button:hover::before {
  opacity: 0.9;
}

.c-youtube-container {
  width: 100%;
  max-width: 780px;
  aspect-ratio: 16/9;
  background: #000;
  margin: 1em auto;
}
@media (min-width: 992px) {
  .c-youtube-container {
    margin: 40px auto;
  }
}
.c-youtube-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

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