@charset "UTF-8";

/* ! CSSの構成 ○○とは ================================================== 

ページヘッド
サービスせつめい

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

main {
  background: #F2F3F9;
}
main > .container > section {
  margin: 60px 0 0;
}
main > .container > section + section {
  margin: 100px 0 0;
}
.container {
  max-width: 1280px;
}

/* 背景色調整 */
.page_head.sekokhan + main {
  padding: 0 0 100px;
}
.page_head.sekokhan + main .bg_gray{
  background: #e8e8e8;
}
.page_head.sekokhan + main .tech_about{
  padding: 40px 0 0;
}



/* ! ページヘッド ================================================== */
.page_head {
  color: #fff;
  height: 450px;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}
.page_head:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6) url(../img/bg_pattern.svg) repeat center center;
  background-size: 2px 2px ;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .8;
}
.page_head .container {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
}
.page_head .text{
  text-align: center;
  position: relative;
  z-index: 2;  
}
.page_head .text h1 {
  margin: 0 0 32px;
}
.page_head .text p {
  font: 800 16px/1.7em 'Hiragino Sans', sans-serif;
}
.page_head .text [class*="btnarea"] {
  margin: 60px 0 0;
}
.page_head .text [class*="btn_"] {
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.page_head .text [class*="btn_"]:before {
  content: "";
  display: block;
  width: 80%;
  height: 3px;
  background: #e40351;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  transform: translate(-50% , -50%);
}
.page_head .text [class*="btn_"]:after {
  content: "TATSUJIN利用企業4000店舗達成キャンペーン 11月末まで";
  color: #fff;
  font: 700 12px/1em 'Hiragino Sans', sans-serif;
  text-align: center;
  padding: 8px;
  background: #e40351;
  width:  360px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50% , -100%);
  -ms-transform: translate(-50% , -100%);
  transform: translate(-50% , -100%);
}
.page_head.sekokhan .text [class*="btn_"]:after{
  background: #004391;
}

.page_head.kushitsutaisakun .text [class*="btn_"]:after{
  display: none;
}

.page_head.cijoe .text [class*="btn_"]:before,
.page_head.cijoe .text [class*="btn_"]:after{
  display: none;
}



@media screen and (max-width: 480px){
  .page_head .text p {
    font: 700 14px/1.7em 'Hiragino Sans', sans-serif;
  }
  .page_head .text [class*="btn_"]{
    padding: 1em 2em;
  }
}



/* 個別 */
.page_head{ 
  background-position: top -40px right 6vw !important;
  background-repeat: no-repeat !important;
}
.page_head.kyouikun {
  background: #d0afd1 url(../img/character/img_kyouikun.svg);
  background-size: 600px 1000px !important;
 }
.page_head.tourokun {
  background: #36a0e9 url(../img/character/img_tourokun.svg);
  background-size: 600px 1000px !important;
}
.page_head.gaiheking {
  background: #f2bc00 url(../img/character/img_gaiheking.svg);
  background-size: 600px 1000px !important;
  background-position: top 0px right 6vw !important;
}
.page_head.kirokun {
  background: #ef8988 url(../img/character/img_kirokun.svg);
  background-size: 600px 1000px !important;
}
.page_head.chintaicho {
  background: #eaeaea url(../img/character/img_chintaicho.svg);
  background-size: 600px 1000px !important;
}

.page_head.manshitsu {
  background: #42bdd8 url(../img/character/img_manshitsu.svg);
  background-size: 600px 1000px !important;
}
.page_head.renotta {
  background: #464140 url(../img/character/img_renotta.svg);
  background-size: 600px 1000px !important;
}
.page_head.kushitsutaisakun {
  background: #4C884C url(../img/character/img_kushitsutaisakun.svg);
  background-size: 1000px 1500px !important;
  background-position: top -295px right -6vw !important;
}
.page_head.sekokhan {
  background: #d6eefb url(../img/character/img_sekokhan.svg);
  background-size: 600px 1020px !important;
  background-position: top -75px right -6vw !important;
}
.page_head.cijoe {
  background: #113836 url(../img/character/img_cijoe.svg);
  background-size: 600px 1000px !important;
  background-position: top -75px right -6vw !important;
}

.page_head.recruitaro {
  background: #EA3F8C url(../img/character/img_recruitaro.svg);
  background-size: 600px 1000px !important;
}

@media screen and (max-width: 420px){
  .page_head.kushitsutaisakun {
  background-position: top -295px right -25vw !important;
}
}

/* 施工管理の問題点 */
.sekokhan_problem h1{
  color: #004391;
  margin: 0 0 40px;
}
.sekokhan_problem li{
  position: relative;
  padding: 5px 0 5px 30px;
}
.sekokhan_problem li + li{
  margin: 10px 0 0;
}
.sekokhan_problem li:before{
  content: '';
  width: 15px; height: 15px;
  background: #004391;
  border-radius: 50%;
  position: absolute;
  left: 5px; top: 9px;
}
.sekokhan_problem li p{
  font: 600 14px/1.6em 'Hiragino Sans', sans-serif;
}
@media screen and (max-width: 480px){
  .sekokhan_problem{
    padding: 10px 30px 50px;
  }
  .sekokhan_problem h1{
    margin: 0 0 20px;
  }
  
}




/* ! サービス説明 ================================================== */
/* 画像 */
.tech_about .img article {
  width: 400px;
  height: 400px;
  background: url(../img/character/img_kyouikun.svg);
  background-size: contain !important;
  background-position: center right 60px !important;
  background-repeat: no-repeat !important;
}

.tech_about .img article.tourokun {
  background: url(../img/character/img_tourokun.svg);
  background-size: contain !important;
}
.tech_about .img article.gaiheking {
  background: url(../img/character/img_gaiheking.svg);
  background-size: contain !important;
}
.tech_about .img article.kirokun {
  background: url(../img/character/img_kirokun.svg);
  background-size: contain !important;
}
.tech_about .img article.chintaicho {
  background: url(../img/character/img_chintaicho.svg);
  background-size: contain !important;
}
.tech_about .img article.kushitsutaisakun {
  background: url(../img/character/img_kushitsutaisakun.svg) ;
  background-size: contain !important;
  background-position: center right 0px !important;
}
.tech_about .img article.manshitsu {
  background: url(../img/character/img_manshitsu.svg);
  background-size: contain !important;
}
.tech_about .img article.renotta {
  background: url(../img/character/img_renotta.svg);
  background-size: contain !important;
}
.tech_about .img article.sekokhan {
  background: url(../img/character/img_sekokhan.svg);
  background-size: contain !important;
}
.tech_about .img article.cijoe {
  background: url(../img/character/img_cijoe.svg);
  background-size: contain !important;
}
.tech_about .img article.recruitaro {
  background: url(../img/character/img_recruitaro.svg)no-repeat center right !important;
  background-size: 100% auto !important;
}


.tech .tech_about{
  -webkit-align-items: center; align-items: center;
}

@media screen and (max-width: 1080px){
  .tech_about .img article {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  }
}

@media screen and (max-width: 900px){
  .tech .tech_about{
    display: block;
  }
  .tech_about .img article {
    display: none;
  }
}

/* テキスト */
.tech_about .text article{
  padding: 60px 80px;
  background: #fff;
  border-radius: 400px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.1);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,.1);
}
.tech_about .ttl {
  font: 800 24px/1.4em 'Hiragino Sans', sans-serif;
  margin: 0 0 16px;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
}
.tech_about .text img {
  height: 40px;
  margin: 0 16px 0 0;
}
.tech_about .ttl span {
  display: inline-block;
  padding: 4px 0 0;
}

.tech_about p {
  font: 500 14px/1.4em 'Hiragino Sans', sans-serif;
}
.tech_about p + p {
  margin: 8px 0 0;
}

/* リクルータロウ */
.tech .tech_about.recruitaro{
  align-items: flex-end;
  display: flex;
}
.tech_about.recruitaro .img{
  flex: 0 0 230px;
  margin: 0 80px 0 0;
}
.tech_about.recruitaro .img article{
  width: 100%;
}
.tech_about.recruitaro .text{
  flex: 1 1 auto;
}
.tech_about.recruitaro .text article{
  border-radius: 200px;
  padding: 80px 80px 100px;
  position: relative;
}
.tech_about.recruitaro .text article:before{
  content: '';
  width: 75px; height: 65px;
  background: url(../img/tech/ico_about_arrow.svg)no-repeat center;
  background-size: cover;
  position: absolute;
  left: 5px; top: 170px;
  transform: translate(-100%,0);
}
.tech_about.recruitaro .ttl{
  margin: 0 0 50px;
}
.tech_about.recruitaro p{
  font: 500 14px/1.8em 'Hiragino Sans', sans-serif;
}
.tech_about.recruitaro p + p{
  margin: 30px 0 0;
}

@media screen and (max-width: 900px){
  .tech .tech_about.recruitaro{
    display: block;
    margin: -40px -10px 0;
  }
  .tech_about.recruitaro .img{
    display: none;
  }
  .tech_about.recruitaro .text article:before{
    display: none;
  }  
  .tech_about .text img {
    height: 25px;
    margin: 0 5px 0 0;
  }
  .tech_about.recruitaro .ttl {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 480px){
  .tech_about.recruitaro .text article{
    padding: 30px 20px;
    border-radius: 40px;
  }
}

/* ! ビデオ ================================================== */
.tech_video .video_wrap {
  background: #000;
  padding: 8px;
  max-width: 960px;
  margin: 0 auto;
}
.tech_video .video_scale {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.tech_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.tech_about .text article + iframe{
	margin: 30px auto 0;
	display: block;
}
@media screen and (max-width: 620px){
	.tech_about .text article + iframe{
		width: 100%;
		height: 50vw;
	}

}


/* ! 問題点 ================================================== */
.tech_problem{
  -webkit-align-items: center; align-items: center;
}
.tech_problem .img article{
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  position: relative;
}

.tech_problem > li{
  width: 50%;
}

.tech_problem .img img{
  height: 400px;
/*   position: absolute; */
/*
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
*/
}
.tech_problem.five .img img{
  height: 280px;
}
.tech_problem.six .img img{
  height: 300px;
}
.tech_problem .img img.auto{
  height: auto;
}
.tech_problem .img.text{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction:column; flex-direction:column;
  -webkit-align-items: center; align-items: center;
}

.tech_problem .img.text small{
  position: relative;
  padding: 0 0 0 15px;
  display: block;
}
.tech_problem .img.text small:before{
  content:"※";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  
}

.img_sp{
  display: none;
}
@media screen and (max-width: 960px){
  .tech_problem .img img{
/*     height: 300px; */
 height: auto !important;
  }
}
@media screen and (max-width: 768px){
  .tech_problem .img img{
    height: 200px !important;
  }
  .tech_problem.six .img img{
    height: 200px !important;
  }
  .tech_problem.five .img img{
    height: auto;
    width: 90%;
  }
  

}
@media screen and (max-width: 660px){
  .img_sp{
    display: block;
  }
  .img_pc{
    display: none;
  }
  .tech_problem .img.text img{
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 480px){
  .balloon_in .tech_problem.six .img img{
    height: 150px !important;
  }
}


.bg_black{
   background: #2d2d2d;
   color: #fff;
}
.cijoe + main .bg_black{
  background: #397f5a;
}

.tech > section{
  padding: 50px ;
}


@media screen and (max-width: 768px){
  .tech > section{
  padding: 50px 30px;;
}
}

.tech_problem h2 {
  color: #7F1085;
  font: 700 36px/1.3em 'Hiragino Sans', sans-serif;
  margin: 0 0 40px;
}
.tourokun.tech_problem h2{
  color: #00a1e9;
}
.gaiheking.tech_problem h2{
  color: #f2bc00;
}
.kirokun.tech_problem h2{
  color: #e5004f;
}
.chintaicho.tech_problem h2{
  color: #aa7322;
}
.renotta.tech_problem h2{
  color: #545252;
}
.kushitsutaisakun.tech_problem h2{
  color: #9aba2b;
}
.sekokhan.tech_problem h2{
  color: #004391;
}
.bg_black .sekokhan.tech_problem h2{
  color: #b8dbec;
}
.cijoe.tech_problem h2{
  color: #e9732a;
}
.bg_black .cijoe.tech_problem h2{
  color: white;
}

.kushitsutaisakun.tech_problem .img_balloon{
  position: relative;
}

.kushitsutaisakun.tech_problem .balloon {
    min-height: 120px;
    background: white;
    padding: 20px;
    margin: 0 0 0 12px;
    border-radius: 8px;
    position: absolute;
    -webkit-box-shadow: -3px 3px 6px 1px rgba(0,0,0,.2);
    box-shadow: -3px 3px 6px 1px rgba(0,0,0,.2);
    z-index: 1;
    border: 3px solid #8fc31f;
    flex: 1 1 auto;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    bottom: 70px;
    left: -150px;
}

/*
.balloon_in .img article{
  justify-content: flex-end;
}
*/

.kushitsutaisakun.tech_problem .balloon:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
 	z-index: 2;
}

.kushitsutaisakun.tech_problem .balloon:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #8fc31f;
 	z-index: 1;
}

.kushitsutaisakun.tech_contact .btnarea_center [class*="btn_"] + [class*="btn_"]{
  margin: 4px 0 4px 20px;
}

@media screen and (max-width: 600px){
.kushitsutaisakun.tech_contact .btnarea_center [class*="btn_"] + [class*="btn_"] {
    margin: 10px 0 0 0;
}
}

@media screen and (max-width: 960px) and (min-width: 660px){
  .kushitsutaisakun.tech_problem .balloon {
  bottom: -30px;
  left: 0px;
}
.kushitsutaisakun.tech_problem .balloon:after,.kushitsutaisakun.tech_problem .balloon:before{
  display: none;
}
.kushitsutaisakun.tech_problem .balloon p{
  font-size: 14px;
}

}
@media screen and (max-width: 660px){
  .kushitsutaisakun.tech_problem .balloon {
    bottom: 50px;
    left: -150px;
    min-height: 1px;
}
  .kushitsutaisakun.tech_problem .balloon p{
    font-size: 12px;
  }
}
@media screen and (max-width: 370px){
  .kushitsutaisakun.tech_problem .balloon {
    padding: 5px;
    left: -80px;
    }
}



.tech_problem article p{
  font: 600 17px/1.7em 'Hiragino Sans', sans-serif;
}


.tech_problem ul p {
  padding-left: 32px;
  position: relative;
}
.tech_problem ul p:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: #7F1085;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kirokun.tech_problem ul p:before{
  background: #e5004f;
}
.chintaicho.tech_problem ul p:before{
  background: #aa7322;
}
.kushitsutaisakun.tech_problem ul p:before{
  background: #9aba2b;
}
.cijoe.tech_problem ul p:before{
  background: #e9732a;
}

.tech_problem .left.text{
  margin-left: 50px;
}

.tech_problem .right.text{
  margin-right: 50px;
}

.tech_problem ul p {
  font: 600 16px/1em 'Hiragino Sans', sans-serif;
}

@media screen and (max-width: 660px){
  .tech_problem{
    -webkit-flex-direction:column !important; flex-direction:column !important;
  }
  .tech_problem > li{
    width: 100%;
  }
  .tech_problem li.img{
    margin: 0 0 30px;
  }
  .tech_problem h2 {
    font: 700 32px/1.3em 'Hiragino Sans', sans-serif;
    margin: 0 0 20px;
  }
  .tech_problem .left.text{
    margin-left: 0;
  }
  .tech_problem .right.text{
    margin-right: 0;
  }


}

@media screen and (max-width: 480px){
  .tech_problem article p{
    font: 600 14px/1.7em 'Hiragino Sans', sans-serif;
  }
  .tech_problem h2 {
    font: 700 28px/1.3em 'Hiragino Sans', sans-serif;
    margin: 0 0 20px;
  }
}

/* == CIジョー == */
.tech_problem.cijoe img{
  height: auto;
}
/* role */
.cijoe + main #top_role{
  padding: 30px 50px 30px;
}
#top_role .tech_problem.cijoe.split_480_auto{
  justify-content: space-between;
}
#top_role .tech_problem.cijoe.split_480_auto > li{
  flex: 0 0 auto;
}
#top_role .tech_problem.cijoe.split_480_auto > li:nth-of-type(1){
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
  transform: translate(0,31px);
}
@media screen and (max-width: 768px){
  .cijoe + main #top_role{
    padding: 50px 30px;
  }
  #top_role .tech_problem.cijoe.split_480_auto > li:nth-of-type(1){   
    transform: translate(0,50px);
  }
  #top_role .tech_problem.cijoe.split_480_auto{
    align-items: inherit;
  }
  #top_role .tech_problem.cijoe .img article{
    display: flex; height: 100%;
    align-items: flex-end;
  }
}
@media screen and (max-width: 660px){
  #top_role .tech_problem.cijoe{
    flex-direction: column-reverse !important;
  }
  #top_role .tech_problem.cijoe.split_480_auto > li:nth-of-type(1){
    flex: 1 1 auto;
    margin: 0;
  }
}


/* result */
#top_result .tech_problem.cijoe.split_480_auto > li:nth-of-type(1){
  -webkit-flex: 0 0 600px;
  flex: 0 0 600px;
  transform: translate(0,51px);
}
@media screen and (max-width: 1280px){
  #top_result .tech_problem.cijoe.split_480_auto > li:nth-of-type(1){
      transform: translate(90px,51px);
  }
}
@media screen and (max-width: 1200px){
  #top_result .tech_problem.cijoe.split_480_auto > li:nth-of-type(1){
    -webkit-flex: 0 0 420px;
    flex: 0 0 420px;
  }
}
@media screen and (max-width: 900px){
  #top_result .tech_problem.cijoe{
    align-items: inherit;
  }
  #top_result .tech_problem.cijoe.split_480_auto > li:nth-of-type(1){
    -webkit-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  #top_result .tech_problem.cijoe .img article{
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
}
@media screen and (max-width: 840px){
  #top_result .tech_problem.cijoe .text li{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  #top_result .tech_problem.cijoe.split_480_auto > li:nth-of-type(1){
    transform: translate(70px,51px);
  }
}
@media screen and (max-width: 660px){
  #top_result .tech_problem.cijoe{
    flex-direction: column-reverse !important;
  }
  #top_result .tech_problem.cijoe.split_480_auto > li:nth-of-type(1){
    flex: 1 1 auto;
    width: 100%;
    margin: -50px 0 0;
  }
  #top_result .tech_problem.cijoe .img article{
    justify-content: flex-end;
  }
  #top_result .tech_problem.cijoe .img img{
    height: auto !important;
  }
  #top_result .tech_problem.cijoe .text li{
    width: 50%;
  }
}
@media screen and (max-width: 375px){
  #top_result .tech_problem.cijoe .text li{
    width: 100%;
  }
}



/* branding */
#top_branding{
  padding: 100px 50px 50px;
}
#top_branding .tech_problem.cijoe{
  position: relative;
}
#top_branding .tech_problem.cijoe .img{
  flex: 1 1 auto;
}
#top_branding .tech_problem.cijoe .img article{
}
#top_branding .tech_problem.cijoe .img img{
  margin: 0;
  width: 100%; height: auto;
  transform: translate(0px,45px);
}
#top_branding .tech_problem.cijoe .text{
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
}
#top_branding .tech_problem.cijoe .text p{
  font: 500 15px/2em 'Hiragino Sans', sans-serif;
}
@media screen and (max-width: 1100px){
  #top_branding{
    padding: 50px;
  }
  #top_branding .tech_problem.cijoe{
    align-items: inherit;
  }
  #top_branding .tech_problem.cijoe .img{
    flex: 0 0 400px;
  }
  #top_branding .tech_problem.cijoe .img article{
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  #top_branding .tech_problem.cijoe .img img{
  }
  #top_branding .tech_problem.cijoe .text{
    position: inherit;
    width: auto;
    flex: 1 1 auto;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px){
  #top_branding{
    padding: 50px 30px;
  }

}
@media screen and (max-width: 900px){
  #top_branding .tech_problem.cijoe{
    flex-direction: column-reverse !important;
  }
  #top_branding .tech_problem.cijoe .text h2 br{
    display: none;
  }
  #top_branding .tech_problem.cijoe .img{
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
  }
  #top_branding .tech_problem.cijoe .img img{
    height: auto !important;
  }
  #top_branding .tech_problem.cijoe .text{
    padding: 0;
  }
}

/* ! 仕組み ================================================== */
.tech_system{
  padding: 70px !important;
  background: #fff;
}
.tech_system .container{
  text-align: center;
}

.tech_system h3 img{
  margin: 0 30px 0 0;
}
.tech_system .container > img{
  margin: 50px auto 0px;
  text-align: center;
}


/* ! 機能まとめ ================================================== */
.tech_function h1{
    font: 800 32px/1.3em 'ヒラギノ丸ゴ ProN W4','Hiragino Maru Gothic ProN',sans-serif;
}
.tech_function h1:before{
  content: '';
  width: 40px; height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/tech/sekokhan/ico_function_ttl.svg)no-repeat center;
  background-size: contain;
  margin: 0 15px 0 0;
  transform: translate(0,-6px);
}
.tech_function .container{
  position: relative;
}
.character_talk{
  position: absolute;
  right: 0; top: -50px;
  width: 70%;
  max-width: 300px;
}
.character_talk .img{
  width: 200px; height: 200px;
  background: url(../img/tech/sekokhan/ico_function_talk.svg)no-repeat top left 60px;
  background-size: contain;
  position: absolute;
  right: 0; top: 0;
}
.character_talk p{
  padding: 10px;
  background: #b8dbec;
  border-radius: 10px;
  transform: translate(-170px,30px);
  position: relative;
  width: 100%;
  margin: 0 0 0 auto;
}
.character_talk p:before{
  content: '';
  width: 0; height: 0;
  border-style: solid;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #b8dbec;
  top: 50%; right: 0;
  transform: translate(100%,-50%);
  position: absolute;
}
.tech_function ul{
  margin-top: 60px !important;
}
.tech_function li article{
  display: -webkit-flex; display: flex;
  flex-direction: column; -webkit-flex-direction: column;
  -webkit-justify-content: flex-end; justify-content: flex-end;
  height: 100%;
}
.tech_function li .ico_{
  width: 80%;
  margin: 0 auto 20px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tech_function li h2{
  background: #004391;
  color: white;
  font: 600 20px/1.4em 'Hiragino Sans', sans-serif;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin: 0 0 10px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tech_function li p{
  background: #b8dbec;
  color: #050505;
  padding: 15px 20px;
  border-radius: 10px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font: 400 16px/1.7em 'Hiragino Sans', sans-serif;
}

@media screen and (max-width: 1000px){
  .tech_function h1{
    padding: 100px 0 0;
  }
  .tech_function ul{
    margin: -10px;
  }
  .tech_function li{
    padding: 10px;
  } 
  .character_talk p{
    width: 80%;
  }
}
@media screen and (max-width: 768px){
  .tech_function ul{
    margin: -10px;
    margin-top: 40px !important;
  }
  .tech_function li{
    padding: 10px;
    width: 50%;
  } 
  .tech_function li .ico_{
    max-width: 170px;
  }
}
@media screen and (max-width: 640px) and (min-width: 481px){
  .tech_function ul{
    margin: 40px 0 0;
  }
  .tech_function li{
    padding: 0;    
    width: 100%;
  }
  .tech_function li + li{
    margin: 20px 0 0;
  }
  .tech_function li article{
    padding: 0 0 0 130px;
    position: relative;
  }
  .tech_function li .ico_{
    position: absolute;
    width: 100px;
    left: 0; top: 0;
  }
}
@media screen and (max-width: 480px){
  .tech_function h1{
    position: relative;
    padding: 0 0 0 60px;
  }
  .tech_function h1:before{
    position: absolute;
    left: 0; top: 50%;
    transform: translate(0,-50%);
    margin: 0;
  }
  .tech_function li{
    width: 100%;
  }
  .tech_function li + li{
    margin: 20px 0 0;
  }
  .tech_function li .ico_{
    max-width: none;
    width: 100%;
    background: white;
    padding: 20px;
    margin: 0;
    border-radius: 10px 10px 0 0;
  }
  .tech_function li h2{
    border-radius: 0 0 10px 10px;
  }
  .tech_function li img{
    max-width: 170px;
    margin: auto;
    display: block;
  }
}


/* ! 導入で実現できること ================================================== */

.tech_abalable{
  text-align: center;
}
.tech_abalable h1{
  font: 500 40px/1em 'Hiragino Sans', sans-serif;
  letter-spacing: 2px;
  border: 3px solid #333;
  display: inline-block;
  padding: 20px 100px;
  margin: 70px 0 0;
}

.tech_abalable.tourokun h1{
  color: #fff;
  border: 3px solid #fff;
}

.tech_abalable > section{
  padding: 70px 0;
}
.tech_abalable.kyouikun{
  background: #d0afd1;
}
.tech_abalable.chintaicho{
  background: #aeadac;
}
.tech_abalable.kirokun{
  background: #f7c7c6;
}
.tech_abalable.gaiheking{
  background: #f2bc00;
}
.tech_abalable.tourokun{
  background: #5cc2f1;
}
.tech_abalable.sekokhan{
  background: #b8dbec;
}





.tech_abalable h2{
  font: 700 36px/1em 'Hiragino Sans', sans-serif;
  padding: 0 0 0 40px;
}
.tech_abalable h2 span{
  position: relative;
/*   padding: 0 30px 0 0 ; */
  font: 600 36px/1em 'Helvetica', sans-serif;
  color: #80348f;
}
.tech_abalable.chintaicho span{
  color: #4a4746;
}
.tech_abalable.kirokun span{
  color: #e5004f;
}
.tech_abalable.gaiheking span{
  color: #ffec49;
}
.tech_abalable.gaiheking span{
  color: #ffec49;
}
.tech_abalable.tourokun span{
  color: #327bb5;
}
.tech_abalable.kushitsutaisakun span{
  color: #9aba2b;
}
.tech_abalable.sekokhan h2 span{
  color: #004391;
}


.tech_abalable h2 span:after{
  counter-increment: content;                 /* section カウンターの値に1を加算 */
  content: counter(content);
  left: -48px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tech_abalable h2 span:before{
  content: "";
  position: absolute;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  left: -65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 4px solid #80348f;
}

.tech_abalable.chintaicho h2 span:before{
  border: 4px solid #4a4746;
}
.tech_abalable.kirokun h2 span:before{
  border: 4px solid #e5004f;
}
.tech_abalable.gaiheking h2 span:before{
  border: 4px solid #ffec49;
}
.tech_abalable.tourokun h2 span:before{
  border: 4px solid #327bb5;
}
.tech_abalable.kushitsutaisakun h2 span:before{
  border: 4px solid #9aba2b;
}
.tech_abalable.sekokhan h2 span:before{
  border: 4px solid #004391;
}


.tech_abalable p{
  font: 500 17px/1.6em 'Hiragino Sans', sans-serif;
  margin: 20px 0 40px;
}
.tech_abalable p.large{
  font: 600 24px/1.6em 'Hiragino Sans', sans-serif;
  color: #fff;
}
.tech_abalable section img{
  width: 500px;
}
.tech_abalable.sekokhan p{
  color: #494645;
}


@media screen and (max-width: 768px){
  .tech_abalable section img{
    width: 400px;
  }
  .tech_abalable h1{
    font: 500 30px/1em 'Hiragino Sans', sans-serif;
    padding: 20px 60px;
  }
  .tech_abalable h2{
    font: 700 32px/1.3em 'Hiragino Sans', sans-serif;
  }
  .tech_abalable h2 span{
/*     padding: 0 20px 0 0 ; */
    font: 600 28px/1em 'Helvetica', sans-serif;
  }
  .tech_abalable h2 span:before{
    width: 35px;
    height: 35px;
    left: -42px;
    border-width: 3px !important;
  }
  .tech_abalable p.large {
    margin: 15px 0 40px;
  }
  .tech_abalable h2 span:after{

    left: -30px;

  }
}
@media screen and (max-width: 480px){
  .tech_abalable section img{
    width: 250px;
  }
  .tech_abalable h1{
    font: 500 24px/1em 'Hiragino Sans', sans-serif;
    border-width: 2px !important;
    padding: 15px 35px;
  }
  .tech_abalable h2{
    font: 700 24px/1.3em 'Hiragino Sans', sans-serif;
    padding: 0 0 0 40px;
  }
  .tech_abalable p.large {
    font: 600 18px/1.6em 'Hiragino Sans', sans-serif;
    margin: 10px 0 40px;
  }
  .tech_abalable > section{
    padding: 50px 0;
  }
  .tech_abalable h2 span:before{
    width: 30px;
    height: 30px;
    left: -41px;
    border-width: 3px !important;
  }
}

/* CIジョー */
.tech_abalable.cijoe h2{
  padding: 0;
  line-height: 2.5;
}
@media screen and (max-width: 830px){
  .tech_abalable.cijoe h2{
    font: 700 25px/2.5 'Hiragino Sans', sans-serif
  }
}
@media screen and (max-width: 580px){
  .tech_abalable.cijoe h2{
    font: 700 16px/2.5 'Hiragino Sans', sans-serif
  }
}
@media screen and (max-width: 374px){
  .tech_abalable.cijoe h2 br{
    display: none;
  }
}


/* ! ロジック ================================================== */
/* CIジョー */
.tech_logic .bg_yellow{
  padding: 20px 20px 15px;
  text-align: center;
  background: #fff23f;
  margin: 0 0 40px;
}
.tech_logic .bg_yellow img{
  height: 60px;
}
.tech_logic img.logic{
  margin: 70px auto 50px;
}
.tech_logic .balloon{
  padding: 40px 60px;
  width: 100%;
  max-width: 800px;
  background: #397f5a;
  text-align: center;
  display: table;
  margin: 60px auto 0;
  position: relative;
}
.tech_logic .balloon:before{
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translate(-50%,100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #397f5a transparent transparent transparent;
}
.tech_logic .balloon p{
  font: 600 30px/2.2em 'Hiragino Sans', sans-serif;
  color: white;
  text-align: left;
}
.tech_logic .cijoe{
  width: 170px;
  margin: auto;
  display: block;
  transform: translate(10px,61px);
}

@media screen and (max-width: 970px){
  .tech_logic .balloon{
    padding: 40px 20px;
  }
  .tech_logic .balloon p{
    font: 600 25px/2.2em 'Hiragino Sans', sans-serif;
    text-align: center;
  }
}
@media screen and (max-width: 768px){
  .tech_logic .balloon p{
    font: 600 18px/2.2em 'Hiragino Sans', sans-serif;
  }
}
@media screen and (max-width: 560px){
  .tech_logic .bg_yellow img{
    width: 100%; height: auto;
  }
  .tech_logic img.logic {
    margin: 40px auto 0px;
  }
  .tech_logic .balloon {
    padding: 20px 20px 25px;
  }
    .tech_logic .balloon p br{
    display: none;
  }  
  .tech_logic .bg_yellow{
      margin: 0 0 20px;
  }
}


/* ! 料金 ================================================== */
.tech_price{
  text-align: center;
}
.tech_price h2{
/*   color: #80348f; */
  font: 600 24px/1.6em 'Hiragino Sans', sans-serif;
  margin: 0 0 20px;
}
.chintaicho.tech_price h2{
  color: #4a4746;
}
.kirokun.tech_price h2{
  color: #e5004f;
}
.tech > .tech_price {
  padding: 50px 0;
}
.tech_price .container {
  padding: 0;
}
.tech_price h2 {
  font: 700 32px/1.3em 'Hiragino Sans', sans-serif;
}
.tech_price .text{
  padding: 64px 0px 0px;
  margin: 0 0 -24px;
  font: 700 22px/1em 'Hiragino Sans', sans-serif;
  position: relative;
}
.tech_price .price {
  font: 700 48px/1em 'Ubuntu', sans-serif;
  display: inline-block;
  margin: 0 0 0 16px;
  position: relative;
}
.tech_price .price:before {
  content: "";
  display: block;
  width: 105%;
  height: 3px;
  background: #e40351;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  transform: translate(-50% , -50%);
}
.tech_price .text:after {
  content: "TATSUJIN利用企業4000店舗達成キャンペーン 11月末まで";
  color: #fff;
  font: 700 12px/1em 'Hiragino Sans', sans-serif;
  text-align: center;
  padding: 8px;
  background: #e40351;
  width: 340px;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50% , 0);
}
.tech_price.cijoe .text{
  padding: 30px 0 0;
}

.tech_price.kushitsutaisakun .text{
  padding: 5px 0 0;
}

.tech_price .price span {
  font: 700 20px/1em 'Hiragino Sans', sans-serif;
  display: inline-block;
  margin: 0 0 0 12px;
}
.tech_price.sekokhan .price:after{
  background: #004391;
}
.tech_price.cijoe .price:before,
.tech_price.cijoe .price:after,
.tech_price.cijoe .text:after,
.tech_price.kushitsutaisakun .text:after{
  display: none;
}
@media screen and (max-width: 480px){
  .tech_price h2 {
    font-size: 28px;
  }
  .tech_price .price {
    font-size: 32px;
  }
  .tech_price .text,
  .tech_price .price span {
    font-size: 18px;
  }
  .tech_price .text{
    padding: 36px 0px 0px;
    margin: 0 0 -24px;
  }
}


/* ! お問い合わせ ================================================== */
.tech_contact [class*="btn_"] + [class*="btn_"]{
  margin-left: 20px;
}

.tech_contact .btnarea_center{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; justify-content: center;
  -webkit-align-items: center; align-items: center;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
}

@media screen and (max-width: 600px){
  .tech_contact .btnarea_center {
   -webkit-flex-direction:column; flex-direction:column;
  }
  .tech_contact .btnarea_center [class*="btn_"] + [class*="btn_"] {
    margin: 10px 0 0 0;
}
  
}




/* ! 個別指定 リクルータロウ ================================================== */
/* ! キャンペーン ------------------- */
.area_campaign{
  padding: 50px 65px;
  border-radius: 50px;
  background: white;
  width: 100%;
}
.area_campaign.compact{
  max-width: 724px;
  margin: auto;
  padding: 50px 45px;
  position: relative;
}
.area_campaign.compact:before{
  content: 'TATSUJIN利用企業4000店舗達成キャンペーン 11月末まで';
  position: absolute;
  top: 0; left: 50%;
  transform: translate(-50%,-50%);
  width: 300px; height: 35px;
  display: flex; align-items: center; justify-content: center;
}
.area_campaign.compact.no_limit:before {
  display: none;
}

.head_campaign{
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}
.head_campaign .ttl,
.area_campaign.compact:before{
  font: 700 10px/1.3em 'Hiragino Sans', sans-serif;
  padding: 3px 10px;
  background: #EA3F8C;
  color: white;
}
.body_campaign{
  display: flex;
  justify-content: center;
  align-items: center;
}
.body_campaign .before{
  font: 700 24px/1.3em 'Hiragino Sans', sans-serif !important;
  padding: 0 5px;
  position: relative;
  color: #000;
  flex: 0 0 auto;
}
/* .body_campaign .before:before{
  content: '';
  width: 100%; height: 3px;
  background: #FF0000;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
} */
.body_campaign .arrow{
  width: 70px; height: 65px;
  background: url(../img/tech/recruitaro/ico_campaign_recruitaro.svg)no-repeat center;
  background-size: cover;
  margin: 0 25px;
}
.body_campaign .after{
  flex: 0 0 auto;
}
.body_campaign .after p{
  font: 700 24px/1.3em 'Hiragino Sans', sans-serif;
  color: #EA3F8C;
  text-align: center;
}
.body_campaign .after .off{
  font: 700 18px/1.6em 'Hiragino Sans', sans-serif;
  color: white;
  padding: 2px 10px;
  background: #EA3F8C;
 margin: 7px 0 0;
}

@media screen and (max-width: 768px){
  .page_head.recruitaro .text{
    width: 100%;
  }
  .area_campaign.compact,
  .area_campaign{
    padding: 40px 15px 30px;
  }
  .head_campaign .ttl{
    width: 240px;
  }
  .area_campaign.compact:before{
    width: 220px;
  }
  .body_campaign{
    flex-direction: column;
  }
  .body_campaign .before,
  .body_campaign .after p{
    font: 700 22px/1.3em 'Hiragino Sans', sans-serif !important;
  }
  .body_campaign .arrow{
    width: 50px;
    height: 45px;
    margin: 5px 0;
    transform: rotate(90deg);
  }
}

/* ! パッケージ詳細 ------------------- */
.tech > section.area_package{
  background: #EA3F8C url(../img/tech/recruitaro/img_package_foot.svg)no-repeat center bottom;
  background-size: auto 350px;
  padding: 50px 0 400px;
}
.head_package,
.body_package{
  max-width: 765px;
  margin: auto;
}
.head_package{
  margin: 0 auto 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_package .img{
  width: 155px; height: 215px;
  background: url(../img/tech/recruitaro/img_package_head.svg)no-repeat center;
  background-size: cover;
  margin: 0 40px 0 0;
}
.head_package .text{
  flex: 0 0 auto;
  border-radius: 10px; 
  background: white;
  padding: 25px 50px;  
  position: relative;
}
.head_package .text:before{
  content: '';
  position: absolute;
  top: 50%; left: 0%;
  transform: translate(-100%,-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 25px 12px 0;
  border-color: transparent #ffffff transparent transparent;
}
.head_package .text p{
  font: 700 36px/1.3em 'Hiragino Sans', sans-serif;
  color: #EA3F8C;
}
/* リスト */
.list_package > li + li{
  margin: 65px 0 0;
}
.list_package article{
  padding: 50px 80px;
  background: white;
  border-radius: 10px;
  position: relative;
}
.list_package article:before{
  content: '';
  width: 145px;
  height: 130px;
  position: absolute;
  left: 0; top: 0;
  transform: translate(-25%,-25%);
  background: url(../img/tech/recruitaro/ico_package_recruitaro_1.svg)no-repeat center;
  background-size: cover !important;
}
.list_package li:nth-of-type(2) article:before{
  background: url(../img/tech/recruitaro/ico_package_recruitaro_2.svg)no-repeat center;
}
.list_package li:nth-of-type(3) article:before{
  background: url(../img/tech/recruitaro/ico_package_recruitaro_3.svg)no-repeat center;
}
.list_package li:nth-of-type(4) article:before{
  background: url(../img/tech/recruitaro/ico_package_recruitaro_4.svg)no-repeat center;
}
.list_package li:nth-of-type(5) article:before{
  background: url(../img/tech/recruitaro/ico_package_recruitaro_5.svg)no-repeat center;
}
.list_package li:nth-of-type(6) article:before{
  background: url(../img/tech/recruitaro/ico_package_recruitaro_6.svg)no-repeat center;
}
.list_package li:nth-of-type(7) article:before{
  background: url(../img/tech/recruitaro/ico_package_recruitaro_7.svg)no-repeat center;
}
.list_package li:nth-of-type(8) article:before{
  background: url(../img/tech/recruitaro/ico_package_recruitaro_8.svg)no-repeat center;
}
.head_list_package,
.body_list_package{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.head_list_package{
  padding: 0 0 25px;
  margin: 0 0 25px;
  position: relative;
}
.head_list_package:before{
  content: '';
  position: absolute;
  height: 1px; width: 100px;
  background: #EA3F8C;
  bottom: 0; left: 50%;
  transform: translate(-50%,0%);
}
.head_list_package .ttl{
  font: 700 24px/1.3em 'Hiragino Sans', sans-serif;
  color: #EA3F8C;  
}
.head_list_package .price{
  margin: 10px 0 0;
 color: #EA3F8C; 
 font: 500 14px/1.3em 'Hiragino Sans', sans-serif;
}
.head_list_package .price:before{
  content: attr(data-ttl) ' :';
  padding: 0 3px 0 0;
}
.head_list_package .price:after{
  content: attr(data-unit-after);
  padding: 0 0 0 2px;
}
.body_list_package p{
  font: 500 14px/1.6em 'Hiragino Sans', sans-serif;
  width: 100%;
}
.body_list_package img{
  margin: 10px 0 0;
}
.body_list_package ol{
  width: 100%;
}
.body_list_package ol p{
  display: flex;
}
.body_list_package ol > li + li{
  margin: 5px 0 0;
}
.body_list_package ol p:before{
  content: '';
  width: 18px; height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  background: #EA3F8C; 
  margin: 2px 10px 0 0;
  display: block;
}
.area_package .area_campaign{
  margin: 50px 0 0;
}
.head_list_package .ttl br{
  display: none;
}

@media screen and (max-width: 640px){
  .head_package{
    flex-direction: column;
  }
  .head_package .img{
    margin: 0 0 20px 0;
  }
  .head_package .text{
    padding: 25px 30px;
    width: 100%;
  }
  .head_package .text:before{
    display: none;
  }
  .head_package .text p{
    font-size: 28px;
    text-align: center;
  }
  
  .list_package article{
    padding: 50px 30px 30px;
  }
  .list_package > li + li{
    margin: 30px 0 0;
  }
  .list_package article:before{
    width: 75px;
    height: 70px;
    left: 50%;
    top: 15px;
    transform: translate(-50%,0%);
  }
  .head_list_package .ttl{
    padding: 50px 0 0;
    text-align: center;
  }
  .head_list_package .ttl br{
    display: block;
  }
}


/* ! オプション ------------------- */
.tech > section.area_option{
  background: white;
  padding: 100px 0;
  
}
.head_option{
  margin: 0 0 50px;
}
.head_option .ttl{
  font: 700 36px/1.3em 'Hiragino Sans', sans-serif;
  text-align: center;
}
.list_option > li + li{
  margin: 30px 0 0;
}
.list_option article{
  margin: -5px;
  display: flex;
}
.list_option article > *{
  margin: 5px;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 30px;
}
.list_option  .ttl{
  background: #EA3F8C;
  color: white;
  font: 700 24px/1.3em 'Hiragino Sans', sans-serif;
  text-align: center;
}
.list_option .description{
  background: #F2F3F9;
  font: 500 14px/1.6em 'Hiragino Sans', sans-serif;
}
.list_option .img{
  background: #343434;
}
.list_option .img:before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}
.list_option .img.double{
  width: calc((50% + 5px));
  width: -webkit-calc((50% + 5px));
  margin: 5px 5px 5px 5px;
}
.list_option .img.double:before{
  padding-top: 50%;
}
@media screen and (max-width: 768px){
  .list_option article{
    flex-direction: column;
  }
  .list_option article{
    margin: 0;
  }
  .list_option article > *{
    width: 100%;
    margin: 0;
  }
  .list_option .ttl br{
    display: none;
  }
  .list_option .img.double{
    width: 100%;
    margin: 0;
  }
  .list_option .img + .img{
    margin: 5px 0 0;
  }
}


/* ! 実績 ------------------- */
.tech > section.area_performance{
  background: #F2F3F9;
  padding: 100px 0;
}
.head_performance{
  margin: 0 0 50px;
}
.head_performance .ttl{
  font: 700 36px/1.3em 'Hiragino Sans', sans-serif;
  text-align: center;
}
.list_performance{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
  max-width: 1050px;
  margin: auto;
}
.list_performance > li{
  width: 33.33%;
  margin: 0 0 -4.5%;
}
.list_performance article{
  width: 100%;
  position: relative;
}
.list_performance article:before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}
.list_performance .text{
  width: 100%; height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0; top: 0;
  background: #99CC99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; 
}
.list_performance li:nth-of-type(2) .text{
  background: #FFFAF0;
}
.list_performance li:nth-of-type(3) .text{
  background: #FFD5EC;
}
.list_performance li:nth-of-type(4) .text{
  background: #FFFF99;
}
.list_performance li:nth-of-type(5) .text{
  background: #D7EEFF;
}
.list_performance p{
  font: 600 24px/1.3em 'Hiragino Sans', sans-serif;
  text-align: center;
}
.list_performance .score{
  font: 600 50px/1.3em 'Hiragino Sans', sans-serif;
  margin: 30px 0 0;
}
.list_performance .score:before{
  content: attr(data-ttl);
  font: 600 23px/1.3em 'Hiragino Sans', sans-serif;
  display: block;
}
.list_performance .score[data-alert]:after{
  content: attr(data-alert);
  font: 600 12px/1.3em 'Hiragino Sans', sans-serif;
  display: block;
}
@media screen and (max-width: 900px){
  .list_performance > li{
    width: 50%;
    margin: 0;
  }
}

@media screen and (max-width: 640px){
  .tech > section.area_performance{
    padding: 50px 0;
  }
  .list_performance > li{
    width: 100%;
    max-width: 400px;
    margin: 0 0 10px;
  }
}

/* ! お問い合わせフォーム ------------------- */
.tech > section.area_form{
  background: white;
  padding: 100px 0;
}
.head_form{
  margin: 0 0 50px;
}
.head_form .ttl{
  font: 700 36px/1.3em 'Hiragino Sans', sans-serif;
  text-align: center;
}
.head_form .description{
  font: 300 18px/1.3em 'Hiragino Sans', sans-serif;
  text-align: center;
  margin: 30px 0 0;
}
.head_form .description b{
  color: #FF0000;
}

.list_form{
  max-width: 580px;
  margin: 0 auto 50px;
  width: 100%;
}
.list_form > li + li{
  margin: 10px 0 0;
}
.list_form article{
  display: flex;
}
.list_form .ttl{
  flex: 0 0 160px;
  margin: 15px 20px 0 0;
  font: 700 18px/1.3em 'Hiragino Sans', sans-serif;
  position: relative;
}
.list_form > li.required .ttl:after{
  content: '※';
  font: 700 10px/1.3em 'Hiragino Sans', sans-serif;
  display: inline-block;
  color: #FF0000;
  vertical-align: top;
  margin: 0 0 0 2px;
}
.list_form article > div{
  flex:  1 1 auto;
}
.list_form input,
.list_form textarea{
  background: #EAEAEA;
  border: none;
  border-radius: 5px;
  font: 400 16px/1.6em 'Hiragino Sans', sans-serif;
}
.list_form input{
  height: 50px;
}
.list_form input[type="radio"] + label{
  position: relative;
  padding: 0 0 0 36px;
  display: inline-block;
  cursor: pointer;
}
.list_form input[type="radio"] + label:before,
.list_form input[type="radio"] + label:after{
  content: '';
  width: 26px; height: 26px;
  border-radius: 50%;
  border: solid 1px #707070;
  background: #F9F9F9;
  position: absolute;
  left: 0; top: 50%; transform: translate(0,-50%);
}
.list_form input[type="radio"] + label:after{
  width: 16px; height: 16px;
  background: #EA3F8C;
  left: 5.5px;
  border: none;
  display: none;
}
.list_form input[type="radio"]:checked + label:before{
  border-color: #ccc;
}
.list_form input[type="radio"]:checked + label:after{
 display: block; 
}

@media screen and (max-width: 640px){
  .tech > section.area_form{
    padding: 50px 0;
  }
  .head_form .ttl{
    font: 700 28px/1.3em 'Hiragino Sans', sans-serif;
  }
}
@media screen and (max-width: 480px){
  .list_form article{
    flex-direction: column;
  }
  .list_form .ttl,
  .list_form article > div{
    width: 100%;
    flex: 0 0 auto;
  }
  .list_form .ttl{
    margin: 0 0 10px !important;
  }
}

/* ! 利用料金 ------------------- */
.tech > .tech_price.recruitaro{
  padding: 100px 20px 0;
}
.tech_price.recruitaro h2{
  color: #EA3F8C;
  margin: 0 0 65px;
}

.campaign_limit {
  position: absolute;
  top: 0; left: 50%;
  transform: translate(-50%,-50%);
  width: 310px; height: 35px;
  display: flex; align-items: center; justify-content: center;
  font: 700 10px/1.3em 'Hiragino Sans', sans-serif;
  padding: 3px 10px;
  background: #EA3F8C;
  color: white;
}

.kushitsutaisakun .btnarea_center {
  position: relative;
}

.kushitsutaisakun p.campaign_limit {
  font: 700 12px/1em 'Hiragino Sans', sans-serif;
  text-align: center;
  padding: 8px;
  background: #e40351;
  width:  360px;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50% , -100%);
  -ms-transform: translate(-50% , -100%);
  transform: translate(-50% , -100%);
  z-index: 10;
}

.past_work_btn {
  margin-top: 30px;
  width: 250px;
}

@media screen and (max-width: 480px){
  [class*="btn_"][class*="large"].past_work_btn {
    font-size: 16px;
  }
}

.video_embedding{
  margin: 30px 0 0;
}
.video_embedding h2{
  color: #9aba2b;
  text-align: center;
  margin: 0px 0 10px;
}
.video_embedding .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0;
}
.video_embedding .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}