@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.sp-br {
  display: none;
}

:root {
  --vh: 1vh;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: top;
  height: 100px;
  padding-top: 22px;
  width: 96%;
  margin: 0 auto;
}
header .logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
}
header .logo h1 img {
  width: 297px;
  height: auto;
  vertical-align: top;
}
header .logo p {
  font-size: 18px;
  line-height: 1.39;
  color: #848484;
}
header .cta-button .button {
  color: #EEEEEE;
  background-color: #333333;
  padding: 22px 0;
  width: 231px;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  text-align: center;
  position: relative;
  transition: background-color 0.6s ease, color 0.3s ease;
}
header .cta-button .button:hover {
  background-color: #555555;
  color: #EEEEEE;
  box-shadow: none;
}
header .cta-button .button:hover::after {
  opacity: 0;
}
header .cta-button .button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(83.3% 0, 100% 0, 100% 100%);
          clip-path: polygon(83.3% 0, 100% 0, 100% 100%);
  transition: opacity 0.6s ease;
}

.hero {
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4E9DBB;
  -webkit-clip-path: polygon(0 16.6%, 37.3% 100%, 0 100%);
          clip-path: polygon(0 16.6%, 37.3% 100%, 0 100%);
  z-index: 0;
  mix-blend-mode: multiply;
}
.hero .fv {
  padding: 254px 0 157px;
  background-image: url("images/hero-bg.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .fv .fv-container {
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
}
.hero .fv .fv-container .bg-white {
  position: relative;
  margin-bottom: 37px;
}
.hero .fv .fv-container .bg-white h1 {
  font-size: 50px;
  font-weight: bold;
  color: #4E9DBB;
  margin-bottom: 10px;
  line-height: 1.5;
}
.hero .fv .fv-container .bg-white p {
  font-size: 24px;
  line-height: 1.75;
}
.hero .fv .fv-container .statistics {
  display: flex;
  justify-content: start;
  gap: 39px;
}
.hero .fv .fv-container .statistics .stat-item {
  text-align: center;
  width: 165px;
  height: 165px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #FFFFFF;
}
.hero .fv .fv-container .statistics .stat-item .label {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.hero .fv .fv-container .statistics .stat-item .number {
  font-size: 50px;
  font-weight: bold;
  color: #4E9DBB;
  display: block;
}
.hero .fv .fv-container .statistics .stat-item .number .percent {
  font-size: 30px;
  color: #333333;
}
.hero .fv .fv-container .statistics .stat-item .number .unit {
  font-size: 16px;
  color: #333333;
}
.hero .fv .fv-container .statistics .stat-item .more {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.hero .fv .fv-container .statistics .stat-item ::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #4E9DBB;
  border-top: none;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 36.3%);
          clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 36.3%);
}
.hero .challenges {
  padding: 26px 0 70px;
  background-color: #4E9DBB;
}
.hero .challenges .challenges-container {
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
  position: relative;
}
.hero .challenges .challenges-container .title {
  text-align: center;
}
.hero .challenges .challenges-container .title h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 32px;
  color: #EEEEEE;
  padding: 24px 48px;
  border: 1px solid #EEEEEE;
  display: inline-block;
}
.hero .challenges .challenges-container .title h2 span {
  font-size: 32px;
  font-weight: bold;
}
.hero .challenges .challenges-container .challenge-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero .challenges .challenges-container .challenge-grid .challenge-item {
  width: 200px;
  height: 200px;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px;
}
.hero .challenges .challenges-container .challenge-grid .challenge-item .image-placeholder {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  bottom: -30px;
  right: -30px;
}
.hero .challenges .challenges-container .challenge-grid .challenge-item p {
  font-size: 16px;
  line-height: 2;
}
.hero .challenges .challenges-container .challenge-grid .challenge-item:first-child, .hero .challenges .challenges-container .challenge-grid .challenge-item:last-child {
  transform: translateY(-110px);
}
.hero .challenges .challenges-container::after {
  content: "";
  position: absolute;
  top: calc(100% + 70px);
  left: 50%;
  transform: translateX(-50%);
  border-top: 50px solid #4E9DBB;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
}

.services {
  padding: 130px 0 100px;
  position: relative;
  overflow: hidden;
}
.services .container {
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
}
.services .container h2 {
  text-align: center;
  font-size: 32px;
  color: #333333;
  margin-bottom: 70px;
  line-height: 1.875;
}
.services .container .service-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services .container .service-grid .service-row {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.services .container .service-grid .service-row .service-item {
  background-color: #FFFFFF;
  padding: 22px 18px;
  width: 22.2%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.services .container .service-grid .service-row .service-item h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.services .container .service-grid .service-row .service-item .image {
  text-align: center;
  margin: 10px 0 12px;
}
.services .container .service-grid .service-row .service-item .image img {
  height: 70px;
}
.services .container .service-grid .service-row .service-item p {
  font-size: 16px;
  line-height: 2;
}
.services .container .service-grid .sp-service-row {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
.services .container .service-grid .sp-service-row .service-item {
  background-color: #FFFFFF;
  padding: 21px 11px;
  width: 46.6%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.services .container .service-grid .sp-service-row .service-item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.services .container .service-grid .sp-service-row .service-item .image {
  text-align: center;
  margin: 14px 0 12px;
}
.services .container .service-grid .sp-service-row .service-item .image img {
  height: 83px;
}
.services .container .service-grid .sp-service-row .service-item p {
  font-size: 16px;
  line-height: 1.5;
}
.services ::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E6F2F6;
  -webkit-clip-path: polygon(0 39%, 54.7% 39%, 77% 100%, 0 100%);
          clip-path: polygon(0 39%, 54.7% 39%, 77% 100%, 0 100%);
  z-index: -1;
}

.reasons {
  padding: 54px 0 150px;
  position: relative;
  overflow: hidden;
}
.reasons .container {
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.reasons .container h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: normal;
}
.reasons .container h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 97px;
  line-height: 1.875;
  color: #333333;
}
.reasons .container .reason-list .reason-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 3%;
  margin-bottom: 120px;
}
.reasons .container .reason-list .reason-item:last-child {
  margin: 0;
}
.reasons .container .reason-list .reason-item:nth-child(even) {
  flex-direction: row-reverse;
}
.reasons .container .reason-list .reason-item > img {
  width: 52.4%;
}
.reasons .container .reason-list .reason-item > img.sp-image {
  display: none;
}
.reasons .container .reason-list .reason-item .info {
  flex: 1;
}
.reasons .container .reason-list .reason-item .info .title {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
}
.reasons .container .reason-list .reason-item .info .title img {
  width: 80px;
  height: auto;
}
.reasons .container .reason-list .reason-item .info .title h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  color: #4E9DBB;
}
.reasons .container .reason-list .reason-item .info p {
  font-size: 16px;
  line-height: 2;
  color: #333333;
  margin-top: 30px;
}
.reasons::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E6F2F6;
  -webkit-clip-path: polygon(29% 40.5%, 100% 40.5%, 100% 67%, 49% 67%);
          clip-path: polygon(29% 40.5%, 100% 40.5%, 100% 67%, 49% 67%);
  z-index: 1;
}
.reasons::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F0F0F0;
  z-index: 0;
}

.free-proposal {
  padding: 47px 0;
  position: relative;
}
.free-proposal .container {
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.free-proposal .container h2 {
  font-size: 24px;
  color: #EEEEEE;
  margin-bottom: 30px;
  font-weight: bold;
}
.free-proposal .container h2 .highlight {
  background-color: #333333;
  padding: 2px 4px;
}
.free-proposal .container p {
  font-size: 16px;
  color: #EEEEEE;
  margin-bottom: 40px;
  line-height: 2;
}
.free-proposal .container .cta-button {
  display: inline-block;
  padding: 26px 22px;
  width: 600px;
  font-size: 28px;
  font-weight: normal;
  text-decoration: none;
  color: #EEEEEE;
  background-color: #333333;
  position: relative;
  transition: background-color 0.6s ease, color 0.3s ease;
}
.free-proposal .container .cta-button:hover {
  background-color: #555555;
  box-shadow: none;
}
.free-proposal .container .cta-button:hover::before {
  right: 20px;
}
.free-proposal .container .cta-button:hover::after {
  opacity: 0;
}
.free-proposal .container .cta-button .small {
  font-size: 16px;
}
.free-proposal .container .cta-button .bold {
  font-size: 28px;
  font-weight: 600;
}
.free-proposal .container .cta-button::before {
  content: "";
  position: absolute;
  bottom: 23px;
  right: 40px;
  width: 8.8px;
  height: 24.32px;
  background-image: url("images/free-aroow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.free-proposal .container .cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(90% 0, 100% 0, 100% 59.7%);
          clip-path: polygon(90% 0, 100% 0, 100% 59.7%);
}
.free-proposal .container::after {
  content: "";
  width: 44.31%;
  height: 0;
  padding-bottom: 37.93%;
  background-image: url("images/free-proposal-image.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -125px;
  right: 0;
  z-index: -1;
}
.free-proposal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4E9DBB;
  z-index: 0;
}
.free-proposal::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(88.5% 0, 100% 0, 100% 100%);
          clip-path: polygon(88.5% 0, 100% 0, 100% 100%);
  z-index: 1;
}

.customer-voice {
  padding: 190px 0 100px;
  position: relative;
}
.customer-voice .container {
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
}
.customer-voice .container h2 {
  text-align: center;
  font-size: 32px;
  color: #333333;
  margin-bottom: 80px;
  line-height: 1.875;
  font-weight: bold;
}
.customer-voice .container .testimonial .testimonial-image {
  display: flex;
  align-items: start;
  gap: 5.7%;
  margin-bottom: 38px;
}
.customer-voice .container .testimonial .testimonial-image img {
  width: 47%;
  height: auto;
  margin-top: 32px;
}
.customer-voice .container .testimonial .testimonial-image .testimonial-content {
  flex: 1;
}
.customer-voice .container .testimonial .testimonial-image .testimonial-content h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5625;
  color: #333333;
  background-color: #EEEEEE;
  transform: translateX(-19.7%);
  padding: 15px 30px;
  width: 114%;
}
.customer-voice .container .testimonial .testimonial-image .testimonial-content .customer-info {
  margin-top: 23px;
}
.customer-voice .container .testimonial .testimonial-image .testimonial-content .customer-info .company {
  font-size: 24px;
}
.customer-voice .container .testimonial .testimonial-image .testimonial-content .customer-info .department {
  font-size: 16px;
  line-height: 2;
}
.customer-voice .container .testimonial .testimonial-image .testimonial-content .customer-info .name {
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
}
.customer-voice .container .testimonial .testimonial-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px 0;
}
.customer-voice .container .testimonial .testimonial-details .testimonial-item {
  width: 47.2%;
}
.customer-voice .container .testimonial .testimonial-details .testimonial-item h4 {
  font-size: 24px;
  background-color: #4E9DBB;
  color: #EEEEEE;
  margin-bottom: 23px;
  padding: 10px;
  font-weight: normal;
  position: relative;
  text-align: center;
}
.customer-voice .container .testimonial .testimonial-details .testimonial-item h4::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(92% 0, 100% 0, 100% 100%);
          clip-path: polygon(92% 0, 100% 0, 100% 100%);
}
.customer-voice .container .testimonial .testimonial-details .testimonial-item p {
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
.customer-voice::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E6F2F6;
  -webkit-clip-path: polygon(20.2% 52.3%, 100% 52.3%, 100% 100%, 0 100%);
          clip-path: polygon(20.2% 52.3%, 100% 52.3%, 100% 100%, 0 100%);
  z-index: -1;
}

.case-studies {
  padding: 164px 0 129px;
  position: relative;
}
.case-studies .container {
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.case-studies .container h2 {
  text-align: center;
  font-size: 32px;
  color: #EEEEEE;
  margin-bottom: 97px;
  line-height: 1.875;
}
.case-studies .container .case-items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.case-studies .container .case-items .case-study {
  width: 47%;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.16);
  padding: 28px 25px;
  background-color: #FFFFFF;
}
.case-studies .container .case-items .case-study img {
  width: 100%;
  height: auto;
}
.case-studies .container .case-items .case-study .case-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 22px 0;
  gap: 8px 0;
}
.case-studies .container .case-items .case-study .case-info .industry,
.case-studies .container .case-items .case-study .case-info .company-size,
.case-studies .container .case-items .case-study .case-info .detail {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.case-studies .container .case-items .case-study .case-info .industry span,
.case-studies .container .case-items .case-study .case-info .company-size span,
.case-studies .container .case-items .case-study .case-info .detail span {
  font-size: 19px;
  font-weight: 600;
  display: inline-block;
  padding: 2px 0;
  background-color: #4E9DBB;
  color: #FFFFFF;
  white-space: nowrap;
  width: 110px;
  text-align: center;
}
.case-studies .container .case-items .case-study .case-info .industry p,
.case-studies .container .case-items .case-study .case-info .company-size p,
.case-studies .container .case-items .case-study .case-info .detail p {
  flex: 1;
}
.case-studies .container .case-items .case-study .case-info .industry,
.case-studies .container .case-items .case-study .case-info .company-size {
  width: 48%;
}
.case-studies .container .case-items .case-study .case-info .industry p,
.case-studies .container .case-items .case-study .case-info .company-size p {
  font-size: 19px;
}
.case-studies .container .case-items .case-study .case-info .detail {
  width: 100%;
}
.case-studies .container .case-items .case-study .case-info .detail p {
  font-size: 17px;
  font-weight: bold;
}
.case-studies .container .case-items .case-study .case-content h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #4E9DBB;
  margin-bottom: 20px;
}
.case-studies .container .case-items .case-study .case-content p {
  font-size: 16px;
  line-height: 2;
}
.case-studies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/case-studies-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.case-studies::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E6F2F6;
  -webkit-clip-path: polygon(79.8% 0%, 100% 0, 100% 62.2%);
          clip-path: polygon(79.8% 0%, 100% 0, 100% 62.2%);
  z-index: 1;
}

.research-flow {
  padding: 134px 0 113px;
}
.research-flow h2 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.875;
}
.research-flow .container {
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
}
.research-flow .container .flow-steps {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.research-flow .container .flow-steps::before {
  content: "";
  position: absolute;
  top: 51px;
  transform: translateY(-50%);
  left: 90px;
  right: 90px;
  height: 4px;
  background-color: #4E9DBB;
  z-index: 0;
}
.research-flow .container .flow-steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 19.23%;
  position: relative;
  z-index: 1;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.16);
  padding: 16px 10px 30px;
}
.research-flow .container .flow-steps .step .step-number {
  width: 70px;
  height: 70px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  color: #8E8E8E;
}
.research-flow .container .flow-steps .step .step-number span {
  position: relative;
  z-index: 2;
}
.research-flow .container .flow-steps .step .step-number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #4E9DBB;
  border-radius: 50%;
  -webkit-clip-path: polygon(50% 50%, 50% 0, 0 0, 0 100%, 100% 100%, 100% 0, 50% 0, 50% 50%, 100% 53%, 100% 80%, 50% 50%);
          clip-path: polygon(50% 50%, 50% 0, 0 0, 0 100%, 100% 100%, 100% 0, 50% 0, 50% 50%, 100% 53%, 100% 80%, 50% 50%);
}
.research-flow .container .flow-steps .step .step-content h3 {
  text-align: center;
  color: #4E9DBB;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 28px;
}
.research-flow .container .flow-steps .step .step-content p {
  font-size: 16px;
  color: #222222;
}
.research-flow .container .flow-steps .step::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E6F2F6;
  -webkit-clip-path: polygon(80% 0, 100% 0, 100% 40px);
          clip-path: polygon(80% 0, 100% 0, 100% 40px);
  z-index: -10;
}

.faq {
  padding: 80px 0 96px;
  background-color: #f8f8f8;
}
.faq .container {
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
}
.faq h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.875;
  color: #333333;
  margin-bottom: 70px;
}
.faq .faq-list .faq-item {
  margin-bottom: 49px;
}
.faq .faq-list .faq-item .question {
  background-color: #ffffff;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.16);
  padding: 27px 40px 27px 117px;
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  position: relative;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
}
.faq .faq-list .faq-item .question::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("images/question.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.faq .faq-list .faq-item .question::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E6F2F6;
  -webkit-clip-path: polygon(100% 0, 100% 100%, calc(100% - 100px) 0);
          clip-path: polygon(100% 0, 100% 100%, calc(100% - 100px) 0);
  z-index: -1;
}
.faq .faq-list .faq-item .answer {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  background-color: #FBFBFB;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.16);
  position: relative;
  transform: translateY(-20px);
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: transform 0.6s ease, opacity 0.6s ease, max-height 0.6s ease, padding 0.6s ease;
  padding: 0 40px 0 117px;
}
.faq .faq-list .faq-item .answer::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("images/answer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.faq .faq-list .faq-item.active .question::after {
  -webkit-clip-path: polygon(100% 0, 100% 100%, calc(100% - 100px) 100%);
          clip-path: polygon(100% 0, 100% 100%, calc(100% - 100px) 100%);
}
.faq .faq-list .faq-item.active .answer {
  transform: translateY(0);
  opacity: 1;
  height: auto;
  padding: 27px 40px 27px 117px;
}
.faq .faq-list .faq-item:last-child {
  margin: 0;
}

.company-info {
  padding: 100px 0 70px;
  position: relative;
}
.company-info .container {
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
}
.company-info .container h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.875;
  color: #333333;
  margin-bottom: 70px;
}
.company-info .container table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
}
.company-info .container table tr th,
.company-info .container table tr td {
  border-bottom: 1px solid #333333;
  text-align: left;
  vertical-align: top;
}
.company-info .container table tr th {
  font-weight: bold;
  width: 31.25%;
  font-size: 16px;
  padding: 36px 32px;
}
.company-info .container table tr td {
  font-size: 16px;
  line-height: 2;
  padding: 36px 32px 36px 0;
}
.company-info .container table tr:last-child th,
.company-info .container table tr:last-child td {
  border-bottom: none;
}
.company-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E6F2F6;
  -webkit-clip-path: polygon(29.2% 0%, 100% 0, 100% 50%, 12.2% 50%);
          clip-path: polygon(29.2% 0%, 100% 0, 100% 50%, 12.2% 50%);
  z-index: -1;
}
.company-info::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E6F2F6;
  -webkit-clip-path: polygon(0 50%, 70.8% 50%, 87.8% 100%, 0 100%);
          clip-path: polygon(0 50%, 70.8% 50%, 87.8% 100%, 0 100%);
  z-index: -1;
}

.contact-form {
  padding: 100px 0 130px;
}
.contact-form .container {
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
}
.contact-form h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.875;
  color: #333333;
  margin-bottom: 70px;
}
.contact-form form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contact-form form .form-group {
  margin-bottom: 33px;
}
.contact-form form .form-group label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
.contact-form form .form-group label .required {
  font-size: 26px;
  font-weight: 600;
  color: #FF0000;
  display: inline;
  margin-left: 10px;
}
.contact-form form .form-group .error-message {
  font-size: 13px;
  color: #FF0000;
}
.contact-form form .form-group #privacy_policy-error {
  text-align: center;
  margin-top: 10px;
}
.contact-form form .form-group .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 11.25%;
}
.contact-form form .form-group .radio-group label {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0;
  cursor: pointer;
}
.contact-form form .form-group .radio-group label input[type=radio] {
  margin-right: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.contact-form form .form-group .radio-group label input[type=radio]:checked {
  background-color: #707070;
  box-shadow: inset 0 0 0 2px #fff;
}
.contact-form form .form-group .radio-group label span {
  font-size: 16px;
}
.contact-form form .form-group input[type=text],
.contact-form form .form-group input[type=tel],
.contact-form form .form-group input[type=email],
.contact-form form .form-group textarea {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #D9D9D9;
  font-size: 16px;
}
.contact-form form .form-group input[type=text]::-moz-placeholder, .contact-form form .form-group input[type=tel]::-moz-placeholder, .contact-form form .form-group input[type=email]::-moz-placeholder, .contact-form form .form-group textarea::-moz-placeholder {
  color: #D9D9D9;
  opacity: 1;
}
.contact-form form .form-group input[type=text]::placeholder,
.contact-form form .form-group input[type=tel]::placeholder,
.contact-form form .form-group input[type=email]::placeholder,
.contact-form form .form-group textarea::placeholder {
  color: #D9D9D9;
  opacity: 1;
}
.contact-form form .form-group input[type=text]:-ms-input-placeholder,
.contact-form form .form-group input[type=tel]:-ms-input-placeholder,
.contact-form form .form-group input[type=email]:-ms-input-placeholder,
.contact-form form .form-group textarea:-ms-input-placeholder {
  color: #D9D9D9;
}
.contact-form form .form-group input[type=text]::-ms-input-placeholder,
.contact-form form .form-group input[type=tel]::-ms-input-placeholder,
.contact-form form .form-group input[type=email]::-ms-input-placeholder,
.contact-form form .form-group textarea::-ms-input-placeholder {
  color: #D9D9D9;
}
.contact-form form .form-group textarea {
  resize: vertical;
}
.contact-form form .form-group .privacy-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.contact-form form .form-group .privacy-policy input[type=checkbox] {
  margin-right: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  border: 1px solid #D9D9D9;
  border-radius: 7px;
  outline: none;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.contact-form form .form-group .privacy-policy input[type=checkbox]:checked {
  background-color: #707070;
  position: relative;
}
.contact-form form .form-group .privacy-policy input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form form .form-group .privacy-policy label {
  font-size: 16px;
  font-weight: normal;
  margin: 0 !important;
}
.contact-form form .privacy-policy-note p {
  font-size: 16px;
  list-style: 2;
  color: #707070;
  text-align: center;
}
.contact-form form .privacy-policy-note p .privacy-link {
  color: #707070;
  text-decoration: none;
}
.contact-form form .privacy-policy-note p .privacy-link:hover {
  text-decoration: underline;
}
.contact-form form .privacy-policy-note p:last-child {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  margin-top: 50px;
}
.contact-form form .submit-button {
  display: block;
  width: 100%;
  max-width: 436px;
  margin: 0 auto;
  padding: 22px;
  background-color: #333333;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1;
}

.site-footer {
  background-color: #333333;
  color: #FFFFFF;
  padding: 30px 0 60px;
}
.site-footer .container {
  width: 90%;
  max-width: 1144px;
  margin: 0 auto;
}
.site-footer .container .footer-content .copyright {
  text-align: center;
  font-size: 20px;
}

.thanks, .error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}
.thanks h1, .error h1 {
  font-size: 32px;
}
.thanks p, .error p {
  font-size: 16px;
  margin: 10px 0 20px;
}

.pc-cta-button {
  position: fixed;
  bottom: 10%;
  right: 0;
  transform: translateX(100%);
  z-index: 1000;
  transition: transform 0.6s ease;
}
.pc-cta-button .button {
  color: #EEEEEE;
  background-color: #333333;
  padding: 0 15px;
  width: 55px;
  height: 184px;
  text-decoration: none;
  font-size: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  position: relative;
  text-align: center;
  writing-mode: vertical-rl;
  transition: background-color 0.6s ease, color 0.6s ease;
}
.pc-cta-button .button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 55px);
          clip-path: polygon(0 0, 100% 0, 0 55px);
}
.pc-cta-button .button:hover {
  background-color: #555555;
  color: #EEEEEE;
  box-shadow: none;
}
.pc-cta-button .button:hover::after {
  opacity: 0;
}

.sp-cta-button {
  display: none;
}

.small-txt {
  font-size: 20px !important;
  font-weight: bold;
  width: 600px;
  text-align: center;
  margin-bottom: 10px !important;
  color: #FCD257 !important;
}

@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
  header .container {
    height: auto;
    padding-top: 10px;
    width: 91.5%;
  }
  header .logo {
    flex-wrap: nowrap;
    align-items: start;
    gap: 20px;
  }
  header .logo h1 img {
    width: 130px;
  }
  header .logo p {
    font-size: 14px;
    line-height: 1.5;
  }
  header .cta-button {
    display: none;
  }
  .hero::before {
    -webkit-clip-path: polygon(0 32%, 100% 75%, 0 75%);
            clip-path: polygon(0 32%, 100% 75%, 0 75%);
  }
  .hero .fv {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8) 90%), url("images/hero-sp-bg.webp");
    background-position: center center;
    background-size: contain;
    padding: 0;
    display: flex;
    align-items: center;
    height: calc(var(--vh, 1vh) * 100 - 50px);
  }
  .hero .fv .fv-container {
    width: 91.5%;
    padding-bottom: 20px;
  }
  .hero .fv .fv-container .bg-white {
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    padding: 5px;
  }
  .hero .fv .fv-container .bg-white h1 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .hero .fv .fv-container .bg-white p {
    font-size: 15px;
    line-height: 1.67;
  }
  .hero .fv .fv-container .statistics {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .hero .fv .fv-container .statistics .stat-item {
    width: 55%;
    height: 90px;
    padding-bottom: 10px;
    align-items: end;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero .fv .fv-container .statistics .stat-item .label {
    width: 100%;
  }
  .hero .fv .fv-container .statistics .stat-item .number {
    font-size: 32px;
    line-height: 1;
  }
  .hero .fv .fv-container .statistics .stat-item .number .percent {
    font-size: 18px;
  }
  .hero .fv .fv-container .statistics .stat-item .number .unit {
    font-size: 15px;
    font-weight: normal;
  }
  .hero .fv .fv-container .statistics .stat-item .more {
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
  }
  .hero .challenges {
    padding: 50px 0 140px;
  }
  .hero .challenges .challenges-container {
    width: 91.5%;
  }
  .hero .challenges .challenges-container .title h2 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 21px;
    padding: 24px 19px;
  }
  .hero .challenges .challenges-container .title h2 span {
    font-size: 24px;
  }
  .hero .challenges .challenges-container .challenge-grid {
    gap: 121px 0;
  }
  .hero .challenges .challenges-container .challenge-grid .challenge-item {
    width: 166px;
    height: 166px;
    padding: 10px;
  }
  .hero .challenges .challenges-container .challenge-grid .challenge-item .image-placeholder {
    bottom: -70px;
    right: 50%;
    transform: translateX(50%);
  }
  .hero .challenges .challenges-container .challenge-grid .challenge-item p {
    font-size: 15px;
    line-height: 1.47;
  }
  .hero .challenges .challenges-container .challenge-grid .challenge-item:first-child, .hero .challenges .challenges-container .challenge-grid .challenge-item:last-child {
    transform: translateY(0);
  }
  .hero .challenges .challenges-container::after {
    top: calc(100% + 140px);
  }
  .services {
    padding: 90px 0 100px;
  }
  .services .container {
    width: 91.5%;
  }
  .services .container h2 {
    font-size: 24px;
    margin-bottom: 60px;
    line-height: 1.5;
  }
  .services .container .service-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .services .container .service-grid .service-row {
    display: none;
  }
  .services .container .service-grid .sp-service-row {
    display: flex;
  }
  .services ::before {
    display: none;
  }
  .reasons {
    padding: 66px 0 70px;
  }
  .reasons .container {
    width: 100%;
  }
  .reasons .container h4 {
    font-size: 22px;
    width: 91.5%;
    margin: 0 auto 25px;
  }
  .reasons .container h2 {
    font-size: 24px;
    line-height: 2;
    width: 91.5%;
    margin: 0 auto 70px;
  }
  .reasons .container .reason-list .reason-item {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 50px;
  }
  .reasons .container .reason-list .reason-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .reasons .container .reason-list .reason-item > img {
    width: 100%;
  }
  .reasons .container .reason-list .reason-item > img.sp-image {
    display: block;
  }
  .reasons .container .reason-list .reason-item > img.pc-image {
    display: none;
  }
  .reasons .container .reason-list .reason-item .info {
    width: 91.5%;
    flex: none;
  }
  .reasons .container .reason-list .reason-item .info .title {
    gap: 15px;
    align-items: center;
  }
  .reasons .container .reason-list .reason-item .info .title img {
    width: 65px;
  }
  .reasons .container .reason-list .reason-item .info .title h3 {
    font-size: 22px;
    line-height: 1.64;
  }
  .reasons .container .reason-list .reason-item .info p {
    margin-top: 20px;
  }
  .reasons::before {
    display: none;
  }
  .free-proposal {
    padding: 71px 0 115px;
    overflow: hidden;
  }
  .free-proposal .container {
    width: 91.5%;
  }
  .free-proposal .container h2 {
    margin-bottom: 15px;
  }
  .free-proposal .container p {
    margin-bottom: 27px;
  }
  .free-proposal .container .cta-button {
    padding: 17.5px 10px;
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    display: block;
  }
  .free-proposal .container .cta-button .bold {
    font-size: 18px;
  }
  .free-proposal .container .cta-button::before {
    bottom: 15px;
    right: 15px;
    width: 5.03px;
    height: 13.9px;
  }
  .free-proposal .container .cta-button::after {
    -webkit-clip-path: polygon(90% 0, 100% 0, 100% 45%);
    clip-path: polygon(90% 0, 100% 0, 100% 45%);
  }
  .free-proposal .container::after {
    display: none;
  }
  .free-proposal::after {
    display: none;
  }
  .customer-voice {
    padding: 100px 0 60px;
  }
  .customer-voice .container {
    width: 100%;
  }
  .customer-voice .container h2 {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1;
  }
  .customer-voice .container .testimonial .testimonial-image {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 45px;
  }
  .customer-voice .container .testimonial .testimonial-image img {
    width: 100%;
    margin-top: 0;
  }
  .customer-voice .container .testimonial .testimonial-image .testimonial-content {
    flex: none;
    width: 91.5%;
  }
  .customer-voice .container .testimonial .testimonial-image .testimonial-content h3 {
    font-size: 24px;
    line-height: 1.33;
    transform: none;
    padding: 10px;
    width: 100%;
  }
  .customer-voice .container .testimonial .testimonial-image .testimonial-content .customer-info {
    margin-top: 18px;
  }
  .customer-voice .container .testimonial .testimonial-image .testimonial-content .customer-info .company {
    font-size: 20px;
  }
  .customer-voice .container .testimonial .testimonial-image .testimonial-content .customer-info .name {
    margin-top: 20px;
    font-size: 24px;
  }
  .customer-voice .container .testimonial .testimonial-details {
    gap: 20px 0;
    justify-content: center;
  }
  .customer-voice .container .testimonial .testimonial-details .testimonial-item {
    width: 91.5%;
  }
  .customer-voice .container .testimonial .testimonial-details .testimonial-item h4::after {
    border-width: 0 42px 60px 0;
  }
  .customer-voice .container .testimonial .testimonial-details .testimonial-item p {
    line-height: 1.5;
  }
  .customer-voice::before {
    display: none;
  }
  .case-studies {
    padding: 70px 0;
  }
  .case-studies::before {
    background-image: url(images/case-studies-sp-bg.webp);
  }
  .case-studies .container {
    width: 91.5%;
  }
  .case-studies .container h2 {
    font-size: 24px;
    margin-bottom: 70px;
    line-height: 1.5;
  }
  .case-studies .container .case-items {
    gap: 30px;
  }
  .case-studies .container .case-items .case-study {
    width: 100%;
    padding: 28px 14px;
  }
  .case-studies .container .case-items .case-study .case-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 22px 0;
    gap: 8px 0;
  }
  .case-studies .container .case-items .case-study .case-info .industry span,
  .case-studies .container .case-items .case-study .case-info .company-size span,
  .case-studies .container .case-items .case-study .case-info .detail span {
    font-size: 16px;
    padding: 10px 0;
    width: 100px;
  }
  .case-studies .container .case-items .case-study .case-info .industry,
  .case-studies .container .case-items .case-study .case-info .company-size {
    width: 100%;
  }
  .case-studies .container .case-items .case-study .case-info .industry p,
  .case-studies .container .case-items .case-study .case-info .company-size p {
    font-size: 16px;
  }
  .case-studies .container .case-items .case-study .case-info .detail p {
    font-size: 16px;
  }
  .case-studies .container .case-items .case-study .case-content h3 {
    margin-bottom: 15px;
  }
  .case-studies .container .case-items .case-study .case-content p {
    line-height: 1.5;
  }
  .case-studies::after {
    display: none;
  }
  .research-flow {
    padding: 62.5px 0 70px;
  }
  .research-flow h2 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 2.5;
  }
  .research-flow .container {
    width: 91.5%;
  }
  .research-flow .container .flow-steps {
    gap: 10px;
  }
  .research-flow .container .flow-steps::before {
    content: "";
    position: absolute;
    left: 41px;
    top: 90px;
    bottom: 90px;
    right: inherit;
    height: auto;
    background-color: #4E9DBB;
    z-index: 0;
    width: 4px;
    transform: none;
  }
  .research-flow .container .flow-steps .step {
    flex-direction: row;
    gap: 15px;
    width: 100%;
    padding: 23px 14px;
  }
  .research-flow .container .flow-steps .step .step-number {
    width: 57px;
    height: 57px;
    margin-bottom: 0;
  }
  .research-flow .container .flow-steps .step .step-number::before {
    transform: rotate(90deg);
  }
  .research-flow .container .flow-steps .step .step-content {
    flex: 1;
  }
  .research-flow .container .flow-steps .step .step-content h3 {
    text-align: left;
    margin-bottom: 10px;
  }
  .research-flow .container .flow-steps .step::after {
    -webkit-clip-path: polygon(85% 0, 100% 0, 100% 60px);
    clip-path: polygon(85% 0, 100% 0, 100% 60px);
  }
  .faq {
    padding: 90px 0 70px;
  }
  .faq .container {
    width: 91.5%;
  }
  .faq h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 63px;
  }
  .faq .faq-list .faq-item {
    margin-bottom: 34px;
  }
  .faq .faq-list .faq-item .question {
    padding: 17px 17px 17px 87px;
    font-size: 16px;
  }
  .faq .faq-list .faq-item .question::before {
    left: 18px;
  }
  .faq .faq-list .faq-item .question::after {
    -webkit-clip-path: polygon(100% 0, 100% 100%, calc(100% - 60px) 0);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 60px) 0);
  }
  .faq .faq-list .faq-item .answer {
    padding: 0 17px 0 87px;
    line-height: 1.5;
  }
  .faq .faq-list .faq-item .answer::before {
    left: 18px;
  }
  .faq .faq-list .faq-item.active .question::after {
    -webkit-clip-path: polygon(100% 0, 100% 100%, calc(100% - 60px) 100%);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 60px) 100%);
  }
  .faq .faq-list .faq-item.active .answer {
    padding: 17px 17px 17px 87px;
  }
  .company-info {
    padding: 65px 0;
    background-color: #E6F2F6;
  }
  .company-info .container {
    width: 91.5%;
  }
  .company-info .container h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 50px;
  }
  .company-info .container table tr th,
  .company-info .container table tr td {
    width: 100%;
    display: block;
  }
  .company-info .container table tr th {
    border-bottom: none;
    padding: 21px 3% 0;
  }
  .company-info .container table tr td {
    font-size: 16px;
    padding: 10px 3% 15px;
  }
  .company-info ::before {
    display: none;
  }
  .company-info ::after {
    display: none;
  }
  .contact-form {
    padding: 63px 0 73px;
  }
  .contact-form .container {
    width: 91.5%;
  }
  .contact-form h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .contact-form form .form-group label {
    margin-bottom: 20px;
  }
  .contact-form form .form-group .radio-group {
    gap: 10px 8%;
  }
  .contact-form form .form-group input[type=text],
  .contact-form form .form-group input[type=tel],
  .contact-form form .form-group input[type=email],
  .contact-form form .form-group textarea {
    padding: 20px 15px;
  }
  .contact-form form .privacy-policy-note p:last-child {
    margin-top: 10px;
  }
  .contact-form form .privacy-policy {
    margin: 15px 0 10px;
  }
  .contact-form form .privacy-policy input[type=checkbox] {
    margin-right: 14px;
    width: 27px;
    height: 27px;
  }
  .contact-form form .privacy-policy input[type=checkbox]:checked::after {
    font-size: 12px;
  }
  .site-footer {
    padding: 33px 0 40px;
  }
  .site-footer .container {
    width: 91.5%;
  }
  .site-footer .container .footer-content .copyright {
    font-size: 16px;
  }
  .pc-cta-button {
    display: none;
  }
  .sp-cta-button {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: transform 0.6s ease;
  }
  .sp-cta-button .button {
    color: #EEEEEE;
    background-color: #333333;
    padding: 15px 0;
    width: 100%;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
    position: relative;
    text-align: center;
  }
  .sp-cta-button .button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    -webkit-clip-path: polygon(91.3% 0, 100% 0, 100% 100%);
            clip-path: polygon(91.3% 0, 100% 0, 100% 100%);
  }
  .small-txt {
    font-size: 18px !important;
    font-weight: bold;
    width: 80%;
    text-align: center;
    margin: 0 auto 10px !important;
    color: #FCD257 !important;
  }
}/*# sourceMappingURL=styles.css.map */