@charset "UTF-8";
/* CSS Document */
.wrap {
  overflow: hidden;
}
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  /*メイン画像*/
	
  #main_img {
    position: relative;
    overflow: hidden;
	/*min-height:100vh;
	  background-size: cover;*/
    margin-bottom: 3em;
	}
  #main_img .slider img {
    width: 100%;
  }
  #main_img .top_sengen{
    position: absolute;
    top: 70%;
	left: 35%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 100;
    color: #fff;
  }
  #main_img .top_sengen .main_sengen{
	  font-size: 2.3em!important;
	  font-weight: bold;
	  color: #fff;
	  line-height: 1.3;
	  margin: 0.5em 0;
	}
  #main_img .top_sengen p{
	  color: #fff;
    text-shadow: #000 0px 0 8px;
	  font-size: 80%;
	  font-weight: bold;
	}
	
	.br_none{
		display: none;
	}		
	
  /*#main_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    background: url("../img/main_slider.jpg") top center no-repeat;
    background-size: cover;
    z-index: 100;
    margin-bottom: 4em;
  }
  #main_img .slider img {
    width: 100%;
    background-size: cover;
  }*/
	
	
  #section1 h2 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
  }
  #section1 h2 span {
    font-size: 12px;
    font-weight: normal;
    color: #0097E0;
  }
  /*トップページ事業内容*/
  #point3_area {
    width: 100%;
    background-image: url("../img/business_bg.jpg");
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
    padding: 4em 0;
    position: relative;
  }
  #point3_area::after {
    content: '';
    background-color: rgba(0, 151, 224, .7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #point3_area div {
    max-width: 1000px;
    margin: auto;
  }
  #point3_area h3 {
    text-align: left;
    font-weight: bold;
    font-size: 2em;
    color: #fff;
    letter-spacing: 0px;
    position: relative;
    z-index: 5;
    margin-bottom: 0.5em;
    display: inline-block;
  }
  #point3_area h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px; /*線の上下位置*/
    display: inline-block;
    width: 50px; /*線の長さ*/
    height: 3px; /*線の太さ*/
    background-color: #fff; /*線の色*/
  }
  #point3_area .business_area {
    margin-bottom: 2em;
  }
  #point3_area h3 span {
    font-size: 40%;
    color: #fff;
    margin-left: 10px;
  }
  .business_flex {
    max-width: 1000px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10;
	  margin-bottom: 50px!important;
  }
  .business_flex > div {
    width: 50%;
  }
  .whitearea {
    background-color: #fff;
  }
	#n01{
	  background-image: url("../img/business_n1.png");
	  background-repeat: no-repeat;
	}
	#n02{
	  background-image: url("../img/business_n2.png");
	  background-repeat: no-repeat;
	}
	#n03{
	  background-image: url("../img/business_n3.png");
	  background-repeat: no-repeat;
	}
	
  .business_flex .whitearea > div {
    padding: 4em 3em;
  }
  .business_flex img {
    /*width: 100%;*/
  }
  .business_flex h4 {
    /*text-align: center;*/
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #000;
  }
  .business_flex > div p {
    text-align: justify;
    color: #000;
  }
  .w1000 {
    max-width: 1000px;
    margin: auto;
    padding: 5em 0;
  }
  .advantage h3 {
    text-align: left;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 0px;
    position: relative;
    z-index: 5;
	margin-bottom: 50px;
    display: inline-block;
  }
  .advantage h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px; /*線の上下位置*/
    display: inline-block;
    width: 50px; /*線の長さ*/
    height: 3px; /*線の太さ*/
    background-color: #0097E0; /*線の色*/
  }
  .advantage .business_area {
    margin-bottom: 2em;
  }
  .advantage h3 span {
    font-size: 40%;
    margin-left: 10px;
    color: #0097E0;
  }
  .advantage_flex {
    max-width: 1000px;
    display: flex;
    margin-bottom: 50px;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 20;
  }
  .advantage_flex > div {
    width: 48%;
    margin-bottom: 50px;
  }
  .advantage_flex img {
    width: 100%;
	  margin-bottom: 1.5em;
  }
  .advantage_flex > div p:first-of-type {
    font-weight: bold;
	  font-size: 120%;
	  margin-bottom: 0.5em;
  }
  .advantage_flex > div p {
    text-align: justify;
  }
  /*協伸製作所について***************************************************/
  #point4_area {
    max-width: 1000px;
    background-image: url("../img/about_bg.jpg");
	background-position: left;
	background-repeat: no-repeat;
	padding: 4em;
    position: relative;
  }
  #point4_area::after {
    content: '';
    /*background-color: rgba(0, 151, 224, .7);*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #point4_area div {
    max-width: 1000px;
    margin: auto;
  }
  #point4_area h3 {
    text-align: left;
    font-weight: bold;
    font-size: 2em;
    color: #fff;
    letter-spacing: 0px;
    position: relative;
    z-index: 5;
    display: inline-block;
    margin-bottom: 1.5em;
  }
  #point4_area h3 span {
    font-size: 40%;
    color: #fff;
    margin-left: 10px;
  }
  #point4_area h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px; /*線の上下位置*/
    display: inline-block;
    width: 50px; /*線の長さ*/
    height: 3px; /*線の太さ*/
    background-color: #fff; /*線の色*/
  }
  .info_flex {
    width: 100%;
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    z-index: 20;
  }
  .info_flex > div {
    width: 45%;
	  margin-bottom: 30px!important;
	  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .5);
  }
  .info_flex img {
    width: 100%;
  }
  .info_box {
    background-color: darkblue;
    display: inline-block;
	  position: relative;
  }
  .info_box img {
    display: block;
    opacity: 0.5;
  }
.info_box p {
  color: white;
	font-weight: bold;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	text-align: center;
} 
.info_box p span {
	color: #fff;
	font-size: 50%;
	font-weight: normal;
	}
	
}
/*共通コンテンツ*/
/***************************************************/
/*ディスプレイnone*/
.none {
  display: none;
}
