html {
  font-size: 100%;
  color: #303030;
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", -apple-system, "Helvetica Neue", HelveticaNeue, "游ゴシック", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Verdana, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
}

.sp {
  display: none;
}

@media screen and (max-width: 840px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none;
  }
}
/**{
  outline: 2px red solid;
}*/
body {
  margin: 0px;
}

@media screen and (max-width: 840px) {
  body {
    width: 100%;
  }
}

h1 {
  margin: 0;
}

h2.title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 36px;
  margin: 0 0 64px;
  position: relative;
}

h2.title::after{
  left: calc(50% - 40px);
  width: 80px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 4px;
  background-image: linear-gradient(120deg, #BDF8FF, #81A9FF);
  content: "";
}
@media screen and (max-width: 840px) {
  h2.title {
    font-size: 24px;
    padding-bottom: 36px;
  }
}

p {
  margin: 0;
  line-height: 26px;
}

a {
  text-decoration: none;
}

.contentleft {
  margin: 0;
}

.bg_A{
  padding: 80px 0px 120px;
  background-color: #FFF;
}

.bg_B {
  padding: 80px 0px 120px;
  background-color: #F9FAFF;
}

/*keyvisual*/
#keyvisual {
  background-image: url(../images/add/kv_bg.webp);
  background-size: 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  #keyvisual {
    background-size: 150%;
  }
}
  #keyvisual .in{
    display: grid;
    grid-template-rows: 16vw 10vw;
    grid-template-columns: 57vw 43vw;
    font-weight: bold;
    padding-top: max(3vw, 54px);
    margin-bottom: 12px;
  }
  #keyvisual .copy_area{
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    margin-top: 2vw;
    margin-left: 8vw;
  }
    #keyvisual .copy_area p.top_copy{
      display: flex;
      justify-content: center;
      font-size: 24px;
      font-weight: 600;
      align-items: baseline;
      margin-bottom: 24px;
      text-align: center;
      line-height: 2.5rem;
    }
    #keyvisual .copy h2.service_name {
      font-size: 1.5vw;
      font-weight: bold;
      text-align: left;
      margin-top: 16px;
    }
  #keyvisual h1{
    text-align: left;
    margin: 16px 0;
    font-weight: bold;
    font-size: 2.3vw;
    line-height: 1.6;
  }
  #keyvisual h1 span{
    color: #497BE9;
  }
  #keyvisual .sp_img_area{
    display: none;
  }
  #keyvisual .img_area img{
    width: 90%;
    margin-top: 2vw;
  }

#keyvisual .copy p.point {
  font-size: 1.1vw;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  padding-top: 4px;
}
#keyvisual .copy p.point::before {
  content: url(../images/add/kv_check.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.5);
  position: absolute;
  top: -7px;
  left: -10px;
}
/*@media screen and (min-width: 1281px) {
  #keyvisual h1{
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 1150px) {
  #keyvisual h1{
    text-align: left;
    font-weight: bold;
    font-size: 1.7em;
  }
  #keyvisual .copy p.point {
    font-size: 1em;
    position: relative;
    padding-left: 32px;
    padding-top: 5px;
  }
}*/
@media screen and (max-width: 1100px) {
  #keyvisual{
    background-size: 100%;
  }
  #keyvisual .in{
    display: block;
    padding-top: 72px;
    padding-bottom: initial;
  }
  #keyvisual .copy_area{
    width: 75%;
    margin: 0 auto;
  }
  #keyvisual .copy h2.service_name {
    text-align: center;
    font-size: 18px;
   }
  #keyvisual h1{
    text-align: center;
    font-size: 3vw;
  }
  #keyvisual .copy p.point{
    display: block;
    width: 340px;
    margin: 0 auto;
    font-size: 1.4vw;
  }
  #keyvisual .copy_area p.top_copy{
    margin-bottom: 20px;
  }
  #keyvisual .img_area.sp{
    display: block;
    height: auto;
    width: auto;
    padding-top: 16px;
  }
    #keyvisual .img_area.sp img{
      width: 90%;
      display: block;
      margin: 0 auto;
      padding-top: 16px;
    }
    #keyvisual .sp_img_area{
      display: block;
      margin: 24px auto;
      width: 65%;
    }
    #keyvisual .sp_img_area img{
      width: 100%;
    }
  #keyvisual .img_area{
    display: none;
    background-image: none;
  }
}
@media screen and (max-width: 850px){
  #keyvisual h1{
    font-size: 27px;
    margin: 24px 0px;
  }
  #keyvisual .copy p.point{
    font-size: 16px;
    width: 380px;
    padding-top: 5px;
  }
  #keyvisual .sp_img_area{
    width: 75%;
  }
}
@media screen and (max-width: 660px) {
  #keyvisual h1{
    font-size: 24px;
    margin: 16px 0px;
  }
  #keyvisual .copy p.point{
    width: 340px;
  }
  #keyvisual .copy h2.service_name{
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #keyvisual .copy_area{
    width: 85%;
  }
}
@media screen and (max-width: 520px){
  #keyvisual .copy_area{
    width: 95%;
  }
  #keyvisual h1{
    font-size: 20px;
  }
  #keyvisual .copy p.point{
    font-size: 14px;
    width: 300px;
  }
  #keyvisual .copy h2.service_name{
    font-size: 16px;
  }
  #keyvisual .copy_area p.top_copy{
    font-size: 17px;
  }
}
@media screen and (max-width: 325px) {
  #keyvisual h1{
    font-size: 1em;
  }
  #keyvisual .copy h2.service_name{
    font-size: 1em;
  }
  #keyvisual .copy p.point{
    font-size: 0.7em;
    width: 270px;
  }
}

/*CVボタン KV*/
#keyvisual .btn_area{
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  margin-left: 8vw;
}
#keyvisual .btn_area .kv_cvbtn{
  display: flex;
  column-gap: 40px;
  margin-top: max(1vw, 16px);
}
#keyvisual .btn_area .cv_btn{
  width: 250px;
  height: 44px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  display: flex;
  justify-content: center;
}
.cv_btn.download{
  background-color: #EE4F92;
}
.cv_btn.download:hover {
  opacity: 0.6;
  transition: all .2s;
}
#keyvisual .btn_area .cv_btn.inquiry{
  height: 40px;
  background-color: #FFF;
  border: 2px solid #E83681;
}
.cv_btn.inquiry:hover {
  opacity: 0.6;
  transition: all .2s;
}
.cv_btn_content{
  position: relative;
}
.cv_btn_content img{
  position: absolute;
  width: 60px;
}
#keyvisual .btn_area .download .cv_btn_content img{
  left: -66px;
  top: 0px;
}
#keyvisual .btn_area .inquiry .cv_btn_content img{
  left: -102px;
  top: 1px;
}
.cv_btn_content span{
  font-weight: bold;
  font-size: 16px;
  line-height: 44px;
}
.download .cv_btn_content span{
  color: #FFF;
}
.inquiry .cv_btn_content span{
  color: #E83681;
  line-height: 40px;
}
.shoulder{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (min-width: 1299px) {
  #keyvisual .btn_area .kv_cvbtn{
    column-gap: min(3vw, 81px);
  }
  #keyvisual .btn_area .cv_btn{
    width: min(30vw, 250px);
    height: min(6vw, 44px);
  }
  #keyvisual .btn_area .cv_btn.inquiry{
    height: min(6vw, 40px);
  }
  .cv_btn_content span{
    font-size: min(1.6vw, 16px);
  }
}
@media screen and (max-width: 1200px) {
  #keyvisual .btn_area .kv_cvbtn{
    justify-content: left;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  #keyvisual .btn_area{
    margin-left: initial;
  }
  #keyvisual .btn_area .kv_cvbtn{
    justify-content: center;
    column-gap: 72px;
  }
}
@media screen and (max-width: 1000px){
  #keyvisual .btn_area .kv_cvbtn{
    display: block;
  }
  .cv_btn{
    margin: 0 auto;
  }
  #keyvisual .btn_area .kv_cvbtn .cv_btn.download{
    margin-bottom: 20px;
  }
  .cv_btn_content span{
    display: block;
  }
  .download .cv_btn_content span{
    margin-left: 10px;
  }
}
@media screen and (max-width: 365px) {
  #keyvisual .btn_area .cv_btn{
    width: 220px;
  }
  .cv_btn_content span{
    font-size: 13px;
  }
  .shoulder{
    font-size: 12px;
  }
}

/*logo_slide*/
@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;
    }
  }
}
.logo_slide {
  height: 120px;
  background: #FFF url(../images/add/logo-parade.webp) repeat-x left center/auto 100px;
  animation: logo 60s linear infinite;
}
  @media screen and (max-width: 480px) {
    .logo_slide {
      height: 100px;
      background: #FFF url(../images/add/logo-parade.webp) repeat-x left center/auto 80px;
    }
  }

section#banner {
  background-color: #FFF;
  padding-top: 40px;
}

@media screen and (max-width: 840px) {
  section#banner {
    padding-top: 20px;
  }
}

section#banner .slick_banner.pc {
  width: 700px;
  height: 180px;
  margin: 0 auto;
  padding-top: 64px;
}

.new_function_mark {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #FE277D;
  color: #FFF;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  line-height: 72px;
  border-radius: 36px;
  left: -44px;
  top: -234px;
}

@media screen and (max-width: 840px) {
  .new_function_mark {
    font-size: 10px;
    width: 36px;
    height: 20px;
    line-height: 20px;
    left: -15px;
    top: -100px
  }
}

@media screen and (max-width: 840px) {
  section#banner .slick_banner.sp {
    width: 280px;
    height: 80px;
    margin: 0 auto;
  }
}

section#banner a {
  opacity: 0.6;
  transition: .2s;
}

section#banner img {
  height: 180px;
  background-size: 100%;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgb(0, 0, 0, 0.2);
}

@media screen and (max-width: 840px) {
  section#banner img {
    height: 80px;
  }
}

@media screen and (max-width: 840px) {
  section#banner_mid {
    padding: 20px 0;
    background-color: #F4F5FF;
  }

  section#banner_mid .slick_banner.sp {
    width: 280px;
    height: 80px;
    margin: 0 auto;
  }

  section#banner_mid a:hover {
    opacity: 0.6;
    transition: .2s;
  }

  section#banner_mid img {
    height: 80px;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgb(0, 0, 0, 0.2);
  }
}

/* feature */

section#feature {
  background-color: #FFF;
  font-size: 16px;
}

.left_layout {
  display: flex;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 130px;
  column-gap: 80px;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .left_layout {
    display: block;
    width: 90%;
    text-align: center;
    padding-bottom: 100px;
    margin: 0 auto;
  }
}

.right_layout {
  display: flex;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 130px;
  flex-direction: row-reverse;
  column-gap: 80px;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .right_layout {
    display: block;
    width: 90%;
    text-align: center;
    padding-bottom: 100px;
    margin: 0 auto;
  }
}

.right_layout.last {
  padding-bottom: 0;
}

#feature .feature_text {
  width: 60%;
  margin: 24px 0;
}
@media screen and (max-width: 840px) {
  #feature .feature_text {
    width: 100%;
    margin: 0 auto;
  }
}

#feature h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  line-height: 41px;
  margin: 0 0 24px;
  color: #2F4BA8;
}
@media screen and (max-width: 840px) {
  #feature h3 {
    text-align: center;
    line-height: 41px;
  }
}
@media screen and (max-width: 400px) {
  #feature h3 {
    font-size: 20px;
    line-height: 33px;
  }
}


#feature p {
  margin: auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #515151;
  line-height: 26px;
}
@media screen and (max-width: 840px) {
  #feature p {
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 30px auto 60px;
  }
}
@media screen and (max-width: 400px) {
  #feature p {
    font-size: 14px;
    width: 290px;
  }
}

#feature .feature_image {
  width: 60%;
}
@media screen and (max-width: 840px) {
  #feature .feature_image {
    width: 100%;
    max-width: 400px;
    min-width: 290px;
    margin: 0 auto;
  }
}

#feature .feature_image img {
  width: 100%;
}

#feature .feature_image img.img-feature2 {
  display: block;
  width: 80%;
}

#feature .feature_image img.img-feature3 {
  display: block;
  width: 80%;
  margin: 0 auto;
}


/* service_flow */

#service_flow img.flow_pc{
  display: block;
  width: min(85%, 960px);
  margin: 64px auto 16px;
}
#service_flow .flow_sp{
  display: none;
}
#service_flow p{
  max-width: 1000px;
  width: 90%;
  text-align: center;
  margin: 24px auto 0;
  font-size: 14px;
}
@media screen and (max-width: 1299px) {
  #service_flow p{
    width: 80%;
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  #service_flow img.flow_pc{
    width: 90%;
  }
}
@media screen and (max-width: 840px) {
  #service_flow img.flow_pc{
    display: none;
  }
  #service_flow img.flow_sp{
    display: block;
    width: 80%;
    max-width: 480px;
    margin: 64px auto 40px;
  }
}
@media screen and (max-width: 480px) {
  #service_flow img.flow_sp{
    width: 90%;
  }
}


/*purpose*/
#purpose .purpose_wrapper {
  display: grid;
  grid-template-rows: 160px 160px;
  grid-template-columns: 160px 160px 160px 160px 160px 160px;
  width: 960px;
  margin: 0 auto;
}
  @media screen and (max-width: 970px) {
    #purpose .purpose_wrapper {
      grid-template-rows: 160px 160px 160px;
      grid-template-columns: 160px 160px 160px 160px;
      width: 640px;
    }
  }
  @media screen and (max-width: 640px) {
    #purpose .purpose_wrapper {
      grid-template-rows: 160px 160px 160px 160px;
      grid-template-columns: 160px 160px 160px;
      width: 480px;
    }
  }
  @media screen and (max-width: 480px) {
    #purpose .purpose_wrapper {
    grid-template-rows: 120px 120px 120px 120px;
    grid-template-columns: 120px 120px 120px;
    width: 360px;
  }
}
  @media screen and (max-width: 400px) {
    #purpose .purpose_wrapper {
    grid-template-rows: 100px 100px 100px 100px;
    grid-template-columns: 100px 100px 100px;
    width: 300px;
  }
  }
#purpose .purpose_wrapper .purpose_item {
  background-color: #F9FAFF;
  border-radius: 12px;
  margin: 10px;
}
  @media screen and (max-width: 480px) {
    #purpose .purpose_wrapper .purpose_item {
      border-radius: 8px;
      margin: 5px;
    }
  }
  #purpose .purpose_wrapper .purpose_item img {
    display: block;
    width: 64px;
    margin: 20px auto 2px;
  }
    @media screen and (max-width: 480px) {
      #purpose .purpose_wrapper .purpose_item img {
        width: 48px;
        margin: 16px auto 0;
      }
    }
    @media screen and (max-width: 400px) {
      #purpose .purpose_wrapper .purpose_item img {
        width: 40px;
        margin: 16px auto 0;
      }
    }
    #purpose .purpose_wrapper .purpose_item p {
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
    line-height:20px;
    height: 40px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    padding-bottom: 0;
    color: #2F4BA8;
  }
    @media screen and (max-width: 480px) {
      #purpose .purpose_wrapper .purpose_item p {
        font-size: 0.7em;
        line-height: 14px;
      }
    }
    @media screen and (max-width: 400px) {
      #purpose .purpose_wrapper .purpose_item p {
        font-size: 0.6em;
        line-height: 12px;
      }
    }





.new_function_area {
  background-color: rgb(0, 233, 163, 0.1);
  border: 3px solid #00C88C;
  border-radius: 10px;
  width: 800px;
  padding: 20px 0 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 840px) {
  .new_function_area {
    width: 90%;
  }
}

.new_function_mark_2 {
  background-color: #00C88C;
  color: #FFF;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  margin-left: 12px;
}

.document_download {
  padding: 72px 0;
}

@keyframes cta_anime {
  0% {
    transform: scale(.95);
    opacity: 1
  }

  90% {
    opacity: .1
  }

  to {
    transform: scale(1.2, 1.5);
    opacity: 0
  }
}

.cta_animation {
  position: relative;
  max-width: 300px;
  width: 90%;
  margin: 0px auto;
  transition: .2s;
  opacity: 0.99;
}

.cta_animation::before,
.cta_animation::after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 29px;
  background: #FF92D4;
  transform: translate3d(0, 0, 0);
}

.cta_animation::before {
  animation: cta_anime 2s ease-out infinite;
}

.cta_animation::after {
  animation: cta_anime 2s ease-out 1s infinite;
}

.document_download a.download_btn {
  display: block;
  height: 58px;
  max-width: 300px;
  width: 90%;
  border-radius: 29px;
  background-color: #EE4F92;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 57px;
  padding-left: 24px;
  margin: 0 auto;
  background-image: url(../images/download.png);
  background-repeat: no-repeat;
  background-position: 30px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}

.document_download a.download_btn:hover {
  opacity: 0.6;
  transition: .2s;
}

.banner_sp {
  position: relative;
  height: 142px;
  background-color: #F4F5FF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_sp .banner_sp_area {
  position: absolute;
  width: 320px;
  height: 100px;
  background-color: #CACDD5;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* example */

section#example {
  height: 500px;
}

section#example .slick_example {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 100px;
}

@media screen and (max-width: 1000px) {
  section#example .slick_example {
    width: 100%;
    margin: 0 auto 100px;
  }
}

section#example .case {
  width: 280px !important;
  border-radius: 13px;
  background-color: #FFF;
  margin: 0 20px 20px;
  box-shadow: 0 1px 20px rgb(51, 79, 160, 0.15);
  padding-bottom: 24px;
}

section#example .case .company_pic {
  width: 280px;
  height: auto;
  border-radius: 13px 13px 0px 0px;
}

section#example .case .company_logo {
  margin-top: 8px;
  height: 50px;
}

section#example .case .company_logo img {
  margin: 0 auto;
  height: 100%;
}

section#example .case h3 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  height: 32px;
  line-height: 32px;
  margin: initial;
  color: #2F4BA8;
}

section#example .case p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  height: 90px;
  margin-top: 5px;
  padding: 0 24px;
  text-align: justify;
}

section#example .case .detail {
  background-image: url(../images/detail_arrow.png);
  background-repeat: no-repeat;
  background-position: 174px 10px;
}

section#example .case .detail a {
  font-size: 14px;
  color: #6287F7;
  font-weight: 500;
  padding-left: 89px;
  height: 30px;
  line-height: 30px;
  margin-top: 6px;
}

section#example .case .detail a:hover {
  opacity: 0.6;
  transition: .2s;
}

.slick-dots {
  bottom: -40px;
}

.slick-next {
  display: none !important;
}

section#example ul li:after {
  background-image: none !important;
}

section#brands {
  text-align: center;
  background-image: url(../images/add/company_bg_pc.png);
  background-repeat: repeat-x;
  background-color: #FFF;
}

@media screen and (max-width: 840px) {
  section#brands {
    background-image: url(../images/add/company_bg_sp.png);
  }
}

section#brands .text {
  height: 295px;
}

section#brands h2 {
  font-size: 28px;
  font-weight: 500;
  color: #2F4BA8;
  padding-top: 55px;
}

@media screen and (max-width: 840px) {
  section#brands h2 {
    font-size: 20px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 400px) {
  section#brands h2 {
    font-size: 20px;
  }
}

section#brands p {
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  text-align: center;
}

@media screen and (max-width: 840px) {
  section#brands p {
    font-size: 14px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  section#brands .text p br.sp {
    display: block;
  }
}

section#brands .company {
  background-color: #FFFFFF;
}

@media screen and (max-width: 840px) {
  section#brands .company {
    padding-bottom: 60px;
  }
}

section#brands .company h2 {
  font-size: 24px;
  font-weight: 500;
  padding-top: 5px;
}

@media screen and (max-width: 840px) {
  section#brands .company h2 {
    padding-top: 40px;
  }
}

section#brands .company p {
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  text-align: center;
}

section#brands .company .company_list {
  margin: 25px auto 60px;
  max-width: 960px;
  width: 90%;
}

@media screen and (max-width: 840px) {
  section#brands .company .company_list {
    max-width: 330px;
    width: 90%;
    margin: 30px auto 0;
  }
}

section#trial {
  background-color: #F9FAFF;
  padding: 50px;
  font-size: 16px;
}

@media screen and (max-width: 840px) {
  section#trial {
    padding-top: 60px;
  }
}

section#trial p {
  text-align: center;
}
@media screen and (max-width: 840px) {
  section#trial p{
    font-size: 14px;
  }
}
.formright h3 {
  background-image: initial;
  padding-left: initial;
  font-weight: bold;
  color: #2F4BA8;
  margin: 18px;
  font-size: 18px;
}

.footer_contact {
  display: block;
  background-color: #FFF;
  width: 320px;
  height: 64px;
  margin: 24px auto 40px;
  text-align: center;
  line-height: 64px;
  color: #2F4BA8;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  box-shadow: 0 1px 10px rgb(51, 79, 160, 0.3);
}

@media screen and (max-width: 840px) {
  .footer_contact {
    max-width: 90%;
  }
}
.footer_contact:hover {
  opacity: 0.6;
  transition: .2s;
}

@media screen and (max-width: 840px) {
  footer .copyright.pc {
    display: block;
  }

  footer .copyright.sp .copyright_img {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  footer .copyright.pc {
    display: none;
  }

  footer .copyright.sp .copyright_img {
    display: block;
    margin: 0 auto;
  }
}

@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 .download {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #EE4F92;
    width: 50vw !important;
    text-align: center;
    padding-top: 17px;
  }

  section#contact.sp .inquiry {
    font-size: 14px;
    color: #2F4BA8;
    font-weight: bold;
    background-color: #FFFFFF;
    width: 50vw !important;
    text-align: center;
    padding-top: 17px;
  }
}

/*
#floatingright {
  position: fixed;
  top: 240px;
  right: 0;
  box-shadow: 0 0 7px rgb(0, 0, 0, 0.4);
}

.floatingright {
  display: block;
  width: 112px;
  height: 112px;
  text-align: center;
}

.floatingright:hover {
  opacity: 0.6;
  transition: .2s;
}

.floating_cta_dl {
  background-color: #FF3FB3;
}

.floating_cta_dl p {
  color: #FFF;
}

.floating_cta_ct {
  background-color: #FFF;
}

.floating_cta_ct p {
  color: #FF3FB3;
}

#floatingright img {
  width: 56px;
  margin-top: 24px;
}

#floatingright p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#floatingright.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(115px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#floatingright.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(115px);
  }
}
.top{
  display: none;
}
*/

/*floating_cv_btn*/

/*pc*/

section#floating_cv_btn.pc {
  display: none;
}
  @media screen and (max-width: 840px) {
    section#floating_cv_btn.pc {
      display: none !important;
    }
  }
  section#floating_cv_btn .pagetop{
    position: fixed;
    background: #2778ED;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    flex-direction: column;
    opacity: 0.8;
    color: #FFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  section#floating_cv_btn.pc .pagetop{
    height: 60px;
    width: 60px;
    right: 40px;
    bottom: 140px;
    font-size: 14px;
    transition: all ease .3s;
  }
  section#floating_cv_btn.pc .pagetop:hover{
    opacity: 0.5;
  }
    @media screen and (max-width: 840px) {
      section#floating_cv_btn.sp .pagetop {
        height: 60px;
        width: 60px;
        position: fixed;
        right: 40px;
        bottom: 80px;
      }
      section#floating_cv_btn.sp .pagetop:hover{
        opacity: 0.5;
      }
    }
    @media screen and (max-width: 480px) {
      section#floating_cv_btn.sp .pagetop {
        position: fixed;
        right: 24px;
        bottom: 72px;
        font-size: 14px;
        color: #FFF;
      }
      section#floating_cv_btn.sp .pagetop:hover{
        opacity: 0.5;
      }
    }
  section#floating_cv_btn .pagetop::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(-45deg);
    opacity: 0.8;
  }
  section#floating_cv_btn .pagetop:hover::before{
    opacity: 0.5;
  }
  section#floating_cv_btn.pc .floating_cv_btn_wrapper {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    column-gap: 20px;
    width: 100%;
    height: 110px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-image: linear-gradient(120deg, rgba(98,166,255,0.8), rgba(205,51,255,0.8));
    animation-name: fadeUpAnime;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
  }
    @keyframes fadeUpAnime{
    from {
      transform: translateY(100px);
    }
    to {
      transform: translateY(0);
    }
    }
    section#floating_cv_btn.pc .floating_cv_btn_wrapper .btn_wrapper p {
      position: relative;
      color: #FFF;
      font-size: 14px;
      text-align: center;
      margin-top: 12px;
      font-weight: bold;
    }
      section#floating_cv_btn.pc .floating_cv_btn_wrapper .btn_wrapper p:before,
      section#floating_cv_btn.pc .floating_cv_btn_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#floating_cv_btn.pc .floating_cv_btn_wrapper .btn_wrapper p:before {
        transform: rotate(-35deg);
      }
      section#floating_cv_btn.pc .floating_cv_btn_wrapper .btn_wrapper p:after {
        transform: rotate(35deg);
      }
    section#floating_cv_btn.pc .floating_cv_btn_wrapper .btn_wrapper a.inquiry {
      display: block;
      width: 250px;
      height: 48px;
      font-size: 1.1em;
      font-weight: bold;
      color: #E83681;
      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#floating_cv_btn.pc .floating_cv_btn_wrapper .btn_wrapper a.download {
      display: block;
      width: 250px;
      height: 42px;
      font-size: 1.1em;
      font-weight: bold;
      color: #FFF;
      background-color: #EE4F92;
      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#floating_cv_btn.pc .floating_cv_btn_wrapper .btn_wrapper .inquiry:hover {
      transform: scale(1.1);
    }
    section#floating_cv_btn.pc .floating_cv_btn_wrapper .btn_wrapper .download:hover {
      transform: scale(1.1);
    }