@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  lp.css
 style info :  標的型訓練サービス メル訓クラウド コンテンツ部分共通 cssの定義
=================================================================== */
img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
}

/*-------------------------------------------------

メインイメージ

------------------------------------------------*/
.MainImage {
  position: relative;
  background: url("../img/img_mainimage_bg.jpg") center right;
  background-size: cover;
}

.MainImage .floatingCV .inner {
  background-color: rgba(255, 255, 255, 0.8);
}

.MainImage > .inner {
  position: relative;
  z-index: 1;
  padding: 10vh 0 8vh;
}

.MainImage .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  font-weight: 500;
  margin-bottom: 8vh;
}

.MainImage .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.MainImage .TitlArea {
  margin: 0 0 0 0;
  padding: 0 0 0 5%;
  display: block;
  width: 70%;
}

.product_name {
  padding: 0 5% 0 0;
  width: 30%;
}

.product_name img {
  width: 100%;
  max-width: 377px;
}

.topmain_catch {
  position: relative;
  font-size: 32px;
  font-size: calc(17px + .8vw);
  line-height: 1.8;
  display: inline-block;
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: left;
}

.topmain_catch .in {
  position: relative;
  font-size: 1.1em;
  font-weight: 600;
}

@media only screen and (max-width: 1400px) {
  .MainImage > .inner {
    padding: 8vh 0 10vh;
  }
}

@media only screen and (max-width: 980px) {
  .MainImage > .inner {
    padding: 8vh 0 7vh;
  }
  .MainImage .inn {
    display: block;
    margin-bottom: 4vh;
  }
  .TitlArea {
    width: 100%;
    text-align: center;
  }
  .topmain_imgArea {
    width: 100%;
    margin: 30px auto 0;
    /*! text-align: center; */
  }
  .topmain_catch {
    margin-bottom: 20px;
    font-size: calc(17px + .6vw);
  }
  .MainImage::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: RGBA(255, 255, 255, 0.6);
    z-index: 0;
    -webkit-transform: skew(0) translateX(0);
            transform: skew(0) translateX(0);
  }
}

@media only screen and (max-width: 690px) {
  .MainImage .inn {
    margin-bottom: 30px;
  }
  .MainImage .wrap {
    display: block;
  }
  .MainImage .TitlArea {
    padding: 0 5% 0 5%;
    width: 100%;
  }
  .product_name {
    padding: 0 5% 0 5%;
    width: 50%;
    margin: 0 auto 0 auto;
  }
  .product_name img {
    width: 100%;
    max-width: 377px;
  }
}

/*-------------------------------------------------

企業成長を加速するトータルソリューション
純国産ERP Biz∫

------------------------------------------------*/
.selectBlocks {
  position: relative;
  background-color: #F6F9FA;
  padding-bottom: 40px;
  z-index: 0;
}

.selectBlocks::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 100px 0 100px;
  border-color: #F6F9FA transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.selectBlocks .inner {
  padding: 5vh 0;
}

.selectBlocks h3 {
  display: block;
  color: #333333;
}

.selectBlocks h3 strong {
  color: #951B1E;
  display: block;
  font-size: 60px;
  font-size: calc(36px + 1.24vw);
}

.selectBlocks .col {
  background-color: #FFF;
  border: 1px solid #E4E4ED;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 0;
  margin: 0 0 2rem 0;
}

.selectBlocks .col div {
  padding: 2rem 2rem 2rem 2rem;
  width: 60%;
}

.selectBlocks .col figure {
  width: 35%;
  overflow: hidden;
}

.selectBlocks .col figure img {
  display: block;
}

.selectBlocks .col h4 {
  color: #951B1E;
  font-size: 28px;
  font-size: calc(18px + .5vw);
}

.selectBlocks .col p {
  padding: 1em 0 0 0;
}

.selectBlocks .col ol {
  counter-reset: item;
  margin: 1.5em 0 0 1.5em;
}

@media only screen and (max-width: 980px) {
  .selectBlocks .col {
    display: block;
  }
  .selectBlocks .col figure {
    width: 100%;
  }
  .selectBlocks .col div {
    width: 100%;
    padding: 2rem 2rem 2rem 2rem;
  }
}

/*-------------------------------------------------

アプリケーション基盤を共通化し企業情報の一元管理・内部統制強化

------------------------------------------------*/
.bizBox {
  position: relative;
}

.bizBox.__end {
  padding-bottom: 80px;
}

.bizBox.__end p + p {
  margin-top: 1em;
}

.bizBox:not(.reverse) {
  padding-bottom: 3vh;
}

.bizBox:not(.reverse) .fl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bizBox {
  background-image: url("../img/biz_box_bg02.png");
  background-repeat: no-repeat;
  background-position: top 40% right;
  background-size: 85%;
}

.bizBox .imageBox {
  width: 45%;
}

.bizBox .imageBox figure {
  margin: 0 0 0 -50%;
}

.bizBox.reverse {
  background-image: url("../img/biz_box_bg01.png");
  background-repeat: no-repeat;
  background-position: top 40% left;
  background-size: 85%;
}

.bizBox.reverse .imageBox {
  width: 40%;
}

.bizBox.reverse .imageBox figure {
  margin: 0 0 0 0;
}

.bizBox.reverse .imageBox img {
  max-width: 522px;
}

.bizBox .col.textBox {
  width: 50%;
}

.bizBox .col.textBox h4 {
  color: #951B1E;
  margin: 0 0 1em 0;
  font-size: 2.0rem;
  font-size: 20px;
}

.bizBox .col.textBox p {
  margin: 0 0 2em 0;
}

.bizBox .col.textBox p.num {
  margin: 0 0 0 0;
}

.bizBox .col.imageBox h3 {
  background: #474A65;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-size: 18px;
}

.bizBox .col.imageBox p {
  margin: 0 0 2em 0;
}

.bizBox .col.imageBox figure + h3 {
  margin-top: 2em;
}

.bizTitle {
  position: relative;
  z-index: 1;
}

.bizTitle h3 {
  color: #333333;
}

.bizTitle h3 span {
  display: block;
  color: #951B1E;
}

.bizTitle .inner {
  padding: 8vh 0;
}

@media only screen and (max-width: 690px) {
  .bizTitle .inner {
    padding: 6vh 0;
  }
}

.bizBox .inner {
  padding: 4em 0;
}

.bizBox .fl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bizBox .col {
  position: relative;
  width: 45%;
}

.bizBox .col .noteList {
  padding: 2em 0 0 0;
  list-style: none;
  text-decoration: none;
}

.bizBox .inn {
  position: relative;
}

.bizBox .HTitl {
  color: #951B1E;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 3px solid #DDDDDD;
  margin-bottom: 20px;
}

.bizBox p.num {
  font-size: 120px;
  line-height: 1;
  color: rgba(149, 27, 30, 0.1);
  font-family: 'Helvetica', sans-serif;
  font-size: calc(65px + 5.8vw);
}

.bizBox .foto {
  position: relative;
  padding: 0  0 0 0;
  margin: 0 0 0 0;
}

.bizBox .foto img {
  display: block;
  width: 100%;
  margin: 0 0 0 0;
}

.bizBox.reverse .foto {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 0;
}

.bizBox.reverse .foto img {
  display: block;
  width: 100%;
  margin: 0 0 0 0;
}

.bizBox.reverse .foto::after {
  right: -20vw;
  left: auto;
}

.bizBox .bttn {
  display: none;
}

@media only screen and (max-width: 980px) {
  .bizTitle .inner {
    padding: 5vh 0 3vh 0;
  }
  .bizBox .num {
    font-size: 100px;
    font-size: 10vw;
  }
  .bizBox .fl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bizBox .imageBox {
    width: 45%;
  }
  .bizBox .imageBox figure {
    margin: 0 0 0 0;
    width: 100%;
  }
  .bizBox.reverse .imageBox {
    width: 40%;
  }
  .bizBox.reverse .imageBox img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 690px) {
  .bizBox .imageBox img {
    margin: 0 auto 0 auto;
  }
  .bizBox .reverse .imageBox img {
    margin: 0 auto 0 auto;
    max-width: auto;
  }
  .bizBox .inner {
    padding: 2em 0;
  }
  .bizBox .col.textBox {
    width: 100%;
  }
  .bizBox .col.imageBox {
    width: 100%;
  }
  .bizBoxWrap {
    background-size: 150%,150%;
    background-position: top 25% left, bottom 35% right;
  }
  .bizBox.__end {
    margin-bottom: 0;
  }
  .bizBox:not(.reverse) {
    margin-bottom: 0;
  }
  .bizBox::after,
  .bizBox.reverse::after {
    display: none;
  }
  .bizBox .col {
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
  }
  .bizBox .inn {
    top: 0;
  }
  .bizBox .foto {
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
    top: 0;
  }
  .bizBox .foto img {
    max-width: 100vw;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0 auto;
  }
  .bizBox .num {
    position: static;
  }
}

/*-------------------------------------------------

機能紹介

------------------------------------------------*/
.functionBlocks {
  position: relative;
}

.functionBlocks h3 {
  color: #951B1E;
}

.functionBlocks h4 {
  color: #951B1E;
  font-size: 32px;
  font-size: calc(17px + .8vw);
  text-align: center;
  margin: 0 0 20px 0;
}

.functionBlocks .functionBox {
  position: relative;
}

.functionBlocks .functionLinksSp li a {
  display: block;
  padding: 0 0 10px 0;
}

.functionBlocks .functionLinksSp .box3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0 0;
}

.functionBlocks .functionLinksSp .box3column li {
  padding: 0 0 0 2%;
}

.functionBlocks .functionLinksSp .box3column li:first-child {
  padding-left: 0;
}

.functionBlocks .functionLinks {
  position: relative;
  padding-top: 41.6666%;
}

.functionBlocks .functionLinks li {
  position: absolute;
}

.functionBlocks .functionLinks li:hover .description {
  display: block;
}

.functionBlocks .functionLinks li .description {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.6em;
  color: #fff;
  background: #2B2C42;
  width: 280px;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.functionBlocks .functionLinks li .description:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #2B2C42;
  margin-left: -15px;
}

.functionBlocks .functionLinks .link01 {
  left: 0;
  top: 0;
  width: 33.33%;
}

.functionBlocks .functionLinks .link02 {
  left: 0;
  top: 31.6%;
  width: 33.33%;
}

.functionBlocks .functionLinks .link03 {
  left: 34.16%;
  top: 0;
  width: 25%;
}

.functionBlocks .functionLinks .link04 {
  left: 34.16%;
  top: 21.2%;
  width: 25%;
  height: 19.8%;
}

.functionBlocks .functionLinks .link05 {
  left: 34.16%;
  top: 42.4%;
  width: 25%;
}

.functionBlocks .functionLinks .link06 {
  left: 60%;
  top: 0;
  width: 12.7%;
}

.functionBlocks .functionLinks .link07 {
  left: 73.5%;
  top: 0;
  width: 12.7%;
}

.functionBlocks .functionLinks .link08 {
  left: 87.1%;
  top: 0;
  width: 12.7%;
}

.functionBlocks .functionLinks .link09 {
  left: 87.1%;
  top: 34%;
  width: 12.7%;
}

.functionBlocks .functionLinks .link10 {
  left: 87.1%;
  top: 68%;
  width: 12.7%;
  height: 32.72%;
}

.functionBlocks .functionLinks .link11 {
  left: 0;
  top: 64%;
  width: 15.8%;
}

.functionBlocks .functionLinks .link12 {
  left: 16.6%;
  top: 64%;
  width: 56%;
}

.functionBlocks .functionLinks .link13 {
  left: 16.6%;
  top: 83%;
  width: 69.5%;
}

.functionBlocks .inner {
  padding: 5vh 0;
}

/*-------------------------------------------------

プロフェッショナルサービス

------------------------------------------------*/
.professionalService h3.HTitl {
  color: #951B1E;
}

.professionalService .inner {
  padding: 5vh 0 5vh;
}

.professionalService .professionalBox {
  position: relative;
}

.professionalService .professionalBox .wrap {
  min-height: 30%;
}

.professionalService .professionalBox .inner {
  padding: 0 25% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}

.professionalService .professionalBox .inner:before {
  position: absolute;
  display: block;
  content: "";
  height: calc(100% - 25px);
  width: 54px;
  left: 0;
}

.professionalService .professionalBox .inner:after {
  position: absolute;
  display: block;
  content: "";
  line-height: 1;
  width: 0;
  height: 0;
  bottom: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 25px 26px;
  border-top-color: currentColor;
  border-bottom: 0;
}

.professionalService .professionalBox .arrowText {
  min-width: 54px;
  width: 54px;
  height: 100%;
  text-align: center;
  position: relative;
  padding: 4vh 0 0 0;
}

.professionalService .professionalBox dl {
  padding: 4vh 0 4vh 2em;
}

.professionalService .professionalBox dt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.professionalService .professionalBox.sec01 {
  background: url("../img/bg_professional_01.jpg") left bottom no-repeat;
  background-size: cover;
  color: #FFFFFF;
}

.professionalService .professionalBox.sec01 .wrap {
  background: url("../img/img_professional_01.png") right top no-repeat;
  background-size: 45% auto;
}

.professionalService .professionalBox.sec01 .inner:before {
  background: #DC676A;
}

.professionalService .professionalBox.sec01 .inner:after {
  color: #DC676A;
}

.professionalService .professionalBox.sec01 dd {
  min-height: 6.7em;
}

.professionalService .professionalBox.sec02 {
  background: url("../img/bg_professional_02.jpg") left bottom no-repeat;
  background-size: cover;
}

.professionalService .professionalBox.sec02 .wrap {
  background: url("../img/img_professional_02.png") right top no-repeat;
  background-size: 45% auto;
}

.professionalService .professionalBox.sec02 .arrowText {
  color: #FFFFFF;
}

.professionalService .professionalBox.sec02 .inner:before {
  background: #B6393C;
}

.professionalService .professionalBox.sec02 .inner:after {
  color: #B6393C;
}

.professionalService .professionalBox.sec02 dd {
  min-height: 4em;
}

.professionalService .professionalBox.sec03 {
  background: url("../img/bg_professional_03.jpg") left bottom no-repeat;
  background-size: cover;
  color: #FFFFFF;
}

.professionalService .professionalBox.sec03 .wrap {
  background: url("../img/img_professional_03.png") right top no-repeat;
  background-size: 45% auto;
}

.professionalService .professionalBox.sec03 .inner:before {
  background: #951B1E;
}

.professionalService .professionalBox.sec03 .inner:after {
  color: #951B1E;
}

.professionalService .professionalBox.sec03 dd {
  min-height: 7.8em;
}

@media only screen and (max-width: 1200px) {
  .professionalService .professionalBox .inner {
    padding: 0 50% 0 0;
  }
}

@media only screen and (max-width: 980px) {
  .professionalService {
    background-size: 150%,150%;
  }
  .professionalService .leadtitl {
    margin: 0 0 30px 0;
  }
  .professionalService .professionalBox .inner {
    padding: 0 0 0 0;
  }
  .professionalService .professionalBox dt {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .professionalService .professionalBox.sec01 .wrap {
    background: none;
  }
  .professionalService .professionalBox.sec01 dd {
    min-height: 2em;
  }
  .professionalService .professionalBox.sec02 .wrap {
    background: none;
  }
  .professionalService .professionalBox.sec02 dd {
    min-height: 2em;
  }
  .professionalService .professionalBox.sec03 .wrap {
    background: none;
  }
  .professionalService .professionalBox.sec03 dd {
    min-height: 2em;
  }
}

/*-------------------------------------------------

資料ダウンロード

------------------------------------------------*/
.dlBlocks {
  background: #FDFDFE url("../img/dlblocks_bg.png") left bottom no-repeat;
  background-size: 100%;
}

.dlBlocks h3 {
  color: #951B1E;
}

.dlBlocks .inner {
  padding: 4em 0;
}

.dlBlocks .fl {
  padding: 3em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 0 10px #DDD;
          box-shadow: 0 0 10px #DDD;
  border-radius: 10px;
  background-color: #FFF;
}

.dlBlocks .fl figure img {
  max-width: 400px;
}

.dlBlocks .fl figure img + img {
  margin-top: 20px;
}

.dlBlocks .col {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dlBlocks .col:last-child {
  width: 60%;
  margin-left: 60px;
}

@media only screen and (max-width: 980px) {
  .dlBlocks .fl {
    padding: 1em;
    display: block;
  }
  .dlBlocks .col,
  .dlBlocks .col:last-child {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .dlBlocks .foto img {
    max-width: 300px;
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .dlBlocks {
    background: #FFF;
  }
  .dlBlocks .inner {
    padding: 1em 0 3em;
  }
}

/*-------------------------------------------------

お問い合わせ

------------------------------------------------*/
.contactBlocks h3.HTitl {
  color: #951B1E;
}

.contactBlocks .inner {
  padding: 4em 0;
}

/*-------------------------------------------------

thanks_dl

------------------------------------------------*/
.thanks .downloadBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5em 10vw 0 10vw;
  padding: 0  0 0 0;
}

.thanks .downloadBox figure {
  width: 50%;
  padding: 0 20px 0 0;
}

.thanks .downloadBox figure img {
  width: 100%;
}

.thanks .downloadBox div {
  width: 50%;
  padding: 0 0 0 20px;
}

.thanks .downloadBox div p a {
  text-decoration: underline;
}

.thanks .downloadBox div div {
  width: 100%;
  margin: 2em 0 0 0;
  padding: 0 0 0 0;
}

.thanks .downloadBox div div a {
  width: 350px;
  font-size: 24px;
  font-size: calc(17px + .36vw);
  display: inline-block;
  border: 2px solid #951B1E;
  padding: 20px 60px;
  color: #FFFFFF;
  background: #951B1E;
  border-radius: 100px;
}

.thanks .downloadBox div div a:hover {
  background: #FFFFFF;
  text-decoration: none;
  color: #951B1E;
}

.thanks .downloadBox + .downloadBox {
  border-top: #CCCCCC 1px solid;
  padding-top: 5em;
}

@media only screen and (max-width: 980px) {
  .thanks .downloadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    margin: 2em 0 0 0;
    padding: 0 5vw 0 5vw;
  }
  .thanks .downloadBox figure {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
  }
  .thanks .downloadBox figure img {
    width: 80%;
  }
  .thanks .downloadBox div {
    width: 100%;
    padding: 2em 0 0 0;
  }
  .thanks .downloadBox div p a {
    text-decoration: underline;
  }
  .thanks .downloadBox div div {
    width: 100%;
    margin: 2em 0 0 0;
    padding: 0 0 0 0;
  }
  .thanks .downloadBox div div a {
    width: 280px;
  }
}
