main {
  background-image: url(/img/common/bg_pink-blue.png);
  background-repeat: repeat-y;
  background-size: contain;
}

.main__inner {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .main__inner {
    padding: 0 100px;
  }
}

.backtotop {
  padding: 120px 0;
}
@media (min-width: 769px) {
  .backtotop {
    padding: 100px 0;
  }
}

h1 {
  font-size: 1.5rem;
  padding: 12.5vw 0;
  text-align: center;
}
@media (min-width: 769px) {
  h1 {
    font-size: 1.75rem;
    padding: 100px 0;
  }
}

h2 {
  font-size: 1rem;
  padding: 5px 0;
  margin: 0 auto 7vw;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 769px) {
  h2 {
    max-width: 300px;
    margin: 0 auto 40px;
  }
}

.service-digital-marketing__business,
.service-digital-marketing__feature,
.service-digital-marketing__performance {
  padding-bottom: 17.5vw;
}
@media (min-width: 769px) {
  .service-digital-marketing__business,
  .service-digital-marketing__feature,
  .service-digital-marketing__performance {
    padding-bottom: 100px;
  }
}

@media (min-width: 769px) {
  .cs_tx {
    text-align: center;
	font-size:20px;
  }
}

  .cs_tx {
    text-align: center;
	font-size:20px;
}

.business h2 {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .business h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .business__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	  margin-bottom:10px;
  }
}

.business__list > li {
  font-size: 1.375rem;
  padding: 6.5vw 0;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}
@media (min-width: 769px) {
  .business__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
    padding: 20px 0;
    border-bottom: none;
    border-right: 2px solid #d6d6d6;
	line-height: 1.5em;
  }
}
@media (min-width: 769px) {
  .business__list > li.hanbun {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 12.5%;
    padding: 20px 0;
    border-bottom: none;
	border-left: none;
    border-right: 2px solid #d6d6d6;
  }
}
@media (min-width: 769px) {
  .business__list > li.bai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    padding: 20px 0;
    border-bottom: none;
	border-left: none;
    border-right: 2px solid #d6d6d6;
  }
}
@media (min-width: 769px) {
  .business__list > li.zen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 75%;
    padding: 20px 0;
    border-bottom: none;
	border-left: none;
    border-right: 2px solid #d6d6d6;
  }
}

@media (max-width: 768px) {
  .business__list > li.hanbun {
  display: none;
}
	}




@media (min-width: 769px) {
  .business__list > li:first-child {
    border-left: 2px solid #d6d6d6;
  }
}
.business__list > li .is__pc {
  display: none;
}
@media (min-width: 769px) {
  .business__list > li .is__pc {
    display: inline;
  }
}

@media (min-width: 769px) {
  .feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.feature__list > li:not(:last-child) {
  margin-bottom: 7vw;
}
@media (min-width: 769px) {
  .feature__list > li:not(:last-child) {
    margin-bottom: 0;
  }
}
.feature__list--item {
  padding: 6.5vw 5vw;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 769px) {
  .feature__list--item {
    width: 30.5%;
    max-width: 303px;
    padding: 30px 20px;
  }
}
.feature__list--item .heading {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 6vw;
}
@media (min-width: 769px) {
  .feature__list--item .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 56px;
    margin-bottom: 30px;
  }
}
.feature__list--item .text {
  line-height: 1.7;
  text-align: justify;
}
@media (min-width: 769px) {
  .feature__list--item .text {
    font-size: 15px;
  }
}
.feature__list--item-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 45vw;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 769px) {
  .feature__list--item-none {
    width: 30.5%;
    height: auto;
    max-width: 303px;
  }
}

@media (min-width: 769px) {
  .performance__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.performance__list li {
  height: 97.5vw;
  padding: 5vw;
  margin-bottom: 7.5vw;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
@media (min-width: 769px) {
  .performance__list li {
    width: 30.5%;
    height: 35vw;
    max-width: 303px;
    max-height: 350px;
    padding: 20px;
    margin-bottom: 50px;
  }
}
.performance__list li img {
  width: 100%;
  margin-bottom: 3vw;
}
@media (min-width: 769px) {
  .performance__list li img {
    margin-bottom: 10px;
  }
}
.performance__list li .heading {
  line-height: 1.5;
  margin-bottom: 3vw;
}
@media (min-width: 769px) {
  .performance__list li .heading {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.performance__list li .text {
  line-height: 1.5;
}
@media (min-width: 769px) {
  .performance__list li .text {
    font-size: 15px;
  }
}
.performance__list li .date {
  position: absolute;
  right: 5vw;
  bottom: 5vw;
}
@media (min-width: 769px) {
  .performance__list li .date {
    font-size: 14px;
    right: 20px;
    bottom: 20px;
  }
}

.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (min-width: 769px) {
  .flow__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}
.flow__list > li {
  width: 50%;
  margin-bottom: 7.5vw;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 769px) {
  .flow__list > li {
    width: 11%;
    margin-bottom: 0;
  }
}
.flow-list-item__order {
  margin-bottom: 2vw;
}
@media (min-width: 769px) {
  .flow-list-item__order {
    margin-bottom: 10px;
  }
}
.flow-list-item__order img {
  width: 40px;
}
.flow-list-item__arrow {
  margin-bottom: 5vw;
}
@media (min-width: 769px) {
  .flow-list-item__arrow {
    margin-bottom: 30px;
  }
}
.flow-list-item__icon {
  height: 50px;
  margin-bottom: 5vw;
}
@media (min-width: 769px) {
  .flow-list-item__icon {
    margin-bottom: 30px;
  }
}
.flow-list-item__text {
  font-size: 0.9rem;
  color: #737373;
}

@media (min-width: 769px) {
.btm_tx {
    font-size:14px;
	  text-align: right;
	  padding-top:1.5em;
  }
}
.btm_tx {
    font-size:14px;
	  text-align: right;
	  padding-top:1.5em;
  }