/* Common
====================================*/
  #Main{
    background: #f4f3ed;
    margin-bottom: 136px;
  }
  div#AllBox { padding-top: 0;}
  h1{
    color: #214674;
    font-size: 40px;
    text-align: center;
    letter-spacing: .1em;
    padding: 25px 0;
    background: #fff;
    border-bottom: #b8b8b8 1px solid;
  }
  div#FooterBox .footer_wrapper .banner {
    display: none;
  }
  .bg-white{
    background: #fff;
  }
  .bg-blue{
    background: #d9e8f0;
  }
  .c-inner{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  h3{
    color: #214674;
    padding: 50px 0 25px;
    font-size: 30px;
  }
  .white{
    color: #fff;
  }

/* head
====================================*/
  .head_img{
    text-align: center;
  }
  h2{
    color: #214674;
    padding: 45px 0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  h2 span{
    font-size: 26px;
  }


/* ADD 2019.05 */
  .c-inner dl.telno {
    width: 400px;
    margin: -20px auto 45px;
    background: #FFFFFF;
	border-radius: 10px;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .c-inner dl.telno dt {
	color: #214674;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  .c-inner dl.telno dd {
	color: #214674;
    font-size:24px;
	text-align:center;
  }
  .c-inner dl.telno dd a {
	color: #214674;
	text-decoration:underline;
  }
/* ADD 2019.05 */




/* about
====================================*/
  .about{
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .about__inner > p{
    font-size: 16px;
    line-height: 26px;
  }
  .about_info ul{
    display: flex;
    flex-wrap: wrap;
  }
  .about_info li{
    background: url(../images/border_pattern.jpg);
    width: 307px;
    margin-bottom: 13px;
    margin-right: 15px;
    padding: 8px;
    border-radius: 4px;
  }
  .about_info li:nth-child(3n){
    margin-right: 0;
  }
  .c-info-inner{
    background: #fff;
    height: 135px;
    padding-top: 25px;
  }
  .c-info-inner p{
    padding: 13px 17px 0;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
  .about_info.mansion .c-info-inner{
    height: 209px;
  }
  .about_info.food .c-info-inner{
    height: 154px;
  }
  .about_info.sports .c-info-inner{
    height: 80px;
  }
  .about_info.sports li:nth-child(-n+4) .c-info-inner b{
    display: inline-block;
    padding-top: 18px;
  }

/* 指定管理のバナー
====================================*/
  .banner.designated{
    background-color: #fff;
    padding: 0 0 24px 0;
  }

/* represent
====================================*/
  #Represent{
    margin-top: -112px;
    padding-top: 112px;
  }
  .represent{
    background: url(../images/represent_bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .represent h3{
    padding: 50px 0 25px;
    margin-top: -62px;
  }
  .represent_info{
    padding-bottom: 50px;
  }
  .represent.building{
    background: url(.../images/business/building/represent_bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
  }
  .represent.designated{
    background: url(.../images/business/designated/represent_bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
  }
  .represent.food_inspection{
    background: url(.../images/business/food_inspection/represent_bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
  }
  .represent.life_support{
    background: url(.../images/business/life_support/represent_bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
  }
  .represent.mansion{
    background: url(.../images/business/mansion/represent_bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
  }
  .represent.sports{
    background: url(.../images/business/sports/represent_bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
  }
  .represent.vietnam{
    background: url(.../images/business/vietnam/represent_bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
  }

/* feature1
====================================*/
  .feature1{
    padding-bottom: 60px;
  }
  .feature1_info dl{
    background: #fff;
    margin-bottom: 20px;
    padding: 25px 30px 30px;
    border-radius: 4px;
  }
  .feature1_info dl:last-child{
    margin-bottom: 0;
  }
  .feature1_info dl dt{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .feature1_info dl dt span{
    color: #3567b2;
    font-size: 22px;
  }
  .feature1_info dl dd{
    font-size: 16px;
  }
  /*エスポ & 食品検査*/
  .feature1_info.sports dl{
    padding: 25px 30px 20px;
  }

/* person
====================================*/
  .person{
    padding-bottom: 52px;
  }
  .person_info{
    display: flex;
    justify-content: space-between;
  }
  .c-person{
    background: #fff;
    width: 270px;
    padding: 25px;
    border-radius: 4px;
  }
  .c-person p{
    width: 272px;
    margin: 0 auto;
    font-size: 16px;
    text-align: justify;
  }
  .c-person p.name{
    position: relative;
    color: #214674;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 29px;
  }
  .c-person p.name.hamakita{
    padding-left: 7px;
  }
  .c-person p.name.male::before{
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    background: url(../images/person_icon_01.png)no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
  }
  .c-person p.name.female::before{
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    background: url(../images/person_icon_02.png)no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
  }
  .person_img img{
    width: 100%;
  }

/* feature2
====================================*/
  .feature2{
    padding-bottom: 60px;
  }
  .feature2_info{
    display: flex;
    justify-content: space-between;
  }
  .c-feature2{
    width: 208px;
  }
  .c-feature2 .balloon{
    background: url(../images/feature2_img_01.png)no-repeat;
    background-position: center;
    background-size: 210px 152px;
    width: 210px;
    height: 152px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-feature2 .balloon.green{
    background: url(../images/feature2_img_02.png)no-repeat;
    background-size: 210px 152px;
  }
  .c-feature2 .balloon p{
    color: #fff;
    margin-top: -10px;
    font-size: 20px;
    line-height: 28px;
  }
  .person_icon{
    width: 51px;
    margin: 0 auto;
  }
  .person_icon img{
    width: 100%;
  }
  /*食品検査*/
  .feature2_info.food{
    justify-content: center;
  }
  .feature2_info.food .c-feature2{
    margin: 0 30px;
  }
  /*エスポ*/
  .c-feature2 .balloon.sports p{
    margin-top: 5px;
  }

/* schedule 運行管理ベース
====================================*/
  .schedule{
    padding-bottom: 75px;
  }
  .c-schedule{
    background: #f4f3ed;
    margin-bottom: 45px;
    padding: 30px;
    border-radius: 4px;
  }
  .c-schedule-inner{
    background: #fff;
    border-radius: 4px;
  }
  .schedule_title{
    background:repeating-linear-gradient(-45deg, #275691 0, #275691 2px, #346097 2px, #346097 5px);
    border-radius: 4px 4px 0 0;
  }
  .schedule_title p{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 55px;
  }
  .schedule_info{
    padding: 40px 0 40px 135px;
    display: flex;
    align-items: center;
  }
  .schedule_info table{
    margin-right: 55px;
  }
  .schedule_info table tr td{
    font-size: 18px;
    text-align: left;
    vertical-align: top;
  }
  .schedule_info table tr:nth-child(2),
  .schedule_info table tr:nth-child(6),
  .schedule_02_inner .schedule_info table tr:nth-child(7){
    height: 40px;
  }
  .schedule_info table tr td.time{
    position: relative;
    color: #214674;
    width: 60px;
    font-weight: bold;
    text-align: right;
  }
  .schedule_info table tr td.time::after{
    content: "";
    position: absolute;
    top: 7px;
    right: -24px;
    background: #4e86dc;
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
  .schedule_info table tr td.line{
    vertical-align: bottom;
  }
  .schedule_info table tr td.line-b{
    vertical-align: top;
  }
  .schedule_info table tr td.line div{
    width: 1px;
    height: 84px;
    margin: 0 15px;
    padding-bottom: 5px;
    border-left: 2px dotted #4e86dc;
  }
  .schedule_info table tr td.line div.row4{
    height: 115px;
  }
  .schedule_info table tr td.rest{
    color: #4e86dc;
    background: url(../images/schedule_bg_pattern.jpg);
    padding: 5px 0 5px 25px;
    font-size: 18px;
  }
  .schedule_info table tr td.rest2{
    height: 73px;
    vertical-align: middle;
  }
  /*運行管理*/
    .schedule_operation table tr td.rest{
      padding: 5px 0 5px 62px;
    }
    .schedule_operation table tr td.line4 div{
      height: 115px;
    }
  /*ビルサービス*/
    .schedule_building{
      padding: 40px 0 40px 110px;
    }
    .schedule_building table{
      margin-right: 30px;
    }
    .schedule_building table tr:nth-child(2),
    .schedule_building table tr:nth-child(6){
      height: auto;
    }
    .schedule_01_inner .schedule_building table tr:nth-child(2){
      height: 40px;
    }
    .schedule_02_inner .schedule_building table tr:nth-child(1){
      height: 210px;
    }
    .schedule_building table tr td.line{
      vertical-align: middle;
    }
    .schedule_building table tr td.line6 div{
      height: 160px;
      padding-bottom: 0;
    }
    .schedule_building table tr td.line8 div{
      height: 263px;
      padding-bottom: 0;
    }
  /*指定管理*/
    .schedule_designated table tr:nth-child(2),
    .schedule_designated table tr:nth-child(5),
    .schedule_designated table tr:nth-child(6),
    .schedule_02_inner .schedule_designated table tr:nth-child(7){
      height: auto;
    }
    .schedule_01_inner .schedule_designated table tr:nth-child(3),
    .schedule_02_inner .schedule_designated table tr:nth-child(2){
      height: 40px;
    }
    .schedule_02_inner .schedule_designated table tr:nth-child(4){
      height: 55px;
    }
    .schedule_designated table tr td.line6 div{
      height: 92px;
    }
    .schedule_designated table tr td.line2 div{
      height: 50px;
    }
    .schedule_designated table tr td.line4 div{
      height: 95px;
    }
  /*マンション管理*/
    .schedule_mansion{
      padding: 40px 0 40px 120px;
    }
    .schedule_mansion table tr:nth-child(2),
    .schedule_mansion table tr:nth-child(6),
    .schedule_02_inner .schedule_buiding table tr:nth-child(7){
      height: auto;
    }
    .schedule_01_inner .schedule_mansion table tr:nth-child(3),
    .schedule_01_inner .schedule_mansion table tr:nth-child(6){
      height: 40px;
    }
    .schedule_02_inner .schedule_mansion table tr td.line{
      vertical-align: middle;
    }
    .schedule_mansion table tr td.line div{
      height: 70px;
    }
    .schedule_mansion table tr td.line4 div{
      height: 100px;
    }
    .schedule_mansion table tr td.line7 div{
      height: 178px;
      padding-bottom: 0;
    }
  /*食品検査*/
    .schedule_food{
      padding: 40px 0 40px 120px;
    }
    .schedule_food table tr:nth-child(2){
      height: 40px;
    }
    .schedule_food table tr:nth-child(4){
      height: 50px;
    }
    .schedule_food table tr td.line div{
      height: 50px;
    }
    .schedule_food table tr td.line3 div{
      height: 85px;
    }
    .schedule_food table tr td.rest{
      height: 45px;
      vertical-align: middle;
    }
  /*エスポ*/
    .schedule_sports{
      padding: 40px 0 40px 120px;
    }
    .schedule_sports table tr:nth-child(2),
    .schedule_sports table tr:nth-child(6),
    .schedule_02_inner .schedule_sports table tr:nth-child(7){
      height: auto;
    }
    .schedule_02_inner .schedule_sports table tr:nth-child(2){
      height: 40px;
    }
    .schedule_02_inner .schedule_sports table tr:nth-child(7){
      height: 45px;
    }
    .schedule_01_inner .schedule_sports table tr td.line{
      vertical-align: middle;
    }
    .schedule_sports table tr td.line2 div{
      height: 50px;
    }
    .schedule_sports table tr td.line6 div{
      height: 155px;
      padding-bottom: 0;
    }
    .schedule_sports table tr td.line6-2 div{
      height: 170px;
      padding-bottom: 0;
    }

  /*ベトナム*/
   .schedule_vietnam table tr td.rest {

    padding: 5px 0 5px 32px;

}

  .schedule_vietnam table tr td.line-t{
    vertical-align: top;
  }
  .schedule_vietnam table tr td.line-t div{
	height: 158px;
	margin-top: 10px;
  }
  .schedule_vietnam table tr td.line-t2 div{
	height:100px;
  }
  .schedule_vietnam table tr td.line-b div{
	 height: 44px;
  }
    .schedule_vietnam table tr td{
		letter-spacing:-0.05em;
	}

.schedule_info {
    padding: 40px 0 40px 55px;
}

/* qa
====================================*/
  .qa{
    padding-bottom: 60px;
  }
  .qa_info dl dt{
    position: relative;
    color: #fff;
    background: #214674;
    margin-bottom: 10px;
    padding-left: 80px;
    border-radius: 4px;
    font-size: 22px;
    font-weight: bold;
    line-height: 70px;
    text-align: left;
    cursor: pointer;
  }
  .qa_info dl dt::before{
    content: "";
    position: absolute;
    top: 12px;
    left: 25px;
    background: url(../images/qa_img_q.png)no-repeat;
    background-size: 42px 42px;
    width: 42px;
    height: 42px;
  }
  .qa_info dl dt::after{
    content: "";
    position: absolute;
    top: 45%;
    right: 35px;
    background: url(../sp/images/top/ar02.png) no-repeat;
    background-size: 7px 12px;
    width: 8px;
    height: 12px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all .3s 0s ease;
  }
  .qa_info dl dt.move::after{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: all .3s 0s ease;
  }
  .qa_info dl dd{
    display: none;
    position: relative;
    margin: 10px 0 40px;
    padding-left: 80px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
  .qa_info dl dd::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 25px;
    background: url(../images/qa_img_a.png)no-repeat;
    background-size: 42px 42px;
    width: 42px;
    height: 42px;
  }

/* system
====================================*/
  .system{
    padding-bottom: 60px;
  }
  .system_info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-system{
    background: #f4f3ed;
    width: 490px;
    height: 140px;
    margin-bottom: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-system-one {
	 
	 }
  .c-system-one .c-system{
	padding: 20px;
	 width:1000px;
	 box-sizing:border-box;
	 height: 200px;
  }
  .c-system img{
    width: 81px;
    height: 81px;
  }
  .c-system p{
    width: 350px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
  }
    .c-system-one .c-system p{
		width:880px;
	}

/* flow
====================================*/
  .flow{
    padding-bottom: 60px;
  }
  .flow_info{
    width: 775px;
    margin: 0 auto;
    text-align: left;
  }
  .flow_info ol li{
    padding: 6px 0;
    border-bottom: 1px dotted #8b9499;
    display: flex;
    align-items: center;
  }
  .flow_info ol li:last-child{
    border-bottom: none;
  }
  .flow_info ol li img{
    padding-right: 20px;
  }
  .flow_info ol li strong{
    color: #d71f46;
    font-size: 20px;
    font-weight: bold;
  }
  
  .flow_info ol li:last-child strong{
    color: #214674;
  }
  .flow_info ol li strong.blue{
    color: #214674;
  }
  .flow_info ol li p{
    font-size: 16px;
  }
  /*ビルサービス*/
  .flow_info.building ol li:nth-child(6) strong{
    color: #214674;
  }
  .flow_info.building ol li:last-child strong{
    color: #18929d;
  }

/* Contact
====================================*/
  .contact_wrapper{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .contact {
    margin: 0 auto;
    width: 1000px;
    background: #FFFFFF;
  	padding:40px 77px;
  	box-sizing:border-box;
    clear: both;
    overflow: hidden;
  }
  .contact p {
    float: left;
  	color:#214674;
  	font-size:22px;
    line-height: 1.4;
  	text-align:center;
  	font-weight: bold;
  }
  .contact p span.small {
  	display:block;
  	font-size:18px;
  }
  .contact p.tel {
  	width:272px;
  	height:52px;
  	text-indent:-9999px;
  	background:url(../images/tel.png) no-repeat center center;
    margin-left: 27px;
  }
  .contact p.btn {
    float: right;
  }
  .contact p.btn a {
    display: block;
  	width: 265px;
    background:url(../images/ar01.png) #d71f46 no-repeat right 20px top 50%;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    padding: 12px 0;
    border-radius: 26px;
    box-shadow: 2px 2px 6px 0px #e7e5e1;
  	transition: all 300ms 0s ease;
  }
  .contact p.btn a:hover {
  	text-decoration:none;
  	opacity:0.8;
  }
  .jobOffer_btn{
    text-align: center;
  }
  .jobOffer_btn a{
    position: relative;
    color: #fff;
    background: #51b4ec;
    padding: 15px 65px;
    font-size: 20px;
    border-radius: 30px;
    transition: all .3s 0s ease;
  }
  .jobOffer_btn a:hover{
    text-decoration: none;
    opacity: 0.8;
  }
  .jobOffer_btn a::before{
    content: "";
    position: absolute;
    top: 45%;
    right: 20px;
    background: url(../images/ar01.png) no-repeat;
    width: 6px;
    height: 10px;
  }
  .jobOffer_btn.ext{
    margin-top: 40px;
  }
  .jobOffer_btn.ext a::before{
    content: "";
    position: absolute;
    top: 30%;
    right: 20px;
    background: url(../images/ext_icon.png) no-repeat;
    width: 10px;
    height: 10px;
  }


#Main .service_box{
	background:#f7f5f0;
	padding:40px 0 60px;
	margin-top:50px;

}
#Main .service_box ul {
    display: flex;
    flex-wrap: wrap;
	width:1000px;
	margin:30px auto 0;

}
#Main .service_box ul li{
	background: url(../images/border_pattern.jpg);
	width: 473px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 8px;
	border-radius: 4px;
}
#Main .service_box ul li:nth-child(2n){
	margin-right: 0;
}

#Main .service_box_inner{
    background: #ffffff;
    padding: 25px;
	height:422px;
}
#Main .service_box_inner2{
	height:445px;
}


#Main .service_box_inner .ph{
	margin-bottom:30px;

}
#Main .service_box_inner .tl{
	margin-bottom:15px;
}
#Main .service_box_inner .txt{
	margin-bottom:15px;
	font-size:16px;
}

#Main .service_box_inner .btn{
	width:60%;
	margin:0 auto;
}
#Main .service_box_inner .btn a{
	display: block;
    width: 265px;
    background: url(../images/top/ar01.png) #51b4ec no-repeat right 20px top 50%;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    padding: 8px 0;
    border-radius: 26px;
    box-shadow: 2px 2px 6px 0px #e7e5e1;
    transition: all 300ms 0s ease;

}
#Main .service_box_inner .btn a:hover {
    text-decoration: none;
    opacity: 0.8;

}

#Main .service-c-inner{
	width:auto;
}



/* reason
====================================*/

  .reason ul{
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 30px 15px;
    border-radius: 4px;
  }
  .reason ul:last-child{
    margin-bottom: 0;
  }
  .reason ul li:last-child{
    margin-bottom: 0;
  }
  .reason ul li{
    font-size: 18px;
    margin-bottom: 5px;
  }
   .reason ul li.tl{
	  font-weight:bold;
}

  .reason ul li span{
    color: #3567b2;
    font-size: 22px;
  }
  .reason ul li {
    font-size: 16px;
  }

.Performance_area{
    display: flex;
    flex-wrap: wrap;
	width:1000px;
	margin:30px auto 0;
}

.Performance_area li{
	margin:0 15px 15px 0;
}

.Performance_area li:nth-child(2n){
	margin-right:0;
}

#Main .no_mar{
	margin-bottom:0;
}

#Main .qa_info.no_mar{
	padding-bottom:0;
}

.btn_sec {
  padding-top: 20px;
  padding-bottom: 70px;
  background: #fff;
}
.btn_sec h3 {
  text-align: center;
}
.btn_sec ul {
  display: flex;
  justify-content: space-around;
}
.btn_sec ul li a {
  min-width: 270px;
  display: block;
  box-sizing: border-box;
  padding: 15px 40px;
}
.btn_sec ul li a span {
  font-size: 14px;
}

.person_info .col {
  max-width: 320px;
}

.person_info .c-person {
  border-radius: 4px 4px 0 0;
}

.person_info .col figure {
  margin: 0;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.person_info .col figure img { width: 100%;}