@charset "utf-8";
.mv-catch {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mv-catch .color {
  color: #FF0000;
}

.btn-white.color-grad {
  color: #fff;
  background: transparent linear-gradient(38deg, #FF0000 0%, #FFBA00 100%) 0% 0% no-repeat padding-box;
  border: none;
}

.price-box-list-bottom {
  padding-bottom: 25px;
}

.font-en {
  font-family: 'Arial', sans-serif;
}

@media (max-width: 767px) {
  .price {
    margin-top: 100px;
  }
}

/* cta */
.cta-wrap {
  width: 100vw;
  margin: 72px calc(50% - 50vw) 0;
}

.entry-title {
  margin-bottom: 10px;
}

.entry {
  background: #C4F8C5;
  padding-bottom: 0;
}

.entry::before {
  content: "";
  position: absolute;
  top: 61px;
  left: 16px;
  width: 276px;
  height: 276px;
  background-image: url(../../img/whitepaper/entry/entry-left.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.entry-right {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  width: 285px;
  height: 238px;
  background-image: url(../../img/whitepaper/entry/entry-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.entry .entry-title .color {
  color: #2f2f2f;
}

@media (max-width: 767px) {
  .cta-wrap {
    margin-top: 60px;
  }

  .entry-right {
    width: 143px;
    height: 119px;
    top: 120px;
  }

  .entry::before {
    width: 138px;
    height: 138px;
    left: 0;
    top: 120px;
  }

  .entry-container {
    background: none;
  }
}

/* support */
.support01 {
  margin-bottom: 100px;
}

.support02 {
  margin-top: -170px;
}

@media (max-width: 767px) {
  .support02 {
    margin-top: 0;
  }
}

/* 実績 */
.sec-achievement .box-wrap {
  display: flex;
  align-items: center;
  margin: 140px auto 40px;
}

.sec-achievement .txt {
  width: 65%;
  margin-right: 2.7%;
}

.sec-achievement .txt p {
  font-size: 16px;
  line-height: 2;
}

.sec-achievement .box-ttl {
  position: relative;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.sec-achievement .box-ttl::after {
  position: absolute;
  top: -10px;
  right: 110px;
  display: block;
  content: "";
  width: 185px;
  height: 138px;
  background-image: url(../../img/seo-consulting/difference_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.sec-achievement .box-ttl .red {
  font-size: 40px;
  color: #ea4335;
}

.sec-achievement .box-wrap .image {
  flex: 1;
}

@media (max-width: 768px) {
  .sec-achievement .box-wrap {
    flex-direction: column;
    margin: 100px auto 50px;
  }

  .sec-achievement .txt {
    width: 100%;
  }

  .sec-achievement .box-ttl {
    padding-right: 0;
    font-size: 20px;
    text-align: center;
  }

  .sec-achievement .box-ttl::after {
    top: 45px;
    right: -15px;
    width: 88px;
    height: 66px;
  }
  .sec-achievement .box-ttl .red {
    font-size: 25px;
  }

  .sec-achievement .box-wrap .image {
    margin: 25px auto 0 auto;
    width: 282px;
    max-width: 282px;
  }

}

/* flow */
.section-flow {
  margin-bottom: 180px;
}

@media (max-width: 768px) {
  .section-flow {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}

/* video */
#movie.section-video {
  margin: 0 auto 200px;
}

.section-video {
  width: 100%;
  max-width: 960px;
}

.section-video .innr{
  display: flex;
  justify-content: space-between;
}
.section-video .internal_video_left{
  width: 50%;
}
.section-video .internal_video_right{
  width: 43%;
}
.section-video .internal_video_right h2{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
}
.section-video .internal_video_right p{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px){
  #movie{
    margin-top: 36px;
  }
  .section-video .innr{
    flex-direction: column-reverse;
  }
  .section-video .innr div{
    width: 100%;
  }
  .section-video .internal_video_right p{
    margin-bottom: 30px;
  }
  .section-video .internal_video_right h2{
    text-align: center;
  }

  #movie.section-video {
    margin-bottom: 60px;
  }

}

/* 取引実績 */
.trading-sec-container {
  margin-top: 200px;
}

/* メリット */
.merit {
  margin-top: 200px;
  margin-bottom: 40px;
}

.merit .inner {
  position: relative;
}

.merit .inner::before {
  content: '';
  display: block;
  width: 141px;
  height: 118px;
  background: url(../../img/whitepaper/merit/merit_bg_01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -100px;
  bottom: 0;

}

@media (max-width: 767px) {
  .merit {
    margin-top: 10px;
  }
}

/* benefit */
.benefit-bg {
  position: relative;
}

.benefit-bg::before {
  content: '';
  display: block;
  width: 76px;
  height: 76px;
  background: url(../../img/whitepaper/benefit/benefit_bg_01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -20px;
  bottom: 0;
}

@media (max-width: 767px) {
  .benefit-bg::before {
    right: 40px;
    bottom: 50px;
  }
}

/* consultant */
.section-intro {
  margin: 200px auto 120px;
}

@media (max-width: 767px) {
  .section-intro {
    margin: 72px auto;
  }
}
