@charset "UTF-8";
body {
  font-size: 15px;
  line-height: 2.0;
}
.sp_br {
  display: none;
}
/* ------------ CONTENTS ------------ */
#contents {
	margin-left: 150px;
}
#contents .content-width {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#contents .link {
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  padding-left: 30px;
}
#contents .link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/creative/icon_link.svg") no-repeat center top/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contents .link span {
  font-size: 28px;
  font-weight: bold;
}
#contents .link::after {
    content: "";
    display: block;
    position: relative;
    left: 2%;
    width: 98%;
    height: 10px;
    z-index: -1;
    transition: left 0.2s;
    top: -0.5em;
    background: #fca400;
}
#contents .link:hover::after{
	left: 2em;
}
/* ------------ TOP ------------ */
#contents #top {
    background: url("../img/younglab/top_bg.jpg") no-repeat center top;
}
#contents #top h1 {
    margin: 20px 0 40px;
}
#contents #top .catch {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #474747;
    padding-top: 295px;
}
#contents #top .educon a {
    display: block;
    position: absolute;
    left: 85px;
    top: 130px;
    z-index: 10;
}
#contents #top .features {
    margin: 60px 0 30px;
    display: flex;
    justify-content: space-between;
}
#contents #top .features li {
    width: 30%;
}
#contents #top .features li dt {
    border: solid 5px #efb652;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    line-height: 64px;
    height: 64px;
    margin-bottom: 20px;
}
#contents #top .features li dt span {
    display: inline-block;
    background: url("../img/younglab/top_features_ttl_bg.gif") repeat-x left 70%;
    padding: 0 0.5rem;
}
#contents #top .features li dd {
    text-align: left;
    padding: 0 0.5rem;
}
/* ------------ FLOW ------------ */
#contents #flow {
    position: relative;
}
#contents #flow h2 {
    width: 622px;
    height: 122px;
    margin: 0 auto;
    padding-top: 52px;
    box-sizing: border-box;
    background: url("../img/younglab/flow_h2_bg.png") no-repeat center top;
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    position: relative;
    z-index: 10;
}

#contents #flow #survey_01 {
    position: relative;
    background-color: #f9cb7b;
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 120px;
}
#contents #flow #survey_02 {
    position: relative;
    background-color: #b6ded6;
    padding-top: 100px;
    padding-bottom: 120px;
}

#contents #flow h3 {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #474747;
    border-bottom: solid 4px #474747;
    margin-bottom: 70px;
}
#contents #flow h3 span {
    display: block;
}
#contents #flow h3 .num {
    font-size: 16px;
    background-color: #FFF;
    border-bottom: none;
    display: inline-block;
    line-height: 1,0;
    padding: 0 20px;
}

#contents #flow .flow-blk {
    width: 570px;
    position: relative;
}
#contents #flow #survey_02 .flow-blk {
    margin-left: 430px;
}
#contents #flow ol li {
    display: flex;
}
#contents #flow li .l-clm {
    width: 230px;
    margin-top: -10px;
}
#contents #flow #survey_01 li:nth-child(4) .l-clm,
#contents #flow #survey_02 li:nth-child(1) .l-clm,
#contents #flow #survey_02 li:nth-child(5) .l-clm,
#contents #flow #survey_02 li:nth-child(6) .l-clm {
    margin-top: -20px;
}
#contents #flow li .r-clm {
    width: 545px;
    position: relative;
     margin-left: 20px;
}
#contents #flow li:first-child .r-clm {
    padding-bottom: 40px;
}
#contents #flow li .r-clm:before {
  content: "";
  display: block;
  width: 10px;
  height: 85%;
  position: absolute;
  left: 0;
  top: 34px;
  background: url("../img/younglab/survey_line.png") repeat-y center top;
}
#contents #flow li .attitude p {
    display: block;
    height: 50px;
    background-color: #FFF;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.2;
}
#contents #flow #survey_01 li:nth-child(4) .attitude p,
#contents #flow #survey_02 li:nth-child(1) .attitude p,
#contents #flow #survey_02 li:nth-child(5) .attitude p,
#contents #flow #survey_02 li:nth-child(6) .attitude p {
    height: 70px;
}
#contents #flow li .attitude p span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    text-align: center;
}
#contents #flow li .attitude p:after  {
    content: "";
    display: block;
    width: 0;
height: 0;
border-style: solid;
border-width: 7px 0 7px 7px;
border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
}
#contents #flow li .product {
    text-align: left;
    padding-bottom: 40px;
}
#contents #flow li:last-child .product {
    padding-bottom: 0;
}
#contents #flow li .product p {
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 15px;
}
#contents #flow li .product p:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    border: solid 2px #000000;
    position: absolute;
    left: 0;
    top: 0.6rem;
}
#contents #flow #survey_01 li .product p:before {
    background-color: #f9cb7b;
}
#contents #flow #survey_02 li .product p:before {
    background-color: #b6ded6;
}
#contents #flow li .product p span {
    position: relative;
    display: block;
    padding-left: 1rem;
}
@media screen and (min-width:1350px) {
	#contents #flow li .product p span {
		white-space: nowrap;
	}
}
#contents #flow li .product p span:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
}
#contents #flow li .product p span.dot:before {
    content: " ・";
}
#contents #flow li.examination .product {
    padding-bottom: 35px;
}
#contents #flow li.examination .product dt:before {
    border: none;
    background-color: #000000;
    left: 2px;
}
#contents #flow li dl.product dt.l-dt {
    margin-top: 40px;
}
#contents #flow li dl.product dt.l-dt:before {
    display: none;
}
#contents #flow li dl.product dd {
    font-size: 14px;
    padding-left: 25px;
}
#contents #flow li dl.product dd p {
    text-align: left;
}
#contents #flow .ph {
    width: 43%;
    height: 680px;
    position: absolute;
    top: 230px;
    left: 57%;
    overflow: hidden;
}
#contents #flow #survey_02 .ph {
    top: 300px;
    left: 0;
}
#contents #flow .ph img {
    width: auto;
    height: 100%;
    max-width: inherit;
}
/* ------------ FACILITATION ------------ */
#facilitation {
    background: url("../img/younglab/facilitation_bg.png") no-repeat center 85px;
    background-color: #f2f2f2;
    padding: 120px 0;
}
#facilitation h2 {
    font-size: 32px;
    color: #474747;
    background: linear-gradient(transparent 60%, #f9cb7b 0%);
    margin-bottom: 30px;
}
#facilitation ul {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
#facilitation ul li {
    width: 200px;
    height: 200px;
    background-color: #FFF;
    position: relative;
}
#facilitation ul li:nth-child(odd) {
    border: solid 8px #f9cb7b;
}
#facilitation ul li:nth-child(even) {
    border: solid 8px #b6ded6;
}
#facilitation ul li p {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    line-height: 1.4;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* ------------ FOOTER ------------ */
#backtoTop{
	background: url("../img/younglab/backtoTop.png") no-repeat 50% 50% / 50px 50px;
}

/*---------------------------------------------
  SmatrPhone/Tablet
---------------------------------------------*/
@media screen and (max-width:1350px) {
	#contents #top{
		background-size: 140vw auto;
	}
	#contents #top .catch{
		padding-top: 20vw;
	}
	#contents #top h1 img{
		max-width: 50vw;
	}
}
@media screen and (max-width:1250px) {
	#contents .content-width{
		max-width: 100%;
	}
	
	#contents #top .features {
		margin: 60px 3% 30px;
	}
	#contents #top .features li{
		width: 31%;
	}
	
	#facilitation ul {
		width: 80vw;
		margin: 5vw auto 0;
	}
	#facilitation ul li{
		width: 16vw;
		height: 16vw;
	}
}
@media screen and (max-width:1200px) {
	#contents .content-width{
		width: auto;
	}
	
	#contents #flow .flow-blk{
		margin-left: 30px;
	}
	#contents #flow .ph{
		width: 30vw;
		width: calc(100vw - 760px);
		left: auto;
		right: 0;
	}
	#contents #flow .ph img{
		position: relative;
		left: calc(90vw - 1360px);
	}
	#contents #flow #survey_02 .flow-blk{
		margin: 0 10px 0 auto;
	}
	#contents #flow #survey_02 .ph{
	}
	#contents #flow #survey_02 .ph img{
		left: calc(90vw - 1280px);
	}
	
	#facilitation h2{
		font-size: 2.5vw;
	}
}
@media screen and (max-width:1000px) {
	#contents {
		margin-left: 0;
	}
  #contents .content-width {
    width: 90%;
  }
    
	#contents #top .features {
		margin: 60px 0 30px;
	}
	#contents #top .features li{
		width: 32%;
	}
	#contents #top .features li dt{
		font-size: 2vw;
		white-space: nowrap;
	}
	
  #contents #flow .flow-blk {
    width: 100%;
    margin: 0 0 12.3vw 10vw !important;
}
#contents #flow .ph {
    width: 100%;
    height: inherit;
    position: relative;
    top: 0;
    left: 0;
}
#contents #flow #survey_02 .ph {
    top: 0;
}
#contents #flow .ph img {
    width: 100%;
    height: auto;
	left: 0 !important;
}
    #facilitation h2 {
    font-size: 24px;
}
#facilitation ul li {
    width: 20vw;
    height: 20vw;
    background-color: #FFF;
    position: relative;
}
    
}
@media screen and (max-width:800px) {
    .pc_br {
  display: none;
}
  .sp_br {
    display: inline;
  }
  
      #contents h2 {
    font-size: 10vw;
    margin-bottom: 5%;
  }
  #contents h2 small {
    font-size: 3vw;
  }
  #contents .blk {
    width: 100%;
  }
/* ------------ TOP ------------ */
#contents #top {
    background: url("../img/younglab/top_bg_sp.jpg") no-repeat center top/contain;
}
#contents #top h1 {
    margin: 1vw auto 42vw;
    width: 78.7vw;
}
    #contents #top h1 img {
        width: 100%;
        height: auto;
    }
#contents #top .catch {
    font-size: 4vw;
    padding-top: 33vw;
}
#contents #top .educon a {
    left: 0;
    top: 6vw;
    width: 10.9vw;
    height: 9.6vw;
}
    #contents #top .educon img {
        width: 100%;
        height: auto;
    }
#contents #top .features {
    margin: 6vw 0 4vw;
    display: block;
}
#contents #top .features li {
    width: 100%;
    margin-bottom: 4vw;
}
#contents #top .features li dt {
    margin-bottom: 2.67vw;
	font-size: 2.5vw;
}
    /* ------------ FLOW ------------ */
#contents #flow {
    position: relative;
}
#contents #flow h2 {
    width: 100%;
    height: 19.6vw;
    padding-top: 9.3vw;
    background: url("../img/younglab/flow_h2_bg.png") no-repeat center top/contain;
    font-size: 4vw;
}

#contents #flow #survey_01 {
    margin-top: -8vw;
    padding-top: 8vw;
    padding-bottom: 16vw;
}
#contents #flow #survey_02 {
    padding-top: 100px;
    padding-bottom: 16vw;
}
    #contents #flow h3 {
    margin-bottom: 9.3vw;
}
#contents #flow .flow-blk {
    width: 100%;
    margin: 0 0 12.3vw 2.5vw !important;
}


/* ------------ FACILITATION ------------ */
#facilitation {
    padding: 16vw 0;
}
#facilitation h2 {
    font-size: 24px;
    margin-bottom: 4vw;
    background: none;
}
#facilitation ul {
    flex-wrap: wrap;
    margin-top: 9.3vw;
}
#facilitation ul li {
    width: 41vw;
    height: 41vw;
    margin-bottom: 4vw;
}
#facilitation ul li:nth-child(odd) {
    border: solid 4px #f9cb7b;
}
#facilitation ul li:nth-child(even) {
    border: solid 4px #b6ded6;
}
#facilitation ul li p {
    font-size: 4vw;
}
}

@media screen and (max-width:660px) {
	#contents #top .features li dt{
		font-size: 4vw;
	}
	#contents #flow .flow-blk {
		 margin: 0 0 12.3vw 0 !important;
	}
}

@media screen and (max-width:480px) {
    body {
        font-size: 4vw;
    }
    #contents #creative .link span {
        font-size: 25px;
    }
    /* ------------ FLOW ------------ */
    #contents #flow h3 {
    font-size: 20px;
}
#contents #flow h3 .num {
    font-size: 12px;
    padding: 0 2.67vw;
}


    
#contents #flow ol li {
    display: block;
}
#contents #flow li .l-clm {
    width: 100%;
}
#contents #flow li .r-clm {
    width: 100%;
     margin-left: 0;
}
#contents #flow li:first-child {
    display: none;
}
#contents #flow li .r-clm:before {
    display: none;
}
    #contents #flow li:last-child .r-clm:after {
        display: none;
    }
    #contents #flow li .attitude p span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    text-align: center;
}
#contents #flow li .attitude p:after  {
border-width: 7px 3.5px 0 3.5px;
border-color: #ffffff transparent transparent transparent;
    right: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(0);
}
    #contents #flow li.examination .attitude {
        margin-bottom: 10%;
    }
#contents #flow li.examination .attitude span:after  {
    display: none;
}
	#contents #flow .attitude span br {
		 display: none;
	}
	#contents #flow #survey_01 li:nth-child(4) .attitude p, #contents #flow #survey_02 li:nth-child(1) .attitude p, #contents #flow #survey_02 li:nth-child(5) .attitude p, #contents #flow #survey_02 li:nth-child(6) .attitude p{
		height: 50px;
	}
    
#contents #flow li .product {
    margin-top: 2%;
    padding-bottom: 10%;
}
#contents #flow li .product p {
    padding-left: 0;
}
#contents #flow li .product p:before {
    display: none;
}  
}