@charset "UTF-8";

.btn-main {
  background: #192942;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  padding: 16px 0;
  text-align: center;
}

.btn-main:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-square {
  position: relative;
  color: #192942;
  background: #F9F9F8;
  border: 1px solid #192942;
}

.btn-square::after,
.btn-square::before {
  content: "";
  background-color: #F9F9F8;
  width: 40px;
  height: 40px;
  position: absolute;
  transition: all 0.3s ease;
}

.btn-square::before {
  top: -1px;
  right: -1px;
}

.btn-square::after {
  bottom: -1px;
  left: -1px;
}

.btn-square:hover {
  text-decoration: none;
}

.btn-square:hover::after,
.btn-square:hover::before {
  content: "";
  width: 0px;
  height: 0px;
  transition: all 0.3s ease;
}

.btn-square:hover .icon-circle {
  width: 60px;
  height: 60px;
  margin-right: -2px;
  margin-bottom: -10px;
}

.underline {
  text-decoration: underline;
}

.icon-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #192942;
  border-radius: 50%;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.icon-circle svg {
  stroke: #fff;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.p-top-hero {
  position: relative;
  background-color: #F9F9F8;
  padding: 120px 0;
  margin-bottom: 80px;
}

.p-top-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-top-hero__content {
  max-width: 800px;
}

.p-top-hero__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 20px;
}

.p-top-hero__text {
  font-size: 18px;
  font-weight: 700;
  color: #192942;
  line-height: 1.6;
  margin-bottom: 30px;
}

.p-top-hero__button {
  max-width: 300px;
}

.p-top-issues {
  margin-bottom: 180px;
}

.p-top-issues__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  text-align: center;
  margin-bottom: 50px;
}

.p-top-issues__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: start;
}

.p-top-issues__item {
  width: 380px;
  padding: 20px 30px;
  background-color: #F9F9F8;
  border: 2px solid #192942;
  border-radius: 10px;
}

.p-top-issues__text {
  font-size: 16px;
  line-height: 1.75;
  color: #192942;
}

.p-top-contact {
  padding: 80px 0;
  background-color: #F9F9F8;
  text-align: center;
}

.p-top-contact__text {
  font-size: 18px;
  line-height: 1.6;
  margin: 30px 0;
}

.p-top-contact__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 640px;
  margin: 0 auto;
}

.p-top-contact__buttons .c-button {
  flex: 1;
}

.c-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #192942;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.c-section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #0071BC, #29ABE2);
  margin: 15px auto 0;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.p-top-about {
  margin-bottom: 80px;
  background-color: #fff;
}

.p-top-about__content {
  display: flex;
  gap: 30px;
  align-items: center;
}

.p-top-about__text-block {
  flex: 0 0 620px;
}

.p-top-about__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  line-height: 1.33;
  margin-bottom: 20px;
}

.p-top-about__text {
  font-size: 16px;
  line-height: 1.875;
  color: #192942;
}

.p-top-about__image {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}

.p-top-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-features {
  margin-bottom: 80px;
}

.p-top-features__content {
  display: flex;
  gap: 50px;
}

.p-top-features__text-block {
  max-width: 620px;
}

.p-top-features__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  line-height: 1.33;
  margin-bottom: 20px;
}

.p-top-features__text {
  font-size: 16px;
  line-height: 1.875;
  color: #192942;
}

.p-top-features__image {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}

.p-top-features__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-process {
  margin-bottom: 80px;
  background-color: #fff;
}

.p-top-process__content {
  display: flex;
  gap: 30px;
}

.p-top-process__text-block {
  max-width: 620px;
}

.p-top-process__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  line-height: 1.33;
  margin-bottom: 20px;
}

.p-top-process__text {
  font-size: 16px;
  line-height: 1.75;
  color: #192942;
}

.p-top-process__image {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}

.p-top-support {
  margin-bottom: 80px;
}

.p-top-support > .l-container {
  border-bottom: 1px solid #95A5BF;
  padding-bottom: 80px;
}

.p-top-support__content {
  display: flex;
  gap: 30px;
  align-items: center;
}

.p-top-support__image {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}

.p-top-support__text-block {
  flex: 1;
}

.p-top-support__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  line-height: 1.33;
  margin-bottom: 20px;
}

.p-top-support__text {
  font-size: 16px;
  line-height: 1.875;
  color: #192942;
}

.p-top-order {
  margin-bottom: 80px;
}

.p-top-order > .l-container {
  border-bottom: 1px solid #95A5BF;
  padding-bottom: 80px;
}

.p-top-order__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 20px;
}

.p-top-order__text {
  font-size: 16px;
  line-height: 1.75;
  color: #192942;
  margin-bottom: 40px;
}

.p-top-order__types {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.p-top-order__type-item {
  display: flex;
  flex-flow: column;
  flex: 1;
  background-color: #F9F9F8;
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.p-top-order__type-title {
  font-size: 30px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 30px;
}

.p-top-order__type-text {
  font-size: 18px;
  line-height: 1.5;
  color: #192942;
}

.p-top-order .item__footer {
  height: 94px;
  padding: 0 27px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.p-top-outsourcing {
  margin-bottom: 80px;
}

.p-top-outsourcing > .l-container {
  border-bottom: 1px solid #95A5BF;
  padding-bottom: 80px;
}

.p-top-outsourcing__second > .l-container {
  border-bottom: 0;
}

.p-top-outsourcing__note {
  background-color: #F9F9F8;
  padding: 10px 20px;
  border-radius: 5px;
  max-width: 1200px;
  margin: 0 auto 20px auto;
}

.p-top-outsourcing__note p {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #192942;
}

.p-top-outsourcing__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 20px;
}

.p-top-outsourcing__text {
  font-size: 18px;
  line-height: 2;
  color: #192942;
  margin-bottom: 50px;
}

.p-top-outsourcing__image {
  margin-bottom: 80px;
}

.p-top-outsourcing__subtitle {
  font-size: 30px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 30px;
}

.p-top-outsourcing__cases {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}

.p-top-outsourcing__cases dl {
  width: 640px;
}

.p-top-outsourcing__cases dl dt {
  font-size: 24px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 5px;
}

.p-top-outsourcing__cases dl dd {
  font-size: 16px;
  line-height: 1.75;
  color: #465873;
  margin-bottom: 20px;
}

.p-top-outsourcing__case {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.p-top-outsourcing__case:hover {
  background-color: #F5F8FB;
}

.p-top-outsourcing__case-title {
  font-size: 24px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 5px;
  line-height: 1.5;
}

.p-top-outsourcing__case-text {
  font-size: 16px;
  line-height: 1.75;
  color: #192942;
}

.p-top-outsourcing__works > .l-container {
  border-bottom: 1px solid #95A5BF;
  padding-bottom: 80px;
}

.p-top-outsourcing__works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.p-top-outsourcing__works-list li {
  width: 360px;
}

.p-top-outsourcing__works-list li a {
  display: flex;
  min-height: 398px;
  flex-flow: column;
  flex: 1;
  background-color: #F9F9F8;
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding: 57px 27px 0 27px;
}

.p-top-outsourcing__works-list li a h3 {
  font-size: 24px;
  color: #192942;
  margin-bottom: 30px;
}

.p-top-outsourcing__works-list li a p {
  text-align: left;
}

.p-top-outsourcing__works-list li .item__footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 27px;
  padding-right: 27px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.p-top-outsourcing__works-list li .item__inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

.p-top-outsourcing__works-list li .item__inner p {
  padding-bottom: 87px;
}

.p-top-contact-banner {
  margin-bottom: 80px;
  background-color: #192942;
}

.p-top-contact-banner__inner {
  background-color: #192942;
  padding: 60px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-top-contact-banner__title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}

.p-top-contact-banner__buttons {
  display: flex;
  gap: 60px;
}

.p-top-contact-banner__buttons a {
  position: relative;
}

.p-top-contact-banner__buttons a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #95A5BF;
  bottom: -4px;
  /*アンダーラインがaタグの下端から現れる*/
  transform: scale(1, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/
}

.p-top-contact-banner__buttons a:hover {
  text-decoration: none;
}

.p-top-contact-banner__buttons a:hover::after {
  transform: scale(0, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

.p-top-contact-banner__button {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  gap: 50px;
}

.p-top-contact-banner__button:hover {
  opacity: 0.8;
}

.p-top-contact-banner__button .icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.p-top-contact-banner__button .icon::before,
.p-top-contact-banner__button .icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
}

.p-top-contact-banner__button .icon::before {
  width: 24px;
  height: 1px;
  top: 11px;
  left: 0;
}

.p-top-contact-banner__button .icon::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 8px;
  right: 0;
}

.p-top-longterm {
  margin-bottom: 80px;
}

.p-top-longterm__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 30px;
  line-height: 1.33;
}

.p-top-longterm__text {
  font-size: 18px;
  line-height: 2;
  color: #192942;
  margin-bottom: 80px;
}

.p-top-longterm__cases {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.p-top-longterm__cases dl {
  width: 640px;
}

.p-top-longterm__cases dl dt {
  font-size: 24px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 5px;
}

.p-top-longterm__cases dl dd {
  font-size: 16px;
  line-height: 1.75;
  color: #465873;
  margin-bottom: 20px;
}

.p-top-longterm__subtitle {
  font-size: 30px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 30px;
}

.p-top-longterm > .l-container {
  border-bottom: 1px solid #95A5BF;
  padding-bottom: 80px;
}

.p-top-maintenance {
  margin-bottom: 80px;
}

.p-top-maintenance > .l-container {
  border-bottom: 1px solid #95A5BF;
  padding-bottom: 80px;
}

.p-top-maintenance__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 20px;
}

.p-top-maintenance__text {
  font-size: 18px;
  line-height: 2;
  color: #192942;
  margin-bottom: 40px;
}

.p-top-maintenance__subtitle {
  font-size: 30px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 30px;
}

.p-top-maintenance__cases {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.p-top-maintenance__cases--first {
  margin-bottom: 80px;
}

.p-top-maintenance__cases dl {
  width: 640px;
}

.p-top-maintenance__cases dl dt {
  font-size: 24px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 5px;
}

.p-top-maintenance__cases dl dd {
  font-size: 16px;
  line-height: 1.75;
  color: #465873;
  margin-bottom: 20px;
}

.p-top-cost {
  margin-bottom: 80px;
}

.p-top-cost > .l-container {
  border-bottom: 1px solid #95A5BF;
  padding-bottom: 80px;
}

.p-top-cost__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 10px;
  line-height: 1.33;
}

.p-top-cost__caption {
  font-size: 30px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 20px;
  line-height: 1.06;
}

.p-top-cost__text {
  font-size: 18px;
  line-height: 2;
  color: #192942;
  margin-bottom: 40px;
}

.p-top-cost__types {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}

.p-top-cost__type-item {
  flex: 1;
  border: 1px solid #192942;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top-cost__type-title {
  font-size: 24px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 30px;
  text-align: center;
}

.p-top-cost__type-text {
  font-size: 18px;
  line-height: 2;
  color: #192942;
}

.p-top-cost__subtitle {
  font-size: 30px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 30px;
}

.p-top-cost__cases {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.p-top-cost__cases--first {
  margin-bottom: 80px;
}

.p-top-cost__cases dl {
  width: 640px;
}

.p-top-cost__cases dl dt {
  font-size: 24px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 5px;
}

.p-top-cost__cases dl dd {
  font-size: 16px;
  line-height: 1.75;
  color: #465873;
  margin-bottom: 20px;
}

.p-top-tech {
  margin-bottom: 80px;
}

.p-top-tech > .l-container {
  border-bottom: 1px solid #95A5BF;
  padding-bottom: 80px;
}

.p-top-tech__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 10px;
  line-height: 1.33;
}

.p-top-tech__caption {
  font-size: 30px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 20px;
  line-height: 1.06;
}

.p-top-tech__text {
  font-size: 18px;
  line-height: 2;
  color: #192942;
  margin-bottom: 40px;
}

.p-top-tech__types {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}

.p-top-tech__type-item {
  flex: 1;
  border: 1px solid #192942;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top-tech__type-title {
  font-size: 24px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 30px;
  text-align: center;
}

.p-top-tech__type-text {
  font-size: 18px;
  line-height: 2;
  color: #192942;
}

.p-top-tech__subtitle {
  font-size: 30px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 30px;
}

.p-top-tech__cases {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.p-top-tech__cases--first {
  margin-bottom: 80px;
}

.p-top-tech__cases dl {
  width: 640px;
}

.p-top-tech__cases dl dt {
  font-size: 18px;
  font-weight: 700;
  color: #95A5BF;
  margin-bottom: 5px;
}

.p-top-tech__cases dl dd {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  color: #192942;
  margin-bottom: 20px;
}

.p-top-partner {
  margin-bottom: 80px;
}

.p-top-partner > .l-container {
  padding-bottom: 80px;
}

.p-top-partner__title {
  font-size: 36px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 10px;
  line-height: 1.33;
}

.p-top-partner__caption {
  font-size: 30px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 20px;
  line-height: 1.06;
}

.p-top-partner__text {
  font-size: 18px;
  line-height: 2;
  color: #192942;
  margin-bottom: 40px;
}

.p-top-partner__types {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}

.p-top-partner__type-item {
  flex: 1;
  border: 1px solid #192942;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top-partner__type-title {
  font-size: 24px;
  font-weight: 700;
  color: #192942;
  margin-bottom: 30px;
  text-align: center;
}

.p-top-partner__type-text {
  font-size: 18px;
  line-height: 2;
  color: #192942;
}

.p-top-partner__subtitle {
  font-size: 30px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 30px;
}

.p-top-partner__cases {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.p-top-partner__cases--first {
  margin-bottom: 80px;
}

.p-top-partner__cases dl {
  width: 640px;
}

.p-top-partner__cases dl dt {
  font-size: 24px;
  font-weight: 700;
  color: #465873;
  margin-bottom: 5px;
}

.p-top-partner__cases dl dd {
  font-size: 16px;
  line-height: 1.75;
  color: #465873;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .is-scroll-x-image {
    width: 100%;
    margin-bottom: 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: thin;
  }

  .is-scroll-x-image::-webkit-scrollbar {
    height: 5px;
  }

  .is-scroll-x-image::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }

  .is-scroll-x-image img {
    width: auto;
    max-width: none;
    display: block;
    margin-bottom: 10px;
  }

  .p-top-hero {
    padding: 80px 0;
  }

  .p-top-hero__title {
    font-size: 28px;
  }

  .p-top-hero__text {
    font-size: 16px;
  }

  .p-top-hero__text br {
    display: none;
  }

  .p-top-issues {
    padding: 60px 0;
  }

  .p-top-issues__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .p-top-issues__item {
    width: calc(50% - 15px);
  }

  .p-top-contact {
    padding: 60px 0;
  }

  .p-top-contact__text {
    font-size: 16px;
  }

  .p-top-contact__text br {
    display: none;
  }

  .c-section-title {
    font-size: 28px;
  }

  .p-top-about__content {
    gap: 20px;
    flex-direction: column;
  }

  .p-top-about__text-block {
    flex: 0 0 auto;
    width: 100%;
  }

  .p-top-about__title {
    font-size: 28px;
  }

  .p-top-about__title br {
    display: none;
  }

  .p-top-about__image {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }

  .p-top-about {
    margin-bottom: 40px;
  }

  .p-top-features__content {
    gap: 20px;
    flex-direction: column-reverse;
  }

  .p-top-features__title {
    font-size: 28px;
  }

  .p-top-features__title br {
    display: none;
  }

  .p-top-features__image {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }

  .p-top-features {
    margin-bottom: 40px;
  }

  .p-top-process__content {
    gap: 20px;
    flex-direction: column;
  }

  .p-top-process__title {
    font-size: 28px;
  }

  .p-top-process__title br {
    display: none;
  }

  .p-top-process__image {
    width: 100%;
    margin-bottom: 30px;
  }

  .p-top-process {
    margin-bottom: 40px;
  }

  .p-top-support > .l-container {
    padding-bottom: 40px;
  }

  .p-top-support__content {
    gap: 20px;
    flex-direction: column-reverse;
  }

  .p-top-support__image {
    width: 100%;
    margin-bottom: 30px;
  }

  .p-top-support__title {
    font-size: 28px;
  }

  .p-top-support__title br {
    display: none;
  }

  .p-top-support {
    margin-bottom: 40px;
  }

  .p-top-order > .l-container {
    padding-bottom: 40px;
  }

  .p-top-order__title {
    font-size: 28px;
  }

  .p-top-order__types {
    flex-direction: column;
  }

  .p-top-order__type-item {
    padding-top: 40px;
  }

  .p-top-order .item__footer {
    height: 70px;
  }

  .p-top-order {
    margin-bottom: 40px;
  }

  .p-top-outsourcing {
    margin-bottom: 40px;
  }

  .p-top-outsourcing > .l-container {
    padding-bottom: 40px;
  }

  .p-top-outsourcing__title {
    font-size: 28px;
  }

  .p-top-outsourcing {
    overflow-x: hidden;
  }

  .p-top-outsourcing__image {
    margin-bottom: 40px;
  }

  .p-top-outsourcing__subtitle {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .p-top-outsourcing__case-title {
    font-size: 20px;
  }

  .p-top-outsourcing__works-list {
    justify-content: center;
  }

  .p-top-outsourcing__works-list li {
    width: 100%;
    margin-bottom: 40px;
  }

  .p-top-outsourcing__works-list li a {
    min-height: auto;
    padding-bottom: 80px;
  }

  .p-top-outsourcing__flow {
    justify-content: space-between;
  }

  .p-top-contact-banner {
    margin-bottom: 40px;
  }

  .p-top-contact-banner__inner {
    flex-direction: column;
    padding: 40px 30px;
    gap: 30px;
  }

  .p-top-contact-banner__title {
    font-size: 26px;
    text-align: center;
  }

  .p-top-contact-banner__buttons a {
    margin-bottom: 20px;
  }

  .p-top-contact-banner__buttons {
    width: 100%;
    justify-content: space-between;
  }

  .p-top-contact-banner__button {
    font-size: 20px;
    gap: 30px;
  }

  .p-top-longterm {
    margin-bottom: 40px;
  }

  .p-top-longterm__title {
    font-size: 30px;
  }

  .p-top-longterm__text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .p-top-longterm__subtitle {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .p-top-longterm > .l-container {
    padding-bottom: 40px;
  }

  .p-top-maintenance {
    margin-bottom: 40px;
  }

  .p-top-maintenance > .l-container {
    padding-bottom: 40px;
  }

  .p-top-maintenance__title {
    font-size: 28px;
  }

  .p-top-maintenance__subtitle {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .p-top-cost {
    margin-bottom: 40px;
  }

  .p-top-cost > .l-container {
    padding-bottom: 40px;
  }

  .p-top-cost__title {
    font-size: 30px;
  }

  .p-top-cost__caption {
    font-size: 26px;
  }

  .p-top-cost__text {
    font-size: 16px;
  }

  .p-top-cost__types {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .p-top-cost__type-item {
    padding: 20px 30px;
  }

  .p-top-cost__type-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .p-top-cost__type-text {
    font-size: 16px;
  }

  .p-top-cost__subtitle {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .p-top-cost {
    margin-bottom: 60px;
  }

  .p-top-cost > .l-container {
    padding-bottom: 60px;
  }

  .p-top-tech {
    margin-bottom: 40px;
  }

  .p-top-tech > .l-container {
    padding-bottom: 40px;
  }

  .p-top-tech__title {
    font-size: 30px;
  }

  .p-top-tech__caption {
    font-size: 26px;
  }

  .p-top-tech__text {
    font-size: 16px;
  }

  .p-top-tech__types {
    flex-direction: column;
  }

  .p-top-tech__type-item {
    padding: 20px 30px;
  }

  .p-top-tech__type-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .p-top-tech__type-text {
    font-size: 16px;
  }

  .p-top-tech__subtitle {
    font-size: 26px;
    margin-bottom: 0;
  }

  .p-top-partner__title {
    font-size: 30px;
  }

  .p-top-partner__caption {
    font-size: 26px;
  }

  .p-top-partner__text {
    font-size: 16px;
  }

  .p-top-partner__types {
    flex-direction: column;
  }

  .p-top-partner__type-item {
    padding: 20px 30px;
  }

  .p-top-partner__type-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .p-top-partner__type-text {
    font-size: 16px;
  }

  .p-top-partner__subtitle {
    font-size: 26px;
    margin-bottom: 0;
  }

  .p-top-partner {
    margin-bottom: 60px;
  }

  .p-top-partner > .l-container {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 576px) {
  .p-top-hero {
    margin-bottom: 40px;
  }

  .p-top-issues {
    margin-bottom: 40px;
  }

  .p-top-issues {
    padding: 40px 0;
  }

  .p-top-issues__title {
    font-size: 24px;
  }

  .p-top-issues__list {
    gap: 15px;
  }

  .p-top-issues__item {
    width: 100%;
    padding: 15px 20px;
  }

  .p-top-contact {
    padding: 40px 0;
  }

  .p-top-contact__buttons {
    flex-direction: column;
  }

  .c-section-title {
    font-size: 24px;
  }

  .l-container {
    min-width: 96%;
    width: 96%;
    margin: 0 auto;
  }

  .p-top-outsourcing__cases {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .p-top-outsourcing__cases dl {
    width: 100%;
  }

  .p-top-outsourcing__cases dl dt {
    font-size: 20px;
    line-height: 1.2;
  }

  .p-top-outsourcing__cases dl dd {
    margin-bottom: 30px;
  }

  .p-top-outsourcing__case-title {
    font-size: 18px;
  }

  .p-top-contact-banner__buttons {
    flex-direction: column;
    gap: 20px;
  }

  .p-top-contact-banner__button {
    width: 100%;
    justify-content: space-between;
  }

  .p-top-longterm__cases {
    flex-direction: column;
    margin-bottom: 0;
  }

  .p-top-longterm__cases dl {
    width: 100%;
  }

  .p-top-longterm__cases dl dt {
    font-size: 20px;
    line-height: 1.2;
  }

  .p-top-longterm__cases dl dd {
    margin-bottom: 30px;
  }

  .p-top-maintenance__cases {
    flex-direction: column;
    margin-bottom: 0;
  }

  .p-top-maintenance__cases dl {
    width: 100%;
  }

  .p-top-maintenance__cases dl dt {
    font-size: 20px;
    line-height: 1.2;
  }

  .p-top-maintenance__cases dl dd {
    margin-bottom: 30px;
  }

  .p-top-cost__cases {
    flex-direction: column;
    margin-bottom: 0;
  }

  .p-top-cost__cases dl {
    width: 100%;
  }

  .p-top-cost__cases dl dt {
    font-size: 20px;
    line-height: 1.2;
  }

  .p-top-cost__cases dl dd {
    margin-bottom: 30px;
  }

  .p-top-cost {
    margin-bottom: 50px;
  }

  .p-top-cost > .l-container {
    padding-bottom: 50px;
  }

  .p-top-tech__caption {
    font-size: 22px;
  }

  .p-top-tech__cases {
    flex-direction: column;
  }

  .p-top-tech__cases dl {
    width: 100%;
  }

  .p-top-partner__caption {
    font-size: 22px;
  }

  .p-top-partner__cases {
    flex-direction: column;
  }

  .p-top-partner__cases dl {
    width: 100%;
  }

  .p-top-partner__cases dl dt {
    font-size: 20px;
  }

  .p-top-partner {
    margin-bottom: 50px;
  }

  .p-top-partner > .l-container {
    padding-bottom: 50px;
  }
}