@charset "UTF-8";
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*----- .our-value ------------------------------------*/
.our-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0;
}
.our-value .img-box, .our-value .txt-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.our-value .txt-box {
  padding: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px) 15px;
  position: relative;
}
.our-value .txt-box::before {
  position: absolute;
  content: "";
  width: clamp(250px, 145.4545454545px + 27.8787878788vw, 480px);
  height: clamp(250px, 145.4545454545px + 27.8787878788vw, 480px);
  background-image: url("/img/service/service_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  right: 3vw;
  bottom: 10%;
}
.our-value .img-box {
  position: relative;
  height: 300px;
}
.our-value .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-image: url("/img/service/webp/our_value_bg2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.our-value .img-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  right: 0;
  background: #F4F4F4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(244, 244, 244, 0)), to(rgb(244, 244, 244)));
  background: linear-gradient(0deg, rgba(244, 244, 244, 0) 20%, rgb(244, 244, 244) 100%);
  z-index: 1;
}
.our-value .value-list .value-item:not(:last-child) {
  margin-bottom: clamp(16px, 12.3636363636px + 0.9696969697vw, 24px);
}
.our-value .value-list .value-title {
  font-size: clamp(1.9rem, 17.1707317073px + 0.487804878vw, 2.4rem);
  font-weight: bold;
  line-height: 1.3;
  color: #132178;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(7px, 5.6363636364px + 0.3636363636vw, 10px);
}
.our-value .value-list .value-title::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("/img/service/icon_guard.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.our-value .value-list .value-txt {
  margin-left: 2.7em;
}

@media (min-width: 768px) {
  .our-value .img-box, .our-value .txt-box {
    width: 50%;
  }
  .our-value .txt-box {
    padding: clamp(60px, 41.8181818182px + 4.8484848485vw, 100px) 3vw;
  }
  .our-value .img-box {
    height: auto;
  }
  .our-value .img-box::after {
    width: 20%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), color-stop(98%, rgb(244, 244, 244)));
    background: linear-gradient(90deg, rgba(244, 244, 244, 0) 0%, rgb(244, 244, 244) 98%);
  }
}
/*----- .each-service ------------------------------------*/
.service-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: clamp(5px, 4.0909090909px + 0.2424242424vw, 7px) solid #132178;
}
.service-wrap:first-child {
  border-top: clamp(5px, 4.0909090909px + 0.2424242424vw, 7px) solid #132178;
}

.service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
.service-title .title-icon {
  width: clamp(40px, 33.1818181818px + 1.8181818182vw, 55px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5em;
}
.service-title .title-txt {
  font-size: clamp(2.2rem, 16.8780487805px + 1.3658536585vw, 3.6rem);
  font-weight: bold;
  color: #132178;
  line-height: 1.2;
}

.service-sub-title {
  font-size: clamp(1.9rem, 17.1707317073px + 0.487804878vw, 2.4rem);
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: clamp(18px, 14.8181818182px + 0.8484848485vw, 25px);
}
.service-sub-title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1px;
  width: 1.5em;
  margin-right: 0.5em;
  margin-top: 0.55em;
  background: #1b2035;
}

.service-box-a .service-box-top, .service-box-b .service-box-top {
  background: #e6ebf8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-box-a .service-box-top .txt-area, .service-box-a .service-box-top .img-area, .service-box-b .service-box-top .txt-area, .service-box-b .service-box-top .img-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.service-box-a .service-box-top .img-area, .service-box-b .service-box-top .img-area {
  position: relative;
}
.service-box-a .service-box-top .img-area::after, .service-box-b .service-box-top .img-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: -1px;
  left: 0;
  background: #e6ebf8;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(230, 235, 248, 0)), to(#e6ebf8));
  background: linear-gradient(0deg, rgba(230, 235, 248, 0) 0%, #e6ebf8 100%);
  z-index: 2;
}
.service-box-a .service-box-top .img-area .img-txt, .service-box-b .service-box-top .img-area .img-txt {
  color: #fff;
  opacity: 0.3;
  position: absolute;
  z-index: 3;
  left: clamp(10px, 0.9090909091px + 2.4242424242vw, 30px);
  bottom: clamp(10px, 5.4545454545px + 1.2121212121vw, 20px);
  font-size: clamp(5rem, 31.7073170732px + 4.8780487805vw, 10rem);
  line-height: 1;
  font-weight: 800;
  mix-blend-mode: screen;
}
.service-box-a .service-box-top .txt-area, .service-box-b .service-box-top .txt-area {
  padding: clamp(35px, 19.0909090909px + 4.2424242424vw, 70px) 15px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-box-a .service-box-top .service-main-img, .service-box-b .service-box-top .service-main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  position: relative;
  z-index: 1;
}
.service-box-a .service-box-bottom, .service-box-b .service-box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px) 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(30px, 25.4545454545px + 1.2121212121vw, 40px) 15px;
}
.service-box-a .service-box-bottom .service-example, .service-box-a .service-box-bottom .service-img, .service-box-b .service-box-bottom .service-example, .service-box-b .service-box-bottom .service-img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.service-box-a .service-box-bottom .service-example, .service-box-b .service-box-bottom .service-example {
  padding-bottom: clamp(80px, 70.9090909091px + 2.4242424242vw, 100px);
}
.service-box-a .service-box-bottom .service-img, .service-box-b .service-box-bottom .service-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-box-a .service-box-bottom .service-img img, .service-box-b .service-box-bottom .service-img img {
  max-width: 780px;
}
.service-box-a .example-list, .service-box-b .example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
  margin-bottom: clamp(25px, 18.1818181818px + 1.8181818182vw, 40px);
}
.service-box-a .example-list .example-item, .service-box-b .example-list .example-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.5em 1.2em 0.5em 2.5em;
  background: #fff;
  border-radius: 7px;
  color: #132178;
  font-weight: bold;
  font-size: clamp(1.7rem, 15.9024390244px + 0.2926829268vw, 2rem);
  -webkit-box-shadow: 2px 2px 7px 0px rgba(218, 225, 229, 0.75);
          box-shadow: 2px 2px 7px 0px rgba(218, 225, 229, 0.75);
  position: relative;
}
.service-box-a .example-list .example-item::before, .service-box-b .example-list .example-item::before {
  content: "";
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  background: #f4f4f4;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1em;
  -webkit-box-shadow: inset 2px 2px 7px rgba(218, 225, 229, 0.75);
          box-shadow: inset 2px 2px 7px rgba(218, 225, 229, 0.75);
}

.service-box-b .service-box-top .service-main-img {
  -o-object-position: center;
     object-position: center;
}

.service-box-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-box-c .service-box-half {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px) 15px;
}
.service-box-c .service-box-half.bg-box {
  background: #e6ebf8;
}
.service-box-c .service-box-half .half-box-inner {
  max-width: 600px;
  margin: 0 auto;
}
.service-box-c .service-box-half .service-main-img {
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}

.traffic-chara, .event-chara {
  position: absolute;
  z-index: 5;
  width: clamp(100px, 54.5454545455px + 12.1212121212vw, 200px);
  height: auto;
  right: clamp(5px, 0.4545454545px + 1.2121212121vw, 15px);
  bottom: clamp(15px, 3.6363636364px + 3.0303030303vw, 40px);
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-animation: fuwafuwa2 4s ease-in-out infinite;
          animation: fuwafuwa2 4s ease-in-out infinite;
}

@media (min-width: 768px) {
  .service-box-a .service-box-top .txt-area, .service-box-a .service-box-top .img-area, .service-box-b .service-box-top .txt-area, .service-box-b .service-box-top .img-area {
    width: 50%;
  }
  .service-box-a .service-box-top .txt-area, .service-box-b .service-box-top .txt-area {
    padding: clamp(35px, 19.0909090909px + 4.2424242424vw, 70px) 2vw clamp(35px, 19.0909090909px + 4.2424242424vw, 70px) 5vw;
  }
  .service-box-a .service-box-top .img-area, .service-box-b .service-box-top .img-area {
    height: auto;
  }
  .service-box-a .service-box-top .img-area::after, .service-box-b .service-box-top .img-area::after {
    top: 0;
    width: 20%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#e6ebf8), to(rgba(230, 235, 248, 0)));
    background: linear-gradient(90deg, #e6ebf8 0%, rgba(230, 235, 248, 0) 100%);
  }
  .service-box-a .service-box-bottom, .service-box-b .service-box-bottom {
    padding: 0;
  }
  .service-box-a .service-box-bottom .service-example, .service-box-a .service-box-bottom .service-img, .service-box-b .service-box-bottom .service-example, .service-box-b .service-box-bottom .service-img {
    width: 46%;
  }
  .service-box-a .service-box-bottom .service-example, .service-box-b .service-box-bottom .service-example {
    padding: clamp(30px, 16.3636363636px + 3.6363636364vw, 60px) 5vw clamp(80px, 43.6363636364px + 9.696969697vw, 160px) 0;
  }
  .service-box-a .service-box-bottom .service-img, .service-box-b .service-box-bottom .service-img {
    padding: clamp(30px, 16.3636363636px + 3.6363636364vw, 60px) 0 clamp(30px, 16.3636363636px + 3.6363636364vw, 60px) 5vw;
  }
  .service-box-b .service-box-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .service-box-b .service-box-top .txt-area {
    padding: clamp(35px, 19.0909090909px + 4.2424242424vw, 70px) 5vw clamp(35px, 19.0909090909px + 4.2424242424vw, 70px) 2vw;
  }
  .service-box-b .service-box-top .img-area::after {
    right: 0;
    left: initial;
    background: -webkit-gradient(linear, left top, right top, from(rgba(230, 235, 248, 0)), to(#e6ebf8));
    background: linear-gradient(90deg, rgba(230, 235, 248, 0) 0%, #e6ebf8 100%);
  }
  .service-box-b .service-box-bottom .service-example {
    padding: clamp(30px, 16.3636363636px + 3.6363636364vw, 60px) 0 clamp(80px, 43.6363636364px + 9.696969697vw, 160px) 5vw;
  }
  .service-box-b .service-box-bottom .service-img {
    padding: clamp(30px, 16.3636363636px + 3.6363636364vw, 60px) 5vw clamp(30px, 16.3636363636px + 3.6363636364vw, 60px) 0;
  }
  .service-box-c .service-box-half {
    width: 50%;
    padding: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px) 5vw;
  }
}
/*----- .activity ------------------------------------*/
.activity {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 120px;
}
.activity .info-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.activity .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(35px, 32.7272727273px + 0.6060606061vw, 40px) 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(50px, 45.4545454545px + 1.2121212121vw, 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
.activity .info-list .info-item {
  width: 100%;
  border-radius: clamp(7px, 5.6363636364px + 0.3636363636vw, 10px);
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.activity .info-list .info-item::before, .activity .info-list .info-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: clamp(7px, 5.6363636364px + 0.3636363636vw, 10px);
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.activity .info-list .info-item::before {
  background: #6fa7d6;
  top: 10px;
  left: 10px;
}
.activity .info-list .info-item::after {
  background: #fff;
  inset: 0;
}
.activity .info-list .info-item:hover {
  -webkit-transform: translateX(10px) translateY(10px);
          transform: translateX(10px) translateY(10px);
}
.activity .info-list .info-item:hover::before {
  top: 0px;
  left: 0px;
  background: rgba(111, 167, 214, 0);
}
.activity .info-list .info-item:hover .info-link {
  opacity: 0.6;
}
.activity .info-list .info-item .info-link {
  display: block;
  height: 100%;
}
.activity .info-list .info-item .thumb {
  display: block;
  height: 200px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: clamp(7px, 5.6363636364px + 0.3636363636vw, 10px) clamp(7px, 5.6363636364px + 0.3636363636vw, 10px) 0 0;
}
.activity .info-list .info-item .txt-area {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(10px, 5.4545454545px + 1.2121212121vw, 20px);
  border-radius: 0 0 clamp(7px, 5.6363636364px + 0.3636363636vw, 10px) clamp(7px, 5.6363636364px + 0.3636363636vw, 10px);
}
.activity .info-list .info-item .day {
  font-weight: bold;
  font-size: clamp(1.5rem, 14.6341463415px + 0.0975609756vw, 1.6rem);
  color: #6fa7d6;
  margin-bottom: clamp(7px, 5.6363636364px + 0.3636363636vw, 10px);
  line-height: 1;
}
.activity .info-list .info-item .title {
  font-size: clamp(1.5rem, 14.6341463415px + 0.0975609756vw, 1.6rem);
  line-height: 1.3;
}
.activity .activity-chara {
  position: absolute;
  width: clamp(240px, 212.7272727273px + 7.2727272727vw, 300px);
  top: -6%;
  right: 5vw;
}
.activity .activity-chara img {
  -webkit-animation: fuwafuwa 4s ease-in-out infinite;
          animation: fuwafuwa 4s ease-in-out infinite;
}

@media (min-width: 480px) {
  .activity .info-list {
    gap: clamp(35px, 32.7272727273px + 0.6060606061vw, 40px) 6%;
  }
  .activity .info-list .info-item {
    width: 47%;
  }
  .activity .info-list .info-item:first-child {
    width: 100%;
  }
  .activity .info-list .info-item:first-child .thumb {
    height: clamp(200px, 154.5454545455px + 12.1212121212vw, 300px);
  }
  .activity .info-list .info-item .thumb {
    height: clamp(150px, 127.2727272727px + 6.0606060606vw, 200px);
  }
}
@media (min-width: 768px) {
  .activity {
    padding-top: 80px;
  }
  .activity .info-list {
    gap: clamp(35px, 32.7272727273px + 0.6060606061vw, 40px) 4%;
  }
  .activity .info-list .info-item {
    width: 30.66%;
  }
  .activity .info-list .info-item:first-child {
    width: 30.66%;
  }
  .activity .info-list .info-item:first-child .thumb {
    height: clamp(150px, 127.2727272727px + 6.0606060606vw, 200px);
  }
  .activity .info-list .info-item .thumb {
    height: clamp(150px, 127.2727272727px + 6.0606060606vw, 200px);
  }
}
@media (min-width: 1220px) {
  .activity {
    padding-top: 0px;
  }
}
/*----- .link-area ------------------------------------*/
.link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link-area .link-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
  padding: clamp(20px, 13.1818181818px + 1.8181818182vw, 35px) 4em clamp(20px, 13.1818181818px + 1.8181818182vw, 35px) 1.4em;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.link-area .link-btn::after {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-size: contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.link-area .link-btn:hover::after {
  right: 0.5em;
}
.link-area .link-btn:hover span {
  opacity: 1;
}
.link-area .link-btn.recruit-link {
  background: #F97316;
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 115, 22)), to(rgb(249, 189, 21)));
  background: linear-gradient(90deg, rgb(249, 115, 22) 0%, rgb(249, 189, 21) 100%);
}
.link-area .link-btn.recruit-link::after {
  background-image: url("/img/common/arrow_recruit.svg");
}
.link-area .link-btn.contact-link {
  background: #1b2035;
}
.link-area .link-btn.contact-link::after {
  background-image: url("/img/common/arrow_contact.svg");
}
.link-area .link-top-txt {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
}
.link-area .link-main-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5em 1.5em;
}
.link-area .link-main-txt .link-en {
  font-size: clamp(2.6rem, 17.2195121951px + 2.3414634146vw, 5rem);
  font-weight: 800;
  line-height: 1;
}
.link-area .link-main-txt .link-jp {
  font-size: clamp(2rem, 17.8048780488px + 0.5853658537vw, 2.6rem);
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 768px) {
  .link-area .link-btn {
    padding: clamp(20px, 13.1818181818px + 1.8181818182vw, 35px) 6em clamp(20px, 13.1818181818px + 1.8181818182vw, 35px) 3em;
  }
  .link-area .link-btn::after {
    width: 3em;
    height: 3em;
    right: 2em;
  }
  .link-area .link-btn:hover::after {
    right: 1.2em;
  }
}
@media (min-width: 987px) {
  .link-area .link-btn {
    width: 50%;
  }
}