/*==============================================================================
Media
============================================================================= */
/*==============================================================================
fv
============================================================================= */
@media screen and (min-width: 769px) { .fv .fv-bg { padding: 56px 0 60px; background: url(../../images/jp/solution/marketing/fv_bg01.png) no-repeat 0 0; background-size: cover; }
  .fv .fv-lead { position: relative; width: 195px; padding: 8px 33px 6px; background: #282828; font-size: 16px; letter-spacing: .06em; text-align: center; }
  .fv .fv-lead::after { position: absolute; top: 0px; right: -20px; border-style: solid; border-width: 40px 20px 0 0; border-color: #282828 transparent transparent transparent; content: ''; }
  .fv .fv-ttl { position: relative; margin: 34px 0 0px; padding: 0 0 41px; font-size: 38px; letter-spacing: .06em; }
  .fv .fv-ttl::after { position: absolute; bottom: 0; left: -19px; width: 155px; height: 1px; border-bottom: solid 1px #000; content: ''; }
  .fv .fv-txt { width: 540px; margin: 23px 0 0px; font-size: 16px; line-height: 2; letter-spacing: .14em; }
  .fv .fv-img { position: absolute; top: 38px; right: -124px; width: 572px; } }

@media screen and (max-width: 768px) { .fv .fv-bg { padding: .74rem 0 1rem; background: url(../../images/jp/solution/marketing/fv_bg01_sp.png) no-repeat 50% 0; background-size: cover; }
  .fv .fv-inner { width: 6.3rem; margin: 0 auto; }
  .fv .fv-lead { position: relative; width: 3.3rem; padding: .13rem .33rem; background: #282828; font-size: .28rem; letter-spacing: .06em; text-align: center; }
  .fv .fv-lead::after { position: absolute; top: 0; right: -.32rem; border-style: solid; border-width: .7rem .32rem 0 0; border-color: #282828 transparent transparent transparent; content: ''; }
  .fv .fv-ttl { position: relative; margin: .36rem 0 0px; padding: 0 0 .33rem; font-size: .42rem; letter-spacing: .06em; line-height: 1.54; }
  .fv .fv-ttl::after { position: absolute; bottom: 0; left: -.6rem; width: 1.55rem; height: .01rem; border-bottom: solid 1px #000; content: ''; }
  .fv .fv-txt { margin: .3rem 0 0; font-size: .26rem; line-height: 1.8; letter-spacing: .14em; }
  .fv .fv-img { width: 5.74rem; margin: 0.65rem auto; } }

/*==============================================================================
ba
============================================================================= */
@media screen and (min-width: 769px) { .ba .ba-bg { padding: 105px 0 120px; }
  .ba .ba-ttl { font-size: 36px; letter-spacing: .02em; text-align: center; }
  .ba .ba-box { width: 902px; margin: 59px auto 0; display: flex; justify-content: space-between; }
  .ba .ba-box .before, .ba .ba-box .after { position: relative; width: 348px; }
  .ba .ba-box .lead { position: relative; font-size: 40px; letter-spacing: .02em; text-align: center; }
  .ba .ba-box .txt { margin: 23px 0 0; font-size: 16px; letter-spacing: .02em; line-height: 1.81; }
  .ba .ba-box .before .lead { color: #676666; }
  .ba .ba-box .before .img { width: 286px; margin: 13px auto 0; }
  .ba .ba-box .after .img { width: 326px; margin: 11px auto 0; }
  .ba .ba-box .after .txt { margin: 34px 0 0; }
  .ba .ba-arrow { width: 160px; margin: 114px 0 0; } }

@media screen and (max-width: 768px) { .ba .ba-bg { padding: 1.2rem 0 1rem; }
  .ba .ba-ttl { font-size: .42rem; letter-spacing: .02em; line-height: 1.69; text-align: center; }
  .ba .ba-box .before, .ba .ba-box .after { position: relative; width: 5.32rem; margin: 0 auto; }
  .ba .ba-box .lead { font-size: .61rem; letter-spacing: .02em; text-align: center; }
  .ba .ba-box .txt { margin: .35rem 0 0; font-size: .24rem; letter-spacing: .02em; line-height: 1.83; }
  .ba .ba-box .before { margin: .4rem auto 0; }
  .ba .ba-box .before .lead { color: #676666; }
  .ba .ba-box .before .img { width: 4.54rem; margin: 0.1rem auto; }
  .ba .ba-box .after { margin: .3rem auto 0; }
  .ba .ba-box .after .img { width: 5.2rem; margin: 0.1rem auto 0; }
  .ba .ba-box .after .txt { margin: .5rem 0 0; }
  .ba .ba-arrow { width: 2.9rem; margin: .55rem auto 0; } }

/*==============================================================================
function
============================================================================= */
@media screen and (min-width: 769px) { .function .function-bg { padding: 130px 0 120px; background: #f5f5f5; }
  .function .function-ttl { font-size: 36px; letter-spacing: .02em; text-align: center; }
  .function .function-img { width: 1616px; margin: -143px -354px 0 -184px; }
  .function .function-list { width: 1040px; margin: -153px auto 0; display: flex; justify-content: space-between; }
  .function .function-item { width: 320px; border: solid 1px #000; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); background: #fff; padding: 50px 30px; color: #282828; letter-spacing: .06em; }
  .function .function-item .ttl { position: relative; font-size: 22px; text-align: center; }
  .function .function-item .ttl::after { position: absolute; border-bottom: solid 1px #282828; left: 50%; bottom: -14px; width: 50px; height: 1px; transform: translateX(-50%); content: ''; }
  .function .function-item .lead { margin: 27px 0 0px; font-size: 14px; line-height: 2; }
  .function .function-item .txt { margin: 22px 0 0; font-size: 14px; line-height: 2; } }

@media screen and (max-width: 768px) { .function .function-bg { padding: 1.05rem 0 1rem; background: #f5f5f5; }
  .function .function-ttl { font-size: .42rem; letter-spacing: .02em; line-height: 1.69; text-align: center; }
  .function .function-img { width: 7.5rem; margin: .5rem -.3rem 0; }
  .function .function-list { position: relative; width: 5.6rem; margin: -0.13rem auto 0; }
  .function .function-item { margin: .6rem 0 0; border: solid 1px #000; box-shadow: 0 0.05rem 0.3rem rgba(0, 0, 0, 0.1); background: #fff; padding: 0.85rem 0.56rem; color: #282828; letter-spacing: .06em; }
  .function .function-item:first-child { margin: 0; }
  .function .function-item .ttl { position: relative; font-size: .38rem; text-align: center; }
  .function .function-item .ttl::after { position: absolute; border-bottom: solid 0.02rem #282828; left: 50%; bottom: -0.25rem; width: 0.87rem; transform: translateX(-50%); content: ''; }
  .function .function-item .lead { margin: 0.5rem 0 0px; font-size: .24rem; letter-spacing: .06em; line-height: 2; }
  .function .function-item .txt { margin: 0.4rem 0 0; font-size: .24rem; letter-spacing: .06em; line-height: 2.05; } }

/*==============================================================================
scene
============================================================================= */
@media screen and (min-width: 769px) { .scene .scene-bg { padding: 125px 0 90px; background: linear-gradient(180deg, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%); }
  .scene .scene-ttl { font-size: 36px; letter-spacing: .02em; text-align: center; }
  .scene .scene-list { width: 1040px; margin: 90px auto 0; display: flex; justify-content: space-between; }
  .scene .scene-item { width: 320px; color: #fff; background: #282828; }
  .scene .scene-item:first-child .box { padding: 50px 55px 65px; }
  .scene .scene-item:nth-child(2) .box { padding: 50px 74px 65px; }
  .scene .scene-item:nth-child(3) .box { padding: 50px 34px 65px; }
  .scene .scene-item .ttl { position: relative; font-size: 22px; letter-spacing: .06em; text-align: center; }
  .scene .scene-item .ttl::after { position: absolute; border-bottom: solid 1px #fff; left: 50%; bottom: -14px; width: 50px; height: 1px; transform: translateX(-50%); content: ''; }
  .scene .scene-item .txt { margin: 28px 0 0; font-size: 14px; letter-spacing: .06em; line-height: 2; } }

@media screen and (max-width: 768px) { .scene .scene-bg { padding: 1.1rem 0 .5rem; background: linear-gradient(180deg, #fff 0%, #fff 15%, #f5f5f5 15%, #f5f5f5 100%); }
  .scene .scene-ttl { font-size: .48rem; letter-spacing: .02em; text-align: center; }
  .scene .scene-list { width: 7.5rem; margin: 0 -.3rem; }
  .scene .scene-item { width: 6.9rem; margin: .6rem 0 0; color: #fff; }
  .scene .scene-item:first-child { margin: .8rem 0 0; }
  .scene .scene-item:first-child .box { padding: 0.85rem 1rem 1.2rem; }
  .scene .scene-item:nth-child(even) .img { position: relative; right: -30%; }
  .scene .scene-item:nth-child(even) .box { margin: -1.5rem 0 0 0.6rem; padding: 0.85rem 1.35rem 1.15rem; }
  .scene .scene-item:nth-child(3) .box { padding: 0.85rem .7rem 1.15rem; }
  .scene .scene-item .img { width: 5.42rem; }
  .scene .scene-item .box { position: relative; width: 5.6rem; margin: -1.5rem 0 0 1.3rem; background: #282828; }
  .scene .scene-item .ttl { position: relative; font-size: .38rem; letter-spacing: .06em; text-align: center; }
  .scene .scene-item .ttl::after { position: absolute; border-bottom: solid 1px #fff; left: 50%; bottom: -0.3rem; width: 0.9rem; height: 1px; transform: translateX(-50%); content: ''; }
  .scene .scene-item .txt { margin: .5rem 0 0; font-size: .24rem; letter-spacing: .06em; line-height: 2; } }

/*==============================================================================
asset
============================================================================= */
@media screen and (min-width: 769px) { .asset .asset-bg { padding: 70px 0 120px; background: #f5f5f5; }
  .asset .asset-ttl { position: relative; padding: 0 0 32px; font-size: 30px; line-height: 2.1; letter-spacing: .06em; text-align: center; }
  .asset .asset-ttl::after { position: absolute; bottom: -11px; left: 50%; transform: translateX(-50%); width: 90px; height: 1px; border-bottom: solid 1px #000; content: ''; }
  .asset .asset-ttl02 { margin: 34px 0 0; font-size: 26px; letter-spacing: .14em; }
  .asset .asset-txt { margin: 18px 0 0; font-size: 16px; line-height: 1.56; letter-spacing: .14em; }
  .asset .asset-item { position: relative; margin: 86px 0 0; }
  .asset .asset-item .txt-box { position: absolute; width: 540px; height: 468px; margin: 65px 0 0 -5px; }
  .asset .asset-item .txt-box .num { position: relative; left: -11px; }
  .asset .asset-item .txt-box .ttl { width: 460px; margin: 14px 0 0; font-size: 30px; letter-spacing: .02em; line-height: 1.63; }
  .asset .asset-item .txt-box .ttl.size01 { font-size: 30px; }
  .asset .asset-item .txt-box .txt { width: 440px; margin: 23px 0 0; font-size: 14px; letter-spacing: .06em; line-height: 2; }
  .asset .asset-item .img-box { position: relative; margin: 0 0 0 433px; }
  .asset .asset-item .img-box .pic { width: 1105px; }
  .asset .asset-item .img-box .movie { position: absolute; top: 28px; left: 140px; width: 836px; }
  .asset .asset-item:nth-child(even) .txt-box { right: -100px; top: 61px; }
  .asset .asset-item:nth-child(even) .txt-box .num { left: 0; }
  .asset .asset-item:nth-child(even) .img-box { margin: 0 0 0 -467px; }
  .asset .asset-item:nth-child(1) { margin: 128px 0 0; }
  .asset .asset-item:nth-child(1) .num { width: 40px; }
  .asset .asset-item:nth-child(2) .num { width: 40px; }
  .asset .asset-item:nth-child(3) .num { width: 40px; left: 0; } }

@media screen and (max-width: 768px) { .asset .asset-bg { padding: .67rem 0 1.3rem; background: #f5f5f5; }
  .asset .asset-ttl { position: relative; padding: 0 0 .38rem; font-size: .38rem; letter-spacing: .02em; line-height: 1.71; text-align: center; }
  .asset .asset-ttl::after { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 1rem; height: 0.01rem; border-bottom: solid 1px #000; content: ''; }
  .asset .asset-item { position: relative; margin: 1.3rem 0 0; }
  .asset .asset-item .txt-box { position: relative; width: 6.2rem; margin: 0 auto; }
  .asset .asset-item .txt-box .num { position: relative; top: 0; width: .54rem; }
  .asset .asset-item .txt-box .ttl { width: 5.8rem; margin: 0.35rem 0 0; font-size: .34rem; letter-spacing: .02em; line-height: 1.79; }
  .asset .asset-item .txt-box .ttl.size01 { font-size: .36rem; }
  .asset .asset-item .txt-box .txt { margin: 0.2rem 0 0; font-size: .22rem; letter-spacing: .1em; line-height: 2.45; }
  .asset .asset-item .img-box { margin: 0.7rem auto 0; }
  .asset .asset-item .img-box .pic { width: 6.88rem; }
  .asset .asset-item .img-box .movie { position: absolute; top: .28rem; left: 1.4rem; width: 8.36rem; }
  .asset .asset-item:nth-child(1) { margin: .66rem 0 0; }
  .asset .asset-item:nth-child(1) .num { left: -0.1rem; } }

/*==============================================================================
case
============================================================================= */
@media screen and (min-width: 769px) { .case .case-bg { padding: 107px 0 135px; }
  .case .case-ttl { font-size: 40px; letter-spacing: .02em; text-align: center; }
  .case .case-flex { display: flex; flex-direction: row-reverse; margin: 66px auto 0; box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); }
  .case .case-img { width: 453px; }
  .case .case-box { width: 626px; padding: 30px 40px; position: relative; background-color: #fff; border-left: 5px solid #000; }
  .case .case-box .top { padding: 10px 0; border-bottom: 1px solid #eaeaea; }
  .case .case-box .top .icon { width: 156px; position: absolute; top: -47px; left: 12px; }
  .case .case-box .top .ttl { font-size: 20px; line-height: 1.55; letter-spacing: .1em; }
  .case .case-box .top .name { margin: 22px 0 0; font-size: 14px; line-height: 1.3; letter-spacing: .1em; }
  .case .case-box .bottom { padding: 30px 0 0; }
  .case .case-box .bottom .txt { width: 500px; font-size: 14px; line-height: 1.92; letter-spacing: .1em; }
  .case .case-box .bottom .more { width: 125px; margin: 20px 0 0 auto; font-size: 13px; text-align: right; line-height: 1; }
  .case .case-box .bottom .more span { display: inline-block; padding: 0 0 8px; border-bottom: 1px solid #000; } }

@media screen and (max-width: 768px) { .case .case-bg { padding: 1rem 0 1.3rem; }
  .case .case-ttl { font-size: .48rem; letter-spacing: .02em; text-align: center; }
  .case .case-flex { position: relative; width: 6.2rem; margin: .85rem auto 0; box-shadow: 0 0.05rem 0.3rem 0 rgba(0, 0, 0, 0.1); }
  .case .case-box { padding: .25rem .3rem .45rem; background-color: #fff; border-left: .05rem solid #000; }
  .case .case-box .top { border-bottom: 1px solid #eaeaea; }
  .case .case-box .top .icon { width: 2.1rem; position: absolute; top: -0.4rem; left: -0.3rem; }
  .case .case-box .top .ttl { width: 5.8rem; font-size: .3rem; line-height: 1.56; letter-spacing: .06em; }
  .case .case-box .top .name { margin: .2rem 0 0; padding: 0 0 0.1rem; font-size: .2rem; letter-spacing: .1em; }
  .case .case-box .bottom { padding: .3rem 0 0; }
  .case .case-box .bottom .txt { font-size: .22rem; line-height: 1.9; letter-spacing: .1em; }
  .case .case-box .bottom .more { width: 2.5rem; margin: .3rem 0 0 auto; font-size: .26rem; text-align: right; line-height: 1; }
  .case .case-box .bottom .more span { display: inline-block; padding: 0 0 .15rem; font-size: .26rem; border-bottom: 1px solid #000; } }

/*==============================================================================
cta
============================================================================= */
@media screen and (min-width: 769px) { .cta .cta-bg { padding: 100px 0 80px; background: url(../../images/jp/common/cta_bg01_pc.jpg) no-repeat center/cover; }
  .cta .cta-ttl { font-size: 24px; letter-spacing: .06em; line-height: 1.68; text-align: center; }
  .cta .cta-block { display: flex; flex-wrap: wrap; justify-content: center; margin: 71px 0 0; }
  .cta .cta-block .btn { display: flex; justify-content: center; align-self: center; background: #fff; width: 505px; height: 120px; position: relative; border-radius: 10px; color: #282828; font-size: 24px; letter-spacing: .06em; line-height: 1; }
  .cta .cta-block .btn .txt { display: flex; align-self: center; text-align: center; }
  .cta .cta-block .btn.btn01 .icon { width: 120px; position: absolute; top: -46px; left: -19px; }
  .cta .cta-block .btn.btn02 { margin: 0 0 0 30px; background-image: linear-gradient(-50deg, #902e2b 0%, #b02c3c 64%, #be2b4b 100%); }
  .cta .cta-block .btn.btn03 { margin: 40px 0 0; font-size: 20px; line-height: 1.65; }
  .cta01 .cta-bg { padding: 80px 0 75px; background: url(../../images/jp/common/cta_bg02.jpg) no-repeat center/cover; }
  .cta01 .cta-block { margin: 50px 0 0; }
  .cta01 .cta-block .note { margin: 45px 0 0; font-size: 12px; letter-spacing: .02em; } }

@media screen and (max-width: 768px) { .cta .cta-bg { padding: 1rem 0 1.4rem; background: url(../../images/jp/common/cta_bg01_sp.jpg) no-repeat center/cover; }
  .cta .cta-ttl { font-size: .3rem; letter-spacing: .06em; line-height: 1.7; text-align: center; }
  .cta .cta-block { margin: .71rem 0 0; }
  .cta .cta-block .btn { display: flex; justify-content: center; align-self: center; background: #fff; width: 6rem; height: 1.4rem; margin: auto; position: relative; border-radius: .1rem; color: #282828; font-size: .32rem; letter-spacing: .06em; line-height: 1; }
  .cta .cta-block .btn .txt { display: flex; align-self: center; text-align: center; }
  .cta .cta-block .btn.btn01 .icon { width: 1.2rem; position: absolute; top: -.45rem; left: -.28rem; }
  .cta .cta-block .btn.btn02 { margin: .4rem auto 0; background-image: linear-gradient(-50deg, #902e2b 0%, #b02c3c 64%, #be2b4b 100%); }
  .cta .cta-block .btn.btn03 { margin: .4rem auto 0; font-size: .28rem; line-height: 1.65; }
  .cta01 .cta-bg { padding: .7rem 0 .8rem; background: url(../../images/jp/common/cta_bg02_sp.jpg) no-repeat center/cover; }
  .cta01 .cta-block .note { width: 6rem; margin: .4rem auto 0; font-size: .16rem; line-height: 1.66; letter-spacing: .02em; } }
