@-webkit-keyframes hamclick-top {
  0% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(2px) rotate(0deg);
    transform: translateY(2px) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(2px) rotate(0deg);
    transform: translateY(2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(2px) rotate(765deg);
    transform: translateY(2px) rotate(765deg);
  }
}
@keyframes hamclick-top {
  0% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(2px) rotate(0deg);
    transform: translateY(2px) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(2px) rotate(0deg);
    transform: translateY(2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(2px) rotate(765deg);
    transform: translateY(2px) rotate(765deg);
  }
}
@-webkit-keyframes hamclick-bottom {
  0% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(-2px) rotate(0deg);
    transform: translateY(-2px) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(-2px) rotate(0deg);
    transform: translateY(-2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-2px) rotate(-765deg);
    transform: translateY(-2px) rotate(-765deg);
  }
}
@keyframes hamclick-bottom {
  0% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(-2px) rotate(0deg);
    transform: translateY(-2px) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(-2px) rotate(0deg);
    transform: translateY(-2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-2px) rotate(-765deg);
    transform: translateY(-2px) rotate(-765deg);
  }
}
@-webkit-keyframes spnav-click {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    opacity: 1;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@keyframes spnav-click {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    opacity: 1;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
.l-header {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  -webkit-padding-start: clamp(0.625rem, 0.1607142857rem + 1.9047619048vw, 1.875rem);
  padding-inline-start: clamp(0.625rem, 0.1607142857rem + 1.9047619048vw, 1.875rem);
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1260px) {
  .l-header {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    height: 75px;
  }
}
@media screen and (max-width: 1259px) {
  .l-header {
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
    height: 60px;
    -webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.16));
  }
}
.l-header__logo {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1260px) {
  .l-header__logo {
    width: 206px;
  }
}
@media screen and (max-width: 1259px) {
  .l-header__logo {
    width: 140px;
  }
}
@media screen and (max-width: 370px) {
  .l-header__logo {
    width: 35.8974358974vw;
  }
}

.l-footer {
  background-color: #0D2B6D;
  position: relative;
}
@media screen and (min-width: 1160px) {
  .l-footer {
    -webkit-padding-before: 80px;
    padding-block-start: 80px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer {
    -webkit-padding-before: 60px;
    padding-block-start: 60px;
  }
}
.l-footer .inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1160px) {
  .l-footer .inner {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
    row-gap: 40px;
  }
  .l-footer .inner .logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .l-footer .inner .insta {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .l-footer .inner .add {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em 5.2083333333vw;
  }
}
@media screen and (min-width: 1160px) and (min-width: 800px) {
  .l-footer .inner .add {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
  }
}
@media screen and (min-width: 1160px) {
  .l-footer .inner .asobi {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .l-footer .inner .c-nav.--footer {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer .inner .inner {
    display: contents;
  }
  .l-footer .inner .logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-footer .inner .insta {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .l-footer .inner .add {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .l-footer .inner .asobi {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .l-footer .inner .c-nav.--footer {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
.l-footer .logo {
  opacity: 1;
  -webkit-transition: opacity 0.24s ease-out;
  transition: opacity 0.24s ease-out;
}
@media screen and (min-width: 1160px) {
  .l-footer .logo {
    width: 270px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer .logo {
    width: 240px;
  }
}
@media (any-hover: hover) {
  .l-footer .logo:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer .insta {
    -webkit-margin-before: 34px;
    margin-block-start: 34px;
  }
}
.l-footer .insta > a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5384615385;
  position: relative;
}
.l-footer .insta > a img {
  display: block;
  width: 40px;
}
.l-footer .insta > a span {
  display: inline-block;
  background-image: url(../img/common/footer-insta-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 -100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
}
@media (any-hover: hover) {
  .l-footer .insta > a:hover span {
    background-position: 0 100%;
  }
}
.l-footer .add {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8461538462;
}
@media screen and (max-width: 1159px) {
  .l-footer .add .--tokyo {
    -webkit-margin-before: 36px;
    margin-block-start: 36px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer .add .--fukuyama {
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
  }
}
.l-footer .asobi {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1159px) {
  .l-footer .asobi {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    text-align: center;
  }
}
.l-footer .asobi img {
  display: inline-block;
  max-width: 200px;
  border: 4px solid #1F4392;
  -webkit-transition: border 0.24s ease-out;
  transition: border 0.24s ease-out;
}
@media screen and (min-width: 1160px) {
  .l-footer .asobi img {
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
  }
}
@media (any-hover: hover) {
  .l-footer .asobi:hover img {
    border: 4px solid #F89A09;
  }
}
@media screen and (min-width: 1160px) {
  .l-footer .c-nav.--footer {
    -webkit-margin-after: 30px;
    margin-block-end: 30px;
  }
}
@media screen and (max-width: 1159px) {
  .l-footer .c-nav.--footer {
    margin-block: 40px 50px;
    -webkit-padding-before: 32px;
    padding-block-start: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.l-footer .copyright {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-block: 1.2em !important;
  background-color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 1260px) {
  .l-main {
    -webkit-padding-before: 75px;
    padding-block-start: 75px;
  }
}
@media screen and (max-width: 1259px) {
  .l-main {
    -webkit-padding-before: 60px;
    padding-block-start: 60px;
  }
}

@media screen and (min-width: 1260px) {
  .c-ham {
    display: none;
  }
}
@media screen and (max-width: 1259px) {
  .c-ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    aspect-ratio: 1;
    background-color: rgba(255, 255, 255, 0);
  }
  .c-ham__bar > span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #1F4392;
    position: relative;
  }
  .c-ham__bar > span:nth-of-type(1) {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .c-ham__bar > span:nth-of-type(2) {
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
  }
  .c-ham__bar > span:nth-of-type(3) {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  .c-ham.ham-active .c-ham__bar > span:nth-of-type(1) {
    -webkit-animation: hamclick-top forwards 0.8s ease;
    animation: hamclick-top forwards 0.8s ease;
  }
  .c-ham.ham-active .c-ham__bar > span:nth-of-type(2) {
    opacity: 0;
  }
  .c-ham.ham-active .c-ham__bar > span:nth-of-type(3) {
    -webkit-animation: hamclick-bottom forwards 0.8s ease;
    animation: hamclick-bottom forwards 0.8s ease;
  }
}

.c-hideText {
  position: relative;
}
.c-hideText__txt {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

@media screen and (max-width: 799px) {
  .c-hideText--sp {
    position: relative;
  }
  .c-hideText--sp__txt {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
}

body.--product-list .kv,
body.tax-equip .kv,
body.tax-landscape .kv {
  background-image: url("../img/common/kv-product-list.webp");
}

body.--takao-works .kv,
body.tax-j_type .kv,
body.tax-j_area .kv,
body.tax-j_product .kv,
body.tax-j_theme .kv {
  background-image: url("../img/common/kv-takao-works.webp");
}

body.--news .kv,
body.category-information .kv,
body.category-invitation .kv,
body.category-casetag .kv {
  background-image: url("../img/common/kv-news.webp");
}

body.--contact .kv {
  background-image: url("../img/common/kv-contact.webp");
}

body.--company .kv {
  background-image: url("../img/common/kv-company.webp");
}

body.--greeting .kv {
  background-image: url("../img/common/kv-greeting.webp");
}

body.--policy .kv {
  background-image: url("../img/common/kv-policy.webp");
}

body.--history .kv {
  background-image: url("../img/common/kv-history.webp");
}

body.--privacy .kv {
  background-image: url("../img/common/kv-privacy.webp");
}

body.--outline-office .kv,
body.--outline .kv {
  background-image: url("../img/common/kv-outline-office.webp");
}

body.--products-check .kv {
  background-image: url("../img/common/kv-products-check.webp");
}

body.--repair_takao .kv {
  background-image: url("../img/common/kv-repair_takao.webp");
}

body.--commitment .kv {
  background-image: url("../img/common/kv-commitment.webp");
}

body.--recruit .kv {
  background-image: url("../img/common/kv-recruit.webp");
}

body.--recruitment .kv,
body.--recruit-career .kv {
  background-image: url("../img/common/kv-recruit-career.webp");
}

.c-nav {
  /* header */
  /* catalog */
  /* searcharea */
  /* main */
  /* main */
  /* cva */
  /* side */
  /* footer */
}
@media screen and (min-width: 1260px) {
  .c-nav.--header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    gap: 2.0833333333vw;
  }
}
.c-nav.--header a > svg {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 1260px) {
  .c-nav.--catalog {
    display: none;
  }
}
@media screen and (max-width: 1259px) {
  .c-nav.--catalog {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    gap: 20px;
    width: 100%;
    height: 80px;
    background-color: #1F4392;
    position: fixed;
    top: 60px;
    right: -100%;
    -webkit-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
  }
  .c-nav.--catalog.ham-active {
    right: 0;
  }
  .c-nav.--catalog > li {
    display: -ms-grid;
    display: grid;
    place-items: center;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
  }
  .c-nav.--catalog > li > a {
    display: -ms-grid;
    display: grid;
    place-items: center;
    -ms-grid-columns: 14px 1fr;
    grid-template-columns: 14px 1fr;
    gap: 5px;
    padding-inline: 10px;
    color: #1F4392;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
  }
  .c-nav.--catalog > li > a .desvg path {
    stroke: #1F4392;
  }
}
@media screen and (min-width: 1260px) {
  .c-nav.--searcharea {
    display: none;
  }
}
@media screen and (max-width: 1259px) {
  .c-nav.--searcharea {
    display: -ms-grid;
    display: grid;
    place-items: center;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border-bottom: 1px solid #1F4392;
    position: fixed;
    top: 140px;
    right: -100%;
    -webkit-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
  }
  .c-nav.--searcharea.ham-active {
    right: 0;
  }
  .c-nav.--searcharea > a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 12px auto;
    grid-template-columns: 12px auto;
    gap: 10px;
    width: 90%;
    max-width: 280px;
    height: 40px;
    margin-inline: auto;
    background-color: #1F4392;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .c-nav.--searcharea > a .desvg path {
    stroke: #ffffff;
  }
}
@media screen and (min-width: 1260px) {
  .c-nav.--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5625vw;
  }
  .c-nav.--main > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .c-nav.--main > li.privacy {
    display: none;
  }
  .c-nav.--main > li > a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .c-nav.--main > li > a::before {
    display: block;
    content: "";
    width: 100%;
    height: 70%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .c-nav.--main > li > a::after {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #1F4392;
    position: absolute;
    left: 0;
    bottom: 6px;
    opacity: 0;
    -webkit-transition: bottom 0.3s ease-out, opacity 0.3s ease-out;
    transition: bottom 0.3s ease-out, opacity 0.3s ease-out;
  }
  .c-nav.--main > li > a.current::after, .c-nav.--main > li > a.active::after {
    bottom: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 1259px) {
  .c-nav.--main {
    width: 100%;
    height: calc(100svh - 80px - 80px - 60px);
    -webkit-margin-after: 50px;
    margin-block-end: 50px;
    padding-block: 15px 30px;
    padding-inline: 30px;
    background-color: #ffffff;
    position: fixed;
    top: 220px;
    right: -100%;
    -webkit-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .c-nav.--main.ham-active {
    right: 0;
  }
  .c-nav.--main > li {
    padding-block: 15px;
  }
  .c-nav.--main > li:not(:last-of-type) {
    border-bottom: 1px solid #666666;
  }
  .c-nav.--main > li > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    position: relative;
  }
  .c-nav.--main > li:has(.c-nav.--sub) > a {
    position: relative;
  }
  .c-nav.--main > li:has(.c-nav.--sub) > a::before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../img/common/icon-plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateX(-44%) translateY(-50%);
    transform: translateX(-44%) translateY(-50%);
    z-index: 2;
  }
  .c-nav.--main > li:has(.c-nav.--sub) > a::after {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background-color: #1F4392;
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .c-nav.--main > li:has(.c-nav.--sub) > a.active::before {
    background-image: url(../img/common/icon-minus.svg);
    -webkit-transform: translateX(-44%) translateY(-6%);
    transform: translateX(-44%) translateY(-6%);
  }
}
@media screen and (min-width: 1260px) {
  .c-nav.--main .cva {
    display: none;
  }
}
@media screen and (max-width: 1259px) {
  .c-nav.--main .cva {
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
  }
  .c-nav.--main .cva > ul > li > a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 18px auto;
    grid-template-columns: 18px auto;
    gap: 16px;
    width: 100%;
    max-width: 280px;
    height: 50px;
    margin-inline: auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .c-nav.--main .cva > ul > li > a.--mail {
    background-color: #F89A09;
  }
  .c-nav.--main .cva > ul > li > a.--catalog {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    background-color: #1F4392;
  }
}
@media screen and (min-width: 1260px) {
  .c-nav.--sub {
    width: 100%;
    background-color: #F5F5F5;
    padding-inline: 20px;
    position: fixed;
    top: 75px;
    left: 0;
  }
  .c-nav.--sub:not(.active) {
    display: none;
  }
  .c-nav.--sub > ul {
    max-width: 1110px;
    margin-inline: auto;
    padding-block: 60px;
  }
  .c-nav.--sub > ul:not(:has(.title)) {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }
  .c-nav.--sub > ul:not(:has(.title)) > li > a > img {
    -webkit-filter: blur(0) grayscale(0%);
    filter: blur(0) grayscale(0%);
    -webkit-transition: -webkit-filter 0.3s ease-out;
    transition: -webkit-filter 0.3s ease-out;
    transition: filter 0.3s ease-out;
    transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  }
}
@media screen and (min-width: 1260px) and (any-hover: hover) {
  .c-nav.--sub > ul:not(:has(.title)) > li > a:hover > img {
    -webkit-filter: blur(1px) grayscale(60%);
    filter: blur(1px) grayscale(60%);
  }
}
@media screen and (min-width: 1260px) {
  .c-nav.--sub.--works ul {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
  }
  .c-nav.--sub.--outline ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 40px;
  }
  .c-nav.--sub > ul > li {
    display: block;
  }
  .c-nav.--sub > ul > li:has(.title) {
    -webkit-padding-after: 40PX;
    padding-block-end: 40PX;
  }
  .c-nav.--sub > ul > li:not(:first-of-type):has(.title) {
    -webkit-padding-before: 40PX;
    padding-block-start: 40PX;
    border-top: 1px solid #AAAAAA;
  }
  .c-nav.--sub > ul > li > a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 12px 8px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    position: relative;
  }
  .c-nav.--sub > ul > li > a .desvg {
    width: 10px;
    height: 28px;
  }
  .c-nav.--sub > ul > li > a .desvg path {
    -webkit-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
  }
  .c-nav.--sub > ul > li > a > img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
  }
}
@media screen and (min-width: 1260px) and (any-hover: hover) {
  .c-nav.--sub > ul > li > a:hover {
    color: #F89A09;
  }
  .c-nav.--sub > ul > li > a:hover .desvg path {
    fill: #F89A09;
  }
}
@media screen and (min-width: 1260px) {
  .c-nav.--sub .title {
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    position: relative;
  }
  .c-nav.--sub .title::before {
    display: block;
    content: "";
    width: 6px;
    height: 100%;
    background-color: #1F4392;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-nav.--sub .title + ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    row-gap: 1.5em;
    -webkit-margin-before: 28px;
    margin-block-start: 28px;
  }
  .c-nav.--sub .title + ul > li > a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 8px;
    color: #1F4392;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .c-nav.--sub .title + ul > li > a .desvg {
    width: 10px;
  }
  .c-nav.--sub .title + ul > li > a .desvg path {
    -webkit-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
  }
}
@media screen and (min-width: 1260px) and (any-hover: hover) {
  .c-nav.--sub .title + ul > li > a:hover {
    color: #F89A09;
  }
  .c-nav.--sub .title + ul > li > a:hover .desvg path {
    fill: #F89A09;
  }
}
@media screen and (max-width: 1259px) {
  .c-nav.--sub {
    display: none;
    height: 0;
    opacity: 0;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    padding: 20px 15px;
    background-color: #F5F5F5;
  }
  .c-nav.--sub.active {
    display: block;
    -webkit-animation: spnav-click 1.5s 0.05s forwards;
    animation: spnav-click 1.5s 0.05s forwards;
  }
  .c-nav.--sub > ul:has(.title) > li:first-of-type {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }
  .c-nav.--sub > ul:has(.title) > li:not(:first-of-type) {
    border-top: 1px solid #AAAAAA;
    -webkit-padding-before: 25px;
    padding-block-start: 25px;
  }
  .c-nav.--sub .title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5px auto;
    grid-template-columns: 5px auto;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .c-nav.--sub .title::before {
    display: block;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #1F4392;
  }
  .c-nav.--sub > ul:has(.title) > li > ul {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
  }
  .c-nav.--sub > ul:has(.title) > li > ul > li > a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 8px auto;
    grid-template-columns: 8px auto;
    gap: 5px;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    color: #1F4392;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .c-nav.--sub > ul:not(:has(.title)) {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px 20px;
  }
}
@media screen and (max-width: 1259px) and (max-width: 799px) {
  .c-nav.--sub > ul:not(:has(.title)) {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
}
@media screen and (max-width: 1259px) {
  .c-nav.--sub > ul:not(:has(.title)) > li > a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10px 1fr;
    grid-template-columns: 10px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1259px) and (max-width: 380px) {
  .c-nav.--sub > ul:not(:has(.title)) > li > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1259px) {
  .c-nav.--sub > ul:not(:has(.title)) > li > a img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
  }
}
.c-nav.--cva {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}
.c-nav.--cva > li {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 1260px) {
  .c-nav.--cva > li {
    width: 135px;
    padding-inline: clamp(0.5rem, 0.2214285714rem + 1.1428571429vw, 1.25rem);
  }
}
@media screen and (max-width: 1259px) {
  .c-nav.--cva > li {
    width: 70px;
    height: 60px;
  }
}
.c-nav.--cva > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: color 0.24s ease-out;
  transition: color 0.24s ease-out;
}
@media screen and (min-width: 1260px) {
  .c-nav.--cva > li > a {
    font-size: 15px;
    font-weight: 500;
  }
}
@media screen and (max-width: 1259px) {
  .c-nav.--cva > li > a {
    font-size: 9px;
    font-weight: 700;
  }
}
.c-nav.--cva > li > a > dotlottie-wc {
  -webkit-margin-after: 8px;
  margin-block-end: 8px;
}
@media screen and (min-width: 1260px) {
  .c-nav.--cva > li > a > dotlottie-wc {
    width: 50px;
  }
}
@media screen and (max-width: 1259px) {
  .c-nav.--cva > li > a > dotlottie-wc {
    width: 30px;
  }
}
.c-nav.--cva > li:has(a.--mail) {
  background-color: #F89A09;
}
@media (any-hover: hover) {
  .c-nav.--cva > li:has(a.--mail) > a:hover {
    color: #1F4392;
  }
}
.c-nav.--cva > li:has(a.--catalog) {
  background-color: #1F4392;
}
@media (any-hover: hover) {
  .c-nav.--cva > li:has(a.--catalog) > a:hover {
    color: #F89A09;
  }
}
@media screen and (min-width: 1260px) {
  .c-nav.--side {
    position: fixed;
    top: 10.4166666667vw;
    right: 0;
  }
  .c-nav.--side .c-nav__ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .c-nav.--side .c-nav__ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    padding-block: 1em;
    position: relative;
  }
  .c-nav.--side .c-nav__ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-transition: color 0.24s ease-out;
    transition: color 0.24s ease-out;
  }
  .c-nav.--side .c-nav__ul > li > a::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-nav.--side .c-nav__ul > li:has(a.--products), .c-nav.--side .c-nav__ul > li:has(a.--environmentalfacilities) {
    background-color: #1F4392;
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  .c-nav.--side .c-nav__ul > li:has(a.--products) dotlottie-wc, .c-nav.--side .c-nav__ul > li:has(a.--environmentalfacilities) dotlottie-wc {
    width: 85%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
  }
}
@media screen and (min-width: 1260px) and (any-hover: hover) {
  .c-nav.--side .c-nav__ul > li:has(a.--products) > a:hover, .c-nav.--side .c-nav__ul > li:has(a.--environmentalfacilities) > a:hover {
    color: #F89A09;
  }
}
@media screen and (min-width: 1260px) {
  .c-nav.--side .c-nav__ul > li:has(a.--environmentalfacilities) {
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
  }
  .c-nav.--side .c-nav__ul > li:has(a.--search) {
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
    background-color: #ffffff;
    border: 1px solid #1F4392;
    color: #1F4392;
  }
  .c-nav.--side .c-nav__ul > li:has(a.--search) dotlottie-wc {
    width: 90%;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
  }
}
@media screen and (min-width: 1260px) and (any-hover: hover) {
  .c-nav.--side .c-nav__ul > li:has(a.--search) > a:hover {
    color: #2795D3;
  }
}
@media screen and (max-width: 1259px) {
  .c-nav.--side {
    display: none;
  }
}
.c-nav.--footer > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (min-width: 800px) {
  .c-nav.--footer > ul {
    gap: 1em 1.5em;
  }
}
@media screen and (max-width: 799px) {
  .c-nav.--footer > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1em;
  }
}
.c-nav.--footer > ul > li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: color 0.24s ease-out;
  transition: color 0.24s ease-out;
}
@media (any-hover: hover) {
  .c-nav.--footer > ul > li a:hover {
    color: #F89A09;
  }
}

.c-pageTop {
  display: block;
  aspect-ratio: 1;
  position: absolute;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.24s ease-out;
  transition: opacity 0.24s ease-out;
}
@media screen and (min-width: 800px) {
  .c-pageTop {
    width: 50px;
    top: -70px;
    right: 60px;
  }
}
@media screen and (max-width: 799px) {
  .c-pageTop {
    width: 45px;
    top: 0;
    right: 0;
  }
}
@media (any-hover: hover) {
  .c-pageTop:hover {
    opacity: 0.8;
  }
}

.l-header {
  z-index: 9999;
}

.c-nav.--main {
  z-index: 9998;
}

.c-nav.--side {
  z-index: 8888;
}

.c-breadcrumbs {
  width: 100%;
  background-color: #F5F5F5;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (min-width: 1260px) {
  .c-breadcrumbs {
    padding-block: 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1259px) {
  .c-breadcrumbs {
    padding-block: 10px;
    font-size: 10px;
  }
}
.c-breadcrumbs > .w1100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5em;
}
.c-breadcrumbs a {
  -webkit-margin-end: 0.5em;
  margin-inline-end: 0.5em;
  text-decoration: underline;
}
.c-breadcrumbs span:last-of-type {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

/*==================================
reset
====================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

/*==================================
width
====================================*/
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1449px) {
  .w1440 {
    max-width: calc(100% - 30px - 30px);
  }
}

.w1100 {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (max-width: 1159px) {
  .w1100 {
    max-width: calc(100% - 30px - 30px);
  }
}

.w900 {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .w900 {
    max-width: calc(100% - 30px - 30px);
  }
}

.w800 {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .w800 {
    max-width: calc(100% - 30px - 30px);
  }
}

/*==================================
kv
====================================*/
body .kv {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  padding-inline: 30px;
  background-image: url("../img/common/kv.webp");
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 800px) {
  body .kv {
    aspect-ratio: 1920/300;
  }
}
@media screen and (max-width: 799px) {
  body .kv {
    aspect-ratio: 390/180;
  }
}
body .kv::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(13, 43, 109, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
body .kv > p, body .kv > h1 {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  body .kv > p, body .kv > h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 799px) {
  body .kv > p, body .kv > h1 {
    font-size: 22px;
  }
}

body.p-page.--news .kv,
body.p-single.--news .kv,
body.archive.category .kv {
  background-image: url("../img/common/kv-news.webp");
}
/*# sourceMappingURL=map/divi.css.map */