:root {
  --font-pri: "Roboto", sans-serif;
  --font-title: "Montserrat", sans-serif;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --header-height: 12rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 8rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0.8rem -0.4rem 1.6rem 0 rgba(0, 0, 0, 0.35);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) saturate(100%) invert(10%) sepia(7%) saturate(22%) hue-rotate(91deg) brightness(100%) contrast(91%);
  --filter-pri: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(2288%) hue-rotate(197deg) brightness(93%) contrast(109%);
  --filter-sec: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(845%) hue-rotate(346deg) brightness(97%) contrast(107%);
  --container-padding: 1.6rem;
  --container-width: 124.8rem;
  --container-width-2: 163.2rem;
}

.mona-content > * {
  color: #404040;
  line-height: 160%;
}
.mona-content b,
.mona-content strong {
  font-weight: 700;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  color: #262626;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.mona-content h1 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h1 {
    font-size: 2.1rem;
  }
}
.mona-content h2 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h2 {
    font-size: 1.9rem;
  }
}
.mona-content h3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.5rem;
  }
}
.mona-content h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .mona-content h4 {
    font-size: 1.4rem;
  }
}
.mona-content h5 {
  font-size: 1.4rem;
}
.mona-content h6 {
  font-size: 1.2rem;
}
.mona-content p {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .mona-content p {
    font-size: 1.4rem;
  }
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  height: auto;
  margin: 4rem 0;
  user-select: none;
  max-width: 100% !important;
  border-radius: var(--radius);
}
@media screen and (max-width: 1200px) {
  .mona-content img,
  .mona-content iframe {
    margin: 2.4rem 0;
  }
}
.mona-content blockquote {
  gap: 3.2rem;
  display: flex;
  margin: 3.2rem 0;
  padding: 0.8rem 2rem;
  flex-direction: column;
  border-left: 0.2rem solid #DA1F27;
}
@media screen and (max-width: 767px) {
  .mona-content blockquote {
    gap: 1.6rem;
  }
}
.mona-content blockquote p {
  margin: 0;
}
.mona-content blockquote .author-title {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content blockquote .author-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content blockquote .author-title {
    font-size: 1.6rem;
  }
}
.mona-content blockquote .author-title {
  color: #DA1F27;
  font-weight: 600;
  line-height: 150%;
}
.mona-content table {
  max-width: 100%;
  margin: 3.2rem 0;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  .mona-content table {
    margin: 2.4rem 0;
  }
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
  vertical-align: middle;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}
.mona-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .mona-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.mona-content .wp-caption-text {
  color: #666;
  line-height: 1.5;
  font-size: 1.4rem;
  padding-top: 0.8rem;
  margin: 0 !important;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.mona-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.mona-content .wp-caption.aligncenter {
  margin: 2.4rem auto;
}
.mona-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.mona-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.mona-content a {
  font-weight: 700;
  color: #FE7A15;
  transition: all 0.5s ease;
}
.mona-content a:hover {
  text-decoration: underline;
  color: #0F00B8;
}
.mona-content li {
  margin: 0.4rem 0;
}
.mona-content figure {
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.mona-content figure img {
  margin: 0;
}
.mona-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.mona-content .img-full img {
  width: 100%;
}
.mona-content table {
  width: 100%;
}
.mona-content table td {
  text-align: left;
  vertical-align: middle;
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
}
.mona-content table td {
  background-color: transparent;
}
.mona-content table tbody {
  background-color: #fff;
}
.mona-content table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
.mona-content .table-resp {
  overflow-x: auto;
  margin-bottom: 3rem;
}
.mona-content img.size-full {
  width: 100%;
}
.mona-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .mona-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.mona-content img.alignright {
  margin-left: auto;
}
.mona-content img.alignleft {
  margin-right: auto;
}
.mona-content .gallery-columns {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .gallery-columns {
    margin: 2.4rem 0;
  }
}
.mona-content .gallery-columns img {
  margin: 0;
}
.mona-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.mona-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mona-content .gallery-columns-2 .gallery-item {
  width: calc(50% - 0.8rem) !important;
}
.mona-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}
.mona-content .post-crit {
  padding: 3.2rem;
  margin: 3.2rem 0;
  border-radius: var(--radius);
  background: rgba(255, 125, 68, 0.1);
}
@media screen and (max-width: 767px) {
  .mona-content .post-crit {
    padding: 1.6rem;
    margin: 1.6rem 0;
  }
}
.mona-content .post-author {
  gap: 2.4rem;
  display: flex;
  padding: 3.2rem;
  border-radius: var(--radius-l);
  border: 0.1rem solid #FE7A15;
}
@media screen and (max-width: 767px) {
  .mona-content .post-author {
    gap: 1.6rem;
    padding: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .mona-content .post-author {
    flex-direction: column;
  }
}
.mona-content .post-author * {
  margin: 0;
}
.mona-content .post-author_title .title-24 {
  color: #1A1A1A;
}
.mona-content .post-author_img {
  flex-shrink: 0;
  user-select: none;
  width: 8rem;
  height: 8rem;
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 767px) {
  .mona-content .post-author_img {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.mona-content .post-author_desc .text-14 {
  line-height: 150%;
  color: #737373;
}

#ez-toc-container {
  width: 100% !important;
}
@media screen and (min-width: 1201px) {
  #ez-toc-container {
    top: 10rem;
    position: sticky !important;
  }
}

.service-box {
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .service-box:hover .service-img::before, .service-box:focus-visible .service-img::before {
    opacity: 1;
  }
  .service-box:hover .service-img .img img, .service-box:focus-visible .service-img .img img {
    transform: scale(1.05);
  }
  .service-box:hover .service-content > .btn, .service-box:focus-visible .service-content > .btn {
    opacity: 1;
  }
  .service-box:hover .service-content_link, .service-box:focus-visible .service-content_link {
    color: white;
  }
}

.service-img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: var(--radius-m);
}
.service-img::before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  transition: 0.4s ease-in-out;
  background: linear-gradient(0deg, rgba(36, 36, 36, 0.6) 0%, rgba(36, 36, 36, 0.6) 100%);
}
.service-img .img {
  padding-top: 110.7692307692%;
}

.service-content {
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  padding: 4rem 2.4rem;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .service-content {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .service-content {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 1201px) {
  .service-content > .btn {
    opacity: 0;
  }
}
.service-content_link {
  gap: 1.2rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .service-content_link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .service-content_link {
    font-size: 1.7rem;
  }
}
.service-content_link {
  font-weight: 600;
  color: #FE7A15;
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: center;
}

.service {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .service {
    margin: 6rem 0rem;
  }
}
.service-heading {
  text-align: center;
}
.service-heading .text-16 {
  margin: 0 auto;
  line-height: 150%;
  max-width: 65.6rem;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-12));
  margin: 0 calc(-1 * var(--pi-12));
}
.service-item {
  width: 33.3333333333%;
  padding: 0 var(--pi-12);
}
@media screen and (max-width: 767px) {
  .service-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .service-item {
    width: 100%;
  }
}

.ab-route {
  margin: 16rem 0rem 8rem;
}
@media screen and (max-width: 991px) {
  .ab-route {
    margin: 6rem 0rem;
  }
}
.ab-route {
  background-image: url("../images/about/bg.png");
  background-repeat: no-repeat;
  background-position: bottom 15% right;
  background-size: 50% auto;
}
@media screen and (max-width: 991px) {
  .ab-route {
    background-position: bottom -10% right;
    background-size: 80% auto;
  }
}
.ab-route_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 4rem;
}
.ab-route_heading {
  width: 100%;
  max-width: 49rem;
}
@media screen and (max-width: 991px) {
  .ab-route_heading {
    max-width: 100%;
  }
}
.ab-route_content {
  flex: 1;
  width: 100%;
  max-width: 62.6rem;
  min-width: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  .ab-route_content {
    flex: initial;
    max-width: 100%;
    margin: 0;
    gap: 2.4rem;
  }
}
.ab-route_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1.2rem;
}
@media screen and (max-width: 991px) {
  .ab-route_list {
    gap: 2.4rem 1.2rem;
  }
}
.ab-route_item {
  width: calc(50% - 0.6rem);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .ab-route_item {
    text-align: left;
    gap: 0.8rem;
  }
}
.ab-route_title {
  color: #004594;
  font-weight: 500;
  line-height: 150%;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .ab-route_title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-route_title {
    font-size: 1.7rem;
  }
}
.ab-route_desc {
  color: #000;
  font-weight: 400;
  line-height: 150%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .ab-route_desc {
    font-size: 1.4rem;
  }
}
.ab-route_action .btn {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .ab-route_action .btn {
    margin-left: 0;
  }
}
.ab-route_truck {
  display: block;
  position: relative;
  aspect-ratio: 108.8/55;
  width: 100%;
  max-width: 90%;
  margin-top: -12%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  .ab-route_truck {
    margin: 1.2rem 0 0;
  }
}
.ab-route_truck img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

.ab-rv {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .ab-rv {
    margin: 6rem 0rem;
  }
}
.ab-rv .container {
  max-width: 163.2rem;
  padding: 0;
}
.ab-rv_list {
  --gap: 2.4rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  height: 80.1rem;
  padding: 0 1.6rem;
  overflow: hidden;
}
.ab-rv_list::before, .ab-rv_list::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 19%;
  pointer-events: none;
}
.ab-rv_list::before {
  top: 0;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.ab-rv_list::after {
  bottom: 0;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1200px) {
  .ab-rv_list {
    --gap: 1.6rem;
    height: 64rem;
  }
}
@media screen and (max-width: 576px) {
  .ab-rv_list {
    height: 40rem;
  }
}
.ab-rv_col {
  width: calc(25% - var(--gap) * 3 / 4);
}
@media screen and (max-width: 991px) {
  .ab-rv_col {
    width: calc(50% - var(--gap) / 2);
  }
  .ab-rv_col:nth-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .ab-rv_col {
    width: 100%;
  }
  .ab-rv_col:nth-child(n+2) {
    display: none;
  }
}
.ab-rv_splide {
  height: 80.1rem;
}
@media screen and (max-width: 1200px) {
  .ab-rv_splide {
    height: 64rem;
  }
}
@media screen and (max-width: 576px) {
  .ab-rv_splide {
    height: 56rem;
  }
}
.ab-rv_splide .splide__track {
  height: 100%;
  overflow: visible;
}
.ab-rv_splide .splide__slide {
  display: flex;
  flex-direction: column;
}

.rv-item {
  padding: 2.4rem;
  background-color: white;
  border-radius: var(--radius-m);
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .rv-item {
    padding: 1.6rem;
  }
}
.rv-item_content {
  color: #242424;
  font-weight: 400;
  line-height: 150%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .rv-item_content {
    font-size: 1.4rem;
  }
}
.rv-item_footer {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 0.1rem solid rgba(36, 36, 36, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.rv-item_user {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: calc(55.9866666667% - 0.6rem);
}
@media screen and (max-width: 1440px) {
  .rv-item_user {
    width: 100%;
  }
}
.rv-item_avatar {
  flex-shrink: 0;
  padding: 0.4rem;
  background-color: white;
  border: 0.1rem solid #ccc;
  border-radius: 50%;
  overflow: hidden;
  width: 4.8rem;
  height: 4.8rem;
  box-shadow: 0 4px 1px 0 rgba(0, 0, 0, 0), 0 3px 1px 0 rgba(0, 0, 0, 0.01), 0 2px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rv-item_avatar img {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.rv-item_info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.rv-item_name {
  color: #242424;
  font-weight: 700;
  line-height: 110%;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .rv-item_name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .rv-item_name {
    font-size: 1.5rem;
  }
}
.rv-item_pos {
  color: #136a5d;
  font-weight: 300;
  line-height: 130%;
  font-size: 1.4rem;
}
.rv-item_rating {
  display: block;
  aspect-ratio: 141/25;
  max-width: 14.1rem;
  position: relative;
  flex-shrink: 0;
  width: calc(44.0133333333% - 0.6rem);
}
@media screen and (max-width: 1440px) {
  .rv-item_rating {
    width: 100%;
  }
}
.rv-item_rating img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}
.rv-item_media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  min-height: 30rem;
  border-radius: var(--radius-m);
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.12);
}
.rv-item_media.is-medium {
  aspect-ratio: 38.2/37.9;
  padding: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .rv-item_media.is-medium {
    padding: 1.6rem;
  }
}
.rv-item_media.is-large {
  aspect-ratio: 38.2/44.7;
  padding: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .rv-item_media.is-large {
    padding: 1.6rem;
  }
}
.rv-item_media.is-image {
  aspect-ratio: 382/235;
  max-width: 100%;
  min-height: initial;
}
.rv-item_media-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: var(--radius-m);
  overflow: hidden;
}
.rv-item_media-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  inset: 0;
  background-image: linear-gradient(0deg, rgba(19, 106, 93, 0.1) 0%, rgba(19, 106, 93, 0.1) 100%);
}
.rv-item_media-img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.rv-item_media-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.rv-item_media-number {
  color: #fff;
  font-weight: 900;
  line-height: 90%;
  font-size: 5.6rem;
}
@media only screen and (max-width: 1200px) {
  .rv-item_media-number {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .rv-item_media-number {
    font-size: 4rem;
  }
}
.rv-item_media-number .unit {
  font-size: 65%;
  vertical-align: super;
}
.rv-item_media-label {
  color: #fff;
  font-weight: 500;
  line-height: 150%;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .rv-item_media-label {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .rv-item_media-label {
    font-size: 1.6rem;
  }
}
.rv-item_media-avatars {
  display: flex;
  align-items: center;
}
.rv-item_media-avatars img {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1rem;
  border: 0.2rem solid white;
  border-radius: 50%;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article:hover .img img, .article:focus-visible .img img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .article {
    gap: 1.6rem;
  }
}
.article-img .img {
  border-radius: 0.8rem;
  padding-top: 74.8717948718%;
}
@media screen and (max-width: 767px) {
  .article-content {
    gap: 1.2rem;
  }
}
.article-content_cate {
  display: flex;
  align-items: center;
}
.article-content_cate > * {
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
}
.article-content_cate > *:not(:last-child)::after {
  content: "|";
  margin: 0 0.4rem;
}
.article-content_title .title-24 {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article-content_title .title-24:hover, .article-content_title .title-24:focus-visible {
    color: #FE7A15;
  }
}

.ab-info {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .ab-info {
    margin: 6rem 0rem;
  }
}
.ab-info_list {
  gap: 4.8rem;
}
.ab-info_item {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 4rem;
}
.ab-info_item:nth-child(even) {
  flex-direction: row-reverse;
}
.ab-info_gal {
  width: calc(54.935% - 2rem);
}
@media screen and (max-width: 991px) {
  .ab-info_gal {
    width: 100%;
    order: 1;
  }
}
.ab-info_img {
  position: relative;
  aspect-ratio: 648/486;
  max-width: 100%;
  border-radius: var(--radius-l);
  overflow: hidden;
}
.ab-info_img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.ab-info_content {
  flex: 1;
  max-width: 100%;
  min-width: 0;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .ab-info_content {
    gap: 1.6rem;
  }
}
.ab-info_content > .text-16 {
  line-height: 150%;
}
.ab-info_number {
  flex-wrap: wrap;
  gap: 4rem 4.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ab-info_number {
    gap: 2.4rem 4.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .ab-info_number .count {
    gap: 1.2rem;
  }
}
.ab-info_number .count-number {
  font-size: 8rem;
  font-weight: 600;
  color: #FE7A15;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .ab-info_number .count-number {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ab-info_number .count-number {
    font-size: 4.8rem;
  }
}
.ab-info_number .count-number::after {
  content: "+";
  top: -1rem;
  font-size: 4.8rem;
  color: #0F00B8;
  position: absolute;
  left: calc(100% - 0.4rem);
}
@media screen and (max-width: 1200px) {
  .ab-info_number .count-number::after {
    left: 100%;
    font-size: 4rem;
  }
}
.ab-info_number .count-text {
  font-weight: 500;
  font-size: 3.1rem;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .ab-info_number .count-text {
    font-size: 2.4rem;
  }
}
.ab-info_check {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: #242424;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .ab-info_check {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-info_check {
    font-size: 1.6rem;
  }
}
.ab-info_check {
  font-weight: 400;
  line-height: 150%;
}
.ab-info_check strong {
  font-weight: 500;
}
.ab-info_check > * {
  padding-left: 3.2rem;
  position: relative;
}
.ab-info_check > *::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../images/about/ic_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.js-info-gal {
  position: relative;
  border-radius: var(--radius-l);
  overflow: hidden;
}
.js-info-gal .swiper-action {
  --pos: 4rem;
  position: absolute;
  bottom: var(--pos);
  right: var(--pos);
  left: var(--pos);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .js-info-gal .swiper-action {
    --pos: 1.6rem;
  }
}

.blog {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .blog {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  .blog-heading, .blog-wrap {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-heading, .blog-wrap {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 420px) {
  .blog-heading .title-32 {
    margin: 0 auto;
    max-width: 28rem;
  }
}
.blog-tab {
  margin: 0 auto;
  max-width: 100%;
  overflow-y: auto;
  display: flex;
  align-items: center;
  padding-bottom: 0.4rem;
}
.blog-tab_item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.blog-tab_item .text-20 {
  line-height: 150%;
  transition: 0.4s ease-in-out;
  color: rgba(36, 36, 36, 0.5);
}
@media screen and (max-width: 576px) {
  .blog-tab_item .text-20 {
    font-size: 1.4rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .blog-tab_item:hover .text-20, .blog-tab_item:focus-visible .text-20 {
    color: #FE7A15;
  }
}
.blog-tab_item.is-active {
  pointer-events: none;
}
.blog-tab_item.is-active .text-20 {
  font-weight: 500;
  color: #FE7A15;
}
.blog-tab_item:not(:last-child):after {
  content: "|";
  margin: 0 1.6rem;
  display: inline-block;
  color: rgba(36, 36, 36, 0.5);
}
@media screen and (max-width: 576px) {
  .blog-tab_item:not(:last-child):after {
    margin: 0 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .blog-inner {
    padding-top: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-inner {
    padding-top: 2.4rem;
  }
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  margin: 0 calc(-1 * var(--pi-12));
}
@media screen and (max-width: 1200px) {
  .blog-list {
    row-gap: 2.4rem;
  }
}
.blog-item {
  width: 33.3333333333%;
  padding: 0 var(--pi-12);
}
@media screen and (max-width: 767px) {
  .blog-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .blog-item {
    width: 100%;
  }
}

body:not(.p-pricing) .blog-inner {
  padding-top: 4rem;
  border-top: 0.1rem solid rgba(36, 36, 36, 0.2);
}

.p-blog .hero-content {
  gap: 1.2rem;
}
.p-blog .hero-content_time {
  display: none;
}

.title-w-desc .title-24 {
  color: #004594;
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .title-w-desc .title-24 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .title-w-desc .title-24 {
    font-size: 2.2rem;
  }
}
.title-w-desc .title-24 {
  line-height: normal;
}

.ab-intro {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .ab-intro {
    margin: 6rem 0rem;
  }
}
@media screen and (min-width: 992px) {
  .ab-intro {
    margin-top: 0;
  }
}
.ab-intro .container {
  max-width: 172.8rem;
}
.ab-intro .mona-content {
  font-weight: 300;
}
.ab-intro .mona-content > * {
  color: #242424;
  line-height: 150%;
}
.ab-intro_wrap {
  --gap: 12rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem var(--gap);
}
@media screen and (max-width: 1200px) {
  .ab-intro_wrap {
    --gap: 3.2rem;
  }
}
.ab-intro_img {
  width: calc(57.253% - var(--gap));
  display: block;
  position: relative;
  aspect-ratio: 851/762;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .ab-intro_img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .ab-intro_img {
    margin-left: -1.6rem;
  }
}
.ab-intro_img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.ab-intro_content {
  flex: 1;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .ab-intro_content {
    order: -1;
  }
}
.ab-intro_content-wrap {
  max-width: 50.1rem;
}
@media screen and (max-width: 991px) {
  .ab-intro_content-wrap {
    max-width: 100%;
    gap: 1.2rem;
  }
}
.ab-intro_content-wrap > .text-16 {
  line-height: 150%;
}
.ab-intro_card {
  width: 100%;
  max-width: 154.4rem;
  margin: 0 auto;
}
.ab-intro_card-list {
  --cg: 2.4rem;
  --rg: 2.4rem;
  --num: 4;
  display: flex;
  flex-wrap: wrap;
  gap: var(--rg) var(--cg);
}
@media screen and (max-width: 1440px) {
  .ab-intro_card-list {
    --cg: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .ab-intro_card-list {
    --rg: 1.6rem;
    --num: 2;
  }
}
.ab-intro_card-item {
  width: calc((100% - var(--cg) * (var(--num) - 1)) / var(--num));
  padding: 1.6rem 4rem;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--radius-m);
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .ab-intro_card-item {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .ab-intro_card-item {
    padding: 1.2rem;
    flex-direction: column;
    align-items: initial;
    gap: 1.2rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .ab-intro_card-item:hover, .ab-intro_card-item:focus-visible {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
.ab-intro_card-icon {
  flex-shrink: 0;
  aspect-ratio: 55/83;
  max-width: 100%;
  width: 5.5rem;
  background-color: #004594;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .ab-intro_card-icon {
    width: 3.6rem;
  }
}
.ab-intro_card-icon img {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  .ab-intro_card-icon img {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.ab-intro_card-text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 576px) {
  .ab-intro_card-text {
    gap: 0.4rem;
  }
}
.ab-intro_card-text .title-32 {
  color: #004594;
}
.ab-intro_card-text .text-16 {
  color: #000;
}

.ab-service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 991px) {
  .ab-service_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .ab-service_list {
    grid-template-columns: 1fr;
  }
}
.ab-service_item-inner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-l);
  background: white;
  box-shadow: var(--box-shadow-1);
}
.ab-service_item-img {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.ab-service_item-img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: 0.6s ease-in-out;
}
.ab-service_item-text {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .ab-service_item:hover .ab-service_item-img img, .ab-service_item:focus-visible .ab-service_item-img img {
    transform: scale(1.1);
  }
}

.ab-counter {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .ab-counter {
    margin: 6rem 0rem;
  }
}
.ab-counter {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.ab-counter_bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.ab-counter_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(0deg, rgba(16, 6, 124, 0.6) 0%, rgba(16, 6, 124, 0.6) 100%);
}
.ab-counter_bg img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.ab-counter_list {
  --gap: 3.2rem;
  --num: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem var(--gap);
}
@media screen and (max-width: 991px) {
  .ab-counter_list {
    --gap: 1.6rem;
    --num: 2;
  }
}
.ab-counter_item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-align: center;
  width: calc(100% / var(--num) - var(--gap) * (var(--num) - 1) / var(--num));
}
.ab-counter_num {
  color: #FE7A15;
  font-size: 8rem;
}
@media only screen and (max-width: 1200px) {
  .ab-counter_num {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-counter_num {
    font-size: 4rem;
  }
}
.ab-counter_num {
  font-weight: 600;
  line-height: 90%;
}
.ab-counter_num .unit {
  color: #fff;
  vertical-align: super;
  font-size: 60%;
}
.ab-counter_txt {
  color: #fff;
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .ab-counter_txt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-counter_txt {
    font-size: 2.2rem;
  }
}
.ab-counter_txt {
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2%;
}
@media screen and (max-width: 576px) {
  .ab-counter_txt {
    font-size: 1.8rem;
  }
}

.p-about .blog {
  padding: 0;
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .p-about .blog {
    margin: 6rem 0rem;
  }
}
.p-about .blog .blog-inner {
  padding: 0;
  border: none;
}

.ab-quote_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 1200px) {
  .ab-quote_wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 4rem;
  }
}
.ab-quote_content {
  flex: 1;
}
.ab-quote_form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 576px) {
  .ab-quote_form-grid {
    grid-template-columns: 1fr;
  }
}
.ab-quote_form-item label {
  display: block;
  margin-bottom: 0.8rem;
}
.ab-quote_form-item input,
.ab-quote_form-item select {
  width: 100%;
  height: 5.6rem;
  padding: 0 2rem;
  border: 0.1rem solid #E5E5E5;
  border-radius: var(--radius-m);
  background: #F9F9F9;
  transition: 0.4s ease-in-out;
}
.ab-quote_form-item input:focus,
.ab-quote_form-item select:focus {
  border-color: #0F00B8;
  background: white;
}
.ab-quote_form-textarea {
  margin-top: 2rem;
}
.ab-quote_form-textarea label {
  display: block;
  margin-bottom: 0.8rem;
}
.ab-quote_form-textarea textarea {
  width: 100%;
  height: 12rem;
  padding: 1.6rem 2rem;
  border: 0.1rem solid #E5E5E5;
  border-radius: var(--radius-m);
  background: #F9F9F9;
  resize: none;
  transition: 0.4s ease-in-out;
}
.ab-quote_form-textarea textarea:focus {
  border-color: #0F00B8;
  background: white;
}
.ab-quote_form-action {
  margin-top: 3.2rem;
}
.ab-quote_img {
  flex: 0 0 calc(50% - 3rem);
  max-width: calc(50% - 3rem);
}
@media screen and (max-width: 1200px) {
  .ab-quote_img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ab-quote_img-inner {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: var(--radius-xl);
}
.ab-quote_img-inner img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.service {
  margin: 8rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .service {
    margin: 6rem 0rem;
  }
}
.service-heading {
  gap: 2.4rem;
}
.ab-intro_desc p:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 991px) {
  .ab-intro_desc p:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

.p-about .hero-content > .text-16 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .p-about .hero-content > .text-16 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .p-about .hero-content > .text-16 {
    font-size: 1.7rem;
  }
}
.p-about .hero-content > .text-16 {
  line-height: 140%;
}
/*# sourceMappingURL=page-about.css.map */
