/*****************************************

SP表示

*****************************************/
/*
common
----------------------------------------------------------*/
.block {
  margin-bottom: 50px;
}

/*
.main_block
----------------------------------------------------------*/
.main_block{
  margin-bottom: 40px;
}

/*
.projectstory_block
----------------------------------------------------------*/
.projectstory_block{
/*  color: #fff;*/
}
.projectstory_mov {
  margin-bottom: 35px;
}
.projectstory_catch {
  text-align: center;
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.projectstory_project {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  line-height:1.5em;
}
.projectstory_name {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}

/*
.project_member
----------------------------------------------------------*/
.project_member{
  background-color: #f0f5f7;
  padding: 40px 10px 10px;
}
.project_member_ttl{
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  margin: 0 auto 40px;
}
.project_member_ttl span{
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
.project_member_person{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 250px;
}
.project_member_thumb{
  width: 40%;
}
.project_member_thumb img{
  max-width: 140px;
  margin-bottom: 40px;
}
.project_member_data {
  margin:  0 0 40px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.project_member_name {
  font-size: 1.6rem;
  padding-bottom: 5px;
}
.project_member_job {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.project_member_note {
  font-size: 1rem;
  line-height: 1.5;
}
.project_member_cover {
    width: 90%;
    margin: 0 auto;
}
.project_member_column {
    display: block;
}
.project_member_cover .project_member_person {
    width: 100%;
}
.project_member_thumb .thumb_lohaco-water {
    width: 50px;
}

/* .project_member_layout_lohaco */
.project_member_layout_lohaco{
  background-color: #fff;
  max-width: 280px;
  margin: 0 auto 20px;
  padding: 30px 0 0;
}
.project_member_layout_lohaco .project_member_logo{
  text-align: center;
}
.project_member_layout_lohaco .project_member_logo img{
  width: auto;
  height: 60px;
  margin-bottom: 40px;
}

/* .project_member_layout_robot */
.project_member_layout_robot{
  background-color: #fff;
  max-width: 280px;
  margin: 0 auto 20px;
  padding: 30px 0 0;
}
.project_member_layout_robot .project_member_logo{
  text-align: center;
}
.project_member_layout_robot .project_member_logo img{
  width: auto;
  height: 60px;
  margin-bottom: 40px;
}


/*
.txt_block
----------------------------------------------------------*/
.txt_block{
  margin-bottom: 40px;
}
.block_num {
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
.block_num .current {
  font-weight: 300;
}
.txt_ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 1em;
}
.txt_body {
  font-size: 1.2rem;
  line-height: 1.866;
}
.txt_body.interview{
  color: #698891;
}
.txt_body .base{
  color: #333333;
}


/*
.method
----------------------------------------------------------*/
.method{
  background-color:#f0f5f7;
  padding: 30px 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.method_ttl {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.method_ttl span {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
.method_txt {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.method_process {
}
.method_process_item{
  margin-bottom: 20px;
}
.method_process_item dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.method_process_ttl {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  width: 101px;
  height: 101px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.method_process_item:not(:last-child) .method_process_ttl{
  margin-bottom: 50px;
}
.method_process_item:not(:last-child) .method_process_ttl:after {
  content: "";
  width: 6.5px;
  height: 50px;
  background-image: url(../img/projectstory/icon_arrow_tb.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 110px;
  left: 47px;
}
.method_process_ttl span {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
.method_process_txt {
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


/*
.pic_block
----------------------------------------------------------*/
.pic_block{}
.pic_block img{
  margin-bottom: 10px;
}
.pc_fit2 img{
  padding: 0 10px;
}


/*
.youtube_block
----------------------------------------------------------*/
.youtube_block{}
.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}
.hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.youtube_caption{
  font-size: 1.2rem;
  margin-top: 10px;
}


/*
.pagefeed
----------------------------------------------------------*/
.pagefeed {
}
.pagefeed_ttl{
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
  margin-top:80px;
}
.pagefeed_project{
  margin-bottom: 40px;
}
.pagefeed_data{
  text-align: center;
  margin-top: 15px;
}
.pagefeed_data_catch {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.pagefeed_data_project {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #b4b4b4;
  margin-bottom: 8px;
}
.pagefeed_data_name {
  font-size: 1.2rem;
  line-height: 1.5;
}


/*****************************************

PC表示

*****************************************/
@media screen and (min-width:740px) {
  /*
  common
  ----------------------------------------------------------*/
  .block {
    margin-bottom: 100px;
  }
  /*
  .main_block
  ----------------------------------------------------------*/

  /*
  .projectstory_block
  ----------------------------------------------------------*/
  .projectstory_block{
    position: relative;
  }
  .projectstory_mov {
    margin-bottom: 35px;
  }
  .projectstory_catch {
    position: absolute;
    bottom: 47.5%;
    width: 100%;
    font-size: 7rem;
    color: #fff;
  }
  .projectstory_catch-small {
      font-size: 5rem;
  }
  .projectstory_project {
    position: absolute;
    top:56%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    font-size: 1.4rem;
    /*background-color: #f0f5f7;*/
	border:solid 1px #FFFFFF;
    padding: 0.5em 1em;
    white-space: nowrap;
	color:#FFFFFF;
  }
  .projectstory_name {
    position: absolute;
    top:67.5%;
    width: 100%;
    font-size: 3.6rem;
    color: #fff;
  }

  /*
  .project_member
  ----------------------------------------------------------*/
  .project_member{
    padding: 50px 0;
    margin: -35px 2% 0;
  }
  .project_member_ttl{
    font-size: 2rem;
    margin: 0 auto 50px;
  }
  .project_member_layout_askul{
    width: 766px;
    margin: 0 auto 30px;;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .project_member_person{
    margin: 0;
    width: 36.3%;
    max-width: none;
  }
  .project_member_thumb,
  .project_member_thumb img{
    width: 140px;
    margin-bottom: 0;
  }
  .thumb_lohaco,
  .thumb_lohaco img {
    width: 130px;
  }
  .thumb_robot,
  .thumb_robot img {
    width: 98px;
  }
  .project_member_data {
    margin:  0 0 0 10px;
  }
  .project_member_name {
    font-size: 2rem;
    letter-spacing: 0.16em;
    padding-bottom: 10px;
  }
  .project_member_job {
    padding-bottom: 5px;
  }
  .project_member_note {
    font-size: 1rem;
    line-height: 1.5;
  }
  .project_member_cover {
    width: 70%;
    margin: 0 auto;
}
.project_member_column {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 3em 0;
}
.project_member_cover .project_member_person {
    width: 46%;
}
.project_member_thumb .thumb_lohaco-water {
    width: 140px;
}

  /* .project_member_layout_lohaco */
  .project_member_ttl + .project_member_layout{
    /*width: 79.67%;*/
    width: 955px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .project_member_layout_lohaco{
    background-color: #fff;
    width: 49.16%;
    max-width: none;
    margin: 0 0 20px;
    padding: 30px 0 20px;
  }
  .project_member_layout_lohaco .project_member_logo{
    text-align: center;
  }
  .project_member_layout_lohaco .project_member_logo img{
    width: auto;
    height: 83px;
    margin-bottom: 20px;
  }
  .project_member_layout_lohaco .project_member_person{
    width: 77.45%;
    margin: 0 auto 30px;
  }
  .project_member_layout_lohaco + .project_member_layout_lohaco .project_member_person{
    width: 58.72%;
  }

  /* .project_member_layout_lohaco */
  .project_member_layout_robot{
    background-color: #fff;
    width: 49.16%;
    max-width: none;
    margin: 0 0 20px;
    padding: 30px 0 20px;
  }
  .project_member_layout_robot .project_member_logo{
    text-align: center;
  }
  .project_member_layout_robot .project_member_logo img{
    width: auto;
    height: 83px;
    margin-bottom: 20px;
  }
  .project_member_layout_robot .logo-mujin img {
    height: 50px;
    margin: 8px 0 42px;
  }
  .project_member_layout_robot .project_member_person{
    width: 77.45%;
    margin: 0 auto 30px;
  }
  .project_member_layout_robot + .project_member_layout_robot .project_member_person{
    width: 65.72%;
  }

  /*
  .txt_block
  ----------------------------------------------------------*/
  .txt_block{
    margin-bottom:100px;
  }
  .block_num {
    font-size: 1.4rem;
    margin-bottom: 0;
    height: 0;
  }
  .block_num .current {
    font-size: 4.6rem;
  }
  .txt_ttl {
    font-size: 3.2rem;
    margin-top: -0.3em;
  }
  .txt_body {
    font-size: 1.5rem;
    line-height: 2;
  }

  /*
  .method
  ----------------------------------------------------------*/
  .method{
    width: 761px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 60px;
  }
  .method_ttl {
    font-size: 2rem;
  }
  .method_txt {
    font-size: 3.4rem;
    line-height: 1.53;
    text-align: center;
  }
  .method_process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .method_process_item{
    margin-bottom: 20px;
    width: 170px;
  }
  .method_process_item dl{
    display: block;
  }
  .method_process_ttl {
    font-size: 1.6rem;
    width: 109px;
    height: 109px;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .method_process_item:not(:last-child) .method_process_ttl{
    margin-bottom: 20px;
  }
  .method_process_item:not(:last-child) .method_process_ttl:after {
    width: 88px;
    height: 7px;
    background-image: url(../img/projectstory/icon_arrow_lr.png);
    top: 54px;
    left: 124px;
  }
  .method_process_txt {
    font-size: 1.3rem;
    line-height: 1.62;
    letter-spacing: 0.06;
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  /*
  .pic_block
  ----------------------------------------------------------*/
  .pic_block{}
  .pic_block img{
    margin-bottom: 0;
  }
  .pic_block.pc_fit .col:first-child{
    margin-left: 0;
  }
  .pic_block.pc_fit .col:last-child{
    margin-right: 0;
  }
  .pic_block.pc_fit .col_7{
    width: 57.5%;
  }
  .pic_block.pc_fit .col_6{
    width: 49.4%;
  }
  .pic_block.pc_fit .col_5{
    width: 41.3%
  }
  .pc_fit2 img{
    padding: 0;
  }

  /*
  .youtube_block
  ----------------------------------------------------------*/
  .youtube_caption{
    font-size: 1.5rem;
    margin-top: 20px;
  }

  /*
  .pagefeed
  ----------------------------------------------------------*/
  .pagefeed {
    margin-left: 2%;
    margin-right: 2%;
  }
  .pagefeed_ttl{
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .pagefeed_project{
    margin-bottom: 0;
  }
  .pagefeed_data{
    margin-top: 25px;
  }
  .pagefeed_group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-around;
  }
  .pagefeed_project{
    width: 49.39%;
  }


}/* end @media */
