/*---------------------------------

             top

-----------------------------------*/
.top_item_box{
  font-family: "kozuka-gothic-pro",sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 8%;
}
.top_item_box_message{
  display: block;
  text-align: center;
  padding-right: 0;
}
.top_item_box_message p{
  margin-bottom: 40px;
}
.img_top_office{
  max-width: 70%;
}
.top_item_box p{
  line-height: 2.2;
}
@media screen and (max-width:959px){
  .top_item_box{
    padding-right:0;
  }

}
@media screen and (max-width:767px){
  .top_item_box{
    display: block;
  }
  .img_top_office{
    max-width: 100%;
  }
  .top_item_box p{
    margin-bottom: 40px;
  }

}


/*---------------------------------
             top_campaign
-----------------------------------*/
.top_campaign_container{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;

}
.top_campaign{
  /* max-width: 280px; */
  width: 32%;
  /* margin: 0 auto ; */
}
.top_campaign a:hover{
  transition: all 0.6s;
}
.top_news_icon{
  display: inline-block;
  font-size: 1.4rem;
  color:#FFFFFF;
  background: #0D0D0D;
  border-radius: 9px 0 0 0 ;
  padding: 6px 14px;
}
.top_campaign_date span{
  font-family: "kozuka-gothic-pro",sans-serif;
  display: inline-block;
  font-size: 1.3rem;

}
.top_campaign_txt span{
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7;
  /* padding: .7em 0 .3em; */
}
.top_campaign_txt p{
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5
}
@media screen and (max-width:600px){
  .top_campaign_container{
    display: block;

  }
  .top_campaign{
    text-align: center;
    width: 80%;
    margin: 0 auto 32px;
  }
  .top_campaign_txt span{
    display: inline-block;
    font-size: 1.6rem;
  }
  .top_campaign_txt p{
    font-size: 1.3rem;
  }
}

/*---------------------------------
    top_service_container
-----------------------------------*/
.top_service_container{

}
.top_service_list{
  max-width: 870px;
  width: 100%;
  margin: 0 auto 120px;
}
.top_service_list:last-child{
  margin: 0 auto 64px;
}
.top_service_list_tit{
  font-weight: 500;
  display: flex;
  align-items: center;
}
.top_service_list_tit.flex_end{
  /* justify-content: flex-end; */
}
.top_service_list_tit.line001::after,
.top_service_list_tit.line003::after{
  content:"";
  display: inline-block;
  height: 1px;
  background:#9099A2;
  position: relative;
  top:-7px;
}
.top_service_list_tit.line002::before{
  content:"";
  display: inline-block;
  height: 1px;
  background:#9099A2;
  position: relative;
  top:-7px;
}
.top_service_list_tit.line001::after{
  flex-grow: 1;
  /* width: 80%; */
}
.top_service_list_tit.line002::before{
  flex-grow: 1;
  /* width: 60%; */
}

.top_service_list_tit.line003::after{
  flex-grow: 1;
  /* width:48%; */
}
.top_service_list_tit img{
  margin-right: 16px;
}
.top_service_list_tit.tit02 img{
  margin-left: 16px;
}
.top_service_list_tit_txt{
  margin-right: 7px;
}
.top_service_list_tit_txt p{
  display:block;
  font-weight: 500;
  font-size: 3.0rem;
}
.top_service_list_tit_txt span{
  font-size: 1.6rem;
  font-weight: 400;
}
.top_service_list_bottom{
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top_service_list_bottom.top_service_list_bottom_re{
  flex-direction: row-reverse;
}

.top_service_list_bottom_txt.top_service_list_bottom_txt02{
  padding-left: 16px;
}
.top_service_list_bottom_txt {
  margin-bottom: 16px;

}

.top_service_list_bottom_txt p{
  font-size: 1.8rem;
  padding-top: 24px;
  line-height: 2;
}
.top_service_btn{
  position: absolute;
  bottom:0;
  left:0;
}
.top_service_btn.top_service_btn_2{
  left:auto;
}

@media screen and (max-width:767px){
  .top_service_list{
    text-align: center;
  }
  .top_service_list_tit{
    display: block;
  }
  .top_service_list_bottom_txt.top_service_list_bottom_txt02{
    padding-left: 0;
  }
  .top_service_list_tit.line001::after{
    content: none;
  }
  .top_service_list_tit.line002::before{
    content:none;
  }
  .top_service_list_tit.line003::after{
    content:none;
  }
  .top_service_list_tit img{
    width: 50px;
    height: auto;
    margin-right: 0;
  }
  .top_service_list_tit.tit02 img{
    margin-left: 0;
  }
  .top_service_list_tit_txt{
    margin-right:0;
  }
  .top_service_list_tit_txt p{
    display:block;
    font-size: 1.8rem;
  }
  .top_service_list_tit_txt span{
    font-size: 1.3rem;
    position: relative;
    top:-4px;
  }
  .top_service_list_bottom{
    padding-top: 0;
    display: block;
    position: relative;
  }
  .top_service_list_bottom_txt p{
    font-size: 1.6rem;
    padding-top: 16px;
    line-height: 1.7;
  }
  .top_service_btn figure img{
    width: 180px;
    height: auto;
  }
  .top_service_btn{
    position: absolute;
    bottom:-55px;
    left:50%;
    margin-left: -90px;
  }

}
@media screen and (max-width:600px){
  .top_service_list_bottom_txt p{
    font-size: 1.3rem;
  }

}


/*---------------------------------

             事業内容

-----------------------------------*/
.service_item{
  font-family: "kozuka-gothic-pro",sans-serif;
  max-width: 1160px;
  width: 95%;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0 3px 6px #E8E1E1;
  margin-bottom: 64px;
}
.service_item:last-child{
  margin-bottom: 0;
}
.service_item_type{
  display: inline-block;
  background: #0D0D0D;
  color:#FFFFFF;
  text-align: center;
  font-size: 1.8rem;
  width: 200px;
  height: 46px;
  line-height: 46px;
  margin-bottom: 48px;
  border-radius: 23px;
  position: relative;
  top:25px;
  left:20px;
}
.service_item_txt_box{
  padding: 0 50px 0 40px;
}
.service_item_txt_box_tit{
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
.service_item_txt_box_bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px 50px 40px;
}
.service_item_txt_box_bottom_txt{
  max-width: 640px;

}
.service_item_txt_box_bottom_txt p{
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width:850px){
  .service_item_txt_box_bottom{
    display: block;
  }
  .service_item_txt_box_bottom_txt{
    margin-bottom: 32px;
  }
}
@media screen and (max-width:600px){
  .service_item{
    margin-bottom: 32px;
  }
  .service_item_type{
    font-size: .8rem;
    width: 85px;
    height: 30px;
    line-height: 30px;
    /* margin-bottom: 32px; */
    left:10px;
  }
  .service_item_txt_box{
    padding: 0 16px;
  }
  .service_item_txt_box_tit{
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .service_item_txt_box_bottom{
    padding: 0 16px 24px;
  }
  .service_item_txt_box_bottom_txt p{
    font-size: 1.3rem;
  }

}



/*---------------------------------

             メッセージ

-----------------------------------*/


.manus_container{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.manus_txt_box{
  margin-right: 16px;
}
.manus_txt_box p{
  font-family: "kozuka-gothic-pro",sans-serif;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 1.6em;
}
.manus_txt_box p:last-child{
  margin-bottom: 0;
}
@media screen and (max-width:767px){
  .manus_container{
    flex-direction: column-reverse;
  }
  .manus_txt_box{
    width: 100%;
    padding-top: 24px;
    margin-right:0;
  }
  .img_message_manus{
    max-width: 50%;
  }

}


/*---------------------------------

            第二新卒紹介マーヌス

-----------------------------------*/
.feature_area{
  font-family: "kozuka-gothic-pro",sans-serif;
  max-width: 960px;
  width: 100%;
  margin: 56px auto 0;
  background: #FFFFFF;
  padding: 36px 40px;
  box-shadow: 0 3px 6px #E8E1E1;
}
.feature_list{
  margin-bottom: 56px;
}
.feature_list:last-child{
  margin-bottom: 0;
}
.feature_list h4{
  font-size: 2.4rem;
  font-weight:700;
  color: #2D8C3C;
  margin-bottom: 1em;
}
.feature_list ul li{
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 8px;
}
.feature_list ul li:last-child{
  margin-bottom: 0;
}

@media screen and (max-width:600px){
  .feature_area{
    margin: 32px auto 0;
    padding: 36px 24px;
  }
  .feature_list{
    margin-bottom: 40px;
  }
  .feature_list h4{
    font-size: 2.0rem;
  }
  .feature_list ul li{
    font-size: 1.6rem;
  }

}

/*---------------------------------

          建設キャリア

-----------------------------------*/
.sp_img_key_career_bottom{
  display: none;
}
.pc_img_key_career_bottom{

}
@media screen and (max-width:767px){
  .sp_img_key_career_bottom{
    display: block;
  }
  .pc_img_key_career_bottom{
    display: none;

  }

}


/*---------------------------------

             会社概要

-----------------------------------*/

/* table */

.plan_table{
  font-family: "kozuka-gothic-pro",sans-serif;
  width: 100%;
  max-width: 100%;
  font-size: 2.0rem;
  margin: auto;
}
.plan_table th{
  font-weight: 500;
  width: 20%;
  text-align: left;
  border-bottom: solid 2px #0D0D0D;
}
.plan_table td{
  font-weight: 400;
  padding: 16px;
  line-height: 1.5;
  border-bottom: solid 2px #DCDCDC;

}
@media screen and (max-width: 767px) {
  .plan_table{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 650px) {
  .plan_table{
    font-size: 1.1rem;
  }
}

/*---------------------------------


          プライバシーポリシー

----------------------------------*/
.privacy_list{
  max-width: 960px;
  width: 100%;
  font-family:'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 auto 40px;
}
.privacy_list_tit{
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 24px;
}
.privacy_txt{
  margin-bottom: 24px;
  line-height: 1.7;
}
.privacy_list ul{
  padding-left: 24px;
}
.privacy_list ul li{
  line-height: 1.5;
  margin-bottom: 16px;
}

@media screen and (max-width:600px){
  .privacy_list{
    font-size: 1.3rem;
  }
  .privacy_list_tit{
    margin-bottom: 8px;
  }
  .privacy_txt{
    margin-bottom: 16px;
  }
  .privacy_list ul{
    padding-left: 8px;
  }

}


/*----------------------------------


              ブログ


-----------------------------------*/

.blog__container{
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.blog-main{
  width: 720px;
  /* padding-left: 2%; */
}
.article_container{
  display: flex;
  align-items: center;
}
.article_txt_box{
  flex:1;
  padding-left: 24px;
}
@media screen and (max-width:850px){
  .blog-main{
    width: 100%;
  }
  .blog__container{
    display: block;
    margin: 40px auto 0;
  }
}
@media screen and (max-width:600px){
  .article_txt_box{
    padding-left: 8px;
  }
}

/*--------------------------

     最新記事のarticle


----------------------------*/
.article{
  border-bottom: 1px solid #0D0D0D;
  padding: 24px 0;
}
.article:last-child{
  border-bottom: none;
}
.blog__date{
  font-family: "kozuka-gothic-pro",sans-serif;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 10px;
}
.blog__type{
  display: inline-block;
  font-size: 1.6rem;
  background: #0D0D0D;
  border-radius: 10px;
  color:#FFFFFF;
  padding: 11px 16px;
  margin-bottom: 10px;
}
/* カテゴリーのaタグを無効化 */
.post-categories li a{
  pointer-events: none;
  color:#FFFFFF;
}

@media screen and (max-width:767px){
  .blog__type{
    font-size: 1.3rem;
    padding: 8px 12px;
  }


}

/*-------------------------------

           個別記事

-------------------------------*/

.article_tit{
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  /* height: 46px; */
  margin-bottom: 16px;
  line-height: 1.7;
}
article p{
  line-height: 1.5;
}
@media screen and (max-width:600px){
  .article_tit{
    width: 200px;
    font-size: 1.3rem;
  }

}


/*-------------------------------


             aside


--------------------------------*/

aside{
  /* background:  #9099A2; */
}

.aside_box{
  width: 280px;
  padding: 32px 24px;
  background: #FFFFFF;
  font-size: 1.6rem;
  border-radius: 13px;
  border: 2px solid #0D0D0D;
}
.aside_box_tit{
  display: block;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1.6em;
}
.aside_box_list li{
  font-family: "kozuka-gothic-pro",sans-serif;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: .5px solid #707070;
}

/*記事のアーカイブ選択 */
.archive_list li{
  color: #FFFFFF;
  margin-bottom: 1em;
}
.archive_list li:last-child{
  margin-bottom: 0;
}
.archive_list li a{
  color:#FFFFFF;
  font-weight: 400;
  font-size: 1.6rem;
}

@media screen and (max-width:959px){
  .aside_box{
    width: 100%;
    padding: 32px 30px;
    font-size: 1.6rem;
  }
  .aside_box_tit{
    text-align: left;
    font-size: 2.0rem;
  }
}

/* single */
.article.single{
  border-top: none;
}
.article_txt_box.single{
  padding-left: 0;
}
.article_tit.single{
  font-size: 2.0rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #D5D5D5;
}
.single_txt_box p{
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width:959px){
  .article_tit.single{
    font-size: 1.8rem;
  }
  .single_txt_box p{
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media screen and (max-width:600px){
  .article_tit.single{
    font-size: 1.6rem;
  }
  .single_txt_box p{
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

/*---------------------------------


          wp_postnavi
          最新記事一覧

----------------------------------*/

.wp-pagenavi {/* 全体 */
    margin: 24px auto ;
    font-size: 12px;
    text-align: center;
}
.wp-pagenavi a {/* フォント色 */
    color: #4a4a4a;
}
.pages {/* 左の表記 */
    margin-right: 20px;

    display: none;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #343232;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.wp-pagenavi .current {/* カレント数字 */
    /* border: none; */
    background: #343232;
    color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #343232;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}

@media screen and (max-width: 850px) {
  .wp-pagenavi .current,
  .wp-pagenavi a.page {/* ボタン */

      width: 35px;
      height: 35px;
      line-height: 35px;
  }

}
@media screen and (max-width: 600px) {
  .wp-pagenavi .current,
  .wp-pagenavi a.page {/* ボタン */

      width: 25px;
      height: 25px;
      line-height: 25px;
  }

}
