@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  color: #111111;
  font-size: 62.5%;
  background-color: #f2e3d3;
}
html main {
  overflow: hidden;
}

.sp {
  display: inherit;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: inherit;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 24px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (min-width: 1024px) {
  .container {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    margin: 0 auto;
    padding: 80px;
  }
}

.hidden {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

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

.flex {
  display: flex;
}
.flex .shrink-0 {
  flex-shrink: 0;
}

.grid {
  display: grid;
}

.heading-h2 {
  position: relative;
  margin-bottom: 36px;
  line-height: 140%;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .heading-h2 {
    margin-bottom: 40px;
    line-height: 200%;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.heading-h2::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #e41620;
}
@media screen and (min-width: 1024px) {
  .heading-h2::before {
    width: 160px;
    height: 4px;
    bottom: -8px;
  }
}
.heading-h2__onestop {
  margin-bottom: 24px;
  position: relative;
  padding-left: 24px;
  padding-bottom: 4px;
  line-height: 200%;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .heading-h2__onestop {
    margin-bottom: 56px;
    padding-left: 40px;
    padding-bottom: 10px;
    line-height: 200%;
    font-size: 30px;
    font-size: 3rem;
  }
}
.heading-h2__onestop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #e41620;
}
@media screen and (min-width: 1024px) {
  .heading-h2__onestop::before {
    left: 8px;
    width: 13px;
    height: 13px;
  }
}
.heading-h3 {
  margin-bottom: 16px;
  line-height: 150%;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .heading-h3 {
    margin-bottom: 32px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.heading-sub {
  letter-spacing: 0.08em;
  color: #e41620;
  line-height: 150%;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .heading-sub {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.w-full {
  width: 100%;
}

.image-full {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .image-full {
    margin-bottom: 64px;
  }
}

.bg-primary-gray {
  background-color: #333333;
}

.paragraph-sm {
  line-height: 200%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .paragraph-sm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.paragraph-reg {
  line-height: 180%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .paragraph-reg {
    line-height: 200%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.paragraph-reg b {
  font-weight: 700;
}
.paragraph-reg mark {
  font-weight: 700;
  background-color: #ffd8d8;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .paragraph-reg mark {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.anotation__sup {
  vertical-align: top;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .anotation__sup {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.anotation__text {
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (min-width: 1024px) {
  .anotation__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(10px);
}
@media screen and (min-width: 1024px) {
  .fade-in {
    transform: translateY(20px);
  }
}

.anim-text {
  cursor: pointer;
  transition: 0.3s;
}
.anim-text:hover {
  color: #146630;
  opacity: 1;
}

.anim-opacity {
  transition: 0.6s;
}
.anim-opacity:hover {
  opacity: 0.8;
}

.card-shadow {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

/* ==============================
   ページごとのスタイル
============================== */
.header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  z-index: 50;
  padding: 0 16px;
  width: calc(100vw - 40px);
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.header.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 1024px) {
  .header {
    top: 10px;
    padding: 0 35px;
    width: calc(100vw - 60px);
    height: 80px;
  }
}
.header__title {
  position: relative;
  z-index: 50;
}
.header__title-logo {
  width: 200px;
  margin-top: 2px;
}
@media screen and (min-width: 1024px) {
  .header__title-logo {
    margin-top: 2px;
    width: 218px;
    height: 28px;
  }
}
.header__nav {
  font-weight: 500;
  letter-spacing: 0.1em;
  gap: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav.active {
  display: flex !important;
}
.header__nav.sp {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100svh;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
}
.header__nav.sp .header__nav-list {
  background-color: #f1f1f1;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-top: 56px;
  padding: 16px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  height: fit-content;
  overflow-y: scroll;
  font-size: 12px;
  font-size: 1.2rem;
}
.header__nav.sp .header__nav-list .navItem {
  width: 100%;
}
.header__nav.sp .header__nav-list .navItem:not(:last-child) {
  padding: 16px 0;
  border-bottom: 1px solid #111111;
}
.header__nav.sp .header__nav-list .navItem a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav.sp .header__nav-list .navItem a img {
  width: 16px;
  height: 16px;
}
.header__nav.sp .header__nav-list .navItem a.contact {
  margin: 40px auto 0;
  width: 240px;
  height: 40px;
  background-color: #146630;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-size: 1.2rem;
}
.header__nav-list .navItem {
  position: relative;
}
.header__nav-list .navItem::before {
  content: "";
  width: 105%;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: -2.5%;
  z-index: -1;
  background-color: #e41620;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.5s;
}
.header__nav-list .navItem:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.header__nav-list .navItem.active::before {
  transition: none;
  transform: scaleX(1);
}
.header__nav-list .service {
  padding: 0;
  position: relative;
}
.header__nav-list .service__nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 4px);
  margin-top: 16px;
  padding: 24px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  background-color: #ffffff;
  border-radius: 6px;
  filter: drop-shadow(0 0 8px rgba(51, 51, 51, 0.12));
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}
.header__nav-list .service__nav.active {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}
.header__nav-list .service__nav .listItem {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav-contact {
  background-color: #146630;
  padding: 8px 0;
  border-radius: 9999px;
  width: 120px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.header__humburger {
  position: relative;
  z-index: 50;
  width: 23px;
  height: 23px;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__humburger.active .header__humburger-bar:first-child {
  transform: rotate(45deg) translateY(4.5px);
}
.header__humburger.active .header__humburger-bar:last-child {
  transform: rotate(-45deg) translateY(-4.5px);
}
.header__humburger-bar {
  width: 100%;
  height: 1px;
  background-color: #111111;
  transition: all 0.3s;
}

.inquiries {
  position: relative;
  background-color: #146630;
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .inquiries {
    padding: 160px 0;
  }
}
.inquiries__wrapper {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .inquiries__wrapper {
    padding: 0;
  }
}
.inquiries__wrapper .title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .inquiries__wrapper .title {
    margin-bottom: 40px;
    font-size: 60px;
    font-size: 6rem;
  }
}
.inquiries__wrapper .description {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .inquiries__wrapper .description {
    margin-bottom: 64px;
  }
}
.inquiries__wrapper .button {
  position: relative;
  display: block;
  background-color: #ffffff;
  text-align: center;
  padding: 24px;
  color: #146630;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .inquiries__wrapper .button {
    margin: 0 30px;
    padding: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.inquiries__wrapper .button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 12px;
  height: 24px;
  background-image: url("https://city-seika-narita.com/db-csn/wp-content/themes/city-seika-narita/assets/svg/chevron-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .inquiries__wrapper .button::before {
    width: 15px;
    height: 30px;
  }
}

.footer {
  background-color: #111111;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.footer__wrapper {
  padding: 0 32px;
}
@media screen and (min-width: 1024px) {
  .footer__wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.footer .footerInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1024px) {
  .footer .footerInfo {
    height: 180px;
  }
}
.footer .footerInfo__heading {
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .footer .footerInfo__heading {
    padding-left: 30px;
  }
}
.footer .footerInfo__heading-title {
  letter-spacing: 0.1em;
  font-weight: 500;
  height: fit-content;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .footer .footerInfo__heading-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.footer .footerInfo__scroll {
  cursor: pointer;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer .footerInfo__scroll {
    width: 160px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer .footerInfo__scroll img {
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .footer .footerInfo__scroll img {
    width: 24px;
    height: 17px;
  }
}
.footer .footerNav {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .footer .footerNav {
    padding: 64px;
  }
}
.footer .footerNav__pageList {
  width: 100%;
  margin-bottom: 40px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1024px) {
  .footer .footerNav__pageList {
    padding: 0;
    margin-bottom: 146px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 64px 32px;
    border-bottom: none;
  }
}
.footer .footerNav__pageList .listItem {
  width: 100%;
}
.footer .footerNav__pageList .listItem__parent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .footer .footerNav__pageList .listItem__parent {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.footer .footerNav__pageList .listItem__children {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .footerNav__pageList .listItem__children .childItem {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 150%;
}
.footer .footerNav__termsList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .footer .footerNav__termsList {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.footer .footerNav__termsList .copyright {
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .footer .footerNav__termsList .copyright {
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}

.fixedBanner a {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 8px;
  display: block;
  width: 160px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .fixedBanner a {
    bottom: 40px;
    right: 24px;
    width: 200px;
  }
}

.sectionTitle {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .sectionTitle {
    top: -36px;
    margin-left: -20px;
  }
}
.sectionTitle__title {
  color: #ffffff;
  opacity: 0.3;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.08em;
  font-size: 72px;
  font-size: 7.2rem;
}
@media screen and (min-width: 1024px) {
  .sectionTitle__title {
    font-size: 240px;
    font-size: 24rem;
  }
}

.pageTitle {
  position: relative;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 20px 80px;
  clip-path: ellipse(90% 100% at 50% 0%);
}
@media screen and (min-width: 1024px) {
  .pageTitle {
    margin-bottom: 40px;
    padding: 200px 30px 180px;
    clip-path: ellipse(80% 100% at 50% 0%);
  }
}
.pageTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  opacity: 0.25;
}
.pageTitle.bg-features {
  background-size: 140%;
  background-position: 50% 0;
}
@media screen and (min-width: 1024px) {
  .pageTitle.bg-features {
    background-position: 50% 32%;
    background-size: cover;
  }
}
.pageTitle__date {
  position: relative;
  line-height: 200%;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
.pageTitle__title {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .pageTitle__title {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
.pageTitle__title.single-news {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .pageTitle__title.single-news {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.breadcrumb {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    margin: 0 auto 40px;
  }
}
.breadcrumb__list {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .breadcrumb__list {
    gap: 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.breadcrumb__list .listItem:not(:last-child) {
  text-decoration: underline;
  flex-shrink: 0;
}
.breadcrumb__arrow {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .breadcrumb__arrow {
    width: 24px;
    height: 24px;
  }
}
.breadcrumb__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-image: url("https://city-seika-narita.com/db-csn/wp-content/themes/city-seika-narita/assets/svg/chevron.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pageNav {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  font-weight: 700;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .pageNav {
    margin-bottom: 64px;
    gap: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .pageNav.gray {
    justify-content: flex-start;
  }
}
.pageNav.gray a {
  width: 120px;
  background-color: #f1f1f1;
}
@media screen and (min-width: 1024px) {
  .pageNav.gray a {
    width: 144px;
  }
}
.pageNav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  width: 160px;
}
@media screen and (min-width: 1024px) {
  .pageNav a {
    width: 216px;
  }
}
.pageNav a img {
  width: 8px;
  transform: rotate(90deg);
}

.mv {
  position: relative;
  width: 100%;
  height: 85svh;
  clip-path: ellipse(115% 100% at 50% 0%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .mv {
    height: 100svh;
    clip-path: ellipse(85% 100% at 50% 0%);
  }
}
.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv__bg::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  opacity: 0.3;
}
.mv__bg .bgImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: image-switch-animation 28s infinite;
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.15);
  }
}
.mv__bg .bgImage:nth-of-type(1) {
  animation-delay: 0s;
}
.mv__bg .bgImage:nth-of-type(2) {
  animation-delay: 7s;
}
.mv__bg .bgImage:nth-of-type(3) {
  animation-delay: 14s;
}
.mv__bg .bgImage:nth-of-type(4) {
  animation-delay: 21s;
}
.mv__bg .src1 {
  background-image: url("https://city-seika-narita.com/db-csn/wp-content/themes/city-seika-narita/assets/img/top/bg-mv-1.jpeg");
}
.mv__bg .src2 {
  background-image: url("https://city-seika-narita.com/db-csn/wp-content/themes/city-seika-narita/assets/img/top/bg-mv-2.jpeg");
}
.mv__bg .src3 {
  background-image: url("https://city-seika-narita.com/db-csn/wp-content/themes/city-seika-narita/assets/img/top/bg-mv-3.jpeg");
}
.mv__bg .src4 {
  background-image: url("https://city-seika-narita.com/db-csn/wp-content/themes/city-seika-narita/assets/img/top/bg-mv-4.jpeg");
}
.mv__inner {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.mv__inner .title {
  margin-bottom: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .mv__inner .title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.mv__inner .logo-serif {
  width: 250px;
}
@media screen and (min-width: 1024px) {
  .mv__inner .logo-serif {
    width: 500px;
  }
}

.top-about {
  position: relative;
  max-width: 1200px;
  padding: 0 20px;
  margin: -64px auto 80px;
}
@media screen and (min-width: 1024px) {
  .top-about {
    margin: -160px auto 40px;
    padding: 0;
  }
}
.top-about__wrapper {
  color: #ffffff;
  background-color: rgba(55, 42, 26, 0.85);
  padding: 20px;
  border: 4px solid #ffffff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (min-width: 1024px) {
  .top-about__wrapper {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .top-about__wrapper {
    padding: 80px;
    border: 8px solid #ffffff;
  }
}
.top-about__wrapper .flex {
  align-items: center;
  gap: 8px;
}
.top-about__title {
  margin-bottom: 8px;
  line-height: 100%;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (min-width: 1024px) {
  .top-about__title {
    margin-bottom: 24px;
    font-size: 100px;
    font-size: 10rem;
  }
}
.top-about__subTitle {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .top-about__subTitle {
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.top-about__button {
  width: fit-content;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .top-about__button {
    margin: 0;
    margin-top: 56px;
    gap: 16px;
  }
}
.top-about__button span {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.top-about__button img {
  width: 40px;
  height: 40px;
  filter: invert(100%);
}
@media screen and (min-width: 1024px) {
  .top-about__button img {
    width: 56px;
    height: 56px;
  }
}
.top-about__image {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .top-about__image {
    margin-bottom: 0px;
    flex-shrink: 0;
    width: 420px;
    height: 420px;
  }
}
.top-about__image img {
  object-fit: cover;
  width: 100%;
  height: 160px;
}
@media screen and (min-width: 1024px) {
  .top-about__image img {
    height: 100%;
  }
}

.top-news {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .top-news {
    margin-bottom: 160px;
  }
}
.top-news__wrapper {
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (min-width: 1024px) {
  .top-news__wrapper {
    padding-top: 200px;
    margin-bottom: 100px;
  }
}
.top-news__wrapper .flex {
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .top-news__wrapper .flex {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
.top-news__title {
  position: relative;
  margin-bottom: 24px;
  text-align: center;
  line-height: 200%;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .top-news__title {
    margin-bottom: 40px;
    line-height: 100%;
    font-size: 50px;
    font-size: 5rem;
  }
}
.top-news__button {
  width: fit-content;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .top-news__button {
    gap: 16px;
    margin: 24px auto 0;
    width: fit-content;
  }
}
.top-news__button span {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.top-news__button img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .top-news__button img {
    width: 56px;
    height: 56px;
  }
}
.top-news__list {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .top-news__list {
    padding: 0;
  }
}
.top-news__list .listItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #111111;
  padding: 16px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .top-news__list .listItem {
    height: 80px;
    flex-wrap: nowrap;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.top-news__list .listItem:last-child {
  border-bottom: 1px solid #111111;
}
.top-news__list .listItem__date {
  flex-shrink: 0;
  margin-right: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .top-news__list .listItem__date {
    margin-right: 14px;
    padding-left: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.top-news__list .listItem__cat {
  flex-shrink: 0;
  width: 110px;
  padding: 2px 0;
  background-color: #111111;
  color: #ffffff;
  border-radius: 9999px;
  font-size: 12px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-news__list .listItem__cat.press-release {
  background-color: #e41620;
}
.top-news__list .listItem__cat.media {
  background-color: #146630;
}
.top-news__list .listItem__cat.effort {
  background-color: #004898;
}
@media screen and (min-width: 1024px) {
  .top-news__list .listItem__cat {
    margin-right: 20px;
  }
}
.top-news__list .listItem__title {
  width: 100%;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .top-news__list .listItem__title {
    gap: 32px;
  }
}
.top-news__list .listItem__title img {
  width: 24px;
  height: 24px;
}

.top-topics {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-topics__title {
  margin-bottom: 8px;
  line-height: 200%;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .top-topics__title {
    font-size: 80px;
    font-size: 8rem;
  }
}
.top-topics__image {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .top-topics__image {
    width: 750px;
    height: 400px;
  }
}
.top-topics__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-features {
  position: relative;
  padding: 80px 0;
  background-color: #ffffff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (min-width: 1024px) {
  .top-features {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .top-features {
    padding: 160px 0;
  }
}
.top-features__title {
  margin-bottom: 8px;
  line-height: 100%;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .top-features__title {
    margin-bottom: 24px;
    font-size: 140px;
    font-size: 14rem;
  }
}
.top-features__subTitle {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .top-features__subTitle {
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.top-features__button, .top-features__wrapper .featureContent__button {
  width: fit-content;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .top-features__button, .top-features__wrapper .featureContent__button {
    gap: 16px;
    margin: 0 auto 80px;
  }
}
.top-features__button span, .top-features__wrapper .featureContent__button span {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.top-features__button img, .top-features__wrapper .featureContent__button img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .top-features__button img, .top-features__wrapper .featureContent__button img {
    width: 56px;
    height: 56px;
  }
}
.top-features__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 1024px) {
  .top-features__wrapper {
    padding: 0;
    gap: 120px;
  }
}
.top-features__wrapper .featureContent {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .top-features__wrapper .featureContent:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .top-features__wrapper .featureContent {
    flex-direction: row;
    gap: 80px;
  }
}
.top-features__wrapper .featureContent__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .top-features__wrapper .featureContent__title {
    margin-bottom: 32px;
    font-size: 40px;
    font-size: 4rem;
  }
}
.top-features__wrapper .featureContent__subTitle {
  display: block;
  margin-bottom: 12px;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 8px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #e41620;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .top-features__wrapper .featureContent__subTitle {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.top-features__wrapper .featureContent__image {
  flex-shrink: 0;
  width: 100%;
  height: 240px;
}
@media screen and (min-width: 1024px) {
  .top-features__wrapper .featureContent__image {
    width: 380px;
    height: 400px;
  }
}
.top-features__wrapper .featureContent__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-features__wrapper .featureContent__button {
  margin: 16px auto 0;
}
@media screen and (min-width: 1024px) {
  .top-features__wrapper .featureContent__button {
    margin: 24px 0 0;
  }
}

.top-services {
  position: relative;
  margin-bottom: 80px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .top-services {
    margin-bottom: 160px;
    padding: 0;
  }
}
.top-services__wrapper {
  padding-top: 72px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .top-services__wrapper {
    padding-top: 120px;
  }
}
.top-services__title {
  position: relative;
  margin-bottom: 24px;
  line-height: 200%;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .top-services__title {
    margin-bottom: 64px;
    text-align: left;
    line-height: 200%;
    font-size: 80px;
    font-size: 8rem;
  }
}

.contact {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .contact {
    padding: 0;
    margin-bottom: 160px;
  }
}
.contact form .formItem {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .contact form .formItem {
    display: flex;
    align-items: center;
    gap: 64px;
    padding-right: 32px;
  }
}
.contact form .formItem.content {
  align-items: flex-start;
}
.contact form .formItem.content label {
  padding-top: 22px;
}
.contact form .formItem label {
  margin-bottom: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  line-height: 150%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .contact form .formItem label {
    margin-bottom: 0;
    width: 260px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact form .formItem label .necessary {
  background-color: #e41620;
  padding: 3px 10px;
  font-weight: 400;
  line-height: 100%;
  color: #ffffff;
  border-radius: 9999px;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact form .formItem input,
.contact form .formItem textarea {
  width: 100%;
  background-color: #f1f1f1;
  padding: 16px;
  border-radius: 4px;
  line-height: 150%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .contact form .formItem input,
  .contact form .formItem textarea {
    padding: 24px 30px;
  }
}
.contact form .formItem input::placeholder,
.contact form .formItem textarea::placeholder {
  opacity: 0.4;
}
.contact form .formItem .form-half {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .contact form .formItem .form-half {
    gap: 32px;
  }
}
.contact form .formItem .form-full {
  width: 100%;
}
.contact form hr {
  width: 100%;
  height: 1px;
  background-color: #111111;
  opacity: 0.15;
  margin: 40px 0;
}
@media screen and (min-width: 1024px) {
  .contact form hr {
    margin: 48px 0;
  }
}
.contact form .acceptance {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .contact form .acceptance {
    margin-bottom: 64px;
  }
}
.contact form .acceptance__title {
  margin-bottom: 16px;
  line-height: 150%;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .contact form .acceptance__title {
    margin-bottom: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact form .acceptance__description {
  margin-bottom: 24px;
  line-height: 150%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .contact form .acceptance__description {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact form .acceptance__description a {
  text-decoration: underline;
}
.contact form .acceptance .wpcf7-form-control-wrap {
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.contact form .acceptance .wpcf7-form-control-wrap label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .contact form .acceptance .wpcf7-form-control-wrap label {
    gap: 20px;
  }
}
.contact form .acceptance .wpcf7-form-control-wrap label input[type=checkbox] {
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .contact form .acceptance .wpcf7-form-control-wrap label input[type=checkbox] {
    height: 24px;
    width: 24px;
  }
}
.contact form .acceptance .wpcf7-form-control-wrap label input[type=checkbox]:checked::before {
  background-color: #146630;
}
.contact form .acceptance .wpcf7-form-control-wrap label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .contact form .acceptance .wpcf7-form-control-wrap label input[type=checkbox]:checked::after {
    left: 8px;
    width: 8px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
  }
}
.contact form .acceptance .wpcf7-form-control-wrap label input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .contact form .acceptance .wpcf7-form-control-wrap label input[type=checkbox]::before {
    height: 24px;
    width: 24px;
  }
}
.contact form .acceptance .wpcf7-form-control-wrap label .wpcf7-list-item-label {
  cursor: pointer;
  line-height: 150%;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .contact form .acceptance .wpcf7-form-control-wrap label .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.contact form .submit {
  max-width: 800px;
  margin: 0 auto;
}
.contact form .submit .submit__button {
  cursor: pointer;
  text-align: center;
  background-color: #146630;
  color: #ffffff;
  width: 100%;
  height: 64px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .contact form .submit .submit__button {
    height: 120px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.news {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .news {
    padding: 0;
    margin-bottom: 160px;
  }
}
.news .news-category__list {
  position: relative;
  max-width: 1200px;
  margin: 64px auto 64px;
  display: flex;
  gap: 20px;
}
.news .news-category__list .listItem__link {
  width: 216px;
  height: 40px;
  color: #111111;
  background-color: #ffffff;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.news .news-category__list .listItem__link.all {
  color: #ffffff;
  background-color: #111111;
}
.news .news-category__list .listItem__link.press-release {
  color: #ffffff;
  background-color: #e41620;
}
.news .news-category__list .listItem__link.media {
  color: #ffffff;
  background-color: #146630;
}
.news .news-category__list .listItem__link.effort {
  color: #ffffff;
  background-color: #004898;
}
.news .newsArchive__list {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .news .newsArchive__list {
    margin-bottom: 64px;
  }
}
.news .newsArchive__list .listItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #111111;
  padding: 16px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .news .newsArchive__list .listItem {
    height: 80px;
    gap: 40px;
    flex-wrap: nowrap;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news .newsArchive__list .listItem:last-child {
  border-bottom: 1px solid #111111;
}
.news .newsArchive__list .listItem__date {
  flex-shrink: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .news .newsArchive__list .listItem__date {
    padding-left: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.news .newsArchive__list .listItem__cat {
  flex-shrink: 0;
  display: block;
  width: fit-content;
  text-align: center;
  padding: 2px 0;
  border-radius: 9999px;
  background-color: #111111;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 200%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .news .newsArchive__list .listItem__cat {
    width: 110px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.news .newsArchive__list .listItem__cat.press-release {
  background-color: #e41620;
}
.news .newsArchive__list .listItem__cat.media {
  background-color: #146630;
}
.news .newsArchive__list .listItem__cat.effort {
  background-color: #004898;
}
.news .newsArchive__list .listItem__title {
  width: 100%;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .news .newsArchive__list .listItem__title {
    gap: 32px;
  }
}
.news .newsArchive__list .listItem__title img {
  width: 24px;
  height: 24px;
}
.news .newsArchive__pagination ul.page-numbers {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.news .newsArchive__pagination ul.page-numbers img {
  filter: brightness(0);
  opacity: 0.8;
}
.news .newsArchive__pagination ul.page-numbers .prev {
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .news .newsArchive__pagination ul.page-numbers .prev {
    left: -40px;
  }
}
.news .newsArchive__pagination ul.page-numbers .prev img {
  transform: rotate(180deg);
}
.news .newsArchive__pagination ul.page-numbers .next {
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .news .newsArchive__pagination ul.page-numbers .next {
    right: -40px;
  }
}
.news .newsArchive__pagination ul.page-numbers li .page-numbers {
  margin: 0 8px;
}
@media screen and (min-width: 1024px) {
  .news .newsArchive__pagination ul.page-numbers li .page-numbers {
    margin: 0 12px;
  }
}
.news .newsArchive__pagination ul.page-numbers li .page-numbers.current {
  color: #e41620;
}

.news {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .news {
    padding: 0;
    margin-bottom: 160px;
  }
}
.news .singleNews__date {
  display: block;
  margin-bottom: 4px;
  line-height: 200%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__date {
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news .singleNews__tag {
  margin-bottom: 8px;
  display: block;
  width: fit-content;
  padding: 0 16px;
  border-radius: 9999px;
  background-color: #e41620;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 200%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__tag {
    margin-bottom: 8px;
    padding: 0 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news .singleNews__title {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__title {
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.news .singleNews__thumbnail {
  height: 100%;
}
.news .singleNews__thumbnail img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__thumbnail img {
    margin-bottom: 64px;
  }
}
.news .singleNews__body {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__body {
    margin-bottom: 64px;
  }
}
.news .singleNews__body h2 {
  margin-bottom: 24px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__body h2 {
    margin-bottom: 32px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.news .singleNews__body p {
  margin-bottom: 16px;
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__body p {
    margin-bottom: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news .singleNews__body p a {
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3s;
}
.news .singleNews__body p a:hover {
  color: #146630;
  opacity: 1;
}
.news .singleNews__body ul {
  margin-bottom: 16px;
  list-style-type: disc;
  padding-left: 16px;
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__body ul {
    margin-bottom: 28px;
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news .singleNews__body ol {
  margin-bottom: 16px;
  list-style-type: decimal;
  padding-left: 16px;
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__body ol {
    margin-bottom: 28px;
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news .singleNews__body figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 40px 0;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__body figure img {
    margin: 64px 0;
  }
}
.news .singleNews__body h3 {
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 16px;
  line-height: 200%;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__body h3 {
    margin-bottom: 32px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.news .singleNews__body h4 {
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 16px;
  line-height: 200%;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__body h4 {
    margin-bottom: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.news .singleNews__body .wp-block-button {
  margin: 40px 0;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__body .wp-block-button {
    margin: 64px 0;
  }
}
.news .singleNews__body .wp-block-button__link {
  width: 100%;
  background-color: #146630;
  border-radius: 0;
  font-weight: 500;
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  transition: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__body .wp-block-button__link {
    width: 480px;
    height: 64px;
    padding: 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news .singleNews__body .wp-block-button__link:hover {
  opacity: 0.8;
}
.news .singleNews__back a {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__back a {
    gap: 16px;
  }
}
.news .singleNews__back a span {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.news .singleNews__back a img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .news .singleNews__back a img {
    width: 56px;
    height: 56px;
  }
}

.about {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .about {
    padding: 0;
    margin-bottom: 160px;
  }
}
.about__onestop {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .about__onestop {
    margin-bottom: 80px;
  }
}
.about__export .exportImages {
  margin: 24px 0;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .about__export .exportImages {
    margin: 60px 0;
    gap: 80px;
  }
}

.features {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .features {
    padding: 0;
    margin-bottom: 160px;
  }
}
.features .container:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .features .container:not(:last-child) {
    margin-bottom: 80px;
  }
}
.features .flex {
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .features .flex {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.features .subTitle {
  color: #e41620;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 150%;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .features .subTitle {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.features .featureInner {
  padding: 20px;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 1024px) {
  .features .featureInner {
    padding: 40px;
  }
}
.features .featureInner:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .features .featureInner:not(:last-child) {
    margin-bottom: 40px;
  }
}
.features .featureInner .flex {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .features .featureInner .flex {
    gap: 40px;
  }
}
.features .featureInner .flex:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .features .featureInner .flex:not(:last-child) {
    margin-bottom: 56px;
  }
}
.features .featureInner .heading {
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 2px solid #e41620;
  color: #e41620;
  line-height: 200%;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .features .featureInner .heading {
    margin-bottom: 24px;
    padding-bottom: 8px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.features .featureInner__subTitle {
  display: block;
  margin-bottom: 8px;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 6px;
  color: #e41620;
  line-height: 200%;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__subTitle {
    margin-bottom: 16px;
    text-underline-offset: 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.features .featureInner__subTitle.rounded {
  text-decoration: none;
  color: #ffffff;
  background-color: #e41620;
  border-radius: 9999px;
  padding: 0 24px;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__subTitle.rounded {
    padding: 0 56px;
  }
}
.features .featureInner__title {
  margin-bottom: 16px;
  line-height: 200%;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__title {
    margin-bottom: 24px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.features .featureInner__title .small {
  font-size: 20px;
  font-size: 2rem;
}
.features .featureInner__info {
  grid-template-columns: 68px 1fr;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__info {
    grid-template-columns: 88px 1fr;
    gap: 12px 8px;
  }
}
.features .featureInner__info .paragraph-reg {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__info .paragraph-reg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.features .featureInner__info span {
  background-color: #111111;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .featureInner__image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__image {
    width: 440px;
    height: 263px;
  }
}
.features .featureInner__grid {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__grid {
    margin-bottom: 56px;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.features .featureInner__grid img {
  width: 100%;
  aspect-ratio: 1/1;
}
.features .featureInner__issues:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__issues:not(:last-child) {
    margin-bottom: 56px;
  }
}
.features .featureInner__issues .issues-ol {
  counter-reset: my-counter;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__issues .issues-ol {
    padding-left: 8px;
  }
}
.features .featureInner__issues .issues-ol li {
  position: relative;
  padding-left: 32px;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__issues .issues-ol li {
    padding-left: 48px;
  }
}
.features .featureInner__issues .issues-ol li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__issues .issues-ol li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.features .featureInner__issues .issues-ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 22px;
  width: 22px;
  background-color: #111111;
  border-radius: 9999px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__issues .issues-ol li::before {
    height: 34px;
    width: 34px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.features .featureInner__list {
  list-style: disc;
  padding-left: 20px;
  line-height: 180%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__list {
    padding-left: 24px;
    line-height: 200%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.features .featureInner__button {
  width: fit-content;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__button {
    gap: 16px;
    margin-top: 40px;
  }
}
.features .featureInner__button span {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.features .featureInner__button img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .features .featureInner__button img {
    width: 56px;
    height: 56px;
  }
}

.services {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .services {
    padding: 0;
    margin-bottom: 160px;
  }
}
.services__list {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .services__list {
    display: flex;
    flex-direction: row;
    gap: 80px;
  }
}
.services__list .card {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .services__list .card {
    border-radius: 20px;
    padding-bottom: 40px;
  }
}
.services__list .card:hover .card__image img {
  transform: scale(1.05);
}
.services__list .card__image {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 16px;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 1024px) {
  .services__list .card__image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 32px;
    height: 325px;
  }
}
.services__list .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.services__list .card__title {
  margin-bottom: 8px;
  padding: 0 20px;
  font-weight: 700;
  line-height: 150%;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .services__list .card__title {
    margin-bottom: 16px;
    padding: 0 24px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.services__list .card__description {
  margin-bottom: 24px;
  padding: 0 20px;
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .services__list .card__description {
    margin-bottom: 40px;
    padding: 0 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.services__list .card__button {
  width: fit-content;
  margin-left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .services__list .card__button {
    gap: 16px;
    margin-left: 24px;
  }
}
.services__list .card__button span {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.services__list .card__button img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .services__list .card__button img {
    width: 56px;
    height: 56px;
  }
}

.business {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .business {
    padding: 0;
    margin-bottom: 160px;
  }
}
.business .grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .business .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
}
.business .grid img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .business .grid img {
    height: 330px;
    margin-bottom: 4px;
  }
}
.business .contactBanner {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  background-color: #146630;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  .business .contactBanner {
    margin-top: 80px;
    height: 180px;
    padding: 44px;
    flex-direction: row;
  }
}
.business .contactBanner__title {
  width: 100%;
  height: 100%;
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .business .contactBanner__title {
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 2px solid #ffffff;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.business .contactBanner__content {
  width: 100%;
  height: 100%;
  line-height: 200%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .business .contactBanner__content {
    width: 50%;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.export {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .export {
    padding: 0;
    margin-bottom: 160px;
  }
}
.export .container {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .export .container {
    margin-bottom: 80px;
  }
}
.export .flex {
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .export .flex {
    flex-direction: row;
    gap: 0;
  }
}
.export .flex .company-logo {
  width: 80%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .export .flex .company-logo {
    margin-left: 120px;
    width: 284px;
  }
}
.export .flex .view-more a {
  margin: -24px 0 24px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .export .flex .view-more a {
    margin: 0;
    gap: 16px;
  }
}
.export .flex .view-more a span {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.export .flex .view-more a img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .export .flex .view-more a img {
    width: 56px;
    height: 56px;
  }
}
.export__onestop, .export__technology {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .export__onestop, .export__technology {
    margin-top: 40px;
    flex-direction: row;
    gap: 40px;
  }
}
.export__onestop div, .export__technology div {
  width: 100%;
}
.export__onestop-image, .export__technology-image {
  margin-bottom: 4px;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .export__onestop-image, .export__technology-image {
    margin-bottom: 8px;
  }
}

.network {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .network {
    padding: 0;
    margin-bottom: 160px;
  }
}
.network .flex {
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .network .flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
  }
}
.network__image {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .network__image {
    margin-left: 40px;
    width: 420px;
  }
}
.network .cases {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .network .cases {
    margin-top: 64px;
  }
}
.network .cases__title {
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 200%;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .network .cases__title {
    margin-bottom: 24px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.network .cases__list {
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1024px) {
  .network .cases__list {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.network .cases__list .listItem {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 1024px) {
  .network .cases__list .listItem {
    height: 385px;
  }
}
.network .cases__list .listItem a {
  display: block;
  width: 100%;
  height: 100%;
}
.network .cases__list .listItem__image {
  margin-bottom: 8px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .network .cases__list .listItem__image {
    margin-bottom: 16px;
    height: 220px;
  }
}
.network .cases__list .listItem__tag {
  margin: 0 12px 8px;
  display: block;
  width: fit-content;
  padding: 0 12px;
  border-radius: 9999px;
  background-color: #e41620;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 150%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .network .cases__list .listItem__tag {
    margin: 0 16px 10px;
    padding: 0 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.network .cases__list .listItem__title {
  margin: 0 12px 40px;
  font-weight: 700;
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .network .cases__list .listItem__title {
    margin: 0 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.network .cases__list .listItem__button {
  position: absolute;
  bottom: 8px;
  right: 12px;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  .network .cases__list .listItem__button {
    bottom: 16px;
    right: 16px;
  }
}

.flow {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .flow {
    padding: 0;
    margin-bottom: 160px;
  }
}
.flow__list .listItem {
  flex-direction: column;
}
.flow__list .listItem:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .flow__list .listItem:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .flow__list .listItem {
    flex-direction: row;
  }
}
.flow__list .listItem__step {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .flow__list .listItem__step {
    margin-bottom: 0;
  }
}
.flow__list .listItem__step span {
  width: 80px;
  height: 32px;
  border-radius: 9999px;
  color: #ffffff;
  background-color: #e41620;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .flow__list .listItem__step span {
    width: 160px;
    height: 80px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.flow__list .listItem__step .bar {
  width: 5px;
  height: 100%;
  margin: -1px auto 0;
  background-color: #e41620;
}
.flow__list .listItem__content {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .flow__list .listItem__content {
    margin-left: 40px;
    margin-right: 24px;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .flow__list .listItem__content.last {
    margin-bottom: 0;
  }
}
.flow__list .listItem__content h3 {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .flow__list .listItem__content h3 {
    margin-bottom: 16px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.flow__list .listItem__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .flow__list .listItem__image {
    width: 355px;
    height: 220px;
  }
}

.onestop {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .onestop {
    padding: 0;
    margin-bottom: 160px;
  }
}
.onestop__services {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .onestop__services {
    gap: 80px;
  }
}
.onestop__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .onestop__list {
    gap: 40px;
  }
}
.onestop__list .listItem {
  padding: 20px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #cccccc;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .onestop__list .listItem {
    padding: 32px 40px;
    flex-direction: row;
    gap: 40px;
  }
}
.onestop__list .listItem__image {
  width: 120px;
  height: 120px;
}
@media screen and (min-width: 1024px) {
  .onestop__list .listItem__image {
    width: 160px;
    height: 160px;
  }
}
.onestop__list .listItem__content span {
  line-height: 200%;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .onestop__list .listItem__content span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.onestop__list .listItem__content p {
  margin-bottom: 16px;
}

.faq {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .faq {
    padding: 0;
    margin-bottom: 160px;
  }
}
.faq .container {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .faq .container {
    margin-bottom: 80px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__list .faqItem {
  padding: 20px;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 1024px) {
  .faq__list .faqItem {
    padding: 40px;
  }
}
.faq__list .faqItem__question {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .faq__list .faqItem__question {
    gap: 20px;
  }
}
.faq__list .faqItem__question span {
  flex-shrink: 0;
  color: #146630;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .faq__list .faqItem__question span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.faq__list .faqItem__question .faqQuestion {
  width: 100%;
  line-height: 180%;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .faq__list .faqItem__question .faqQuestion {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.faq__list .faqItem__question .faqButton {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1024px) {
  .faq__list .faqItem__question .faqButton {
    width: 17px;
    height: 17px;
  }
}
.faq__list .faqItem__question .faqButton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #111111;
}
.faq__list .faqItem__question .faqButton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #111111;
  transition: all 0.3s;
}
.faq__list .faqItem__question .faqButton.active::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.faq__list .faqItem__answer {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .faq__list .faqItem__answer {
    gap: 20px;
  }
}
.faq__list .faqItem__answer span {
  flex-shrink: 0;
  color: #e41620;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .faq__list .faqItem__answer span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.faq__list .faqItem__answer .faqAnswer {
  width: 100%;
  line-height: 180%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .faq__list .faqItem__answer .faqAnswer {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.company {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .company {
    padding: 0;
    margin-bottom: 160px;
  }
}
.company .container:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .company .container:not(:last-child) {
    margin-bottom: 80px;
  }
}
.company h2.flex {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .company h2.flex {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.company .paragraph-reg a {
  text-decoration: underline;
  color: #146630;
  transition: all 0.6s;
}
.company .paragraph-reg a:hover {
  opacity: 0.7;
}
.company .ceo {
  margin-top: 24px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .company .ceo {
    margin-top: 40px;
  }
}
.company .ceo__company {
  line-height: 200%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .company .ceo__company {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.company .ceo__name {
  line-height: 200%;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .company .ceo__name {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.company .outline {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  line-height: 200%;
  gap: 1px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .company .outline {
    margin-bottom: 64px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.company .outline__title {
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
@media screen and (min-width: 1024px) {
  .company .outline__title {
    width: 380px;
    height: 80px;
    padding: 0;
    padding-left: 30px;
    justify-content: start;
  }
}
.company .outline__content {
  width: 100%;
  height: 80px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  padding: 0 8px;
}
@media screen and (min-width: 1024px) {
  .company .outline__content {
    padding: 0;
    padding-left: 30px;
  }
}
.company .googlemaps iframe {
  width: 100%;
  height: 240px;
}
@media screen and (min-width: 1024px) {
  .company .googlemaps iframe {
    height: 480px;
  }
}
.company .teams {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .company .teams {
    flex-direction: row;
    gap: 32px;
  }
}
.company .teams .teamsInner {
  width: 100%;
}
.company .teams .teamsInner img {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  background-color: #f1f1f1;
}
@media screen and (min-width: 1024px) {
  .company .teams .teamsInner img {
    margin-bottom: 24px;
    height: 320px;
  }
}
.company .teams .teamsInner__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .company .teams .teamsInner__title {
    margin-bottom: 24px;
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.company .partners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
}
@media screen and (min-width: 1024px) {
  .company .partners {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 32px;
  }
}
.company .partners .listItem {
  text-align: center;
}
.company .partners .listItem__image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.company .groups {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .company .groups {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 32px;
  }
}
.company .groups .listItem__image {
  margin-bottom: 8px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 1024px) {
  .company .groups .listItem__image {
    margin-bottom: 24px;
  }
}
.company .groups .listItem__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .company .groups .listItem__title {
    margin-bottom: 24px;
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.company .groups .listItem__description a {
  text-decoration: underline;
}

.terms {
  position: relative;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .terms {
    padding: 0;
    margin-bottom: 160px;
  }
}
.terms .terms-ol {
  margin-top: 24px;
  list-style-type: decimal;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .terms .terms-ol {
    margin-top: 32px;
    padding-left: 24px;
    gap: 32px;
  }
}
.terms .terms-ul {
  list-style-type: disc;
  padding-left: 16px;
}
@media screen and (min-width: 1024px) {
  .terms .terms-ul {
    padding-left: 24px;
  }
}

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