@media (max-width: 999px) {
  .l-main {
    margin-top: 50px;
    padding-top: 20px;
  }
}
@media (min-width: 1000px) {
  .l-main {
    padding-top: 150px;
    padding-left: 100px;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__nav, .l-header__nav-contact {
  font-weight: 600;
}
@media (max-width: 999px) {
  .l-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #000;
    background: #fff;
    width: 100%;
    height: 50px;
  }
  .l-header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
    border-right: 2px solid #000;
    width: 50px;
    height: 50px;
  }
  .l-header__logo img {
    width: 40px;
  }
  .l-header__nav {
    border-left: 2px solid #000;
    line-height: 1;
  }
  .l-header__nav-mainlist a {
    display: block;
    padding: 1em 20px;
  }
  .l-header__nav-contact {
    margin-top: 1em;
  }
  .l-header__nav-contact a {
    display: block;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: var(--c02);
    padding: 1em 20px;
  }
  .l-header__logotype {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .l-header__logotype-type {
    display: block;
    background: url("../img/logo-footer.webp") 0 0 no-repeat;
    background-size: 100% auto;
    width: 200px;
    height: 14px;
  }
}
@media (min-width: 1000px) {
  .l-header {
    width: 100%;
  }
  .l-header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-bottom: 2px solid #000;
  }
  .l-header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 2px solid #000;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    height: 90px;
  }
  .l-header__logo img {
    width: 60px;
  }
  .l-header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 20px;
    line-height: 1;
    font-size: 2rem;
  }
  .l-header__nav-mainlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav-mainlist a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0.5em;
    padding-left: 0.5em;
    height: 90px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .l-header__nav-mainlist a:hover {
    opacity: 0.5;
  }
  .l-header__nav-mainlist a.-current span {
    position: relative;
  }
  .l-header__nav-mainlist a.-current span::after {
    content: "";
    position: absolute;
    top: 0;
    right: -7px;
    display: block;
    background: var(--c01);
    width: 5px;
    height: 5px;
  }
  .l-header__nav-contact a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 2px solid #000;
    background-color: var(--c02);
    padding-right: 40px;
    padding-left: 40px;
    height: 100%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .l-header__nav-contact a:hover {
    background-color: #961f24;
  }
  .l-header__logotype {
    position: fixed;
    top: 92px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 2px solid #000;
    background: #fff;
    padding-top: 118px;
    width: 100px;
    height: calc(100vh - 92px);
    text-align: center;
  }
  .l-header__logotype-type {
    display: block;
    background: url("../img/header-logotype.svg") 0 0 no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 337px;
  }
}
@media (min-width: 1100px) {
  .l-header__nav {
    padding-left: 58px;
    font-size: 2.4rem;
  }
  .l-header__nav-mainlist a {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-footer {
  border-top: 2px solid #000;
}
@media (max-width: 999px) {
  .l-footer {
    margin-top: 50px;
  }
}
@media (min-width: 1000px) {
  .l-footer {
    margin-top: 200px;
    margin-left: 100px;
  }
}
@media (min-width: 1000px) {
  .l-footer .c-container {
    padding-right: 60px;
    padding-left: 60px;
    max-width: none;
  }
}
.l-footer-contact {
  border-bottom: 2px solid #000;
}
.l-footer-contact a {
  display: block;
  background-color: var(--c02);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.l-footer-contact a:hover {
  background-color: #961f24;
}
@media (max-width: 767px) {
  .l-footer-contact img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-footer-contact {
    text-align: center;
  }
  .l-footer-contact img {
    width: 535px;
  }
}
@media (max-width: 767px) {
  .l-footer-contact__link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.l-footer-contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .l-footer-contact__inner {
    height: 110px;
  }
}
.l-footer-menu {
  border-bottom: 2px solid #000;
}
.l-footer-menu a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.l-footer-menu a:hover {
  opacity: 0.5;
}
@media (max-width: 999px) {
  .l-footer-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1000px) {
  .l-footer-menu {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
.l-footer-menu__logo {
  background: url("../img/logo-footer.svg") center center no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 1242/83;
}
@media (min-width: 1000px) {
  .l-footer-menu__logo {
    max-width: 1242px;
  }
}
.l-footer-menu__nav {
  font-weight: 700;
}
@media (max-width: 999px) {
  .l-footer-menu__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 10px;
    margin-top: 15px;
    line-height: 1;
  }
}
@media (min-width: 1000px) {
  .l-footer-menu__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 15px;
    margin-top: 15px;
    line-height: 1;
    font-size: 2.4rem;
  }
}
.l-footer-address {
  padding: 9px 9px 40px 9px;
  font-weight: 400;
}
@media (max-width: 999px) {
  .l-footer-address {
    font-size: 0.9rem;
  }
}
@media (min-width: 1000px) {
  .l-footer-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=layout.css.map */