/* サービスファーストビュー */
.service-first-view {
  overflow-x: hidden;
  position: relative;
}

.service-video-wrapper {
  width: 100%;
}

.service-video-wrapper > video {
  width: 100%;
}

.service-first-view_content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-100%);
}

.service-first-view_wrapper {
  position: relative;
  padding: 43px 37px;
  border-radius: 10px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 43px;
  background-color: rgba(14, 11, 32, 0.8);
  backdrop-filter: blur(5px);
}

.service-first-view_wrapper > img {
  width: 187.12px;
}

.service-first-view_wrapper > h1 {
  font-size: 55px;
  color: #fff;
  font-weight: bold;
}

.service-first-view_wrapper > a {
  display: flex;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 4px;
  column-gap: 16px;
  background-color: #0a0e77;
  align-items: center;
}

.service-first-view_wrapper > a > p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.service-first-view_wrapper > a > svg {
  width: 30px;
  height: 8px;
}

/* サービス正しいDX */
.bold {
  font-weight: bold;
}

.service_right-dx-wrapper {
  padding: 60px 0 100px;
  width: 1300px;
  margin: 0 auto;
}

.service_right-dx-text h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
  color: #414141;
}

.service_right-dx-text p {
  font-size: 18px;
  line-height: 36px;
  color: #414141;
}

.service_right-dx-text1 {
  margin-bottom: 60px;
}

.service_right-dx-text1 p:last-of-type {
  margin-top: 12px;
}

.service_right-dx-text2 > div:first-of-type {
  background-color: #f9f8f4;
  padding: 21px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin: 22px 0;
}

.service_right-dx-text2 > div:first-of-type > p {
  font-size: 15px;
  line-height: 24px;
}

.service_right-dx-text2 > div:first-of-type > p:last-of-type {
  margin-right: 0;
  margin-left: auto;
}

.service_right-dx-text2 > div:last-of-type {
  background-color: #f9f8f4;
  width: 100%;
  padding: 30px 0;
  margin-top: 36px;
}

.service_right-dx-text2 > div:last-of-type > img {
  width: 1094px;
  margin: 0 auto;
}

/* サービスMithra360DX */
.bold-yellow {
  font-weight: bold;
  border-bottom: 1.5px solid #ffd675;
}

.service_mithra360dx {
  background: linear-gradient(to right, #5e87c4, #0a0e77);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.service_mithra360dx_wrapper {
  width: 1300px;
  margin: 0 auto;
  padding: 50px 0 80px;
}

.service_mithra360dx_wrapper > img {
  width: 187.12px;
}

.service_mithra360dx_wrapper > h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  margin: 50px 0 30px;
}

.service_mithra360dx_description {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.service_mithra360dx_description > div {
  width: 698px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.service_mithra360dx_description > div p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

.service_mithra360dx_description > img {
  width: 528.38px;
}

.service_mithra360dx_value {
  background-color: #f9f8f4;
  padding: 46px 30px;
  margin: 50px auto 75px;
}

.service_mithra360dx_value > div:first-of-type {
  display: flex;
  justify-content: space-between;
  height: fit-content;
  align-items: normal;
}

.service_mithra360dx_value > div:first-of-type > span {
  display: block;
  width: 2px;
  background-color: #5c84c2;
}

.service_mithra360dx_value > div:first-of-type > div {
  width: 198px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 27px;
}

.service_mithra360dx_value > div:first-of-type > div > p:first-of-type {
  text-align: center;
  font-size: 30px;
  font-family: "industry", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.service_mithra360dx_value > div:first-of-type > div > p:last-of-type {
  font-size: 15px;
  line-height: 23px;
  color: #3d3d3d;
}

.service_mithra360dx_value > div:first-of-type > div > svg {
  height: 50px;
}

.yellow {
  color: #ffd675;
}

.orange {
  color: #f5ae8f;
}

.pink {
  color: #ea7c9a;
}

.purple {
  color: #a063aa;
}

.blue {
  color: #555bb4;
}

.service_mithra360dx_value_arrow {
  position: relative;
  margin-top: 15px;
}

.service_mithra360dx_value_arrow > p {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #fff;
}

.service_mithra360dx_value_arrow > img {
  width: 1247.5px;
  margin: 0 auto;
}

.service_mithra360dx_wrapper > a {
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 10px 50px;
  border-radius: 4px;
  column-gap: 25px;
  background-color: #fff;
  margin: 0 auto;
}

.service_mithra360dx_wrapper > a > p {
  color: #0a0e77;
  font-size: 20px;
  font-weight: bold;
}

.service_mithra360dx_wrapper > a > svg {
  width: 30px;
  height: 8px;
}

.service_mithra360dx > img {
  width: 2000px;
  position: absolute;
  z-index: -1;
  top: 40%;
  left: 50%;
  transform: translateX(-30%);
}

/* 事業実績 */
.service-result {
  width: 100%;
  background-color: #fff;
}

.service-result > div {
  width: 100%;
  padding: 70px 0 60px;
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}

.service-result_tit {
  width: 1240px;
  margin: 0 auto;
  position: relative;
}

.service-result_tit::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
}

.service-result_tit > h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}

.service-result_content {
  width: 100%;
  padding: 20px 0 60px;
}

.service-card-preview {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 1px 4px 15px 5px rgba(0, 0, 0, 0.15);
  width: 650px;
  height: 650px;
  box-sizing: border-box;
  padding: 20px 40px;
}

.service-card-preview > p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.service-card-preview > p:last-of-type {
  font-size: 14px;
  color: #222;
  text-align: right;
  padding: 16px 0;
}

.service-card-preview > .img-wrapper {
  width: 100%;
  height: 220px;
  padding-bottom: 30px;
}

.service-card-preview > .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-card-preview .content-wrapper {
  height: 210px;
}

.service-card-preview .content-wrapper p {
  font-size: 14px;
  line-height: 26px;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  margin: 0;
}

.service-result_content .swiper-pagination-bullet {
  background-color: #838383 !important;
  width: 11px;
  height: 11px;
  margin: 0 10px !important;
}

/* よくあるご質問 */
.service-question {
  width: 100%;
  background-color: #fff;
}

.service-question > div {
  width: 1240px;
  margin: 0 auto;
  padding: 70px 0 80px;
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}

.service-question_tit {
  position: relative;
}

.service-question_tit::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
}

.service-question_tit > h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}

.service-question_content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 1060px;
  margin: 0 auto;
}

.service-question_content > div:not(:last-of-type) {
  border-bottom: 2px solid #BFBFBF;
  padding-bottom: 30px;
}

.service-question_content--box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 30px;
}

.service-question_content--box > div {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
}

.service-question_content--box > div > img {
  width: 40px;
  height: 40px;
}

.service-question_content--box > div > p {
  font-size: 20px;
  line-height: 40px;
}

.service-question_content--box .service-question-Q {
  font-weight: bold;
}

.service-question_btn {
  width: 100%;
}

.service-question_btn > a {
  display: flex;
  width: fit-content;
  padding: 10px 80px;
  border-radius: 4px;
  column-gap: 16px;
  background-color: #0a0e77;
  align-items: center;
  margin: 0 auto;
}

.service-question_btn > a > p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.service-question_btn > a > svg {
  width: 50px;
  height: 10px;
}

@media screen and (min-width: 836px) and (max-width: 1440px) {
  /* サービスファーストビュー */
  .service-first-view_content {
    top: 30%;
    left: 50%;
    transform: translateX(-100%);
  }

  .service-first-view_wrapper {
    padding: 2.986vw 2.569vw;
    border-radius: 0.694vw;
    row-gap: 2.986vw;
    background-color: rgba(14, 11, 32, 0.8);
    backdrop-filter: blur(5px);
  }

  .service-first-view_wrapper > img {
    width: 12.994vw;
  }

  .service-first-view_wrapper > h1 {
    font-size: 3.819vw;
  }

  .service-first-view_wrapper > a {
    padding: 0.694vw 1.389vw;
    border-radius: 0.278vw;
    column-gap: 1.111vw;
  }

  .service-first-view_wrapper > a > p {
    font-size: 1.389vw;
  }

  .service-first-view_wrapper > a > svg {
    width: 2.083vw;
    height: 0.556vw;
  }

  /* サービス正しいDX */
  .service_right-dx-wrapper {
    padding: 4.167vw 0 6.944vw;
    width: 90.278vw;
  }

  .service_right-dx-text h3 {
    font-size: 1.736vw;
    line-height: 2.778vw;
    margin-bottom: 1.042vw;
  }

  .service_right-dx-text p {
    font-size: 1.25vw;
    line-height: 2.5vw;
  }

  .service_right-dx-text1 {
    margin-bottom: 4.167vw;
  }

  .service_right-dx-text1 p:last-of-type {
    margin-top: 0.833vw;
  }

  .service_right-dx-text2 > div:first-of-type {
    padding: 1.458vw;
    row-gap: 0.833vw;
    margin: 1.528vw 0;
  }

  .service_right-dx-text2 > div:first-of-type > p {
    font-size: 1.042vw;
    line-height: 1.667vw;
  }

  .service_right-dx-text2 > div:last-of-type {
    width: 100%;
    padding: 2.083vw 0;
    margin-top: 2.5vw;
  }

  .service_right-dx-text2 > div:last-of-type > img {
    width: 75.972vw;
  }

  /* サービスMithra360DX */
  .service_mithra360dx_wrapper {
    width: 90.278vw;
    padding: 3.472vw 0 5.556vw;
  }

  .service_mithra360dx_wrapper > img {
    width: 12.994vw;
  }

  .service_mithra360dx_wrapper > h2 {
    font-size: 2.083vw;
    line-height: 2.778vw;
    margin: 3.472vw 0 2.083vw;
  }

  .service_mithra360dx_description > div {
    width: 48.472vw;
    row-gap: 1.042vw;
  }

  .service_mithra360dx_description > div p {
    font-size: 1.111vw;
    line-height: 2.222vw;
  }

  .service_mithra360dx_description > img {
    width: 36.693vw;
  }

  .service_mithra360dx_value {
    padding: 3.194vw 2.083vw;
    margin: 3.47vw auto 5.21vw;
  }

  .service_mithra360dx_value > div:first-of-type > span {
    width: 0.139vw;
  }

  .service_mithra360dx_value > div:first-of-type > div {
    width: 13.75vw;
    row-gap: 1.875vw;
  }

  .service_mithra360dx_value > div:first-of-type > div > p:first-of-type {
    font-size: 2.083vw;
  }

  .service_mithra360dx_value > div:first-of-type > div > p:last-of-type {
    font-size: 1.042vw;
    line-height: 1.597vw;
  }

  .service_mithra360dx_value > div:first-of-type > div > svg {
    height: 3.472vw;
    width: 3.472vw;
  }

  .service_mithra360dx_value_arrow {
    margin-top: 1.042vw;
  }

  .service_mithra360dx_value_arrow > p {
    font-size: 1.944vw;
    line-height: 2.778vw;
    top: 4.514vw;
  }

  .service_mithra360dx_value_arrow > img {
    width: 86.632vw;
  }

  .service_mithra360dx_wrapper > a {
    padding: 0.694vw 3.472vw;
    border-radius: 0.278vw;
    column-gap: 1.736vw;
  }

  .service_mithra360dx_wrapper > a > p {
    font-size: 1.389vw;
  }

  .service_mithra360dx_wrapper > a > svg {
    width: 2.083vw;
    height: 0.556vw;
  }

  .service_mithra360dx > img {
    width: 138.889vw;
    top: 40%;
    left: 50%;
    transform: translateX(-30%);
  }

  /* 事業実績 */
  .service-result > div {
    padding: 4.861vw 0 4.167vw;
    row-gap: 4.861vw;
  }

  .service-result_tit {
    width: 86.111vw;
  }

  .service-result_tit::before {
    width: 1.944vw;
    height: 0.139vw;
    left: -2.431vw;
  }

  .service-result_tit > h2 {
    font-size: 2.778vw;
    line-height: 3.472vw;
  }

  .service-result_content {
    padding: 1.389vw 0 4.167vw;
  }

  .service-card-preview {
    border-radius: 0.417vw;
    box-shadow: 0.069vw 0.278vw 1.042vw 0.347vw rgba(0, 0, 0, 0.15);
    width: 45.139vw;
    height: 45.139vw;
    padding: 1.389vw 2.778vw;
  }

  .service-card-preview > p:first-of-type {
    font-size: 1.25vw;
    line-height: 1.667vw;
  }

  .service-card-preview > p:last-of-type {
    font-size: 0.972vw;
    padding: 1.111vw 0;
  }

  .service-card-preview > .img-wrapper {
    height: 15.278vw;
    padding-bottom: 2.083vw;
  }

  .service-card-preview .content-wrapper {
    height: 14.583vw;
  }

  .service-card-preview .content-wrapper p {
    font-size: 0.972vw;
    line-height: 1.806vw;
  }

  .service-result_content .swiper-pagination-bullet {
    width: 0.764vw;
    height: 0.764vw;
    margin: 0 0.694vw !important;
  }

  /* よくあるご質問 */
  .service-question > div {
    width: 86.111vw;
    padding: 4.861vw 0 5.556vw;
    row-gap: 4.861vw;
  }

  .service-question_tit::before {
    width: 1.944vw;
    height: 0.139vw;
    left: -2.431vw;
  }

  .service-question_tit > h2 {
    font-size: 2.778vw;
    line-height: 3.472vw;
  }

  .service-question_content {
    row-gap: 2.083vw;
    width: 73.611vw;
  }

  .service-question_content > div:not(:last-of-type) {
    border-bottom: 2px solid #BFBFBF;
    padding-bottom: 2.083vw;
  }

  .service-question_content--box {
    row-gap: 2.083vw;
  }

  .service-question_content--box > div {
    column-gap: 2.083vw;
  }

  .service-question_content--box > div > img {
    width: 2.778vw;
    height: 2.778vw;
  }

  .service-question_content--box > div > p {
    font-size: 1.389vw;
    line-height: 2.778vw;
  }

  .service-question_btn > a {
    padding: 0.694vw 5.556vw;
    border-radius: 0.278vw;
    column-gap: 1.111vw;
  }

  .service-question_btn > a > p {
    font-size: 1.389vw;
    line-height: 2.083vw;
  }

  .service-question_btn > a > svg {
    width: 3.472vw;
    height: 0.694vw;
  }
}

@media screen and (max-width: 835px) {
  /* サービスファーストビュー */
  .service-video-wrapper {
    width: 369.231vw;
    overflow: hidden;
  }

  .service-video-wrapper > video {
    width: 100%;
    margin-left: -46%;
  }

  .service-first-view_content {
    position: absolute;
    top: 20%;
    left: 0;
    transform: translateX(0%);
  }

  .service-first-view_wrapper {
    width: 94.872vw;
    box-sizing: border-box;
    padding: 9.744vw 5.128vw;
    border-radius: 0 3.846vw 3.846vw 0;
    row-gap: 8.974vw;
    background-color: rgba(14, 11, 32, 0.8);
    backdrop-filter: blur(5px);
  }

  .service-first-view_wrapper > img {
    width: 31.749vw;
  }

  .service-first-view_wrapper > h1 {
    font-size: 9.744vw;
    line-height: 14.103vw;
  }

  .service-first-view_wrapper > a {
    padding: 2.564vw 3.846vw;
    border-radius: 1.026vw;
    column-gap: 3.59vw;
  }

  .service-first-view_wrapper > a > p {
    font-size: 4.615vw;
  }

  .service-first-view_wrapper > a > svg {
    width: 7.692vw;
    height: 2.051vw;
  }

  /* サービス正しいDX */
  .service_right-dx-wrapper {
    padding: 12.821vw 0 20.513vw;
    width: 89.744vw;
    margin: 0 auto;
  }

  .service_right-dx-text h3 {
    font-size: 5.128vw;
    line-height: 7.692vw;
    margin-bottom: 3.846vw;
  }

  .service_right-dx-text p {
    font-size: 4.103vw;
    line-height: 8.205vw;
  }

  .service_right-dx-text1 {
    margin-bottom: 12.821vw;
  }

  .service_right-dx-text1 p:last-of-type {
    margin-top: 3.077vw;
  }

  .service_right-dx-text2 > div:first-of-type {
    padding: 2.821vw 1.795vw;
    row-gap: 4.103vw;
    margin: 3.846vw 0;
  }

  .service_right-dx-text2 > div:first-of-type > p {
    font-size: 3.077vw;
    line-height: 5.385vw;
  }

  .service_right-dx-text2 > div:first-of-type > p:last-of-type {
    margin-left: 0;
  }

  .service_right-dx-text2 > div:last-of-type {
    width: 100%;
    padding: 7.692vw 0;
    margin-top: 9.231vw;
  }

  .service_right-dx-text2 > div:last-of-type > img {
    width: 82.821vw;
    margin: 0 auto;
  }

  /* サービスMithra360DX */
  .service_mithra360dx {
    background: linear-gradient(to right bottom, #5e87c4, #0a0e77);
  }

  .service_mithra360dx_wrapper {
    width: 100%;
    padding: 12.821vw 0 20.513vw;
  }

  .service_mithra360dx_wrapper > img {
    width: 33.333vw;
    margin-left: 5.128vw;
  }

  .service_mithra360dx_wrapper > h2 {
    font-size: 5.128vw;
    line-height: 7.692vw;
    margin: 7.692vw 0 7.692vw 5.128vw;
  }

  .service_mithra360dx_description {
    flex-direction: column;
  }

  .service_mithra360dx_description > div {
    width: 89.744vw;
    row-gap: 5.897vw;
  }

  .service_mithra360dx_description > div p {
    font-size: 4.103vw;
    line-height: 8.205vw;
  }

  .service_mithra360dx_value {
    background-color: transparent;
    padding: 0;
    margin: 10.26vw auto 12.82vw;
  }

  .service_mithra360dx_value > p {
    font-size: 4.103vw;
    line-height: 6.154vw;
    font-weight: bold;
    color: #0b0f78;
    text-align: center;
    background-color: #fff;
    padding: 2.564vw 0;
    display: block;
    width: 100%;
    margin-bottom: 8.974vw;
    clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .service_mithra360dx_value > img {
    width: 81.164vw;
    margin: 0 auto 10.26vw;
  }

  .service_mithra360dx_value > div:first-of-type {
    column-gap: 5.128vw;
    padding: 0 18.462vw;
    overflow-x: scroll;
  }

  .service_mithra360dx_value > div:first-of-type > span {
    display: none;
  }

  .service_mithra360dx_value > div:first-of-type > div {
    width: 63.077vw;
    box-sizing: border-box;
    row-gap: 4.615vw;
    padding: 5.128vw;
    background-color: #fff;
    flex-shrink: 0;
  }

  .service_mithra360dx_value > div:first-of-type > div > p:first-of-type {
    font-size: 6.41vw;
    font-weight: 600;
  }

  .service_mithra360dx_value > div:first-of-type > div > p:last-of-type {
    font-size: 3.846vw;
    line-height: 5.897vw;
  }

  .service_mithra360dx_value > div:first-of-type > div > svg {
    height: 12.821vw;
    width: 12.821vw;
  }

  .service_mithra360dx_value_arrow {
    display: none;
  }

  .service_mithra360dx_wrapper > a {
    display: flex;
    width: 89.744vw;
    justify-content: center;
    box-sizing: border-box;
    padding: 3.846vw 0;
    border-radius: 1.026vw;
    column-gap: 6.41vw;
  }

  .service_mithra360dx_wrapper > a > p {
    font-size: 5.128vw;
  }

  .service_mithra360dx_wrapper > a > svg {
    width: 7.692vw;
    height: 2.051vw;
  }

  .service_mithra360dx > img {
    width: 384.615vw;
    top: 55%;
  }

  /* 事業実績 */
  .service-result > div {
    padding: 8.974vw 0 5vw;
    row-gap: 2.564vw;
  }

  .service-result_tit {
    width: 79.487vw;
  }

  .service-result_tit::before {
    width: 7.179vw;
    height: 0.513vw;
    left: -9.744vw;
  }

  .service-result_tit > h2 {
    font-size: 6.41vw;
    line-height: 8.974vw;
  }

  .service-result_content {
    padding: 5.128vw 0 12.821vw;
  }

  .service-card-preview {
    border-radius: 1.538vw;
    box-shadow: 0.256vw 1.026vw 3.846vw 1.282vw rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 138.462vw;
    padding: 5.128vw 10.256vw;
  }

  .service-card-preview > p:first-of-type {
    font-size: 4.103vw;
    line-height: 6.154vw;
    -webkit-line-clamp: 3;
  }

  .service-card-preview > p:last-of-type {
    font-size: 3.59vw;
    padding: 4.103vw 0;
  }

  .service-card-preview > .img-wrapper {
    height: 41.026vw;
    padding-bottom: 7.692vw;
  }

  .service-card-preview .content-wrapper {
    height: 41.026vw;
  }

  .service-card-preview .content-wrapper p {
    font-size: 3.59vw;
    line-height: 6.667vw;
    -webkit-line-clamp: 6;
  }

  .service-result_content .swiper-pagination-bullet {
    width: 2.821vw;
    height: 2.821vw;
    margin: 0 2.564vw !important;
  }

  /* よくある質問 */
  .service-question > div {
    width: 89.744vw;
    padding: 8.974vw 0 17.949vw;
    row-gap: 10.256vw;
  }

  .service-question_tit::before {
    width: 7.179vw;
    height: 0.513vw;
    left: -4.615vw;
  }

  .service-question_tit > h2 {
    padding-left: 4.615vw;
    font-size: 6.41vw;
    line-height: 8.974vw;
  }

  .service-question_content {
    row-gap: 7.692vw;
    width: 100%;
  }

  .service-question_content > div:not(:last-of-type) {
    border-bottom: 2px solid #BFBFBF;
    padding-bottom: 5.128vw;
  }

  .service-question_content--box {
    row-gap: 4.359vw;
  }

  .service-question_content--box > div {
    column-gap: 3.846vw;
  }

  .service-question_content--box > div > img {
    width: 6.41vw;
    height: 6.41vw;
  }

  .service-question_content--box > div > p {
    font-size: 3.846vw;
    line-height: 6.41vw;
  }

  .service-question_btn > a {
    padding: 2.564vw 20.513vw;
    border-radius: 1.026vw;
    column-gap: 5.128vw;
  }

  .service-question_btn > a > p {
    font-size: 5.128vw;
    line-height: 7.692vw;
  }

  .service-question_btn > a > svg {
    width: 10.256vw;
    height: 2.051vw;
  }
}
