/* MAIN VISUAL
--------------------------- */
#main_image_area_src {
  width:100%;
  background-color: #e5f8f3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow:hidden;
}

/* -- PC -- */
@media screen and (min-width: 768px) {
  #main_image_area_src {
    position:relative;
    height: 800px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  #main_image_area_src {
    position:relative;
    height: 600px;
  }
}

#mv_text_area {
  position:absolute;
  width:96%;
  text-align: center;
}
#mv_text_area strong{
  font-weight: bold;
  color: #fff;
  text-shadow: 
  #337d6a 2px 0px,  #337d6a -2px 0px,
  #337d6a 0px -2px, #337d6a 0px 2px,
  #337d6a 2px 2px , #337d6a -2px 2px,
  #337d6a 2px -2px, #337d6a -2px -2px,
  #337d6a 1px 2px,  #337d6a -1px 2px,
  #337d6a 1px -2px, #337d6a -1px -2px,
  #337d6a 2px 1px,  #337d6a -2px 1px,
  #337d6a 2px -1px, #337d6a -2px -1px;
}
/* -- PC -- */
@media screen and (min-width: 768px) {
  #mv_text_area {
    top: 300px;
  }
  #mv_text_area strong{
    font-size: 50px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  #mv_text_area {
    top: 240px;
  }
  #mv_text_area strong{
    font-size: 20px;
  }
}

/* ///////////////////////////////////////////////////// */

/* SECTION PADDING
--------------------------- */
/* -- PC -- */
@media screen and (min-width: 768px) {
  .ContentBody{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  .ContentArea .ContentBody{
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

/* 私たちの強み
--------------------------- */
@media screen and (max-width: 767px) {
  #pb_strength img{
    width: 200px;
  }
}


/* 事業内容
--------------------------- */
section#our_business_area {
  position: relative;
  background: url(/img/fm/sk01/home/bg-business.jpg) center center no-repeat;
  background-size: cover;
}

/* -- PC -- */
@media screen and (min-width: 768px) {
  section#our_business_area { background-attachment: fixed; }

  .CardWrap{
    display: flex;
    margin-bottom: 70px;
    padding: 0;
    width: 100%;
  }
  .CardWrap:last-child{
    margin-bottom: 0;
  }
  .CardWrap.Reverse{
    flex-direction: row-reverse;
  }

  .CardWrap .ImageBox_ {
    z-index: 1;
    width: 55%;
  }
  .CardWrap .ImageBox_ img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .CardWrap .PB_ {
    z-index: 2;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    margin-top: 5%;
    margin-left: -5%;
    padding: 50px;
    width: 55%;
  }
  .CardWrap.Reverse .PB_{
    margin-left: 0;
    margin-right: -5%;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  .CardWrap{
    display: block;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
  }
  .CardWrap .ImageBox_ {
    width: 100%;
    margin-bottom: 0;
    line-height: 0;
  }
  .CardWrap .ImageBox_ img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}


/* ご依頼の流れ
--------------------------- */
.FlowHdgMgn {
  margin-bottom: 70px;
}

#pb_flow_area .SetBox_ {
  padding-top: 50px;
  overflow: visible;
}
#pb_flow_area .HeadingBox_ {
  position:absolute;
  top: -34px;
  left: 30px
}
#pb_flow_area .HeadingBox_ img {
  width: auto;
  height: 100px;
}
/* -- PC -- */
@media screen and (min-width: 768px) {
  #pb_flow_area .SetBox_ {
    min-height: 400px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  #pb_flow_area .SetBox_ {
    margin-bottom: 60px;
  }
}


/* よくあるご質問
--------------------------- */
/* -- PC -- */
@media screen and (min-width: 768px) {
  #pb_faq_area {
    padding: 50px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  #pb_faq_area {
    padding: 20px 30px;
  }
}

#pb_faq_area .SetBox_ {
  padding: 20px 0px 30px;
}
.QA_Q {
  padding: 3px 0px 10px 70px;
  background:  url(/img/fm/sk01/style/faq-q.png) no-repeat 0px 0px;
}
.QA_A {
  padding: 7px 0px 15px 70px;
  background: url(/img/fm/sk01/style/faq-a.png) no-repeat 0px 0px;
}

