@charset "utf-8";
#ads .flex_center {
  display: flex;
  justify-content: center;
}
#ads .flex_start {
  display: flex;
  justify-content: flex-start;
}
#ads .align_center {
  align-items: center;
}
#ads .flex_wrap {
  flex-wrap: wrap;
}
#ads .ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #00a59a;
  margin-bottom: 40px;
  padding: 16px 0;
}
#ads .wrapper {
  width: 960px;
  margin: 0 auto;
}
body article {
  margin-top: 0;
  font-size: 16px;
}
body article section.first_view {
  height: 320px;
  background-image: url("/images/solution/ads/fv_bg_ads.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
body article section.first_view .breadcrumb {
  width: 960px;
  margin: 0 auto 14px;
  padding-top: 82px;
}
body article section.first_view .breadcrumb a {
  color: #e0f2f1;
}
body article section.first_view .breadcrumb a:hover {
  text-decoration: underline;
}
body article section.first_view .first_title {
  margin-bottom: 12px;
}
body article section.first_view .subttl {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
body article section.first_view .btn {
  width: 304px;
  margin: 0 auto;
  text-align: center;
  border-radius: 28px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 0 #fdca39;
}
body article section.first_view .btn:hover {
  background-color: #ffea60;
}
body article section.first_view .btn:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
body article section.first_view .btn a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #455a64;
  display: block;
  padding: 16px 0;
}
#ads .under_mv .desc {
  font-size: 32px;
  color: #566d77;
  text-align: center;
  margin-bottom: 80px;
}
#ads .under_mv .unordered {
  margin: 0 auto 40px;
}
#ads .under_mv .list {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #566d77;
  line-height: 1.75;
  padding-left: 1.5em;
}
#ads .under_mv .list::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f45c';
  color: #26a69a;
}

#ads .recommend .unordered {
  width: 714px;
  margin: 0 auto 80px;
}
#ads .recommend .list {
  font-size: 24px;
  font-weight: 600;
  color: #566d77;
  line-height: 0.75;
  margin-bottom: 24px;
  padding-left: 1em;
  text-indent: -0.6em;
}
#ads .recommend .list .fa {
  color: #26a69a;
  margin-right: 4px;
}
#ads .feature .box_parent {
  margin-bottom: 24px;
}
#ads .feature .box_parent .box:nth-child(odd) .left .subttl,
#ads .feature .box_parent .box:nth-child(even) .right .subttl {
  font-size: 32px;
  color: #566d77;
  margin-bottom: 16px;
}
#ads .feature .box_parent .box:nth-child(odd) .left .desc,
#ads .feature .box_parent .box:nth-child(even) .right .desc {
  color: #607d8b;
}
#ads .feature .box_parent .box {
  margin-bottom: 64px;
}
#ads .feature .box_parent .box .left {
  width: 468px;
  margin-right: 24px;
}
#ads .feature .box_parent .box .left .img_box{
  position: relative;
}
#ads .feature .box_parent .box .left .img_box .gpp-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 77px;
  line-height: 0;
}
#ads .feature .box_parent .box .left .img_box .gpp-logo img{
  height: 100%;
}
#ads .feature .box_parent .box .left .img_box .mbp-badge{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#ads .feature .box_parent .box .left .img_box img,
#ads .feature .box_parent .box .right .img_box img {
  width: 100%;
  display: block;
}
#ads .feature .box_parent .box .right {
  width: 468px;
}
#ads .feature .cart_system {
  margin-bottom: 80px;
}
#ads .feature .cart_system .subttl {
  font-size: 24px;
  font-weight: 600;
  color: #26a69a;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}
#ads .feature .cart_system .subttl::before {
  content: '';
  display: inline-block;
  background-color: #26a69a;
  width: 330px;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
}
#ads .feature .cart_system .subttl::after {
  content: '';
  display: inline-block;
  background-color: #26a69a;
  width: 330px;
  height: 1px;
  top: 50%;
  right: 0;
  position: absolute;
}
#ads .feature .cart_system .box_parent {
  margin-bottom: 10px;
}
#ads .feature .cart_system .box_parent .left,
#ads .feature .cart_system .box_parent .center,
#ads .feature .cart_system .box_parent .right {
  width: 246px;
  display: flex;
  align-items: center;
}
#ads .feature .cart_system .box_parent .center {
  margin: 0 111px;
}
#ads .feature .cart_system .desc {
  color: #607d8b;
  text-align: center;
}
#ads .flow {
  margin-bottom: 80px;
}
#ads .flow .desc {
  font-size: 32px;
  color: #566d77;
  text-align: center;
  margin-bottom: 32px;
}
#ads .flow .box_parent  {
  margin-bottom: 24px;
}
#ads .flow .box_parent .box {
  width: 304px;
  border: 1px solid #26a69a;
  box-sizing: border-box;
  position: relative;
  margin-right: 20px;
}
#ads .feature .box_parent .box:last-child {
  margin-bottom: 80px;
}
#ads .flow .box_parent .box:last-child {
  margin-right: 0;
}
#ads .flow .box_parent .box::after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-size: 40px;
  font-weight: 600;
  color: #becad0;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
}
#ads .flow .box_parent .box:last-child::after {
  display: none;
}
#ads .flow .box_parent .box .subttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  padding: 13px 0;
}
#ads .flow .box_parent .box .box_desc {
  color: #607d8b;
  padding: 16px 15px;
}
#ads .flow .btn {
  width: 304px;
  margin: 0 auto;
  text-align: center;
}
#ads .flow .btn a {
  font-weight: 600;
  color: #455a64;
  line-height: 1;
  padding: 12px 0;
  display: block;
  background-color: #ffd600;
  box-shadow: 0 3px 0 0 #fdca39;
  border-radius: 28px;
}
#ads .flow .btn a:hover {
  background-color: #ffea60;
}
#ads .flow .btn a:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
.flex_space_between {
  display: flex;
  justify-content: space-between;
}
#ads .action_example {
  margin-bottom: 80px;
}
#ads .action_example .box_parent {
  margin-bottom: 24px;
}
#ads .action_example .box_parent .box {
  width: 304px;
  margin-bottom: 0;
}
#ads .action_example .box_parent .box .img_box {
  width: 304px;
  margin-bottom: 16px;
}
#ads .action_example .box_parent .box .img_box img {
  width: 100%;
  display: block;
}
#ads .action_example .box_parent .box .subttl {
  font-weight: 600;
  margin-bottom: 8px;
  color: #566d77;
}
#ads .action_example .box_parent .box .desc {
  color: #607d8b;
}
#ads .action_example .btn {
  width: 304px;
  margin: 0 auto;
  text-align: center;
}
#ads .action_example .btn a {
  font-weight: 600;
  color: #455a64;
  line-height: 1;
  padding: 12px 0;
  display: block;
  background-color: #ffd600;
  box-shadow: 0 3px 0 0 #fdca39;
  border-radius: 28px;
}
#ads .action_example .btn a:hover {
  background-color: #ffea60;
}
#ads .action_example .btn a:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}

#ads .related_services {
  margin-bottom: 80px;
}
#ads .related_services .box_parent .box {
  width: 304px;
}
#ads .related_services .box_parent .box:nth-child(2) {
  margin: 0 24px;
}
#ads .related_services .box_parent .box .img_box {
  width: 304px;
  margin-bottom: 16px;
  position: relative;
}
#ads .related_services .box_parent .box .img_box img {
  width: 100%;
  display: block;
}
#ads .related_services .box_parent .box .img_box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(38, 166, 154, 0.7);
  transition: all 0.2s ease;
}
#ads .related_services .box_parent .box .img_box:hover .mask {
  opacity: 1;
}
#ads .related_services .box_parent .box .img_box .mask .caption {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
#ads .related_services .box_parent .box .img_box .mask .caption .fas {
  margin-right: 4px;
}
#ads .related_services .box_parent .box .subttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
  color: #26a69a;
  padding-left: 12px;
  display: flex;
  align-items: center;
  height: 54px;
  position: relative;
  transition: all 0.2s ease;
}

#ads .related_services .box_parent .box .subttl:hover {
  color: #5bc1ba;
  text-decoration: underline;
  transition: all 0.2s ease;
}

#ads .related_services .box_parent .box .subttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 52px;
  background-color: #26a69a;
  position: absolute;
  top: 0;
  left: 0;
}

#ads .related_services .box_parent .box .subttl:hover::before {
  background-color: #5bc1ba;
}

#ads .related_services .box_parent .box .kerning_tight {
  letter-spacing: -0.05em;
}

#ads .related_services .box_parent .box .desc {
  height: 64px;
  color: #607d8b;
  margin-bottom: 16px;
}
#ads .related_services .box_parent .box .detail a {
  font-weight: 600;
  color: #26a69a;
  transition: all 0.2s ease;
}
#ads .related_services .box_parent .box .detail a:hover {
  color: #5bc1ba;
}
#ads .related_services .box_parent .box .detail a .fas {
  font-weight: 600;
  margin-right: 4px;
}
#ads .related_services .box_parent .box .detail a span {
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .column {
    flex-direction: column;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  #ads .ttl {
    line-height: 1.5;
    padding: 10px 0;
    margin-bottom: 24px;
  }
  #ads .wrapper {
    width: 256px;
  }
  body article section.first_view {
    background-position: center;
    margin-bottom: 24px;
  }
  body article section.first_view .breadcrumb {
    display: none;
  }
  body article section.first_view .first_title {
    line-height: 1.25;
    padding-top: 85px;
  }
  body article section.first_view .subttl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  body article section.first_view .btn {
    width: 256px;
  }
  body article section.first_view .btn a {
    font-size: 20px;
  }
  #ads .under_mv .desc {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #ads .under_mv .unordered {
    margin: 0 auto 24px;
  }
  #ads .under_mv .list {
    font-size: 16px;
    letter-spacing: 0.01em;
  }
  #ads .recommend .unordered {
    width: 252px;
    margin-bottom: 40px;
  }
  #ads .recommend .list {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  #ads .feature .box_parent {
    margin-bottom: 0;
  }
  #ads .feature .box_parent .box {
    margin-bottom: 24px;
  }
  #ads .feature .box_parent .box:last-child {
    margin-bottom: 40px;
  }
  #ads .feature .box_parent .box .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  #ads .feature .box_parent .box .left .img_box .gpp-logo{
    width: 44px;
    height: 42px;
  }
  #ads .feature .box_parent .box .left .img_box .mbp-badge{
    width: 84px;
  }
  #ads .feature .box_parent .box:nth-child(odd) .left .subttl,
  #ads .feature .box_parent .box:nth-child(even) .right .subttl {
    font-size: 20px;
  }
  #ads .feature .box_parent .box .right {
    width: 100%;
    margin-bottom: 16px;
  }
  #ads .feature .cart_system {
    margin-bottom: 40px;
  }
  #ads .feature .cart_system .subttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #ads .feature .cart_system .subttl::before,
  #ads .feature .cart_system .subttl::after {
    width: 25px;
  }
  #ads .feature .cart_system .box_parent .left,
  #ads .feature .cart_system .box_parent .center,
  #ads .feature .cart_system .box_parent .right {
    margin: 0 auto 16px;
  }

  #ads .flow {
    margin-bottom: 40px;
  }
  #ads .flow .desc {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #ads .flow .box_parent .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #ads .flow .box_parent .box::after {
    top: initial;
    right: 50%;
    bottom: -42px;
    transform: translate(50%, 0) rotate(90deg);
  }
  #ads .flow .box_parent .box:last-child {
    margin-bottom: 0;
  }
  #ads .flow .box_parent .box .box_desc {
    padding: 16px 14px;
  }
  #ads .flow .btn {
    width: 256px;
  }

  #ads .related_services {
    margin-bottom: 0;
  }
  #ads .related_services .box_parent .box {
    width: 100%;
    margin-bottom: 40px;
  }
  #ads .related_services .box_parent .box:nth-child(2) {
    margin: 0 auto 40px
  }
  #ads .related_services .box_parent .box .img_box {
    width: 100%;
  }
  #ads .related_services .box_parent .box .subttl {
    height: 40px;
    font-size: 16px;
    line-height: 1.5;
  }
  #ads .related_services .box_parent .box .subttl::before {
    height: 40px;
  }
  #ads .related_services .box_parent .box .desc {
    margin-bottom: 20px;
  }
  #ads .action_example {
    margin-bottom: 40px;
  }
  #ads .action_example .box_parent .box {
    width: 100%;
  }
  #ads .action_example .box_parent .box .img_box {
    width: 100%;
    margin-bottom: 12px;
  }
  #ads .action_example .box_parent .box {
    margin: 0 auto 40px;
  }
  #ads .action_example .box_parent .box:last-child {
    margin-bottom: 0;
  }
  #ads .action_example .btn {
    width: 256px;
  }
}

/*　YMAA用スタイル */

#ads .feature .box_images_container .right {
    width: 200px;
}

@media screen and (max-width: 720px) {
  #ads .feature .box_images_container {
    display: flex;
    flex-direction: column;
  }
}

 /* 中央寄せ */
.flex_centerize {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

 /* 実績 */

 .slider * {
  box-sizing: border-box;
 }

.slider_cases .slider_item {
  min-width: 304px;
  height: 496px;
  margin-top: 0;
}
.case_logo_wrapper {
  width: 100%;
  height: 120px;
}
.slider_item img.case_moneyforward_logo {
  width: 229px;
}
.slider_item img.case_tsukuistaff_logo {
  width: 250px;
}
.slider_item img.case_dmm_logo {
  width: 223px;
}
.slider_item img.case_dankichi_logo {
  width: 170px;
}
.slider_item img.case_goodwill_logo {
  width: 240px;
}
.slider_item img.case_japt_logo {
  width: 232px;
}
.slider_item img.case_noyes_logo {
  width: 150px;
}
.slider_item img.case_qualityno1_logo {
  width: 62px;
}
.slider_cases .slider_item .case_detail {
  font-size: 16px;
  font-weight: 600;
  color: #566d77;
  text-align: center;
  line-height: 1;
  padding: 0 0 12px 0;
}
.slider_cases .slider_item .case_detail.case_three_lines {
  margin-top: -24px;
  line-height: 1.25;
}
.slider_cases .slider_item .case_genre {
  display: block;
  color: #607d8b;
  font-size: 12px;
  font-weight: 300;
  margin-top: 8px;
}
.slider_cases .slider_item .case_detail.case_three_lines .case_genre {
  line-height: 1;
}
.slider_item p.case_cv_up, .slider_item p.case_ctr_up, .slider_item p.case_cpa_down {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: calc(100% - 30px);
  min-height: 64px;
  padding: 8px 12px;
  margin: auto;
}
.slider_item p.case_cv_up, .slider_item p.case_ctr_up {
  background-color: #fee0cc;
}
.slider_item p.case_cv_up {
  margin-bottom: 8px;
}
.slider_item p.case_cpa_down {
  background-color: #dbf0ef;
}
.slider_item p.case_cv_up span, .slider_item p.case_ctr_up span, .slider_item p.case_cpa_down span {
  display: inline-block;
  text-align: right;
  line-height: 1;
  white-space: nowrap;
}

.slider_item p.case_cv_up span, .slider_item p.case_ctr_up span {
  color: #fa6400
}

.slider_item p.case_cpa_down span {
  color: #26a69a
}

.case_value_name, .case_digit, .case_percent {
  font-weight: 600;
}
.case_result {
  font-weight: 800;
}

.slider_item p.case_ctr_up span.case_value_name {
  padding-left: 3px;
}
.case_value_name, .case_percent, .case_result {
  font-size: 24px;
}
.case_digit {
  flex: 1;
  font-family: "Oswald";
  font-size: 48px;
  margin-left: 8px;
}
.case_percent {
  font-family: "Oswald";
}
.case_cpa_down .case_value_name {
  padding-left: 4px;
}
.case_result {
  margin-left: 4px;
}
@media screen and (max-width: 720px) {
  .slider_item p.case_cv_up, .slider_item p.case_ctr_up, .slider_item p.case_cpa_down {
    flex-wrap: nowrap;
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* スライドショー(startup.cssからコピー) */
.slider {
	margin-top: 40px;
  margin-bottom: 80px;
}
.slider_item {
	max-width: 238px;
	height: 390px;
  border: solid 1px #ebf0f5;
  margin: 0px 4px;
}
.slider_item img {
	max-width: 100%;
	width: 100%;
  max-height: 170px;
}
.slider_item p {
  font-size: 14px;
  line-height: 2em;
  padding: 20px 28px;
  text-align: left;
}
.slick-arrow {
  position: absolute;
  top: calc(50% - 32px);
  z-index: 1;
  line-height: 2;
  background-color: #ffffff;
  color: #26a69a;
  text-align: center;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.3));
  outline: none;
  padding: 0; /* iOSでのズレ対応用 */
}
.slick-arrow span {
  font-family: 'FontAwesome Regular';
  color: inherit;
  font-size: 32px;
  position: relative;
  top: 2px; /* Font Awesome使用によるズレ補正 */
}
.slick-arrow:hover {
  background-color: #dbf0ef;
  color: #26a69a;
}
.slick-arrow:active {
  background-color: #26a69a;
  color: #ffffff;
  filter: none;
  top: calc(50% - 30px);
}
.slick-prev {
  left: 88px;
}
.slick-next {
  right: 88px;
}
/* Font Awesome使用によるズレ補正 */
.slick-prev span {
  left: -2px;
}
.slick-next span {
  left: 2px;
}
@media screen and (max-width: 720px) {
  /*results*/
  .slider {
    margin: 0 auto 40px;
    overflow: hidden;
  }
  .slider_item {
    width: 295px;
  }
  .slick-arrow {
    top: calc(50% - 24px);
    height: 48px;
    width: 48px;
  }
  .slick-arrow span {
    font-size: 24px;
    top: 1px;
  }
  .slick-arrow:active {
    top: calc(50% - 22px);
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}
