@charset "UTF-8";
/* Reset.css */
body {
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "a-otf-ud-shin-go-pr6n", "meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, main, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1.6;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  height: auto;
  width: 100%;
}

body {
  color: #333333;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'a-otf-ud-shin-go-pr6n', 'meiryo', sans-serif;
}

.sp-hide {
  display: block;
}

@media (min-width: 1024px) {
  .sp-hide {
    display: none !important;
  }
}

.pc-hide {
  display: none;
}

@media (min-width: 1024px) {
  .pc-hide {
    display: block !important;
  }
}

/*contents*/
.contents {
  margin-top: 100px;
}

.contents__inner {
  margin: 0 auto;
  max-width: 1050px;
  padding: 0 20px;
}

.contents__title-block {
  text-align: center;
}

.contents__h2title {
  color: #06c755;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .contents__h2title {
    font-size: 2.6875rem;
  }
}

.contents__txt {
  font-size: 0.875rem;
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 1024px) {
  .contents__txt {
    font-size: 1.375rem;
    margin-top: 48px;
  }
}

/*header*/
.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media (min-width: 640px) {
  .header {
    height: 64px;
  }
}

.header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1050px;
  padding: 0 20px;
  width: 100%;
}

@media (min-width: 640px) {
  .header__inner {
    padding: 0 36px;
  }
}

.header__inner h1 {
  line-height: 1;
  max-width: 80px;
  width: 100%;
}

@media (min-width: 640px) {
  .header__inner h1 {
    max-width: 104px;
  }
}

.header__logo {
  height: auto;
  max-width: 96px;
  width: 100%;
}

@media (min-width: 640px) {
  .header__logo {
    max-width: 104px;
  }
}

.header__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.header__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .08em;
  line-height: 1;
  min-width: 185px;
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .header__btn {
    font-size: 1rem;
    height: 42px;
    min-width: 312px;
  }
}

.header__btn:after {
  content: '';
  height: 6px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 45%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  vertical-align: middle;
  width: 6px;
}

.header__btn:hover {
  background: #ffffff;
  color: #f77911;
  -webkit-transition: background-color .4s ease-out, -webkit-transform .4s ease-out;
  transition: background-color .4s ease-out, -webkit-transform .4s ease-out;
  transition: background-color .4s ease-out, transform .4s ease-out;
  transition: background-color .4s ease-out, transform .4s ease-out, -webkit-transform .4s ease-out;
}

.header__btn:hover::after {
  border-right: 2px solid #f77911;
  border-top: 2px solid #f77911;
}

.header__btn:not(:first-child) {
  margin-left: 15px;
}

.header__btn-white {
  display: none;
}

@media (min-width: 1024px) {
  .header__btn-white {
    background: #ffffff;
    border: 2px solid #707070;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 250px;
  }
}

.header__btn-white:after {
  border-right: 2px solid #333333;
  border-top: 2px solid #333333;
}

.header__btn-white:hover {
  background: #707070;
  color: #ffffff;
  -webkit-transition: background-color .4s ease-out, -webkit-transform .4s ease-out;
  transition: background-color .4s ease-out, -webkit-transform .4s ease-out;
  transition: background-color .4s ease-out, transform .4s ease-out;
  transition: background-color .4s ease-out, transform .4s ease-out, -webkit-transform .4s ease-out;
}

.header__btn-white:hover::after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

.header__btn-pink {
  background: #f77911;
  border: 2px solid #f77911;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 180px;
}

@media (min-width: 1024px) {
  .header__btn-pink {
    min-width: 250px;
  }
}

.header__btn-pink:after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

.header__btn-pink:hover {
  background: #ffffff;
  color: #f77911;
  -webkit-transition: background-color .4s ease-out, -webkit-transform .4s ease-out;
  transition: background-color .4s ease-out, -webkit-transform .4s ease-out;
  transition: background-color .4s ease-out, transform .4s ease-out;
  transition: background-color .4s ease-out, transform .4s ease-out, -webkit-transform .4s ease-out;
}

.header__btn-pink:hover::after {
  border-right: 2px solid #f77911;
  border-top: 2px solid #f77911;
}

.header__btn-pink-w {
  display: none;
}

@media (min-width: 1024px) {
  .header__btn-pink-w {
    background: #f77911;
    border: 2px solid #f77911;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 250px;
  }
}

.header__btn-pink-w:after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

.header__btn-pink-w:hover {
  background: #ffffff;
  color: #f77911;
  -webkit-transition: background-color .4s ease-out, -webkit-transform .4s ease-out;
  transition: background-color .4s ease-out, -webkit-transform .4s ease-out;
  transition: background-color .4s ease-out, transform .4s ease-out;
  transition: background-color .4s ease-out, transform .4s ease-out, -webkit-transform .4s ease-out;
}

.header__btn-pink-w:hover::after {
  border-right: 2px solid #f77911;
  border-top: 2px solid #f77911;
}

.header__btn-pink-s {
  background: #f77911;
  border: 2px solid #f77911;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
}

@media (min-width: 1024px) {
  .header__btn-pink-s {
    display: none;
  }
}

.header__btn-pink-s:after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

.header__btn-pink-s:hover {
  background: #ffffff;
  color: #f77911;
  -webkit-transition: background-color .4s ease-out, -webkit-transform .4s ease-out;
  transition: background-color .4s ease-out, -webkit-transform .4s ease-out;
  transition: background-color .4s ease-out, transform .4s ease-out;
  transition: background-color .4s ease-out, transform .4s ease-out, -webkit-transform .4s ease-out;
}

.header__btn-pink-s:hover::after {
  border-right: 2px solid #f77911;
  border-top: 2px solid #f77911;
}

#header .header__link {
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#header.show {
  background: rgba(255, 255, 255, 0.6);
}

#header.show .header__link {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/*kv*/
.kv {
  background-image: url(/sites/default/files/media/jp/service/line-ads/gain-friends-lp/img/kv_s.jpg);
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  margin-top: -64px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .kv {
    background-image: url(/sites/default/files/media/jp/service/line-ads/gain-friends-lp/img/kv.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
  }
}

.kv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  max-width: 1124px;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .kv__inner {
    height: 620px;
  }
}

.kv__logo {
  max-width: 164px;
  width: 100%;
}

.kv__contents {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 64px;
}

@media (min-width: 1024px) {
  .kv__contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
}

.kv__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1024px) {
  .kv__title {
    font-size: 2.625rem;
  }
}

.kv__txt {
  font-size: 1rem;
  margin-top: 16px;
  text-align: center;
}

@media (min-width: 1024px) {
  .kv__txt {
    font-size: 1.125rem;
    margin-top: 32px;
  }
}

.kv__link {
  margin-top: 24px;
  max-width: 540px;
  text-align: center;
  width: 100%;
}

.kv__link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f77911;
  border: 2px solid #f77911;
  border-radius: 999em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 600;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0 8px;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media (min-width: 1024px) {
  .kv__link a {
    font-size: 1.375rem;
    height: 64px;
  }
}

.kv__link a:hover {
  background: #ffffff;
  color: #f77911;
}

.kv__link a:after {
  background: url(/sites/default/files/media/jp/service/line-ads/gain-friends-lp/img/link-icon.svg) 0 0 no-repeat;
  background-size: cover;
  content: '';
  height: 37px;
  margin-left: 16px;
  width: 37px;
}

.kv__link a:hover::after {
  background: url(/sites/default/files/media/jp/service/line-ads/gain-friends-lp/img/link-icon-pink.svg) 0 0 no-repeat;
  background-size: cover;
  content: '';
  height: 37px;
  margin-left: 16px;
  width: 37px;
}

.kv__link2 {
  margin-top: 24px;
  max-width: 540px;
  text-align: center;
  width: 100%;
}

.kv__link2 a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f77911;
  border: 2px solid #f77911;
  border-radius: 999em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 600;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0 8px;
  position: relative;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media (min-width: 1024px) {
  .kv__link2 a {
    font-size: 1.5rem;
    height: 64px;
  }
}

.kv__link2 a:hover {
  background: #ffffff;
  color: #f77911;
}

.kv__link2 a:after {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  bottom: 0;
  content: '';
  height: 3px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  width: 3px;
}

@media (min-width: 1024px) {
  .kv__link2 a:after {
    border-right: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    height: 10px;
    width: 10px;
  }
}

.kv__link2 a:hover::after {
  border-right: 3px solid #f77911;
  border-top: 3px solid #f77911;
  bottom: 0;
  content: '';
  height: 3px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .kv__link2 a:hover::after {
    height: 10px;
    width: 10px;
  }
}

/*伸び悩む新規顧客の獲得へまずは友だちを増やしてアプローチ*/
.approach__imgBox {
  line-height: 1;
  margin: 40px auto 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .approach__imgBox {
    margin: 72px auto 0;
  }
}

.approach__img {
  max-width: 750px;
  width: 100%;
}

.approach__box {
  background: #f1f6f9;
  padding: 34px 20px;
}

@media (min-width: 1024px) {
  .approach__box {
    padding: 56px 20px 80px;
  }
}

.approach__h3title {
  font-size: 1rem;
  letter-spacing: -.06em;
  text-align: center;
}

@media (min-width: 1024px) {
  .approach__h3title {
    font-size: 1.5rem;
  }
}

.approach__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px auto 0;
  max-width: 950px;
}

@media (min-width: 1024px) {
  .approach__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 56px auto 0;
  }
}

.approach__item {
  background: #06c755;
  border-radius: 10px;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .approach__item {
    border-radius: 999em;
    font-size: 1.125rem;
    width: calc(100% / 3 - 8px);
  }
}

.approach__item:not(:first-of-type) {
  margin-top: 12px;
}

@media (min-width: 1024px) {
  .approach__item:not(:first-of-type) {
    margin-top: 0;
  }
}

/*LINE広告「友だち追加」はこんな方におすすめ！*/
.recommend__block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  max-width: 950px;
}

@media (min-width: 1024px) {
  .recommend__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.recommend__img {
  max-width: 300px;
  width: 100%;
}

@media (min-width: 1024px) {
  .recommend__img {
    max-width: 350px;
  }
}

.recommend__item {
  color: #06c755;
  font-size: 0.8125rem;
  margin-left: 0;
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .recommend__item {
    font-size: 1.375rem;
    margin-left: 48px;
    margin-top: 0;
  }
}

.recommend__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommend__list:before {
  background: url(/sites/default/files/media/jp/service/line-ads/gain-friends-lp/img/check-icon.svg) 0 0 no-repeat;
  background-size: cover;
  content: '';
  height: 13px;
  margin-right: 8px;
  width: 20px;
}

@media (min-width: 1024px) {
  .recommend__list:before {
    height: 19px;
    margin-right: 16px;
    width: 26px;
  }
}

.recommend__list:not(:first-of-type) {
  margin-top: 12px;
}

.recommend__list span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(20%, #faff61));
  background-image: linear-gradient(transparent 70%, #faff61 20%);
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .recommend__list span {
    font-size: 1.875rem;
  }
}

/*友だちを増やすメリットは？*/
.merit__block {
  background: #f6fbf8;
  border-radius: 10px;
  padding: 50px 25px;
}

@media (min-width: 1024px) {
  .merit__block {
    padding: 100px 65px;
  }
}

.merit__txt {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
}

@media (min-width: 1024px) {
  .merit__txt {
    font-size: 1.5rem;
  }
}

.merit__txt--br {
  display: block;
  line-height: 1;
}

.merit__txt--br:before {
  background: url(/sites/default/files/media/jp/service/line-ads/gain-friends-lp/img/merit__txt--br.svg) 0 0 no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 23px;
  width: 15px;
}

.merit__imgBox {
  margin-top: 40px;
  text-align: center;
}

.merit__img {
  max-width: 720px;
  width: 100%;
}

.voice {
  margin-top: 80px;
}

.voice__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  padding: 24px 16px;
}

@media (min-width: 1024px) {
  .voice__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
    padding: 32px 56px;
  }
}

.voice__title {
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .voice__title {
    font-size: 1.375rem;
  }
}

.voice__img {
  margin-top: 16px;
  max-width: 100px;
  width: 100%;
}

@media (min-width: 1024px) {
  .voice__img {
    margin-top: 0;
    max-width: 200px;
  }
}

.voice__txtBox {
  margin-left: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .voice__txtBox {
    margin-left: 8px;
    width: 70.65%;
  }
}

.voice__h3title {
  font-size: 0.9375rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .voice__h3title {
    font-size: 1.125rem;
  }
}

.voice__txt {
  font-size: 0.75rem;
  line-height: 1.8;
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .voice__txt {
    font-size: 0.875rem;
  }
}

.voice__company {
  font-size: 0.75rem;
  margin-top: 16px;
  text-align: right;
}

@media (min-width: 1024px) {
  .voice__company {
    font-size: 0.875rem;
  }
}

/*活用事例*/
.case-study__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
  overflow-x: scroll;
}

@media (min-width: 1024px) {
  .case-study__list {
    font-size: 0.9375rem;
    overflow-x: visible;
  }
}

.case-study__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 280px;
  width: 30.48%;
}

@media (min-width: 1024px) {
  .case-study__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 0.9375rem;
    max-width: 320px;
    overflow-x: visible;
    width: 30.48%;
  }
}

.case-study__item:not(:first-of-type) {
  margin-left: 24px;
}

@media (min-width: 1024px) {
  .case-study__item:not(:first-of-type) {
    margin-left: 0;
  }
}

.case-study__txtBox {
  line-height: 1.8;
  margin-top: 16px;
}

.case-study__h3title {
  font-weight: 700;
}

.case-study__txt {
  font-size: 0.8125rem;
  margin-bottom: 24px;
  margin-top: 12px;
}

@media (min-width: 1024px) {
  .case-study__txt {
    font-size: 0.875rem;
  }
}

.case-study__company {
  font-size: 0.8125rem;
  margin-top: 0;
  text-align: right;
}

@media (min-width: 1024px) {
  .case-study__company {
    font-size: 0.875rem;
    margin-top: auto;
  }
}

.case-study__link {
  margin-top: 56px;
}

.case-study__link a {
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 8px;
  color: #333333;
  display: block;
  font-size: 0.875rem;
  margin: 0 auto;
  max-width: 280px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.case-study__link a:after {
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  content: '';
  height: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  vertical-align: middle;
  width: 4px;
}

.case-study__link a:hover {
  opacity: .7;
}

/*資料DL*/
.download__title-block {
  position: relative;
  text-align: left;
}

.download__title-block:before {
  background: #06c755;
  content: '';
  height: 100%;
  position: absolute;
  width: 4px;
}

.download__h2title {
  font-size: 1rem;
  font-weight: 700;
  padding-left: 16px;
}

@media (min-width: 1024px) {
  .download__h2title {
    font-size: 1.25rem;
  }
}

.download__txt {
  font-size: 0.875rem;
  list-style: 1.8;
  margin-top: 16px;
}

.download__img {
  margin-top: 32px;
}

.download__form {
  margin-top: 32px;
}

.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: #f77911 !important;
  background-image: none !important;
  border: none !important;
  border: none !important;
  border-radius: 22px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  height: 44px !important;
  letter-spacing: 0.05em !important;
  position: relative;
  text-shadow: none !important;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton:hover {
  opacity: .7;
}

/*資料DL-02*/
.download-02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .download-02__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.download-02__item {
  width: 100%;
}

@media (min-width: 1024px) {
  .download-02__item {
    width: 47.62%;
  }
}

.download-02__item:not(:first-of-type) {
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .download-02__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.download-02__link {
  display: block;
  margin-top: 8px;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media (min-width: 1024px) {
  .download-02__link {
    margin-top: 24px;
  }
}

.download-02__link:hover {
  opacity: .7;
}

.download-02__link:hover .download-02__btn {
  background: #ffffff;
  color: #f77911;
}

.download-02__link:hover .download-02__btn:after {
  border-right: 2px solid #f77911;
  border-top: 2px solid #f77911;
  content: '';
  height: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  vertical-align: middle;
  width: 6px;
}

.download-02__title {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-align: left;
}

@media (min-width: 1024px) {
  .download-02__title {
    font-size: 1.25rem;
  }
}

.download-02__title:before {
  background: #06c755;
  content: '';
  height: 100%;
  position: absolute;
  width: 4px;
}

.download-02__title span {
  display: block;
  padding-left: 16px;
}

.download-02__btn {
  background: #f77911;
  border: 2px solid #f77911;
  border-radius: 999em;
  color: #ffffff;
  font-size: 0.875rem;
  margin: 8px auto 0;
  max-width: 400px;
  padding: 8px;
  position: relative;
  text-align: center;
}

@media (min-width: 1024px) {
  .download-02__btn {
    font-size: 1.125rem;
    margin: 24px auto 0;
  }
}

.download-02__btn:after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  content: '';
  height: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  vertical-align: middle;
  width: 6px;
}

/*footer*/
.footer {
  background: #ffffff;
  color: #333333;
  padding: 80px 0 40px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  max-width: 1200px;
}

.footer__inner p {
  font-size: 0.6875rem;
  margin-top: 32px;
  padding: 0 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__inner p {
    font-size: 0.625rem;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.6875rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 768px) {
  .footer__list {
    font-size: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__list li {
  margin-bottom: 4px;
  padding: 0 16px;
  text-align: center;
}

.footer__list li:not(:last-child) {
  border-right: 1px solid #999999;
}

.footer__link {
  color: #333333;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.footer__link:hover {
  opacity: .5;
}

/*pagetop*/
#pagetop {
  background: #707070;
  border-radius: 50%;
  bottom: 20px;
  height: 50px;
  opacity: 0;
  position: fixed;
  right: 10px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  width: 50px;
  z-index: 1000;
}

@media (min-width: 768px) {
  #pagetop {
    height: 80px;
    right: 25px;
    width: 80px;
  }
}

#pagetop.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

#pagetop a {
  cursor: pointer;
  display: block;
  height: 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 50px;
}

@media (min-width: 768px) {
  #pagetop a {
    height: 80px;
    width: 80px;
  }
}

#pagetop a:before {
  bottom: 20px;
  color: #ffffff;
  content: '▲';
  font-size: 1.5rem;
  font-weight: 900;
  left: 0;
  margin: auto;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 20px;
}

@media (min-width: 768px) {
  #pagetop a:before {
    font-size: 2rem;
    right: 0;
    top: 15px;
    width: 40px;
  }
}

.scrollUp {
  opacity: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: opacity .1s, -webkit-transform .1s;
  transition: opacity .1s, -webkit-transform .1s;
  transition: opacity .1s, transform .1s;
  transition: opacity .1s, transform .1s, -webkit-transform .1s;
}

.scrollUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
/*# sourceMappingURL=style.css.map */