@charset "UTF-8";

/*
---------------------------------------------- トップページ  ---------------------------------------------- 
*/

#top_logo_wrap{
  text-align: center; 
  margin: 0 0 30px 0;
  line-height: 0;
}
#top_logo{
display: inline-block;
}
#top_logo_wrap .top_logo_img .top_logo_cover{
   overflow: hidden;
   transition-duration: 0.4s;
   transition-property: width, height;
   transition-timing-function: linear;
 }

 #top_logo_wrap .clone_img{
   opacity: 0;
 }
 #top_logo_wrap .top_logo_cover{
   position: absolute;
   top: 0;
   left: 0;
   overflow: hidden;
   height: 0;
 }

 #top_logo_wrap .top_logo_cover figure{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
 }

#top_logo_wrap .up_anime .top_logo_cover{
  position: absolute;
  top: auto;
  bottom: 0;
 }

#top_logo_wrap .up_anime .top_logo_cover figure{
  top: auto;
  bottom: 0;
}

#top_logo_wrap .right_anime .top_logo_cover{
  position: absolute;
  left: 0;
  right: auto;
 }

#top_logo_wrap .right_anime .top_logo_cover figure{
  left: 0;
  right: auto;
}

 #top_logo_wrap.active .top_logo_cover{
   width: 100% !important;
   height: 100% !important;
 }

 #top_logo_obj{
   /*width: 41.78629%;*/
   width: 68px;
   margin: 0 auto;
 }

 #top_logo_text{
   width: 100%;
   margin: 10.8% auto 0 auto;
   position: relative; 
   /*padding: 0 0 24.01215%;*/
   padding: 0 0 39px 0;
   overflow:  hidden;
 }

 #top_logo{
   width: 163px;
 }
 #top_logo_wrap .border01{ height: 5px;}
 #top_logo_wrap .border02{ height: 6px; }

/*
 @media all and (max-width: 700px) {
   #top_logo{
     width: 130px;
   }
   #top_logo_wrap .border01{ height: 3.95px;}
   #top_logo_wrap .border02{ height: 4.7px; }
 }*/

#top_news_slide{
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #000000;
}

#top_news_slide .news_slide_content{
  position: relative;
  padding: 0 0 0 57px;
}

#top_news_slide .news_slide_content:after{
  content: "";
  position: absolute;
  top :0;
  left: 3px;
  width: 34px;
  height: 40px;
  background-image: url(../img/icon/icon_news@2x.png);
  background-size: 100% auto;
  background-repeat:  no-repeat;
}

#top_news_slide .news_slide_content .news_date{
  color: #666666;
  line-height: 1;
  margin: 0 0 10px 0;
}

#top_news_slide .swiper-slide{
  background: #ffffff;
}

#top_news_slide .swiper-pagination_wrap{
  position: static;
  text-align: center;
  margin: 30px 0 0 0;
}

.top_box_wrap{
  position: relative;
}

.top_box_wrap .top_box{
  text-align: center;
}

@media all and (max-width: 950px) {
  .top_box_wrap .top_box{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #000000 !important;
  }
  .top_box_wrap .top_box_in{
    border: none !important;
  }
  #top_section01,
  #top_section02,
  #top_section03,
  #top_section04{
    border: none !important;
  }
  
  
}

.top_box_wrap .top_box_link{
  height: 100%;
}

.top_box_wrap .top_box_in{
  position: relative;
  height: 100%;
}

.top_box_wrap .top_box_content_wrap{
  position: relative;
  height: 100%;
  letter-spacing: -0.4em;
  padding: 40px;
}

.top_box_wrap .top_box_content_wrap:after{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
}

.top_box_wrap .top_box_content{
  position: relative;
  display: inline-block;
  vertical-align:  middle;
  letter-spacing: 0.05em;
  z-index: 2;
}

.top_box_wrap .top_box_bg_img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_box_wrap .top_box_number_title{
  color: #ffffff;
}

.top_box_wrap .top_box_number_title span{
  display: block;
  line-height: 1;
}

.top_box_wrap .top_box_number_title .text01{
  font-size: 100px;
  font-family: 'Roboto';
  font-weight: 300;
  margin: 0 0 16px 0;
  line-height: 0.75;
}

.top_box_wrap .top_box_number_title .text02{
  font-size: 50px;
  padding: 0 10px 2px 10px;
  margin: 0 0 12px 0;
  border-bottom: 1px solid #ffffff;
  font-family: 'Roboto';
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}


.top_box_wrap .top_box_number_title .text03{
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media all and (max-width: 700px) {
  .top_box_wrap .top_box_content_wrap{
    padding: 37px 20px;
  }
  .top_box_wrap .top_box_number_title .text01{
   font-size: 80px; 
  }
  .top_box_wrap .top_box_number_title .text02{
   font-size: 26px; 
  }
  .top_box_wrap .top_box_number_title .text03{
   font-size: 13px; 
  }
}


/*  #top_section01 */


#top_section01{
  position: relative;
}

#top_section01:after{
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 348px;
  background-image: url(../img/template/main_bg@2x.png);
  background-size: 170px auto;
  background-repeat: repeat-x;
  border-top: 1px solid #000000;
}

#top_section01 .main_content{
  position: relative;
  z-index: 2;
}

#top_section01 .top_box_wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-wrap : wrap;
	-webkit-flex-wrap : wrap;
  -ms-flex-wrap : wrap;
  -o-flex-wrap : wrap;
	flex-wrap : wrap;
  width: 100%;
}

#top_section01 .top_main_title{
  margin: 0 0 20px 0;
  text-align: center;
}

#top_section01 .top_main_title span{
  display: block;
}

#top_section01 .top_main_title .text01{
  margin: 0 0 40px 0;
}

#top_section01 .top_main_title .text02{
  font-size: 20px;
  line-height: 1;
}

/*  #top_section01 .top_box:nth-child(1) */

#top_section01 .top_box:nth-child(1){
  width: 34.5%;
  text-align: center;
}

#top_section01 .top_box:nth-child(1) .top_box_content{
  display: block;
  text-align: left;
}

/*  #top_section01 .top_box:nth-child(2) */

#top_section01 .top_box:nth-child(2){
  width: 65.5%;
}

@media all and (min-width: 951px) {
  #top_section01 .top_box:nth-child(2) .top_box_in{
    min-height: 600px;
  }
}

/* pad以下 */
@media all and (max-width: 950px) {
  #top_section01 .top_box_wrap{
    display: block;
  }
  #top_section01 .top_box:nth-child(1){
    width: auto;
  }
  #top_section01 .top_main_title .text01 img{
    width: 130px;
  }
  
  #top_section01 .top_box:nth-child(2){
    width: auto;
  }
  
  #top_section01 .top_box:nth-child(2) .top_box_content_wrap{
    height: 80vw;
  }
}


/*  #top_section02 */

#top_section02 .top_box:nth-child(1){
  float: right;
  width: 50%;
}

#top_section02 .top_box:nth-child(1) .top_box_in{
  border-bottom: 1px solid #000000;
}

#top_section02 .top_box:nth-child(1) .btn_area{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
}

#top_section02 .top_box:nth-child(1) .btn_wrap{
  width: 50%;
  height: 100%;
  border-right: 1px solid #000000;
  font-size: 18px;
}

#top_section02 .top_box:nth-child(1) .btn_content{
  border: 1px solid #ffffff;
}

#top_section02 .top_box:nth-child(1) .btn_wrap:last-child{
  border-right: none;
}

#top_section02 .top_box:nth-child(1) .btn{
  background-color: #c2a374;
  height: 160px;
  padding: 20px;
  -moz-transition: background-color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s;
  -ms-transition: background-color 0.4s ease 0s;
  -webkit-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}

#top_section02 .top_box:nth-child(1) .btn:hover{
  background-color: #7c684a;
}

#top_section02 .top_box:nth-child(1) .btn_text{
  position: relative;
  color: #ffffff;
  /*padding: 60px 0 0 0;*/
  line-height: 1;
}

/*
#top_section02 .top_box:nth-child(1) .btn_text:after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
}*/

/*
#top_section02 .top_box:nth-child(1) .btn_wrap:nth-child(1) .btn_text:after{
  width: 53px;
  height: 45px;
  margin: 0 0 0 -26px;
  background-image: url(../img/icon/icon_owner@2x.png);
}

#top_section02 .top_box:nth-child(1) .btn_wrap:nth-child(2) .btn_text:after{
  width: 45px;
  height: 41px;
  margin: 0 0 0 -22px;
  background-image: url(../img/icon/icon_contractor@2x.png);
}*/

#top_section02 .top_box:nth-child(2){
  float:left;
  width: 50%;
  border-right: 1px solid #000000;
}

#top_section02 .top_box:nth-child(2){
  float: right;
  width: 50%;
}

#top_section02 .top_box:nth-child(2) .top_box_in{
  padding: 0 0 100% 0;
}

#top_section02 .top_box:nth-child(2) .top_box_content_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top_section02 .top_box:nth-child(3){
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: calc(100% - 160px);
}

#top_section02 .top_box:nth-child(3) .top_box_in{
  
}

/* pad以下 */
@media all and (max-width: 950px) {
  #top_section02 .top_box:nth-child(1){
    float: none;
    width: auto;
  }
  #top_section02 .top_box:nth-child(2){
    float: none;
    width: auto;
  }
  #top_section02 .top_box:nth-child(2) .top_box_in{
     padding: 0;
  }
  #top_section02 .top_box:nth-child(2) .top_box_content_wrap{
    position: static;
    width: auto;
  }
  #top_section02 .top_box:nth-child(3){
    position: static;
    width: auto;
    height: auto;
  }
  
  #top_section02 .top_box:nth-child(2) .top_box_content_wrap{
    height: 100vw;
  }
  #top_section02 .top_box:nth-child(3) .top_box_content_wrap{
    height: 70vw;
  }
}

/*  #top_section03 */

#top_section03 .top_box:nth-child(2),
#top_section03 .top_box:nth-child(3){
  float: right;
  width: 50%;
  clear: right;
}

#top_section03 .top_box:nth-child(1) .top_box_content_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top_section03 .top_box:nth-child(1){
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-right: 1px solid #000000;
}

#top_section03 .top_box:nth-child(1) .top_box_in{
  padding: 0 0 75% 0;
}

#top_section03 .top_box:nth-child(2){
  border-bottom: 1px solid #000000;
}

#top_section03 .top_box:nth-child(2) .top_box_content_wrap{
  padding-top: 70px;
  padding-bottom: 70px;
}

@media all and (max-width: 950px) {
  
  #top_section03 .top_box:nth-child(1){
    position: static;
    width: auto;
    height: auto;
  }
  
  #top_section03 .top_box:nth-child(2),
  #top_section03 .top_box:nth-child(3){
    float: none;
    width: auto;
  }
  #top_section03 .top_box:nth-child(1) .top_box_content_wrap{
    position: static;
    width: auto;
    height: auto;
  }
  #top_section03 .top_box:nth-child(1) .top_box_in{
    padding: 0 0 0 0;
  }
  
  
  #top_section03 .top_box:nth-child(1) .top_box_in,
  #top_section03 .top_box:nth-child(3) .top_box_in{
    padding: 0 0 0 0;
  }
  
  #top_section03 .top_box:nth-child(1) .top_box_content_wrap{
    height: 74.1vw;
  }
  #top_section03 .top_box:nth-child(2) .top_box_content_wrap{
    /*height: 79.2vw;*/
    height: 74.1vw;
    padding-top: 37px;
    padding-bottom: 37px;
  }
  
}

#top_section03 .top_box:nth-child(3) .btn_area{
  height: 100%;
}

#top_section03 .top_box:nth-child(3) .btn_wrap{
  display: block;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
}

#top_section03 .top_box:nth-child(3) .btn_content{
  border: 8px solid #ffffff;
}

#top_section03 .top_box:nth-child(3) .btn_wrap:last-child{
  border-bottom: none;
}


#top_section03 .top_box:nth-child(3) .btn{
  background: #000000;
  height: 160px;
  padding: 20px;
}

#top_section03 .top_box:nth-child(3) .btn_text{
  position: relative;
  color: #ffffff;
  line-height: 1;
  font-size: 40px;
  font-family: 'Roboto';
  font-weight: 700;
  letter-spacing: normal;
}

/*  #top_section04 */

#top_section04 .top_box:nth-child(1){
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  border-right: 1px solid #000000;
}

#top_section04 .top_box:nth-child(2),
#top_section04 .top_box:nth-child(3){
  float: right;
  width: 50%;
  clear: right;
}

#top_section04 .top_box:nth-child(1) .top_box_content_wrap,
#top_section04 .top_box:nth-child(2) .top_box_content_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top_section04 .top_box:nth-child(2){
  border-bottom: 1px solid #000000;
}

#top_section04 .top_box:nth-child(2) .top_box_in{
  padding: 0 0 100% 0;
}

@media all and (max-width: 950px) {
  #top_section04 .top_box:nth-child(1){
    position: static;
    width: auto;
    height: auto;
  }
  
  #top_section04 .top_box:nth-child(2),
  #top_section04 .top_box:nth-child(3){
    float: none;
    width: auto;
  }
  
  #top_section04 .top_box:nth-child(1) .top_box_content_wrap,
  #top_section04 .top_box:nth-child(2) .top_box_content_wrap{
    position: static;
    width: auto;
    height: auto;
  }
  
  #top_section04 .top_box:nth-child(2) .top_box_in{
    padding: 0;
  }
  
  #top_section04 .top_box:nth-child(1) .top_box_content_wrap{
    height: 100vw;
  }
  #top_section04 .top_box:nth-child(2) .top_box_content_wrap{
    height: 70.8vw;
  }
  
}

@media all and (max-width: 700px) {
  #top_section04 .top_box:nth-child(3) .btn{
    padding: 12px;
    height: 86px;
  }
  #top_section04 .top_box:nth-child(3) .btn_text{
   font-size: 21px; 
  }
}

/* .top_box_bg_slide..swiper-container_wrap */

.top_box_wrap .top_box.swiper-container_wrap{
	height: auto;
}

.top_box_wrap .swiper-pagination_wrap{
	position: absolute;
	bottom: 20px;
	margin: 0;
	width: 100%;
	z-index: 20;
}

/* .top_box_bg_slide */

.top_box_bg_slide{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	z-index: 1 !important;
}

.top_box_bg_slide:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	pointer-events: none;
	z-index: 2;
}

.top_box_bg_slide .swiper-container_wrap,
.top_box_bg_slide .swiper-container,
.top_box_bg_slide .swiper-wrapper,
.top_box_bg_slide .swiper-slide{
	width: 100%;
	height: 100%;
}


/*
---------------------------------------------- 詳細ページ  ---------------------------------------------- 
*/


.project_content .info_list_wrap{
  display: block;
}

.project_content .info_list_wrap .info_list_in{
  display: block;
}

.project_content .info_list_wrap .info_list .info_list_image{
  min-width: 100%;
  margin: 0 0 38px 0;
}

.project_content .info_list_wrap .info_list .info_list_title01{
  font-size: 25px;
  margin: 0 0 40px 0;
  text-align: center;
  font-weight: 400;
}

.project_content .info_list_wrap .info_list_in .info_list_text{
  padding: 0;
}

/* pc */
@media all and (min-width: 951px) {
}

/* pad以下 */
@media all and (max-width: 950px) {
}

/*
---------------------------------------------- COMPANY  ---------------------------------------------- 
*/


#company_top_01 .title.type02{
  margin-bottom: 30px;
}

@media all and (min-width: 950px ) and (max-width: 1000px) {
  .title.type02 .text02 { font-size: 34px; }
}

/* pad */
@media all and (min-width: 701px ) and (max-width: 950px) {
}

/* sp */
@media all and (max-width: 700px) {
}


#company_03_02 .comapny_list li{
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  border-bottom: 1px dotted #b3b3b3;
}

#company_03_02 .comapny_list li:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

#company_04_02 .table.type01 .table_tr:last-child .table_th{
  border-bottom: none;
}

#company_04_02 .table.type01 .table_tr:last-child .table_td_in{
  border-bottom: none;
}



/*
---------------------------------------------- RECRUIT  ---------------------------------------------- 
*/

/*
.recruit #page_main{
  max-width: none;
}

.recruit #page_main .page_title.type01{
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.recruit #page_contents{
  padding-right: 220px;
  padding-left: 0px;
}

.recruit #page_contents .top_box_wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.recruit #page_contents .top_box{
  width: 100%;
}

@media all and (max-width: 950px) {
  .recruit #page_main{
    max-width: none;
  }
  .recruit #page_contents{
    padding-right: 40px;
    padding-left: 40px;
  }
  #recruit_top_01{
    margin-left: -40px;
    margin-right: -40px;
  }
  #recruit_top_01_02{
    padding: 0 40px;
  }
}

@media all and (max-width: 700px) {
  .recruit #page_contents{
    padding-right: 20px;
    padding-left: 20px;
  }
  .recruit #page_contents .top_box_wrap{
   display: block; 
  }
  .recruit #page_contents .top_box{
    width: 100% !important;
  }
  #recruit_top_01{
    margin-left: -20px;
    margin-right: -20px;
  }
   #recruit_top_01_02{
    padding: 0 20px;
  }
}


.recruit #page_contents .top_box:nth-child(1) .title.type05{
  margin: 0 0 25px 0;
}

.recruit #page_contents .top_box:nth-child(1) .top_box_content{
  display: block;
  text-align: left;
}

.recruit #page_contents .top_box:nth-child(1) .recruit_top_text01{
  max-width: 305px;
  margin: 0 0 0 auto;
}

.recruit #page_contents .top_box:nth-child(1) .recruit_top_text01_content{
  padding: 20px 25px;
  background: rgba(0,0,0,0.6);
  color: #ffffff;
}


.recruit #page_contents .top_box:nth-child(1) .recruit_top_text01_title{
  position: relative;
  text-align: center;
  font-size: 25px;
  padding: 0 0 0.5em 0;
  margin: 0 0 0.8em 0;
  line-height: 1.4;
}

.recruit #page_contents .top_box:nth-child(1) .recruit_top_text01_title:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  height: 1px;
  background: #ffffff;
}



.recruit #page_contents .top_box:nth-child(1) .recruit_top_text01_title > *{
  display: block;
}


.recruit #page_contents .top_box:nth-child(1) .recruit_top_text01_title .text01{
  letter-spacing: 0.05em;
  margin: 0 0 0.7em 0;
  font-size: 13px;
}

.recruit #page_contents .top_box:nth-child(1) .recruit_top_text01_title .text02{
  letter-spacing: 0.1em;
  margin: 0 0 0.7em 0;
  line-height: 1;
}

.recruit #page_contents .top_box:nth-child(1) .recruit_top_text01_title *:last-child{
  margin-bottom: 0 !important;
}

@media all and (max-width: 700px) {
  .recruit #page_contents .top_box:nth-child(1) .recruit_top_text01{
   max-width: none; 
  }
  .recruit #page_contents .top_box:nth-child(1) .recruit_top_text01_title{
   font-size: 20px; 
  }
  .recruit #page_contents .top_box:nth-child(1) .hover_large::before{
    display: none !important;
  }
  .recruit #page_contents .top_box:nth-child(1) .recruit_top_text01_content{
    padding: 0;
    background: none;
    color: #000000;
  }
}


.recruit #page_contents .top_box:nth-child(2){
  width: 50%;
}

.recruit #page_contents .top_box:nth-child(2) .recruit_top_text02{
  color: #ffffff;
  font-size: 25px;
}

.recruit #page_contents .top_box:nth-child(2) .recruit_top_text02_title{
  text-align: center;
  line-height: 1;
  margin: 0 0 2em 0;
}

.recruit #page_contents .top_box:nth-child(2) .recruit_top_text02_title .text01{
  display: inline-block;
  padding: 4px;
  border: 1px solid #ffffff;
}

.recruit #page_contents .top_box:nth-child(2) .recruit_top_text02_title .text01_in{
  display: block;
  padding: 0.66em 1.6em;
  border: 1px solid #ffffff;
}

@media all and (max-width: 700px) {
  .recruit #page_contents .top_box:nth-child(2) .recruit_top_text02{
   font-size: 18px; 
  }
}

.recruit #page_contents .top_box:nth-child(3){
  width: 50%;
  background: #000000;
  color: #ffffff;
}

.recruit #page_contents .top_box:nth-child(3) a{
  color: #ffffff;
}

.recruit #page_contents .top_box:nth-child(3) .top_box_content_wrap{
  padding: 0;
}

.recruit #page_contents .top_box:nth-child(3) .top_box_content{
  display: block;
  height: 100%;
}

.recruit #page_contents .top_box:nth-child(3) .recruit_top_text03{
  height: 100%;
}

.recruit #page_contents .top_box:nth-child(3) .recruit_top_text03{
  text-align: left;
}

.recruit #page_contents .top_box:nth-child(3) .recruit_top_text03_title{
  font-size: 25px;
  text-align: center;
  line-height: 1;
  padding: 0.6em 0;
  background-color: #000000;
}

.recruit #page_contents .top_box:nth-child(3) .interview_box{
  display: flex;
  display: -webkit-flex;
}

.recruit #page_contents .top_box:nth-child(3) .top_box_content_wrap{
  overflow:  hidden;
}

.recruit #page_contents .top_box:nth-child(3) .inter_view_box_content{
  position: relative;
  width: 50%;
}

.recruit #page_contents .top_box:nth-child(3) .inter_view_box_content:nth-child(1):after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 200%;
  background: #ffffff;
  z-index: 100;
}

.recruit #page_contents .top_box:nth-child(3) .interview_box .image_wrap{
  position: relative;
}

.recruit #page_contents .top_box:nth-child(3) .interview_box .image{
  position: relative;
  height: 0;
  padding: 0 0 55.4% 0;
}

.recruit #page_contents .top_box:nth-child(3) .interview_box .text_wrap{
  padding: 15px;
  line-height: 1.38;
}

.recruit #page_contents .top_box:nth-child(3) .interview_box .text_wrap h3{
  margin: 0 0 1em 0;
}

.recruit #page_contents .top_box:nth-child(3) .interview_box .hover_img{
  height: 0;
  padding: 0 0 55.4% 0;
}

.recruit #page_contents .top_box:nth-child(3) .bar_zone{
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

.recruit #page_contents .top_box:nth-child(3) .inter_view_box_content:nth-child(1) .bar_zone{
  top: 5px;
  left: 5px;
  right: 6px;
  bottom: 5px;
}

@media all and (max-width: 700px) {
  .recruit #page_contents .top_box:nth-child(3) .recruit_top_text03_title{
   font-size: 18px; 
  }
}

.recruit #page_contents .top_box:nth-child(1){
  border-top: 1px solid #000000;
}

.recruit #page_contents .top_box:nth-child(2){
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.recruit #page_contents .top_box:nth-child(3){
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@media all and (max-width: 700px) {
  .recruit #page_contents .top_box:nth-child(2){
    border-right: none;
    border-bottom: none;
  }
}*/

/*  #recruit_top_01_02  */

#recruit_top_01_02 .banner{
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
}

#recruit_top_01_02 .banner li{
  margin-right: 5%;
  width: 47.5%;
}

#recruit_top_01_02 .banner li:last-child{
  margin-right: 0;
}

/* sp */
@media all and (max-width: 700px) {
  
  #recruit_top_01_02 .banner{
   display: block; 
  }
  
  #recruit_top_01_02 .banner li{
    margin: 0 auto 20px auto !important;
    width: 300px;
  }
  
  #recruit_top_01_02 .banner li:last-child{
    margin-bottom: 0 !important;
  }
  
}


#construction_01_03 .ranking_list_wrap .ranking_list{
  padding-left: 1em;
  padding-right: 1em;
}

/*  #owner_01_02 */

#owner_01_02 .ranking_list_wrap .ranking_list:last-child{
  width: 100%;
  margin: 0 0 40px 0;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}


/* 
----------------------------------------------------  物件一覧 ----------------------------------------------------
*/

.company_map_zone{
  
}

#company_maps{
  position: relative;
  margin: 0 0 22px 0;
}

#company_map_pin_area{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#company_map_pin_area .map_pin_wrap{
  position: absolute;
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  margin-top: -30px;
  -webkit-transition: opacity 1s ease 0s, margin-top 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, margin-top 1s ease 0s;
  -o-transition: opacity 1s ease 0s, margin-top 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, margin-top 1s ease 0s;
  transition: opacity 1s ease 0s, margin-top 1s ease 0s;
}

#company_map_pin_area .map_pin_wrap.start{
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
  margin-top: 0px;
}

/*  width 750 height 590 */

/*  マップの位置調整 */

#company_map_pin_area .map_pin_wrap.map1{
  /*top: 375px;
  left: 415px;*/
  top: 63.55%;
  left: 55.33%;
}

#company_map_pin_area .map_pin_wrap.map2{
  /*top: 380px;
  left: 420px;*/
  top: 64.40%;
  left: 56%;
}


#company_map_pin_area .map_pin_wrap.map3{
  /*top: 390px;
  left: 411px;*/
  top: 64.40%;
  left: 54.8%;
}

#company_map_pin_area .map_pin_wrap.map4{
  /*top: 389px;
  left: 393px;*/
  top: 65.93%;
  left: 52.4%;
}

#company_map_pin_area .map_pin_wrap.map5{
  /*top: 386px;
  left: 418px;*/
  top: 65.42%;
  left: 55.73%;
}

#company_map_pin_area .map_pin_wrap.map6{
  /*top: 378px;
  left: 409px;*/
  top: 64.06%;
  left: 54.53%;
}


#company_map_pin_area .map_pin_wrap.map7{
  /*top: 395px;
  left: 397px;*/
  top: 66.94%;
  left: 52.93%;
}

#company_map_pin_area .map_pin_wrap.map8{
  /*top: 375px;
  left: 437px;*/
  top: 63.55%;
  left: 58.26%;
}

#company_map_pin_area .map_pin_wrap.map9{
  /*top: 380px;
  left: 421px;*/
  top: 64.40%;
  left: 56.13%;
}

#company_map_pin_area .map_pin_wrap.map10{
  /*top: 375px;
  left: 425px;*/
  top: 63.55%;
  left: 56.66%;
}

#company_map_pin_area .map_pin_wrap.map11{
  /*top: 368px;
  left: 425px;*/
  top: 62.37%;
  left: 56.66%;
}

#company_map_pin_area .map_pin_wrap.map12{
  /*top: 397px;
  left: 315px;*/
  top: 67.28%;
  left: 42%;
}


#company_map_pin_area .map_pin_wrap.map13{
  /*top: 402px;
  left: 311px;*/
  top: 68.13%;
  left: 41.46%;
}


#company_map_pin_area .map_pin_wrap.map14{
  /*top: 101px;
  left: 557px;*/
  top: 17.11%;
  left: 74.26%;
}

#company_map_pin_area .map_pin_wrap.map15{
  /*top: 95px;
  left: 563px;*/
  top: 16.10%;
  left: 75.06%;
}

#company_map_pin_area .map_pin_wrap.map16{
  /*top: 80px;
  left: 562px;*/
  top: 13.55%;
  left: 74.93%;
}

#company_map_pin_area .map_pin_wrap.map17{
  /*top: 370px;
  left: 420px;*/
  top: 62.71%;
  left: 56%;
}


#company_map_pin_area .map_pin_wrap.map18{
  /*top: 378px;
  left: 409px;*/
  top: 64.06%;
  left: 54.53%;
}

#company_map_pin_area .map_pin_wrap.map19{
  /*top: 366px;
  left: 400px;*/
  top: 62.03%;
  left: 53.33%;
}

#company_map_pin_area .map_pin_wrap.map20{
  /*top: 368px;
  left: 409px;*/
  top: 62.37%;
  left: 54.53%;
}

#company_map_pin_area .map_pin_wrap.map21{
  /*top: 102px;
  left: 492px;*/
  top: 17.28%;
  left: 65.6%;
}

#company_map_pin_area .map_pin_wrap.map22{
  /*top: 102px;
  left: 482px;*/
  top: 17.28%;
  left: 65.6%;
}

#company_map_pin_area .map_pin_wrap.map23{
  /*top: 112px;
  left: 472px;*/
  top: 18.98%;
  left: 62.93%;
}

#company_map_pin_area .map_pin_wrap.map24{
  /*top: 371px;
  left: 402px;*/
  top: 62.88%;
  left: 53.6%;
}

#company_map_pin_area .map_pin_wrap.map25{
  /*top: 383px;
  left: 423px;*/
  top: 64.91%;
  left: 56.4%;
}

#company_map_pin_area .map_pin_wrap.map26{
  /*top: 364px;
  left: 420px;*/
  top: 61.69%;
  left: 56%;
}

#company_map_pin_area .map_pin_wrap.map27{
  /*top: 359px;
  left: 389px;*/
  top: 60.84%;
  left: 51.86%;
}

#company_map_pin_area .map_pin_wrap.map28{
  /*top: 376px;
  left: 384px;*/
  top: 63.72%;
  left: 51.2%;
}

#company_map_pin_area .map_pin_wrap.map29{
  /*top: 103px;
  left: 468px;*/
  top: 17.45%;
  left: 62.4%;
}

#company_map_pin_area .map_pin_wrap.map30{
  /*top: 103px;
  left: 468px;*/
  top: 67.2%;
  left: 41.5%;
}

#company_map_pin_area .map_pin_wrap.map31{
  /*top: 103px;
  left: 468px;*/
  top: 64.2%;
  left: 52%;
}

#company_map_pin_area .map_pin_wrap.map32{
  /*top: 383px;
  left: 410px;*/
  top: 63.22%;
  left: 53.73%;
}

#company_map_pin_area .map_pin_wrap.map33{
  /*top: 100px;
  left: 465px;*/
  top: 17.00%;
  left: 61.4%;
}

#company_map_pin_area .map_pin_wrap.map34{
  /*top: 120px;
  left: 500px;*/
  top: 69.5%;
  left: 40%;
}

#company_map_pin_area .map_pin_wrap.map35{
  /*top: 114px;
  left: 470px;*/
  top: 19%;
  left: 62.5%;
}

#company_map_pin_area .map_pin_wrap.map36{
  /*top: 380px;
  left: 410px;*/
  top: 63%;
  left: 54%;
}

#company_map_pin_area .map_pin_wrap.map37{
  /*top: 380px;
  left: 410px;*/
  top: 63%;
  left: 54%;
}

#company_map_pin_area .map_pin_wrap.map38{
  /*top: 395px;
  left: 390px;*/
  top: 66%;
  left: 52.93%;
}

#company_map_pin_area .map_pin_wrap.map39{
  /*top: 395px;
  left: 397px;*/
  top: 66.94%;
  left: 52.93%;
}

#company_map_pin_area .map_pin_wrap.map40{
  /*top: 380px;
  left: 421px;*/
  top: 64.40%;
  left: 56.13%;
}

#company_map_pin_area .map_pin_wrap.map41{
  /*top: 375px;
  left: 410px;*/
  top: 60%;
  left: 54%;
}

#company_map_pin_area .map_pin_wrap.map42{
  /*top: 393px;
  left: 395px;*/
  top: 66.90%;
  left: 52.90%;
}

#company_map_pin_area .map_pin_wrap.map43{
  /*top: 110px;
  left: 460px;*/
  top: 19.20%;
  left: 58.90%;
}

#company_map_pin_area .map_pin_wrap.map44{
  /*top: 393px;
  left: 400px;*/
  top: 66.90%;
  left: 53.90%;
}

#company_map_pin_area .map_pin_wrap.map45{
  /*top: 392px;
  left: 398px;*/
  top: 66.80%;
  left: 53.80%;
}

#company_map_pin_area .map_pin_wrap.map45{
  /*top: 392px;
  left: 398px;*/
  top: 66.80%;
  left: 53.80%;
}

#company_map_pin_area .map_pin_wrap.map46{
  /*top: 110px;
  left: 469px;*/
  top: 17.45%;
  left: 63.4%;
}

#company_map_pin_area .map_pin_wrap.map47{
  /*top: 109px;
  left: 470px;*/
  top: 17.40%;
  left: 63.6%;
}

#company_map_pin_area .map_pin_wrap.map48{
  /*top: 106px;
  left: 471px;*/
  top: 17.55%;
  left: 63.8%;
}

#company_map_pin_area .map_pin_wrap.map49{
  /*top: 106px;
  left: 372px;*/
  top: 17.58%;
  left: 63.9%;
}

#company_map_pin_area .map_pin_wrap.map50{
  /*top: 112px;
  left: 468px;*/
  top: 19.2%;
  left: 62.3%;
}

/*  マップの位置調整 */

#company_map_pin_area .map_pin_text{
  position: absolute;
  z-index: 10;
  width: 0;
  top: 0;
  left: 50%;
  line-height: 1.54;
  padding: 0 0 20px 0;
}

#company_map_pin_area .map_pin_wrap.active{
  z-index: 100 !important;
}

.map_pin_wrap.active{
  -webkit-animation: down_anime 1s linear infinite;
  animation: down_anime 1s linear infinite;
}

@-webkit-keyframes down_anime {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
	50% {
	  -webkit-transform: translate(0px, -10px);
	}
	100% {
	  -webkit-transform: translate(0px, 0px);
	}
}

@keyframes down_anime {
  0% {
    transform: translate(0px, 0px);
  }
	50% {
    transform: translate(0px, -10px);
  }
	100% {
    transform: translate(0px, 0px);
  }
}

#company_map_pin_area .map_pin_wrap.start .map_pin_text{
  overflow: hidden;
}

#company_map_pin_area .map_pin_wrap.active .map_pin_text{
  overflow: visible !important;
  width: auto;
}

#company_map_pin_area .map_pin_wrap.active .map_pin_text_in{
  -ms-filter: "alpha(opacity=100)" !important;
	-khtml-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;	
}

#company_map_pin_area .map_pin_wrap.active .icon_map_pin.normal_type{
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#company_map_pin_area .map_pin_wrap.active .icon_map_pin.active_type{
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}

#company_map_pin_area .map_pin_text_in{
  position: absolute;
  text-align: left;
  white-space: nowrap;
  padding: 8px 10px;
  background: #ffffff;
  border: 2px solid #cccccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  top: -68px;
  left: 0;
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}


#company_map_pin_area .map_pin_text_in:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -10px;
  margin: 0 0 0 -7px;
}

#company_map_pin_area .map_pin_text_in:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -7px;
  margin: 0px 0 0 -4px;
}

#company_map_pin_area .map_pin_text_title{
  display: inline-flex;
  display: -webkit-inline-flex;
  text-align: center;
  font-weight: 700;
}

#company_map_pin_area .map_pin_text_title .text01{
  width: 2em;
}

#company_map_pin_area .map_pin_text_title .text02{
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

#company_map_pin_area .map_pin_obj{
  position: relative;
  width: 24px;
  height: 35px;
}

/* sp */
@media all and (max-width: 700px) {
  #company_map_pin_area .map_pin_obj{
    width: 12px;
    height: 18px;
  }
}

#company_map_pin_area .icon_map_pin{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

#company_map_pin_area .icon_map_pin.normal_type{
  z-index: 1;
  background-image: url(../img/company/06/company_06_map_pin_red@2x.png);
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}

#company_map_pin_area .icon_map_pin.active_type{
  z-index: 1;
  background-image: url(../img/company/06/company_06_map_pin_black@2x.png);
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.googlemap_wrap .map_address{
  display: block;
  line-height: 1.8;
}

.googlemap_wrap .map_address strong{
  font-size: 110%;
  font-weight: 700;
}

#company_map_img{
  position: relative;
  z-index: 1;
}

.company_map_zone .company_map_point_list_zone{
  border: 2px solid #cccccc;
  background: #ffffff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 25px 27px;
}

.company_map_zone .company_map_point_list_wrap{
  display: flex;
  display: -webkit-flex;
  margin: 0 -20px 0 0;
}

.company_map_zone .company_map_point_list{
  padding: 0 20px 0 0;
  width: 33.3%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}


.company_map_zone .company_map_point_list li{
  cursor: pointer;
  padding: 0.3em 0.5em;
  line-height: 1.4;
  margin: 0 0 0.36em 0;
  display: flex;
  display: -webkit-flex;
  -webkit-transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
  -moz-transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
  -ms-transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
}

.company_map_zone .company_map_point_list li .text01{
  width: 2em;
}

.company_map_zone .company_map_point_list li .text02{
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.company_map_zone .company_map_point_list li.active{
  background-color: #ff0000;
  color: #ffffff;
}


.company_map_zone .company_map_point_list li:last-child{
  margin-bottom: 0;
}

/* sp */
@media all and (max-width: 700px) {
  #company_map_pin_area .map_pin_text_in{
    font-size: 10px;
  }
  
  .company_map_zone .company_map_point_list_wrap{
    display: block;
    margin: 0;
  }
  
  .company_map_zone .company_map_point_list{
    padding: 0;
    width: auto;
    margin: 0 0 0.36em 0;
  }
  
  .company_map_zone .company_map_point_list{
   margin-bottom: 0; 
  }
  
}

/*  .company_map_list_zone */

.company_map_list_zone{
  
}

.company_map_list_zone .company_map_list_wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -22px -40px 0;
}

.company_map_list_zone .company_map_list{
  width: 50%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  padding: 0 22px 44px 0;
}

.company_map_list_zone .company_map_list .list .map_address{
  cursor: pointer;
}

.company_map_list_zone .company_map_title{
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  background: #000000;
  padding: 0.5em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  margin: 0 0 24px 0;
  text-align: center;
}

.company_map_list_zone .googlemap_wrap{
  height: 180px;
}

.company_map_list_zone .company_map_list .list.type01{
  margin: 1.5em 0 0 0;
}

.company_map_list_zone .company_map_list .list.type01 li{
  margin: 0 0 0.6em 0;
}

.company_map_list_zone .company_map_list .list.type01 li strong{
  font-size: 110%;
  font-weight: 700;
}


.company_map_list_zone .company_map_list .list.type01 li:last-child{
  margin: 0 0 0 0;
}



/* sp */
@media all and (max-width: 700px) {
  .company_map_list_zone .company_map_list_wrap{
    display: block;
    margin: 0;
  }
  .company_map_list_zone .company_map_list{
    width: auto;
    padding: 0;
    margin: 0 0 40px 0;
  }
  
  .company_map_list_zone .company_map_list:last-child{
    margin-bottom: 0;
  }
}
/* pc */
@media all and (min-width: 951px) {
}

/* pad以下 */
@media all and (max-width: 950px) {
}

/* pad */
@media all and (min-width: 701px ) and (max-width: 950px) {
}

/* sp */
@media all and (max-width: 700px) {
}

/* ---------------------------------
#residents_01
--------------------------------- */

#residents_01 .title.type02{
  margin: 0 0 20px 0;
}

/* pc */
@media all and (min-width: 951px) {
  #residents_01 .title.type06{
    font-size: 21px;
  }
  #residents_01 .title.type02 .text02{
    font-size: 25px;
  }
  #residents_01 .title.type02 .text03{
    font-size: 15px;
  }
}