@charset "UTF-8";
/* CSS Document */
#recruiting.contents .bnr-wrap .career {
  border-color: #66B821;
}
#recruiting.contents .bnr-wrap .career .hd {
  color: #66B821;
}
.contact-wrap.pc div.career .hd {
  color: #66B821;
}
.bnr-large-wrap > div.career i {
  background: #66B821;
}
.bnr-large-wrap > div.career.inview, .bnr-large-wrap > div.career:hover {
  background: #66B821;
}
@media screen and (max-width: 767px) {
  .bnr-large-wrap > div.career i {
    background: #66B821;
  }
  .bnr-large-wrap > div.career.inview, .bnr-large-wrap > div.career:hover {
    background: #66B821;
  }
  .contact-wrap.pc div.career .hd {
    color: #66B821;
  }
}
/*設計募集ページの丸の数３つにして、下の段をセンターに（2020.5.19）*/
#recruiting-architecture #event-map > div ul {
  text-align: center;
}
/*20171122ニュースにボタン　追記*/
div#article-wrap .square_btn_wrap {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
div#article-wrap .square_btn {
  display: inline-block;
  margin: 1em;
  padding: 0.3em 2em;
  text-decoration: none;
  color: #0F6EB5;
  border: solid 1px #0F6EB5;
  border-radius: 3px;
  transition: .4s;
}
div#article-wrap .square_btn:hover {
  background: #0F6EB5;
  color: white;
}
/*20171122ニュースにボタン　追記　ここまで*/
/*20200608ニュース画像挿入　追記*/
div#article-wrap .img-section {
  overflow: hidden;
  margin: 0;
}
div#article-wrap .img-section img {
  float: right;
  margin: 15px auto;
  width: 400px;
}
@media screen and (max-width: 767px) {
  div#article-wrap .img-section {
    margin: 15px auto;
  }
  div#article-wrap .img-section img {
    float: none;
    width: 100%;
  }
}
/*202012設計募集ページ*/
@media screen and (min-width: 960px) {
  .metaslider .caption dt {
    font-size: 1.3em;
    font-weight: bold;
  }
  .metaslider .caption dd {
    font-size: 1em;
  }
  .metaslider .caption dl a {
    color: #fff;
    text-decoration: none;
    display: block;
    transition: .3s;
    line-height: 1.5;
  }
  .metaslider .caption dl a:hover {
    color: #0076ff;
  }
}
div#top-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 30px 0;
}
#recruiting-architecture h1 > img {
  margin-top: 30px;
}
#recruiting-architecture .menu-wrap {
  width: 800px;
  margin: 50px auto;
  display: block;
  overflow: hidden;
}
#recruiting-architecture .menu-block {}
#recruiting-architecture .flex {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#recruiting-architecture .item {
  margin: 10px;
}
#recruiting-architecture .item2 {
  margin: 10px;
}
#recruiting-architecture .flexslider .slides > li .caption-wrap {
  display: flex !important;
}
ol.flex-control-nav {
  bottom: -40px !important;
}
#recruiting-architecture p.btn-more {
  margin: 30px auto;
  max-width: 800px;
}
#recruiting-architecture h3.kakomi-moji {
  display: block;
  width: 800px;
  padding: 0 auto 10px 0;
  border-bottom: 1px solid #006cb8;
  color: #006cb8;
  margin: 30px auto 10px;
  font-size: 1.2em;
}
/*設計用にエントリーエリア狭く*/
#recruiting-architecture #outer-section #entry-wrap .inner {
  width: 500px;
}
#recruiting-architecture #outer-section .btn-wrap {
  width: 500px;
}
#recruiting-architecture .entry-btn-text {
  width: 500px;
}
#recruiting-architecture #outer-section {
  min-height: 0;
}
#recruiting-architecture a.recruiting {
  font-size: 15px;
}
#recruiting-architecture a.recruiting {
  width: 400px;
  height: 50px;
  background: rgba(0, 0, 0, 0.59);
  margin: 50px auto;
  display: block;
  line-height: 50px;
  color: #FFF;
  text-align: center !important;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -4px;
  left: -4px;
  -webkit-box-shadow: 4px 4px 0px rgb(0 0 0 / 20%);
  box-shadow: 4px 4px 0px rgb(0 0 0 / 20%);
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  #recruiting-architecture .menu-wrap {
    width: 100%;
    margin: 20px auto;
  }
  #recruiting-architecture .flex {
    display: flex;
    padding: 5px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /*#recruiting-architecture .item {
	width:44%;
}*/
  #recruiting-architecture .item2 {
    width: 44%;
  }
  #recruiting-architecture p.btn-more a {
    margin-right: 10px;
  }
  #recruiting-architecture .flow {
    width: 95%;
    margin: 10px
  }
  /*設計用にエントリーエリア狭く*/
  #recruiting-architecture #outer-section #entry-wrap .inner {
    width: 100%;
  }
  #recruiting-architecture #outer-section .btn-wrap {
    width: 100%;
  }
  #recruiting-architecture .entry-btn-text {
    width: 95%;
  }
  #recruiting-architecture #outer-section #entry-wrap .inner {
    margin: 0;
    padding: 15px;
  }
  #recruiting-architecture a.recruiting {
    width: 80%;
    height: 30px;
    background: rgba(0, 0, 0, 0.59);
    margin: 30px auto;
    display: block;
    line-height: 30px;
    color: #FFF;
  }
	
	#recruiting-architecture #outer-section #entry-wrap h2.section-page-title
	{margin: 50px 0 30px 0;}
}
/*社員紹介の影の調整2021.1.27*/
ul.staff-list li .thumb:before {
  background-image: -webkit-linear-gradient(0deg, #ffffff 35%, rgba(255, 255, 255, 0) 60%);
  background-image: -ms-linear-gradient(0deg, #ffffff 35%, rgba(255, 255, 255, 0) 60%);
}
@media screen and (max-width: 767px) {
  #recruiting-staff ul.staff-list li .thumb img, #section-staff ul.staff-list li .thumb img, .staff-index2 ul.staff-list li .thumb img {
    left: 40% !important;
  }
}

