@charset "utf-8";


/* ---------------------------------------------------
   File: strength.css
   Version: 1.0.0
   Update: 2021-10-25
   Author: https://flowlab.co.jp

   (c)2007-2021 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */

/* ====================================================
		common
==================================================== */

/* -------------------------------
		Main
------------------------------- */
#main {
	background-color: #f6f6f6;
}

/* -------------------------------
		Main Visual
------------------------------- */
#main #mainVisual .photo {
  background: url("../strength/images/bg_header.jpg") no-repeat center center;
	background-size: cover;
}

/* -------------------------------
		Page Path
------------------------------- */
#pagePath {
	margin-bottom: -1px;
}




/* ====================================================
		01 : Twin Tower Plant
==================================================== */

#main #twin-tower-plant {
}

/* -------------------------------
		Photo
------------------------------- */
#main #twin-tower-plant .comImgBox .photo {
  background-image: url("../strength/images/ph_01_twin-tower-plant.jpg");
}

/* -------------------------------
		Twin Tower Plant
------------------------------- */
#main .comImgBox {
	align-items: flex-start;
}
#main .comImgBox .photo {
	margin: 0;
	height: 780px;
	width: calc(50% + 250px);
	flex: inherit;
}
#main .comImgBox .textBox {
	width: auto;
	flex: 1;
	margin: 120px 0 0 -150px;
	z-index: 10;
	padding: 80px 0 66px 100px;
}
#main .comImgBox .textBox .inner {
	padding-bottom: 0;
	max-width: 350px;
}
#main .comImgBox .title {
	margin: 0 -100px 72px -140px;
	max-width: 590px;
	font-size: 3.4rem;
	font-weight: normal;
	font-family: "Zen Old Mincho",sans-serif;
	line-height: 1;
}
#main .comImgBox .title span {
	margin-bottom: 5px;
	padding: 26px 48px;
	color: #fff;
	display: block;
	background-color: #262827;
}
#main .comImgBox .title span:last-child {
	margin-bottom: 0;
	padding-left: 100px;
}

/* -------------------------------
		Correspondence
------------------------------- */
#main #twin-tower-plant .listUl {
  margin: 120px auto 0;
  padding-bottom: 120px;
}




/* ====================================================
		02 : Quality Technology
==================================================== */

#main #quality-technology {
	background-color: #fff;
}

/* -------------------------------
		Title
------------------------------- */
#main #quality-technology .headLine05 .enTxt {
	top: -46px;
	text-stroke: 2px #ccc;
	-webkit-text-stroke: 2px #ccc;
	opacity: 0.15;
}

/* -------------------------------
		Photo
------------------------------- */
#main #quality-technology .showBox .photo {
  margin-left: auto;
	width: calc(50% + 550px);
	height: 700px;
	background: url("../strength/images/ph_02_quality-technology.jpg") no-repeat center center;
	background-size: cover;
}





/* ====================================================
		03 : Concrete Testing
==================================================== */

#main #concrete-testing {
	background-color: #262827;
}

/* -------------------------------
		Title
------------------------------- */
#main #concrete-testing .headLine05 .enTxt {
	top: -45px;
	text-stroke: 2px #555;
	-webkit-text-stroke: 2px #555;
	opacity: 0.1;
}
#main #concrete-testing .headLine05 {
  margin-bottom: 100px;
	color: #fff;
}
#main #concrete-testing .widTxt {
	color: #fff;
	letter-spacing: 0.05em;
  margin-bottom: 100px;
}

/* -------------------------------
		Certificate
------------------------------- */
#main #concrete-testing .comBox {
	max-width: 980px;
}
#main #concrete-testing .imgUl {
	margin-top: -40px;
	display: flex;
	flex-wrap: wrap;
}
#main #concrete-testing .imgUl li {
	margin: 40px 40px 0 0;
	width: 300px;
}
#main #concrete-testing .imgUl li:nth-child(3n){
	margin-right: 0;
}

/* -------------------------------
		Button
------------------------------- */
#main #concrete-testing .comBtn03 {
	margin-top: 67px;
}
#main #concrete-testing .comBtn03 a {
	border-color: #fff;
	color: #fff;
	background-image: url("../img_common/icon_arrow_right_white_large.png");
}




/* ====================================================
		04 : Small Vehicle
==================================================== */

#main #small-vehicle {
	background-color: #fff;
}

/* -------------------------------
		Title
------------------------------- */
#main #small-vehicle .headLine05 .enTxt {
	top: -44px;
	text-stroke: 2px #ccc;
	-webkit-text-stroke: 2px #ccc;
	opacity: 0.15;
}

/* -------------------------------
		Photo
------------------------------- */
#main #small-vehicle .photo {
  margin-right: auto;
	width: calc(50% + 550px);
  height: 700px;
  background-image: url("../strength/images/ph_04_small-vehicle.jpg");
  background-size: cover;
}
#main #small-vehicle .showBox02 .photo {
    margin: 0 auto 0 0;
}

/* -------------------------------
		Button
------------------------------- */
#main #small-vehicle .comBtn03 {
	margin-top: 78px;
}




/* ====================================================
		05 : Work Environment
==================================================== */

#main #work-environment {
	border-bottom: 22px solid #fff;
}

/* -------------------------------
		Title
------------------------------- */
#main #work-environment .headLine05 {
  margin-bottom: 100px;
}
#main #work-environment .headLine05 .enTxt {
	top: -44px;
}
#main #work-environment .widTxt {
	margin-bottom: 100px;
}

/* -------------------------------
		Photo
------------------------------- */
#main #work-environment .flexUl {
	display: flex;
	justify-content: space-between;
}
#main #work-environment .flexUl img {
  width: 100%;
  height: auto;
}
#main #work-environment .flexUl li {
	width: 410px;
}
#main #work-environment .flexUl li:last-child {
	width: 680px;
}











/* ===========================================================================================================================================

   TABLET - LARGE

============================================================================================================================================= */
@media all and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      01 : Twin Tower Plant
  ==================================================== */

  #main .comImgBox .textBox {
    width: auto;
    flex: 1;
    margin: 120px 0 0 -320px;
    z-index: 10;
    padding: 80px 0 66px 50px;
  }
  #main .comImgBox .textBox .inner {
    padding-bottom: 0;
    max-width: 400px;
  }
  
  
  
  /* ====================================================
      03 : Concrete Testing
  ==================================================== */
  
  /* -------------------------------
      Certificate
  ------------------------------- */
  #main #concrete-testing .imgUl li {
    margin: 40px 4% 0 0;
    width: 30%;
  }
  

}





/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media all and (max-width: 896px) {
  
  
  /* ====================================================
      01 : Twin Tower Plant
  ==================================================== */
  
  /* -------------------------------
      Photo
  ------------------------------- */
	#main .comImgBox .photo {
		padding-bottom: 54%;
		height: auto;
		width: auto;
	}
  
  /* -------------------------------
      Twin Tower Plant
  ------------------------------- */
	#main .comImgBox .textBox {
		width: auto;
		margin: 0;
		padding: 50px 20px;
	}
	#main .comImgBox .textBox .inner {
		max-width: inherit;
	}
	#main .comImgBox .title {
		margin: 0 -20px 20px;
		font-size: 1.8rem;
	}
	#main .comImgBox .title span {
		padding: 16px 15px;
		width: 88%;
		box-sizing: border-box;
	}
	#main .comImgBox .title span:last-child {
		padding-left: 30px;
		width: 93%;
	}
	#main .comImgBox .title span {
		margin-bottom: 2px;
	}
	#main .comImgBox .textBox p {
		margin-bottom: 0;
	}
  
  /* -------------------------------
      Correspondence
  ------------------------------- */
  #main #twin-tower-plant .listUl {
    margin: 60px auto 0;
    padding-bottom: 0;
  }
  #main #twin-tower-plant .listUl .photo {
    margin: 0 20px 28px;
  }
  
  
  
  
  
  /* ====================================================
        02 : Quality Technology
  ==================================================== */

  /* -------------------------------
      Photo
  ------------------------------- */
  #main #quality-technology .showBox .photo {
    margin-left: auto;
    width: auto;
    height: auto;
  }
  
  
  
  
  
  /* ====================================================
      03 : Concrete Testing
  ==================================================== */

	#main #concrete-testing {
	}
  
  /* -------------------------------
      Title
  ------------------------------- */
  #main #concrete-testing .widTxt {
		letter-spacing: 0.02em;
    margin-bottom: 30px;
	}
  #main #concrete-testing .headLine05 {
    margin-bottom: 60px;
  }
  
  /* -------------------------------
      Certificate
  ------------------------------- */
	#main #concrete-testing .imgUl {
		margin-top: -20px;
		justify-content: space-between;
	}
	#main #concrete-testing .imgUl li {
		margin: 20px 0 0 0;
		width: 30%;
	}
	#main #concrete-testing .imgUl img {
		width: 100%;
	}
  
  /* -------------------------------
      Button
  ------------------------------- */
	#main #concrete-testing .comBtn03 {
		margin-top: 50px;
	}
	
  
  
  
  
  
  /* ====================================================
      04 : Small Vehicle
  ==================================================== */
  
  /* -------------------------------
      Photo
  ------------------------------- */
  #main #small-vehicle .showBox .photo {
    margin-right: auto;
    width: auto;
    height: auto;
  }
  
  /* -------------------------------
      Button
  ------------------------------- */
	#main #small-vehicle .comBtn03 {
		margin-top: 20px;
	}
  
  
  
  
  
  /* ====================================================
      05 : Work Environment
  ==================================================== */
  
	#main #work-environment {
		border-bottom: 10px solid #fff;
	}
  
  /* -------------------------------
      Title
  ------------------------------- */
  #main #work-environment .headLine05 {
    margin-bottom: 60px;
  }
	#main #work-environment .widTxt {
		margin-bottom: 30px;
	}
  
  /* -------------------------------
      Photo
  ------------------------------- */
	#main #work-environment .flexUl {
		display: block;
	}
	#main #work-environment .flexUl li {
		width: auto;
		margin-bottom: 15px;
	}
	#main #work-environment .flexUl li:last-child {
		width: auto;
		margin-bottom: 0;
	}
	#main #work-environment .flexUl img {
		width: 100%;
	}
  
  
  
  
}

