/* fv */
.first-v{
  background: url(/images/rn2026/top/fv-bg.svg) no-repeat 50% 100%;
  background-size: cover;
  padding-top: 147px;
  @media screen and (max-width: 767px){
    padding-top: 112px;
    width: 100%;
    overflow-x: hidden;
  }
  .fv-animation-img{
    opacity: 0;
    width: 100%;
    max-width: 1280px;
    margin: 95px auto 0;
    position: relative;
    @media screen and (max-width: 767px){
      min-width: 489px;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 65px;
    }
    img{
      width: 100%;
    }
  }
  .fv-animation-img-item{
    background: rgba(255, 255, 255, 0.50);
    border-radius: 20px;
    padding: 12px;
    width: 13.125%;
    max-width: 168px;
    position: absolute;
    top: -15%;
    right: 15%;
    backdrop-filter: blur(2.5px) contrast(110%);
    @media screen and (max-width: 767px){
      width: 20%;
    }
    &::after{
      content: "";
      display: block;
      width: calc(100% - 24px);
      height: calc(100% - 29px);
      max-height: 300px;
      box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .5) inset;
      position: absolute;
      top: 12px;
      left: 12px;
      border-radius: 8px;
    }
    video{
      width: 100%;
      border-radius: 8px;
    }
  }
  .btn-fv{
    width: 100%;
    max-width: 380px;
    margin: 40px auto 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 25px 0;
    @media screen and (max-width: 767px){
      max-width: 320px;
    }
  }
}
.site-tags{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 32px 0 40px;
  @media screen and (max-width: 767px){
    margin: 16px 0 32px;
    flex-wrap: wrap;
  }
  li:not(.sitest-img){
    border: 1px solid #BDDCDA;
    border-radius: 4px;
    padding: 6px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    @media screen and (max-width: 767px){
      font-size: 12px;
    }
    &::before{
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background: url(/images/rn2026/common/icon/icon-check.svg) no-repeat;
    }
  }
}


/* abtest (/top/) // */
.first-v-ab{
  background: url(/images/rn2026/top/abtest/fv-bg.svg) no-repeat 50% 100%;
  background-size: cover;
  padding: 140px 0 40px;
  @media screen and (max-width: 767px){
    padding-top: 108px;
  }
  .site-title{
    text-align: left;
  }
  .site-read{
    text-align: left;
    margin-top: 16px;
    font-size: 18px;
    @media screen and (max-width: 767px){
      font-size: 20px;
      margin-bottom: 20px;
    }
  }
  .btn-fv{
    margin-top: 24px;
    width: 380px;
    font-size: 20px;
    font-weight: 700;
    padding: 16px 0;
    @media screen and (max-width: 767px){
      width: 100%;
      padding: 16px 0;
      font-size: 18px;
    }
  }
  .site-tags{
    justify-content: flex-start;
    align-items:center;
    margin: 20px 0 0;
    @media screen and (max-width: 1160px){
      margin-top: 40px;
    }
    @media screen and (max-width: 767px){
      margin-top: 20px;
      justify-content: center;
    }
    li{
      padding: 12px 16px;
    }
    .sitest-img{
      padding: 0;
      margin-right: 35px;
      @media screen and (max-width: 767px){
        margin-right: 0;
        width: 100%;
        img{width: 100%;}
      }
    }
  }
  .first-v-ab-main{
    display: flex;
    justify-content: space-between;
    @media screen and (max-width: 767px){
      display: block;
    }
  }
  .first-v-ab-main-mov{
    position: relative;
    @media screen and (max-width: 1160px){
      img{
        width: 100%;
      }
    }
  }
}

.free-ab{
  margin-top: 20px;
  padding-bottom: 80px;
  @media screen and (max-width: 767px){
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .logos-marqee{
    display: flex;
    align-items: center;
    @media screen and (max-width: 767px){
      flex-direction: column;
      figure{
        width: 80%;
        img{width: 100%;}
      }
    }
    picture{
      width: 100%;
      overflow-x: hidden;
      white-space: nowrap;
      display: block;
      img{
        width: 1897px;
        animation: scrollX 75s linear infinite;
        vertical-align: bottom;
      }
    }
  }
  .bnr{
    text-align: center;
    margin-top: 24px;
    img{
      width: 100%;
      max-width: 960px;
      transition: all .3s;
      &:hover{
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
      }
    }
    @media screen and (max-width: 767px){
      width: 90%;
      margin: 24px auto 0;
    }
  }
}
@keyframes scrollX {
  from {transform: translateX(0);}
  to {transform: translateX(-100%);}
}
/* // abtest (/top/) */


/* free */
.free{
  margin-top: 56px;
  padding-bottom: 80px;
  @media screen and (max-width: 767px){
    margin-top: 44px;
    padding-bottom: 40px;
  }
  .logos-marqee{
    display: flex;
    align-items: center;
    margin-left: 0;
    @media screen and (min-width: 1280px){
      margin-left: calc(50% - 640px);
    }
    @media screen and (max-width: 767px){
      flex-direction: column;
      figure{
        width: 80%;
        img{width: 100%;}
      }
    }
    picture{
      width: 100%;
      overflow-x: hidden;
      white-space: nowrap;
      display: block;
      mask-image: linear-gradient(to right, transparent 0%,transparent 2%, black 5%);
      -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 2%,black 5%);
      background: #fff;
      @media screen and (max-width: 767px){
        mask-image: none;
        -webkit-mask-image: none;
      }
      img{
        width: 1897px;
        animation: scrollX 75s linear infinite;
        vertical-align: bottom;
      }
    }
  }
  .bnr{
    text-align: center;
    margin-top: 24px;
    img{
      width: 100%;
      max-width: 960px;
      transition: all .3s;
      &:hover{
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
      }
    }
    @media screen and (max-width: 767px){
      width: 90%;
      margin: 24px auto 0;
    }
  }
}
@keyframes scrollX {
  from {transform: translateX(0);}
  to {transform: translateX(-100%);}
}

/* second-v */
.second-v{
  background: linear-gradient(180deg, #E9F8F7 0%, #FFF3BE 100%);
  padding-top: 120px;
  .sv-content{
    background: url(/images/rn2026/top/sv-bg.svg) no-repeat 50% 0;
    background-position-y: -256px;
    padding-top: 136px;
    position: relative;
    @media screen and (max-width: 1000px){
      padding-top: 80px;
    }
  }
  .fixed-text{
    writing-mode: vertical-rl;
    font-size: 32px;
    font-weight: 700;
    position: sticky;
    top: 100px;
    left: calc(50% - 480px - 100px);
    margin-bottom: 240px;
    height: 385px;
    img{
      height: fit-content;
    }
    @media screen and (max-width: 1180px){
      left: 20px;
      top: 70px;
      height: 234px;
    }
    /* fade */
    .pcb, .spb{
      transition: opacity .2s ease;
      opacity: 1;
    }
    .is-hidden {
      opacity: 0 !important;
    }
  }
  .sv-content-inner{
    background: url(/images/rn2026/top/sv-border.svg) no-repeat 50% 100%;
    padding-bottom: 280px;
    margin-top: -600px;
    @media screen and (max-width: 1000px){
      background: url(/images/rn2026/top/sv-border_2x.svg) no-repeat 85% 0;
      padding-bottom: 135px;
    }
    @media screen and (max-width: 767px){
      margin-top: -480px;
      padding-bottom: 120px;
    }
    .sv-content-item:nth-child(2){
      margin: 128px auto 216px;
      @media screen and (max-width: 1000px){
        margin: 80px 24px 136px auto;
      }
    }
  }
  .sv-content-item{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 24px;
    padding: 32px 16px 32px 32px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 165, 154, .4);
    background-color:rgba(255, 255, 255, .5);
    backdrop-filter: blur(1px) contrast(110%);
    position: relative;
    @media screen and (max-width: 1180px){
      max-width: calc(100% - 200px);
    }
    @media screen and (max-width: 1000px){
      max-width: calc(100% - 96px);
      margin-right: 24px;
      margin-left: auto;
      flex-direction: column;
      padding: 24px 16px;
      gap: 16px;
    }
    figure{
      width: 50%;
      img{width: 100%;}
      @media screen and (max-width: 1000px){
        width: 100%;
      }
    }
  }
  .icon-step{
    color: #00766E;
    font-size: 64px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
    background: rgba(0, 165, 154, 0.20);
    backdrop-filter: blur(3px) contrast(110%);
    width: 160px;
    height: 160px;
    position: absolute;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-top: 8px;
    top: -15%;
    right: -5%;
    @media screen and (max-width: 1000px){
      width: 100px;
      height: 100px;
      font-size: 36px;
      padding-top: 4px;
      top: -10%;
      right: -15px;
      border: 2px solid #fff;
    }
    &.icon-step-revers{
      top: -15%;
      right: auto;
      left: -5%;
      @media screen and (max-width: 1000px){
        right: -15px;
        left: auto;
        top: -10%;
      }
    }
    em{
      font-style: normal;
    }
    span{
      font-size: 16px;
      letter-spacing: .8px;
      display: block;
    }
  }
  .sv-content-item-revers{
    padding: 32px 32px 32px 16px;
    flex-direction: row;
    @media screen and (max-width: 1000px){
      padding: 16px;
      flex-direction: column;
    }
  }
  .sv-content-item-text{
    width: calc(50% - 16px);
    @media screen and (max-width: 1000px){
      width: 100%;
    }
    h3{
      font-size: 32px;
      letter-spacing: 1.6px;
      color: #00766E;
      @media screen and (max-width: 1000px){
        font-size: 24px;
      }
      &::after{
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background: #008D84;
        margin: 24px 0;
        @media screen and (max-width: 1000px){
          margin: 16px 0;
        }
      }
      span{
        font-size: 24px;
        letter-spacing: 1.2px;
        display: block;
      }
    }
    h4{
      font-size: 20px;
      letter-spacing: 1px;
      margin-bottom: 13px;
      @media screen and (max-width: 1000px){
        font-size: 18px;
      }
    }
    p{
      font-size: 18px;
      letter-spacing: .9px;
      @media screen and (max-width: 1000px){
        font-size: 16px;
      }
    }
  }
}

/* maximize4 */
.maximize4{
  margin-top: 120px;
  @media screen and (max-width: 767px){
    margin-top: 80px;
  }
  ul{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    @media screen and (max-width: 767px){
      margin-top: 32px;
      flex-direction: column;
    }
  }
  li{
    width: calc((100% - 16px) / 2);
    border: 1px solid #97C4C2;
    border-radius: 8px;
    background: linear-gradient(180deg, #DBF3F1 0%, #FFF 100%);
    transition: opacity .3s;
    @media screen and (max-width: 767px){
      width: 100%;
    }
  }
  h3{
    font-size: 32px;
    color: #00766E;
    letter-spacing: 1.6px;
    @media screen and (max-width: 767px){
      font-size: 24px;
    }
    span{
      background: #00766E;
      color: #fff;
      padding: 8px;
      margin-right: 8px;
      @media screen and (max-width: 767px){
        margin-right: 4px;
        padding: 4px 8px;
      }
    }
    em{
      font-style: normal;
      font-size: 24px;
      letter-spacing: 1.2px;
      @media screen and (max-width: 767px){
        font-size: 18px;
      }
    }
  }
  h4{
    font-size: 20px;
    color: #00766E;
    margin: 16px 0;
    letter-spacing: 1px;
    @media screen and (max-width: 767px){
      font-size: 18px;
      margin: 8px 0;
    }
  }
  .maximize4-text{
    padding: 24px;
    @media screen and (max-width: 767px){
      padding: 24px 20px;
    }
    p{
      letter-spacing: .8px;
    }
  }
  .maximize4-img-left,
  .maximize4-img-right{
    overflow: hidden;
  }
  .maximize4-img-left{
    border-radius: 0 0 0 8px;
  }
  .maximize4-img-right{
    border-radius: 0 0 8px 0;
    text-align: right;
  }
  img{
    width: 100%;
    max-width: max-content;
  }
}

/* functions */
.functions{
  margin-top: 120px;
  @media screen and (max-width: 767px){
    margin-top: 80px;
  }
  .functions-main{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
    @media screen and (max-width: 767px){
      flex-direction: column;
      margin-top: 32px;
    }
    li{
      width: calc((100% - 16px) / 2);
      @media screen and (max-width: 767px){
        width: 100%;
      }
    }
    p{
      margin-top: 8px;
      letter-spacing: .8px;
      color: #333;
      transition: all .3s;
    }
  }
  h3{
    font-size: 20px;
    color: #00766E;
    letter-spacing: 1px;
    transition: all .3s;
    &.sp-fs16{
      @media screen and (max-width: 767px){
        font-size: 16px;
      }
    }
  }
  .functions-main-item{
    display: flex;
    gap: 24px;
    border-radius: 16px;
    box-shadow: 0 0 10px 0 rgba(0, 165, 154, .30);
    padding: 16px;
    position: relative;
    transition: all .3s;
    &::after{
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      background: url(/images/rn2026/common/icon/arrow-right-small.svg) no-repeat;
      position: absolute;
      bottom: 10px;
      right: 16px;
      transition: all .3s;
    }
    @media screen and (max-width: 767px){
      align-items: center;
      gap: 16px;
      figure{
        width: 40%;
        img{width: 100%;}
      }
      .functions-text{
        width: calc(60% - 16px);
      }
    }
    &:hover{
      background: #008D84;
      h3, p{
        color: #fff;
      }
      &::after{
        background: url(/images/rn2026/common/icon/arrow-right-small-whi.svg) no-repeat;
      }
    }
  }
  .functions-sub{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
    @media screen and (max-width: 767px){
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-top: 24px;
    }
    li{
      width: calc((100% - 32px) / 5);
      @media screen and (max-width: 767px){
        width: calc((100% - 8px) / 2);
      }
    }
    .functions-sub-item{
      display: block;
      position: relative;
      text-align: center;
      color: #00766E;
      border-radius: 16px;
      box-shadow: 0 0 10px 0 rgba(0, 165, 154, .30);
      padding: 12px 0;
      transition: all .3s;
      &::after{
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background: url(/images/rn2026/common/icon/arrow-right-small.svg) no-repeat;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s;
      }
      p{
        font-weight: 700;
        text-indent: -12px;
        transition: all .3s;
        @media screen and (max-width: 767px){
          font-size: 14px;
        }
      }
      &:hover{
        background: #008D84;
        p{
          color: #fff;
        }
        &::after{
          background: url(/images/rn2026/common/icon/arrow-right-small-whi.svg) no-repeat;
        }
      }
    }
  }
  .btn-functions{
    font-weight: 700;
    letter-spacing: .8px;
    width: 100%;
    max-width: 376px;
    padding: 12px 0;
    margin: 80px auto 0;
    border: 1px solid #00766E;
    @media screen and (max-width: 767px){
      margin-top: 40px;
    }
  }
}

/* casestudy */
.blogs{
  margin-top: 120px;
  .btn-blogs{
    font-weight: 700;
    letter-spacing: .8px;
    width: 100%;
    max-width: 376px;
    padding: 12px 0;
    margin: 80px auto 0;
    border: 1px solid #00766E;
    @media screen and (max-width: 767px){
      margin-top: 40px;
    }
  }
}
.casestudy-cards{
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  gap: 24px;
  @media screen and (max-width: 767px){
    display: block;
    justify-content: inherit;
  }
  li{
    width: calc((100% - 48px) / 3);
    border-radius: 16px;
    box-shadow: 0 0 15px 0 rgba(0, 165, 154, 0.20);
    background: #fff;
    padding-bottom: 16px;
    transition: all .3s;
    @media screen and (max-width: 767px){
      width: auto;
    }
    &:hover{
      background: #DBF0EF;
    }
  }
  .image,
  .logo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    height: 180px;
    img{
      width: 100%;
    }
  }
  .logo{
    height: 50px;
    overflow: hidden;
    padding: 4px 0;
    justify-content: left;
    img{
      width: auto;
      max-width: 100%;
      max-height: 50px;
    }
  }
  .casestudy-text{
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    margin: 8px 8px 16px;
  }
  .ttl{
    font-size: 12px;
    font-weight: 700;
    color: #008D84;
  }
  .company{
    font-size: 14px;
    color: #6A6A6A;
  }
  .des{
    letter-spacing: .8px;
    margin: 0 8px 8px;
    color: #333;
  }
  .tags{
    margin: 16px 8px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    .tag{
      border: 1px solid #DBF0EF;
      padding: 4px 12px;
      background: #fff;
      color: #00766E;
      font-weight: 700;
      font-size: 14px;
    }
  }
}

#blog-cards{
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  gap: 24px;
  @media screen and (max-width: 767px){
    flex-direction: column;
    gap: 16px;
  }
  li{
    width: calc((100% - 48px) / 3);
    border-radius: 16px;
    box-shadow: 0 0 15px 0 rgba(0, 165, 154, 0.20);
    background: #fff;
    padding: 16px;
    transition: all .3s;
    @media screen and (max-width: 767px){
      width: calc(100% - 32px);
      margin: 0 auto;
    }
    &:hover{
      background: #DBF0EF;
    }
  }
  .img{
    border-radius: 8px;
    overflow: hidden;
    img{
      width: 100%;
    }
  }
  .ymd{
    font-size: 12px;
    letter-spacing: .6px;
    color: #008D84;
    margin: 8px 0;
  }
  .ttl{
    color: #333;
    letter-spacing: .8px;
  }
  .tags{
    margin: 8px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    .tag{
      border: 1px solid #DBF0EF;
      padding: 4px 12px;
      background: #fff;
      color: #00766E;
      font-weight: 700;
      font-size: 14px;
    }
  }
}
.news-post{
  margin-top: 40px;
  li{
    position: relative;
    width: 100%;
    a{
      display: flex;
      padding: 8px;
      background: #fff;
      width: calc(100% - 44px - 8px);
      margin-left: 52px;
      @media screen and (max-width: 767px){
        display: block;
        margin-left: 0;
        width: 100%;
      }
    }
    &:hover{
      a{
        background: #DBF0EF;
        border-radius: 4px;
      }
    }
  }
  .ymd{
    font-size: 16px;
    width: 88px;
    color: #00766E;
    margin-right: 8px;
  }
  .ttl{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    @media screen and (max-width: 767px){
      margin-top: 8px;
    }
  }
  .new{
    &::before{
      content: "NEW";
      display: block;
      width: 44px;
      height: 22px;
      font-size: 12px;
      background: #E75243;
      color: #fff;
      border-radius: 999px;
      padding: 2px 8px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      @media screen and (max-width: 767px){
        top: 13%;
        left: 108px;
        transform: translateY(0);
      }
    }
  }
}

/* supports */
.supports{
  background: #008D84;
  border-radius: 8px;
  padding: 40px;
  margin-top: 120px;
  @media screen and (max-width: 767px){
    margin-top: 80px;
    padding: 40px 24px;
  }
  .supports-title{
    display: flex;
    align-items: center;
    gap: 24px;
    @media screen and (max-width: 767px){
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }
    h2{
      font-size: 40px;
      color: #fff;
      letter-spacing: 2px;
      @media screen and (max-width: 767px){
        font-size: 32px;
      }
    }
    p{
      color: #fff;
      letter-spacing: .8px;
    }
  }
  .supports-lists{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    @media screen and (max-width: 767px){
      margin-top: 24px;
      flex-direction: column;
      gap: 8px;
    }
    li{
      text-align: center;
      width: calc((100% - 32px) / 3);
      background: #fff;
      border-radius: 4px;
      padding: 16px;
      @media screen and (max-width: 767px){
        width: 100%;
        padding: 16px 24px;
      }
      p{
        font-size: 14px;
        color: #00766E;
        font-weight: 700;
        letter-spacing: .7px;
        margin: 8px 0 4px;
        @media screen and (max-width: 767px){
          margin: 0 0 4px;
        }
      }
      h3{
        font-size: 20px;
        color: #00766E;
        @media screen and (max-width: 767px){
          margin-bottom: 12px;
        }
      }
      img{
        width: 100%;
      }
    }
  }
}

/* consulting */
.consulting{
  background: #008D84 url(/images/rn2026/top/consulting-bg.svg) no-repeat 50% 50%;
  background-size: cover;
  margin-top: 120px;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  @media screen and (max-width: 767px){
    margin-top: 80px;
    padding: 80px 0;
  }
  .section-title,
  .section-read{
    color: #fff;
  }
  .consulting-lists{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    @media screen and (max-width: 767px){
      margin-top: 32px;
      gap: 16px;
    }
  }
  .consulting-lists-sub{
    display: flex;
    gap: 24px;
    margin-top: 24px;
    @media screen and (max-width: 767px){
      flex-direction: column;
      gap: 16px;
      margin-top: 16px;
    }
    li{
      width: calc((100% - 24px) / 2);
      @media screen and (max-width: 767px){
        width: 100%;
      }
    }
    .consulting-lists-item-text{
      padding-bottom: 36px;
    }
  }
  .consulting-lists-item{
    display: flex;
    gap: 40px;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    transition: all .3s;
    border: 1px solid #fff;
    @media screen and (max-width: 767px){
      flex-direction: column;
      gap: 16px;
    }
    figure{
      width: 45%;
      img{width: 100%;}
      @media screen and (max-width: 767px){
        width: 100%;
      }
    }
    &.flex-revers{
      flex-direction: row-reverse;
      @media screen and (max-width: 767px){
        flex-direction: column;
      }
    }
    &:hover{
      background: #00766E;
      .consulting-lists-item-text{
        h3,
        .consulting-lists-item-text-read,
        .consulting-lists-item-link{
          color: #fff;
        }
        .consulting-lists-item-link{
          &::after{
            background: url(/images/rn2026/common/icon/arrow-right-small-whi.svg) no-repeat;
          }
        }
      }
    }
  }
  .consulting-lists-item-text{
    position: relative;
    width: calc(55% - 40px);
    @media screen and (max-width: 767px){
      width: 100%;
      padding-bottom: 36px;
    }
    &.w100{
      width: 100%;
    }
    h3{
      font-size: 20px;
      color: #00766E;
      transition: all .3s;
    }
    .consulting-lists-item-text-read{
      font-size: 18px;
      color: #333;
      margin-top: 8px;
      transition: all .3s;
      @media screen and (max-width: 767px){
        font-size: 16px;
      }
    }
    .consulting-lists-item-link{
      position: absolute;
      bottom: 0;
      font-weight: 700;
      color: #00766E;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: all .3s;
      @media screen and (max-width: 767px){
        right: 0;
      }
      &::after{
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background: url(/images/rn2026/common/icon/arrow-right-small.svg) no-repeat;
        transition: all .3s;
      }
    }
  }
  .btn-consulting{
    font-weight: 700;
    letter-spacing: .8px;
    width: 100%;
    max-width: 376px;
    padding: 12px 0;
    margin: 80px auto 0;
    border: 1px solid #00766E;
    &:hover{
      color: #333;
    }
    @media screen and (max-width: 767px){
      margin-top: 40px;
    }
  }
}

/* news */
.news{
  margin-top: 120px;
}

/* registration (from ai-analyze) */
.registration{
  padding: 120px 0 96px;
  margin-top: 120px;
  background: #FAF8D2 url(/images/rn2026/top/registration-bg.svg) no-repeat 50% 100%;
  .formArea{
    margin: 40px auto 0;
    padding: 40px;
    background: #fff;
    width: 100%;
    max-width: 680px;
    border-radius: 24px;
    box-shadow: 0 0 10px 0 rgba(0, 165, 154, .4);
    box-sizing: border-box;
    @media screen and (max-width: 767px){
      padding: 40px 16px;
    }
  }
  form{
    margin-top: 32px;
    padding: 0 60px;
    @media screen and (max-width: 767px){
      padding: 0;
    }
  }
  .area-wrap{
    margin-top: 24px;
    &:first-child{
      margin-top: 0;
    }
  }
  .area-title{
    font-weight: 600;
    .req{
      background: #E75243;
      padding: 4px 8px;
      font-size: 14px;
      color: #fff;
      margin-right: 8px;
      border-radius: 4px;
    }
    .offer-text{
      font-size: 12px;
      color: #888;
      margin-left: 8px;
      @media screen and (max-width: 767px){
        display: block;
        margin-left: 0;
        margin-top: 4px;
      }
    }
  }
  .nameArea-input p,
  input{
    font-size: 18px;
    color: #ACACAC;
    &:not(:placeholder-shown){
      color: #333;
    }
  }
  input::placeholder{
    color: #ACACAC;
  }
  input:not(.p-check){
    padding: 12px 16px;
    border-radius: 8px;
    width: 100%;
    border: 2px solid #ccc;
    margin-top: 8px;
    @media screen and (max-width: 767px){
      padding: 12px;
    }
    &.fls{
      border: 2px solid #FF7F72;
      background: #FFF0F0;
    }
  }
  .nameArea-input{
    display: flex;
    gap: 16px;
    @media screen and (max-width: 767px){
      display: block;
      .firstName{
        margin-top: 8px;
      }
    }
  }
  .lastName,
  .firstName{
    display: flex;
    align-items: center;
    p{margin-top: 8px;}
  }
  .check-cf{
    margin-top: 8px;
    border: 2px solid #ccc;
    padding: 12px 16px;
    border-radius: 10px;
    display: inline-block;
    background: #fff;
    label{
      display: flex;
      align-items: center;
    }
    span{
      margin-left: 16px;
    }
    input[type="checkbox"] {
      width: 18px;
      height: 18px;
    }
  }
  .pp-links{
    margin-top: 8px;
    a{
      color: #00A59A;
      text-decoration: underline;
      &:hover{
        text-decoration: none;
      }
    }
  }
  @media screen and (max-width: 767px){
    .f-box{
      display: flex;
      align-items: center;
    }
  }
  .submit-btn{
    color: #fff;
    text-align: center;
    border-radius: 999px;
    width: 100%;
    max-width: 480px;
    padding: 20px 0;
    border: none;
    margin-top: 32px;
    @media screen and (max-width: 767px){
      padding: 12px 0;
    }
  }
  .page-btn{
    display: block;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-align: center;
    border-radius: 999px;
    background: linear-gradient(54deg, rgb(0, 165, 154) 47.06%, rgb(199, 224, 130) 100.46%);
    &:hover{
      background: #008F86;
    }
  }
  .telBox{
    margin: 32px auto 0;
    padding: 16px 0;
    border: 1px solid #DBF0EF;
    text-align: center;
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    @media screen and (max-width: 767px){
      font-size: 14px;
    }
    .num{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      @media screen and (max-width: 767px){
        flex-direction: column;
        gap: 0;
      }
      & > p{
        font-size: 36px;
        font-family: "Oswald";
        font-feature-settings: 'pwid' on, 'palt' on;
      }
      .open-time{
        @media screen and (max-width: 767px){
          display: flex;
          justify-content: center;
          align-items: center;
        }
        p{
          font-size: 12px;
          &.tims{
            font-size: 14px;
            @media screen and (max-width: 767px){
              font-size: 12px;
            }
          }
        }
      }
    }
  }
  .isms{
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #CFD8DC;
  }
  .acquisition-isms{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    @media screen and (max-width: 767px){
      flex-direction: column;
      gap: 8px;
    }
    figure{
      width: 100%;
      max-width: 117px;
    }
    .isms-title{
      h4{
        font-size: 14px;
        color: #888;
        @media screen and (max-width: 767px){
          text-align: center;
          font-size: 12px;
        }
      }
      p{
        font-size: 10px;
      }
    }
  }
  .isms-info{
    margin-top: 8px;
    font-size: 10px;
    color: #888;
    text-align: center;
    @media screen and (max-width: 767px){
      text-align: left;
    }
  }
  .error{
    margin-top: 8px;
    color: #D91919;
    font-size: 14px;
    &.hidden{
      display: none;
    }
    &.err-small{
      font-size: 12px;
    }
  }
}

/* Swiper Arrow */
.casestudy-swiper {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
  overflow: hidden;
  position: relative;
  @media screen and (max-width: 767px) {
    padding: 0;
    width: 100vw;
    max-width: 100%;
    overflow: initial;
  }
}
.casestudy-cards.swiper-wrapper{
  padding: 0;
  display: flex !important;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  @media screen and (max-width: 767px) {
    margin: 0;
  }
}
.casestudy-swiper .swiper-slide{
  box-sizing: border-box;
  width: auto;
  height: auto;
  flex-shrink: 0;
  display: flex;
  @media screen and (max-width: 767px) {
    width: calc(100vw - 48px) !important;
    max-width: 750px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.casestudy-swiper .swiper-slide > a {
  width: 100%;
  display: block;
}
.casestudy-swiper .swiper-button-prev,
.casestudy-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  margin-top: calc(0px - (40px / 2));
}
.casestudy-swiper .swiper-button-prev::after,
.casestudy-swiper .swiper-button-next::after {
  content: none;
}
.casestudy-swiper .swiper-button-prev {
  background-image: url(/images/rn2026/common/icon/slider-arrow-left.svg);
  left: 8px;
}
.casestudy-swiper .swiper-button-next {
  background-image: url(/images/rn2026/common/icon/slider-arrow-right.svg);
  right: 8px;
}