html {
  scroll-behavior: smooth;
}
.sp {
  display: none;
}
  @media screen and (max-width: 840px) {
    .sp {
      display: block !important;
    }
    .pc {
      display: none !important;
    }
  }
/* *{
  outline: 2px red solid;
}*/
  body {
  margin: 0px;
  background-color: #FFF;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
}
  @media screen and (max-width: 1280px) {
    body {
      width: 1280px;
    }
  }
  @media screen and (max-width: 1280px) {
    body {
      width: 100%;
    }
  }
h1 {
  margin: 0;
}
h2 {
  margin: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
}
.contentleft {
  margin-right: initial;
}
  @media screen and (max-width: 840px) {
    .contentleft {
    margin: 0px;
    }
  }
  @media screen and (max-width: 840px) {
    .cv_btn_wrapper{
      margin-bottom: 24px;
    }
  }
.cv_btn {
  display: flex;
  justify-content: center;
}
  .cv_btn a.cv_contact {
    position: relative;
    display: block;
    width: 280px;
    height: 56px;
    font-size: 20px;
    font-weight: 600;
    color: #0041AD;
    background-color: #FFF;
    border: 4px solid #0041AD;
    text-align: center;
    line-height: 56px;
    border-radius: 36px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
    margin: 20px;
    transition: .4s;
  }
    @media screen and (max-width: 840px) {
      .cv_btn a.cv_contact {
        margin: 20px auto 28px;
      }
    }
    .cv_btn a.cv_contact:hover {
      transform: scale(1.1);
    }
  .cv_btn a.cv_download {
    position: relative;
    display: block;
    width: 288px;
    height: 64px;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    background-color: #FE277D;
    text-align: center;
    line-height: 64px;
    border-radius: 36px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
    margin: 20px;
    transition: .4s;
  }
    @media screen and (max-width: 840px) {
      .cv_btn a.cv_download {
        margin: 20px auto;
      }
    }
    .cv_btn a.cv_download:hover {
      transform: scale(1.1);
    }

/*========================= nav ========================= */
nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 60px;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  align-items: center;
  transition: .6s;
}
  nav .header_logo {
    margin-right: 24px;
    height: 68%;
    margin-left: 16px;
  }
  nav a.header_link {
    color: #003FAB;
    font-weight: bold;
    margin: 0 16px;
    font-size: 14px;
  }
    @media screen and (max-width: 1200px) and (min-width: 961px) {
      nav a.header_link{
        font-size: 12px;
        margin: 0 12px;
      }
    }
    nav a.header_link:hover {
      color: #4285F4;
      transition: all .2s;
    }
  /*nav .header_btnA {
    display: block;
    height: 36px;
    width: 160px;
    color: #4285F4;
    background-color: #FFF;
    border: 3px solid #4285F4;
    border-radius: 21px;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    margin-left: 16px;
  }
  nav .header_btnB {
    display: block;
    height: 42px;
    width: 160px;
    color: #FFF;
    background-color: #FF009A;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
    margin: 0 40px 0 16px;
  } */
@media screen and (max-width: 960px) {
  nav.pc {
    display: none;
  }
  nav.sp {
    display: block !important;
  }
    nav.sp .header_logo{
      display: block;
      margin: 8px auto;
    }
    nav .header_logo {
      margin-top: 8px;
    }
    nav .header_area .menu {
      flex: 1;
      position: relative;
    }
    nav .header_area .menu_button {
      background: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 24px;
      height: 19px;
      background-image: url(../../../images/menu.png);
      background-repeat: no-repeat;
      position:absolute;
      bottom:12px;
      right:12px;
      margin-top: 6px;
    }
  nav .menu_humburger {
    position: fixed;
    display: block;
    z-index: 9998;
    width: 100%;
    margin-top: 44px;
    background-color: #FFFFFF;
    transform: translateX(100%);
  }
    nav .menu_humburger a.humbueger_link {
      display: block;
      color: #09215D;
      line-height: 60px;
      height: 60px;
      padding: 0px 20px;
      font-size: 16px;
      font-weight: bold;
      border-bottom: 1px solid #ddd;
    }
    nav .menu_humburger a.humbueger_link:hover {
      color: #4285F4;
      transition: all .2s;
    }
  nav .menu_humburger.active {
    transform: translateX(0);
    margin-top: 0;
  }
}

/*========================= keyvisual ========================= */
#keyvisual {
  background-color: #F4F8FF;
  padding-top: 116px;
}
 @media screen and (max-width: 485px) {
  #keyvisual{
    padding-top: 80px;
  }
 }
  .kv_container {
    display: grid;
    grid-template-columns: 600px 400px;
    grid-template-rows: 64px 105px 260px;
    width: 1000px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1050px) {
    .kv_container{
      width: 80%;
      display: block;
    }
  }
  .kv_point{
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
  }
  @media screen and (max-width: 1050px) {
    .kv_point{
      justify-content: center;
    }
  }
  .kv_point_item{
    display: flex;
  }
  .kv_point_item img{
    height: 16px;
    margin: 32px 4px 0px 0px;
  }
  .kv_point_item p{
    font-size: 20px;
    color: #4285F4;
    margin-right: 34px;
    font-weight: bold;
    padding-top: 20px;
  }
    @media screen and (max-width: 490px) {
      .kv_point_item p{
        font-size: 18px;
        margin-top: 4px;
      }
    }
    @media screen and (max-width: 455px) {
      .kv_point_item p{
        font-size: 16px;
      }
    }
    @media screen and (max-width: 425px) {
      .kv_point_item p{
        font-size: 14px;
        margin-top: 8px;
      }
    }
  .kv_copy{
    grid-column: 1/2;
    grid-row: 2/3;
  }
    .kv_copy h1{
      font-size: 38px;
      color: #00235C;
      font-weight: bold;
      line-height: 56px;
      padding-top: 24px;
    }
      @media screen and (max-width: 1050px) {
        .kv_copy h1{
          margin: 0 auto;
          text-align: center;
        }
      }
      @media screen and (max-width: 585px) {
        .kv_copy h1{
          font-size: 28px;
          line-height: 32px;
        }
      }
      @media screen and (max-width: 430px) {
        .kv_copy h1{
          font-size: 24px;
          line-height: 32px;
        }
      }
  .kv_visual{
    grid-column: 2/3;
    grid-row: 1/4;
    width: 400px;
    background-image: url(../images/add/kv_image.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
    @media screen and (max-width: 1050px){
      .kv_visual{
        padding-top: 30px;
        background-position-y: 105px;
        height: 400px;
        margin: 0 auto;
      }
    }
    @media screen and (max-width: 485px){
      .kv_visual{
        background-position-y: 85px;
        background-size: 80%;
        padding-top: 0px;
        height: 350px;
        width: auto;
      }
    }
    @media screen and (max-width: 440px){
      .kv_visual{
        background-position-y: 90px;
        background-size: 90%;
      }
    }
  .kv_feature_item{
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -80px;
  }
  @media screen and (max-width: 840px){
    .kv_feature_item{
      top: 6px;
    }
  }
  @media screen and (max-width: 545px){
    .kv_feature_item{
      right: -40px;
    }
  }
  @media screen and (max-width: 375px){
    .kv_feature_item{
      right: -30px;
    }
  }
    .kv_feature_item p{
      font-size: 18px;
      color: #001F4F;
      font-weight: bold;
      line-height: 24px;
      text-align: center;
    }
      @media screen and (max-width: 485px){
        .kv_feature_item p{
          font-size: 12px;
        }
      }
    .kv_visual .kv_feature_item img{
      width: 40px;
      padding: 0px;
    }
    @media screen and (max-width: 485px){
      .kv_visual .kv_feature_item img{
        width: 32px;
      }
    }
  .kv_visual img{
    width: 380px;
    padding: 0px 0px 0px 20px;
  }
      @media screen and (max-width: 840px) {
        .kv_visual img{
          display: block;
          margin: 20px auto;
          padding: 0px 20px 0px 0px;
        }
      }
  .kv_cvbtn{
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    column-gap: 48px;
    margin-top: 88px;
  }
    @media screen and (max-width: 1050px) {
      .kv_cvbtn{
        margin-top: 0px;
        justify-content: center;
        padding-bottom: 40px;
      }
    }
    @media screen and (max-width: 840px) {
      .kv_cvbtn{
        display: block;
      }
    }
  .cv_btn{
    width: 250px;
    height: 44px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
  }
    @media screen and (max-width: 840px) {
      .cv_btn{
        margin: 0 auto;
      }
    }
  .cv_btn.download{
    background-color: #FF2472;
  }
  .cv_btn.download:hover {
    opacity: 0.6;
    transition: all .2s;
  }
  .cv_btn.inquiry{
    height: 40px;
    background-color: #FFF;
    border: 2px solid #FF2472;
  }
  .cv_btn.inquiry:hover {
    opacity: 0.6;
    transition: all .2s;
  }
  .cv_btn_content{
    position: relative;
  }
  .cv_btn_content img{
    position: absolute;
    width: 60px;
  }
  .download .cv_btn_content img{
    left: -66px;
    top: -4px;
  }
  .inquiry .cv_btn_content img{
    left: -102px;
    top: -2px;
  }
  .cv_btn_content span{
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
  }
  @media screen and (max-width: 840px) {
    .cv_btn_content span{
      display: block;
    }
  }
  .download .cv_btn_content span{
    color: #FFF;
  }
    @media screen and (max-width: 840px) {
      .download .cv_btn_content span{
        margin-left: 10px;
      }
    }
  .inquiry .cv_btn_content span{
    color: #FF2472;
    line-height: 40px;
  }
  .shoulder{
    color: #001F4F;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  @keyframes logo {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -1509px;
    }
  }
  @media screen and (max-width: 480px) {
    @keyframes logo {
      0% {
        background-position-x: 0;
      }
      100% {
        background-position-x: -1207px;
      }
    }
  }
  #keyvisual .company {
    height: 120px;
    background: #FFF url(../images/logo-parade.webp) repeat-x left center/auto 100px;
    animation: logo 60s linear infinite;
  }
    @media screen and (max-width: 480px) {
      #keyvisual .company {
        height: 100px;
        background: #FFF url(../images/logo-parade.webp) repeat-x left center/auto 80px;
      }
    }
  #keyvisual .problem {
    background-color: #F9FBFF;
  }
    #keyvisual .problem h2 {
      text-align: center;
      color: #00235C;
      font-size: 24px;
      font-weight: 600;
      padding: 40px 0 32px;
    }
    @media screen and (max-width: 840px) {
      #keyvisual .problem h2 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 8px;
      }
    }
    #keyvisual .problem .problem_wrapper {
      display: flex;
      justify-content: center;
      padding-bottom: 32px;
    }
      @media screen and (max-width: 840px) {
        #keyvisual .problem .problem_wrapper {
          display: block;
        }
      }
      .problem_content {
        display: block;
        background-color: #FFF;
        border-radius: 14px;
        width: 314px;
        height: 240px;
        margin: 24px;
        text-align: center;
      }
        @media screen and (max-width: 840px) {
          .problem_content{
            margin: 24px auto;
            width: 288px;
            height: 100px;
          }
        }
      .problem_content p{
        font-size: 18px;
        color: #49556A;
        font-weight: bold;
        text-align: center;
        margin-top: 34px;
        line-height: 23px;
      }
        @media screen and (max-width: 840px) {
          .problem_content p{
            color: #49556A;
            padding-top: 28px;
            margin-top: 0px;
          }
        }
      .problem_content img{
        margin-top: 24px;
        width: 100px;
      }
        @media screen and (max-width: 840px) {
          .problem_content img{
            display: none;
          }
        }
        @media screen and (max-width: 840px) {
          #keyvisual .problem .problem_wrapper a.problem_content {
            width: auto;
            margin: 16px 24px
          }
        }
        #keyvisual .problem .problem_wrapper a.problem_content p {
          display: block;
          color: #2285FC;
          font-size: 18px;
          font-weight: 600;
          text-align: center;
          height: 50px;
          line-height: 24px;
          padding-top: 24px;
        }
          @media screen and (max-width: 840px) {
            #keyvisual .problem .problem_wrapper a.problem_content p {
              padding-top: 12px;
            }
          }
        #keyvisual .problem .problem_wrapper a.problem_content img {
          display: block;
          width: 200px;
          margin: 0 auto 12px;
        }
         @media screen and (max-width: 840px) {
          #keyvisual .problem .problem_wrapper a.problem_content img {
            display: none;
          }
         }
        #keyvisual .problem .problem_wrapper a.problem_content .problem_arrow {
          width: 0;
          height: 0;
          border-left: 16px solid transparent;
          border-right: 16px solid transparent;
          border-top: 16px solid #FE277D;
          margin: 16px auto 24px;
        }
          @media screen and (max-width: 840px) {
            #keyvisual .problem .problem_wrapper a.problem_content .problem_arrow {
              margin: 8px auto 16px;
            }
          }

/*========================= summary ========================= */
.summary h2{
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #00235C;
  padding-top: 80px;
}
  @media screen and (max-width: 840px) {
    .summary h2{
      line-height: 40px;
    }
  }
.summary_container{
  display: flex;
  column-gap: 32px;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 56px;
}
  @media screen and (max-width: 840px) {
    .summary_container{
      display: block;
    }
  }
.summary_point{
  display: flex;
}
  @media screen and (max-width: 840px) {
    .summary_point{
      justify-content: center;
      margin-bottom: 32px;
    }
  }
  .summary_point p{
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    white-space: nowrap
  }
  .summary_point img{
    height: 80px;
  }
  @media screen and (max-width: 840px) {
    .summary_screen{
      text-align: center;
    }
  }
.summary_screen img{
  width: 380px;
}
.explanation{
  width: 100%;
  height: 716px;
  background-color: #F9FBFF;
  margin: 65px auto;
  border-radius: 10px;
}
  @media screen and (max-width: 840px) {
    .explanation{
      width: 80%;
      min-width: 375px;
    }
  }
  .explanation h3{
    font-size: 24px;
    font-weight: bold;
    color: #0041AD;
    text-align: center;
    padding-top: 48px;
  }
  @media screen and (max-width: 840px) {
    .explanation h3{
      font-size: 20px;
    }
  }
  .explanation p{
    font-size: 16px;
    color: #00235C;
    text-align: center;
    margin-top: 24px;
  }
  @media screen and (max-width: 840px) {
    .explanation p{
      font-size: 12px;
    }
  }
.explanation_flow{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 840px) {
  .explanation_flow{
    margin: 24px 0 48px;
  }
}
.flow_point_person{
  height: 24px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
}
.flow_point_person.customer{
  background-color: #FF2472;
  width: 80px;
}
.flow_point_person.fastask{
  background-color: #4285F4;
  width: 94px;
}
  @media screen and (max-width: 840px) {
    .flow_point_person{
      height: 16px;
      border-radius: 8px;
      justify-content: center;
      align-items: center;
    }
    .flow_point_person.customer{
      width: 54px;
    }
    .flow_point_person.fastask{
      width: 62px;
    }
  }
  .flow_point_person p{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
    @media screen and (max-width: 840px) {
      .flow_point_person p{
        font-size: 10px;
      }
    }
.flow_point img{
  width: 80px;
  height: 80px;
  margin-top: 19px;
  text-align: center;
}
  @media screen and (max-width: 840px) {
    .flow_point img{
      width: 50px;
      height: 50px;
    }
    .flow_point img.flow_point4{
      margin-top: 16px;
    }
  }
.flow_point_text{
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow_point_text p{
  font-size: 16px;
  color: #003FAB;
  font-weight: bold;
  text-align: center;
}
  @media screen and (max-width: 840px) {
    .flow_point_text p{
      font-size: 12px;
      line-height: 15px;
    }
  }
.explanation_flow .arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #003fab;
  border-right: 0;
  margin: 0px 40px;
}
  @media screen and (max-width: 840px) {
    .explanation_flow .arrow{
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #003fab;
        margin: 0px 16px;
    }
  }
.explanation_guarantee{
  display: flex;
  justify-content: center;
  margin-top: 56px;
  align-items: center;
}
  @media screen and (max-width: 840px) {
    .explanation_guarantee{
      display: block;
      margin: 24px auto;
      text-align: center;
    }
  }
  .explanation_guarantee_text{
    color: #00235C;
    font-weight: bold;
    margin-right: 72px;
  }
    @media screen and (max-width: 840px) {
      .explanation_guarantee_text{
        margin-right: 0px;
      }
    }
    .explanation_guarantee_text1 p{
      font-size: 16px;
    }
      @media screen and (max-width: 840px) {
        .explanation_guarantee .explanation_guarantee_text1 p{
          font-size: 12px;
          margin: 0 auto;
        }
      }
    .explanation_guarantee_text2 p{
      font-size: 21px;
      text-align: left;
      margin-top: 8px;
      background: linear-gradient(transparent 60%, #DBE9FF 60%);
      display: inline;
    }
    @media screen and (max-width: 840px) {
      .explanation_guarantee_text2{
        text-align: center;
        margin-top: 8px;
      }
      .explanation_guarantee_text2 p{
        font-size: 16px;
      }
    }
  .explanation_guarantee img{
    width: 312px;
    height: 223px;
  }
    @media screen and (max-width: 840px) {
      .explanation_guarantee img{
        width: 235px;
        height: 168px;
        margin-top: 25px;
      }
    }

/*========================= feature ========================= */
#feature {
  background-color: #F9FBFF;
}
  #feature h2 {
    color: #00235C;
    font-size: 28px;
    text-align: center;
    padding-top: 80px;
    font-weight: bold;
  }
  #feature h3 {
    color: #0041AD;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
  }
    @media screen and (max-width: 960px) {
      #feature h3 {
        text-align: center;
      }
    }
    @media screen and (max-width: 480px) {
      #feature h3 {
        font-size: 20px;
      }
    }
    @media screen and (max-width: 840px) {
      #feature h2 {
        font-size: 24px;
        line-height: 40px;
        padding: 40px 0 40px;
      }
      #feature h2 br.sp {
        display: block;
      }
    }
    @media screen and (max-width: 480px) {
      #feature h2 {
        font-size: 22px;
        line-height: 32px;
      }
    }
  #feature .content {
    padding: 40px calc((100% - 1080px)/2);
    display: flex;
    align-items: center;
  }
    @media screen and (min-width: 1281px){
      #feature .content{
        padding: 40px calc((100% - 1080px)/2);
      }
    }
    @media screen and (max-width: 1100px){
      #feature .content{
        padding: 40px calc((100% - 940px)/2);
      }
    }
    @media screen and (max-width: 960px){
      #feature .content{
        display: block;
      }
    }
    @media screen and (max-width: 840px) {
      #feature .content{
        padding: 0;
      }
    }
    #feature .content .feature_problem {
      display: inline-block;
    }
      #feature .content .feature_problem .problem_container {
        display: flex;
        margin: 0 auto;
        background-color: #DBE5F4;
        padding: 10px 38px 10px 18px;
        border-radius: 8px;
        height: 48px;
      }
        @media screen and (max-width: 480px) {
          #feature .content .feature_problem .problem_container {
            display: block;
            height: auto;
          }
        }
        #feature .content .feature_problem .problem_container img {
          width: 72px;
          margin: 0 0 6px;
        }
          @media screen and (max-width: 480px) {
            #feature .content .feature_problem .problem_container img {
              display: block;
              height: 42px;
              margin: 0 auto;
            }
          }
        #feature .content .feature_problem .problem_container h4 {
          color: #00235C;
          font-size: 16px;
          font-weight: 500;
          text-align: center;
          line-height: 48px;
          width: 100%;
          padding-left: 10px;
        }
          @media screen and (max-width: 480px) {
            #feature .content .feature_problem .problem_container h4 {
              font-size: 14px;
              line-height: 24px;
              margin: 4px 0 16px;
            }
          }
    #feature .content .arrow {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #DBE5F4;
        margin: 0 auto 16px;
    }
      @media screen and (max-width: 480px) {
        #feature .content .arrow {
          border-left: 14px solid transparent;
          border-right: 14px solid transparent;
          border-top: 14px solid #DBE5F4;
          margin: 0 auto 0;
        }
      }
    #feature .content .feature_title {
      margin: 0 auto;
      width: 450px;
    }
     @media screen and (max-width: 840px) {
      #feature .content .feature_title {
        display: block;
        padding: 0;
        width: 100%;
      }
     }
    #feature .content .feature_title p.feature_number {
      font-size: 24px;
      font-weight: bold;
      color: #0041AD;
      text-align: left;
    }
    @media screen and (max-width: 960px){
      #feature .content .feature_title p.feature_number {
        text-align: center;
      }
    }
    @media screen and (max-width: 480px){
      #feature .content .feature_title p.feature_number{
        font-size: 20px;
      }
    }
    #feature .content p.feature_detail{
      font-size: 16px;
      color: #00235C;
      text-align: left;
      padding-top: 16px;
      font-weight: 500;
    }
      @media screen and (max-width: 960px){
        #feature .content p.feature_detail{
          text-align: center;
        }
      }
      @media screen and (max-width: 480px) {
        #feature .content p.feature_detail {
          font-size: 13px;
        }
      }
      @media screen and (max-width: 840px) {
        #feature .content p br.pc {
          display: none;
        }
        #feature .content p br.sp {
          display: block;
        }
      }
    #feature .content .feature_image {
      background-size: 100%;
      background-repeat: no-repeat;
      height: auto;
      width: 100%;
      margin: 40px auto;
      max-width: 400px;
    }
    #feature .content .feature_image.feature1{
      margin-top: 80px;
      position: relative;
      background-image: url(../images/feature1.png);
      height: 250px;
    }
    #feature .content .feature_image.feature2{
      position: relative;
      background-image: url(../images/feature2.png);
      height: 250px;
    }
      @media screen and (max-width: 480px) {
        #feature .content .feature_image.feature2{
          background-size: 350px;
          background-position: center;
        }
      }
    #feature .content .feature_image.feature4{
      position: relative;
      background-image: url(../images/feature4.png);
      height: 250px;
      background-position-y: 15px;
    }
    @media screen and (max-width: 480px) {
      #feature .content .feature_image.feature4{
        background-size: 350px;
        background-position: center;
      }
    }
  #feature .feature3_content{
    text-align: center;
    margin-top: 60px;
    border-radius: 10px;
    margin: 60px auto;
    padding-bottom: 24px;
  }
    @media screen and (max-width: 840px) {
      #feature .feature3_content{
      width: 80%;
      min-width: 375px;
      }
    }
  #feature .feature3_content img.feature_image{
    margin: 24px 0 24px;
  }
  #feature .feature3_content img.feature_image.feature3{
    width: 500px;
  }
    @media screen and (max-width: 840px) {
      #feature .feature3_content img.feature_image{
      width: 336px;
      height: 142px;
      margin: 32px 0 24px;
      }
      #feature .feature3_content img.feature_image.feature3{
        width: 90%;
        height: initial;

      }
    }
  #feature .feature3_content p{
    color: #2778ED;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
    @media screen and (max-width: 840px) {
      #feature .feature3_content p{
        font-size: 12px;
        line-height: 17px;
      }
    }
  #feature .kv_cvbtn{
    background: linear-gradient(to left, #94C2FF, #C0CBFF);
    display: flex;
    padding-top: 32px;
    padding-bottom: 40px;
    justify-content: center;
  }
  @media screen and (max-width: 840px) {
    #feature .kv_cvbtn{
      display: block;
      padding-top: 30px;
      padding-bottom: 32px;
      text-align: center;
      justify-content: center;
      margin: 0 auto;
    }
  }
    #feature .kv_cvbtn p{
      color: #001F4F;
    }
  #feature .feature_comment{
    position: absolute;
    top: -35px;
    right: -15px;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(63, 151, 255, 0.6);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    @media screen and (max-width: 840px) {
      #feature .feature_comment{
        right: -38px;
        top: -32px;
      }
    }
    @media screen and (max-width: 480px) {
      #feature .feature_comment{
        right: 16px;
        top: -16px;
        width: 103px;
        height: 103px;
      }
    }
    @media screen and (max-width: 375px) {
      #feature .feature_comment{
        right: 40px;
        top: -16px;
      }
    }
  #feature .feature_hukidashi{
    position: absolute;
    top: -48px;
    right: 44px;
    background-image: url(../images/feature1_hukidashi.png);
    width: 156px;
    height: 74px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #feature .feature_hukidashi span{
    color: #2778ED;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
  }
    @media screen and (max-width: 840px) {
      #feature .feature_hukidashi span{
        font-size: 14px;
        line-height: 19px;
      }
    }
    #feature .feature_comment span{
      color: #2778ED;
      font-size: 18px;
      font-weight: bold;
      line-height: 23px;
      text-align: center;
    }
      @media screen and (max-width: 480px) {
        #feature .feature_comment span{
          font-size: 14px;
        }
      }
  #feature .feature_comment.feature4 span{
    font-size: 16px;
    margin-top: -7px;
    text-align: center;
  }
  @media screen and (max-width: 480px) {
    #feature .feature_comment.feature4 span{
      font-size: 12px;
      line-height: 14px;
    }
  }
  #feature .feature_comment.feature4 span.num_users{
    font-size: 32px;
    line-height: 28px;
  }
    @media screen and (max-width: 480px) {
      #feature .feature_comment.feature4 span.num_users{
        font-size: 24px;
      }
    }
#feature .content.feature.reverse{
  flex-direction: row-reverse;
}

/*========================= case ========================= */
#case {
  background-color: #FFF;
  padding-bottom: 64px;
}
  #case h2 {
    color: #00235C;
    font-size: 28px;
    text-align: center;
    padding: 64px 0 40px;
    font-weight: 600;
  }
    @media screen and (max-width: 480px) {
      #case h2 {
        font-size: 22px;
        line-height: 32px;
        padding: 40px 0 32px;
      }
    }
  #case p {
    color: #0041AD;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 24px;
  }
    @media screen and (max-width: 480px) {
      #case p {
        font-size: 18px;
      }
    }
  #case .method_container {
    padding-bottom: 56px;
  }
    #case .method_container .method {
      display: grid;
      grid-template-rows: 160px 160px 160px;
      grid-template-columns: 160px 160px 160px 160px;
      width: 640px;
      margin: 0 auto;
    }
      @media screen and (max-width: 840px) {
        #case .method_container .method {
          grid-template-rows: 160px 160px 160px 160px;
          grid-template-columns: 160px 160px 160px;
          width: 480px;
        }
      }
      @media screen and (max-width: 480px) {
      #case .method_container .method {
        grid-template-rows: 120px 120px 120px 120px;
        grid-template-columns: 120px 120px 120px;
        width: 360px;
      }
    }
    #case .method_container .method .method_item {
      background-color: #F9FBFF;
      border-radius: 12px;
      margin: 10px;
    }
      @media screen and (max-width: 480px) {
        #case .method_container .method .method_item {
          border-radius: 8px;
          margin: 5px;
        }
      }
      #case .method_container .method .method_item img {
        display: block;
        width: 64px;
        margin: 20px auto 2px;
      }
        @media screen and (max-width: 480px) {
          #case .method_container .method .method_item img {
            width: 48px;
            margin: 16px auto 0;
          }
        }
      #case .method_container .method .method_item p {
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        line-height:20px;
        height: 40px;
        width: 140px;
        display: table-cell;
        vertical-align: middle;
        margin: 0 auto;
        padding-bottom: 0;
      }
        @media screen and (max-width: 480px) {
          #case .method_container .method .method_item p {
            font-size: 11px;
            line-height: 14px;
          }
        }
  #usecase_container {
    padding-bottom: 40px;
  }
  #usecase_container h2{
    color: #0041AD;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 48px;
    padding-top: 80px;
    text-align: center;
  }
    #usecase_container .usecase {
      display: flex;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      padding: 8px;
    }
      @media screen and (max-width: 840px) {
        #usecase_container .usecase {
          display: block;
          width: 280px;
          padding: 0;
        }
      }
      #usecase_container .usecase .usecase_item {
        width: 280px !important;
        height: 484px;
        border-radius: 10px;
        background-color: #FFF;
        margin: 0 8px 20px;
        box-shadow: 0px 1px 5px 0px rgb(66, 133, 244, 0.3);
      }
        @media screen and (max-width: 840px) {
          #usecase_container .usecase .usecase_item {
            margin: 0 0 24px;
          }
        }
        #usecase_container .usecase .usecase_item .company_pic {
          width: 280px;
          height: auto;
          border-radius: 10px 10px 0px 0px;
        }
        #usecase_container .usecase .usecase_item .company_logo {
          margin: 8px;
          height: 50px;    
        }
          #usecase_container .usecase .usecase_item .company_logo img {
            display: block;
            margin: 0 auto;
            height: 100%;    
          }
        #usecase_container .usecase .usecase_item h3 {
          font-size: 16px;
          color: #4285F4;
          font-weight: 600;
          text-align: center;
          height: 32px;
          line-height: 32px;
          padding: 0;    
        }
        #usecase_container .usecase .usecase_item p {
          display: block;
          font-size: 14px;
          color: #09205D;
          font-weight: 500;
          text-align: left;
          line-height: 24px;
          width: 240px;
          margin: 5px auto 0;    
        }

/*========================= flow ========================= */
#flow {
  background-color: #FFF;
  padding-bottom: 64px;
}
  #flow h2 {
    color: #0041AD;
    font-size: 28px;
    text-align: center;
    padding: 64px 0 40px;
    font-weight: 600;
  }
  @media screen and (max-width: 480px) {
    #flow h2 {
      font-size: 22px;
      line-height: 32px;
      padding: 40px 0 32px;
    }
  }
  #flow .step_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    padding-bottom: 56px;
  }
    @media screen and (max-width: 840px) {
      #flow .step_wrapper {
        width: 100%;
      }
    }
    #flow .step_wrapper .step_item {
      width: 100%;
    }
      @media screen and (max-width: 840px) {
        #flow .step_wrapper .step_item {
          border-top: 0;
        }
      }
      #flow .step_wrapper .step_item:nth-of-type(1) {
      border-top: 0;
      }
      #flow .step_wrapper .step_item .step_content {
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        max-width: 1100px;
        display: grid;
        grid-template-rows: 24px 72px;
        grid-template-columns: 72px 704px;
        column-gap: 24px;
      }
      #flow .step_wrapper .step_item .step_content.no4{
        display: grid;
        grid-template-columns: 72px 539px 142px;
        grid-template-rows: 24px 72px;
        width: 100%;
        margin: 0 auto;
      }
        @media screen and (max-width: 840px) {
          #flow .step_wrapper .step_item .step_content.no4{
            grid-template-columns: 56px 400px;
            grid-template-rows: 24px 120px 50px;
            width: 420px;
          }
        }
        @media screen and (max-width: 480px) {
          #flow .step_wrapper .step_item .step_content.no4{
            grid-template-columns: 46px 250px;
            grid-template-rows: 24px auto 50px;
            width: 320px;
          }
        }
        @media screen and (max-width: 840px) {
          #flow .step_wrapper .step_item .step_content {
            padding-top: 15px;
            padding-bottom: 64px;
            grid-template-rows: 24px 100px;
            grid-template-columns: 60px 360px;
            column-gap: 16px;
            flex-wrap: wrap;
            width: 420px;
            margin: 0 auto;
          }
        }
        @media screen and (max-width: 480px) {
          #flow .step_wrapper .step_item .step_content {
            padding-top: 15px;
            padding-bottom: 48px;
            grid-template-rows: 24px 132px;
            grid-template-columns: 48px 260px;
            column-gap: 12px;
            flex-wrap: wrap;
            width: 320px;
            margin: 0 auto;
          }
        }
        #flow .step_wrapper .step_item .step_content.one {
          padding-top: 0;
        }
        #flow .step_wrapper .step_item .step_content .step_number {
          grid-row: 1 / 3;
          grid-column: 1 / 2;
          position: relative;
          border-radius: 50%;
          width: 72px;
          height: 72px;
          line-height: 72px;
          text-align: center;
          background: #4285F4;
          color: #fff;
          font-size: 32px;
          font-family: 'roboto', sans-serif;
          font-weight: 500;
        }
          @media screen and (max-width: 840px) {
            #flow .step_wrapper .step_item .step_content .step_number {
              margin-right: 20px;
              width: 60px;
              height: 60px;
              line-height: 60px;
              font-size: 24px;
            }
          }
          @media screen and (max-width: 480px) {
            #flow .step_wrapper .step_item .step_content .step_number {
              margin-right: 20px;
              width: 48px;
              height: 48px;
              line-height: 48px;
              font-size: 24px;
            }
          }
          #flow .step_wrapper .step_item .step_content .step_number_line {
            position: absolute;
            top: -60%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 2px;
            height: 120px;
            background: #4285F4;
          }
            @media screen and (max-width: 840px) {
              #flow .step_wrapper .step_item .step_content .step_number_line {
                top: -120%;
                height: 150px;
              }
            }
            @media screen and (max-width: 480px) {
              #flow .step_wrapper .step_item .step_content .step_number_line {
                top: -170%;
                height: 180px;
              }
            }
            #flow .step_wrapper .step_item .step_content h3.step_title {
              grid-row: 1 / 2;
              grid-column: 2 / 3;
              margin-right: 48px;
              flex-basis: 298px;
              color: #4285F4;
              font-size: 20px;
              font-weight: 600;
            }
              @media screen and (max-width: 480px) {
                #flow .step_wrapper .step_item .step_content h3.step_title {
                  margin-right: 0;
                  max-width: 230px;
                  font-size: 16px;
                  line-height: 28px;
                }
              }
              #flow .step_wrapper .step_item .step_content p.step_description {
                grid-row: 2 / 3;
                grid-column: 2 / 3;
                padding-top: 8px;
                font-size: 16px;
                line-height: 24px;
                color: #00235C;
                font-weight: 500;
              }
                @media screen and (max-width: 840px) {
                  #flow .step_wrapper .step_item .step_content p.step_description {
                    max-width: 355px;
                    font-size: 14px;
                  }
                }
                @media screen and (max-width: 480px) {
                  #flow .step_wrapper .step_item .step_content p.step_description {
                    max-width: 260px;
                    font-size: 14px;
                  }
                }

#flow .step4_comment{
  grid-row: 1 / 3;
  grid-column: 3 / 4;
  background-color: #FFF;
  width: 135px;
  height: 68px;
  box-shadow: 0px 0px 5px 0px rgb(255, 36, 144, 1);
  border-radius: 34px;
}
  @media screen and (max-width:840px) {
    #flow .step4_comment{
      grid-row: 3 / 4;
      grid-column: 1 / 3;
      width: 189px;
      height: 51px;
      margin: 20px auto;
    }
    #flow .step4_comment br.flow_sp{
      display: none;
    } 
  }
  #flow .step4_comment p{
    color: #FF2472;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 22px;
    padding-top: 12px;
  }
  @media screen and (max-width:840px) {
    #flow .step4_comment p{
      font-size: 14px;
    }
  }
#flow .kv_cvbtn{
  background: linear-gradient(to left, #94C2FF, #C0CBFF);
  display: flex;
  padding-top: 32px;
  padding-bottom: 40px;
  justify-content: center;
}
  @media screen and (max-width:840px){
    #flow .kv_cvbtn{
      display: block;
      padding-top: 30px;
      padding-bottom: 32px;
      text-align: center;
      justify-content: center;
      margin: 0 auto;
    }
  }
  #flow .kv_cvbtn p{
    color: #FFF;
  }

/*========================= faq ========================= */
#faq {
  background-color: #FFF;
  padding-bottom: 64px;
}
  #faq h2 {
    color: #0041AD;
    font-size: 28px;
    text-align: center;
    padding: 64px 0 40px;
    font-weight: 600;
  }
    @media screen and (max-width: 480px) {
      #faq h2 {
        font-size: 22px;
        line-height: 32px;
        padding: 40px 0 24px;
      }
    }
  #faq .faq_wrapper {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 56px;
  }
    @media screen and (max-width: 840px) {
      #faq .faq_wrapper {
        width: 90%;
      }
    }
    #faq .faq_wrapper .faq_box .question, #faq .faq_wrapper .faq_box .answer {
      position: relative;
      background: #fff;
      margin: 20px 0 0 0;
      border-radius: 2px;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #00235C;
      font-weight: 500;
    }
    #faq .faq_wrapper .faq_box .question:after, #faq .faq_wrapper .faq_box .answer:after {
      position: absolute;
      top: 17px;
      left: 12px;
      display: block;
      font-family: 'roboto', sans-serif;
      font-size: 20px;
      font-weight: 500;
      width: 30px;
      text-align: center;
    }
      @media screen and (max-width: 480px) {
        #faq .faq_wrapper .faq_box .question:after, #faq .faq_wrapper .faq_box .answer:after {
          top: 15px; 
        } 
      }
    #faq .faq_wrapper .faq_box .question {
      padding: 0px 56px;
      min-height: 60px;
    }
      @media screen and (max-width: 480px) {
        #faq .faq_wrapper .faq_box .question {
          min-height: 48px;
        } 
      }
      #faq .faq_wrapper .faq_box .question:after {
        content: "Q";
        color: #4285F4;
      }
      #faq .faq_wrapper .faq_box .question:hover {
        cursor: pointer;
      }
      @media screen and (max-width: 480px) {
        #faq .faq_wrapper .faq_box .question {
          padding: 10px 40px 10px 48px;
          margin-top: 20px;
        }
      }
    #faq .faq_wrapper .faq_box .answer {
      padding: 20px 56px;
      margin: 10px auto 30px;
    }
      @media screen and (max-width: 480px) {
        #faq .faq_wrapper .faq_box .answer {
          padding: 10px 40px 10px 48px;
        }
      }
      #faq .faq_wrapper .faq_box .answer:after {
        content: "A";
        color: #FE277D;
      }
      @media screen and (max-width: 840px) {
        #faq .faq_wrapper .faq_box .answer {
          margin: 10px auto 32px;
        }
        }

/*========================= brand ========================= */
#brand {
  background-color: #FAFBFF;
  padding-bottom: 64px;
}
  #brand h2 {
    color: #0041AD;
    font-size: 28px;
    text-align: center;
    padding: 64px 0 40px;
    font-weight: 600;
    line-height: 40px;
  }
    @media screen and (max-width: 480px) {
      #brand h2 {
        font-size: 22px;
        line-height: 32px;
        padding: 40px 0 32px;
      }
    }
  #brand .company {
    height: 120px;
    background: #FFF url(../images/logo-parade.png) repeat-x left center/auto 100px;
    animation: logo 60s linear infinite;
    margin-bottom: 40px;
  }

/*========================= bottom_summary ========================= */
#bottom_summary{
  background-color: #FAFBFF;
}
  #bottom_summary .summary h2{
    margin-top: 0px;
  }
  #bottom_summary .summary{
    padding-top: 20px;
  }
    @media screen and (max-width: 840px) {
      #bottom_summary .summary .summary_container{
        display: block;
      }
    }
    @media screen and (max-width: 840px) {
      #bottom_summary .summary .summary_container .summary_point{
        margin-left: 10px;
      }
    }
  #bottom_summary .kv_cvbtn{
    justify-content: center;
    padding-bottom: 80px;
    padding-top: 40px;
  }
  @media screen and (max-width: 840px) {
    #bottom_summary .kv_cvbtn{
      display: block;
    }
  }

/*========================= whitepaper ========================= */
#whitepaper {
  background-color: #ECF3FF;
  padding-bottom: 80px;
}
  #whitepaper h2 {
    color: #0041AD;
    font-size: 28px;
    text-align: center;
    padding: 64px 0 16px;
    font-weight: 600;
  }
    @media screen and (max-width: 480px) {
      #whitepaper h2 {
        font-size: 22px;
        line-height: 32px;
        padding: 40px 0 16px;
      }
    }
  #whitepaper h3 {
    color: #2e63bd;
    font-size: 20px;
    text-align: center;
    padding-bottom: 40px;
    font-weight: 500;
  }
    @media screen and (max-width: 480px) {
      #whitepaper h3 {
        font-size: 18px;
        padding-bottom: 24px;
      }
    }
  #whitepaper .whitepaper_wrapper {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 8px;
  }
    @media screen and (max-width: 840px) {
      #whitepaper .whitepaper_wrapper {
        display: block;
        padding: 0;
      }
    }
  #whitepaper .whitepaper_wrapper .whitepaper_item {
    display: block;
    width: 280px !important;
    height: 380px;
    border-radius: 13px;
    background-color: #FFF;
    margin: 0 8px 20px;
    padding-top: 12px;
    /*box-shadow: 0 0 4px rgb(0, 0, 0, 0.1);*/
  }
    @media screen and (max-width: 840px) {
      #whitepaper .whitepaper_wrapper .whitepaper_item {
        margin: 24px auto;
      }
    }
    #whitepaper .whitepaper_wrapper .whitepaper_item a.shot {
      display: block;
      width: 256px;
      height: 144px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin: 0 auto;
      background-color: #EFF2F7;
      box-shadow: 0 0 4px rgb(0, 0, 0, 0.5);
    }
    #whitepaper .whitepaper_wrapper .whitepaper_item .text {
      width: 240px;
      margin: 12px auto;
    }
      #whitepaper .whitepaper_wrapper .whitepaper_item .text h4 {
        display:flex;
        align-items: center;
        justify-content: center;
        height: 52px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        line-height: 20px;
      }
      #whitepaper .whitepaper_wrapper .whitepaper_item .text p {
        font-size: 14px;
        color: #09205D;
        font-weight: 500;
        line-height: 24px;
        height: 104px;
        margin-top: 8px;   
      }
      #whitepaper .whitepaper_wrapper .whitepaper_item .text a.button {
        display: block;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        font-weight: 600;
      }

/*========================= footer ========================= */
footer {
  display: block;
  border-top: 1px solid #ddd;
  padding: 20px 0 100px;
  font-size: 12px;
  color: #aaa;
  text-align: center;
}
  @media only screen and (max-width: 840px) {
    footer {
      padding-bottom: 60px;
      padding-right: initial !important;
    }
  }
  @media only screen and (max-width: 800px) {
    footer {
      padding-top: 0;
    }
  }
  footer::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
  }
    @media only screen and (min-width: 600px) {
      footer::after {
        display: none;
      }
    }
  footer .link {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
    @media screen and (max-width: 800px) {
      footer .link {
        display: block;
      }
    }
  @media screen and (max-width: 800px) {
    footer .link .footer_logo {
      background-color: #ECF3FF;
      border: none;
      height: 48px;
    }
  }
    footer .link a {
      color: #aaa;
      text-decoration: none;
    }
      @media screen and (max-width: 800px) {
        footer .link a {
          color: #FFF;
          text-align: center;
        }
      }
      footer .link a:hover {
        text-decoration: underline;
      }
    footer .link a + a {
      margin-left: 15px;
    }
  footer .copyright {
    font-family: Helvetica;
    line-height: 30px;
    text-align: center;
  }

/*========================= form ========================= */
.formright {
  position: fixed;
  top: 0%;
  left: initial;
  right: 0px;
  transform: translateX(0);
  margin-top: 0px;
  margin-left: initial;
  width: 344px;
  height: 100vh;
  max-height: initial;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px rgb(22, 39, 88, 0.5);
  border-radius: 0px;
  padding: 4px;
  }
  .formright h2 {
    font-size: 18px;
    color: #09205D !important;
    font-weight: 600;
    width: 164px;
    margin: 24px auto 0;
    padding-left: 40px;
    background-image: url(../../../images/formright_icon.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 7px 3px;
    height: 24px;
    line-height: 24px;
  }
  .formright .top_satori_form {
    width: 328px;
    height: 90vh;
    max-height: initial;
    margin: 12px auto 0;
    overflow-y: scroll;
  }
  .formright .top_satori_form::-webkit-scrollbar {
    display: none;
  }
  .formright .top_satori_form:hover::-webkit-scrollbar {
    display: block;
  }
  .formright .top_satori_form:hover::-webkit-scrollbar {
    background: #FFF;
    width: 4px;
    height: 4px;
  }
  .formright .top_satori_form:hover::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0, 0.2);
    border-radius: 2px;
  }
  label#satori__custom_field_964676886cbcfa54d_0_1d61bf1446646252,
  label#satori__custom_field_964676886cbcfa54d_1_1d61bf1446646252,
  label#satori__custom_field_964676886cbcfa54d_2_1d61bf1446646252,
  label#satori__custom_field_964676886cbcfa54d_3_1d61bf1446646252, 
  label#satori__custom_field_964676886cbcfa54d_4_1d61bf1446646252 {
    color: initial !important;
  }
  /*@media screen and (max-height: 750px) {
    .formright .top_satori_form {
      height: 68vh;
    }
  }
  @media screen and (max-height: 650px) {
    .formright .top_satori_form {
      height: 66vh;
    }
  }
  @media screen and (max-height: 600px) {
    .formright .top_satori_form {
      height: 62vh;
    }
  }*/
  @media screen and (max-width: 1180px) {
    .formright {
      transform: translateX(0);
      left: initial;
      right: 0px;
      margin-left: initial;
    }
  }
  @media screen and (max-width: 840px) {
    section#formright {
      display: none;
    }
  }

/*========================= pc_conversion ========================= */
  section#contact.pc {
    display: none;
  }
    @media screen and (max-width: 840px) {
      section#contact.pc {
        display: none !important;
      }
    }
    section#contact.pc .contact_wrapper {
      display: flex !important;
      flex-direction: row;
      justify-content: center;
      column-gap: 20px;
      width: 100%;
      height: 110px;
      position: fixed;
      bottom: 0;
      z-index: 100000;
      background-color: rgb(255, 104, 43, 0.85);
      animation-name: fadeUpAnime;
      animation-duration:0.8s;
      animation-fill-mode:forwards;
    }
      @keyframes fadeUpAnime{
      from {
        transform: translateY(100px);
      }
      to {
        transform: translateY(0);
      }
      }
      section#contact.pc .contact_wrapper .btn_wrapper p {
        position: relative;
        color: #FFF;
        font-size: 14px;
        text-align: center;
        margin-top: 12px;
        font-weight: 600;
      }
        section#contact.pc .contact_wrapper .btn_wrapper p:before,
        section#contact.pc .contact_wrapper .btn_wrapper  p:after {
          position: relative;
          display: inline-block;
          content: "";
          background: #FFF;
          width: 2px;
          height: 1.5em;
          margin: 0 1em;
          margin-top: -.2em;
          vertical-align: middle;
        }
        section#contact.pc .contact_wrapper .btn_wrapper p:before {
          transform: rotate(-35deg);
        }
        section#contact.pc .contact_wrapper .btn_wrapper p:after {
          transform: rotate(35deg);
        }
      section#contact.pc .contact_wrapper .btn_wrapper a.inquiry {
        display: block;
        width: 250px;
        height: 48px;
        font-size: 18px;
        font-weight: 600;
        color: #0041AD;
        background-color: #FFF;
        text-align: center;
        line-height: 46px;
        border-radius: 36px;
        box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
        margin-top: 8px;
        transition: .4s;
      }
      section#contact.pc .contact_wrapper .btn_wrapper a.download {
        display: block;
        width: 250px;
        height: 42px;
        font-size: 18px;
        font-weight: 600;
        color: #FFF;
        background-color: #2285FC;
        border: solid #FFF 3px;
        text-align: center;
        line-height: 42px;
        border-radius: 36px;
        box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
        margin-top: 8px;
        transition: .4s;
      }
      section#contact.pc .contact_wrapper .btn_wrapper .inquiry:hover {
        transform: scale(1.1);
      }
      section#contact.pc .contact_wrapper .btn_wrapper .download:hover {
        transform: scale(1.1);
      }

/*========================= sp_conversion ========================= */
@media screen and (max-width: 840px) {
  section#contact.sp {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    height: 54px;
    position: fixed;
    bottom: 0;
    z-index: 100000;
  }
    section#contact.sp .inquiry {
      font-size: 14px;
      color: #09205D;
      font-weight: 600;
      background-color: #FFFFFF;
      width: 50vw !important;
      text-align: center;
      padding-top: 17px;
    }
    section#contact.sp .download {
      font-size: 14px;
      color: #FFFFFF;
      font-weight: 600;
      background-color: #F2287D;
      width: 50vw !important;
      text-align: center;
      padding-top: 17px;
    }
}

