@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 1px;
  overflow: auto;
}

body {
  margin: 0;
  color: #252525;
  background: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18rem;
  line-height: 1.8;
  overflow: clip;
}

img {
  vertical-align: middle;
  border: none;
}

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

button {
  font: inherit;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.visually-hidden {
  position: absolute;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: -1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 1600rem;
  margin-inline: auto;
}
.container--narrow {
  width: min(760rem, 100% - 48rem);
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8rem);
}
.header__inner {
  min-height: 72rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  padding-left: 24rem;
  font-size: 30rem;
  font-weight: 800;
  white-space: nowrap;
  color: #356C35;
}
.header__nav {
  display: flex;
  align-items: stretch;
  margin-left: auto;
}
.header__nav a {
  display: grid;
  place-items: center;
  min-height: 72rem;
  padding: 0 30rem;
  font-size: 20rem;
  font-weight: 700;
  transition: 0.3s;
}
.header__contact {
  min-width: 132rem;
  color: #fff !important;
  background: #41A36C;
}
.header__toggle {
  display: none;
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  height: calc(100vh - 90rem);
  overflow: hidden;
}
.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero picture {
  position: absolute;
  inset: 0;
}
.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 42%, transparent 72%);
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.hero h1 {
  margin: 0;
  color: #fff;
  font-size: 60rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-shadow: 0 3rem 15rem rgba(0, 0, 0, 0.3);
  font-weight: 900;
}

.section {
  padding: 120rem 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 120rem;
}
.section-heading--left {
  text-align: left;
}
.section-heading__en {
  margin: 0;
  color: #356C35;
  font-size: 60rem;
  font-weight: 700;
  line-height: 1;
}
.section-heading h2 {
  font-size: 20rem;
  font-weight: 700;
}
.section-heading h2 span {
  display: block;
}

.about__body {
  width: 660rem;
}
.about__grid {
  display: flex;
  gap: 0 40rem;
}
.about__lead {
  font-size: 30rem;
  font-weight: 700;
  line-height: 1.7;
}
.about p {
  margin: 0 0 24rem;
}
.about__visual {
  position: relative;
  min-height: 520rem;
}
.about__visual-main {
  width: 570rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__visual-sub {
  position: absolute;
  right: -440rem;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 415rem;
}

.service-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 160rem;
}
.service-card__image img {
  width: 760rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.service-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f7f8f7;
}
.service-card h3 {
  margin: 0 0 20rem;
  padding-bottom: 14rem;
  font-size: 36rem;
  font-weight: bold;
  border-bottom: 2rem solid #356C35;
}
.service-card--reverse .service-card__image {
  order: 2;
}
.service-card--reverse .service-card__body {
  order: 1;
}
.service-card:last-of-type {
  margin-bottom: 0;
}

.products {
  background: #f7f8f7;
}

.products__grid {
  display: flex;
  justify-content: center;
  gap: 0 100rem;
}

.product-card {
  text-align: center;
  width: 380rem;
}
.product-card img {
  width: 380rem;
}
.product-card h3 {
  margin: 10rem 0 0;
  color: #356C35;
  font-size: 30rem;
  text-align: left;
  font-weight: bold;
}
.product-card p {
  margin: 6rem 0;
  font-size: clamp(13rem, 0.972vw, 14rem);
}
.product-card a {
  display: block;
  font-size: 26rem;
  position: relative;
  border-bottom: 1rem solid #2B2016;
  margin: 0 20rem;
  padding: 5rem 30rem 5rem 0;
}
.product-card a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5rem;
  width: 40rem;
  height: 40rem;
  background: #2B2016;
  border-radius: 50rem;
  margin: auto;
  transition: 0.3s;
}
.product-card a::after {
  content: "→";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5rem;
  width: 40rem;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
  transition: 0.3s;
}

.button-wrap {
  margin-top: 80rem;
  text-align: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 460rem;
  min-height: 60rem;
  padding: 20rem 20rem 20rem 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: 0.2s;
  gap: 0 20rem;
}
.button--outline {
  color: #356C35;
  background: #fff;
  border: 1rem solid #356C35;
  position: relative;
  width: 420rem;
  font-size: 26rem;
}
.button--outline:hover {
  color: #fff;
  background: #356C35;
}
.button--outline:hover:after {
  border-top: 2rem solid #fff;
  border-right: 2rem solid #fff;
}
.button--outline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30rem;
  margin: auto;
  width: 12rem;
  height: 12rem;
  border-top: 2rem solid #356C35;
  border-right: 2rem solid #356C35;
  transform: rotate(45deg);
}
.button--primary {
  color: #fff;
  background: #41A36C;
  font-size: 30rem;
  position: relative;
}
.button--primary:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30rem;
  margin: auto;
  width: 14rem;
  height: 14rem;
  border-top: 2rem solid #fff;
  border-right: 2rem solid #fff;
  transform: rotate(45deg);
}
.button--primary .fa-envelope {
  font-size: 30rem;
}
.brands__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34rem 48rem;
  align-items: center;
}
.news__inner {
  display: grid;
  grid-template-columns: 200rem 1fr;
  gap: 0 80rem;
  align-items: start;
}

.news__list .news-item {
  display: grid;
  grid-template-columns: 130rem 1fr 24rem;
  gap: 24rem;
  align-items: center;
  border-bottom: 1rem solid #d8ded8;
  font-size: max(16px, 16rem);
  transition: color 0.2s;
  position: relative;
}
.news__list .news-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5rem;
  width: 30rem;
  height: 30rem;
  background: #2B2016;
  border-radius: 50rem;
  margin: auto;
  transition: 0.3s;
}
.news__list .news-item::after {
  content: "→";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5rem;
  width: 30rem;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
  transition: 0.3s;
}
.news__list .news-item time {
  color: #6f6f6f;
  font-size: max(16px, 16rem);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 25rem 0 25rem 10rem;
}
.news__list .news-item time::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1rem;
  border-bottom: 1rem solid #333;
}
.news__list .news-item span {
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news__list .news-item:hover {
  color: #356C35;
}
.news__list .news-item__arrow {
  text-align: right;
  font-size: clamp(21rem, 1.667vw, 24rem);
}

.wide-image {
  height: 350rem;
  overflow: hidden;
}
.wide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company__list {
  margin: 0;
}
.company__list > div {
  display: grid;
  grid-template-columns: 300rem 1fr;
  border-bottom: 1rem solid #ccc;
}
.company__list dt,
.company__list dd {
  margin: 0;
  font-size: max(16px, 16rem);
}
.company__list dt {
  font-weight: 700;
  position: relative;
  padding: 30rem 50rem;
}
.company__list dt:before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1rem;
  border-bottom: 1rem solid #333;
}
.company__list dd {
  padding: 30rem 0 30rem 50rem;
}

.access {
  padding-top: 40rem;
}

.access__map iframe {
  width: 100%;
  height: 400rem;
}

.access__note {
  margin-top: 20rem;
  font-size: max(16px, 16rem);
}

.contact-cta {
  padding: 20rem 0 100rem;
  text-align: center;
}
.contact-cta p {
  margin: max(16px, 16rem) 0 0;
  font-size: max(16px, 16rem);
  color: #6f6f6f;
}

#pageTop {
  display: none;
  position: fixed;
  right: 20rem;
  bottom: 40rem;
  /*z-index: 100;*/
  z-index: 10;
}
#pageTop a {
  display: block;
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: #356C35;
  position: relative;
}
#pageTop a::after {
  content: "";
  display: block;
  width: 16rem;
  height: 16rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 26rem;
  left: 21rem;
}

.footer {
  padding: 36rem 0 44rem;
  color: #fff;
  background: #142914;
  text-align: center;
}
.footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 40rem;
  margin-bottom: 50rem;
  font-size: max(16px, 16rem);
}
.footer__nav a {
  position: relative;
}
.footer__nav a:after {
  content: "";
  position: absolute;
  top: 5rem;
  right: -20rem;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 1rem;
  height: 80%;
  transform: rotateZ(45deg);
}
.footer__nav a:last-of-type:after {
  content: none;
}
.footer__nav a:hover {
  text-decoration: underline;
}
.footer__name {
  margin: 0;
  font-size: 30rem;
  font-weight: 800;
}
.footer__address {
  margin: 20rem 0 40rem;
  font-size: max(16px, 16rem);
  line-height: 1.8;
}
.footer small {
  font-size: 14rem;
}

.under_mv {
  position: relative;
  width: 100%;
  max-width: 1920rem;
  /*margin: 0 auto;*/
  margin-left: auto;
  margin-right: auto;
  height: 300rem;
  /*background-image: linear-gradient(90deg, $main_Color1A, rgba(0, 0, 0, 0));*/
  background: #fff linear-gradient(90deg, rgba(0, 10, 103, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.under_mv .tit_wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.under_mv .tit_wrap .under_tit {
  font-size: 60rem;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.under_mv .tit_wrap .under_tit h1,
.under_mv .tit_wrap .under_tit h2 {
  font-size: 30rem;
}

.breadcrumb {
  display: flex;
  position: absolute;
  bottom: -40rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  flex-flow: wrap;
}
.breadcrumb li {
  transform: translate(0);
  position: relative;
}
.breadcrumb li a:hover {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.breadcrumb li::after {
  content: "ー";
  display: inline-block;
  padding: 0 0.5em;
}
.breadcrumb li:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb li:last-of-type:after {
  content: none;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 0.0625vw;
  }
}
@media (min-width: 681px) {
  .sp {
    display: none;
  }
  .header__nav a {
    position: relative;
  }
  .header__nav .header__contact {
    height: 90rem;
    width: 180rem;
    justify-content: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    transition: 0.3s;
    border: 1rem solid #41A36C;
    padding: 0;
  }
  .header__nav .header__contact .fa-regular {
    font-size: 25rem;
  }
  .header__nav .header__contact:hover {
    background: #fff;
    color: #41A36C !important;
  }
  .header__nav .header__contact:hover fa-regular {
    color: #41A36C;
  }
  .service-card__body {
    position: relative;
    top: 40rem;
  }
  .service-card__body:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100rem;
    background: #f7f8f7;
    width: 200%;
    z-index: -1;
  }
  .service-card {
    gap: 0 40rem;
  }
  .service-card + .service-card .service-card__body {
    top: -40rem;
    margin: 0;
  }
  .service-card + .service-card .service-card__body:before {
    content: "";
    left: auto;
    right: -100rem;
  }
  .product-card a {
    transition: 0.3s;
  }
  .product-card a:hover::before {
    right: 0;
  }
  .product-card a:hover::after {
    right: 0;
  }
  .brands__grid {
    width: 1200rem;
    margin: auto;
  }
  .brands__grid img {
    width: 200rem;
  }
  .container {
    padding: 0 20rem;
  }
  .container--narrow,
  .news__inner {
    width: 960rem;
  }
  .container--narrow .news-item:hover::before,
  .news__inner .news-item:hover::before {
    right: 0;
  }
  .container--narrow .news-item:hover::after,
  .news__inner .news-item:hover::after {
    right: 0;
  }
  .button--primary {
    transition: 0.3s;
    border: 1rem solid #41A36C;
    grid-column: 1/-1;
    justify-self: center;
  }
  .button--primary:hover {
    color: #41A36C;
    background: #fff;
  }
  .button--primary:hover:after {
    border-top: 2rem solid #41A36C;
    border-right: 2rem solid #41A36C;
  }
}
@media (max-width: 680px) {
  body {
    font-size: 15rem;
  }
  html {
    font-size: 0.2666666667vw;
  }
  .pc {
    display: none;
  }
  body {
    font-size: 16rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .header__nav a {
    padding-inline: 10rem;
    font-size: clamp(9rem, 0.694vw, 10rem);
  }
  .about__grid {
    gap: 44rem;
  }
  .service-card__body {
    padding: 42rem;
  }
  .container,
  .container--narrow {
    width: min(100% - 32rem, 640rem);
  }
  .section {
    padding: 0 0 80rem;
  }
  .header__inner {
    min-height: 62rem;
  }
  .header__logo {
    padding-left: max(16px, 16rem);
    font-size: 18rem;
    color: #356C35;
  }
  .header__toggle {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 5rem;
    width: 62rem;
    height: 62rem;
    place-content: center;
    border: 0;
    color: #fff;
    background: #356C35;
  }
  .header__toggle span:not(.visually-hidden) {
    display: block;
    width: 24rem;
    height: 2rem;
    background: currentColor;
    transition: 0.2s;
  }
  .header__toggle[aria-expanded=true] span:nth-child(1) {
    transform: translateY(7rem) rotate(45deg);
  }
  .header__toggle[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .header__toggle[aria-expanded=true] span:nth-child(3) {
    transform: translateY(-7rem) rotate(-45deg);
  }
  .header__nav {
    position: fixed;
    inset: 62rem 0 auto;
    display: none;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 10rem 20rem rgba(0, 0, 0, 0.12);
  }
  .header__nav a {
    border-bottom: 1rem solid #eee;
    font-size: max(16px, 16rem);
    min-height: auto;
    padding: 10rem 0;
  }
  .header__nav.is-open {
    display: flex;
    height: 100vh;
  }
  .header__contact {
    background: #356C35;
  }
  .header .header__contact .fa-regular {
    font-size: 20rem;
  }
  .hero {
    height: calc(100vh - 65rem);
    margin-bottom: 50rem;
  }
  .hero__shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.15));
  }
  .hero h1 {
    font-size: 30rem;
  }
  .hero picture {
    left: -180rem;
  }
  .section-heading__en {
    font-size: 35rem;
  }
  .section-heading {
    margin-bottom: 38rem;
    text-align: center;
  }
  .section-heading h2 {
    font-size: 18rem;
  }
  .about__body {
    width: auto;
  }
  .about__grid {
    display: block;
  }
  .about__lead {
    font-size: 16rem;
  }
  .about__visual {
    min-height: 380rem;
  }
  .about__visual-main {
    width: 78%;
    height: 310rem;
  }
  .about__visual-sub {
    width: 47%;
    height: 200rem;
    border-width: 8rem;
    right: 0;
  }
  .service-card {
    grid-template-columns: 1fr;
    margin-bottom: 40rem;
    display: block;
  }
  .service-card__image img {
    width: 100%;
  }
  .service-card__body {
    padding: 30rem max(16px, 16rem) 34rem;
  }
  .service-card h3 {
    font-size: clamp(20rem, 5.6vw, 21rem);
  }
  .service-card--reverse {
    margin-bottom: 0;
  }
  .service-card--reverse .service-card__image,
  .service-card--reverse .service-card__body {
    order: initial;
  }
  section.products {
    padding: 80rem 0;
    margin-bottom: 80rem;
  }
  .products__grid {
    display: flex;
    flex-flow: column;
    gap: 50rem 0;
  }
  .product-card {
    width: auto;
  }
  .product-card img {
    width: min(260rem, 70%);
  }
  .product-card h3 {
    font-size: 26rem;
  }
  .product-card a {
    font-size: 20rem;
  }
  .product-card a:before, .product-card a:after {
    width: 30rem;
    height: 30rem;
  }
  .button-wrap .button--outline {
    width: 90%;
    min-width: auto;
    padding: 10rem 10rem 10rem 0;
    font-size: 22rem;
  }
  .button-wrap .button--outline:after {
    width: 10rem;
    height: 10rem;
  }
  .brands__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28rem 24rem;
  }
  .section.news {
    padding: 80rem 0 80rem;
  }
  .news__inner {
    grid-template-columns: 1fr;
    gap: 10rem;
  }
  .news__inner .news-item {
    grid-template-columns: 90rem 1fr max(16px, 16rem);
    gap: 10rem;
    padding: 0 30rem 0 0;
  }
  .news__inner .news-item span {
    -webkit-line-clamp: 2;
  }
  .news__inner .news__list {
    margin: 0 0 60rem;
  }
  .news__inner .button--primary {
    width: 90%;
    min-width: auto;
    margin: auto;
    font-size: 22rem;
    padding: 10rem 20rem 10rem 0;
  }
  .wide-image {
    height: 230rem;
    margin-bottom: 50rem;
  }
  .company__list > div {
    display: block;
    border: none;
  }
  .company__list dt {
    padding: 10rem 0;
  }
  .company__list dd {
    padding: 10rem 0 20rem;
  }
  .contact-cta {
    padding: 0 0 80rem;
  }
  .contact-cta .button--primary {
    min-width: auto;
    width: 90%;
    padding: 10rem 10rem 10rem 0;
    font-size: 22rem;
    gap: 0 10rem;
  }
  .contact-cta .button--primary .fa-envelope {
    font-size: 22rem;
  }
  .contact-cta .button--primary:after {
    width: 10rem;
    height: 10rem;
  }
  .footer__nav {
    gap: 10rem 45rem;
  }
  .footer__name {
    font-size: 22rem;
  }
  .footer small {
    font-size: 12rem;
  }
  .under_page .under_mv {
    height: 200rem;
  }
  .under_page .under_mv .tit_wrap .under_tit {
    font-size: 26rem;
  }
  .under_page .under_mv .tit_wrap .under_tit h1,
  .under_page .under_mv .tit_wrap .under_tit h2 {
    font-size: 18rem;
  }
  .under_page .under_mv.mainblog {
    height: auto;
    background: none;
  }
  .under_page .under_mv.mainblog .tit_wrap {
    position: static;
    height: 200rem;
    background: #fff linear-gradient(90deg, rgba(0, 10, 103, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    transform: translate(0);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .under_page .under_mv.mainblog .breadcrumb {
    position: static;
    transform: translate(0);
    margin: 10rem auto 0;
  }
  .under_page .breadcrumb {
    bottom: -30rem;
    font-size: 12rem;
  }
  .under_page .anc_area ul {
    display: block;
    width: 100%;
  }
  .under_page .anc_area ul li {
    width: 100%;
  }
  .under_page .anc_area ul li + li::before {
    width: 70%;
    height: 1rem;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .under_page .common_content .common_table table {
    border-top: 1px dashed #5a5a5a;
  }
  .under_page .common_content .common_table table tr th,
  .under_page .common_content .common_table table tr td {
    display: block;
    width: 100%;
    border-top: none;
    padding: 10rem 12rem;
  }
  .under_page .swiper_area {
    height: 300rem;
  }
  .under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide img {
    height: 300rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .under_page .swiper_area .swiper_wrap .prev_next {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  .under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev,
  .under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next {
    width: 32rem;
  }
  .under_page .thumbs_wrap {
    margin-top: 15rem;
  }
  .under_page .thumbs_wrap.inner {
    width: 300rem;
  }
  .under_page .thumbs_wrap .swiper ul.swiper-wrapper {
    flex-wrap: wrap;
    gap: 2%;
  }
  .under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide {
    margin-bottom: 8rem;
  }
  .under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide img {
    width: 96rem;
    height: 82rem;
  }
}
.brand__logos--image {
  display: block;
  max-width: 680rem;
  margin-inline: auto;
}
.brand__logos--image img {
  width: 100%;
  height: auto;
}

.access__map-placeholder {
  display: grid;
  place-items: center;
  min-height: 260rem;
  background: #f2f2f2;
  color: #777;
  font-size: clamp(13rem, 0.972vw, 14rem);
}/*# sourceMappingURL=style.css.map */