@charset "utf-8";

/* ***************
 reset
*************** */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input, select {
  vertical-align: middle;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
ul, ol {
  list-style: none;
}
sup {
  font-size: 1.0rem;
  vertical-align: top;
}
button, html input[type='button'], input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
input, textarea, select, button {
  font-family: \30E1\30A4\30EA\30AA,Meiryo,\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3,HiraKakuProN-W3,Hiragino Kaku Gothic Pro,NanumGothic,Malgun Gothic,sans-serif;
}
* {
  zoom: 1;
  box-sizing: border-box;
  outline: none;

  -webkit-box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: \30E1\30A4\30EA\30AA,Meiryo,\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3,HiraKakuProN-W3,
  Hiragino Kaku Gothic Pro,NanumGothic,Malgun Gothic,sans-serif;
  font-size: 1.6rem;
  color: #3a3a45;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #00b800;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* ***************
 style
*************** */
/* display */
.spOnly { display: none; }

@media screen and (max-width: 1023px) {
  .pcOnly { display: none; }
  .spOnly { display: block; }
}

/* section */
.section + .section{
  margin-top: 120px;
}

/* mainVisual */
.mainVisual {
  position: relative;
  background: url(/lp/line-ads-network/img/bg_index01_pc.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.mainVisual:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 49%;
  height: 150px;
  background: url(/lp/line-ads-network/img/bg_contents_left01.png) left bottom no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.mainVisual:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 49%;
  height: 150px;
  background: url(/lp/line-ads-network/img/bg_contents_right01.png) right bottom no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.mainVisual__inner {
  margin: 0 0 0 5.5%;
  padding: 38px 0 114px;
}
.mainVisual__h1Block__outer{
  position: relative;
  background: #fff;
  width: 460px;
  margin-top: 105px;
  padding: 70px 42px 50px;
  z-index: 1;
}
.mainVisual__lede {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  color: #6a6a76;
}
.mainVisual__btn {
  position: relative;
  margin: 40px 0 0 0;
  z-index: 1;
}
.mainVisual__btn a {
  display: block;
  /*padding: 22px;*/
  padding: 20px;
  background: #00b900;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.mainVisual__btn a:hover {
  background: #00d501;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .mainVisual__logo img{
    max-width: 30%;
  }
  .mainVisual__h1Block__outer{
    width: 320px;
  }
  .mainVisual__lede {
    margin-top: 30px;
    margin-left: 0;
    font-size: 1.4rem;
  }
  .mainVisual__btn {
    margin: 30px 0 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    background: url(/lp/line-ads-network/img/bg_index01_sp.jpg) center top no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .mainVisual:before{
    z-index: 1;
  }
  .mainVisual__inner{
    margin: 0;
    padding: 10px 0 32px;
  }
  .mainVisual__logo{
    margin-left: 4%;
  }
  .mainVisual__h1Block__outer{
    width: 100%;
    margin: 52% 0 0 0;
    padding: 35px 25px;
    z-index: auto;
  }
  .mainVisual h1 {
    max-width: initial;
    min-width: auto;
    text-align: center;
  }
  .mainVisual__lede {
    text-align: center;
  }
}

/* heading */
.headingBlockA01 {
  position: relative;
  padding: 82px 0 20px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.8;
}
.headingBlockA01 h2 {
  line-height: 1.4;
}
.headingBlockA01 h2 span {
  font-size: 20px;
  font-weight: 700;
}
.headingBlockA01:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 49%;
  height: 144px;
  background: url(/lp/line-ads-network/img/bg_contents_left02.png) left top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: -1;
}
.headingBlockA01:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 49%;
  height: 144px;
  background: url(/lp/line-ads-network/img/bg_contents_right02.png) right top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .headingBlockA01 {
    padding: 60px 20px 32px;
  }
}

/* contentsInner */
.contentsInner {
  width: 980px;
  margin: 0 auto;
}
.contentsInner__lede {
  margin-top: 15px;
  text-align: center;
  line-height: 1.8;
}
.contentsInner__lede--colorGray{
  color: #6a6a76;
}
.contentsInner__lede__smallTxt{
  font-size: 1.2rem;
}
.contentsInner__img01 {
  margin-top: 35px;
  text-align: center;
}
.contentsInner__img02 {
  margin-top: 60px;
  text-align: center;
}
.contentsInner__img03 {
  margin-top: 55px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .contentsInner {
    width: 100%;
    padding: 0 20px;
  }
  .contentsInner__img02 {
    margin-top: 60px;
    text-align: center;
  }
}

/* column2Wrap */
.column2Wrap {
  width: 100%;
  margin-top: 65px;
}
.column2Wrap:first-of-type {
  margin-top: 40px;
}
.column2Wrap:before,
.column2Wrap:after {
  content:"";
  display:table;
}
.column2Wrap:after {
  clear:both;
}
.column2Wrap__columnBlock--typeLeft {
  position: relative;
  float: left;
  width: 470px;
}
.column2Wrap__columnBlock--typeRight {
  position: relative;
  float: right;
  width: 452px;
}
.column2Wrap--num02 .column2Wrap__columnBlock--typeLeft {
  position: relative;
  float: left;
  width: 452px;
}
.column2Wrap--num02 .column2Wrap__columnBlock--typeRight {
  position: relative;
  float: right;
  width: 470px;
}
.column2Wrap__columnBlock__lede {
  padding-top: 50px;
  font-size: 2.4rem;
  line-height: 1.8;
}
.column2Wrap__columnBlock__lede h3{
  font-weight: normal;
}
.column2Wrap__columnBlock__txt {
  margin-top: 20px;
  line-height: 1.8;
  color: #6a6a76;
}
.column2Wrap__columnBlock__numImg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .column2Wrap {
    margin-top: 75px;
  }
  .column2Wrap:first-of-type {
    margin-top: 25px;
  }
  .column2Wrap__columnBlock--typeLeft,
  .column2Wrap__columnBlock--typeRight,
  .column2Wrap--num02 .column2Wrap__columnBlock--typeLeft,
  .column2Wrap--num02 .column2Wrap__columnBlock--typeRight {
    float: none;
    width: 100%;
  }
  .column2Wrap__columnBlock--typeRight{
    margin-top: 45px;
    text-align: center;
  }
  .column2Wrap--num02 .column2Wrap__columnBlock--typeLeft {
    margin-top: 35px;
    text-align: center;
  }
  .column2Wrap--num02 .column2Wrap__columnBlock--typeRight {
    margin-top: 0;
    text-align: left;
  }
}

/*rewordBlock*/
.rewordBlock__inner {
  margin-top: 100px;
  line-height: 1.8;
}
.rewordBlock__ttl {
  text-align: center;
  font-size: 24px;
}
.rewordBlock__ctns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row-reverse;
  margin-top: 30px;
  max-width: 860px;
  margin: 25px auto 0;
}
.contentsInner__img04 {
  width: 60.4651%;
}
.rewordBlock__info {
  padding: 25px;
  margin-left: 52px;
  background-color: #f9f9f9;
  border-radius: 3px;
  width: 33.2558%;
}
.rewordBlock__lede {
  font-weight: bold;
  margin-bottom: 5px;
}
.rewordBlock__detail {
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .rewordBlock__ctns {
    display: block;
    margin: 30px auto 0;
  }
  .rewordBlock__info {
    width: 100%;
    margin: 0 0 30px;
  }
  .contentsInner__img04 {
    width: 100%;
    text-align: center;
  }
  .rewordBlock__ttl {
      font-size: 22px;
  }
}

/* bgBlock */
.bgBlock {
  background: #f9f9f9;
  margin-top: 52px;
  padding: 35px 40px;
}
.bgBlock__ttl {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}
.bgBlock.bgBlock--white {
  margin-top: 35px;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .bgBlock {
    padding: 40px 20px 20px;
  }
  .bgBlock.bgBlock--white{
    margin-top: 20px;
    padding: 30px;
  }
}

/* partnerList */
.partnerList {
  display: table;
  table-layout: fixed;
}
.partnerList__overview {
  display: table-cell;
  width: 378px;
  padding-top: 10px;
  vertical-align: top;
  color: #6a6a76;
  line-height: 1.8;
}
.partnerList__overview:before,
.partnerList__overview:after {
  content:"";
  display:table;
}
.partnerList__overview:after {
  clear:both;
}
.partnerList__logo {
  float: left;
  width: 80px;
}
.partnerList__name {
  float: right;
  width: 263px;
  padding-right: 40px;
  font-size: 1.2rem;
}
.partnerList__name__conpany {
  display: block;
  margin-bottom: 3px;
  font-size: 1.6rem;
}
.partnerList__detail {
  display: table-cell;
  width: 442px;
  padding-left: 40px;
  background: url(/lp/line-ads-network/img/bg_dotline01_pc.png) left top repeat-y;
  vertical-align: top;
  color: #6a6a76;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .partnerList {
    display: block;
  }
  .partnerList__overview {
    width: 100%;
    padding-top: 0;
  }
  .partnerList__detail {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    padding-left: 0;
    background: url(/lp/line-ads-network/img/bg_dotline01_sp.png) left top repeat-x;
    -webkit-background-size: 7px auto;
    background-size: 7px auto;
  }
  .partnerList__logo {
    display: inline-block;
    width: 60px;
    margin-right: 15px;
    vertical-align: top;
  }
  .partnerList__name {
    display: inline-block;
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    padding-right: 0;
    vertical-align: top;
    word-break: break-all;
  }
}

/* flowList */
.flowList {
  width: 100%;
  margin-top: 80px;
  letter-spacing: -0.4em;
}
.flowList:before,
.flowList:after {
  content:"";
  display:table;
}
.flowList:after {
  clear:both;
}
.flowlist__item {
  display: inline-block;
  width: 450px;
  margin-bottom: 65px;
  vertical-align: top;
  letter-spacing: normal;
}
.flowlist__item:nth-child(odd) {
  margin-right: 80px;
}
.flowlist__ttl {
  font-size: 2.4rem;
}
.flowlist__ttl__numIco {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.flowlist__description {
  margin-top: 20px;
  color: #6a6a76;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .flowList {
    margin-top: 60px;
  }
  .flowlist__item {
    width: 100%;
  }
  .flowlist__item:last-child{
    margin-bottom: 115px;
  }
  .flowlist__item:nth-child(odd) {
    margin-right: 0;
  }
  .flowlist__ttl{
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .flowlist__ttl__numIco {
    width: 60px;
    display: table-cell;
    vertical-align: middle;
  }
  .flowlist__ttl__txt{
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    line-height: 1.6;
  }
}

/* recommendBlock */
.recommendBlock {
  margin-top: 50px;
  padding: 69px 0;
  background: url(/lp/line-ads-network/img/bg_index02_pc.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.recommendBlock__lede{
  font-size: 3rem;
  line-height: 1.8;
  color: #fff;
}
.recommendBlock__btn {
  margin-top: 38px;
}
.recommendBlock__btn a{
  display: inline-block;
  width: 300px;
  /*padding: 22px;*/
  padding: 20px;
  background: #00b900;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.recommendBlock__btn a:hover {
  background: #00d501;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .recommendBlock__btn a{
    width: 235px;
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock {
    padding: 80px 0;
    background: url(/lp/line-ads-network/img/bg_index02_sp.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

/* contactBlock */
.contactBlock {
  padding-top: 37px;
  text-align: center;
}
.contactBlock__lede {
  color: #6a6a76;
}
.contactBlock__btn {
  margin-top: 38px;
}
.contactBlock__btn a {
  display: inline-block;
  width: 300px;
  padding: 22px;
  background: #434653;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.contactBlock__btn a:hover {
  background: #6a6a76;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .contactBlock__btn a {
    width: 235px;
    max-width: 80%;
  }
}

/* contactBlock */
.recruitBlock {
  margin-top: 37px;
  padding: 37px 0;
  text-align: center;
  background: #f9f9f9;
}
.recruitBlock__lede {
  color: #6a6a76;
}
.recruitBlock__text {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  color: #6a6a76;
}
.recruitBlock__text.recruitBlock__text--line {
  margin-top: 30px;
}
.recruitBlock__text.recruitBlock__text--line:before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 14px;
  background: #cccccc;
  vertical-align: middle;
}
.recruitBlock__text.recruitBlock__text--line:after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-left: 14px;
  background: #cccccc;
  vertical-align: middle;
}
.recruitBlock__btn {
  margin-top: 38px;
}
.recruitBlock__btn a {
  display: inline-block;
  width: 300px;
  padding: 22px;
  background: #434653;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.recruitBlock__btn a:hover {
  background: #6a6a76;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .recruitBlock{
    padding-left: 30px;
    padding-right: 30px;
  }
  .recruitBlock__lede{
    line-height: 2;
  }
  .recruitBlock__btn a {
    width: 235px;
    max-width: 80%;
  }
}

/* footerLinkBlock */
.footerLinkBlock{
  margin-top: 60px;
  text-align: center;
}
.footerLinkBlock__list{
  letter-spacing: -0.4em;
}
.footerLinkBlock__list .footerLinkBlock__list__listItem{
  display: inline-block;
  margin-left: 40px;
  letter-spacing: normal;
}
.footerLinkBlock__list .footerLinkBlock__list__listItem:first-child{
  margin-left: 0;
}
.footerLinkBlock__list .footerLinkBlock__list__listItem a{
  color: #6a6a76;
  font-weight: normal;
  text-decoration: none;
}
.footerLinkBlock__list .footerLinkBlock__list__listItem a:hover{
  text-decoration: underline;
}
.footerLinkBlock__list .footerLinkBlock__list__listItem a.footerLinkBlock__list__listItem--blank{
  padding-right: 18px;
  background: url(/lp/line-ads-network/img/ico_blank01.png) right center no-repeat;
}

@media screen and (max-width: 1023px) {
  .footerLinkBlock__list .footerLinkBlock__list__listItem{
    margin-left: 7.5%;
  }
  .footerLinkBlock__list .footerLinkBlock__list__listItem:first-child{
    margin-left: 0;
  }
}

/* footer */
.footer {
  margin-top: 55px;
  padding: 30px 0;
  background: #00b800;
}
.footer__copyright {
  color: #fff;
  text-align: center;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.pagetop.is-show {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pagetop__item {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  background: rgba(92,92,92,0.8);
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 6px -1px #a5a5a5;
  box-shadow: 0 4px 6px -1px #a5a5a5;
}
.pagetop__item:hover:after {
  top: 40px;
}
.pagetop__item:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  width: 29px;
  height: 3px;
  background: url("/lp/line-ads-network/img/ico_pagetop01.png") 0 0 no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagetop__item:after {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  width: 29px;
  height: 17px;
  background: url("/lp/line-ads-network/img/ico_pagetop02.png") 0 0 no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1023px) {
  .pagetop {
    bottom: 75px;
    right: 20px;
  }
  .pagetop__item {
    width: 50px;
    height: 50px;
  }
  .pagetop__item:hover:after {
    top: 23px;
  }
  .pagetop__item:before {
    top: 18px;
    width: 20px;
    background-size: contain;
  }
  .pagetop__item:after {
    top: 26px;
    width: 20px;
    background-size: contain;
  }
}


