@charset "UTF-8";
.pagevisual {
  background-image: url("../img/performance_case/mv.png");
  background-position: center top 25%;
}

.pagevisual:after {
  background: rgb(142, 142, 142);
  background: -moz-linear-gradient(242deg, rgba(142, 142, 142, 0) 0%, rgb(68, 68, 68) 100%);
  background: -webkit-linear-gradient(242deg, rgba(142, 142, 142, 0) 0%, rgb(68, 68, 68) 100%);
  background: linear-gradient(242deg, rgba(142, 142, 142, 0) 0%, rgb(68, 68, 68) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8e8e", endColorstr="#444444", GradientType=1);
}

@media screen and (max-width: 770px) {
  .pagevisual {
    background-position: center top 0%;
  }
}
/*--------------------------------------------------------------------*/
section.summary {
  padding: 4em 0;
}

section.summary .heading .pageIndex {
  margin-bottom: 6em;
}

section.summary .heading .en {
  font-weight: 500;
  margin-right: 0.7em;
  padding-right: 0.7em;
  white-space: nowrap;
}

section.summary .heading .ja {
  color: #1F8EC7;
  white-space: nowrap;
}

section.summary .intro {
  margin-bottom: 4em;
}

section.summary .intro .index {
  margin-bottom: 0.5em;
}

section.summary .intro .number {
  font-size: 80%;
  width: 2em;
  height: 2em;
  background-color: #1F8EC7;
  color: #fff;
  font-weight: 700;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4em;
}

section.summary .intro .label {
  font-size: 120%;
  color: #1F8EC7;
}

section.summary .image {
  margin-bottom: 5em;
}

section.summary .image .caption {
  margin-bottom: 1em;
  font-size: 90%;
}

@media screen and (max-width: 750px) {
  section.summary {
    padding: 2em 5vw;
  }
  section.summary .heading .pageIndex {
    margin-bottom: 3em;
  }
  section.summary .heading .pageIndex .en:after {
    display: none;
  }
  section.summary .heading .en {
    font-size: 6.4vw !important;
    margin-right: 0;
    padding-right: 0;
  }
}
/*--------------------------------------------------------------------*/
section.summary .table {
  margin-bottom: 2em;
}

section.summary .table table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 500;
}

section.summary .table table th,
section.summary .table table td {
  padding: 1.5em 1.5em;
  border-left: 2px solid #fff;
}

section.summary .table table th {
  background-color: #374951;
  color: #fff;
  padding: 0.75em 1.5em;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

section.summary .table table td {
  background-color: #F6F9FC;
  border-bottom: 1px solid #000;
}

section.summary .table table sup {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: clamp(0.6rem, 2.5vw, 1.2rem);
}

@media screen and (max-width: 750px) {
  section.summary .table {
    overflow: auto;
  }
}
/*--------------------------------------------------------------------*/
section.summary .table table th.highlight {
  background-color: #1F8EC7;
}

section.summary .table table td.highlight {
  color: #1F8EC7;
  background-color: #fff;
  white-space: nowrap;
  padding-right: 2.5em;
}

/*--------------------------------------------------------------------*/
section.summary .table table th.submenu {
  background-color: #D8DBDC;
  color: #3B4950;
}

/*--------------------------------------------------------------------*/
section.summary .table table td.menu {
  line-height: 2.3;
}

@media screen and (max-width: 750px) {
  section.summary .table table td.menu {
    white-space: nowrap;
  }
}
/*--------------------------------------------------------------------*/
section.summary section.subsidy {
  margin-bottom: 200px;
}

section.summary section.support {
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
  section.summary section.subsidy {
    margin-bottom: 100px;
  }
  section.summary section.support {
    margin-bottom: 50px;
  }
  section.summary .support .table table td {
    min-width: 42em;
  }
  section.summary .support .table table td.highlight {
    min-width: 0;
  }
  section.summary .subsidy .price .table table td {
    white-space: nowrap;
  }
}
/*--------------------------------------------------------------------*/
section.performance_case {
  margin-top: 100px;
  margin-bottom: 100px;
}

section.performance_case .heading {
  margin-bottom: 2em;
  text-align: center;
}

section.performance_case .heading .en {
  font-size: 3.8rem;
  font-weight: 500;
  color: #1F8EC7;
}

section.performance_case .intro {
  padding: 60px 0 80px 0;
}

@media screen and (max-width: 770px) {
  section.performance_case {
    margin-top: 50px;
  }
  section.performance_case .intro {
    margin: 0px 5vw 60px 5vw;
    padding: 1em 2em;
    border: 1px solid #f1f1f1;
    background-color: #fbfbfb;
    border-radius: 3px;
  }
}
/*--------------------------------------------------------------------*/
section.performance_case .archive article {
  width: 30%;
  margin: 1.666%;
}

section.performance_case .archive article a {
  display: block;
  height: 100%;
}

section.performance_case .archive article .card {
  flex-direction: column;
  height: 100%;
}

section.performance_case .archive .wrap {
  margin-bottom: 60px;
}

section.performance_case .image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}

section.performance_case .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.performance_case .type {
  padding: 2.5em 0.8em 1em 0.8em;
}

section.performance_case .type .label {
  padding-left: 1.2em;
}

section.performance_case .type .label:before {
  width: 1px;
  height: calc(100% + 2em);
  background-color: #8C8D8E;
  top: 0;
  left: 0;
}

section.performance_case .type .en {
  margin-bottom: 1em;
  color: #A4A4A4;
}

section.performance_case .type .ja {
  line-height: 1.5;
}

section.performance_case .panel {
  padding: 2em 1.5em;
  background-color: #F9F9F9;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}

section.performance_case .panel .the_title {
  margin-bottom: 0.8em;
}

section.performance_case .readmore {
  width: 100%;
}

@media screen and (max-width: 770px) {
  section.performance_case .archive {
    padding: 0 5vw;
  }
  section.performance_case .archive article {
    width: 100%;
    margin: 0%;
    margin-bottom: 10vw;
  }
  section.performance_case .image {
    width: 100%;
    height: 40vw;
    overflow: hidden;
    position: relative;
  }
  section.performance_case .readmore img {
    height: 2em;
    width: auto;
  }
}
/*--------------------------------------------------------------------*/
section.performance_case .pagination {
  padding: 100px 0 100px 0;
}

@media screen and (max-width: 770px) {
  section.performance_case .pagination {
    padding: 20px 0 60px 0;
  }
}
/*--------------------------------------------------------------------*/
/* 新規NEWSセクション */
.ssnew-news-section {
  padding: 50px 0;
  width: 100%;
  margin: 0 auto;
  background: #F8F8F8;
  position: relative;
  z-index: 10;
}

.ssnew-news-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 5vw;
}

.ssnew-news-heading {
  width: 150px;
  flex-shrink: 0;
  margin-right: 40px;
  text-align: right;
}

.ssnew-news-heading h2 {
  font-size: 24px;
  color: #14293E;
  font-weight: 700 !important;
  margin: 0;
  line-height: 1.2;
  text-decoration: none;
}

.ssnew-news-list {
  flex-grow: 1;
}

.ssnew-news-item {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.ssnew-news-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ssnew-news-meta {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 15px;
}

.ssnew-news-date {
  font-weight: 700;
  color: #333;
  font-size: 14px;
  font-family: inherit;
}

.ssnew-news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ssnew-news-tag {
  background-color: #bfa17c;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  line-height: 1;
  border-radius: 2px;
}

.ssnew-news-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  color: #14293E;
}

.ssnew-news-title a {
  color: #208EC7;
  text-decoration: underline;
}

.ssnew-news-title a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 770px) {
  .ssnew-news-inner {
    flex-direction: column;
  }
  .ssnew-news-heading {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    text-align: left;
  }
  .ssnew-news-list {
    max-width: 100%;
    width: 100%;
  }
}
.two-services {
  padding: 90px 0 0;
  background: #FFFFFF;
}
.two-services__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.two-services__heading {
  margin-bottom: 40px;
}
.two-services__tag {
  display: inline-block;
  background-color: #208EC7;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.two-services__title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700 !important;
  color: #14293E;
  line-height: 1.7;
  margin: 0;
}
.two-services__image {
  text-align: center;
  margin: 50px 0;
}
.two-services__image img {
  max-width: 500px;
  max-height: 90vh;
  height: auto;
}

.two-services__divider {
  max-width: 960px;
  margin: 0 auto;
  border: none;
  border-top: 1px solid #DDDDDD;
}

.two-services.-revealer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1s ease;
}
.two-services.-revealer.-anim-start {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 750px) {
  .two-services {
    padding: 60px 0 0;
  }
  .two-services__heading {
    margin-bottom: 24px;
  }
  .two-services__image {
    margin: 50px 0;
  }
  .two-services__image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.two-services-detail {
  padding: 0 0 100px;
  background: #FFFFFF;
}
.two-services-detail__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.two-services-detail__block {
  display: flex;
  gap: 40px;
  padding: 50px 0;
}
.two-services-detail__block:last-child {
  padding-bottom: 0;
}
.two-services-detail__label {
  flex-shrink: 0;
  width: 27%;
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}
.two-services-detail__letter {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700 !important;
  line-height: 1;
}
.two-services-detail__letter--primary {
  color: #208EC7;
}
.two-services-detail__letter--secondary {
  color: #B39065;
}
.two-services-detail__name {
  font-size: clamp(18px, 2.5vw, 29px);
  font-weight: 700 !important;
  line-height: 1.4;
  margin: 0;
}
.two-services-detail__name--primary {
  color: #208EC7;
}
.two-services-detail__name--secondary {
  color: #B39065;
}
.two-services-detail__content {
  flex: 1;
}
.two-services-detail__catchcopy {
  font-size: clamp(18px, 2.5vw, 29px);
  font-weight: 700;
  color: #14293E;
  line-height: 1.6;
  margin: 0 0 20px;
}
.two-services-detail__desc {
  margin-bottom: 24px;
  line-height: 2;
  color: #333333;
  font-size: 14px;
}
.two-services-detail__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.two-services-detail__list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  line-height: 1.8;
  font-size: 14px;
}
.two-services-detail__list li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.two-services-detail__list--primary li {
  color: #208EC7;
  font-weight: 700;
}
.two-services-detail__btn {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid #00B0BC;
  color: #00B0BC;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 9999px;
  transition: background-color 0.3s, color 0.3s;
}
.two-services-detail__btn:hover {
  background-color: #00B0BC;
  color: #FFFFFF;
}

@media screen and (max-width: 750px) {
  .two-services-detail {
    padding: 0 0 60px;
  }
  .two-services-detail__block {
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
  }
  .two-services-detail__label {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .two-services-detail__letter {
    display: inline;
  }
}
.top-mission {
  padding: 90px 0 100px;
  background: #F8F8F8;
}
.top-mission__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-mission__heading {
  margin-bottom: 30px;
}
.top-mission__lead {
  max-width: 600px;
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 2;
  color: #333333;
}
.top-mission__highlight {
  color: #208EC7;
  font-weight: 700;
}
.top-mission__block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
}
.top-mission__block--reverse {
  flex-direction: row-reverse;
}
.top-mission__block:last-child {
  margin-bottom: 0;
}
.top-mission__image {
  flex-shrink: 0;
  width: 46%;
  margin-top: 4%;
}
.top-mission__image img {
  width: 100%;
  height: auto;
  display: block;
}
.top-mission__body {
  flex: 1;
}
.top-mission__number {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: clamp(40px, 6vw, 70px);
  font-weight: 500;
  font-style: italic;
  color: #a4c7ea;
  line-height: 1;
  margin-bottom: 8px;
}
.top-mission__subtitle {
  font-size: clamp(21px, 2.5vw, 29px);
  font-weight: 700 !important;
  color: #14293E;
  line-height: 1.6;
  margin: 0 0 20px;
}
.top-mission__text {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin: 0;
}

/*--------------------------------------------------------------------*/
/* Performance_case ページ */
.ss26-content-width {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

section.performance {
  margin-top: 0;
}

.the_post {
  padding: 0;
}

section.performance .the_content {
  padding: 2em 0 0 0;
}

section.performance .upper .message2 {
  padding: 0em 0em 0em;
}

section.performance .the_content h2 {
  font-weight: 700 !important;
  margin-top: 2em;
  color: #14293E;
}
@media screen and (max-width: 750px) {
  section.performance .the_content h2 {
    font-size: 170%;
  }
}

section.performance .upper .panel .the_title,
section.performance .the_content h2 {
  color: #14293E;
}

@media screen and (max-width: 750px) {
  section.performance .upper .avatar {
    width: 90%;
    max-width: 100%;
  }
}

.pageIndex {
  padding-top: 100px;
}

@media screen and (max-width: 750px) {
  .top-mission {
    padding: 60px 0 60px;
  }
  .top-mission__heading {
    margin-bottom: 20px;
  }
  .top-mission__lead {
    margin-bottom: 20px;
  }
  .top-mission__block {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }
  .top-mission__block--reverse {
    flex-direction: column;
  }
  .top-mission__image {
    width: 100%;
  }
}
.top-mission.-revealer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1s ease;
}
.top-mission.-revealer.-anim-start {
  opacity: 1;
  transform: translateY(0);
}

.top-achieve {
  padding: 90px 0 100px;
  background: #FFFFFF;
}
.top-achieve__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-achieve__heading {
  margin-bottom: 70px;
}
.top-achieve__card {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 50px;
  padding-left: 45px;
}
.top-achieve__photo {
  flex-shrink: 0;
  width: 216px;
  height: 216px;
  margin-top: 45px;
  transform: rotate(45deg);
  border-radius: 24px;
  overflow: hidden;
}
.top-achieve__photo img {
  width: 142%;
  height: 142%;
  object-fit: cover;
  object-position: center;
  transform: rotate(-45deg);
  transform-origin: center center;
  margin-left: -21%;
  margin-top: -21%;
}
.top-achieve__body {
  flex: 1;
  max-width: 600px;
}
.top-achieve__title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700 !important;
  color: #333333;
  line-height: 1.6;
  margin: 0 0 12px;
}
.top-achieve__subtitle {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 20px;
}
.top-achieve__excerpt {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin: 40px 0 16px;
}
.top-achieve__readmore {
  text-align: right;
  margin: 0 0 34px;
  color: #208EC7;
}
.top-achieve__readmore a {
  color: #208EC7;
  text-decoration: underline;
  font-size: 14px;
}
.top-achieve__readmore a:hover {
  color: #3DA3D5;
  opacity: 0.8;
}
.top-achieve__meta {
  border-top: 1px dotted #208EC7;
  padding-top: 30px;
}
.top-achieve__meta p {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
}
.top-achieve__company {
  font-weight: 700;
}
.top-achieve__action {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .top-achieve {
    padding: 60px 0 60px;
  }
  .top-achieve__heading {
    margin-bottom: 20px;
  }
  .top-achieve__card {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding-left: 0;
  }
  .top-achieve__photo {
    width: 160px;
    height: 160px;
    margin-top: 30px;
    margin-bottom: 50px;
    order: 2;
  }
  .top-achieve__body {
    max-width: 100%;
    display: contents;
  }
  .top-achieve__title {
    order: 1;
    width: 100%;
    margin-bottom: 12px;
  }
  .top-achieve__subtitle {
    order: 1;
    width: 100%;
  }
  .top-achieve__excerpt {
    order: 3;
    width: 100%;
    margin-top: 0;
  }
  .top-achieve__readmore {
    order: 3;
    width: 100%;
  }
  .top-achieve__meta {
    order: 3;
    width: 100%;
  }
}
.top-achieve.-revealer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1s ease;
}
.top-achieve.-revealer.-anim-start {
  opacity: 1;
  transform: translateY(0);
}

.our-customer {
  padding: 90px 0 100px;
  background: #FFFFFF;
}
.our-customer__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.our-customer__heading {
  margin-bottom: 30px;
}
.our-customer__lead {
  max-width: 600px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 2;
  color: #333333;
}
.our-customer__banner {
  width: 100%;
  margin-bottom: 60px;
}
.our-customer__banner img {
  width: 100%;
  height: auto;
  display: block;
}
.our-customer__section-title {
  font-size: clamp(22px, 3vw, 29px);
  font-weight: 700 !important;
  color: #14293E;
  text-align: center;
  margin: 0 0 40px;
}
.our-customer__list {
  max-width: 700px;
  margin: 0 auto 60px;
}
.our-customer__list:last-child {
  margin-bottom: 0;
}
.our-customer__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
}
.our-customer__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.our-customer__icon {
  flex-shrink: 0;
  width: 24px;
  margin-top: 2px;
}
.our-customer__icon img {
  width: 100%;
  height: auto;
}
.our-customer__item-body {
  flex: 1;
}
.our-customer__item-heading {
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 700;
  color: #208EC7;
  line-height: 1.8;
  margin: 0 0 8px;
}
.our-customer__underline {
  text-decoration-color: #14293E;
  text-underline-offset: 4px;
}
.our-customer__item-desc {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 2;
  color: #333333;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .our-customer {
    padding: 60px 0 60px;
  }
  .our-customer__lead {
    margin-bottom: 30px;
  }
  .our-customer__banner {
    margin-bottom: 40px;
  }
  .our-customer__section-title {
    margin-bottom: 24px;
  }
  .our-customer__list {
    margin-bottom: 40px;
  }
}
.our-customer.-revealer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1s ease;
}
.our-customer.-revealer.-anim-start {
  opacity: 1;
  transform: translateY(0);
}

.top-summary {
  padding: 80px 0;
  background: #F8F8F8;
}
.top-summary__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.top-summary__text {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  color: #14293E;
  line-height: 2;
  margin: 0 0 40px;
}
.top-summary__action .ss26-fv__btn {
  width: 240px;
  height: 50px;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .top-summary {
    padding: 50px 0;
  }
  .top-summary__text {
    margin-bottom: 30px;
  }
}
.top-summary.-revealer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1s ease;
}
.top-summary.-revealer.-anim-start {
  opacity: 1;
  transform: translateY(0);
}

.two-services-detail.-revealer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1s ease;
}
.two-services-detail.-revealer.-anim-start {
  opacity: 1;
  transform: translateY(0);
}

section.knowledge {
  padding: 90px 0 100px;
  background: #F8F8F8;
  margin-bottom: 0;
}

section.knowledge .top-mission__lead {
  margin-bottom: 20px;
}

section.knowledge .inner1260 {
  padding-top: 0;
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
}

section.knowledge .container {
  margin-left: 0;
  margin-right: 0;
}

section.knowledge article.item {
  width: 30%;
  margin: 0 1.666% 0;
}

section.knowledge article.item:first-child {
  margin-left: 0;
}

section.knowledge article.item:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  section.knowledge {
    padding: 60px 0 60px;
  }
  section.knowledge article.item {
    width: 46%;
    margin: 0 2% 6%;
  }
  section.knowledge article.item:first-child {
    margin-left: 2%;
  }
  section.knowledge article.item:nth-child(3) {
    margin-right: 2%;
  }
}
section.knowledge .more .top-achieve__readmore {
  text-decoration: none;
}

section.knowledge article.item .more .label {
  border-bottom-color: #208EC7;
  font-size: 14px;
}

section.knowledge .ico_arrow::before {
  border-top-color: currentColor;
  border-right-color: currentColor;
}

.top-achieve__action .two-services-detail__btn {
  width: 240px;
  height: 50px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media screen and (max-width: 750px) {
  .top-achieve__action .two-services-detail__btn {
    width: 100%;
    max-width: 280px;
  }
}
footer .upper {
  background-color: #FFFFFF;
}
