@charset "utf-8";

/* 共通
-------------------------------------------------- */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.4;
  color:#333;
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media (hover: hover) {

  a {
    transition: opacity .2s linear;
  }

  a:hover {
    cursor: pointer;
    opacity: .7;
  }

}

.wrapper {
  margin: 0 auto;
  min-width: 100%;
  overflow: hidden;
  width: 100%;
}

/* ヘッダー
-------------------------------------------------- */

header {
  background: #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.header-wrap {
  height: 50px;
  transition: .5s;
}

.header-wrap-logo {
  padding: 5px 0 0 14px;
}

.header-wrap-logo img {
  height: auto;
  max-width: 100%;
  width: 134px;
}

.header-wrap-link {
  display: none;
}

/* メインビジュアル
-------------------------------------------------- */

.area-main {
  background: url(/22/img/cx/solution/bg-area-main.png) no-repeat center top;
  background-size: cover;
  padding: 50px 0 0;
}

.area-main-head {
  padding: 60px 0 0;
}

.area-main-head h1 img {
  margin: 0 auto 14px;
  max-width: 687px;
  width: 91.6%;
}

.area-main-head div img {
  margin: 0 auto 34px;
  max-width: 601px;
  width: 80.1333333333%;
}

.area-main-body {
  margin: 0 auto;
  max-width: 607px;
  padding: 0 0 66px;
  width: 80.9333333333%;
}

.area-main-body a {
  display: block;
}

/* HeartCore CMSとは？
-------------------------------------------------- */

.area-reason {
  background: url(/22/img/cx/solution/bg-area-reason.png) center top no-repeat;
  background-size: cover;
  padding: 22px 0 60px;
}

.area-reason h2 {
  color: #222;
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}

.area-reason h2 span {
  color: #b60005;
  font-size: 30px;
}

.area-reason p {
  color: #222;
  font-size: 13px;
  margin: 0 0 20px;
  line-height: 1.46;
  text-align: center;
}

.area-reason-source {
  align-items: top;
  display: flex;
  font-size: 10px;
  justify-content: center;
}

/* 3つの強み
-------------------------------------------------- */

.area-strength {
  padding: 10px 4% 110px;
}

.area-strength h2 {
  margin: 0 0 10px;
}

.area-strength h2 img {
  margin: 0 0 0 -6px;
}

.area-strength h3 {
  margin: 0 0 20px;
}

.area-strength-block-body-text {
  font-size: 13px;
  line-height: 1.7;
}

.area-strength-block-body-text p {
  margin: 0 0 30px;
}

.area-strength-block {
  margin: 0 0 80px;
}

.area-strength-block:last-of-type {
  margin: 0;
}

/* CV-1/CV-2
-------------------------------------------------- */

.area-cv {
  background: url(/22/img/cx/solution/bg-area-cv.jpg) no-repeat top center;
  background-size: cover;
  padding: 26px 0 30px;
}

.area-cv-text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}

.area-cv-btn {
  margin: 0 auto;
  max-width: 301px;
  width: 80.2666666667%;
}

.area-cv-btn a {
  display: block;
}

/* 導入事例
-------------------------------------------------- */

.area-case {
  background: #fff;
  padding: 10px 4% 90px;
}

.area-case h2 {
  margin: 0 0 0 -10px;
}

.area-case h2 img {
  margin: 0;
  width: 100%;
}

.area-case-block {
  margin: 0 0 10px;
}

.area-case-block:last-of-type {
  margin: 0 auto;
}

.area-case-block-head img {
  margin: 0 0 4px;
}

.area-case-block.case-jal .area-case-block-head img {
  width: 316px;
}

.area-case-block.case-seiburailway .area-case-block-head img {
  width: 151px;
}

.area-case-block.case-tokyu .area-case-block-head img {
  width: 213px;
}

.area-case-block-head h3 {
  background: #222;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 6px;
  padding: 8px;
}

.area-case-block-head div {
  color: #222;
  font-size: 22px;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 16px 20px;
  position: relative;
}

.area-case-block-head div::before {
  background: url(/22/img/cx/solution/ico-area-case-brackets-open.png);
  background-size: 36px 37px;
  content: "";
  display: block;
  height: 37px;
  left: 0;
  position: absolute;
  top: 0;
  width: 36px;
}

.area-case-block-head div::after {
  background: url(/22/img/cx/solution/ico-area-case-brackets-close.png);
  background-size: 36px 37px;
  bottom: 0;
  content: "";
  display: block;
  height: 37px;
  position: absolute;
  right: 0;
  width: 36px;
}

.area-case-block-image {
  margin: 0 0 10px;
}

.area-case-block-image img {
  margin: 0;
}

.area-case-block-image div {
  background: #bababa;
  font-size: 12px;
  padding: 2px 0 1px;
  text-align: center;
}

.area-case-block-text-question {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}

.area-case-block-text-question img {
  max-width: 67px;
  width: 19.3641618497%;
}

.area-case-block-text-question p {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  color: #222;
  line-height: 1.375;
  max-width: 260px;
  padding: 10px;
  position: relative;
  width: 75.1445086705%;
}

.area-case-block-text-question p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -5px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 15px 5px 0;
  border-color: transparent #fff transparent transparent;
}

.area-case-block-text-answer {
  font-size: 13px;
  line-height: 1.9;
  margin: 0 auto;
  width: 94.2028985507%;
}

.area-case-block-text-answer-url {
  font-size: 11px;
  line-height: 1.4;
  margin: 10px 0 0;
  word-break: break-all;
}

/* 機能
-------------------------------------------------- */

.area-function {
  background: #ced8d8;
  padding: 10px 4%;
}

.area-function h2 {
  margin: -42px 0 0;
}

.area-function-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 45px;
}

.area-function-item {
  background: #fff;
  border: solid 2px #004A82;
  box-sizing: border-box;
  font-size: 16px;
  padding: 12px 0 0;
  position: relative;
  line-height: 1.15;
  margin: 0 0 15px;
  min-height: 195px;
  text-align: center;
  width: 47.826086%;
}

.area-function-item img {
  bottom: 20px;
  position: absolute;
}

/* フッター
-------------------------------------------------- */

footer {
  background: #000;
  padding: 30px 0 70px 16px;
}

.footer-wrap {
  align-items: top;
  display: flex;
  justify-content: start;
}

.footer-logo {
  margin: 0 20px 0 0;
  width: 138px;
}

.footer-iso-1 {
  margin: 0 10px 0 0;
  width: 90px;
}

.footer-iso-2 {
  width: 88px;
}

/* SP:固定バナー
-------------------------------------------------- */

.banner-sp {
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
}

.banner-sp a {
  display: block;
  width: auto;
}

/* スクロール フェードイン
-------------------------------------------------- */

.fade-in {
  opacity: 0;
  transition: 2s;
}

.fade-in-up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s;
}

.fade-in.scroll-in {
  opacity: 1;
}

.fade-in-up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}



@media screen and (min-width:768px) {
  /* PC */

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  /* PC:ヘッダー
-------------------------------------------------- */

  .header-wrap {
    align-items: center;
    display: flex;
    height: 88px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 20px;
  }

  .header-wrap-logo {
    padding: 0;
  }

  .header-wrap-logo img {
    width: 230px;
  }

  .header-wrap-link {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .header-wrap-link-tel {
    align-items: center;
    display: flex;
    font-size: 42px;
    margin: 0 20px 0 0;
  }

  .header-wrap-link-tel::before {
    background: url(/22/img/cx/solution/ico-header-wrap-link-tel.png) no-repeat;
    content: "";
    display: inline-block;
    height: 46px;
    margin: 0 4px 0 0;
    width: 18px;
  }

  .header-wrap-link-inquiry {
    align-items: center;
    background: #1a1a1a;
    color: #fff;
    display: flex;
    font-size: 24px;
    height: 66px;
    justify-content: center;
    text-decoration: none;
    width: 270px;
  }

  /* PC:メインビジュアル
-------------------------------------------------- */

  .area-main {
    background: url(/22/img/cx/solution/bg-area-main-pc.png) center top no-repeat;
    background-size: cover;
    padding: 88px 0 0;
  }

  .area-main-head {
    padding: 110px 0 0;
  }

  .area-main-head h1 img {
    margin: 0 auto 36px;
  }

  .area-main-head div img {
    margin: 0 auto 74px;
    max-width: 482px;
  }

  .area-main-body a img {
    margin: 0 auto;
    max-width: 550px;
  }

  /* PC:HeartCore CMSとは？
-------------------------------------------------- */

  .area-reason {
    background: url(/22/img/cx/solution/bg-area-reason-pc.png) center top no-repeat;
    background-size: cover;
    padding: 60px 0 0;
  }

  .area-reason h2 {
    font-size: 45px;
    margin: 0 0 70px;
  }

  .area-reason h2 span {
    font-size: 60px;
  }

  .area-reason p {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 40px;
  }

  .area-reason p:last-of-type {
    margin: 0 0 70px;
  }

  .area-reason-source {
    font-size: 16px;
    padding: 0 0 130px;
  }

  /* PC:3つの強み
-------------------------------------------------- */

  .area-strength {
    background: url(/22/img/cx/solution/bg-area-strength-pc.png) no-repeat 0 50px;
    background-size: 478px auto;
    margin: 0 auto;
    max-width: 1920px;
    padding: 50px 0 270px;
  }

  .area-strength h2 {
    box-sizing: border-box;
    margin: 0 auto 60px;
    max-width: 1220px;
    padding: 0 0 0 120px;
  }

  .area-strength h2 img {
    margin: 0;
  }

  .area-strength-block {
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto 120px;
    max-width: 1220px;
    padding: 0 0 0 120px;
  }

  .area-strength-block:last-of-type {
    margin: 0 auto;
  }

  .area-strength h3 {
    margin: 0 0 50px;
    position: relative;
    z-index: 999;
  }

  .area-strength-block-body {
    align-items: flex-start;
    display: flex;
  }

  .area-strength-block-body-text {
    font-size: 21px;
    width: 52.10084%;
  }

  .area-strength-block-body-text p:last-of-type {
    margin: 0;
  }

  .area-strength-block-body-image {
    position: relative;
    width: 47.899159%;
  }

  /* PC:導入事例
-------------------------------------------------- */

  .area-case {
    background: #fff;
    padding: 0 0 200px;
  }

  .area-case-inner {
    margin: 0 auto;
  }

  .area-case h2 {
    background: url(/22/img/cx/solution/bg-area-case-pc.png) left 25px no-repeat;
    background-size: 1012px auto;
    margin: 0 auto 22px;
    padding: 46px 0;
    max-width: 1220px;
    width: 100%;
  }

  .area-case h2 img {
    margin: 0 auto;
    width: 801px;
  }

  .area-case-block {
    margin: 0 auto 50px;
    padding: 50px 0 0;
    position: relative;
    width: 100%;
  }

  .area-case-block-image {
    width: 100%;
  }

  .area-case-block-image img {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
  }

  .area-case-block-text-answer-url {
    text-align: center;
    ;
  }

  /* PC:機能
-------------------------------------------------- */
  .area-function {
    background: #d2dbd8 url(/22/img/cx/solution/bg-area-function.jpg) no-repeat;
    background-size: auto 703px;
    height: 703px;
    padding: 10px 0 0;
  }

  .area-function h2 {
    margin: 0 auto;
    max-width: 1190px;
  }

  .area-function h2 img {
    margin: -100px auto 100px;
  }

  .area-function-inner {
    margin: 0 auto;
    max-width: 1200px;
  }

  .area-function-wrap {
    margin: 0 auto;
    max-width: 800px;
  }

  .area-function-item {
    font-size: 20px;
    margin: 0 0 35px;
    max-width: 192px;
    min-height: 225px;
  }

  .area-function-item span {
    display: block;
  }

  /* PC:CV-1/CV-2
-------------------------------------------------- */

  .area-cv {
    padding: 84px 0 80px;
  }

  .area-cv-text {
    font-size: 36px;
  }

  .area-cv-btn {
    max-width: 426px;
    width: 100%;
  }

  /* PC:フッター
-------------------------------------------------- */

  footer {
    padding: 80px 0 150px;
  }

  .footer-wrap {
    justify-content: center;
  }


  .footer-logo {
    margin: 0 26px 0 0;
    width: 322px;
  }

  .footer-iso-1 {
    margin: 0 30px 0 0;
    width: 210px;
  }

  .footer-iso-2 {
    width: 206px;
  }

  /* PC:フローティングバナー
-------------------------------------------------- */

  .banner-sp {
    display: none;
  }

  .banner-pc.is-floating {
    bottom: 10px;
    right: 0;
    display: block;
    position: fixed;
    transform: translateX(100%);
    transition: all 0.3s ease 0s;
    z-index: 999;
  }

  .banner-pc.is-floating a {
    display: block;
    padding: 50px 0;
  }

  /* transform: translateX(0); で、画面外のフローティングバナーを画面内に戻す*/
  .is-in .is-floating {
    transform: translateX(-10px);
  }

}



@media screen and (min-width:1200px) {

  .area-strength-block-body-image img {
    position: absolute;
    right: -40px;
    top: -120px;
  }

}

