.s.s--btob .s-main {
  padding-bottom: 0;
}
.s.s--btob .s-edge {
  width: 300px;
  height: 194px;
}

.s .s-main-visu {
  position: relative;
}

.s .s-main-visu::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 194px;
  background: url('../../img/lp/btob-production/edge-left.svg') center center /cover no-repeat;
  left: 0;
  bottom: 88px;
}

.s .s-main-visu .s-str{
  text-align: center;
  font-weight: 700;
  font-size: 72px;
  color: #000;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.s .s-main-visu .s-str span{
  font-size: 84px;
  display: block;
}
.s.s--btob .s-main-visu .s-edsc{
  text-align: center;
  width: auto;
}
.s.s--btob .s-wrp-btn{
  /* display: flex;
  justify-content: center;
  padding-bottom: 0; */
}
.s .btob-btn-cv{
  text-decoration: none;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
}
.s .mv .btob-btn-cv:not(:first-child) {
  margin-top: 30px;
}
.s .btob-btn-cv:not(:first-child) {
  /* margin-top: 30px; */
}
.s .btob-btn-cv .s-label,.hs_submit input[type="submit"]{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 80px;
  border-radius: 40px;
  background-size: 200% 80px;
  padding: 0 20px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  background: #FF6D6D;
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(70 17 68 / 60%);
  margin: auto;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  z-index: 2;
  will-change: transform, filter;
}
.s .btob-btn-cv .s-label-white {
  background: #fff;
  color: #000;
  border: 3px solid #000;
  box-shadow: none;
}
.s .btob-btn-cv .s-label {
  padding: 0 20px 0 90px;
}
.s .mv .btob-btn-cv .s-label br {
  display: none;
}
.s .mv .btob-btn-cv .s-label img{
  position: absolute;
  left: 57px;
  top: 50%;
  transform: translateY(-50%);
}
.hs_submit input[type="submit"]{
  background: linear-gradient(to right, #fa80d2 0, #fed757 100%);
}
.s .btob-btn-cv::before,.hs_submit .actions::before,.hs_submit .actions:hover::before{
  background: #000;
  bottom: 10px;
  opacity: 0;
  position: absolute;
  right: 30px;
  left: 30px;
  z-index: 1;
  display: inline-block;
  height: 40px;
  border-radius: 30em;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  filter: blur(20px) brightness(0.95);
  -webkit-filter: blur(20px) brightness(0.95);
  transition: all 0.3s ease-out;
  will-change: filter;
  content: "";
}
.hs_submit .actions:hover::before{
  width: auto;
  transform: none;
}
.s .btob-btn-cv:hover span{
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  filter: brightness(1.05) contrast(1.05);
  -webkit-filter: brightness(1.05) contrast(1.05);
  transition: all 0.3s ease-out;
}
.s .btob-btn-cv:hover::before,.hs_submit .actions:hover::before{
  bottom: -7px;
  opacity: .3;
}
.s.s--btob .s-main-visu .s-edsc p{
  font-weight: 600;
  color: #000;
  letter-spacing: 0.02em;
  text-align: center;
}
.s.s--btob .s-main-visu .s-edsc p span {
  display: inline-block;
}
.s-edsc-blue {
  text-align: center;
  display: inline-block;
  position: relative;
}
.s-edsc-blue span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
}
.s-edsc-blue::after,
.s-edsc-blue span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}

.s-edsc-blue::after {
  background: linear-gradient(to right, #15CDF8 0, #4EB3F2 100%);
}

.s-edsc-blue span::after {
  background: #4EB3F2;
  display: none;
}

.fv-img,.fv-img2{
  position: absolute;
  z-index: -1;
}
.s-wrp-btn{
  text-align: center;
  margin-top: 100px;
  margin-bottom: 180px;
}
#p-works .s-wrp-btn{
  margin-bottom: 80px;
}
.hs_submit .actions{
  display: inline-block;
}

/* 210730 */
.s .newbtob-problem-wrapper {
  width: 890px;
  max-width: calc(100% - 50px);
  margin: 0 auto 60px;
  text-align: center;
  color: #000;
}

.s .newbtob-problem-contents {
  background: url('../../img/lp/btob-production/diamond-problem.jpg') bottom 35px right 42px /747px no-repeat;
  padding-bottom: 50px;
}

.s .newbtob-problem-content {
  position: relative;
  width: 580px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 129, 224, 0.2);
}

.s .newbtob-problem-content-1 {
  background-color: #4FB3F2;
  padding-left: 40px;

}

.s .newbtob-problem-content-2 {
  background-color: #7B80F4;
  padding-right: 40px;
  margin-left: auto;
  margin-top: -20px;
}

.s .newbtob-problem-heading {
  font-size: 26px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 8px;
}

.s .newbtob-problem-heading span {
  color: #FFED67;
  font-size: 30px;
}

.s .newbtob-problem-text {
  font-size: 17px;
  color: #fff;
  line-height: 1.64;
  text-align: center;
}

.s .newbtob-problem-content img {
  position: absolute;
}

.s .newbtob-problem-content-1 img {
  bottom: -115px;
  left: 0;
}

.s .newbtob-problem-content-2 img {
  bottom: -40px;
  right: 10px;
}

.s .newbtob-problem-bottom {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}

.s .newbtob-appeal {
  background: linear-gradient( rgba(241, 244, 254, 0.6) 0%, rgba(212, 217, 247, 0.6) 100%);
  position: relative;
  z-index: -2;
}

.s .newbtob-appeal-wrapper {
  width: 800px;
  max-width: calc(100% - 48px);
  padding: 70px 0 160px;
  margin: 0 auto;
  position: relative;
}

.s .newbtob-appeal-2 {
  background: #F8F9FB;
}

.s .newbtob-appeal-2 .newbtob-appeal-wrapper {
  width: 850px;
  padding: 70px 0 100px;
  margin-bottom: 80px;
}

.s .newbtob-appeal-title {
  margin-bottom: 40px;
}

.s .newbtob-appeal-title-sub {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.s .newbtob-appeal-title-black {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
}
.s .newbtob-appeal-1 .newbtob-appeal-title-black:first-child {
  padding-left: 35px;
}
.s .newbtob-appeal-1 .newbtob-appeal-title-black:last-child {
  padding-right: 35px;
}
.s .newbtob-appeal-2 .newbtob-appeal-title-black {
  padding-left: 35px;
  padding-right: 35px;
}

.s .newbtob-appeal-title-yellow {
  color: #FFED67;
}

.s .newbtob-appeal-conv {
  margin-bottom: 20px;
}

.s .newbtob-appeal-cloud {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 35px;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  text-align: left;
  line-height: 1.64;
}

.s .newbtob-appeal-cloud-br-sp {
  display: none;
}

.s .newbtob-appeal-cloud::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 29px 9.5px;
  border-color: transparent transparent #fff transparent;
  top: 50%;
}

.s .newbtob-appeal-conv-left .newbtob-appeal-cloud::after {
  left: -24px;
  transform: translateY(-50%) rotate(-90deg);
}
.s .newbtob-appeal-conv-right .newbtob-appeal-cloud::after {
  right: -24px;
  transform: translateY(-50%) rotate(90deg);
}

.s .newbtob-appeal-conv-lg .newbtob-appeal-cloud {
  font-size: 26px;
  padding: 24px 50px;
}

.s .newbtob-appeal-cloud .newbtob-appeal-cloud-blue {
  color: #0040F0;
}

.s .newbtob-appeal-conv-left {
  text-align: left;
}

.s .newbtob-appeal-conv-right {
  text-align: right;
}

.s .newbtob-appeal-conv-full .newbtob-appeal-cloud {
  display: block;
}

.s .newbtob-appeal-img {
  position: absolute;
  z-index: -1;
}

.s .newbtob-appeal-img-1 {
  bottom: -40px;
  left: -200px;
}
.s .newbtob-appeal-img-2 {
  bottom: -47px;
  right: -200px;
}
.s .newbtob-appeal-img-3 {
  bottom: -20px;
  right: -198px;
}

.s .newbtob-cta.newbtob-cta-strategy {
  margin-top: 100px;
}

.s .newbtob-cta-wrapper {
  width: 1180px;
  max-width: calc(100% - 50px);
  margin: 40px auto 80px;
  text-align: center;
}

.s .newbtob-cta-add {
  display: inline-block;
  font-size: 33px;
  line-height: 1.25;
  color: #000;
  position: relative;
  margin-bottom: 30px;
}

.s .newbtob-cta-add-br-sp {
  display: none;
}

.s .newbtob-cta-add span {
  color: #0040F0;
}

.s .newbtob-cta-add::before,
.s .newbtob-cta-add::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 121px;
  border-radius: 100px;
  border: 1px solid #000;
  bottom: -20px;
}

.s .newbtob-cta-add::before {
  left: -60px;
  transform: rotate(-32deg);
}
.s .newbtob-cta-add::after {
  right: -60px;
  transform: rotate(32deg);
}

.s .newbtob-cta-content {
  background: url('../../img/lp/btob-production/cta-bg.jpg') center center /cover no-repeat;
  border-radius: 0 130px 0 130px;
}

.s .newbtob-cta-innr {
  width: 710px;
  max-width: 100%;
  color: #fff;
  margin: 0 auto;
  padding: 45px 10px 60px;
  position: relative;
}

.s .newbtob-cta-free {
  display: inline-block;
  font-size: 43px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

.s .newbtob-cta-free::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  left: 0;
  bottom: 8px;
}

.s .newbtob-cta-heading {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}

.s .newbtob-cta .s-wrp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 35px 0 20px;
}

.s .newbtob-cta .btob-btn-cv {
  width: 50%;
}

.s .newbtob-cta .btob-btn-cv .s-label {
  gap: 20px;
  width: 100%;
  height: 100px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 80px;
  padding: 0;
}

.s .newbtob-cta .btob-btn-cv .s-label-white {
  background: #fff;
  color: #000;
}

.s .newbtob-cta .btob-btn-cv .s-label img {
  left: 132px;
}

.s .newbtob-cta-comp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: -12px;
}

.s .newbtob-cta-comp a {
  font-size: 41px;
  color: #fff;
  display: inline-block;
  font-family: 'roboto', sans-serif;
  font-weight: bold;
}

.s .newbtob-cta-comp a img {
  vertical-align: middle;
  margin-right: 8px;
}

.s .newbtob-cta-img {
  position: absolute;
}

.s .newbtob-cta-img-1 {
  bottom: -30px;
  left: -180px;
}
.s .newbtob-cta-img-2 {
  bottom: -20px;
  right: -220px;
}

.s .s-hdr-b .s-en .svg-icon {
  top: 48%;
}
.s .newbtob-svg-arrow {
  animation: svgarrow 2.3s ease infinite;
}
.s .newbtob-svg-hands {
  transform: translateY(26px);
  animation: svghands 3s ease 1s infinite;
}

.s.s--btob .s-btob-service {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 350px;
  background-color: #F4F6F8;
  margin-bottom: -300px;
}

.s .s-panel dt:before {
  background: #4FB3F2;
}

.s .s-panel dt a {
  color: #707070;
}

.s .s-btob-service .s-hdr-b .s-en {
  color: #fff;
}

.s.s--btob .s-edge {
  top: 72px;
}

.s.s--btob .s-btob-service.s-btob-service-strength {
  padding-top: 120px;
}

.s.s--btob .s-btob-service.s-btob-service-strength .s-l-card-grid {
  align-items: flex-start;
}
.s.s--btob .s-btob-service.s-btob-service-strength .s-panel {
  padding: 40px 35px;
}
.s.s--btob .s-btob-service.s-btob-service-strength .s-panel dt {
  padding-bottom: 20px;
}
.s.s--btob .s-btob-service.s-btob-service-strength .s-panel dt span {
  color: #0081E0;
}
.s.s--btob .s-btob-service.s-btob-service-strength .s-panel:last-child .s-icon {
  margin-bottom: 50px;
}
.s .newbtob-accordions {
  align-items: flex-start;
}
.s .newbtob-accordion {
  cursor: pointer;
}
.s .newbtob-accordion-title {
  position: relative;
}
.s .newbtob-accordion-title div {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #4FB3F2;
  border-radius: 50%;
  top: -30%;
  right: -6px;
}
.s .newbtob-accordion-title div::before,
.s .newbtob-accordion-title div::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
.s .newbtob-accordion-title div::before {
  transform: translate(-50%, -50%);
}
.s .newbtob-accordion-title div::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.s .newbtob-accordion.active .newbtob-accordion-title div::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.s .newbtob-accordion-content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s;
}
.s .newbtob-accordion.active .newbtob-accordion-content {
  opacity: 1;
  visibility: visible;
  max-height: 9999px;
  transform: scaleY(1);
}
.s.s--btob .s-btob-marketing {
  background: transparent;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
}
.s.s--btob .s-btob-marketing .s-btob-marketing-strategy {
  position: relative;
}
.s.s--btob .s-btob-marketing-strategy .s-en {
  color: #F4F6F8;
}
.s.s--btob .s-btob-marketing-strategy .s-btob-sec-change-visu .s-en {
  color: #01E2FF;
}
.s.s--btob .s-btob-marketing .s-btob-marketing-strategy::before {
  background: url('../../img/lp/btob-production/bg_13.png') center center /cover no-repeat;
  content: "";
  position: absolute;
  width: 1650px;
  height: 1361px;
  top: -50px;
  left: calc(50% - 1030px);
}
.s.s--btob .s-btob-marketing .s-btob-sec-change::before {
  display: none;
}
.s.s--btob .s-btob-marketing .s-btob-sec-change::after {
  display: none;
}
.s.s--btob .s-btob-marketing .s-btob-sec-change-visu:before {
  display: none;
}
.s.s--btob .s-btob-marketing .s-btob-sec-change-visu .s-str {
  width: 535px;
}
.s.s--btob .s-btob-marketing .s-btob-sec-change-visu .s-str a {
  color: #ffffff;
}
.s.s--btob .s-btob-marketing .s-desc.s-btob-sec-change-visu-text {
  width: 414px;
}
.s.s--btob .s-btob-marketing .s-btob-sec-change-fig {
  top: -12px;
}

.s.s--btob .s-btob-marketing .s-hdr-b.s-hdr-b-small {
  margin-bottom: 0;
}
.s.s--btob .s-btob-marketing .s-hdr-b.s-hdr-b-small.s-hdr-b-spe {
  margin-top: 450px;
}
.s.s--btob .s-btob-marketing .s-hdr-b.s-hdr-b-small .s-str {
  margin-bottom: 0;
}
.s.s--btob .s-btob-marketing .newbtob-accordions {
  position: relative;
}
.s.s--btob .s-btob-marketing .newbtob-accordions::before {
  background: url('../../img/lp/btob-production/bg_14.png') center center /cover no-repeat;
  content: "";
  position: absolute;
  width: 2440px;
  height: 2148px;
  top: -600px;
  left: calc(50% - 860px);
  z-index: -1;
  display: none;
}
.s.s--btob .s-btob-marketing-flow {
  position: relative;
}
.s.s--btob .s-btob-marketing-flow::before {
  background: url('../../img/lp/btob-production/bg_15.png') center center /cover no-repeat;
  content: "";
  position: absolute;
  width: 1937px;
  height: 1705px;
  top: -120px;
  right: calc(50% - 860px);
  z-index: -1;
}
.s.s--btob .s-btob-marketing-flow::after {
  background: url('../../img/lp/btob-production/bg_07.png') center center /cover no-repeat;
  content: "";
  position: absolute;
  width: 325px;
  height: 325px;
  top: 0;
  right: calc(50% - 620px);
  z-index: -1;
}
.s.s--btob .s-btob-marketing .s-panel {
  padding: 40px 33px;
}
.s.s--btob .s-btob-marketing .newbtob-cta {
  margin-top: 100px;
}
.newbtob-cta.newbtob-cta-youtube {
  margin-top: 60px;
}
.s.s--btob .s-btob-flow {
  padding-top: 50px;
}
.s .s-btob-price {
  max-width: 980px;
  margin: 0 auto;
}
.s .s-btob-oss {
  max-width: 980px;
  margin: 100px auto 0;
}
.s-btob-works-logos {
  width: 1080px;
  max-width: calc(100% - 32px);
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
}
.s-btob-works-logo {
  width: 16.496%;
  margin-bottom: 2px;
  margin-right: 2px;
  transform: translateY(100px) scale(0.95);
  transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
  opacity: 0;
}
.s-btob-works-logo:nth-child(6n) {
  margin-right: 0;
}

.newbtob-propose {
  text-align: center;
  padding: 90px 10px;
  margin-top: 100px;
  background-color: #F4F6F8;
  color: #000;
}
.s .newbtob-propose .s-hdr-b {
  margin-bottom: 25px;
}
.s .newbtob-propose .s-hdr-b .s-str {
  margin-bottom: 0;
}
.s .newbtob-propose-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 30px;
}
.s .newbtob-propose-text {
  font-size: 20px;
  line-height: 2.4;
  font-weight: 600;
  margin-bottom: 40px;
}
.s .newbtob-propose-text-br-sp {
  display: none;
}
.s .newbtob-propose-catch {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 35px;
}
.s .newbtob-propose-catch br {
  display: none;
}
.s .newbtob-propose-comp {
  font-size: 18px;
}

@media screen and (min-width: 1050px){
  .contents.is-open {
    padding: 25px 3px 30px;
  }
}

@media screen and (min-width: 1000px){
  .s .s-btob-service.s-btob-service-strength .s-cont dd {
    height: 380px;
  }
}

@media screen and (min-width: 768px){
  .fv-img{
    width: 540px;
    right: -300px;
    top: 30px;
  }
  .fv-img2{
    width: 248px;
    left: -85px;
    top: 4px;
  }
  .s.s--btob .s-main-visu .s-wrp-btn {
    margin-bottom: 205px;
    padding-bottom: 0;
  }
  .s .newbtob-cta-comp a {
    pointer-events: none;
  }
  .s .s-maru .s-item .s-cont dt .s-ja {
    font-size: 2.5rem;
  }
  .s.s--btob .s-btob-sec-change-visu .s-str {
    font-size: 3.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .s.s--btob .s-maru--btob .s-item--btob-1 {
    left: 194px;
  }
  .s.s--btob .s-maru--btob .s-item--btob-2 {
    left: -75px;
  }
  .s.s--btob .s-maru--btob .s-item--btob-3 {
    left: 265px;
  }
}
@media screen and (max-width: 1049px){
  .s-btob-works-logo {
    width: 16%;
  }
}
@media screen and (max-width: 949px){
  .s.s--btob .s-btob-sec-change-fig {
    width: 50%;
  }
  .s.s--btob .s-btob-marketing .s-btob-sec-change-fig {
    width: 50%;
  }
}
@media screen and (max-width: 849px){
  .fv-img {
    opacity: 0.5;
  }
  .s .s-hdr-b .s-str {
    font-size: 2.4rem;
  }
  .s.s--btob .s-edge {
    width: 100px;
    height: 65px;
    background-size: cover;
  }
  .s .s-main-visu::after {
    width: 100px;
    height: 65px;
  }
  .s .newbtob-appeal-1 .newbtob-appeal-title {
    display: flex;
    flex-direction: column;
  }
  .s .newbtob-appeal-1 .newbtob-appeal-title-black:first-child {
    padding-right: 35px;
    margin-bottom: 10px;
  }
  .s .newbtob-appeal-1 .newbtob-appeal-title-black:last-child {
    padding-left: 35px;
  }
  .s .newbtob-appeal-wrapper {
    max-width: calc(100% - 100px);
    padding: 40px 0 80px;
  }
  .s .newbtob-appeal-cloud::after {
    border-width: 0 3.5px 11px 3.5px;
  }
  .s .newbtob-appeal-conv-left .newbtob-appeal-cloud::after {
    left: -9px;
  }
  .s .newbtob-appeal-conv-right .newbtob-appeal-cloud::after {
    right: -9px;
  }
  .s .newbtob-appeal-img-1 {
    width: 131px;
    left: -73px;
    bottom: 20px;
  }
  .s .newbtob-appeal-img-2 {
    width: 130px;
    right: -90px;
    bottom: 11px;
  }
  .s .newbtob-appeal-img-3 {
    bottom: 71px;
    right: -91px;
    width: 168px;
  }
  .s .newbtob-cta-content {
    border-radius: 80px 0 80px 0;
  }
  .s .newbtob-cta-img-1 {
    width: 60px;
    bottom: auto;
    top: -25px;
    left: 16px;
  }
  .s .newbtob-cta-img-2 {
    width: 94px;
    right: -10px;
    bottom: -20px;
  }
}
@media screen and (max-width: 767px){
  .s .s-hdr-b .s-str>span {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
  .s.s--btob .s-edge {
    top: 0;
  }
  .s .s-main-visu::after {
    display: none;
  }
  .s .btob-btn-cv,.hs_submit .actions{
    max-width: 320px;
    width: 100%;
  }
  .s .btob-btn-cv .s-label, .hs_submit input[type="submit"]{
    max-width: 320px;
    width: 100%;
    height: 60px;
    font-size: 22px;
  }
  .s-wrp-btn{
    margin-top: 50px;
    margin-bottom: 90px;
  }
  .s .s-main-visu .s-str span {
    font-size: 42px;
  }
  .s.s--btob .s-main-visu .s-str{
    width: 100%;
    line-height: 1.3;
  }
  .fv-img{
    bottom: -65px;
    width: 280px;
    right: -103px;
    top: auto;
  }
  .fv-img2{
    display: none;
  }
  .s-edsc-blue::after {
    display: none;
  }
  .s-edsc-blue {
    line-height: 1.65;
    margin-top: 5px;
  }
  .s-edsc-blue span {
    font-size: 26px;
  }
  .s-edsc-blue span::after {
    display: inline-block;
    bottom: 3px;
  }
  .s.s--btob .s-main-visu .s-wrp-btn {
    margin-top: 35px;
    padding-bottom: 85px;
  }
  .s .btob-btn-cv .s-label {
    height: 80px;
    font-size: 16px;
    padding: 0 10px;
    line-height: 1.5;
  }
  .s .btob-btn-cv .s-label br {
    display: block;
  }
  .s .btob-btn-cv .s-label img {
    width: 35px;
    left: 22px;
  }
  .s .newbtob-problem-wrapper {
    margin-bottom: 45px;
  }
  .s .newbtob-problem-content {
    width: 100%;
    height: auto;
  }
  .s .newbtob-problem-heading {
    font-size: 22px;
  }
  .s .newbtob-problem-heading span {
    font-size: 26px;
  }
  .s .newbtob-problem-contents {
    padding-bottom: 20px;
  }
  .s .newbtob-problem-content-1 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding: 30px 20px 40px;
  }
  .s .newbtob-problem-content-2 {
    padding-bottom: 30px;
    margin-top: 30px;
    padding: 30px 20px;
  }
  .s .newbtob-problem-text {
    font-size: 16px;
    text-align: left;
  }
  .s .newbtob-problem-text br {
    display: none;
  }
  .s .newbtob-problem-content-1 .newbtob-problem-text {
    padding-left: 68px;
  }
  .s .newbtob-problem-content-2 .newbtob-problem-text {
    padding-right: 72px;
  }
  .s .newbtob-problem-content-1 img {
    bottom: -47px;
    left: -16px;
    width: 123px;
  }
  .s .newbtob-problem-content-2 img {
    bottom: -10px;
    right: -13px;
    width: 83px;
  }
  .s .newbtob-problem-bottom {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .s .newbtob-appeal-wrapper {
    max-width: calc(100% - 48px);
    padding: 40px 0 50px;
  }
  .s .newbtob-appeal-title {
    margin-bottom: 30px;
  }
  .s .newbtob-appeal-title-black {
    font-size: 20px;
    padding: 5px 15px;
  }
  .s .newbtob-appeal-1 .newbtob-appeal-title-black:first-child {
    padding: 5px 15px;
  }
  .s .newbtob-appeal-1 .newbtob-appeal-title-black:last-child {
    padding: 5px 15px;
  }
  .s .newbtob-appeal-convs {
    padding: 0 26px;
  }
  .s .newbtob-appeal-cloud {
    font-size: 15px;
    border-radius: 15px;
    padding: 15px 20px;
  }
  .s .newbtob-appeal-conv-lg .newbtob-appeal-cloud {
    font-size: 18px;
    padding: 15px 20px;
    width: 100%;
  }
  .s .newbtob-appeal-img-1 {
    left: -53px;
    bottom: -20px;
  }
  .s .newbtob-appeal-img-2 {
    width: 110px;
    right: -60px;
    bottom: -19px;
  }
  .s .newbtob-appeal-img-3 {
    bottom: -7px;
    right: -58px;
  }
  .s .newbtob-cta {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .s .newbtob-cta-wrapper {
    max-width: calc(100% - 28px);
    margin: 40px auto 50px;
  }
  .s .newbtob-cta-content {
    background: url('../../img/lp/btob-production/cta-bg-sp.jpg') center center /cover no-repeat;
  }
  .s .newbtob-cta-add {
    font-size: 18px;
    width: 270px;
    line-height: 1.55;
  }
  .s .newbtob-cta-add-br-pc {
    display: none;
  }
  .s .newbtob-cta-add-br-sp {
    display: block;
  }
  .s .newbtob-cta-add::before, .s .newbtob-cta-add::after {
    width: 8px;
    height: 68px;
    bottom: 0;
  }
  .s .newbtob-cta-add::before {
    transform: rotate(-19deg);
    left: -15px;
  }
  .s .newbtob-cta-add::after {
    transform: rotate(19deg);
    right: -15px;
  }
  .s .newbtob-cta-innr {
    padding: 30px;
  }
  .s .newbtob-cta-free {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .s .newbtob-cta-free::after {
    bottom: 0;
  }
  .s .newbtob-cta-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .s .newbtob-cta .s-wrp-btn {
    flex-wrap: wrap;
    gap: 20px;
  }
  .s .newbtob-cta .btob-btn-cv {
    width: 100%;
  }
  .s .newbtob-cta .btob-btn-cv .s-label {
    width: 100%;
    height: 80px;
    font-size: 17px;
    border-radius: 40px;
    /* padding-left: 35px; */
  }
  .s .newbtob-cta .btob-btn-cv .s-label img {
    /* left: 22px; */
    margin: 0;
  }
  .s .newbtob-cta-text {
    font-size: 14px;
  }
  .s .newbtob-cta-text br {
    display: none;
  }
  .s .newbtob-cta .s-wrp-btn {
    margin: 20px 0 15px;
  }
  .s .newbtob-cta-comp {
    display: block;
    margin-top: -5px;
  }
  .s .newbtob-cta-comp a {
    font-size: 29px;
    line-height: 1.5;
    margin-bottom: -5px;
  }
  .s .newbtob-cta-comp a img {
    display: inline-block;
    width: 22px;
  }
  .s .newbtob-cta-comp p {
    font-size: 14px;
  }
  .s .newbtob-cta-img-1 {
    top: -23px;
    left: 11px;
  }
  .s .newbtob-cta-img-2 {
    width: 47px;
    right: -13px;
    bottom: -15px;
  }
  .s .newbtob-appeal-2 .newbtob-appeal-wrapper {
    padding: 30px 0 50px;
  }
  .s .newbtob-appeal-title-sub {
    font-size: 18px;
    width: 287px;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .s .newbtob-appeal-cloud-br-pc {
    display: none;
  }
  .s .newbtob-appeal-cloud-br-sp {
    display: block;
  }
  .s .newbtob-svg {
    width: 38px;
    height: 45px;
  }
  .s.s--btob .s-hdr-b .s-en .svg-icon {
    top: 50%;
  }
  .s.s--btob .s-btob-sec-change-fig {
    width: auto;
  }
  .s.s--btob .s-btob-service {
    margin: 100px calc(50% - 50vw) -300px;
    padding: 55px calc(50vw - 50%) 290px;
    padding-top: 55px;
    width: 100vw;
  }
  .s .newbtob-cta.newbtob-cta-strategy {
    margin-top: -25px;
  }
  .s.s--btob .s-btob-service.s-btob-service-strength {
    margin-top: 60px;
    padding-top: 60px;
  }
  .s.s--btob .s-btob-marketing {
    padding-top: 20px;
  }
  .s.s--btob .s-btob-marketing .s-btob-marketing-strategy::before {
    top: 110px;
    left: calc(50% - 560px);
  }
  .s.s--btob .s-btob-marketing .s-btob-sec-change-visu:before {
    display: inline-block;
    background-image: url('../../img/lp/btob-production/content-marketing-mv-sp2.svg');
    width: calc(336 / 750 * 100vw);
    height: calc(456 / 750 * 100vw);
    max-width: 250px;
    top: 0;
    left: calc(-60 / 750 * 100vw);
  }
  .s.s--btob .s-btob-marketing-strategy .s-btob-sec-change-visu .s-en {
    font-size: 16px;
  }
  .s.s--btob .s-btob-marketing .s-btob-sec-change-visu .s-str {
    width: auto;
    font-size: 26px;
  }
  .s.s--btob .s-btob-marketing .s-desc.s-btob-sec-change-visu-text {
    width: auto;
  }
  .s.s--btob .s-btob-marketing .s-desc.s-btob-sec-change-visu-text p {
    font-size: 16px;
  }
  .s.s--btob .s-btob-marketing .s-btob-sec-change-fig {
    width: calc(100% - 48px);
    margin: 20px auto 0;
  }
  .s.s--btob .s-btob-marketing .s-btob-sec-change-fig img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .s.s--btob .s-btob-marketing .s-hdr-b.s-hdr-b-small.s-hdr-b-spe {
    margin-top: 85px;
  }
  .s.s--btob .s-btob-marketing-flow::before {
    top: -185px;
  }
  .s.s--btob .s-btob-marketing-flow::after {
    width: 240px;
    height: 240px;
    top: -80px;
    right: calc(50% - 280px);
  }
  .s.s--btob .s-btob-marketing .newbtob-cta {
    margin-top: 30px;
  }
  .s.s--btob .s-btob-marketing .newbtob-accordions::before {
    display: inline-block;
    transform: rotateY(180deg);
    top: -450px;
    left: calc(50% - 990px);
  }
  .s-btob-works-logos {
    margin-bottom: 30px;
  }
  .s-btob-works-logo {
    width: calc(100% / 3);
    margin-bottom: 0;
    margin-right: 0;
  }
  .s.s--btob .s-btob-flow {
    padding-top: 0;
  }
  .newbtob-propose {
    margin-top: 40px;
    padding: 40px 25px 100px;
  }
  .s .newbtob-propose .s-hdr-b {
    margin-bottom: 19px;
  }
  .s .newbtob-propose-title {
    font-size: 22px;
  }
  .s .newbtob-propose-title br {
    display: none;
  }
  .s .newbtob-propose-text {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 34px;
  }
  .s .newbtob-propose-text-br-sp {
    display: block;
  }
  .s .newbtob-propose-catch {
    font-size: 27px;
    line-height: 1.63;
  }
  .s .newbtob-propose-catch br {
    display: block;
  }
  .s .newbtob-propose-comp {
    font-size: 15px;
  }
}

@media screen and (max-width: 385px){
  .s .newbtob-appeal-title-black {
    font-size: 16px;
  }
}

@media screen and (max-width: 364px){
  .s .newbtob-propose-catch {
    font-size: 24px;
  }
}

@media screen and (max-width: 355px){
  .s .s-main-visu .s-str span {
    font-size: 36px;
  }
  .s-edsc-blue span {
    font-size: 24px;
  }
  .s .btob-btn-cv .s-label img {
    left: 15px;
  }
  .s .newbtob-appeal-title-black {
    font-size: 15px;
  }
  .s .newbtob-problem-heading {
    font-size: 20px;
  }
  .s .newbtob-cta-img-1 {
    left: 5px;
  }
  .s .newbtob-cta-img-2 {
    right: -8px;
  }
  .s .newbtob-cta .btob-btn-cv .s-label img {
    left: 3px;
  }
}

.s-logo-slide-wrap {
  margin-top: -70px;
  margin-bottom: 80px;
}
.s-logo-slide {
  position: relative;
  z-index: 2;
  animation: bg-slider 46s linear infinite;
  background: url(../../img/lp/logo_slide_pc.jpg) repeat-x 50%;
  background-size: auto 88px;
  height: 88px;
  width: 100%;
}
@keyframes bg-slider{
  0% {
      background-position:0 0
  }
  to {
    background-position:-3780px 0
  }
}
@media screen and (max-width: 767px){
  .s-logo-slide {
    animation: bg-slider 30s linear infinite;
    background: url(../../img/lp/logo_slide_sp.jpg) repeat-x 50%;
    background-size: auto 88px;
  }
  @keyframes bg-slider{
    0% {
        background-position:0 0
    }
    to {
      background-position:-2268px 0
    }
  }
}
@keyframes svgarrow {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes svghands {
  0% {
    transform: translateY(26px);
  }
  16% {
    transform: translateY(26px);
  }
  32% {
    transform: translateY(29px);
  }
  64% {
    transform: translateY(29px);
  }
  80% {
    transform: translateY(26px)
  }
  100% {
    transform: translateY(26px);
  }
}

.s.s--btob .s-btob-sec-change-fig {
  z-index: -1;
}
.s-wrp-btn-about,
.s-wrp-btn-works {
  margin-top: 0;
  margin-bottom: 0;
}
.s .s-wrp-btn-about .btob-btn-cv .s-label,
.s .s-wrp-btn-works .btob-btn-cv .s-label {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #42C0CB;
  font-size: 18px;
  line-height: 1.4;
}
.s .s-wrp-btn-about .btob-btn-cv .s-label {
  margin-top: 24px;
  padding: 20px;
}
.s .s-wrp-btn-works .btob-btn-cv .s-label {
  margin-top: 48px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .s .s-wrp-btn-about .btob-btn-cv .s-label,
  .s .s-wrp-btn-works .btob-btn-cv .s-label {
    padding: 10px;
    font-size: 16px;
  }
  .s .s-wrp-btn-about .btob-btn-cv .s-label {
    margin-top: 16px;
  }
  .s .s-wrp-btn-works .btob-btn-cv .s-label {
    margin-top: 24px;
  }
}
.s-fixw-m-related_list {
  margin-top: -120px;
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .s-fixw-m-related_list {
    margin-top: 0;
    margin-bottom: 100px;
  }
}
