@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');
i {
  font-style: normal;
}
body {
  height: 100vh;
}
body.js-animate {
  height: auto;
}
#wrap {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#wrap.js-animate {
  opacity: 1;
}
.nicescroll-rails {
  visibility: hidden;
}
body.js-animate .nicescroll-rails {
  visibility: visible;
}
.nicescroll-rails-hr {
  visibility: hidden !important;
}
.slick-slide:focus {
  outline: none;
}
.is-robot {
  font-family: 'Roboto', 'Noto Sans JP', メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.weight {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  a {
    transition: .5s ease;
  }
  a:hover {
    opacity: .8;
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .content {
    width: 100%;
    overflow: hidden;
  }
  .content-inr {
    width: 92%;
    margin: 0 auto;
    font-size: 1.4rem;
    position: relative;
    z-index: 2;
  }
  /*--------------------------
  type-text
  ---------------------------*/
  .type-text {
    color: #196ffe;
    overflow: hidden;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
  }
  .type-text::after {
    content: '';
    margin: 0 0 0 3px;
    border-right: 1px solid #196ffe;
  }
  .type-text span {
    font-size: 1.5rem;
    font-weight: 400;
    display: none;
  }
  /*--------------------------
  sec-ttl
  ---------------------------*/
  #fade-text {
    font-family: 'Slabo 27px', Helvetica, Arial, sans-serif;
    font-size: .5em;
  }
  svg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .sec-box {
    position: relative;
    z-index: 99;
  }
  .animate .sec-box {
    opacity: 1;
  }
  .sec-ttl {
    font-size: 6rem;
    line-height: 1.28;
    font-weight: 600;
    opacity: 1;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    word-break: normal;
    word-wrap: normal;
    text-align: center;
  }
  .sec-ttl span {
    display: block;
    position: relative;
  }
  .sec-ttl span.lead {
    font-size: 3.5rem;
    font-weight: 100;
    color: #19aafe;
    margin: 35px 0 25px;
    text-shadow: 0px 0px 30px #007eff, 0px 0px 30px #007eff;
  }
  .sec-ttl span.lead strong {
    font-weight: 300;
    text-shadow: 0px 0px 5px #007eff, 0px 0px 10px #007eff;
  }
  .sec-ttl span.main {
    text-align: center;
    margin: 20px 0 15px;
    color: #fff;
  }
  .sec-ttl.animate b::after {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .sec-ttl span {
    display: block;
    font-size: 2rem;
    font-weight: 200;
  }
  .sec-txt {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.9;
    letter-spacing: 0.1px;
    font-weight: 200;
    text-align: left;
  }
  /*--------------------------
  mv
  ---------------------------*/
  .mv {
    padding: 40px 0;
    background: linear-gradient(rgba(116, 173, 248, 0.96) 0%, #2d63c9 100%);
    color: #fff;
  }
  .mv__heading {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 35px;
  }
  .mv__logo {
    flex: 0 0 47.8515%;
  }
  .mv__logo-txt {
    font-weight: 600;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.25;
    color: #196ffe;
    background-color: #fff;
    border: 2px solid #196FFE;
    border-radius: 8px;
    padding: 8px 16px;
    margin-bottom: 26px;
  }
  .mv__heading-img {
    flex: 1;
  }
  .mv__txt {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: center;
    margin-bottom: 28px;
  }
  .mv__img {
    max-width: 343px;
    margin: 0 auto;
  }
  /*--------------------------
  use
  ---------------------------*/
  .use {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 60px 0 40px;
  }
  .use__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 18px;
    font-weight: 600;
    font-size: 2.9rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin-bottom: 34px;
    padding: 0 23px;
  }
  .use__block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .use__block li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    row-gap: 22px;
    text-align: center;
  }
  .use__block li:not(:last-child) {
    position: relative;
  }
  .use__block li:not(:last-child)::after {
    content: '';
    display: block;
    width: 72px;
    aspect-ratio: 72 / 57;
    background: url(/resources/smartlinkPage/en/img/smartlink/use_icon_arrow02.svg) no-repeat center / contain;
    opacity: 0.4;
    margin: 0 auto 40px;
  }
  .use__block-icon {
    width: 48%;
    margin: 0 auto;
  }
  .use__block-txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
  }
  .use__block-inr {
    display: grid;
    place-content: center;
  }
  .use__block-btn {
    position: relative;
  }
  .use__block-btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #93ebff;
    filter: blur(5.400599956512451px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .use__block-btn img {
    position: relative;
  }

   /* tab */

   .use__tab {
    display: grid;
    justify-content: center;
    grid-template-columns: 140px 140px;
    border-bottom: 1px solid #fff;
    margin-bottom: 60px;
  }
  .use__tab-btn {
    display: grid;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #196FFE;
    background-color: transparent;
    border: 1px solid #196FFE;
    border-bottom: 1px solid #fff;
    border-radius: 5px 5px 0 0;
    padding: 19px 0 16px;
    margin-bottom: -1px;
  }
  .use__tab-btn.current {
    color: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #020309;
  }

  .use__box {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 24px;
    max-width: 165px;
    background-color: #353B43;
    border-radius: 8px;
    padding: 20px 10px;
    position: absolute;
    top: 215px;
    right: 50%;
    z-index: 1;
    transform: translateX(100%);
  }
  .use__box::after {
    content: '';
    display: block;
    width: 20px;
    aspect-ratio: 2/3;
    background-color: #353B43;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(1px, -50%);
  }
  .use__box-arrow {
    display: block;
    width: 28px;
    aspect-ratio: 28/14;
    background: url(/resources/smartlinkPage/en/img/smartlink/use_icon_arrow.svg) no-repeat center / contain;
    transform: rotate(90deg);
    margin: 0 auto;
  }
  .use__box-unit {
    display: grid;
    gap: 12px;
    text-align: center;
  }
  .use__box-txt {
    font-weight: 600;
    font-size: clamp(12px, 3.7vw, 14px);
    line-height: 1.75;
    text-align: center;
    color: #fff;    
  }

  .use__content {
    display: none;
  }
  .use__content.show {
    display: block;
  }
  #superintendent {
    position: relative;
  }
  #superintendent .use__block {
    gap: 36px;
  }
  #superintendent .use__block-icon {
    display: grid;
    place-content: center;
    width: 100%;
  }
  #superintendent .use__block li {
    grid-template-rows: auto;
    grid-row: revert;
  }
  #superintendent .use__block li:first-child::after {
    display: none;
  }
  #superintendent .use__block li:nth-child(2) {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-rows: 111px 73px 112px;
    row-gap: 35px;
    max-width: 117px;
    padding-right: 185px;
    margin: 0 auto;
  }
  #superintendent .use__block li:nth-child(2)::before {
    content: '';
    display: block;
    width: 5px;
    height: 111px;
    border-radius: 4px;
    background: rgba(255,255,255,0.4);
    margin: 0 auto;
  }
  #superintendent .use__block li:nth-child(2) .use__block-icon {
    width: 100%;
  }
  #superintendent .use__block li:nth-child(2)::after {
    width: 112px;
    aspect-ratio: 112 / 56;
    background: url(/resources/smartlinkPage/en/img/smartlink/use_icon_arrow.svg) no-repeat center / contain;
    transform: rotate(90deg);
    margin: 0;
  }
  #superintendent .use__block-txt {
    text-align: center;
    margin-top: 38px;
  }
  #superintendent .use__block-inr {
    margin-top: 38px;
  }

  /*--------------------------
  parallax
  ---------------------------*/
  .fixed-bg {
    background: #050c1e;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: background 1s ease;
    transition: background 1s ease;
  }
  .content.after .fixed-bg {
    background: #25262a;
  }
  .content.after.video .fixed-bg {
    background: #111112;
  }
  .content.after .fixed-bg #particles-left2, .content.after .fixed-bg #particles-right2 {
    opacity: 0;
  }
  #particles-left2 {
    width: 25%;
    height: 100vh;
    margin: 0;
    margin-left: -5%;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  #particles-right2 {
    width: 25%;
    height: 100vh;
    margin: 0 auto;
    position: absolute;
    right: -5%;
    top: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  /*--------------------------
  introduction
  ---------------------------*/
  .approach {
    position: relative;
    background: url(/resources/smartlinkPage/en/img/about/approach_bg1_top_sp.png) no-repeat left top/100% ,url(/resources/smartlinkPage/en/img/about/approach_bg1_bottom_sp.jpg) no-repeat center bottom 50px/100% ,-webkit-gradient( linear, left top, right top, from(rgb(5 12 30)), to(rgb(2,8,28)));
    background: url(/resources/smartlinkPage/en/img/about/approach_bg1_top_sp.png) no-repeat left top/100% ,url(/resources/smartlinkPage/en/img/about/approach_bg1_bottom_sp.jpg) no-repeat center bottom 50px/100% ,linear-gradient( 90deg, rgb(5 12 30) 0%, rgb(2,8,28) 100%);
    padding: 80px 0 80vw;
  }
  .approach::after {
    content: "";
    width: 100%;
    height: 70vw;
    background: url(/resources/smartlinkPage/en/img/about/approach_bg2_sp.png) no-repeat right top /contain;
    display: block;
    visibility: visible;
    margin: 20px 0;
  }
  .approach .type-text {
    text-align: left;
  }
  .approach-ttl span.main {

    text-align: left;
  }
  .introduction {
    color: #fff;
    position: relative;
    overflow: hidden;
    background: #050c1e;
    z-index: 55;
  }
  .introduction-box {
    padding: 50px 0 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  .introduction a {
    display: block;
  }
  .introduction-box::before {
    content: "";
    width: 160px;
    height: 180px;
    background: url(/resources/smartlinkPage/en/img/about/introduction_play.png)no-repeat 0 0 /contain;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: background .5s ease, opacity .5s ease 1s;
    transition: background .5s ease, opacity .5s ease 1s;
  }
  .animate .introduction-box::before {
    opacity: 1;
  }
  .introduction-ttl span.lead {
    text-align: left;
    margin: 26px 0 20px 0;
    letter-spacing: 1.5px;
  }
  .introduction-ttl .main {
    text-align: left;
  }
  .introduction-link {
    margin: 32px 0 0;
    display: block;
  }
  .introduction-link a {
    display: block;
    color: #cb2138;
    border: 1px solid #ffffff;
    padding: 10px 0;
    border-radius: 8px;
    text-align: center;
    max-width: 210px;
    width: 80%;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin: 0 0 15px;
    position: relative;
    background: #fff;
  }
  .introduction-link a:after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 22px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #cb2138;
    border-right: 2px solid #cb2138;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .introduction-signal {
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -270px;
    z-index: 1;
    opacity: 0.9;
  }
  /*--------------------------
  advantage
  ---------------------------*/
  .advantage-wrap {
    position: relative;
  }
  .advantage-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #particles-left {
    width: 25%;
    height: 100vh;
    margin: 0;
    margin-left: -5%;
  }
  #particles-right {
    width: 25%;
    height: 100vh;
    margin: 0 auto;
    position: absolute;
    right: -5%;
    top: 0;
  }
  .advantage {
    padding: 65px 0 330px;
    color: #fff;
    position: relative;
    background: #050c1e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #010613), color-stop(95%, #050c1e));
    background: linear-gradient(#010613 10%, #050c1e 95%);
  }
  .advantage-tanker {
    position: absolute;
    width: 70%;
    top: -150px;
    right: -10%;
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .advantage::after {
    content: "";
    width: 100%;
    height: 1073px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/resources/smartlinkPage/en/img/about/advantage-feature_bg.png)no-repeat center bottom /auto;
    visibility: visible;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .animate2.advantage::after {
    opacity: 1;
  }
  .advantage-box {
    padding: 80px 0 0;
  }
  .advantage-ttl::before {
    width: 21ch;
  }
  .advantage-txt {}
  .advantage-img-wrap {
    position: relative;
    margin: 150px 0 -150px;
  }
  .advantage-img {
    position: relative;
    width: 100%;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s ease-out 0s, opacity 1s ease .5s;
    transition: -webkit-transform 1s ease-out 0s, opacity 1s ease .5s;
    -webkit-transition: opacity 1s ease .5s, -webkit-transform 1s ease-out 0s;
    transition: opacity 1s ease .5s, -webkit-transform 1s ease-out 0s;
    transition: transform 1s ease-out 0s, opacity 1s ease .5s;
    transition: transform 1s ease-out 0s, opacity 1s ease .5s, -webkit-transform 1s ease-out 0s;
    transition: transform 1s ease-out 0s, -webkit-transform 1s ease-out 0s, opacity 1s ease .5s;
  }
  .advantage-img:not(.is-01) {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 1s ease-out 0s, opacity 1s ease .5s;
    transition: -webkit-transform 1s ease-out 0s, opacity 1s ease .5s;
    -webkit-transition: opacity 1s ease .5s, -webkit-transform 1s ease-out 0s;
    transition: opacity 1s ease .5s, -webkit-transform 1s ease-out 0s;
    transition: transform 1s ease-out 0s, opacity 1s ease .5s;
    transition: transform 1s ease-out 0s, opacity 1s ease .5s, -webkit-transform 1s ease-out 0s;
    transition: transform 1s ease-out 0s, -webkit-transform 1s ease-out 0s, opacity 1s ease .5s;
  }
  .advantage-img.is-02 {
    -webkit-transition: opacity .5s ease .2s, -webkit-transform 1s ease-out 0s;
    transition: opacity .5s ease .2s, -webkit-transform 1s ease-out 0s;
    transition: opacity .5s ease .2s, transform 1s ease-out 0s;
    transition: opacity .5s ease .2s, transform 1s ease-out 0s, -webkit-transform 1s ease-out 0s;
  }
  .advantage-img.is-03 {
    -webkit-transition: opacity .5s ease .4s, -webkit-transform 1s ease-out 0s;
    transition: opacity .5s ease .4s, -webkit-transform 1s ease-out 0s;
    transition: opacity .5s ease .4s, transform 1s ease-out 0s;
    transition: opacity .5s ease .4s, transform 1s ease-out 0s, -webkit-transform 1s ease-out 0s;
  }
  .advantage-img.is-04 {
    -webkit-transition: opacity .5s ease .6s, -webkit-transform 1s ease-out 0s;
    transition: opacity .5s ease .6s, -webkit-transform 1s ease-out 0s;
    transition: opacity .5s ease .6s, transform 1s ease-out 0s;
    transition: opacity .5s ease .6s, transform 1s ease-out 0s, -webkit-transform 1s ease-out 0s;
  }
  .advantage-img.is-05 {
    -webkit-transition: opacity .5s ease .8s, -webkit-transform 1s ease-out 0s;
    transition: opacity .5s ease .8s, -webkit-transform 1s ease-out 0s;
    transition: opacity .5s ease .8s, transform 1s ease-out 0s;
    transition: opacity .5s ease .8s, transform 1s ease-out 0s, -webkit-transform 1s ease-out 0s;
  }
  .advantage-img.is-06 {
    -webkit-transition: opacity .5s ease 1.2s, -webkit-transform 1s ease-out 0s;
    transition: opacity .5s ease 1.2s, -webkit-transform 1s ease-out 0s;
    transition: opacity .5s ease 1.2s, transform 1s ease-out 0s;
    transition: opacity .5s ease 1.2s, transform 1s ease-out 0s, -webkit-transform 1s ease-out 0s;
  }
  .advantage-img-wrap.animate .advantage-img {
    opacity: 1;
  }
  .advantage-feature-wrap {
    padding: 80px 0 0;
    margin: 40px 0 0;
  }
  .advantage-feature {
    position: relative;
    z-index: 2;
    display: block;
    height: 503px;
  }
  .feature-box {
    max-width: 440px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 65px 0 125px;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: -webkit-transform 1s ease-out 0s, opacity 1s ease .5s;
    transition: -webkit-transform 1s ease-out 0s, opacity 1s ease .5s;
    -webkit-transition: opacity 1s ease .5s, -webkit-transform 1s ease-out 0s;
    transition: opacity 1s ease .5s, -webkit-transform 1s ease-out 0s;
    transition: transform 1s ease-out 0s, opacity 1s ease .5s;
    transition: transform 1s ease-out 0s, opacity 1s ease .5s, -webkit-transform 1s ease-out 0s;
    transition: transform 1s ease-out 0s, -webkit-transform 1s ease-out 0s, opacity 1s ease .5s;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .feature-box--01 {
    padding: 30px 11% 70px 0;
  }
  .feature-box--02 {
    padding: 35px 4% 115px 10%;
    margin: 10px 0 0;
    margin-left: auto;
    right: -5%;
    left: auto;
  }
  .feature-box--02 .feature-detail {
    max-width: 360px;
    margin: 0;
  }
  .feature-box--01::before {
    content: "";
    width: 105%;
    height: 100%;
    background: url(/resources/smartlinkPage/en/img/about/advantage-feature_box01.png)no-repeat right top /100% 100%;
    position: absolute;
    top: 0;
    left: -5%;
  }
  .feature-box--02::before {
    content: "";
    width: 107%;
    height: 100%;
    background: url(/resources/smartlinkPage/en/img/about/advantage-feature_box02.png)no-repeat left top /100% 100%;
    position: absolute;
    top: 0;
    right: -5%;
  }
  .feature-box--02::after {
    content: "";
    width: 30%;
    height: 180px;
    background: url(/resources/smartlinkPage/en/img/about/feature-bot.png)no-repeat left top /contain;
    position: absolute;
    bottom: -70px;
    right: -10px;
    -webkit-transition: .5s ease .5s;
    transition: .5s ease .5s;
  }
  .feature-box--02.animate::after {
    opacity: 1;
  }
  .feature-cont {
    position: relative;
  }
  .feature-ttl {
    font-weight: 100;
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 5px;
    color: #19aafe;
    text-shadow: 0px 0px 30px #007eff, 0px 0px 30px #007eff;
  }
  .feature-detail__ttl {
    font-weight: 200;
    font-size: 1.8rem;
    margin: 5px 0 11px;
  }
  .feature-detail__txt {
    line-height: 1.9;
    font-weight: 200;
    font-size: 1.3rem;
  }
  .illust01 {
    position: relative;
  }
  .fade.animate {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    opacity: 1;
  }
  span[class^="illust01-0"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  span.illust01-00 {
    position: relative;
    z-index: 10;
    opacity: 1;
  }
  .fade.animate span[class^="illust01-0"] {
    opacity: 1;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
  }
  .fade.animate .illust01-01 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .fade.animate .illust01-02 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .fade.animate .illust01-03 {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }
  .fade.animate .illust01-04 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .fade.animate .illust01-05 {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
  .illust02 {
    position: relative;
    margin: -30px 0 0 20px;
  }
  span[class^="illust02-0"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  span.illust02-00 {
    position: relative;
    z-index: 10;
    opacity: 1;
  }
  .fade.animate span[class^="illust02-0"] {
    opacity: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
  }
  .fade.animate .illust02-01 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
  }
  .fade.animate .illust02-02 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
    width: 100%;
  }

  /*--------------------------
  onboarding
  ---------------------------*/
  .onboarding__row {
    display: flex;
    justify-content: center;
    gap: 2.6%;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .onboarding__col {
    flex: 0 0 30%;
    position: relative;
  }
  .onboarding__col img {
    position: relative;
    z-index: 1;
  }
  .onboarding__col::before {
    content: '';
    display: block;
    width: 107%;
    height: 107%;
    background: linear-gradient(#9ad1ff 0%, #429efe 100%);
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(12.54539966583252px);
    position: absolute;
    top: -3.5%;
    left: -3.5%;
  }

  /*--------------------------
  service
  ---------------------------*/
  .service {
    padding: 0 0 100px;
    margin: 0;
    position: relative;
  }
  .service_bg-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .service_bg-img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .service_bg-img.is-01 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg01.png)no-repeat right top /40%;
    width: 100%;
    height: 350px;
    top: 17%;
  }
  .service_bg-img.is-02 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg02.png)no-repeat left top /40%;
    width: 100%;
    height: 300px;
    top: 51.6%;
  }
  .service_bg-img.is-03 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg03.png)no-repeat right top /20%;
    width: 100%;
    height: 400px;
    top: 76%;
  }
  .service_bg-img.is-04 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg04.png)no-repeat right 4% top /50%;
    width: 100%;
    height: 400px;
    top: 10%;
  }
  .service_bg-img.is-05 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg05.png)no-repeat left top /59%;
    width: 100%;
    height: 552px;
    top: 25.5%;
  }
  .service_bg-img.is-06 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg06.png)no-repeat right top /27%;
    width: 100%;
    height: 302px;
    top: 37.6%;
  }
  .service_bg-img.is-07 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg05.png)no-repeat left -2% top /60%;
    width: 100%;
    height: 552px;
    top: 86%;
  }
  .service-head {
    background: url(/resources/smartlinkPage/en/img/about/service-head_bg.png)no-repeat center top;
    color: #fff;
    padding: 29px 92px 117px 90px;
    width: 1104px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -40px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(7, 1, 3, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(7, 1, 3, 0.1);
    position: relative;
  }
  .service-head::before {
    content: "";
    width: 476px;
    height: 250px;
    background: url(/resources/smartlinkPage/en/img/about/service_logo.png);
    position: absolute;
    top: -100px;
    right: -130px;
  }
  .service-head::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #dc1e37;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .service-head.animate::after {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    width: 0;
  }
  .service-ttl span.main {
    margin: 30px 0 20px;
  }
  .service-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 4% 0;
  }
  .service-box {
    padding: 42px 4% 15px;
    margin: 40px 0;
    position: relative;
  }
  .service-box.is-even {
    background-position: right 37% top;
  }
  .service-data__img {
    position: relative;
  }
  .service-data__img .is-child:not(.is-01) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .service-box.is-02 {
    background: url(/resources/smartlinkPage/en/img/smartlink/function01_sp_bg.png)no-repeat left top /400px;
    padding: 42px 4% 0;
  }
  .service-box.is-02 .service-data__img {
    height: 200px;
    left: 0;
    right: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin: 0 auto;
    width: auto;
  }
  .service-box.is-03 {
    background: url(/resources/smartlinkPage/en/img/smartlink/function02_sp_bg.png)no-repeat left top /400px;
    padding: 42px 4% 0;
  }
  .service-box.is-03 .service-data__img {
    height: 200px;
    left: 0;
    right: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin: 20px auto 0;
    width: auto;
  }
  .service-box.is-03 .is-child.is-02 {
    top: 48px;
    left: 68px;
    width: 59px;
  }
  .service-box.is-03 .is-child.is-03 {
    top: 95px;
    left: 29px;
    width: 71px;
}
  .service-box.is-07 {
    background: url(/resources/smartlinkPage/en/img/smartlink/function03_sp_bg.png)no-repeat left top / 400px;
    margin: 0 0 60px!important;
    padding-top: 48px;
    padding-bottom: 70px;
  }
  .service-box.is-07 .service-data__img {
    height: 200px;
    left: 0;
    right: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin: 20px auto 0;
    width: auto;
  }
  .service-box.is-07 .is-child.is-02 {
    top: 50px;
    left: 65px;
    width: 145px;
  }
  .service-box.is-07 .is-child.is-03 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 61px;
    left: 118px;
    width: 74px;
    height: 15px;
    overflow: hidden;
  }
  .service-box.is-07 .is-child.is-03 span {
    display: block;
    height: 3px;
    background-color: #fff;
  }
  .service-box.is-07 .is-child.is-03 span:first-child {
    width: 112px;
  }
  .service-box.is-07 .is-child.is-03 span:last-child {
    width: 64px;
  }
  .service-box.is-02 .is-child {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .service-box.is-02 .is-child img {
    min-width: 421px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .service-box.is-even .service-box__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .service-data__wrap {
    width: 100%;
  }
  .service-box__ttl {font-size: 2.8rem;color: #fff;padding: 16px 0 8px;font-weight: 100;letter-spacing: 1px;color: #19aafe;line-height: 1.1;}
  .service-data {
    position: relative;
  }
  .service-data__ttl {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 200;
    padding: 3px 0;
    letter-spacing: 1.5px;
  }
  .service-data__txt {
    font-size: 1.35rem;
    padding: 7px 0 0;
    letter-spacing: -0.3px;
    font-weight: 200;
    line-height: 1.9;
    color: #fff;
    max-width: 480px;
  }
  .service-data__txt span {
    display: block;
    font-size: 1.4rem;
  }
  .service-data__img {
    text-align: center;
    position: relative;
    width: auto;
    margin: 20px auto 0;
    width: 72%;
    max-width: 290px;
  }

  #service_upload {
    position: relative;
    padding-top: 40px;
  }
  .service_upload-link {
    display: block;
    width: 78vw;
    position: absolute;
    bottom: 4.5vw;
    left: 6vw;
  }
  .service_upload-link a {
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
  }

  /*--------------------------
  function compare
  ---------------------------*/
  .function__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .function__ttl::before , .function__ttl::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
  }
  .function__table {
    width: 100%;
    padding-bottom: 20px;
    overflow-x: auto;
  }
  .function__table table {
    width: 1024px;
  }
  .function__table thead th:first-child {
    border-top: none;
    border-left: none;
    width: 52.24%;
    background-color: transparent;
  }
  .function__table thead th:not(:first-child) {
    width: 20.50%;
  }
  .function__table tr:last-child th, .function__table tr:last-child td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .function__table th:last-child, .function__table td:last-child {
    border-bottom: 1px solid #ddd;
  }
  .function__table .data th:first-child {
    width: 100px;
    border-bottom: 1px solid #ddd;
  }
  .function__table th.is-border-b {
    border-bottom: 1px solid #ddd;
  }
  .function__table .data th:nth-child(2) {
    width: 16.625%;
  }
  .function__table .data th:nth-child(3) {
    width: auto;
  }
  .function__table th, .function__table td {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
  }
  .function__table th img, .function__table td img {
    vertical-align: middle;
  }
  .function__table th .is-small, .function__table td .is-small {
    font-size: 1.2rem;
  }
  .function__table th {
    background-color: #00204B;
  }
  .function__table th.text-left {
    text-align: left;
    padding-left: 16px;
  }
  .function__table td.is-bg {
    background-color: #1A51AF;
  }
  .function__table-note {
    width: 1024px;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.78;
    color: #fff; 
    margin-top: 24px;
  }
  
  /*--------------------------
  download
  ---------------------------*/
  .download__section {
    margin-top: 60px;
  }
  .download__btn-wrap {
    display: flex;
    justify-content: center;
    gap: 7.8125%;
    margin-bottom: 20px;
  }
  .download__btn {
    display: block;
    max-width: 290px;
    position: relative;
  }
  .download__btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #93ebff;
    filter: blur(5.400599956512451px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .download__btn img {
    position: relative;
  }
  .download__link {
    display: inline-block;
    font-weight: 400;
    text-decoration: underline;
    font-size: clamp(1.0rem, 2.8vw, 1.3rem);
    line-height: 1.75;
    color: #fff;
    margin-top: 14px;
  }

 /*--------------------------
  environment
  ---------------------------*/
  .environment {
    margin-top: 60px;
  }
  .environment__ttl {
    border-bottom: 1px solid #196FFE;
    margin-bottom: 20px;
  }
  .environment__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 40px;
    margin-top: 40px;
  }
  .environment__block-ttl {
    width: 120px;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #196FFE;
    border-radius: 100vmax;
    padding: 8px 10px;
    margin-bottom: 22px;
  }
  .environment__block-list {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 175;
    text-align: left;
    border-bottom: 1px solid #196FFE;
    padding-bottom: 8px;
  }
  .environment__block-list:not(:first-child) {
    margin-top: 14px;
  }
  .environment__block-list dt {
    flex: 0 0 150px;
    color: #196ffe; 
  }
  .environment__block-list dd {
    color: #fff;
  }


  /*--------------------------
  after-service
  ---------------------------*/
  .after-service {
    padding: 0 0 60px;
    margin: 70px 0 0;
    /* overflow: hidden; */
    position: relative;
  }
  #canvas-container {
    position: relative;
    top: 0;
    margin: 0 0 100px;
    z-index: -5;
    opacity: 1;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .content.after #canvas-container {
    opacity: 1;
  }
  #canvas-container::after {
    content: "";
    position: absolute;
    top: 77.6%;
    left: 0;
    width: 100%;
    height: 600px;
    -webkit-transition: ease;
    transition: ease;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #28282d94), color-stop(95%, #050c1e));
    background: linear-gradient(#28282d94 10%, #050c1e 95%);
  }
  .content.after #canvas-container::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #28282d94), color-stop(95%, #25262a));
    background: linear-gradient(#28282d94 10%, #25262a 95%);
  }
  #canvas-container canvas {
    width: 100%;
    max-height: 300px;
  }
  .fadeout {
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  
  .scroll {
    display: none;
  }

  /*--------------------------
  smartlink__footer
  ---------------------------*/
  .smartlink__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #24262A;
  }
  .smartlink__footer small {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.75;
    text-align: center;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  #wrap {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .section-wrap {
    /* background: #050c1e; */
  }
  .js-fade {
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .js-fade.animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #wrap.js-animate {
    opacity: 1;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .content {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .content-inr {
    max-width: 1064px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    box-sizing: border-box;
  }
  /*--------------------------
  parallax
  ---------------------------*/
  .fixed-bg {
    background: #050c1e;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: background 1s ease;
    transition: background 1s ease;
  }
  .content.after .fixed-bg {
    background: #25262a;
  }
  .content.after.video .fixed-bg {
    background: #111112;
  }
  .content.after .fixed-bg #particles-left2, .content.after .fixed-bg #particles-right2 {
    opacity: 0;
  }
  #particles-left2 {
    width: 25%;
    height: 100vh;
    margin: 0;
    margin-left: -5%;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    display: none;
  }
  #particles-right2 {
    width: 25%;
    height: 100vh;
    margin: 0 auto;
    position: absolute;
    right: -5%;
    top: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    display: none;
  }
  .plus-box {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  /*--------------------------
  sec-ttl
  ---------------------------*/
  #fade-text {
    font-family: 'Slabo 27px', Helvetica, Arial, sans-serif;
    font-size: .5em;
  }
  svg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .animate .sec-box {
    opacity: 1;
  }
  .sec-ttl {
    font-size: 6rem;
    line-height: 1.28;
    font-weight: 600;
    opacity: 1;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    word-break: normal;
    word-wrap: normal;
    text-align: center;
  }
  .sec-ttl span {
    display: block;
    position: relative;
  }
  .sec-ttl span.lead {
    font-size: 5.5rem;
    font-weight: 100;
    color: #19aafe;
    margin: 55px 0 29px;
    text-shadow: 0px 0px 30px #007eff, 0px 0px 30px #007eff;
  }
  .sec-ttl span.lead strong {
    font-weight: 300;
    text-shadow: 0px 0px 5px #007eff, 0px 0px 10px #007eff;
  }
  .sec-ttl .main {
    display: block;
    font-size: 3rem;
    font-weight: 200;
    position: relative;
    margin: 46px 0 28px;
    color: #fff;
  }
  .sec-ttl.animate b::after {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .sec-ttl span {
    display: block;
    font-size: 3rem;
    font-weight: 200;
  }
  .sec-txt {
    line-height: 1.5;
    margin: 0 0 26px;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.4;
    letter-spacing: 0.1px;
    font-weight: 200;
  }
  .sec-txt.text-center {
    text-align: center;
  }
  /*--------------------------
  type-text
  ---------------------------*/
  .type-text {
    color: #196ffe;
    overflow: hidden;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
  }
  .type-text::after {
    content: '';
    margin: 0 0 0 3px;
    border-right: 1px solid #196ffe;
  }
  .type-text span {
    font-size: 1.7rem;
    font-weight: 400;
    display: none;
  }
  /*--------------------------
  mv
  ---------------------------*/
  .mv {
    padding: 120px 0 80px;
    background: linear-gradient(rgba(116, 173, 248, 0.96) 0%, #2d63c9 100%);
    color: #fff;
  }
  .mv__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
  }
  .mv__logo {
    flex: 0 0 47.8515%;
  }
  .mv__logo-txt {
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    line-height: 1.25;
    color: #196ffe;
    background-color: #fff;
    border: 2px solid #196FFE;
    border-radius: 8px;
    padding: 8px 16px;
    margin-bottom: 26px;
  }
  .mv__heading-img {
    flex: 1;
  }
  .mv__txt {
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: center;
    margin-bottom: 28px;
  }
  /*--------------------------
  use
  ---------------------------*/
  .use {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 73px 0 82px;
  }
  .use__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 17px;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 34px;
  }
  .use__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 6.543%;
  }
  .use__block li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    row-gap: 22px;
    text-align: center;
  }
  .use__block li:not(:last-child) {
    position: relative;
  }
  .use__block li:not(:last-child)::after {
    content: '';
    display: block;
    width: 38.62%;
    aspect-ratio: 112 / 74;
    background: url(/resources/smartlinkPage/en/img/smartlink/use_icon_arrow.svg) no-repeat center / contain;
    opacity: 0.4;
    position: absolute;
    top: 55px;
    left: 94%;
  }
  .use__block-icon {
    width: 48%;
    margin: 0 auto;
  }
  .use__block-txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
  }
  .use__block-inr {
    display: grid;
    place-content: center;
  }
  .use__block-btn {
    position: relative;
    transition: opacity .3s ease;
  }
  .use__block-btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #93ebff;
    filter: blur(5.400599956512451px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .use__block-btn:hover {
    opacity: 0.7;
  }
  .use__block-btn img {
    position: relative;
  }

   /* tab */

   .use__tab {
    display: grid;
    justify-content: center;
    grid-template-columns: 360px 360px;
    border-bottom: 1px solid #fff;
    margin-bottom: 80px;
  }
  .use__tab-btn {
    display: grid;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #196FFE;
    background-color: transparent;
    border: 1px solid #196FFE;
    border-bottom: 1px solid #fff;
    border-radius: 10px 10px 0 0;
    padding: 30px 0 20px;
    margin-bottom: -1px;
    cursor: pointer;
  }
  .use__tab-btn.current {
    color: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #020309;
  }

  .use__box {
    display: grid;
    grid-template-columns: auto 37px auto;
    justify-content: center;
    align-items: center;
    gap: 32px;
    max-width: 389px;
    background-color: #353B43;
    border-radius: 8px;
    padding: 32px 60px 38px;
    margin: 0 auto 10px;
    position: relative;
  }
  .use__box::after {
    content: '';
    display: block;
    width: 24px;
    aspect-ratio: 24/16;
    background-color: #353B43;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -1px);
  }
  .use__box-arrow {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    width: 100%;
    aspect-ratio: 37/19;
    background: url(/resources/smartlinkPage/en/img/smartlink/use_icon_arrow.svg) no-repeat center / contain;
  }
  .use__box-unit {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 12px;
    text-align: center;
  }
  .use__box-txt {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    color: #fff;    
  }

  .use__content {
    display: none;
  }
  .use__content.show {
    display: block;
  }
  #superintendent .use__block-icon {
    display: grid;
    place-content: center;
  }
  #superintendent .use__block li {
    grid-template-rows: auto;
    grid-row: revert;
  }
  #superintendent .use__block li:first-child::after {
    aspect-ratio: revert;
    height: 5px;
    border-radius: 4px;
    background: #fff;
  }
  #superintendent .use__block li:not(:last-child)::after {
    top: 50%;
    transform: translate(0, -50%);
  }
  #superintendent .use__block-txt {
    text-align: center;
    margin-top: 38px;
  }
  #superintendent .use__block-inr {
    margin-top: 38px;
  }




  
  /*--------------------------
  approach
  ---------------------------*/
  .approach {
    position: relative;
    background: url(/resources/smartlinkPage/en/img/smartlink/approach_bg1.jpg) no-repeat center top/auto 100% ,-webkit-gradient( linear, left top, right top, from(rgb(10,18,37)), to(rgb(2,8,28)));
    background: url(/resources/smartlinkPage/en/img/smartlink/approach_bg1.jpg) no-repeat center top/auto 100% ,linear-gradient( 90deg, rgb(10,18,37) 0%, rgb(2,8,28) 100%);
    padding: 120px 0 550px;
  }
  .approach::after {
    content: "";
    width: 50%;
    height: 100%;
    background: url(/resources/smartlinkPage/en/img/about/approach_bg2.png) no-repeat left top 19.2%/auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: +2;
    visibility: visible;
  }
  .approach-box {
    max-width: 68%;
  }
  .approach .content-inr {
    max-width: 1233px;
  }
  .approach-box .type-text{
    text-align: left;
    letter-spacing: 2.78px;
  }
  .approach-ttl .main {
    margin: 24px 0 16px;
    text-align: left;
    letter-spacing: 1.3px;
  }
  .approach-txt {
    line-height: 2.1;
  }
  
  /*--------------------------
  advantage
  ---------------------------*/
  .advantage-wrap {
    position: relative;
  }
  .advantage-bg {
    background: #050c1e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #010613), color-stop(95%, #050c1e));
    background: linear-gradient(#010613 10%, #050c1e 95%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -8;
  }
  #particles-left {
    width: 25%;
    height: 130vh;
    margin: 0;
    margin-left: -5%;
  }
  #particles-right {
    width: 25%;
    height: 50vh;
    margin: 0 auto;
    position: absolute;
    right: -5%;
    bottom: 50%;
  }
  
  /*--------------------------
  onboarding
  ---------------------------*/
  .onboarding__row {
    display: flex;
    justify-content: center;
    gap: 2.93%;
    margin-top: 60px;
    margin-bottom: 160px;
  }
  .onboarding__col {
    flex: 0 0 27.34%;
    position: relative;
  }
  .onboarding__col img {
    position: relative;
    z-index: 1;
  }
  .onboarding__col::before {
    content: '';
    display: block;
    width: 107%;
    height: 107%;
    background: linear-gradient(#9ad1ff 0%, #429efe 100%);
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(12.54539966583252px);
    position: absolute;
    top: -3.5%;
    left: -3.5%;
  }

  /*--------------------------
  service
  ---------------------------*/
  .service {
    padding: 80px 0 160px;
    margin: 0;
    position: relative;
  }
  .service_bg-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .service_bg-img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: ease;
    transition: ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .service_bg-img.is-01 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg01.png)no-repeat right top;
    width: 100%;
    height: 1001px;
    top: 12%;
  }
  .service_bg-img.is-02 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg02.png)no-repeat left top;
    width: 100%;
    height: 1001px;
    top: 22.6%;
  }
  .service_bg-img.is-03 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg03.png)no-repeat right top;
    width: 100%;
    height: 865px;
    top: 37%;
  }
  .service_bg-img.is-04 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg04.png)no-repeat right 4% top;
    width: 100%;
    height: 694px;
    top: -10%;
  }
  .service_bg-img.is-05 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg05.png)no-repeat left top;
    width: 100%;
    height: 752px;
    top: -4.5%;
  }
  .service_bg-img.is-06 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg06.png)no-repeat right top;
    width: 100%;
    height: 602px;
    top: 20.6%;
  }
  .service_bg-img.is-07 {
    background: url(/resources/smartlinkPage/en/img/about/service_bg07.png)no-repeat left top;
    width: 100%;
    height: 752px;
    top: 44%;
  }
  .service-head {
    background: url(/resources/smartlinkPage/en/img/about/service-head_bg.png)no-repeat center top;
    color: #fff;
    padding: 29px 92px 117px 90px;
    width: 1104px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -40px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(7, 1, 3, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(7, 1, 3, 0.1);
    position: relative;
  }
  .service-head::before {
    content: "";
    width: 476px;
    height: 250px;
    background: url(/resources/smartlinkPage/en/img/about/service_logo.png);
    position: absolute;
    top: -100px;
    right: -130px;
  }
  .service-head::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #dc1e37;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .service-head.animate::after {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    width: 0;
  }
  .service-ttl span.main {
    margin: 60px 0 20px;
    letter-spacing: 4.1px;
  }
  .service-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 600px 0 -600px;
  }
  .service-box {
    padding: 42px 23px 25px;
    position: relative;
  }
  .service-data__img {
    position: relative;
  }
  .service-data__img .is-child:not(.is-01) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .service-box.is-02 {
    background: url(/resources/smartlinkPage/en/img/smartlink/function01_bg.png)no-repeat left top;
    margin: 0 0 61px;
  }
  .service-box.is-02 .service-data__img {
    position: absolute;
    top: 10px;
    right: 0;
    width: 421px;
  }
  .service-box.is-07 {
    background: url(/resources/smartlinkPage/en/img/smartlink/function03_bg.png)no-repeat left top;
    margin: 0 0 198px!important;
    padding-top: 48px;
    padding-bottom: 70px;
  }
  .service-box.is-07 .service-data__img {
    position: absolute;
    top: 65px;
    right: 0;
    width: 420px;
  }
  .service-box.is-07 .is-child.is-02 {
    top: 73px;
    left: 93px;
    width: 214px;
  }
  .service-box.is-07 .is-child.is-03 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 91px;
    left: 175px;
    width: 112px;
    height: 16px;
    overflow: hidden;
  }
  .service-box.is-07 .is-child.is-03 span {
    display: block;
    height: 3px;
    background-color: #fff;
  }
  .service-box.is-07 .is-child.is-03 span:first-child {
    width: 112px;
  }
  .service-box.is-07 .is-child.is-03 span:last-child {
    width: 64px;
  }
  .service-box.is-03 {
    background: url(/resources/smartlinkPage/en/img/smartlink/function02_bg.png)no-repeat right top;
    margin: 0 0 54px;
    padding-bottom: 50px;
  }
  .service-box.is-03 .service-data__img {
    position: absolute;
    top: 70px;
    left: 0;
  }
  .service-box.is-03 .is-child.is-02 {
    top: 70px;
    left: 27px;
  }
  .service-box.is-03 .service-data__wrap {
    width: 80%;
  }
  .service-box.is-03 .service-data__txt {
    max-width: 444px;
  }
  .service-box.is-02 .is-child {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .service-box.is-02 .is-child img {
    min-width: 421px;
  }
  .service-box.is-03 .is-child.is-02 {
    top: 48px;
    left: 68px;
    width: 59px;
  }
  .service-box.is-03 .is-child.is-03 {
    top: 95px;
    left: 29px;
    width: 71px;
  }
  .service-box__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-box.is-even .service-box__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .service-data__wrap {
    width: 50%;
  }
  .service-box__ttl {
    font-size: 4.6rem;
    padding: 23px 0 10px;
    font-weight: 100;
    letter-spacing: 0.2px;
    line-height: 1.2;
    color: #19aafe;
    text-shadow: 0px 0px 30px #007eff, 0px 0px 30px #007eff;
  }
  .service-data {
    position: relative;
  }
  .service-data__ttl {
    color: #fff;
    font-size: 1.55rem;
    font-weight: 200;
    padding: 3px 0;
    letter-spacing: 0.5px;
  }
  .service-data__txt {
    font-size: 1.6rem;
    padding: 12px 0 0;
    letter-spacing: -0.3px;
    font-weight: 200;
    line-height: 1.6;
    color: #fff;
    max-width: 480px;
  }
  .service-data__txt span {
    display: inline-block;
    font-size: 1.4rem;
  }
  .service-data__img {
    text-align: center;
    position: relative;
    width: auto;
  }

  #service_upload {
    position: relative;
    padding-top: 40px;
  }
  .service_upload-link {
    position: absolute;
    bottom: 6vw;
    right: calc(3vw - 1em);
    padding: 0 1em;
  }
  .service_upload-link a {
    font-size: 1.6699vw;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
  }
  
  #canvas-container {
    position: relative;
    top: 0;
    margin: 0;
    z-index: -5;
    opacity: 1;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .content.after #canvas-container {
    opacity: 1;
  }
  #canvas-container::after {
    content: "";
    position: absolute;
    top: 97.5%;
    left: 0;
    width: 100%;
    height: 600px;
    -webkit-transition: ease;
    transition: ease;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #28282d94), color-stop(95%, #050c1e));
    background: linear-gradient(#28282d94 10%, #050c1e 95%);
  }
  .content.after #canvas-container::after {
    background: #28282d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #28282d94), color-stop(95%, #25262a));
    background: linear-gradient(#28282d94 10%, #25262a 95%);
  }
  #canvas-container canvas {
    width: 100%;
    max-height: 300px;
  }
    .fadeout {
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }


  /*--------------------------
  function compare
  ---------------------------*/
  .function__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: center;
    color: #fff;
    margin-top: 77px;
    margin-bottom: 37px;
  }
  .function__ttl::before , .function__ttl::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
  }
  .function__table thead th:first-child {
    border-top: none;
    border-left: none;
    width: 52.24%;
    background-color: transparent;
  }
  .function__table thead th:not(:first-child) {
    width: 20.50%;
  }
  .function__table tr:last-child th, .function__table tr:last-child td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .function__table th:last-child, .function__table td:last-child {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .function__table .data th:first-child {
    width: 100px;
    border-bottom: 1px solid #ddd;
  }
  .function__table th.is-border-b {
    border-bottom: 1px solid #ddd;
  }
  .function__table .data th:nth-child(2) {
    width: 16.625%;
  }
  .function__table .data th:nth-child(3) {
    width: auto;
  }
  .function__table th, .function__table td {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
  }
  .function__table th img, .function__table td img {
    vertical-align: middle;
  }
  .function__table th .is-small, .function__table td .is-small {
    font-size: 1.2rem;
  }
  .function__table th {
    background-color: #00204B;
  }
  .function__table th.text-left {
    text-align: left;
    padding-left: 16px;
  }
  .function__table td.is-bg {
    background-color: #1A51AF;
  }
  .function__table-note {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.78;
    color: #fff; 
    margin-top: 24px;
  }


  /*--------------------------
  download
  ---------------------------*/
  .download__section {
    margin-top: 90px;
  }
  .download__btn-wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
  }
  .download__btn {
    display: block;
    max-width: 290px;
    position: relative;
    transition: opacity .3s ease;
  }
  .download__btn:hover {
    opacity: 0.7;
  }
  .download__btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #93ebff;
    filter: blur(5.400599956512451px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .download__btn img {
    position: relative;
  }
  .download__link {
    display: inline-block;
    font-weight: 400;
    text-decoration: underline;
    font-size: clamp(1.0rem, 1.69vw, 1.3rem);
    line-height: 1.75;
    color: #fff;
    margin-top: 14px;
    transition: opacity .3s ease;
  }
  .download__link:hover {
    opacity: 0.7;
  }

 /*--------------------------
  environment
  ---------------------------*/
  .environment {
    margin-top: 115px;
  }
  .environment__ttl {
    border-bottom: 1px solid #196FFE;
    margin-bottom: 20px;
  }
  .environment__block {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-top: 57px;
  }
  .environment__block-inr {
    flex: 0 0 300px;
  }
  .environment__block-ttl {
    width: 120px;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #196FFE;
    border-radius: 100vmax;
    padding: 8px 10px;
    margin-bottom: 22px;
  }
  .environment__block-list {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 175;
    text-align: left;
    border-bottom: 1px solid #196FFE;
    padding-bottom: 8px;
  }
  .environment__block-list:not(:first-child) {
    margin-top: 14px;
  }
  .environment__block-list dt {
    flex: 0 0 150px;
    color: #196ffe; 
  }
  .environment__block-list dd {
    color: #fff;
  }


  .scroll {
    display: none;
  }


  /*--------------------------
  smartlink__footer
  ---------------------------*/
  .smartlink__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    background-color: #24262A;
  }
  .smartlink__footer small {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: center;
    color: #fff;
  }
}

@media (max-width: 1129px) and (min-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .content-inr {
    width: 94%;
  }
  .service-data__img {
    width: 41% !important;
  }
  .service-box {
    padding: 42px 7% 25px 10px !important;
    margin: 0 0 20px !important;
  }
  .service-box__ttl {
    line-height: 1;
    font-size: 4vw;
    padding: 25px 0 10px;
  }
  .service-box.animate .service-data__img {
    position: relative !important;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .service-box.animate.is-even .service-data__img {
    position: relative !important;
  }
  .service-box.is-02 .is-child {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .service-box.is-02 .is-child img {
    min-width: 421px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .service-box.is-02 .service-data__img {
    width: 60% !important;
  }
  .service-box.is-even.animate {
    background-position: right 0 top 0;
    margin: 0 0 30px !important;
  }
  .service-box.is-02.is-even.animate {
    background-position: right top;
  }
  .service-box.is-02 .service-data__img {
    height: 200px;
    top: 20px;
    left: 0;
    right: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin: 0 auto -10px;
  }
  .service-box.is-03 .service-data__wrap {
    width: 80%;
  }
  .service-box.is-03 .service-data__img {
    top: 50px;
    left: -30px;
  }
  .service-box.is-03 .is-child.is-02 {
    top: 54px;
    left: 62px;
    width: 40px;
  }
  .service-box.is-03 .is-child.is-03 {
    top: 78px;
    left: 23px;
    width: 52px;
  }  
}
@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 1130px) {
  .service-box.is-03 .service-data__wrap {
    width: 68%;
  }
  .service_upload-link {
    bottom: 24%;
    right: calc(3.4% - 1em);
  }
  .service_upload-link a {
    font-size: 115%;
    letter-spacing: 0.025em;
  }
}

