@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
}

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

:root {
  --rem: 1px;
}

.apps-content {
  overflow-x: clip;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .apps-content {
    padding-top: 70px;
  }
}
.apps-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.apps-content a {
  color: #005587;
}
.apps-content img {
  width: 100%;
  max-width: 100%;
}
.apps-mv {
  position: relative;
  height: calc(700 * var(--rem));
  background-color: #F2F9FD;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .apps-mv {
    height: calc(614 * var(--rem));
  }
}
.apps-mv__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  height: 100%;
}
.apps-mv__txtcol:before {
  content: "";
  position: absolute;
  top: calc(-128 * var(--rem));
  right: calc(40 * var(--rem));
  width: calc(206 * var(--rem));
  height: calc(198 * var(--rem));
  background: url("/files/user/content/measurementapp/img/mv-blue.webp") no-repeat 0 0/contain;
}
@media screen and (min-width: 769px) {
  .apps-mv__txtcol:before {
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .apps-mv__txtcol:before {
    top: calc(168 * var(--rem));
    right: auto;
    left: calc(209 * var(--rem));
    width: calc(84 * var(--rem));
    height: calc(77 * var(--rem));
    z-index: 2;
    background: url("/files/user/content/measurementapp/img/mv-blue_sp.webp") no-repeat 0 0/contain;
  }
}
.apps-mv__txtcol:after {
  content: "";
  position: absolute;
  bottom: calc(-132 * var(--rem));
  right: calc(-90 * var(--rem));
  width: calc(350 * var(--rem));
  height: calc(324 * var(--rem));
  background: url("/files/user/content/measurementapp/img/mv-orange.webp") no-repeat 0 0/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .apps-mv__txtcol:after {
    bottom: calc(76 * var(--rem));
    right: calc(38 * var(--rem));
    width: calc(161 * var(--rem));
    height: calc(150 * var(--rem));
    z-index: 0;
    background: url("/files/user/content/measurementapp/img/mv-orange_sp.webp") no-repeat 0 0/contain;
  }
}
@media screen and (min-width: 769px) {
  .apps-mv__txtcol {
    z-index: 1;
    position: absolute;
    left: calc(650 * var(--rem));
    top: calc(60 * var(--rem));
  }
}
.apps-mv__ttl {
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 769px) {
  .apps-mv__ttl {
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .apps-mv__ttl {
    position: absolute;
    text-align: center;
    top: calc(28 * var(--rem));
    left: 0;
    right: 0;
    line-height: 1.2;
  }
}
.apps-mv__ttl span {
  font-size: calc(62 * var(--rem));
  display: block;
}
@media screen and (max-width: 768px) {
  .apps-mv__ttl span {
    font-size: calc(35 * var(--rem));
  }
}
.apps-mv__ttl small {
  font-size: calc(28 * var(--rem));
  display: block;
  margin-top: calc(10 * var(--rem));
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .apps-mv__ttl small {
    margin-top: calc(8 * var(--rem));
    font-size: calc(15 * var(--rem));
  }
}
.apps-mv__img {
  position: absolute;
  top: calc(38 * var(--rem));
  left: calc(63 * var(--rem));
  bottom: calc(-24 * var(--rem));
  width: calc(517 * var(--rem));
}
@media screen and (max-width: 768px) {
  .apps-mv__img {
    top: calc(158 * var(--rem));
    left: calc(-37 * var(--rem));
    width: calc(289 * var(--rem));
    z-index: 1;
  }
}
.apps-mv__img img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .apps-mv__types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(6 * var(--rem));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.apps-mv__device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .apps-mv__device {
    position: absolute;
    right: calc(8 * var(--rem));
    bottom: calc(97 * var(--rem));
    z-index: 3;
  }
}
.apps-mv__device picture {
  position: relative;
}
@media screen and (min-width: 769px) {
  .apps-mv__device .is-record {
    width: calc(214 * var(--rem));
    bottom: calc(-35 * var(--rem));
  }
}
@media screen and (max-width: 768px) {
  .apps-mv__device .is-record {
    z-index: 2;
    bottom: calc(22 * var(--rem));
    right: calc(-33 * var(--rem));
    width: calc(120 * var(--rem));
  }
}
@media screen and (min-width: 769px) {
  .apps-mv__device .is-planet {
    width: calc(209 * var(--rem));
    left: calc(-53 * var(--rem));
  }
}
@media screen and (max-width: 768px) {
  .apps-mv__device .is-planet {
    width: calc(118 * var(--rem));
  }
}
.apps-mv__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .apps-mv__logos {
    padding-top: calc(30 * var(--rem));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(29 * var(--rem));
  }
}
@media screen and (max-width: 768px) {
  .apps-mv__logos {
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: calc(18 * var(--rem));
    left: calc(21 * var(--rem));
    right: calc(18 * var(--rem));
    gap: calc(18 * var(--rem));
  }
}
.apps-mv__logo.is-record img {
  width: calc(335 * var(--rem));
}
@media screen and (max-width: 768px) {
  .apps-mv__logo.is-record img {
    width: calc(165 * var(--rem));
  }
}
.apps-mv__logo.is-planet img {
  width: calc(310 * var(--rem));
}
@media screen and (max-width: 768px) {
  .apps-mv__logo.is-planet img {
    padding-top: calc(7 * var(--rem));
    width: calc(153 * var(--rem));
  }
}
.apps-lead {
  padding: calc(80 * var(--rem)) 0;
  text-align: center;
  font-size: calc(20 * var(--rem));
  line-height: 1.9166666667;
}
@media screen and (max-width: 768px) {
  .apps-lead {
    padding: calc(40 * var(--rem)) 0 calc(64 * var(--rem));
    font-size: calc(16 * var(--rem));
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .apps-tabnav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(3 * var(--rem));
  }
  .apps-tabnav > button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: century-gothic, "Century Gothic", "Poppins", sans-serif;
    font-weight: bold;
    font-size: calc(14 * var(--rem));
    padding: calc(18 * var(--rem));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
  }
  .apps-tabnav > button.is-record {
    color: #048BDB;
    border: calc(2 * var(--rem)) solid #048BDB;
  }
  .apps-tabnav > button.is-record.is-active {
    background-color: #048BDB;
    color: #fff;
  }
  .apps-tabnav > button.is-planet {
    color: #F18527;
    border: calc(2 * var(--rem)) solid #F18527;
  }
  .apps-tabnav > button.is-planet.is-active {
    background-color: #F18527;
    color: #fff;
  }
}
.apps-cols {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .apps-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(1120 * var(--rem));
  }
}
@media screen and (max-width: 768px) {
  .apps-cols {
    overflow: hidden;
    width: 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@media screen and (min-width: 769px) {
  .apps-cols__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .apps-cols__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200vw;
  }
}
.apps-col {
  position: relative;
}
@media screen and (min-width: 769px) {
  .apps-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: calc(80 * var(--rem)) 0 calc(200 * var(--rem));
  }
  .apps-col:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .apps-col {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: calc(28 * var(--rem)) calc(15 * var(--rem)) calc(100 * var(--rem));
    width: 100vw;
    isolation: isolate;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.apps-col.is-record {
  background-color: #CDE8F8;
}
@media screen and (min-width: 769px) {
  .apps-col.is-record {
    padding-right: calc(80 * var(--rem));
  }
}
.apps-col.is-record:before {
  right: 0;
  background-color: #CDE8F8;
}
.apps-col.is-planet {
  background-color: #FBE1C9;
}
@media screen and (min-width: 769px) {
  .apps-col.is-planet {
    padding-left: calc(80 * var(--rem));
  }
}
.apps-col.is-planet:before {
  left: 0;
  background-color: #FBE1C9;
}
.apps-col__hdg {
  text-align: center;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: calc(64 * var(--rem));
  color: #333;
}
@media screen and (min-width: 769px) {
  .apps-col__hdg {
    position: relative;
    z-index: 2;
    width: calc(200% + 160 * var(--rem));
  }
  .is-planet .apps-col__hdg {
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .apps-col__hdg {
    margin-bottom: calc(40 * var(--rem));
    gap: calc(5 * var(--rem));
  }
}
.apps-col__hdg span {
  font-family: century-gothic, "Century Gothic", "Poppins", sans-serif;
  font-size: calc(72 * var(--rem));
  font-weight: bold;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .apps-col__hdg span {
    font-size: calc(56 * var(--rem));
  }
}
.apps-col__hdg small {
  font-size: calc(14 * var(--rem));
}
@media screen and (max-width: 768px) {
  .apps-col__hdg small {
    font-size: calc(14 * var(--rem));
  }
}
.apps-col__hdg--s {
  margin-top: calc(40 * var(--rem));
  text-align: center;
  font-size: calc(48 * var(--rem));
  line-height: 1.3333333333;
  font-weight: 900;
  position: relative;
  padding-bottom: calc(19 * var(--rem));
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .apps-col__hdg--s {
    margin-top: calc(80 * var(--rem));
    font-size: calc(32 * var(--rem));
  }
}
.apps-col__hdg--s:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: calc(-16 * var(--rem));
  width: calc(32 * var(--rem));
  height: calc(4 * var(--rem));
  background-color: #005587;
}
@media screen and (min-width: 769px) {
  .apps-col__hdg--s {
    position: relative;
    z-index: 2;
    width: calc(200% + 160 * var(--rem));
  }
  .is-planet .apps-col__hdg--s {
    visibility: hidden;
  }
}
.apps-col__logo {
  text-align: center;
  height: calc(92 * var(--rem));
  margin-bottom: calc(40 * var(--rem));
}
@media screen and (max-width: 768px) {
  .apps-col__logo {
    height: calc(57 * var(--rem));
    margin-bottom: calc(15 * var(--rem));
  }
}
.is-record .apps-col__logo img {
  width: calc(335 * var(--rem));
}
@media screen and (max-width: 768px) {
  .is-record .apps-col__logo img {
    width: calc(245 * var(--rem));
  }
}
.is-planet .apps-col__logo img {
  width: calc(310 * var(--rem));
}
@media screen and (max-width: 768px) {
  .is-planet .apps-col__logo img {
    width: calc(195 * var(--rem));
  }
}
.apps-col__slider {
  position: relative;
  width: calc(340 * var(--rem));
  padding-bottom: calc(30 * var(--rem));
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .apps-col__slider {
    width: calc(255 * var(--rem));
    padding-bottom: calc(21 * var(--rem));
    isolation: isolate;
    contain: layout;
  }
}
.apps-col__slider_bg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: calc(480 * var(--rem));
  height: calc(480 * var(--rem));
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .apps-col__slider_bg {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: calc(315 * var(--rem));
    height: calc(315 * var(--rem));
  }
}
.is-record .apps-col__slider_bg {
  background-color: #048BDB;
}
.is-planet .apps-col__slider_bg {
  background-color: #F18527;
}
.apps-col__slider_inner {
  margin: 0 auto;
  width: calc(340 * var(--rem));
  height: calc(688 * var(--rem));
  padding: calc(16 * var(--rem)) calc(18 * var(--rem));
  position: relative;
}
@media screen and (max-width: 768px) {
  .apps-col__slider_inner {
    width: calc(255 * var(--rem));
    height: calc(516 * var(--rem));
    padding: calc(12 * var(--rem)) calc(13 * var(--rem));
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.apps-col__slider_inner:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("/files/user/content/measurementapp/img/iphone-frame.webp") no-repeat 0 0/contain;
  z-index: 2;
}
.apps-col__slider_swiper {
  border-radius: calc(34 * var(--rem));
  overflow: clip;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .apps-col__slider_swiper {
    border-radius: calc(27 * var(--rem));
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.apps-col__slider .swiper-wrapper {
  z-index: 0 !important;
}
.apps-col__slider .swiper-slide {
  z-index: 0 !important;
}
@media screen and (max-width: 768px) {
  .apps-col__slider .swiper-slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.apps-col__slider_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 0 !important;
}
.apps-col__slider_item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 0;
}
.apps-col__slider_item img {
  width: 100%;
  height: auto;
  position: relative;
}
.apps-col__slider .swiper-btn-prev,
.apps-col__slider .swiper-btn-next {
  width: calc(56 * var(--rem));
  height: calc(56 * var(--rem));
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .apps-col__slider .swiper-btn-prev,
  .apps-col__slider .swiper-btn-next {
    width: calc(48 * var(--rem));
    height: calc(48 * var(--rem));
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.apps-col__slider .swiper-btn-prev {
  left: calc(-26 * var(--rem));
  background: url("/files/user/content/measurementapp/img/carousel-prev.webp") no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .apps-col__slider .swiper-btn-prev {
    left: calc(-50 * var(--rem));
  }
}
.apps-col__slider .swiper-btn-next {
  right: calc(-26 * var(--rem));
  background: url("/files/user/content/measurementapp/img/carousel-next.webp") no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .apps-col__slider .swiper-btn-next {
    right: calc(-50 * var(--rem));
  }
}
.apps-col__slider .swiper-pagination.swiper-pagination-bullets {
  z-index: 10;
  bottom: 0;
  gap: calc(10 * var(--rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.apps-col__slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #CDCDCD;
  border-radius: 0;
  opacity: 1;
  width: calc(53 * var(--rem));
  height: calc(6 * var(--rem));
  margin: 0;
}
.apps-col__slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #048BDB;
  opacity: 1;
}
.is-planet .apps-col__slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #F18527;
}
.apps-col__box {
  padding: calc(36 * var(--rem));
  border: calc(4 * var(--rem)) solid;
  border-radius: calc(20 * var(--rem));
  margin: calc(40 * var(--rem)) 0 calc(16 * var(--rem));
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .apps-col__box {
    padding: calc(22 * var(--rem));
  }
}
.is-record .apps-col__box {
  border-color: #048BDB;
}
.is-planet .apps-col__box {
  border-color: #F18527;
}
.apps-col__box h4 {
  font-size: calc(23 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: calc(14 * var(--rem));
  margin-right: calc(-8 * var(--rem));
}
@media screen and (max-width: 768px) {
  .apps-col__box h4 {
    font-size: calc(17 * var(--rem));
  }
}
.is-record .apps-col__box h4 {
  color: #048BDB;
}
.is-planet .apps-col__box h4 {
  color: #F18527;
}
.apps-col__box p {
  font-size: calc(16 * var(--rem));
  line-height: 1.5;
  margin-bottom: calc(20 * var(--rem));
  color: #333;
}
@media screen and (max-width: 768px) {
  .apps-col__box p {
    font-size: calc(14 * var(--rem));
    line-height: 1.7142857143;
  }
}
.apps-col__box figure {
  text-align: center;
  margin-top: auto;
}
.apps-col__box figure img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .apps-col__box figure img {
    height: calc(240 * var(--rem));
  }
}
@media screen and (max-width: 768px) {
  .apps-col__box figure img {
    height: calc(177 * var(--rem));
  }
}
.apps-col__box.is-logo {
  padding: 0;
  text-align: center;
}
.apps-col__box.is-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(198 * var(--rem));
  padding: calc(38 * var(--rem)) calc(28 * var(--rem)) calc(50 * var(--rem));
}
@media screen and (max-width: 768px) {
  .apps-col__box.is-logo a {
    height: calc(145 * var(--rem));
    padding: calc(22 * var(--rem)) calc(28 * var(--rem)) calc(50 * var(--rem));
  }
}
.apps-col__box.is-logo a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(21 * var(--rem));
  right: calc(21 * var(--rem));
  width: calc(24 * var(--rem));
  height: calc(24 * var(--rem));
  background: url("/files/user/content/measurementapp/img/icn-arrow.webp") no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  .apps-col__box.is-logo a:after {
    right: calc(15 * var(--rem));
    bottom: calc(15 * var(--rem));
  }
}
.is-record .apps-col__box.is-recommend figure {
  border: calc(2 * var(--rem)) solid #048BDB;
  padding-left: calc(30 * var(--rem));
}
.is-record .apps-col__box.is-logo figure {
  text-align: center;
}
.is-record .apps-col__box.is-logo figure img {
  width: calc(418 * var(--rem));
  height: auto;
}
@media screen and (max-width: 768px) {
  .is-record .apps-col__box.is-logo figure img {
    width: calc(285 * var(--rem));
  }
}
.is-planet .apps-col__box.is-recommend figure {
  border: calc(2 * var(--rem)) solid #F18527;
}
.is-planet .apps-col__box.is-logo a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.is-planet .apps-col__box.is-logo figure {
  text-align: center;
}
.is-planet .apps-col__box.is-logo figure img {
  width: calc(315 * var(--rem));
  height: auto;
}
@media screen and (max-width: 768px) {
  .is-planet .apps-col__box.is-logo figure img {
    width: calc(225 * var(--rem));
  }
}
.apps-col__box.is-app {
  padding: calc(25 * var(--rem));
}
.apps-col__box.is-app figure img {
  width: calc(135 * var(--rem));
  height: calc(135 * var(--rem));
}
.apps-col__box.is-policy {
  border: 0;
  padding: calc(40 * var(--rem));
}
.apps-col__box.is-policy h4 {
  color: initial;
}
@media screen and (min-width: 769px) {
  .apps-col__box.is-policy {
    position: relative;
    z-index: 2;
    width: calc(200% + 160 * var(--rem));
  }
  .is-planet .apps-col__box.is-policy {
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .apps-col__box.is-policy {
    margin-top: calc(80 * var(--rem));
    padding: calc(25 * var(--rem));
  }
}
.apps-col__box.is-policy ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: calc(14 * var(--rem));
  line-height: 1.7142857143;
}
.apps-col .link-arrow {
  margin-top: calc(8 * var(--rem));
  text-align: right;
  color: #005587;
  text-decoration: underline;
  font-size: calc(14 * var(--rem));
}
@media screen and (max-width: 768px) {
  .apps-col .link-arrow {
    font-size: calc(12 * var(--rem));
    margin-top: calc(15 * var(--rem));
  }
}
.apps-col .link-arrow a {
  display: inline-block;
  padding-right: calc(20 * var(--rem));
  background: url("/files/user/content/measurementapp/img/icn-linkarrow.webp") no-repeat right center/calc(12 * var(--rem));
}
.apps-col__btnwrap {
  margin-top: calc(25 * var(--rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(12 * var(--rem));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apps-col__btnwrap img {
  width: calc(230 * var(--rem));
}