@charset "UTF-8";

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* MV */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_mv .contents_wrapper {
    width: 100%;
    min-height: 750px;
    position: relative;
    margin-top: 230px;
}

#contents_mv .contents_wrapper .contents_inner {
  width: 90%;
  margin: auto;
}

#contents_mv .contents_title {
    width: 95%;
    max-width: 530px;
    z-index: 1;
    top: -13%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#contents_mv .contents_title p {
  color: #005DAC;
  text-align: right;
  width: 95%;
  font-weight: bold;
}

#contents_mv .contents_title h2 {
    font-size: 9.6rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #005DAC;
}

#contents_mv .contents_title_txt {
  text-align: center;
    width: 95%;
    font-size: 2.4rem;
    line-height: 2;
    margin: 120px auto;
}


@media screen and (max-width: 1030px) {

  #contents_mv .contents_wrapper  {
    min-height: auto;
    margin-top: 30%;
  }

}

@media screen and (max-width: 750px) {

  #contents_mv .contents_wrapper  {
    margin-top: 20%;
    padding-top: 30%;
  }

  #contents_mv .contents_title {
    top: 10%;
    max-width: 100%;
  }

  #contents_mv .contents_title p {
    width: 83%;
  }

  #contents_mv .contents_title h2 {
    font-size: 4.8rem;
    text-align: center;
  }

  #contents_mv .contents_title_txt {
    margin: 60px auto 0 auto;
    font-size: 1.5rem;
  }

}

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* WORK STAGE */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_work .contents_wrapper {
  padding: 10px 0 0 0;
}

.faq_head {
  max-width: 845px;
    width: 95%;
    text-align: center;
    font-size: 2.4rem;
    color: #005DAC;
    margin: 100px auto 50px auto;
}

#contents_work p.faq_head:first-of-type {
  margin: 0px auto;
}

.work_flow_area {
  width: 100%;
    max-width: 1016px;
    margin: 10px auto;
}

.work_flow_box {
  width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    color: #000;
    position: relative;
    border-bottom: 4px solid #005DAC;
    margin-bottom: 10px;
}

div.work_flow_area:last-of-type .work_flow_box {
  border-bottom: none;
}

.work_flow_cont_l {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.work_flow_cont_l p {
    margin-bottom: 40px;
    font-size: 2rem;
}

.work_flow_cont_l span {
  font-size: 1.4rem;
    margin-top: 30px;
}

.work_flow_cont_r {
  width: 80%;
    padding: 50px 40px;
}

.work_flow_cont_r h1 {
    font-size: 2rem;
    color: #005DAC;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 30px;
}

.work_flow_cont_r p {
  font-size: 1.4rem;
    line-height: 2;
}

.contents_workArea {
  width: 100%;
    padding: 87px 0 40px 0;
    background: #F7F8F8;
    margin-bottom: 110px;
}

.contents_comment {
    width: 90%;
    max-width: 740px;
    top: 620px;
    margin: auto;
    left: 0;
    right: 0;
}

.contents_comment p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 70px;
}

.contents_comment p.comment_head {
    font-size: 2.0rem;
    color: #005DAC;
    letter-spacing: 0.3em;
    margin: 36px 0 20px 0;
    font-weight: bold;
    text-align: center;
}





@media screen and (max-width: 750px) {

  #contents_work p.faq_head:first-of-type {
    margin: 20px auto 25px auto;
    font-size: 2rem;
  }

  .contents_workArea {
    padding: 50px 0;
    margin-bottom: 60px;
  }

  .contents_comment p.comment_head {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
  }

  .contents_comment p:last-of-type {
    margin-bottom: 0;
  }

  .work_flow_area {
    width: 90%;
    margin: 40px auto;
  }

  .work_flow_box {
    display: block;
    height: auto;
    border-bottom: 2px solid #005DAC;
  }

  .work_flow_cont_l {
    width: 100%;
  }

  .work_flow_cont_l img {
    width: 35%;
    height: auto;
  }

  .work_flow_cont_l span {
    font-size: 1.6rem;
  }

  .work_flow_cont_r {
    width: 90%;
    margin: auto;
    padding: 30px 0 40px 0;
  }

  .work_flow_cont_r h1 {
    font-size: 1.6rem;
    text-align: center;
  }

  div.work_flow_box::after {
    display: none;
  }







}
