@charset "utf-8";
/* -------------------------------------
 * Since:     2015-01-15
 * Modified:  2015-01-15
 * Guideline: Ver.2.0
 * -------------------------------------
 */

/* ================================================================================== */
/*!　共通
 * ---------------------------------------------------------- */
/*　写真一覧　*/
.photoArea {
	padding: 0;
	width: 100%;
}
ul.photoList  {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow:hidden;
}
#home ul.photoList  {
	margin: 0 auto 20px;
}
@media screen and  (max-width:560px) {
ul.photoList  {
	margin: 0 auto;
	padding: 0;
	width:auto;
}
}
ul.photoList li {
	background: #FFF;
	margin: 0px 2% 10px;
	padding: 0;
	float: left;
	width: 46%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
ul.photoList li a {
	width: 100%;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
}
ul.photoList li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
ul.photoList li .photo {
	position:	relative;
	line-height: 0;
	height: 120px;
	width: auto;
	text-align:center;
	background-color: #F6F6F6;
}
ul.photoList li .photo p.text {
	background-color: rgba(0,0,0,0.7);
	color:		#FFF;
	position:	absolute;
	bottom: 0;
	left: 0;
	line-height: 1;
	padding: 5px 10px;
	width:100%;
	font-size: 1rem;
	
	 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 -o-box-sizing: border-box;
}
ul.photoList li .photo div.ico {
	color:		#FFF;
	position:	absolute;
	top: 0;
	left: 0;
	line-height: 1;
	height:1.429rem;
	
	display: flex;
	justify-content: flex-start;
}
ul.photoList li .photo div.ico p {
	display:block;
	height:1.429rem;
	padding-right: 10px;
	padding-left: 10px;

	display: flex;
	align-items: center;
}
ul.photoList li .photo div.ico p.new {
	font-size:0.75rem;
	background-color: #EB9E25;
	font-weight :bold;
}
@media print, screen and  (min-width:730px) {
/*　写真一覧　*/ 
.photoArea {
}
.photoArea > .inner {
	padding: 0;
}
ul.photoList {
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.photoList li {
	margin: 0px 10px 10px 0px;
	padding: 0;
	float: left;
	width: 230px;
	background-color: #FFF;
}
ul.photoList li a {
	width: 100%;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
}
ul.photoList li .photo {
	height: 155px;
}
}
/* ================================================================================== */
/*!　トップページ
 * ---------------------------------------------------------- */
#home #imgTop {
	background-image: url(../images/bg_01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	padding-top: 120px;
	margin-bottom: 55px;
}

@media screen and  (max-width:640px) {
#home #imgTop {
	background-image: url(../images/bg_01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center -110px;
	padding-top: 60px;
}
}


#home #imgTop > h2{
	font-size: 3.143rem;
	color: #EB9E25;
	text-align:center;
	font-style: italic;
	line-height: 1.2;
}

@media screen and  (max-width:640px) {
#home #imgTop > h2{
	font-size: 3.5rem;
	margin-bottom: 15px;
}
}


#home #imgTop > p.text {
	font-size: 1.257rem;
	text-align:center;
	font-weight: bold;
	margin-bottom: 160px;
}

@media screen and  (max-width:640px) {
#home #imgTop > p.text {
	margin-bottom: 110px;
}
}


@media print, screen and (min-width:640px) and (max-width:980px) {
#home #imgTop > h2{
	font-size: 5.143rem;
}
}
#home #businessArea {
	width:100%;
}
#home #businessArea > div.block {
}
@media only screen and (max-width:980px) {
#home #businessArea > div.block {
	background-color: #EB9E25;
	background-image: url(../images/img_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 30em;
}
}
#home #businessArea .wrap {
}
#home #businessArea .wrap > .inner{
	margin: 0;
	padding: 0;
}
#home #businessArea .wrap div.textArea {
	width: 100%;
	padding: 35px 10px;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#home #businessArea .wrap div.textArea  h2 {
	margin-bottom:30px;
	text-align:center;
	font-size: 0px;
	line-height: 0;
}
#home #businessArea .wrap div.textArea  h3 {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom:20px;
	color: #FFF;
	text-align:center;
}
#home #businessArea .wrap div.textArea  p.text{
	color: #FFF;
	max-width: 370px;
	margin: 0px auto 220px;
}

/*　事業案内　ボタン　 */
#home #businessArea .wrap div.textArea p.btnBusiness {
	padding: 0px;
	width: 260px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#home #businessArea .wrap div.textArea p.btnBusiness:before,
#home #businessArea .wrap div.textArea p.btnBusiness:after {
	content:"■";
	color: #fff;
	position: absolute;
}
#home #businessArea .wrap div.textArea p.btnBusiness:before {
	left:-9px;
	top: 5px;
}
#home #businessArea .wrap div.textArea p.btnBusiness:after {
	right:-9px;
	top: 5px;
}
#home #businessArea .wrap div.textArea p.btnBusiness a {
	padding: 5px;
	text-decoration: none;
	display:block;
	text-align:center;
	position: relative;
	line-height: 1.5;
	color: #EB9E25;
	font-weight: bold;
	font-size:1.067rem !important;
	background-color: #fff;
}
#home #businessArea .wrap div.textArea p.btnBusiness a:after {
	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;
	position: absolute;
	content:"\f101";
	right: 10px;
	top: 13%;
}
#home #businessArea .wrap div.textArea p.btnBusiness a:hover {
	color: #E20A16;
}

#home .container .wrap > .inner {
	padding: 0px 10px;
}
#home section.block {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#home section.block:nth-child(odd),
#home section.block:nth-child(even) {
	float:none;
	clear:none;
}
#home section.block > .inner {
	padding: 25px 20px;
}
#home section.block h2.tit {
	font-size: 1.143rem;
	color: #FFF;
	margin: 0px;
	padding: 10px;
	line-height: 1;
	font-weight:bold;
	background-color: #000;
}
#home section.block h2.tit:after  {
	font-size: 0.714rem;
	color: #EB9E25;
	font-weight: normal;
	padding-left: 8px;
}

/*　バウムビルドについて　*/
#home #companyArea {
}
#home #companyArea h2.tit:after  {
    content: 'Company';
}
#home #companyArea p.text {
	font-size:1.286rem;
	font-weight: bold;
	color: #EB9E25;
}
#home #companyArea h3.headline {
	font-size:1.714rem;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
#home #companyArea div.descriptionBlock {
  margin-bottom: 50px;
}
#home #companyArea div.descriptionBlock figure {
	font-size: 0px;
	line-height: 0;
	margin-bottom: 15px;
	text-align:center;
}

/*　施行事例　*/
#home #caseArea {
}
#home #caseArea h2.tit:after  {
    content: 'Case';
}

/*　お知らせ　*/
#home #newsArea {
}
#home #newsArea h2.tit:after  {
    content: 'News';
}
#home #newsArea dl.list {
	margin: 0;
	padding: 0 10px 0 0;
}
#home #newsArea dl.list dt {
	float: left;
	width: 11em;
	padding: 10px 0;
}
#home #newsArea dl.list dd {
	padding: 10px 0 10px 11em;
	border-bottom: 1px dotted #CCC;
}

/*　関連情報　*/
#home #infoArea {
}
#home #infoArea h2.tit:after  {
    content: 'Infomation';
}
#home #infoArea ul {
	margin: 0;
	padding: 0;
}
#home #infoArea ul li {
	margin-bottom: 10px;
	text-align:center;
}
#home #infoArea ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

@media print, screen and (min-width:1060px) {
#home .container .wrap > .inner {
	padding: 0px;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
#home section.block {
	width: 510px;
}
#home section.block:nth-child(odd) {
	float:left;
	clear:left;
}
#home section.block:nth-child(even) {
	float:right;
}
#home section.block > .inner {
	padding: 25px 20px;
}
#home section.block h2.tit {
	font-size: 1.143rem;
	margin: 0px;
	padding: 10px;
	line-height: 1;
	font-weight:bold;
}
#home section.block h2.tit:after  {
	font-size: 0.714rem;
	padding-left: 8px;
}

/*　バウムビルドについて　*/
#home #companyArea {
	height:540px;
}
#home #companyArea p.text {
	font-size:1.286rem;
}
#home #companyArea h3.headline {
	font-size:1.714rem;
	border-bottom: 1px dotted #999;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
#home #companyArea div.descriptionBlock {
  margin-bottom: 25px;
}
#home #companyArea div.descriptionBlock figure {
	margin-bottom: 15px;
	text-align:center;
}

/*　施行事例　*/
#home #caseArea {
	height:520px;
}
#home ul.photoList li:nth-child(2n) {
	margin: 0px 0px 10px 0px;
}
}
@media print, screen and (min-width:1020px)  and (max-width:1059px) {
#home #caseArea ul.photoList {
	width: 950px;
}
#home #caseArea ul.photoList li:nth-child(4n) {
	margin: 0px 0px 10px 0px;
}
}
@media print, screen and (min-width:770px) and (max-width:1020px) {
#home #caseArea ul.photoList {
	width: 730px;
}
#home #caseArea ul.photoList li:nth-child(3n) {
	margin: 0px 0px 10px 0px;
}
}
@media print, screen and (max-width:770px) {
ul.photoList li {
	width: 46%;
	margin: 0px 2% 10px;
}
}
@media print, screen and (min-width:980px) {
#home #imgTop {
	background-image: url(../images/bg_01_pc.jpg);
	background-size: cover;
	background-position: center center;
	padding-top: 120px;
	margin-bottom: 55px;
}
#home #imgTop > h2{
	font-size: 7.143rem;
}
#home #imgTop > p.text {
	font-size: 1.857rem;
	margin-bottom: 160px;
}
#home #businessArea {
	width:100%;
}
#home #businessArea > div.block {
	height: 440px;
}
#home #businessArea .wrap {
}
#home #businessArea .wrap > .inner {
	padding: 0px 80px;
}
#home #businessArea .wrap div.textArea {
	width: 520px;
	padding: 35px 30px;
}
#home #businessArea .wrap div.textArea  h2 {
	margin-bottom:30px;
}
#home #businessArea .wrap div.textArea  h3 {
	font-size: 1.857rem;
	margin-bottom:20px;
}
#home #businessArea .wrap div.textArea  p.text {
	width: 370px;
	margin: 0px auto 40px;
}
}
@media print, screen and (max-width:300px) {
/*　事業案内　ボタン　 */
#home #businessArea .wrap div.textArea p.btnBusiness {
	width: 80%;
}
}
@media print, screen and (min-width:640px) {

/*　バウムビルドについて　*/
#home #companyArea div.descriptionBlock {
  display: flex;
  flex-direction: row-reverse;
}
#home #companyArea div.descriptionBlock figure {
	margin-bottom: 0px;
}
#home #companyArea div.descriptionBlock p {
	margin-right: 30px;
}
}

/* ================================================================================== */
/*!　トップinviewの設定
 * ---------------------------------------------------------- */

.inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
    
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }


/* ================================================================================== */
/*!　お知らせ
 * ---------------------------------------------------------- */
#news #contenstTit01 h1:after  {
    content: 'News';
}
#news .container {
  max-width:100%;
}

/*　詳細
 * ---------------------------------------------------- */
#news.details .articleTit {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/line_01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 35px;
	text-align:center;
}
#news.details .articleTit ul.entry-meta {
	padding: 0;
	margin: 0;
}
#news.details .articleTit ul.entry-meta li {
	margin-right: 1em;
	margin-bottom: 10px;
	text-align:center;
	display: inline-block;
}
#news.details .articleTit li.day time {
	padding: 0;
	margin: 0;
	line-height: normal;
}
#news.details .articleTit h1 {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-size: 2rem;
	font-weight: bold;
	clear: both;
}
#news.details .imgArea {
	margin-bottom: 30px;
	text-align: center;
	font-size: 0px;
	line-height: 0;
}

/*　日時　*/
#news.details p.day {
	margin-bottom: 15px;
}
#news.details p.day time {
	padding: 0;
	margin: 0;
	line-height: normal;
	font-size: 0.867em;
	color: #7C6845;
}
#news.details .newsArea {
	margin: 0 10px 80px;
	padding: 0;
	width: auto;
	max-width: 100%;
}

/*　システムフリー　*/
#news.details .system-free {
	margin: 0 10px;
	padding: 0;
}
@media print, screen and (min-width:1200px) {
#news.details .container > .inner {
	padding: 0px 30px;
}

/*　詳細
 * ---------------------------------------------------- */
#news.details .articleTit {
	padding: 0px 0px 30px 0px;
	margin-bottom: 40px;
}
#news.details .articleTit h1 {
	line-height: 1.8;
	font-size: 2rem;
}

/*　日時　*/
#news.details p.day {
	margin-bottom: 15px;
}
#news.details p.day time {
	font-size: 0.867em;
}

/*　システムフリー　*/
#news.details .system-free {
	margin: 0px 30px 40px;
	padding: 0;
}
}
@media print, screen and (min-width:760px) {
#news.details .newsArea {
	margin: 0 auto 80px;
	padding: 0;
	max-width: 740px;
}
}	
@media print, screen and (min-width:640px) {
/*　システムフリー　*/
#news.details .system-free {
	clear: both;
	margin: 0px auto 80px;
	padding: 0px;
}

/* 詳細
 * ---------------------------------------------------- */
#news.details .articleTit {
}
#news.details .articleTit h1 {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 1.875rem;
}

/*　日時　*/
#news.details p.day {
	margin-bottom: 15px;
}
#news.details p.day time {
	font-size: 0.867em;
}

/*　システムフリー　*/
#news.details .system-free {
	margin: 0 0px 50px;
	padding: 0;
}
}
/* ================================================================================== */
/*!　事業案内
 * ---------------------------------------------------------- */
#business #contenstTit01 {
	margin-bottom: 0px;
}
#business #contenstTit01 h1:after  {
    content: 'Business';
}
#business .container > .inner {
	padding: 0px 10px;
}
@media print, screen and (min-width:1040px) {
#business .container > .inner {
	padding: 0px 80px;
}
}
#business section.block {
	margin-bottom: 50px;
}
#business section.block > .inner {
	padding: 25px 10px;
}

/*　安心・安全の「建て方」専門　*/
#business #kensetsu {
	text-align: center;
	padding: 0;
	background-color: #F3F3F3;
	margin-bottom: 80px;
}
#business #kensetsu > .inner {
	padding: 35px 10px 0px;
}
#business #kensetsu h3.headline01 {
	font-size:1.571rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
#business #kensetsu p.text {
	font-size:1.143rem;
	margin-bottom: 30px;
}
#business #kensetsu figure {
	font-size: 0px;
	line-height: 0;
}

/*　安全対策に関する紹介　*/
#business section.safetyMeasure {
	margin-bottom: 50px;
}
#business section.safetyMeasure h4 {
	font-weight: bold;
	font-size: 1.286rem;
	margin-bottom: 30px;
	background-color: #F3F3F3;
	padding: 20px 20px 20px 50px;
	line-height: 1;
	position: relative;
}
#business section.safetyMeasure h4:before {
	position: absolute;
	left:10px;
	top: 10px;
	vertical-align: middle;

	content:url(../images/ico_01.png);
}
#business section.safetyMeasure div {
  margin-bottom: 10px;
}
#business section.safetyMeasure div figure {
	font-size: 0px;
	line-height: 0;
	margin-bottom: 15px;
	text-align:center;
}
@media print, screen and (min-width:1200px) {
#business section.block > .inner {
	padding: 55px 20px;
}
}
@media print, screen and (min-width:880px) {

/*　安心・安全の「建て方」専門　*/
#business #kensetsu > .inner {
	padding: 35px 0px 0px;
}
}
@media print, screen and (min-width:640px) {
#business section.block > .inner {
	padding: 55px 10px;
}

/*　安全対策に関する紹介　*/
#business section.safetyMeasure div {
  display: flex;
  flex-direction: row-reverse;
}
#business section.safetyMeasure div figure {
	margin-bottom: 0px;
}
#business section.safetyMeasure div p {
	margin-right: 50px;
}
}
/* ================================================================================== */
/*!　施行事例
 * ---------------------------------------------------------- */
#case #contenstTit01 h1:after  {
    content: 'Case';
}
#case .container > .inner {
	padding: 0px 10px;
}
#case .container .photoArea {
	margin-right: auto;
	margin-left: auto;
}
@media print, screen and (min-width:1200px) {
#case .container > .inner {
	padding: 0px 125px;
}
}
@media screen and (min-width:970px) {
#case .container .photoArea {
	width: 950px;
}
#case ul.photoList li:nth-child(4n) {
	margin: 0px 0px 10px 0px;
}
}
@media screen and (min-width:730px) and (max-width:970px) {
#case .container .photoArea {
	width: 730px;
}
#case ul.photoList li:nth-child(3n) {
	margin: 0px 0px 10px 0px;
}
}

/* ================================================================================== */
/*!　会社案内
 * ---------------------------------------------------------- */
#company #contenstTit01 h1:after  {
    content: 'Company';
}
#company section > .inner {
	padding: 0px 10px;
}

/*　代表ご挨拶　*/
#company #greeting {
	margin-bottom: 40px;
}
#company #greeting .greeting__block h4 {
	font-size: 1.142rem;
	font-weight: bold;
}
#company #greeting .greeting__block figure {
    margin: 0 0 20px 0;
    text-align: center;

}
  
/*　会社概要　*/
#company #outline {
	margin-bottom: 20px;
}

/*　所在地図　*/
#company #access {
}
#company #access h3.car,
#company #access h3.train {
	font-weight: bold;
	font-size: 1.286rem;
	margin-bottom: 30px;
	background-color: #F3F3F3;
	padding: 20px 20px 20px 50px;
	line-height: 1;
	position: relative;
}
#company #access h3.car:before,
#company #access h3.train:before {
	position: absolute;
	left:10px;
	top: 10px;
	vertical-align: middle;
}
#company #access h3.car:before {
	content:url(../images/ico_car.png);
}
#company #access h3.train:before {
	content:url(../images/ico_train.png);
}
#company #access h4 {
	font-weight: bold;
}
/*　所在地図　Google map　*/
#company #access .map {
	font-size: 0px;
	line-height: 0;
	margin-bottom: 30px;
}
#company #access .map iframe {
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
@media print, screen and (min-width:1040px) {
#company .container > .inner {
	padding: 0px 80px;
}
#company section > .inner {
	padding: 0px 20px;
}

/*　代表ご挨拶　*/
#company #greeting {
	margin-bottom: 80px;
}
#company #greeting .greeting__block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
#company #greeting .greeting__block figure {
    margin: 0 0 0 35px;
    text-align: left;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    order: 2;
  }
#company #greeting .greeting__block .text__block {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 500px;
    order: 1;
}
}
/* ================================================================================== */
/*!　採用情報
 * ---------------------------------------------------------- */

#recruit #contenstTit01 {
    margin: 0;
}
#recruit #contenstTit01 h1:after  {
    content: 'Recrui';
}
#recruit .article {
	margin: 0px 0px 60px;
}
#recruit table.layout01 th {
	width: auto;
}


/*　プロフェッショナルを目指そう　*/
#recruit #professional {
	text-align: center;
	padding: 0;
	background-color: #F3F3F3;
}

#recruit #professional > .inner {
	padding: 35px 10px 0px;
}


#recruit #professional .text03 {
  font-weight: bold;
  font-size: 1.714rem;
  position: relative;
  display: inline-block;
  padding: 0 25px;
  color: #EB9E25;
}

#recruit #professional .text03:before,
#recruit #professional .text03:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #EB9E25;
}

#recruit #professional .text03:before {
  left: 0;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}

#recruit #professional .text03:after {
  right: 0;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}

#recruit #professional .professional_title {
  font-weight: bold;
  font-size: 2.571rem;
  color: #EB9E25;
}

#recruit #professional h3.headline01 {
	font-size: 1.25rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}


#recruit #professional ul.photo {
	max-width: 1014px;
	margin-left: auto;
	margin-right: auto;
	
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#recruit #professional ul.photo li {
	width:50%;
}
#recruit #professional ul.photo li img {
    border-style: none;
    height: auto;
    max-width: 90%;
    width: auto;
}

/*　バウムビルドのご紹介動画　*/

#recruit .introduction .videoArea {
	max-width:800px;
	
	margin-left: auto;
	margin-right: auto;
}

/*　向上心を持った若者を待っています！　*/
#recruit .welcome {
}

#recruit .welcome ul.list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#recruit .welcome ul.list li {
	font-size: 1.428rem;
	font-weight: bold;
	color: #fff;
	background-color: #EB9E25;
	text-align: center;
	
	margin: 0 15px 15px;
	
	width: 118px;
	height: 118px;
	
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}


#recruit .title__block {
  padding: 15px 20px;
  background-color: #F3F3F3;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#recruit .title__block h3 {
	font-weight: bold;
	font-size: 1.285rem;
}

#recruit .title__block p {
	margin: 0 0 0 20px;
}

#recruit .column__box figure.img__block {
  text-align: center;
  font-size: 0px;
  line-height: 0;
  margin: 0 0 30px 0;
}

#recruit .column__box div.text__block h4 {
	font-weight: bold;
	color: #EB9E25;
	font-size: 1.142rem;
}

/*　動画　*/
#recruit .welcome ul.player {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#recruit .welcome ul.player li {
	width: 280px;
	padding: 0px 10px 15px;
}

@media (min-width: 1100px) {

}
/*　向上心を持った若者を待っています！　*/

/*　先輩紹介　*/
#recruit . {
	margin: 0px 0px 120px;
}

@media print, screen and (min-width:1040px) {
#recruit .container > .inner {
	padding: 0px 80px;
}
#recruit .article {
	margin: 0px 0px 120px;
}
#recruit .article > .inner {
	margin: 0px 20px;
}
}

@media print, screen and (min-width:640px) {
#recruit table.layout01 th {
	width: 270px;
}

/*　プロフェッショナルを目指そう　*/
#recruit #professional {
	margin-bottom: 80px;
}

#recruit #professional h3.headline01 {
	font-size: 2.285rem;
	margin-bottom: 30px;
}


#recruit #professional ul.photo li {
	width:25%;
}

/*　向上心を持った若者を待っています！　*/
  #recruit .welcome .container > .inner {
    padding: 0px 20px;
  }
  
	#recruit .title__block h3 {

		font-size: 1.428rem;
	}

  
  #recruit .column__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  #recruit .column__box figure.img__block {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    font-size: 0px;
    line-height: 0;
    margin: 0 0 0 40px;
  }
  
  #recruit .welcome .column__box figure.img__block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	max-width: 400px;
}
  #recruit .welcome .column__box figure.img__block img {
    border-style: none;
    height: auto;
    max-width: 100%;
    width: auto;
}

  #recruit .column__box div.text__block {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
 
 #recruit .column__box div.text__block h4 {
	font-size: 1.285rem;
}
}

@media (max-width: 639px) {
  #recruit #contents .headline01 {
    text-align: left !important;
}

  #recruit #contents .taC {
	  text-align: left !important;
  }
}

@media print, screen and (max-width:479px) {
#recruit .title__block {
  padding: 10px;
 }
 
 #recruit .welcome ul.list li {
	font-size: 1.228rem;
	margin: 0 5px 10px;
	width: 90px;
	height: 90px;
}
}

/*　バウムビルドのご紹介動画　*/

/*　向上心を持った若者を待っています！　*/

/*　先輩紹介　*/

/* ================================================================================== */
/*!　プライバシーポリシー
 * ---------------------------------------------------------- */
#privacy #contenstTit01 h1:after  {
    content: 'Privacy policy';
}
#privacy .container h2 {
	font-weight: bold;
	font-size: 1.286rem;
	margin-bottom: 30px;
	background-color: #F3F3F3;
	padding: 20px;
	line-height: 1;
}
@media print, screen and (min-width:1040px) {
#privacy .container > .inner {
	padding: 0px 100px;
}
}


/* ================================================================================== */
/*!　事業案内追加
 * ---------------------------------------------------------- */


.box26 {
	position: relative;
	border: 2px solid #000000;
	border-radius: 8px;
	margin-top: 2em;
	margin-bottom: 3em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.box26 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #000000;
	font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
	font-size: 16px;
}
