@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --font-family--gothic: "Noto Sans JP", sans-serif;
  --font-family--lato: "Lato", "Noto Sans JP", sans-serif;
  --color-black: #141d2a;
  --color-dark: #333;
  --color-green: #66cc99;
  --color-blue: #2d99cd;
  --color-sky: #00a1e7;
  --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;
  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: black;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

p {
  line-height: 2;
}

.l-container, .l-container-lg, .l-container-md, .l-container-sm, .l-container-xl {
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .l-container, .l-container-lg, .l-container-md, .l-container-sm, .l-container-xl {
    max-width: 1330px;
  }
}

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

.l-container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}

.page-header {
  min-height: 70px;
  background: #74a9ce;
}
@media (min-width: 992px) {
  .page-header {
    min-height: 140px;
  }
}
.page-header.has-image {
  height: 40vw;
  position: relative;
}
@media (min-width: 992px) {
  .page-header.has-image {
    height: 280px;
  }
}
.page-header.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header.has-image .page-header-inner {
  position: absolute;
  width: 100%;
}
.page-header-inner {
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
}

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

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

.device-pc .global-nav-list > li > a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
.site-header {
  background: linear-gradient(to bottom, #0068B7 0px, #0068B7 99px, rgba(0, 0, 0, 0.8) 99px, rgba(0, 0, 0, 0.8) 163px);
  background-repeat: repeat-x; /* 横方向にリピート */
}
.site-header .dummy-header {
  display: block;
}
@media (min-width: 992px) {
  .site-header .dummy-header {
    height: 162px;
    margin: auto;
  }
}

.vk-mobile-nav-menu-btn {
  display: none;
}

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

.site-footer {
  background: #000;
}
.site-footer .dummy-footer {
  display: block;
  margin: auto;
}

.p-front-container {
  max-width: 1330px;
}

.p-front-hero {
  width: 100%;
  height: 405px;
  background: url("../images/front/img_front_visual_sp.jpg") no-repeat;
  background-size: cover;
  margin-top: 65px;
}
@media (min-width: 992px) {
  .p-front-hero {
    height: 500px;
    background: url("../images/front/img_front_visual.jpg") no-repeat;
    background-size: cover;
    margin-top: 163px;
  }
}
.p-front-hero__container {
  display: grid;
  place-items: center;
  padding-top: 110px;
}
@media (min-width: 992px) {
  .p-front-hero__container {
    padding-top: 50px;
  }
}
.p-front-hero-title img {
  width: 238px;
}
@media (min-width: 992px) {
  .p-front-hero-title img {
    width: auto;
  }
}

.p-front-section-title {
  border: none;
  padding: 10px 0 0;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  gap: 6px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-section-title {
    font-size: 40px;
    margin-bottom: 1.5em;
  }
}
.p-front-section-title::before {
  display: block;
  content: "";
  width: 33px;
  height: 3.5px;
  background: url("../images/icons/section-title-dots.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .p-front-section-title::before {
    width: 54px;
    height: 6px;
  }
}

.p-front-section-desc {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-section-desc {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 46px;
  }
}

.p-front-visual {
  background: #f1f3f6;
  padding-top: 60px;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .p-front-visual {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}
.p-front-visual-title {
  border: none;
  padding: 0;
  margin: 0 0 24px;
  color: #333333;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-visual-title {
    margin-bottom: 60px;
  }
}
.p-front-visual-title__sub {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .p-front-visual-title__sub {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.p-front-visual-title__sub--bottom {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-front-visual-title__sub--bottom {
    font-size: 28px;
  }
}
.p-front-visual-title__main {
  display: block;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .p-front-visual-title__main {
    font-size: 52px;
    margin-bottom: 5px;
  }
}
.p-front-visual-title__main .blue {
  color: #00a1e8;
}
.p-front-visual-title__main .red {
  color: #e3007f;
}
.p-front-visual-title__main .yellow {
  color: #ffd800;
}
.p-front-visual-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .p-front-visual-items {
    gap: 15px;
    flex-direction: row;
    justify-content: center;
  }
}
.p-front-visual-items__top, .p-front-visual-items__bottom {
  display: flex;
  justify-content: center;
  gap: 41px;
}
@media (min-width: 992px) {
  .p-front-visual-items__top, .p-front-visual-items__bottom {
    gap: 15px;
  }
}
.p-front-visual-items__top .p-front-visual-item, .p-front-visual-items__bottom .p-front-visual-item {
  width: 132px;
}
@media (min-width: 992px) {
  .p-front-visual-items__top .p-front-visual-item, .p-front-visual-items__bottom .p-front-visual-item {
    width: 190px;
  }
}
@media (min-width: 1330px) {
  .p-front-visual-items__top .p-front-visual-item, .p-front-visual-items__bottom .p-front-visual-item {
    width: 220px;
  }
}
.p-front-visual-items__middle .p-front-visual-item {
  width: 210px;
}
@media (min-width: 992px) {
  .p-front-visual-items__middle .p-front-visual-item {
    width: 303px;
  }
}
@media (min-width: 1330px) {
  .p-front-visual-items__middle .p-front-visual-item {
    width: 350px;
  }
}
.p-front-visual-item {
  text-align: center;
}
.p-front-visual-item img {
  display: block;
}
.p-front-visual-item-image {
  background: white;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-front-visual-item-image {
    margin-bottom: 20px;
  }
}
.p-front-visual-item p {
  font-size: 12px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-front-visual-item p {
    font-size: 15px;
  }
}
.p-front-visual-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .p-front-visual-buttons {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    padding-top: 56px;
  }
}

.p-front-about {
  background: #74a9ce;
  color: white;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .p-front-about {
    padding: 75px 0 105px;
  }
}
@media (min-width: 992px) {
  .p-front-about .p-front-section-title {
    margin-bottom: 20px;
  }
}
.p-front-about-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media (min-width: 992px) {
  .p-front-about-list {
    flex-direction: row;
    justify-content: space-around;
    gap: 10px;
  }
}
.p-front-about-list-item {
  width: 262px;
  height: 262px;
  border-radius: 50%;
  border: 4px solid;
  text-align: center;
  padding: 38px 30px 0;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-about-list-item {
    width: 350px;
    height: 350px;
    border-width: 5px;
  }
}
.p-front-about-list-item::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 38px);
  background: #95c3dd;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media (min-width: 992px) {
  .p-front-about-list-item::before {
    top: 24px;
    height: calc(100% - 48px);
  }
}
.p-front-about-list-item--blue {
  border-color: #00a1e8;
}
.p-front-about-list-item--pink {
  border-color: #e3007f;
}
.p-front-about-list-item--yellow {
  border-color: #ffd800;
}
.p-front-about-list-item-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-about-list-item-title {
    font-size: 36px;
  }
}
.p-front-about-list-item-text {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
@media (min-width: 992px) {
  .p-front-about-list-item-text {
    font-size: 18px;
  }
}

.p-front-capabilities {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-capabilities {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-front-capabilities-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .p-front-capabilities-tabs {
    margin-bottom: 20px;
  }
}
.p-front-capabilities-tab {
  width: 100%;
  height: 47px;
  border-radius: 3px 3px 0 0;
  border-top: 5px solid;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  display: grid;
  place-content: center;
  font-size: 14px;
  color: #333;
}
@media (min-width: 992px) {
  .p-front-capabilities-tab {
    height: 55px;
    font-size: 20px;
  }
}
.p-front-capabilities-tab--sky {
  border-top-color: #00a1e8;
}
.p-front-capabilities-tab--pink {
  border-top-color: #e3007f;
}
.p-front-capabilities-tab--blue {
  border-top-color: #3107bc;
}
.p-front-capabilities-tab--yellow {
  border-top-color: #ffd800;
}
.p-front-capabilities-tab--green {
  border-top-color: #069f1f;
}
.p-front-capabilities-box {
  display: grid;
  gap: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 30px 16px 20px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .p-front-capabilities-box {
    grid-template-columns: repeat(3, 1fr);
    padding: 25px 25px 60px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .p-front-capabilities-item-image {
    margin-bottom: 24px;
  }
}
.p-front-capabilities-item-image img {
  display: block;
}
@media (min-width: 992px) {
  .p-front-capabilities-item-title {
    font-size: 18px;
  }
}
.p-front-capabilities-more .c-button {
  margin: auto;
}

.p-front-case {
  background: #f1f3f6;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .p-front-case {
    padding: 75px 0 100px;
  }
}
.p-front-case-list {
  padding: 0 20px;
  margin-bottom: 40px;
}
.p-front-case-more .c-button {
  margin: auto;
}

.p-front-support {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .p-front-support {
    padding-top: 100px;
  }
}
.p-front-support .p-front-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .p-front-support .p-front-container {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
  }
}
.p-front-support-content {
  text-align: center;
  width: 100%;
}
.p-front-support-content p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .p-front-support-content p {
    font-size: 20px;
  }
}
.p-front-support-link {
  position: relative;
  display: grid;
  place-content: center;
  background: var(--color-sky);
  font-size: 19px;
  font-weight: bold;
  color: white;
  width: 325px;
  max-width: 100%;
  height: 87px;
  border-radius: 5px;
  margin: 0 auto 16px;
}
@media (min-width: 992px) {
  .p-front-support-link {
    width: 520px;
    height: 140px;
    border-radius: 10px;
    font-size: 30px;
  }
}
.p-front-support-link span {
  display: block;
  font-size: 15px;
}
@media (min-width: 992px) {
  .p-front-support-link span {
    font-size: 24px;
  }
}
.p-front-support-link:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: yellow;
  position: absolute;
  bottom: 27px;
  left: calc(50% + 120px);
}
@media (min-width: 992px) {
  .p-front-support-link:after {
    width: 12px;
    height: 12px;
    bottom: 44px;
    left: calc(50% + 180px);
  }
}
@media (min-width: 992px) {
  .p-front-support-link + p {
    font-size: 26px;
  }
}
.p-front-support-link:hover {
  background: #333;
  color: #fff;
}
.p-front-support-link:hover::after {
  background: white;
}
.p-front-support-image {
  text-align: center;
  width: 100%;
}
.p-front-support-image img {
  max-width: 522px;
}

.p-front-technology {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .p-front-technology {
    padding-top: 100px;
  }
}
.p-front-technology-box {
  background: #f1f3f6;
  border-radius: 10px;
  padding: 35px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .p-front-technology-box {
    flex-direction: row;
    gap: 50px;
    padding: 55px 40px;
  }
}
@media (min-width: 992px) {
  .p-front-technology-image {
    width: 370px;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .p-front-technology-content {
    text-align: center;
  }
}
.p-front-technology-content-header {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-technology-content-header {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
.p-front-technology-content-header-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #333;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-technology-content-header-desc {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
.p-front-technology-content p {
  font-size: 13px;
  font-weight: 400;
  color: #333;
}
@media (min-width: 992px) {
  .p-front-technology-content p {
    font-size: 16px;
  }
}
.p-front-technology-content .c-button {
  margin: 20px auto 0;
}

.p-front-products {
  padding-top: 42px;
}
@media (min-width: 992px) {
  .p-front-products {
    padding-top: 60px;
  }
}
.p-front-products-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .p-front-products-list {
    flex-wrap: nowrap;
  }
}
.p-front-products-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media (min-width: 992px) {
  .p-front-products-list-item {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .p-front-products-list-item {
    width: 25%;
  }
}
.p-front-products-list-item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  width: 4em;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-products-list-item-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-front-products-list-item-image {
  width: 100%;
  height: 64px;
  display: grid;
  place-content: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-front-products-list-item-image {
    height: 100px;
  }
}
.p-front-products-list-item-image img {
  height: 64px;
  width: auto;
}
@media (min-width: 992px) {
  .p-front-products-list-item-image img {
    height: 100px;
  }
}
.p-front-products-list-item-content {
  font-size: 15px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .p-front-products-list-item-content {
    font-size: 22px;
  }
}
.p-front-products-list-item-content-row {
  display: flex;
  align-items: center;
}
.p-front-products-list-item-content-row .title {
  padding-bottom: 0.8em;
  width: 4em;
  text-align: left;
}
@media (min-width: 992px) {
  .p-front-products-list-item-content-row .title {
    font-size: 18px;
    padding-bottom: 0;
  }
}
.p-front-products-list-item-content .num {
  font-size: 27px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .p-front-products-list-item-content .num {
    font-size: 40px;
  }
}
.p-front-products-list-item-content .md {
  font-size: 13px;
  position: relative;
  top: -4px;
}
@media (min-width: 992px) {
  .p-front-products-list-item-content .md {
    font-size: 20px;
  }
}
.p-front-products-list-item-content .sm {
  font-size: 10px;
}
@media (min-width: 992px) {
  .p-front-products-list-item-content .sm {
    font-size: 16px;
  }
}
.p-front-products-contact {
  display: grid;
  place-content: center;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #e3007f;
  border-radius: 10px;
  color: #e3007f;
  text-align: center;
  padding: 18px;
  margin: auto;
  max-width: 600px;
}
@media (min-width: 992px) {
  .p-front-products-contact {
    font-size: 20px;
  }
}

.p-front-lineup {
  padding-top: 50px;
}
.p-front-lineup-items {
  display: grid;
  gap: 26px;
  padding: 0 26px 50px;
  background: linear-gradient(to bottom, transparent 0, transparent 230px, #4d545c 230px, #4d545c 100%);
}
@media (min-width: 992px) {
  .p-front-lineup-items {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 0 10px 50px;
  }
}
.p-front-lineup-card {
  width: 100%;
  height: 462px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 75px;
  color: white;
  background: #6eabda;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 55%;
}
@media (min-width: 992px) {
  .p-front-lineup-card {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 190px;
    height: 440px;
    border-radius: 10px;
  }
}
.p-front-lineup-card-title {
  font-size: 28px;
  text-align: center;
  border: none;
  padding: 0;
  margin: 0;
}
.p-front-lineup-card-title::after {
  display: none;
}
.p-front-lineup-card p {
  font-size: 16px;
}
.p-front-lineup-card--1 {
  background: url("../images/front/img_lineup_1.jpg") center center no-repeat;
  background-size: cover;
}
.p-front-lineup-card--2 {
  background: url("../images/front/img_lineup_2.jpg") center center no-repeat;
  background-size: cover;
}
.p-front-lineup-card--3 {
  background: url("../images/front/img_lineup_3.jpg") center center no-repeat;
  background-size: cover;
}
.p-front-lineup-card--4 {
  background: url("../images/front/img_lineup_4.jpg") center center no-repeat;
  background-size: cover;
}
.p-front-lineup-card--5 {
  background: url("../images/front/img_lineup_5.jpg") center center no-repeat;
  background-size: cover;
}

.p-front-wire-guide {
  background: #4d545c;
  color: white;
  padding-top: 45px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .p-front-wire-guide {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}
.p-front-wire-guide-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .p-front-wire-guide-title {
    flex-direction: row;
    gap: 30px;
    font-size: 30px;
    margin-bottom: 60px;
  }
}
.p-front-wire-guide-title span {
  font-size: 14px;
  display: block;
}
@media (min-width: 992px) {
  .p-front-wire-guide-title span {
    font-size: 18px;
  }
}
.p-front-wire-guide-list {
  display: grid;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-front-wire-guide-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
    margin-bottom: 50px;
  }
}
.p-front-wire-guide-card {
  display: block;
  width: 100%;
  aspect-ratio: 617/332;
  background: url("../images/front/rope_hover.svg") center center no-repeat;
  background-size: contain;
  position: relative;
  padding: 28px 48px;
  color: white;
}
.p-front-wire-guide-card:nth-child(n+2) {
  display: none;
}
@media (min-width: 992px) {
  .p-front-wire-guide-card:nth-child(n+2) {
    display: block;
  }
}
.p-front-wire-guide-card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/front/rope.svg") center center no-repeat;
  background-size: contain;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.p-front-wire-guide-card:hover {
  color: white;
}
.p-front-wire-guide-card:hover::before {
  opacity: 0;
}
.p-front-wire-guide-card-title {
  position: relative;
  font-size: 17px;
  line-height: 2;
}
@media (min-width: 992px) {
  .p-front-wire-guide-card-title {
    font-size: 22px;
  }
}
.p-front-wire-guide-card-title--sub {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #a8d2ef;
}
@media (min-width: 992px) {
  .p-front-wire-guide-card-title--sub {
    font-size: 16px;
  }
}
.p-front-wire-guide-card-title--sub::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #a8d2ef;
}
.p-front-wire-guide-card-num {
  position: absolute;
  right: 22px;
  bottom: 22px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .p-front-wire-guide-card-num {
    font-size: 15px;
  }
}
.p-front-wire-guide-more .c-button {
  margin: auto;
}

.c-main-navigation {
  background: #26272a;
  overflow: auto;
}
.c-main-navigation .global-nav {
  display: block;
}
.c-main-navigation .global-nav ul.menu {
  display: flex;
  align-items: center;
  height: 60px;
}
@media (min-width: 992px) {
  .c-main-navigation .global-nav ul.menu {
    justify-content: center;
    margin: auto;
  }
}
.c-main-navigation .global-nav ul.menu li {
  padding: 0 2em;
  line-height: 1;
}
.c-main-navigation .global-nav ul.menu li:not(:last-child) {
  border-right: 1px solid white;
}
.c-main-navigation .global-nav ul.menu li a {
  color: white;
}
@media (min-width: 992px) {
  .c-main-navigation .global-nav ul.menu li a {
    padding: 0;
  }
}
.c-main-navigation .global-nav ul.menu li a:hover {
  color: #00a1e7;
}
.c-main-navigation .global-nav ul.menu .global-nav-name {
  font-size: 14px;
}
@media (min-width: 992px) {
  .c-main-navigation .global-nav ul.menu .global-nav-name {
    font-size: 16px;
  }
}

body:not(.home) .c-main-navigation {
  margin-top: 65px;
}
@media (min-width: 768px) {
  body:not(.home) .c-main-navigation {
    margin-top: 163px;
  }
}

.c-page-header p {
  margin-bottom: 0 !important;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .c-page-header p {
    font-size: 24px;
  }
}

.entry-body #ez-toc-container {
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 25px 20px;
}
.entry-body #ez-toc-container .ez-toc-title-container {
  margin-bottom: 1em;
}
.entry-body #ez-toc-container ul.ez-toc-list li {
  font-size: 15px;
  line-height: 2;
}
.entry-body #ez-toc-container ul.ez-toc-list li.ez-toc-heading-level-3:not(:last-child) {
  margin-bottom: 1em;
}

.wp-block-columns.is-layout-flex h6 {
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .wp-block-columns.is-layout-flex h6 {
    border-radius: 10px 10px 0 0;
  }
}

.wp-block-table.has-colors table {
  font-size: 11px;
  color: #333333;
}
@media (min-width: 992px) {
  .wp-block-table.has-colors table {
    font-size: 14px;
  }
}
.wp-block-table.has-colors table tr {
  background: #fafafa;
}
.wp-block-table.has-colors table tr:nth-child(odd) {
  background: #fafafa;
}
.wp-block-table.has-colors table td {
  border-color: #ced7e5;
  padding: 0.8em;
}
.wp-block-table.has-colors table td.bg-sky {
  background: #a8d2ef;
}
.wp-block-table.has-colors table td[rowspan="2"] {
  background: #69a2ca;
  color: #fff;
}

@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: 22px;
  line-height: 1.5;
  color: #333333;
  position: relative;
  margin-top: 0;
  padding-bottom: 26px;
  border: none;
}
@media (min-width: 992px) {
  .site-body h2 {
    font-size: 44px;
  }
}
.site-body h2::after {
  content: "";
  width: 46px;
  height: 22px;
  background: url("../images/icons/deco_h2.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: calc(50% - 23px);
}
.site-body h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
  border-top: 1px solid #006699;
  border-bottom: 1px solid #006699;
  padding: 0.8em 0;
}
@media (min-width: 992px) {
  .site-body h3 {
    font-size: 36px;
  }
}
.site-body h4 {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #006699;
  background: none;
  padding: 0.2em 0.5em;
  margin-bottom: 1em;
  border: 1px solid #006699;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .site-body h4 {
    font-size: 20px;
    border-radius: 4px;
  }
}
.site-body h4.has-background {
  border: none;
}
.site-body h5 {
  display: grid;
  place-content: center;
  justify-content: flex-start;
  font-size: 17px;
  line-height: 1.5;
  color: #006699;
  padding-left: 25px;
  position: relative;
  border-bottom: none;
}
@media (min-width: 992px) {
  .site-body h5 {
    font-size: 22px;
    height: 48px;
    padding-left: 36px;
  }
}
.site-body h5::before {
  content: "";
  width: 18px;
  height: 6px;
  background: #006699;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  border-radius: 2px;
}
@media (min-width: 992px) {
  .site-body h5::before {
    width: 24px;
    height: 8px;
    top: calc(50% - 4px);
    border-radius: 4px;
  }
}
.site-body h5:where(:not(.wp-block-post-title)) {
  padding-bottom: 0;
}
.site-body h6 {
  font-size: 20px;
  color: white;
  background: #4d545c;
  padding: 0.5em;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .site-body h6 {
    font-size: 18px;
    border-radius: 10px;
  }
}

@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 {
  font-size: 13px;
  font-weight: bold;
  color: white;
  display: grid;
  place-content: center;
  min-width: 255px;
  height: 45px;
  max-width: 100%;
  padding: 0;
  background: var(--color-sky);
  border-radius: 45px;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link {
    font-size: 16px;
    width: 300px;
    height: 60px;
    max-width: 100%;
  }
}
.wp-block-button .wp-block-button__link::after {
  content: "";
  width: 7.5px;
  height: 7.5px;
  background: white;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  top: calc(50% - 3.25px);
}
@media (min-width: 992px) {
  .wp-block-button .wp-block-button__link::after {
    width: 10px;
    height: 10px;
    right: 26px;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background: #26272a;
  color: white;
}
.wp-block-button .wp-block-button__link:hover::after {
  background: #ffff00;
}

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

.c-button {
  font-size: 13px;
  font-weight: bold;
  color: white;
  display: grid;
  place-content: center;
  width: 100%;
  height: 45px;
  max-width: 225px;
  padding: 0;
  background: var(--color-sky);
  border-radius: 45px;
  position: relative;
}
@media (min-width: 992px) {
  .c-button {
    font-size: 16px;
    width: 300px;
    height: 60px;
    max-width: 100%;
  }
}
.c-button::after {
  content: "";
  width: 7.5px;
  height: 7.5px;
  background: white;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  top: calc(50% - 3.25px);
}
@media (min-width: 992px) {
  .c-button::after {
    width: 10px;
    height: 10px;
    right: 26px;
  }
}
.c-button:hover {
  background: #26272a;
  color: white;
}
.c-button:hover::after {
  background: #ffff00;
}

.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-case-card-list {
  display: grid;
}
@media (min-width: 992px) {
  .c-case-card-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

.c-case-card {
  background: white;
  border-radius: 5px;
  padding: 16px 16px 32px;
}
@media (min-width: 992px) {
  .c-case-card {
    border-radius: 10px;
    padding: 20px 20px 40px;
  }
}
.c-case-card:nth-child(n+2) {
  display: none;
}
@media (min-width: 992px) {
  .c-case-card:nth-child(n+2) {
    display: block;
  }
}
.c-case-card-dot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33px;
  height: 33px;
  border-radius: 5px 0 0 0;
  background: white;
}
.c-case-card-dot::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a1e8;
  position: absolute;
  right: 9px;
  bottom: 10px;
}
.c-case-card-dot-red::after {
  background: #e3007f;
}
.c-case-card-dot-yellow::after {
  background: #ffd800;
}
.c-case-card-image {
  position: relative;
  margin-bottom: 26px;
}
.c-case-card-image img {
  display: block;
}
.c-case-card-title {
  font-size: 17px;
  line-height: 2;
  color: #333;
  border-bottom: 1px solid #666666;
}
@media (min-width: 992px) {
  .c-case-card-title {
    font-size: 20px;
  }
}
.c-case-card-title::after {
  display: none;
}
.c-case-card-content {
  font-size: 13px;
  color: #333;
}
@media (min-width: 992px) {
  .c-case-card-content {
    font-size: 16px;
  }
}
.c-case-card-text {
  line-height: 2;
}

.c-large-cta {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .c-large-cta {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-large-cta-bg {
    background: url("../images/common/bg_cta.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 92px;
  }
}
.c-large-cta-container {
  background: url("../images/common/bg_cta.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 48px;
  display: grid;
}
@media (min-width: 992px) {
  .c-large-cta-container {
    background: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.c-large-cta-header {
  text-align: center;
}
.c-large-cta-header-desc {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .c-large-cta-header-desc {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 72px;
  }
}
@media (min-width: 992px) {
  .c-large-cta-header-desc .pc {
    display: inline;
  }
}
.c-large-cta-header-image .caption {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .c-large-cta-header-image .caption {
    font-size: 15px;
  }
}
.c-large-cta-main {
  width: 100%;
}
.c-large-cta-title {
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .c-large-cta-title {
    font-size: 36px;
    line-height: 2;
  }
}
.c-large-cta-form {
  background: #f1f3f6;
  border-radius: 10px;
  width: 100%;
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .c-large-cta-form {
    width: 520px;
    padding: 35px 50px;
    margin: auto;
  }
}
.c-large-cta-form-title {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.c-large-cta-buttons {
  display: grid;
  place-content: center;
  gap: 25px;
  padding-top: 45px;
}
@media (min-width: 992px) {
  .c-large-cta-buttons {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    padding-top: 0;
  }
}
.c-large-cta-button {
  display: grid;
  place-content: center;
  position: relative;
  width: 335px;
  max-width: 100%;
  height: 90px;
  background: #2788c6;
  border-radius: 5px;
  font-size: 20px;
  color: white;
}
@media (min-width: 992px) {
  .c-large-cta-button {
    width: 100%;
    height: 180px;
    border-radius: 10px;
  }
}
.c-large-cta-button::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  position: absolute;
  right: 38px;
  top: 39px;
}
@media (min-width: 992px) {
  .c-large-cta-button::after {
    right: 84px;
    top: 84px;
  }
}
.c-large-cta-button .icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 76px;
  height: 50px;
  display: grid;
  place-content: center;
}
@media (min-width: 992px) {
  .c-large-cta-button .icon {
    left: 50px;
    top: 65px;
  }
}
.c-large-cta-button .icon img {
  display: block;
}
.c-large-cta-button:hover {
  background: #4a5159;
  color: white;
}
.c-large-cta-button:hover::after {
  background: yellow;
}
.c-large-cta-button--qa .icon img {
  width: 76px;
}
.c-large-cta-button--company {
  background: #0a73b5;
}
.c-large-cta-button--company img {
  width: 48px;
}
.c-large-cta-button--company:hover {
  background: #363d44;
}
.c-large-cta-button--location {
  background: #065f97;
}
.c-large-cta-button--location img {
  width: 36px;
}
.c-large-cta-button--location:hover {
  background: #26272a;
}

.c-contact-form-row {
  margin-bottom: 12px;
}
.c-contact-form label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #333;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .c-contact-form label {
    font-size: 16px;
  }
}
.c-contact-form label .required {
  display: grid;
  place-content: center;
  background: #ff6600;
  border-radius: 16px;
  font-size: 10px;
  color: white;
  font-weight: 400;
  line-height: 1;
  padding: 2px 5px;
}
@media (min-width: 992px) {
  .c-contact-form label .required {
    font-size: 13px;
    padding: 4px 5px;
  }
}
.c-contact-form label .optional {
  display: grid;
  place-content: center;
  background: #999999;
  border-radius: 16px;
  font-size: 10px;
  color: white;
  font-weight: 400;
  line-height: 1;
  padding: 2px 5px;
}
@media (min-width: 992px) {
  .c-contact-form label .optional {
    font-size: 13px;
    padding: 4px 5px;
  }
}
.c-contact-form button.c-button {
  font-size: 13px;
  font-weight: bold;
  color: white;
  display: grid;
  place-content: center;
  width: 100%;
  height: 31px;
  max-width: 156px;
  padding: 0;
  margin: 5px auto;
  background: var(--color-sky);
  border-radius: 45px;
  position: relative;
}
@media (min-width: 992px) {
  .c-contact-form button.c-button {
    font-size: 16px;
    width: 200px;
    height: 40px;
    max-width: 100%;
  }
}
.c-contact-form button.c-button::after {
  content: "";
  width: 7.5px;
  height: 7.5px;
  background: white;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  top: calc(50% - 3.25px);
}
@media (min-width: 992px) {
  .c-contact-form button.c-button::after {
    width: 10px;
    height: 10px;
    right: 22px;
  }
}
.c-contact-form button.c-button:hover {
  background: #26272a;
  color: white;
}
.c-contact-form button.c-button:hover::after {
  background: #ffff00;
}

.wp-block-list {
  list-style: none;
  padding-left: 0;
}
.wp-block-list li {
  position: relative;
  padding-left: 23px;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
@media (min-width: 992px) {
  .wp-block-list li {
    padding-left: 33px;
  }
}
.wp-block-list li::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 3px solid #00a1e7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (min-width: 992px) {
  .wp-block-list li::before {
    width: 22px;
    height: 22px;
    border-width: 6px;
  }
}
.wp-block-list.p-page-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-block-list.p-page-tag-list li {
  font-size: 11px;
  color: #666666;
  border: 1px solid #999999;
  border-radius: 2px;
  padding: 3px 6px;
}
@media (min-width: 992px) {
  .wp-block-list.p-page-tag-list li {
    font-size: 15px;
    border-radius: 4px;
    padding: 4px 10px;
  }
}
.wp-block-list.p-page-tag-list li::before {
  display: none;
}

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