@charset "utf-8";

/*
    Reset
--------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

legend * {
  clear: both;
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

/*
    Common
--------------------*/
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
}
body {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.6;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
.text-red {
  color: #f00;
}

.a__button-primary {
  max-width: 400px;
  width: 100%;
  height: 70px;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: linear-gradient(135deg, #f00, #f4b13c);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.a__button-primary span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 85%;
}

/* 〜599px：SP
------------------------------ */
@media only screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .a__button-primary {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

/*
    Header
--------------------*/

.org__header {
  display: block;
  width: 100%;
  background: #fff;
  min-height: 90px;
  position: relative;
  padding: 20px 30px;
}

.a__header-logo {
  max-width: 180px;
  height: auto;
}
/* 〜599px：SP
------------------------------ */
@media only screen and (max-width: 599px) {
  .org__header {
    min-height: 60px;
    padding: 10px 20px;
  }
  .a__header-logo {
    max-width: 140px;
  }
}
/*
    Main Visual
--------------------*/

.m__main-visual {
  text-align: center;
  width: 100%;
  height: 350px;
  background: #eeeee9;
  background-image: url(../img/emap-lp/main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.m__main-visual .container {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
  height: inherit;
}
.a__main-text-inner {
  display: flex;
  align-items: center;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: 40px;
  padding-left: calc((100vw - 100%) / 2);
  background: rgb(255, 255, 255, .5);
}
.m__main-visual .a__main-text {
  max-width: 516px;
  width: 100%;
  height: auto;
  /* color: #fff;
    font-size: 3.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.1em;
    width: 100%; */
}
.m__main-visual .a__main-text .a__main-text-lead {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
.m__main-visual .a__main-text .a__main-text-title {
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
.m__main-visual .a__main-text .a__main-text-brand {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 4.6rem;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  color: #f00;
}

/* 〜599px：SP
------------------------------ */
@media only screen and (max-width: 599px) {
  .m__main-visual {
    height: 220px;
  }
  .m__main-visual .container {
    padding: 60px 20px;
  }
  .a__main-text-inner {
    max-width: 400px;
    min-width: 0;
    padding: 20px;
  }
  .m__main-visual .a__main-text {
    max-width: 100%;
  }
  /* .m__main-visual {
        padding: 50px 30px;
    }
    .m__main-visual .a__main-text {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 2.8rem;
        line-height: 1.3;
    }
    .m__main-visual .a__main-text .a__main-text-lead {
        font-size: 1.6rem;
    }
    .m__main-visual .a__main-text .a__main-text-brand {
        width: 150px;
    } */
}

/*
    Section: 共通部分
--------------------*/

.section {
}
.section .container {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.section .container .m__section-header {
  text-align: center;
  margin-bottom: 50px;
}
.section .container .m__section-header .a__section-title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.section .container .m__section-header .a__section-title-text {
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 5px;
}

.section .container .m__section-header .a__section-sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: -30px;
  margin-bottom: 30px;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-box .column-3 {
  width: 31%;
}
.flex-box .column-2 {
  width: 48%;
}
/* 〜599px：SP
------------------------------ */
@media only screen and (max-width: 599px) {
  .section .container {
    padding: 50px 20px;
  }
  .section .container .m__section-header .a__section-title {
    font-size: 2.6rem;
  }
  .section .container .m__section-header .a__section-title-text {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .flex-box {
    flex-direction: column;
  }
  .flex-box .column-3,
  .flex-box .column-2 {
    width: 100%;
  }
}

/*
    Section: こんなお悩みをお持ちの方にオススメです
--------------------*/
.section-problems {
  background-color: #f5f5f5;
}
.m__problem-list {
  display: table;
  margin: 0 auto;
}
.m__problem-list .a__problem-item {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  position: relative;
  padding-left: 35px;
}
.m__problem-list .a__problem-item::before {
  content: "";
  width: 24px;
  height: 18px;
  background-image: url(../img/emap-lp/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}
.m__problem-list .a__problem-item .a__problem-solution {
  margin-top: 5px;
  font-size: 1.5rem;
  background: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  letter-spacing: 0.05em;
}
/* 〜599px：SP
------------------------------ */
@media only screen and (max-width: 599px) {
  .m__problem-list .a__problem-item {
    font-size: 2rem;
  }
  .m__problem-list .a__problem-item .a__problem-solution {
    font-size: 1.4rem;
  }
}

/*
    Section: EMAP 3つの特徴
--------------------*/

.org__characteristic-wrap .m__characteristic-item {
  text-align: center;
}
.org__characteristic-wrap .m__characteristic-item .a__characteristic-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.org__characteristic-wrap .m__characteristic-item .a__characteristic-icon {
  width: 74px;
  height: 80px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.org__characteristic-wrap .m__characteristic-item .a__characteristic-icon img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
/* 600px〜959px：タブレット
------------------------------ */
@media only screen and (max-width: 959px) {
  .m__characteristic-item .only-pc {
    display: none;
  }
}
/* 〜599px：SP
------------------------------ */
@media only screen and (max-width: 599px) {
  .m__characteristic-item .only-pc {
    display: block;
  }
  .org__characteristic-wrap .m__characteristic-item {
    margin-bottom: 40px;
  }
  .org__characteristic-wrap .m__characteristic-item .a__characteristic-title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

/*
    Section: 資料請求・お問い合わせ
--------------------*/

.section-contact {
  background-image: url(../img/emap-lp/bg-contact.png);
  background-position: center top;
  background-size: cover;
  background-repeat: none;
}
.section-contact .container {
  padding: 60px 20px;
}

.section-contact .container .m__section-header {
  margin-bottom: 35px;
}
.section-contact .container .m__section-header .a__section-title {
  margin-bottom: 15px;
}

/*
    Section: EMAPの主なサービス
--------------------*/

.org__service-wrap .m__service-item {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.org__service-wrap .m__service-item .m__service-text {
  padding: 20px;
}
.org__service-wrap .m__service-item .m__service-text .a__service-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}
.org__service-wrap + .org__service-wrap {
  margin-top: 3.3%;
}

/* 〜599px：SP
------------------------------ */
@media only screen and (max-width: 599px) {
  .org__service-wrap .m__service-item {
    margin-bottom: 40px;
  }
  .org__service-wrap .m__service-item .m__service-text .a__service-title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .org__service-wrap + .org__service-wrap {
    margin-top: 0;
  }
}

/*
    Section: EMAPプロダクト機能群
--------------------*/
.section-functions {
  background: #f5f5f5;
}
.org__function-wrap {
  padding: 50px;
  margin-bottom: 80px;
  background: #fff;
}
.org__function-wrap .m__funtion-header {
  text-align: center;
  margin-bottom: 50px;
}
.org__function-wrap .m__funtion-header .a__function-title {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
.org__function-wrap .m__funtion-header .a__function-title span {
  font-size: 2.6rem;
  display: block;
  letter-spacing: 0.1em;
}
.org__function-wrap .m__funtion-header .a__function-title::before {
  content: "";
  width: 55px;
  height: 0;
  border-top: 2px solid;
  border-image: linear-gradient(to right, #f4b13c 0%, #f00 100%);
  border-image-slice: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.m__function-content .m__function-item {
  margin-bottom: 40px;
  display: flex;
}
.m__function-content .m__function-item .a__function-icon {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
.m__function-content .m__function-item .a__function-icon img {
  height: 100%;
  width: 100%;
}
.m__function-content .m__function-item .m__function-text {
  width: calc(100% - 90px);
}
.m__function-content
  .m__function-item
  .m__function-text
  .a__function-item-title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 20px;
}
.m__function-content
  .m__function-item
  .m__function-text
  .a__function-item-title
  span {
  color: #f00;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
}
.m__function-content
  .m__function-item
  .m__function-text
  .a__function-item-title::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 0;
  border-top: 2px solid #ddd;
  left: 0;
  bottom: -10px;
}
.m__function-content
  .m__function-item
  .m__function-text
  .a__function-item-link {
    display: block;
    max-width: 320px;
    margin-top: 30px;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    background-color: #f00;
    color: #FFF;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: .15s;
    overflow: hidden;
    position: relative;
  }
  .m__function-content
  .m__function-item
  .m__function-text
  .a__function-item-link::after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}
.m__function-content
.m__function-item
.m__function-text
.a__function-item-link:hover {
  transform: translateY(2px);
  box-shadow: none;
}
.m__function-content
.m__function-item
.m__function-text
.a__function-item-link:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* 600px〜959px：タブレット
------------------------------ */
@media only screen and (max-width: 959px) {
  .m__function-content .m__function-item {
    width: 100%;
  }
}
/* 〜599px：SP
------------------------------ */
@media only screen and (max-width: 599px) {
  .org__function-wrap {
    padding: 40px 15px;
    margin-bottom: 40px;
  }
  .m__function-content .m__function-item {
    flex-direction: column;
  }
  .m__function-content .m__function-item .a__function-icon {
    display: block;
    margin: 0 auto 20px;
  }
  .m__function-content .m__function-item .m__function-text {
    width: 100%;
    text-align: center;
  }
  .m__function-content
    .m__function-item
    .m__function-text
    .a__function-item-title {
    font-size: 2rem;
  }
  .m__function-content
    .m__function-item
    .m__function-text
    .a__function-item-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .m__function-content .m__function-item .m__function-text p {
    text-align: left;
  }
  .m__function-content .m__function-item .m__function-text .a__function-item-link {
    max-width: 100%;
    margin: 20px auto 0;
    padding: 10px;
  }
  .m__function-content .m__function-item .m__function-text .a__function-item-link:hover {
    transform: translateY(0px);
  }
  .m__function-content .m__function-item .m__function-text .a__function-item-link:hover::after {
    content: none;
  }
}

/*
    Section: ENECHANGE関連サービス
--------------------*/
.org__related-service-wrap .m__related-service-item {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.org__related-service-wrap .m__related-service-item .m__related-service-text {
  padding: 20px;
}
.org__related-service-wrap
  .m__related-service-item
  .m__related-service-text
  .a__related-service-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}

.org__related-service-wrap .a__service-image img {
  width: 100%;
}
/* 〜599px：SP
------------------------------ */
@media only screen and (max-width: 599px) {
  .org__related-service-wrap .m__related-service-item {
    margin-bottom: 40px;
  }
  .org__related-service-wrap
    .m__related-service-item
    .m__related-service-text
    .a__related-service-title {
    font-size: 1.6rem;
  }
}

/*
    Section: 一般的な顧客管理システム構成との対比
--------------------*/
.a__compare-graph {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  height: auto;
}

/*
    Footer
--------------------*/
.org__footer {
  text-align: center;
  padding: 30px 20px 10px;
}
.org__footer .a__footer-copy {
  font-size: 1rem;
}

/*
    Contact
--------------------*/

#container.emap-contact {
  margin-top: 0;
}
#container.emap-contact #main .group {
  padding-top: 50px;
}
