se@charset "UTF-8";
/* CSS Document */
#wrapper {
  overflow: hidden;
}
.wrap {
  overflow: hidden;
}
/*PC ハンバーガーメニュー*/
.inner_m {
  width: 90%;
  margin: 0 auto;
}
.inner_m:after {
  content: "";
  clear: both;
  display: block;
}

.br_none{
	display: none;
}

/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  /*line-height: 1;*/
  z-index: 999;
  background: #fff;
}
#top-head a, #top-head {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#top-head .inner_m {
  position: relative;
  margin-bottom: 20px;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  /*bottom: 0;*/
  font-size: 14px;
}
#global-nav ul li {
  float: left;
  margin-top: 10px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#global-nav ul li a {
  padding: 0 10px;
}
#global-nav ul li a:hover {
  color: green;
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  opacity: 0.9;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 10px;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  h1, h2, h3, h4, p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  }
  #header {
    background-color: #fff;
  }
  .header_title {
    width: 100%;
    margin: auto;
    background: #0e1a35;
  }
  p.header_title_in {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
  }
  h1 img {
    width: 300px;
    float: left;
  }
  .header_right {
    float: right;
  }
  .header_right p {
    float: left;
    color: #fff;
    line-height: 1.2;
  }
  #head_area {
    max-width: 1000px;
    margin: auto;
    padding: 20px 0;
    overflow: hidden;
  }
  /*フェードインエフェクト*/
  .fadein_anim {
    animation-name: fadein;
    animation-duration: 1s;
  }
  @keyframes fadein {
    from {
      opacity: 0;
      transform: translateX(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .m30 {
    margin-bottom: 30px;
  }
  /*メイン画像******************************************************************/
  #com #main_img2 {
    width: 100%;
    background-size: cover;
    background-image: url("../img/company_top.jpg");
    padding: 14em 0 8em 0;
    position: relative;
  }
  #kaitai #main_img2 {
    width: 100%;
    background-size: cover;
    background-image: url("../img/result_top.jpg");
    padding: 14em 0 8em 0;
    position: relative;
  }
  #res #main_img2 {
    width: 100%;
    background-size: cover;
    background-image: url("../img/res_top.jpg");
	  background-position: center;
    padding: 14em 0 8em 0;
    position: relative;
  }
  #est #main_img2 {
    width: 100%;
    background-size: cover;
    background-image: url("../img/estate_top.jpg");
    padding: 14em 0 8em 0;
    position: relative;
  }	
  #metal #main_img2 {
    width: 100%;
    background-size: cover;
    background-image: url("../img/metal_top.jpg");
    padding: 14em 0 8em 0;
    position: relative;
  }
  #mac #main_img2 {
    width: 100%;
    background-size: cover;
    background-image: url("../img/mac_top.jpg");
	background-position: center;
    padding: 14em 0 8em 0;
    position: relative;
  }	
	
  #con #main_img2 {
    width: 100%;
    background-size: cover;
    background-image: url("../img/contact_top.jpg");
    padding: 14em 0 8em 0;
    position: relative;
  }	
  #busi #main_img2 {
    width: 100%;
    background-size: cover;
    background-image: url("../img/business_top.jpg");
    padding: 14em 0 8em 0;
    position: relative;
  }	
  #main_img2 img {
    width: 100%;
  }
  #main_img2::after {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #main_img2 h2 {
    text-align: center;
    font-size: 3em;
    color: #fff;
    font-family: Avenir Next,Arial,Helvetica, "sans-serif";
    letter-spacing: 1px;
    z-index: 50;
    position: relative;
  }
  #main_img2 h2 span {
    color: #fff;
    font-size: 14px;
  }
  /*トップページのコンテンツ*/
  #company, #results {
    max-width: 1000px;
    margin: auto;
    clear: both;
    margin-bottom: 100px;
  }
  #results h3, #company h3 {
    font-size: 2em;
    font-weight: bold;
    color: green;
    font-family: Avenir Next,Arial,Helvetica, "sans-serif";
    margin-bottom: 1em;
	border-bottom: 2px green solid;
	  padding-bottom: 0.5em;
  }
  #results h3 span, #company h3 span {
    font-size: 14px;
    color: green;
  }
  #company p a {
    padding: 0.2em 0.2em;
    margin: 1em auto;
    background: green;
    box-shadow: 0px 0px 0px 3px green;
    border: solid 1px white;
    color: #fff;
    width: 50%;
    display: block;
    text-align: center;
  }
  #company p a:hover {
    opacity: 0.9;
  }
  .anim_under {
    margin-bottom: 2em;
  }
  /*会社案内*****************************************************************************/
  .president {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
  }
  .president > div:first-of-type {
    width: 25%;
  }
  .president > div {
    width: 65%;
  }
  .president > div img {
    width: 100%;
    overflow: hidden;
  }
  .president p {
	  text-align: justify;
	  line-height: 2.5;
	}
	  .president2 p {
	  text-align: justify;
	  line-height: 2.5;
	}
  p.name {
    margin-top: 1em;
    text-align: right;
  }
  p.name span {
    font-size: 1.3em;
  }
  .goaisatu {
    width: 90%;
    margin: auto;
    line-height: 2;
    margin-bottom: 3em
  }
  #company .greet {
    line-height: 2;
    margin-top: 2em;
    width: 90%;
    margin: 2em auto 0 auto;
  }
  .kaisha {
    width: 100%;
    margin-bottom: 50px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  }
  .kaisha th, .kaisha td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }
  .kaisha th {
    font-weight: bold;
  }
	
  .kaisha th.green{
	  background-color: green;
	  color: #fff;
	}
  #company h4 {
    font-size: 1.2em;
    background-color: green;
    padding: 0.5em 1.5em;
    font-weight: bold;
    color: #FFF;
	  display: block;
	  margin-top: 3em;
  }
  #company h4 .fas {
    color: #fff;
  }
	#company h4.u30{
		margin-bottom: 30px;
	}

  p.president {
    text-align: right;
    font-weight: bold;
  }
  .map {
    height: 450px;
  }
  #company img.logo {
    margin: auto;
    width: 40%;
    display: block;
    margin-bottom: 1em;
  }
  p.sengen_copy {
    color: #000;
    font-size: 1.5em;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 1em 0;
  }
	
  .fukuri_flex {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	  margin-top: 50px;
}
.fukuri_flex > div {
  width: 45%;
  margin-bottom: 1em;
  min-width: 0;
}
.fukuri_flex > div img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
}	

	.com_flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  max-width: 1000px!important;
	margin-bottom: 2em;
}
.com > div{
	width: 25%;
}

.com img{
	width: 100%;
	height: auto;
}

	
  /*施工実績************************************************************************************/
  .seko_flex {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	  margin-bottom: 50px;
}
.seko_flex > div {
  width: 32%;
  margin-bottom: 2em;
  min-width: 0;
}
.seko_flex > div img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
}
  /*倉庫・不動産************************************************************************************/
  .flex_2box {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}
.flex_2box > div {
  width: 48%;
  margin-bottom: 3em;
  min-width: 0;
}
.flex_2box > div img {
  width: 100%;
  overflow: hidden;
	margin-bottom: 20px;
}
.flex_2box p:first-of-type {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 2px #ccc solid;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	}

  /*事業内容************************************************************************************/
  #sengen_area {
    max-width: 700px;
    margin: auto;
    padding: 1em 0 4em 0;
  }
  #sengen_area h3 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    color: #000;
    border-bottom: 1px #000 solid;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    font-family: Avenir Next,Arial,Helvetica, "sans-serif";
    letter-spacing: 1px;
  }
  #sengen_area p {
    text-align: center;
    font-size: 1.5em;
  }
  .flex_box2 {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex_box2 > div {
    width: 33%;
    margin-bottom: 2em;
    min-width: 0;
  }
  .flex_box2 > div img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5em;
  }
	.flex_box2_under{
		margin-bottom: 4em;
	}
	
  .works_box {
    /*max-width: 1000px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .works_box > div {
    width: 50%;
    min-width: 0;
	  margin-bottom: 3em;
  }
  .works_box > div img {
    width: 100%;
    overflow: hidden;
  }
	
	.green_in{
		width: 100%;
		background: green;
	}
	.green_in h4{
		padding: 2em 0 1em 2em;
		color: #fff;
		font-size: 1.5em;
	}
	.green_in p{
		padding: 0em 3em 3em 3em;
		color: #fff;
	}
	
	.green_in p a{
		background: #fff;
		padding: 1em 2em;
		border-radius: 5px;
		color: green;
		font-weight: bold;
	}
	.green_in p a:hover{
		opacity: 0.8;
		transition: all 0.5s;
	}
	
	.bold{
		font-weight:bold;
		font-size: 120%;
		margin-bottom: 0.8em;
	}
  /*お問い合わせ************************************************************************************/
  .tel {
    font-size: 2em;
    font-weight: bold;
  }
  span.hisu {
    background: green;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    font-size: 90%;
  }
  .input_area {
    width: 200px;
    margin: auto;
    border: none;
  }
  .button {
    padding: 20px 80px;
    border-radius: 3px;
    font-size: 1.2em;
    margin: auto;
    background-color: green;
    color: #fff;
    border: none;
  }
  .brnone {
    display: none;
  }
  .pri_text {
    text-align: center;
    margin-bottom: 20px;
  }
  #privacy {
    background-color: #fff;
    height: 120px;
    overflow: scroll;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px #ccc solid;
  }
  #privacy dl dt, #privacy dl dd {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 80%;
  }
  #privacy dl dt {
    font-weight: bold;
  }
  #privacy dl dd {
    margin-bottom: 20px;
  }
  /*パンくずリスト*/
  #pankuzu {
    width: 100%;
    margin-bottom: 50px;
    background: green;
    padding: 5px 0;
    margin-bottom: 5em;
  }
  #pankuzu_in {
    max-width: 1000px;
    margin: auto;
    color: #fff;
  }
  #pankuzu p, #pankuzu a {
    font-size: 12px;
    color: #fff;
  }
}
/************************************************************************/
/*インデックスのnoneレスポンシブ*/
/************************************************************************/
/*レイアウト*/
.footer_in {
  background: #000;
  padding: 40px 0;
}
#footer .foot_logo img {
  max-width: 200px;
  margin-bottom: 20px;
}
#footer p {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
.footer_in p.ad {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
#footer .foot_red {
  background: green;
  padding: 1em 0;
}
#footer .foot_red ul {
  overflow: hidden;
  margin: auto;
  max-width: 1000px;
}
#footer .foot_red ul li {
  float: left;
  margin-right: 20px;
  color: #fff;
  font-size: 80%;
}
#footer p.copy {
  text-align: center;
  font-size: 0.8em;
  color: #000;
  padding: 20px 0;
  background: #fff;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
/*ページトップ*/
#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 60%;
	z-index: 2000;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding: 20px 0;
  text-align: center;
  display: block;
  /*border-radius: 100px;*/
  opacity: 0.9;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}