/* -----------------------------------------------------
	variables
----------------------------------------------------- */
/* -----------------------------------------------------
	kv
----------------------------------------------------- */
#kv {
  background: url(../img/kv_bg.png) no-repeat top center / cover;
  padding-top: 90px; }
  @media screen and (max-width: 1024px) {
    #kv {
      padding-top: 80px; } }
  @media screen and (max-width: 480px) {
    #kv {
      padding-top: 50px; } }
  @media screen and (max-width: 980px) {
    #kv .inner_k {
      padding: 80px 0; } }
  @media screen and (max-width: 768px) {
    #kv .inner_k {
      padding: 6.51042vw 0 10.41667vw; } }
  #kv .inner_k .kv_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 90%;
    max-width: 1280px;
    height: 570px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 980px) {
      #kv .inner_k .kv_wrap {
        display: block;
        width: 100%;
        margin: 0; } }
    #kv .inner_k .kv_wrap .kv_cont.text_box {
      width: 50%;
      margin: 0 2% 0 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 30px;
      text-align: left; }
      #kv .inner_k .kv_wrap .kv_cont.text_box img {
        max-width: 80%;
      }
      @media screen and (max-width: 980px) {
        #kv .inner_k .kv_wrap .kv_cont.text_box {
          width: 72%;
          margin: 0 auto 60px; } }
      @media screen and (max-width: 768px) {
        #kv .inner_k .kv_wrap .kv_cont.text_box {
          width: 83.85417vw;
          margin: 0 auto 9.11458vw; } }
      #kv .inner_k .kv_wrap .kv_cont.text_box .kv_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #FF7F00;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        width: 100%;
        max-width: 348px;
        max-height: 61px;
        padding: 2% 0;
        margin: 15px 0 0;
        position: relative;
        border-radius: 26px; }
        @media screen and (max-width: 768px) {
          #kv .inner_k .kv_wrap .kv_cont.text_box .kv_btn {
            font-size: 3.90625vw;
            padding: 3.90625vw 0;
            margin: 5.20833vw 0 0; } }
    #kv .inner_k .kv_wrap .kv_cont.img_box {
      width: 60%;
      padding: 2% 0; }
      @media screen and (max-width: 980px) {
        #kv .inner_k .kv_wrap .kv_cont.img_box {
          width: 100%;
          padding: 0 10%; } }
      @media screen and (max-width: 768px) {
        #kv .inner_k .kv_wrap .kv_cont.img_box {
          order: 4;
          width: 83.85417vw;
          padding: 0;
          margin: 0 auto 32px; } }

    /* .fv__computer: PC/タブレット用スタイル (.kv_cont.img_box に相当) */
    #kv .inner_k .kv_wrap .fv__computer {
      width: 60%;
      padding: 2% 0; }
      @media screen and (max-width: 980px) {
        #kv .inner_k .kv_wrap .fv__computer {
          width: 100%;
          padding: 0 10%; } }

.kv_img {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .kv_img {
      border-radius: 2.60417vw; }
      .kv_img .video_btn {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        cursor: pointer; }
        .kv_img .video_btn:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 13.15104vw;
          height: 12.23958vw;
          background: url(../img/play-btn.png) no-repeat center center/100%;
          -webkit-transition: opacity 0.2s;
          -o-transition: opacity 0.2s;
          transition: opacity 0.2s; } }
  .kv_img video {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none; }
    @media screen and (max-width: 768px) {
      .kv_img video {
        -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
        filter: drop-shadow(0px 0px rgba(0, 0, 0, 0)); } }

#kv .inner_k .kv_wrap .kv_cont.text_box .kv_main_copy {
  font-size: 45px;
  font-size: clamp(35px, 3.5vw, 45px);
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  color: #003077;
  position: relative;
}
#kv .inner_k .kv_wrap .kv_cont.text_box .kv_point {
  color: #444444;
  font-size: 17px;
  padding-left: 2rem;
  position: relative;
  line-height: 1.7;
}
#kv .inner_k .kv_wrap .kv_cont.text_box .kv_point li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: url(../img/kv_check.png) no-repeat left center / contain;
  width: 1.5rem;
  height: 1.5rem;
  padding-top: 1.3rem;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .sp-hidden {
    display: none;
  }
  #kv .inner_k .kv_wrap .kv_cont.text_box .kv_main_copy br:not(.sp-only) {
    display: none;
  }
  /* kv_wrap: 固定heightを解除してフレックスカラムに切り替え */
  #kv .inner_k .kv_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    margin: 0;
    gap: 0;
    padding: 0 5.20833vw;
    box-sizing: border-box;
  }
  /* display:contents でtext_boxの子要素をkv_wrapのflexアイテムに昇格 */
  #kv .inner_k .kv_wrap .kv_cont.text_box {
    display: contents;
  }
  /* ① ロゴ */
  #kv .inner_k .kv_wrap .kv_cont.text_box picture {
    order: 1;
    margin-bottom: 32px;
    width: 100%;
  }
  /* ② H1 */
  #kv .inner_k .kv_wrap .kv_cont.text_box .kv_main_copy {
    order: 2;
    font-size: clamp(24px, 8.2vw, 32px);
    line-height: 1.3;
    white-space: normal;
    margin-bottom: 24px;
    width: 100%;
  }
  /* ③ チェックリスト */
  #kv .inner_k .kv_wrap .kv_cont.text_box .kv_point {
    order: 3;
    margin-bottom: 32px;
    width: 100%;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #kv .inner_k .kv_wrap .kv_cont.text_box .kv_point li {
    font-size: clamp(14px, 4.35vw, 17px);
    line-height: 1.4;
  }
  #kv .inner_k .kv_wrap .kv_cont.text_box .kv_point li::before {
    width: 16px;
    height: 16px;
    padding-top: 7px;
  }
  #kv .inner_k .kv_wrap .fv__computer {
    order: 4;
    width: calc(100% + 10.41667vw);
    margin-left: -5.20833vw;
    margin-right: -5.20833vw;
    margin-bottom: 32px;
  }
  #kv .inner_k .kv_wrap .kv_cont.text_box .kv_btn {
    order: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    font-size: clamp(16px, 4.61vw, 18px);
    padding: 16px 20px;
    border-radius: 35px;
    box-sizing: border-box;
  }
}

@keyframes loop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-25%); } 
}

@-webkit-keyframes slide {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -3220px 0;
  }
}

@keyframes slide {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -3220px 0;
  }
}

.company_logo {
  background: #fff;
}
.company_logo .ttl {
  color: #9B9B9B;
  font-size: 17px;
  padding-top: 20px;
}
.slide_box.box {
  margin: auto;
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: 30px;
  width: 100%;
  margin: 30px auto 0;
  max-width: 1280px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 150px, #000 calc(100% - 150px), transparent);
  mask-image: linear-gradient(to right, transparent, #000 150px, #000 calc(100% - 150px), transparent);
}
.slide_box.box .sliding {
  background: url(/img/output/slider.png) repeat-x 50%;
  height: 50px;
  width: 100%;
  -webkit-animation: slide 25s linear infinite;
  animation: slide 25s linear infinite;
}

/* -----------------------------------------------------
	assignment
----------------------------------------------------- */
#assignment {
  position: relative; }
    @media screen and (max-width: 768px) {
      #assignment::after {
        width: 18.22917vw;
        height: 18.22917vw;
        bottom: -9.11458vw; } }
  #assignment .inner {
    padding: 140px 0 100px; }
    @media screen and (max-width: 768px) {
      #assignment .inner {
        padding: 13.02083vw 0 15.625vw; } }
    #assignment .inner .ttl {
      font-size: 4.5rem;
      font-weight: 500;
      line-height: 1;
      margin-top: 10px;
      margin-bottom: 25px;
      color: #0084DD;
      position: relative; }
      @media screen and (max-width: 768px) {
        #assignment .inner .section_point_sub {
          padding: 0 40px;}
        #assignment .inner .ttl {
          line-height: 1.6;
          font-size: 7.03125vw;
          font-weight: 700; } }
      #assignment .inner .ttl img {
        vertical-align: middle;
        margin-right: 0.2em; }
        @media screen and (max-width: 768px) {
          #assignment .inner .ttl img {
            width: 23.17708vw;
            vertical-align: middle;
            padding-bottom: 1.30208vw; } }
  #assignment .assignment_wrap {
    padding-left: 60px; }
    @media screen and (max-width: 768px) {
      #assignment .assignment_wrap {
        padding-left: 0; } }
  #assignment .assignment_list {
    padding: 60px 0 60px 26%;
    background: #fff;
    border: 3px solid #0084DD;
    position: relative; }
    @media screen and (max-width: 1360px) {
      #assignment .assignment_list {
        padding: 60px 0 60px 21.15385vw; } }
    @media screen and (max-width: 768px) {
      #assignment .assignment_list {
        padding: 26.04167vw 10.9375vw 11.71875vw; } }
    #assignment .assignment_list::before {
      content: "";
      display: inline-block;
      width: 359px;
      height: 269px;
      background: url(../img/pc_img.png) no-repeat left center/100%;
      position: absolute;
      top: 55%;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1360px) {
        #assignment .assignment_list::before {
          width: 26.39706vw;
          height: 19.77941vw;
          -webkit-transform: translate(-24%, -50%);
          -ms-transform: translate(-24%, -50%);
          transform: translate(-24%, -50%);
          background: url(../img/pc_img.png) no-repeat left center/80%; } }
      @media screen and (max-width: 768px) {
        #assignment .assignment_list::before {
          width: 65.10417vw;
          height: 48.69792vw;
          top: -23.4375vw;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          background: url(../img/sp/pc_img.png) no-repeat left center/100%; } }
    #assignment .assignment_list ul li {
      text-align: left;
      font-size: 2.4rem;
      position: relative; }
      @media screen and (max-width: 1100px) {
        #assignment .assignment_list ul li {
          font-size: 2.18182vw; } }
      @media screen and (max-width: 768px) {
        #assignment .assignment_list ul li {
          font-size: 5.46875vw;
          padding-left: 7.8125vw; } }
      #assignment .assignment_list ul li + li {
        margin-top: 30px; }
        @media screen and (max-width: 768px) {
          #assignment .assignment_list ul li + li {
            margin-top: 6.51042vw; } }
      #assignment .assignment_list ul li::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 5%;
        left: -45px;
        width: 29px;
        height: 27px;
        background: url(../img/check.png) no-repeat left top/100%; }
        @media screen and (max-width: 768px) {
          #assignment .assignment_list ul li::before {
            top: 1.30208vw;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
            width: 7.55208vw;
            height: 7.03125vw;
            left: -3.90625vw; } }

#sub {
  background: #F8F8F8; }
  @media screen and (max-width: 768px) {
    #sub .inner {
      padding: 18.22917vw 3.90625vw 13.02083vw; }
      #sub .inner img {
        width: 78.38542vw;
        margin: 0 auto; } }
  #sub .inner ul {
    display: inline-block;
    margin: 35px 0 0 8em; }
    @media screen and (max-width: 768px) {
      #sub .inner ul {
        margin: 7.8125vw 0 0 4.55729vw; } }
    #sub .inner ul li {
      text-align: left;
      font-size: 2.4rem;
      position: relative; }
      @media screen and (max-width: 1360px) {
        #sub .inner ul li {
          font-size: 2.05882vw; } }
      @media screen and (max-width: 768px) {
        #sub .inner ul li {
          font-size: 5.46875vw;
          padding-left: 7.8125vw; } }
      #sub .inner ul li + li {
        margin-top: 30px; }
        @media screen and (max-width: 768px) {
          #sub .inner ul li + li {
            margin-top: 6.51042vw; } }
      #sub .inner ul li span {
        display: block;
        font-size: 1.4rem;
        margin-top: 6px; }
        @media screen and (max-width: 768px) {
          #sub .inner ul li span {
            font-size: 3.38542vw;
            margin-top: 1.5625vw; } }
      #sub .inner ul li::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 10%;
        left: -45px;
        width: 29px;
        height: 27px;
        background: url(../img/check.png) no-repeat left top/100%; }
        @media screen and (max-width: 768px) {
          #sub .inner ul li::before {
            top: 1.30208vw;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
            width: 7.55208vw;
            height: 7.03125vw;
            left: -3.90625vw; } }

.inner .section_point {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00CFFF;
}
.inner .section_point_sub {
  font-size: 1.6rem;
  color: #323232;
}

.sf-solution-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #f4f6f9;
  padding: 60px 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.sf-solution-inner {
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}

.sf-solution-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.sf-solution-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sf-status-box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  min-height: 90px;
}

.sf-icon-area {
  flex-shrink: 0;
}

.sf-icon {
  display: flex;
  width: 36px;
  padding: 5px;
  height: 36px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}

.sf-icon.blue-light {
  background-color: #E6F1FF;
}

.sf-icon.blue-dark {
  background-color: #2196f3;
}

.sf-status-txt {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #444444;
  text-align: left;
}

.sf-arrow-small {
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sf-arrow-down-icon {
  display: block;
}

.sf-arrow-large {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sf-arrow-triangle {
  display: block;
}
.sf-arrow-triangle .sf-icon_img.pc-hidden{
  visibility: hidden;
}

.sf-main-card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px 24px;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-grow: 1;
}

.sf-card-img {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.sf-img {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 255px;
}

.sf-card-ttl {
  margin: 0 0 16px 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  color: #444444;
}

.sf-card-txt {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #444444;
}

@media screen and (max-width: 768px) {
  .sf-arrow-triangle .sf-icon_img.pc-hidden{
    visibility: unset;
  }

  .sf-solution-container {
    padding: 40px 16px;
  }

  .sf-solution-grid {
    flex-direction: column;
    gap: 40px;
  }

  .sf-solution-col {
    width: 100%;
  }

  .sf-status-box {
    min-height: auto;
    padding: 16px;
  }

  .sf-card-ttl {
    font-size: 17px;
  }

  .sf-card-txt {
    font-size: 13.5px;
    text-align: left;
  }
}
/* -----------------------------------------------------
	about
----------------------------------------------------- */
#about {
  background: #F8F8F8; }
  #about .inner .sec_ttl {
    font-size: 5.4rem;
    color: #0084DD;
    margin-bottom: 68px; }
    @media screen and (max-width: 768px) {
      #about .inner .sec_ttl {
        font-size: 8.85417vw;
        margin-bottom: 7.8125vw; } }
    #about .inner .sec_ttl span {
      color: rgba(0, 0, 0, 0.3);
      display: block;
      font-weight: 400;
      font-size: 2.7rem; }
      @media screen and (max-width: 768px) {
        #about .inner .sec_ttl span {
          font-size: 5.72917vw;
          margin-bottom: 2.60417vw; } }
  #about .inner .sec_sub_ttl {
    text-align: center;
    font-size: 3.7rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 40px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #about .inner .sec_sub_ttl {
        line-height: 1.6;
        font-size: 5.72917vw;
        margin-bottom: 5.20833vw; } }
    #about .inner .sec_sub_ttl img {
      vertical-align: middle;
      margin-right: 0.1em; }
      @media screen and (max-width: 768px) {
        #about .inner .sec_sub_ttl img {
          width: 23.17708vw;
          vertical-align: middle;
          padding-bottom: 1.30208vw; } }
  #about .inner .text {
    font-size: 1.8rem;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #about .inner .text {
        font-size: 4.6875vw;
        margin-bottom: 7.8125vw;
        text-align: left; } }
    #about .inner .text span {
      font-weight: 700; }

.sf-reason-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sf-reason-inner {
  width: 100%;
  padding: 0 24px 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sf-reason-card {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 40px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.sf-reason-card.sf-reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.sf-reason-card.sf-reverse .sf-reason-img {
  justify-content: flex-start;
  max-width: 300px;
}

.sf-reason-body {
  flex: 1;
  max-width: 530px;
  text-align: left;
}

.sf-reason-num {
  display: inline-block;
  color: #00cfff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.sf-reason-ttl {
  margin: 0 0 24px 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #323232;
}

.sf-reason-txt {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #666666;
}

.sf-reason-img {
  flex: 1;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sf-reason-inner {
    padding: 0 16px 40px;
    gap: 16px;
  }

  .sf-reason-card,
  .sf-reason-card.sf-reverse {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px;
    gap: 32px;
  }

  .sf-reason-body {
    width: 100%;
    max-width: 100%;
  }

  .sf-reason-num {
    margin-bottom: 12px;
  }

  .sf-reason-ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .sf-reason-ttl br {
    display: none;
  }

  .sf-reason-txt {
    font-size: 14px;
  }

  .sf-reason-img {
    width: 100%;
    max-width: 100%;
  }
}
/* -----------------------------------------------------
	step
----------------------------------------------------- */
#step .inner .sec_sub_ttl {
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #step .inner .sec_sub_ttl {
      font-size: 5.72917vw;
      margin-bottom: 7.8125vw; }
      #step .inner .sec_sub_ttl span {
        font-size: 8.33333vw; } }
  #step .inner .sec_sub_ttl img {
    vertical-align: middle;
    margin-right: 0.1em; }
    @media screen and (max-width: 768px) {
      #step .inner .sec_sub_ttl img {
        width: 23.17708vw;
        vertical-align: middle;
        padding-bottom: 1.30208vw; } }

#step .inner .text_area {
  color: #0084DD;
  background: #fff;
  -webkit-box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  padding: 20px 10px 30px;
  margin-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #step .inner .text_area {
      border-radius: 7.8125vw;
      padding: 5.20833vw 6.51042vw;
      margin-bottom: 28.64583vw; } }
  #step .inner .text_area::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: url(../img/arrow.png) no-repeat center bottom/100%; }
    @media screen and (max-width: 768px) {
      #step .inner .text_area::after {
        width: 18.22917vw;
        height: 18.22917vw;
        bottom: -24.73958vw; } }
  #step .inner .text_area h4 {
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      #step .inner .text_area h4 {
        font-size: 6.77083vw;
        margin-bottom: 2.60417vw; } }
  #step .inner .text_area .text {
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      #step .inner .text_area .text {
        font-size: 3.64583vw;
        text-align: left; } }

#step .inner .ttl,
#support .inner .ttl {
  color: #0084DD;
  font-size: 4.4rem;
  font-weight: 500;
  margin-bottom: 46px; }
  @media screen and (max-width: 768px) {
    #step .inner .ttl,
    #support .inner .ttl {
      font-weight: 700;
      line-height: 1.6;
      font-size: 7.03125vw; } }
  #step .inner .ttl .en {
    display: inline-block;
    letter-spacing: .06em;
    padding-left: .08em; }

#step .inner .step_area .sub_ttl {
  font-size: 1.7rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    #step .inner .step_area .sub_ttl {
      font-size: 3.38542vw; } }

#step .inner .step_area .step_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #step .inner .step_area .step_wrap {
      display: block;
      margin-bottom: 10.41667vw; } }
  #step .inner .step_area .step_wrap .step_item {
    width: calc(100% / 3 - 24px);
    border-radius: 40px;
    overflow: hidden;
    -webkit-box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      #step .inner .step_area .step_wrap .step_item {
        width: 100%;
        border-radius: 8.59375vw; }
        #step .inner .step_area .step_wrap .step_item + .step_item {
          margin-top: 10.41667vw; } }
    #step .inner .step_area .step_wrap .step_item .img_box {
      background: #0084DD;
      padding: 30px 10px 20px; }
      @media screen and (max-width: 768px) {
        #step .inner .step_area .step_wrap .step_item .img_box {
          padding: 7.8125vw 0 5.20833vw; } }
      #step .inner .step_area .step_wrap .step_item .img_box img {
        width: 223px; }
        @media screen and (max-width: 768px) {
          #step .inner .step_area .step_wrap .step_item .img_box img {
            width: 44.27083vw; } }
    #step .inner .step_area .step_wrap .step_item .text_box {
      padding: 30px 0 40px; }
      @media screen and (max-width: 768px) {
        #step .inner .step_area .step_wrap .step_item .text_box {
          padding: 5.20833vw 7.8125vw 7.8125vw; } }
      #step .inner .step_area .step_wrap .step_item .text_box ul {
        display: inline-block; }
        #step .inner .step_area .step_wrap .step_item .text_box ul li {
          text-align: left;
          padding-left: 1em;
          text-indent: -1em;
          font-size: 1.8rem; }
          @media screen and (max-width: 768px) {
            #step .inner .step_area .step_wrap .step_item .text_box ul li {
              font-size: 4.42708vw; } }
          #step .inner .step_area .step_wrap .step_item .text_box ul li + li {
            margin-top: 12px; }

#support .inner .faq_area .faq_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
  #support {
      padding: 0 16px;}
    #support .inner .faq_area .faq_wrap {
      display: block; } }
  #support .inner .faq_area .faq_wrap .faq_item {
    width: calc(100% / 2 - 15px);
    padding: 35px 45px;
    border-radius: 40px;
    -webkit-box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      #support .inner .faq_area .faq_wrap .faq_item {
        width: 100%;
        padding: 35px 6.51042vw;
        border-radius: 8.59375vw; }
        #support .inner .faq_area .faq_wrap .faq_item:last-of-type {
          margin-top: 11.71875vw; } }
    #support .inner .faq_area .faq_wrap .faq_item h4 {
      color: #0084DD;
      font-size: 2.4rem;
      text-align: left;
      margin-bottom: 20px;
      padding-left: 1em;
      height: 70px;
      text-indent: -1.2em; }
      @media screen and (max-width: 768px) {
        #support .inner .faq_area .faq_wrap .faq_item h4 {
          font-size: 6.25vw;
          margin-bottom: 5.20833vw;
          padding-left: 0;
          height: unset;
          text-indent: inherit; }
          #support .inner .faq_area .faq_wrap .faq_item h4 span {
            display: block;
            text-align: center;
            font-size: 7.8125vw; } }
    #support .inner .faq_area .faq_wrap .faq_item .text {
      text-align: left;
      color: #0084DD;
      margin-left: 1.5em;
      font-size: 1.6rem;
      height: 115.188px;
      font-weight: 400; }
      #support .inner .faq_area .faq_wrap .faq_item .text_company {
        text-align: right;
        height: unset;
      }
      @media screen and (max-width: 768px) {
        #support .inner .faq_area .faq_wrap .faq_item .text {
          margin-left: 0;
          height: unset;
          font-size: 4.16667vw; } }
      #support .inner .faq_area .faq_wrap .faq_item .text span {
        font-weight: 700; }
    #support .inner .faq_area .faq_wrap .faq_item .img_box {
      height: 120px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 30px 0 20px; }
      @media screen and (max-width: 768px) {
        #support .inner .faq_area .faq_wrap .faq_item .img_box {
          margin: 7.8125vw 0 2.60417vw; } }
    #support .inner .faq_area .faq_wrap .faq_item .name {
      font-size: 2rem;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        #support .inner .faq_area .faq_wrap .faq_item .name {
          font-size: 4.94792vw; } }
      #support .inner .faq_area .faq_wrap .faq_item .name span {
        font-size: 1.6rem;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          #support .inner .faq_area .faq_wrap .faq_item .name span {
            font-size: 3.90625vw; } }

#movie .inner .video_wrap2 {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #movie .inner .video_wrap2 {
      padding: 0 16px;
    }
    #movie .inner .video_wrap2 {
      width: 100%;
      margin: 0 auto; } }
  #movie .inner .video_wrap2 .video_img2 {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 20px; }
    @media screen and (max-width: 768px) {
      #movie .inner .video_wrap2 .video_img2 {
        border-radius: 5.20833vw; } }
    #movie .inner .video_wrap2 .video_img2 .video_btn2 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      cursor: pointer; }
      #movie .inner .video_wrap2 .video_img2 .video_btn2:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100px;
        height: 94px;
        background: url(../img/play-btn.png) no-repeat center center/100%;
        -webkit-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        @media screen and (max-width: 768px) {
          #movie .inner .video_wrap2 .video_img2 .video_btn2:before {
            width: 13.15104vw;
            height: 12.23958vw; } }
      #movie .inner .video_wrap2 .video_img2 .video_btn2.is_pc {
        display: block; }
        @media screen and (max-width: 768px) {
          #movie .inner .video_wrap2 .video_img2 .video_btn2.is_pc {
            display: none; } }
      #movie .inner .video_wrap2 .video_img2 .video_btn2.is_sp {
        display: none; }
        @media screen and (max-width: 768px) {
          #movie .inner .video_wrap2 .video_img2 .video_btn2.is_sp {
            display: block; } }
    #movie .inner .video_wrap2 .video_img2 video {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border: none;
      outline: none; }
      @media screen and (max-width: 768px) {
        #movie .inner .video_wrap2 .video_img2 video {
          -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0)); } }
/* -----------------------------------------------------
	ai agents
----------------------------------------------------- */
#ai_agents .inner {
  padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner {
    padding: 0 3.90625vw 15.625vw;
  }
}

#ai_agents .inner .sub_ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .sub_ttl {
    font-size: 3.56771vw;
    margin-bottom: 1.82292vw;
  }
}

#ai_agents .inner .sec_ttl {
  font-size: 4.4rem;
  letter-spacing: 0.06em;
  color: #0084DD;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .sec_ttl {
    font-size: 8.33333vw;
    margin-bottom: 6.51042vw;
  }
}

#ai_agents .inner .sec_ttl span {
  color: black;
  display: block;
  font-size: 3.8rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .sec_ttl span {
    font-size: 7.03125vw;
  }
}

#ai_agents .inner .text_area {
  -webkit-box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50vh;
  padding: 20px 10px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .text_area {
    padding: 3.125vw 0 2.60417vw;
    margin-bottom: 16.92708vw;
  }
}

#ai_agents .inner .text_area .text {
  font-size: 3rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .text_area .text {
    font-size: 5.72917vw;
    line-height: 1.2;
  }
}

#ai_agents .inner .text_area .text span {
  color: #0084DD;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .text_area .text span {
    font-size: 6.77083vw;
  }
}

#ai_agents .inner .agents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .agents_list {
    display: block;
  }
}

#ai_agents .inner .agents_list_item {
  width: calc((100% - 40px) / 2);
  position: relative;
  border-radius: 38px;
  -webkit-box-shadow: 6px 6px 26px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 26px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .agents_list_item {
    width: 100%;
    border-radius: 6.25vw;
  }
  #ai_agents .inner .agents_list_item + div {
    margin-top: 16.92708vw;
  }
}

#ai_agents .inner .agents_list_item h3 {
  color: #fff;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .agents_list_item h3 {
    font-size: 4.94792vw;
  }
}

#ai_agents .inner .agents_list_item h3.p_ttl {
  width: 86%;
  padding: 8px 0;
  background-color: #1D80C6;
  border: 2px solid #fff;
  border-radius: 10px;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .agents_list_item h3.p_ttl {
    width: 75.52083vw;
    padding: 1.04167vw 0;
    top: -6.77083vw;
  }
}

#ai_agents .inner .agents_list_item h3.ttl {
  padding: 50px 0 24px;
  font-weight: 500;
  background-color: #0084DD;
  border-radius: 38px 38px 0 0;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .agents_list_item h3.ttl {
    padding: 6.51042vw 0 4.16667vw;
    border-radius: 6.25vw 6.25vw 0 0;
  }
}

#ai_agents .inner .agents_list_item .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0 0 38px 38px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .agents_list_item .col {
    border-radius: 0 0 6.25vw 6.25vw;
  }
}

#ai_agents .inner .agents_list_item .col ul {
  text-align: left;
  padding: 40px 0 40px 40px;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .agents_list_item .col ul {
    padding: 5.20833vw 0 6.51042vw 5.72917vw;
  }
}

#ai_agents .inner .agents_list_item .col ul:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(55% - 10px);
  flex: 0 0 calc(55% - 10px);
  background-color: #EEEEEE;
  -webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
}

#ai_agents .inner .agents_list_item .col ul:first-child li {
  color: #595959;
}

#ai_agents .inner .agents_list_item .col ul:first-child li::before {
  content: "●";
  color: #0084DD;
  display: block;
  position: absolute;
  top: 0.65em;
  left: -1.5em;
  font-size: 0.65em;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .agents_list_item .col ul:first-child li::before {
    top: 2.08333vw;
    left: -3.125vw;
    font-size: 1.82292vw;
  }
}

#ai_agents .inner .agents_list_item .col ul:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(45% - 10px);
  flex: 0 0 calc(45% - 10px);
}

#ai_agents .inner .agents_list_item .col ul:last-child li span {
  color: #0084DD;
}

#ai_agents .inner .agents_list_item .col ul:last-child li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.3em;
  left: -1.6em;
  width: 18px;
  height: 16px;
  background: url(../img/check.png) no-repeat left top/100%;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .agents_list_item .col ul:last-child li::before {
    top: 1.82292vw;
    width: 3.38542vw;
    height: 3.125vw;
    left: -4.42708vw;
  }
}

#ai_agents .inner .agents_list_item .col ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .agents_list_item .col ul li {
    font-size: 3.64583vw;
  }
}

#ai_agents .inner .agents_list_item .col ul li span {
  font-weight: 700;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .agents_list_item .col ul li span {
    font-size: 4.16667vw;
  }
}

#ai_agents .inner .agents_list_item .col ul li + li {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #ai_agents .inner .agents_list_item .col ul li + li {
    margin-top: 3.90625vw;
  }
}

/* -----------------------------------------------------
	advantage
----------------------------------------------------- */
#advantage {
  background: #F8F8F8; }
  @media screen and (max-width: 768px) {
    #advantage  {
      padding: 60px 16px 40px;
    }
  }
  #advantage .inner .sec_ttl {
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #0084DD;
    position: relative;
    margin-top: 10px;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      #advantage .inner .sec_ttl {
        margin-bottom: 7.8125vw;
        font-weight: 700;
        line-height: 1.6;
        font-size: 7.03125vw; } }
  #advantage .inner .sec_sub_ttl {
    font-size: 3rem;
    font-weight: 500;
    color: #323232;
    line-height: 0;
    margin-bottom: 50px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #advantage .inner .sec_sub_ttl {
        line-height: 1.6;
        font-size: 2rem;
        margin-bottom: 5.20833vw; } }
    #advantage .inner .sec_sub_ttl img {
      vertical-align: middle;
      margin-right: 0.1em; }
      @media screen and (max-width: 768px) {
        #advantage .inner .sec_sub_ttl img {
          width: 23.17708vw;
          vertical-align: middle;
          padding-bottom: 1.30208vw; } }
  #advantage .inner .text {
    font-size: 1.6rem;
    color: #323232;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #advantage .inner .text {
        font-size: 1.6rem;
        margin-bottom: 2.60417vw;
        text-align: left; } }
    #advantage .inner .text span {
      font-weight: 700; }
  @media screen and (max-width: 768px) {
    #advantage .inner .advantage_wrap .img_box {
      width: 100vw;
      margin: 0 calc(50% - 50vw); } }
  #advantage .inner .advantage_wrap .text_box {
    position: relative;
    max-width: 1050px;
    margin: 40px auto 0;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 40px 70px; }
    @media screen and (max-width: 768px) {
      #advantage .inner .advantage_wrap .text_box {
        display: block;
        padding: 7.8125vw 0 11.71875vw;
        margin: 18.22917vw auto 0;
        border-radius: 2.60417vw; } }
    #advantage .inner .advantage_wrap .text_box::before {
      content: "";
      display: block;
      position: absolute;
      top: -90px;
      right: 40em;
      width: 142px;
      height: 142px;
      background: url(../img/arrow2.png) no-repeat center bottom/100%; }
      @media screen and (max-width: 768px) {
        #advantage .inner .advantage_wrap .text_box::before {
          width: 18.48958vw;
          height: 18.48958vw;
          right: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          top: -23.4375vw; } }
    #advantage .inner .advantage_wrap .text_box .img_item {
      width: 43%;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #advantage .inner .advantage_wrap .text_box .img_item {
          width: 100%;
          padding: 0 3.90625vw 10.41667vw; } }
    #advantage .inner .advantage_wrap .text_box .list_item {
      width: 50%; }
      @media screen and (max-width: 768px) {
        #advantage .inner .advantage_wrap .text_box .list_item {
          width: 100%;
          padding: 0 11.71875vw; } }
      #advantage .inner .advantage_wrap .text_box .list_item ul {
        display: inline-block;
        padding-left: 4em; }
        @media screen and (max-width: 768px) {
          #advantage .inner .advantage_wrap .text_box .list_item ul {
            padding-left: 0; } }
        #advantage .inner .advantage_wrap .text_box .list_item ul li {
          text-align: left;
          font-size: 2.2rem;
          position: relative; }
          @media screen and (max-width: 1360px) {
            #advantage .inner .advantage_wrap .text_box .list_item ul li {
              font-size: 1.91176vw; } }
          @media screen and (max-width: 768px) {
            #advantage .inner .advantage_wrap .text_box .list_item ul li {
              font-size: 5.20833vw;
              padding-left: 7.8125vw; } }
          #advantage .inner .advantage_wrap .text_box .list_item ul li + li {
            margin-top: 20px; }
            @media screen and (max-width: 768px) {
              #advantage .inner .advantage_wrap .text_box .list_item ul li + li {
                margin-top: 6.51042vw; } }
          #advantage .inner .advantage_wrap .text_box .list_item ul li::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 50%;
            left: -45px;
            width: 29px;
            height: 27px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background: url(../img/check.png) no-repeat left top/100%; }
            @media screen and (max-width: 768px) {
              #advantage .inner .advantage_wrap .text_box .list_item ul li::before {
                top: 1.30208vw;
                -webkit-transform: translateY(0%);
                -ms-transform: translateY(0%);
                transform: translateY(0%);
                width: 7.55208vw;
                height: 7.03125vw;
                left: -3.90625vw; } }
  #advantage .inner .sub_wrap {
    max-width: 1050px;
    margin: 140px auto 0; }
    @media screen and (max-width: 768px) {
      #advantage .inner .sub_wrap {
        margin: 15.625vw auto 0; } }
    @media screen and (max-width: 768px) {
      #advantage .inner .sub_wrap .sec_sub_ttl {
        line-height: 1.6; } }
    #advantage .inner .sub_wrap .img_box {
      margin-top: 70px;
      background: #fff;
      padding: 24px 30px 35px;
      border-radius: 10px;
      -webkit-box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15); }
      @media screen and (max-width: 768px) {
        #advantage .inner .sub_wrap .img_box {
          margin-top: 11.71875vw;
          padding: 11.71875vw 7.8125vw 11.71875vw 5.20833vw;
          border-radius: 2.60417vw; } }
      #advantage .inner .sub_wrap .img_box:last-of-type {
        margin-top: 100px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #advantage .inner .sub_wrap .img_box:last-of-type {
            margin-top: 7.8125vw;
            padding: 11.71875vw 5.20833vw; } }
        #advantage .inner .sub_wrap .img_box:last-of-type::before {
          content: "";
          display: block;
          position: absolute;
          top: -120px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 142px;
          height: 142px;
          background: url(../img/arrow2.png) no-repeat center bottom/100%; }
          @media screen and (max-width: 768px) {
            #advantage .inner .sub_wrap .img_box:last-of-type::before {
              width: 18.48958vw;
              height: 18.48958vw;
              top: -13.02083vw; } }

/* -----------------------------------------------------
	point
----------------------------------------------------- */
#point .inner .sec_ttl {
  font-size: 5.4rem;
  color: #0084DD;
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    #point .inner .sec_ttl {
      text-align: center;
      font-size: 8.85417vw;
      margin-bottom: 7.8125vw; } }
  #point .inner .sec_ttl span {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-weight: 400;
    font-size: 2.7rem; }
    @media screen and (max-width: 768px) {
      #point .inner .sec_ttl span {
        font-size: 5.72917vw;
        margin-bottom: 2.60417vw; } }

#point .inner .video_wrap {
  width: 80%;
  margin: 120px auto 0; }
  @media screen and (max-width: 768px) {
    #point .inner .video_wrap {
      width: 100%;
      margin: 15.625vw auto 0; } }

#point .inner .point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    #point .inner .point_wrap {
      display: block; } }
  #point .inner .point_wrap .point_item {
    width: calc(100% / 2 - 20px);
    border-radius: 40px;
    -webkit-box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      #point .inner .point_wrap .point_item {
        width: 100%;
        border-radius: 10.41667vw; }
        #point .inner .point_wrap .point_item + .point_item {
          margin-top: 10.41667vw; } }
    @media screen and (min-width: 769px) {
      #point .inner .point_wrap .point_item:nth-of-type(n+3) {
        margin-top: 40px; } }
    #point .inner .point_wrap .point_item .text_area {
      padding: 30px 60px 70px; }
      @media screen and (max-width: 768px) {
        #point .inner .point_wrap .point_item .text_area {
          padding: 2.60417vw 7.8125vw 7.8125vw; } }
      #point .inner .point_wrap .point_item .text_area span {
        display: block;
        text-align: left;
        color: #0084DD;
        font-size: 5.5rem;
        font-weight: 700;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #point .inner .point_wrap .point_item .text_area span {
            font-size: 12.76042vw;
            margin-bottom: 2.60417vw; } }
        #point .inner .point_wrap .point_item .text_area span b {
          font-size: 25%;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          padding: 0 0 0 5px; }
      #point .inner .point_wrap .point_item .text_area p {
        text-align: left;
        font-size: 2.4rem;
        line-height: 1.8; }
        @media screen and (max-width: 768px) {
          #point .inner .point_wrap .point_item .text_area p {
            font-size: 4.29688vw;
            padding: 0 2.60417vw;
            letter-spacing: 0.04em; } }

.inner .ttl.section_main_copy {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #0084DD;
  position: relative;
}
#point .inner .section_point_sub {
  margin-bottom: 40px;
}
.point_view {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}
/* -----------------------------------------------------
	connect
----------------------------------------------------- */
#connect .inner .sec_ttl {
  font-size: 5.4rem;
  color: #0084DD;
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    #connect .inner .sec_ttl {
      text-align: center;
      font-size: 8.85417vw;
      margin-bottom: 7.8125vw; } }
  #connect .inner .sec_ttl span {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-weight: 400;
    font-size: 2.7rem; }
    @media screen and (max-width: 768px) {
      #connect .inner .sec_ttl span {
        font-size: 5.72917vw;
        margin-bottom: 2.60417vw; } }

#connect .inner .video_wrap {
  width: 80%;
  margin: 120px auto 0; }
  @media screen and (max-width: 768px) {
    #connect .inner .video_wrap {
      width: 100%;
      margin: 15.625vw auto 0; } }

#connect .inner .connect_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    #connect .inner .connect_wrap {
      display: block; } }
  #connect .inner .connect_wrap .connect_item {
    width: calc(100% / 2 - 20px);
    border-radius: 40px;
    -webkit-box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 26px 0px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 768px) {
      #connect .inner .connect_wrap .connect_item {
        width: 100%;
        border-radius: 10.41667vw; }
        #connect .inner .connect_wrap .connect_item + .connect_item {
          margin-top: 10.41667vw; } }
    @media screen and (min-width: 769px) {
      #connect .inner .connect_wrap .connect_item:nth-of-type(n+3) {
        margin-top: 40px; } }
    #connect .inner .connect_wrap .connect_item .text_area {
      padding: 30px 60px 70px; }
      @media screen and (max-width: 768px) {
        #connect .inner .connect_wrap .connect_item .text_area {
          padding: 2.60417vw 7.8125vw 7.8125vw; } }
      #connect .inner .connect_wrap .connect_item .text_area span {
        display: block;
        text-align: left;
        color: #0084DD;
        font-size: 5.5rem;
        font-weight: 700;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #connect .inner .connect_wrap .connect_item .text_area span {
            font-size: 12.76042vw;
            margin-bottom: 2.60417vw; } }
        #connect .inner .connect_wrap .connect_item .text_area span b {
          font-size: 25%;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          padding: 0 0 0 5px; }
      #connect .inner .connect_wrap .connect_item .text_area p {
        text-align: left;
        font-size: 2.4rem;
        line-height: 1.8; }
        @media screen and (max-width: 768px) {
          #connect .inner .connect_wrap .connect_item .text_area p {
            font-size: 4.29688vw;
            padding: 0 2.60417vw;
            letter-spacing: 0.04em; } }

.inner .ttl.section_main_copy {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #0084DD;
  position: relative;
}
.inner .section_connect {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00CFFF;
}
.inner .section_connect_sub {
  font-size: 1.6rem;
  color: #323232;
}
#connect .inner .section_connect_sub {
  margin-bottom: 40px;
}
.connect_view {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}
#connect .inner .section_connect_step li {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 200px;
  justify-content: space-between;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 40px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
#connect .inner .section_connect_step {
  display: flex;
  gap: 30px;
}
#connect .inner .section_connect_step li .section_connect_step_text {
  font-size: 1.6rem;
  text-align: left;
  color: #323232;
  margin-bottom: 30px; 
  width: 100%;
}
#connect .inner .section_connect_step li .section_connect_step_text span {
  font-size: 1.4rem;
  display: block;
  color: #00cfff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #connect .inner .section_connect_step {
    display: flex;
    flex-direction: column;
    margin: 0 40px;
  }
  #connect .inner .section_connect_step li {
    padding: 25px 32px;
  }
  #connect .inner .section_connect_step li .section_connect_step_text {
    margin-bottom: 20px;

  }
}
/* -----------------------------------------------------
	case_study
----------------------------------------------------- */
#case_study .inner {
  padding: 100px 0 0; }
  @media screen and (max-width: 768px) {
    #case_study .inner {
      padding: 13.02083vw 3.90625vw 0; } }
  #case_study .inner .sec_ttl {
    font-size: 5.4rem;
    color: #0084DD;
    margin-bottom: 68px; }
    @media screen and (max-width: 768px) {
      #case_study .inner .sec_ttl {
        font-size: 8.85417vw;
        margin-bottom: 7.8125vw; } }
    #case_study .inner .sec_ttl span {
      color: rgba(0, 0, 0, 0.3);
      display: block;
      font-weight: 400;
      font-size: 2.7rem; }
      @media screen and (max-width: 768px) {
        #case_study .inner .sec_ttl span {
          font-size: 5.72917vw;
          margin-bottom: 2.60417vw; } }

#case_study .inner_sl {
  padding: 0 0 100px; }
  @media screen and (max-width: 768px) {
    #case_study .inner_sl {
      padding: 0 3.90625vw 13.02083vw; } }
  #case_study .inner_sl .sliders .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #0084DD;
    overflow: hidden;
    border-radius: 50vw;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    z-index: 99; }
    #case_study .inner_sl .sliders .slick-arrow::before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff; }
  #case_study .inner_sl .sliders .slick-prev::before {
    -webkit-transform: translateX(3px) rotate(225deg);
    -ms-transform: translateX(3px) rotate(225deg);
    transform: translateX(3px) rotate(225deg); }
  #case_study .inner_sl .sliders .slick-next::before {
    -webkit-transform: translateX(-3px) rotate(45deg);
    -ms-transform: translateX(-3px) rotate(45deg);
    transform: translateX(-3px) rotate(45deg); }
  #case_study .inner_sl .sliders .case_wrap {
    max-width: 980px;
    width: 100%;
    padding: 30px 40px 40px;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2), 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    background: #fff; }
    @media screen and (max-width: 1100px) {
      #case_study .inner_sl .sliders .case_wrap {
        max-width: 800px; } }
    @media screen and (max-width: 768px) {
      #case_study .inner_sl .sliders .case_wrap {
        padding: 7.8125vw;
        max-width: 100%; }
        #case_study .inner_sl .sliders .case_wrap + .case_wrap {
          margin-top: 7.8125vw; } }
    #case_study .inner_sl .sliders .case_wrap .case_item_top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        #case_study .inner_sl .sliders .case_wrap .case_item_top {
          display: block;
          margin-bottom: 5.20833vw; } }
      #case_study .inner_sl .sliders .case_wrap .case_item_top .text_box {
        text-align: left;
        width: 63%; }
        @media screen and (max-width: 768px) {
          #case_study .inner_sl .sliders .case_wrap .case_item_top .text_box {
            width: 100%; } }
        #case_study .inner_sl .sliders .case_wrap .case_item_top .text_box .ttl {
          color: #0084DD;
          font-size: 22px;
          margin-bottom: 6px; }
          @media screen and (max-width: 1100px) {
            #case_study .inner_sl .sliders .case_wrap .case_item_top .text_box .ttl {
              font-size: 2vw;
              margin-right: 1%; } }
          @media screen and (max-width: 768px) {
            #case_study .inner_sl .sliders .case_wrap .case_item_top .text_box .ttl {
              font-size: 5.85938vw;
              margin-bottom: 5.20833vw;
              margin-right: 0; } }
        #case_study .inner_sl .sliders .case_wrap .case_item_top .text_box .name {
          font-size: 2rem;
          color: #555555;
          font-weight: 700; }
          @media screen and (max-width: 1100px) {
            #case_study .inner_sl .sliders .case_wrap .case_item_top .text_box .name {
              font-size: 2vw; } }
          @media screen and (max-width: 768px) {
            #case_study .inner_sl .sliders .case_wrap .case_item_top .text_box .name {
              font-size: 4.6875vw; } }
          #case_study .inner_sl .sliders .case_wrap .case_item_top .text_box .name span {
            display: block;
            font-size: 1.4rem;
            font-weight: 400; }
            @media screen and (max-width: 1100px) {
              #case_study .inner_sl .sliders .case_wrap .case_item_top .text_box .name span {
                font-size: 1.36364vw; } }
            @media screen and (max-width: 768px) {
              #case_study .inner_sl .sliders .case_wrap .case_item_top .text_box .name span {
                font-size: 3.64583vw; } }
    #case_study .inner_sl .sliders .case_wrap .thumb_box {
      width: 33.5%; }
      @media screen and (max-width: 768px) {
        #case_study .inner_sl .sliders .case_wrap .thumb_box {
          width: 100%;
          margin-bottom: 7.8125vw; } }
    #case_study .inner_sl .sliders .case_wrap .case_item_bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      @media screen and (max-width: 768px) {
        #case_study .inner_sl .sliders .case_wrap .case_item_bottom {
          display: block; } }
      #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common {
        width: calc(100% / 2 - 14px);
        padding: 30px 20px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common {
            width: 100%;
            padding: 7.8125vw 5.20833vw;
            margin-bottom: 10.41667vw; } }
        #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common .color_y {
          color: #0084DD; }
        #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common .color_f {
          color: #fff; }
        #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common .ttl {
          font-size: 2.5rem;
          letter-spacing: 0.2em;
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common .ttl {
              font-size: 6.25vw;
              margin-bottom: 3.90625vw; } }
        @media screen and (min-width: 769px) {
          #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common ul.flex_none {
              display: block; } }
              #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common.item_before ul li {
                color: #555555; }
        #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common ul li {
          text-align: left;
          padding-left: 1.6em;
          text-indent: -1.6em;
          font-size: 1.4rem; }
          @media screen and (min-width: 769px) {
            #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common ul li {
              width: 100%; } }
          @media screen and (max-width: 768px) {
            #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common ul li {
              font-size: 3.64583vw; } }
          #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common ul li b {
            font-size: 1.4rem;
            margin-right: 0.4em; }
            @media screen and (max-width: 768px) {
              #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common ul li b {
                font-size: 3.64583vw; } }
            #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common ul li b.color_y {
              background: #fff;
              padding: 0.1em 0.4em;
              border-radius: 50vw; }
            #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common ul li b.color_f {
              background: #0084DD;
              padding: 0.1em 0.4em;
              border-radius: 50vw; }
          #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common ul li span {
            font-weight: 700; }
          #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common ul li + li {
            margin-top: 20px; }
        #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common.item_before {
          border: 1px solid #D2D2D2;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        #case_study .inner_sl .sliders .case_wrap .case_item_bottom .item_common.item_after {
          background: #0084DD; }

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

.accordion__button {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #008be2;
  border-radius: 8px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  cursor: pointer; }
  .accordion__button::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1;
  }
  .accordion__button::before {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    text-align: center;
    color: #008be2;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    z-index: 2; }
  .accordion__button .accordion__buttonText {
    display: none;
    color: #ffffff;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0; }

.accordion__button.is-active::before {
  content: "−";
  font-size: 16px;}

.accordion__button.is-active .accordion__buttonText.is-active {
  background: #fff;
  border: 0.78125vw solid #0084DD;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #008be2;
  border-radius: 8px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  cursor: pointer; }

.accordion__buttonText.is-active {
  display: block; }

.case_study__link {
  display: block;
  width: 95%;
  max-width: 400px;
  margin: 70px auto 0; 
  padding: 20px 0;
  color: white;
  background-color: #0176D3;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}

@media screen and (max-width: 400px) {
  .case_study__link {
    font-size: 16px;
  }
}

/* -----------------------------------------------------
	form
----------------------------------------------------- */
#form {
  background: #F7F7F7;
}
#form .inner .ttl {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 30px; }

#form .inner .text {
  font-weight: 500;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    #form .inner .text {
      margin-bottom: 7.8125vw;
      text-align: left; } }

#form .frame_wrapper {
  width: 100%; }
  #form .frame_wrapper iframe {
    width: 100%; }
    @media screen and (max-width: 768px) {
      #form .frame_wrapper {
        padding: 0 40px 0;
        width: 100%; } 
    }

/* ======================================================================
    .corr-staff
====================================================================== */
.corr-staff {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 7% 3rem;
  background-color: #fff;
  border: 3px solid #187fc4;
  border-radius: 10px;
  margin-top: 100px; }

.corr-staff_title {
  text-align: center;
  margin: 0 !important; }

.corr-staff_title span {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: white;
  letter-spacing: .1em;
  text-indent: .1em;
  background-color: #187fc4;
  padding: .8em 2em;
  border-radius: 4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.corr-staff_img {
  width: 60% !important;
  min-width: 300px !important;
  margin: .5rem auto 2rem !important; }

.corr-staff_text {
  font-size: 19px;
  letter-spacing: .1em;
  color: #000 !important;
  line-height: 1.5;
  text-align: left !important; }

.corr-staff + .container-contact {
  margin-top: 6rem; }

@media screen and (max-width: 540px) {
  .corr-staff {
    padding: 0 7% 2rem; }
  .corr-staff_title span {
    font-size: 18px;
    padding: .8em 1.2em; }
  .corr-staff_img {
    width: 86%;
    min-width: inherit; }
  .corr-staff_text {
    font-size: 15px; } }

#faq .inner,
#how_it_works .inner,
#form .inner,
#ai_agents .inner,
#about .inner,
#point .inner,
#advantage .inner,
#movie .inner,
#support .inner,
#connect .inner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #faq .inner,
  #how_it_works .inner,
  #form .inner,
  #ai_agents .inner,
  #about .inner,
  #advantage .inner,
  #movie .inner,
  #support .inner,
  #point .inner {
    padding: 60px 0;
  }
}
.inner .ttl.section_main_copy {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #0084DD;
  position: relative;
}

@media screen and (max-width: 768px) {
  #form .inner .ttl.section_main_copy,
  .inner .ttl.section_main_copy {
    font-weight: 700;
    line-height: 1.6;
    font-size: 7.03125vw;
  }
}

.sf-cta-container {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #0084DD;
  padding: 30px 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sf-cta-container {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 50px 0;
  }
}

.sf-cta-inner {
  width: 100%;
  max-width: 1103px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.sf-cta-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.sf-cta-content {
  flex: 1;
  color: #ffffff;
  text-align: left;
}

.sf-cta-ttl {
  margin: 0 0 24px 0;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.sf-cta-info {
  margin-bottom: 24px;
}

.sf-cta-sub {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 700;
}

.sf-cta-tel-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.sf-cta-icon-tel {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.sf-cta-icon-tel img {
  padding-bottom: 15px;
}

.sf-cta-tel {
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.sf-cta-time {
  font-size: 16px;
  opacity: 0.9;
}

.sf-cta-btn-wrap {
  display: inline-block;
}

.cta-tel-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sf-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #008be2;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  position: relative;
}

.sf-cta-btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #008be2;
  border-right: 2px solid #008be2;
  transform: rotate(45deg);
  margin-left: 12px;
}

.sf-cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.sf-cta-media {
  flex: 1;
  max-width: 440px;
  display: flex;
  justify-content: center;
}

.sf-cta-pc {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sf-cta-content {
    max-width: 280px;
  }
  .sf-cta-container {
    padding: 50px 0;
  }

  .sf-cta-inner {
    padding: 0 20px;
  }

  .sf-cta-flex {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }

  .sf-cta-ttl {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .sf-cta-tel-wrap {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .sf-cta-btn-wrap .cta-tel-block {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .sf-cta-tel {
    font-size: 26px;
  }

  .sf-cta-time {
    margin-top: 2px;
  }

  .sf-cta-btn-wrap {
    display: block;
    margin-top: 24px;
  }

  .sf-cta-btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .sf-cta-media {
    width: 100%;
    max-width: 320px;
    margin-top: 8px;
  }
}

#features {
  background: #F8F8F8;
}

.sf-features-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.sf-features-inner {
  width: 100%;
  padding: 60px 24px 60px;
  box-sizing: border-box;
}

.sf-features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #e2e8f0;
  gap: 1px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}

.sf-feature-item {
  background-color: #ffffff;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  position: relative;
}

.sf-feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #e6f1ff;
  border-radius: 8px;
  flex-shrink: 0;
}

.sf-icon .sf-icon_img,
.sf-feature-icon .sf-icon_img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  fill: #0084DD;
}

.sf-feature-name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #323232;
  text-align: left;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 960px) {
  .sf-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sf-features-inner {
    padding: 0 16px 40px;
  }

  .sf-feature-item {
    padding: 24px 16px;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sf-feature-name {
    font-size: 14px;
    text-align: center;
  }
}

.sf-agent-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 60px;
}

.sf-agent-inner {
  width: 100%;
  padding: 0 24px 60px;
  box-sizing: border-box;
}

.sf-agent-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.sf-agent-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.sf-agent-header {
  background-color: #0084DD;
  border-radius: 12px 12px 0 0;
  padding: 36px 24px 20px;
  height: 130px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 139, 226, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sf-agent-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0084DD;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 6px 28px;
  border-radius: 8px;
  border: 2px solid #ffffff;
  white-space: nowrap;
  width: 492px;
}

.sf-agent-card-ttl {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  line-height: 1.5;
}

.sf-agent-body {
  display: flex;
  background-color: #ffffff;
  border-left: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  flex-grow: 1;
  width: 620px;
  height: 250px;
}

.sf-agent-left {
  flex: 0 0 50%;
  background-color: #E5E5E5;
  padding: 40px 54px 32px 20px;
  box-sizing: border-box;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}

.sf-agent-right {
  flex: 1;
  padding: 40px 47px 32px 24px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.sf-agent-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sf-agent-list li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #333333;
  position: relative;
  text-align: left;
}

.sf-agent-list.sf-issue li {
  padding-left: 16px;
}

.sf-agent-list.sf-issue li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #008be2;
  border-radius: 50%;
}

.sf-agent-list.sf-solution li {
  padding-left: 24px;
}

.sf-agent-list.sf-solution li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 1.5px solid #0084DD;
  border-radius: 3px;
  box-sizing: border-box;
}

.sf-agent-list.sf-solution li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #0084DD;
  border-bottom: 2px solid #0084DD;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .sf-agent-grid {
    flex-direction: column;
    gap: 48px;
  }
}

@media screen and (max-width: 768px) {
  .sf-agent-inner {
    padding: 0 16px 40px;
  }

  .sf-agent-header {
    padding: 34px 16px 16px;
    height: 100px;
  }

  .sf-agent-badge {
    width: 90%;
  }

  .sf-agent-card-ttl {
    font-size: 17px;
  }

  .sf-agent-body {
    width: 100%;
    height: 100%;
  }

  .sf-agent-left {
    padding: 24px 20px 30px;
  }

  .sf-agent-right {
    padding: 24px 20px;
  }

  .sf-agent-list {
    gap: 16px;
  }
}

.sf-flow-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, sans-serif;
}

.sf-flow-inner {
  width: 100%;
  padding: 0 24px 60px;
  box-sizing: border-box;
}

.sf-flow-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  padding-top: 60px;
}

.sf-flow-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
  height: 2px;
  background-color: #008be2;
  z-index: 0;
  transform: translateY(-50%);
}

.sf-flow-card {
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 40px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.sf-flow-step {
  display: inline-block;
  color: #008be2;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 4px;
  border-bottom: 2px solid #008be2;
  margin-bottom: 24px;
  line-height: 1.3;
}

.sf-flow-icon {
  margin-bottom: 24px;
}

.sf-flow-icon {
  width: 100px;
  height: 100px;
  background-color: #99C1FF;
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sf-flow-card-ttl {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: 700;
  color: #0a2540;
  line-height: 1.4;
}

.sf-flow-card-txt {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .sf-flow-grid {
    gap: 20px;
  }
  
  .sf-flow-card {
    padding: 32px 20px;
  }
}

@media screen and (max-width: 768px) {
  .sf-flow-inner {
    padding: 0 16px 40px;
  }

  .sf-flow-grid {
    flex-direction: column;
    gap: 48px;
  }

  .sf-flow-grid::before {
    top: 80px;
    bottom: 40px;
    left: 50%;
    right: auto;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
  }

  .sf-flow-card {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 32px 24px;
  }

  .sf-flow-step {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .sf-flow-icon {
    margin-bottom: 20px;
  }

  .sf-flow-card-ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .sf-flow-card-txt {
    font-size: 13.5px;
  }
}

.sf-faq-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, sans-serif;
}

.sf-faq-inner {
  width: 100%;
  padding: 0 24px 60px;
  box-sizing: border-box;
}

.sf-faq-list {
  border-top: 1px solid #b8c6d8;
  width: 100%;
}

.sf-faq-item {
  width: 100%;
  border-bottom: 1px solid #b8c6d8;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  padding: 0 24px;
  box-sizing: border-box;
}

.sf-faq-item.is-open {
  background-color: #f4f6f8;
}

.sf-faq-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  outline: none;
}

.sf-faq-q-label,
.sf-faq-a-label {
  font-size: 28px;
  font-weight: 700;
  color: #008be2;
  margin-right: 24px;
  line-height: 1;
  display: block;
  width: 32px;
  flex-shrink: 0;
}

.sf-faq-question {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  padding-right: 20px;
}

.sf-faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #008be2;
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.sf-faq-icon::before,
.sf-faq-icon::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.sf-faq-icon::before {
  width: 10px;
  height: 2px;
}

.sf-faq-icon::after {
  width: 2px;
  height: 10px;
}

.sf-faq-item.is-open .sf-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.sf-faq-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.sf-faq-content-inner {
  display: flex;
  align-items: flex-start;
  padding: 0 0 28px 0;
}

.sf-faq-answer {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1.6;
  padding-top: 4px;
}

@media screen and (max-width: 768px) {
  .sf-faq-inner {
    padding: 0 16px 40px;
  }

  .sf-faq-item {
    padding: 0 12px;
  }

  .sf-faq-trigger {
    padding: 20px 0;
  }

  .sf-faq-q-label,
  .sf-faq-a-label {
    font-size: 24px;
    margin-right: 12px;
  }

  .sf-faq-question {
    font-size: 14px;
  }

  .sf-faq-content-inner {
    padding: 0 0 20px 0;
  }

  .sf-faq-answer {
    font-size: 14px;
    padding-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  #how_it_works .inner .section_point_sub,
  #features .inner .section_point_sub,
  #about .inner .section_point_sub,
  #point .inner .section_point_sub,
  #connect .inner .section_connect_sub {
    padding: 0 40px;
  }
  #features .inner .section_point_sub {
    padding-bottom: 60px;
  }
}

/* -----------------------------------------------------
	image zoom modal（section_connect_step の画像拡大）
----------------------------------------------------- */
.zoom_trigger {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: zoom-in;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 6px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.zoom_trigger:hover {
  opacity: 0.85;
}
.zoom_trigger::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(0, 132, 221, 0.9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='M15.5 15.5L21 21M7.5 10.5h6M10.5 7.5v6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .zoom_trigger::after {
    width: 28px;
    height: 28px;
    background-size: 16px 16px;
  }
}

.zoom_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 20px;
  box-sizing: border-box;
  -webkit-animation: zoomModalIn 0.15s ease-out;
  animation: zoomModalIn 0.15s ease-out;
}
.zoom_modal[hidden] {
  display: none;
}
@-webkit-keyframes zoomModalIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes zoomModalIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-webkit-keyframes zoomModalBodyIn {
  from { opacity: 0; -webkit-transform: translateY(8px) scale(0.98); }
  to { opacity: 1; -webkit-transform: none; }
}
@keyframes zoomModalBodyIn {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .zoom_modal,
  .zoom_modal_body {
    -webkit-animation: none;
    animation: none;
  }
}
/* 背景: 薄いスクリム + ぼかし（backdrop-filter 非対応時はスクリムのみ濃くする） */
.zoom_modal_backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(15, 23, 42, 0.4);
  cursor: zoom-out;
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .zoom_modal_backdrop {
    background: rgba(15, 23, 42, 0.22);
    -webkit-backdrop-filter: blur(6px) saturate(120%);
    backdrop-filter: blur(6px) saturate(120%);
  }
}
/* 拡大前のカード（#connect .section_connect_step li）と同じ見た目 */
.zoom_modal_body {
  position: relative;
  width: 100%;
  max-width: 1080px;
  max-height: 100%;
  padding: 40px 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  -webkit-animation: zoomModalBodyIn 0.18s ease-out;
  animation: zoomModalBodyIn 0.18s ease-out;
}
.zoom_modal_caption {
  width: 100%;
  padding-right: 48px;
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #323232;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}
.zoom_modal_caption span {
  display: block;
  color: #00cfff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.zoom_modal_img {
  max-width: 100%;
  max-height: calc(100vh - 240px);
  width: auto;
}
.zoom_modal_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.zoom_modal_close:hover {
  background: #f1f5f9;
}
.zoom_modal_close::before,
.zoom_modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #323232;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.zoom_modal_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .zoom_modal {
    padding: 16px 12px;
  }
  .zoom_modal_body {
    padding: 25px 20px;
  }
  .zoom_modal_caption {
    padding-right: 40px;
    margin-bottom: 20px;
  }
  .zoom_modal_img {
    max-height: calc(100vh - 180px);
  }
  .zoom_modal_close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
  }
}

html.zoom_lock,
html.zoom_lock body {
  overflow: hidden;
}
