@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 1000px) {

  #spMenu{
    display: block;
    width: 35px;
    height: 30px;
    position: fixed;
    top:17px;
    right: 15px;
    z-index: 2;
    margin: 5px 0 0 0;
  }
  #spMenu span{
    display: block;
    width: 100%;
    height: 4px;
    background: #02b97c;
    position: absolute;
    transition: .5s;
  }
  #spMenu.active span{
  }
  #spMenu span:nth-child(1){
  }
  #spMenu span:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
  }
  #spMenu span:nth-child(3){
    bottom:0;
  }
  #spMenu.active span:nth-child(1){
    transform: rotateZ(45deg);
    top: calc(50% - 5px / 2);
  }
  #spMenu.active span:nth-child(2){
    opacity: 0;
  }
  #spMenu.active span:nth-child(3){
    transform: rotateZ(-45deg);
    bottom: calc(50% - 5px / 2);
  }
  .sp_hide{
    display: none;
  }
  .pc_hide{
    display: block;
  }
  .inner{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top_banner{
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 80px;
    padding: 0 10px;
  }
  .heading{
    display: flex;
    align-items: center;
  }
  .heading img{
    margin: 0 10px;
    width: 40px;
  }
  .heading h1{
    color: #129760;
    font-weight: bold;
    font-size: 15px;
  }
  .navigation{
    align-items: center;
    height: 100%;
    display:none;
  }
  .navigation nav{
    top: 0;
    position: fixed;
    display: none;
    height: auto;
    width: 100%;
    margin: 0 -10px;
  }
  .navigation nav ul{
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0 0 0;
  }
  .navigation ul li{
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .navigation nav ul li a{
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
    font-size: 25px;
	  padding: 1rem;
  }
	.navigation nav ul li.pc_none {
		display: flex;
	}
  .navigation nav ul li a::after {
    content: '';
    display: inline-block;
    vertical-align: 30%;
    width: 5px;
    height: 5px;
    margin: 0 0 0 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
  }
  .navigation.active {
    display: block;
    position: fixed;
    z-index: 1
  }
  .navigation.active nav {
    display: block;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    height: 100vh;
  }
  .navigation .active nav ul{
    display: block;
  }
  .navigation .active nav ul li {
    list-style: none;
    width: 100%;
    margin: 0;
  }
  .navigation .active nav ul li a{
    text-decoration: none;
    color: #fff;
    margin: 0 20px;
    font-size: 16px;
    padding: 1rem;
    display: block;
  }
  .navigation .active nav ul li a::after{
    display: block;
  }
  .navigation .active .inquiry{
    display: none;
    width: 235px;
    height: auto;
    margin: 0 auto;
    background: none;
  }
  .inquiry{
    width: 235px;
    height: 100%;
    margin: 0 0 0 130px;
    background: #01ae75;
    display: none;
  }
  .inquiry a{
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: aliceblue;
    font-size: 16px;
  }
  .p_banner_image{
   /* background: url(../img/common/bannerwideimg.jpg) no-repeat;*/
    height: 400px;
    position: relative;
   /* background-size: cover;*/
    margin: 0 auto;
  }
  .center_p_img{
    position: absolute;
    display: block;
    width: 100%;
    top: 10%;
  }
  .center_p_img img{
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .p_banner_image p{
    font-size: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    margin:0 auto;
    width: 100%;
  }
  main{
    margin: 0 auto;
  }
  .section_aboutus{
    position: relative;
    height: auto;
    background: url(../img/common/concrete.jpg) no-repeat right top transparent;
    background-size: cover;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .bg_about{
    background: #02ba7d ;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .greenback_mixercar{
    position: relative;
    text-align: center;
  }
  .section_aboutus h2{
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding: 25px 0;
  }
  .section_aboutus h2::before{
    content: '';
    background: url("../img/common/icon_mixcer.png") no-repeat 0 0 transparent;
    width: 56px;
    height: 38px;
    display: none;
    margin: 0 auto 1rem;
  }
  .section_aboutus .island_img{
    display: block;
    align-items: center;
    background: none;
    border: none;
    height: auto;
    box-shadow: none;
    margin: 0 20px;
    padding: 20px 0 0 0;
  }
  .island_img img{
    width: min(100%, 500px);;
  }
  .section_p_h3{
    margin: 0 auto;
  }
  .section_p_h3 h3{
    font-size: 20px;
    margin: 30px 0;
  }
  .section_p_h3 p{
    font-size: 15px;
    line-height: 2;
    text-align: justify;
  }
  .section_attempt{
    position: relative;
    height: auto;
    background: url(../img/common/concrete.jpg) no-repeat right top transparent;
    background-size: cover;
    margin: 0 auto;
    padding: 0 0 10px 0;
    background-repeat: round;
  }
  .construction{
    border:none;
    background: none;
    box-shadow:none;
    width: auto;
  }
  .construction img{
    width: min(100%, 500px);;
    height: auto;
  }
  .construction h3{
    margin: 20px 0;
    font-size: 15px;
    font-weight: bold;
  }
  .construction p{
    font-size: 15px;
    margin: 20px 0 40px 0;
    height: auto;
  }
  .bg_attempt{
    background: #f9df34;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .section_attempt h2{
    color: #129760;
    font-size: 16px;
    font-weight: normal;
    padding: 25px 0;
  } 
  .section_attempt h2::before {
    content: '';
    background: url("../img/common/icon_operator.jpg.png") no-repeat 0 0 transparent;
    width: 56px;
    height: 38px;
    margin: 0 auto 1rem;
    padding: 0 0 20px 0;
    display: none;
  }
  .yerrowback_operator{
    position: relative;
    text-align: center;
  }
  .section_attempt .concrete_construction_images{
    display: block;
    text-align: center;
    justify-content: space-between;
    margin: 20px 20px;
  }
  .section_introduction{
    position: relative;
    height: auto;
    background: url(../img/common/concrete.jpg) no-repeat right top transparent;
    box-shadow: none;
    background-size: cover;
    margin: 0 auto;
    padding: 0 0 30px 0;
    background-repeat: round;
  }
  .bg_introduction{
    background: #02ba7d;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .company_profile{
    position: relative;
    text-align: center;
  }
  .section_introduction h2{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 25px 0;
  }
  .section_introduction h2::before{
    content: '';
    background: url( "../img/common/icon_rogo.jpg.png") no-repeat 0 0 transparent;
    width: 56px;
    height: 48px;
    display: none;
    margin: 0 auto 1rem;
  }
  .some_corporate{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
    margin: 20px 20px 0 20px;
  }
  .section_introduction h3{
    margin: 10px 0;
    line-height: 25px;
    font-size: 16px;
  }
  .section_introduction p{
    margin: 10px 0;
    font-size: 16px;
  }
  .h3_p_phoneno{
    width: 100%;
    background: #fff;
    border-left: 10px solid;
    box-shadow: 0 0 8px gray;
  }
  .h3_p_phoneno:nth-of-type(1){
    border-left-color: #0aaf6b;
  }
  .h3_p_phoneno:nth-of-type(2){
    border-left-color: #0cb2b4;
  }
  .h3_p_phoneno:nth-of-type(3){
    border-left-color: #c2a9cc;
  }
  .h3_p_phoneno:nth-of-type(4){
    border-left-color: #f29fab;
  }
  .h3_p_phoneno:nth-of-type(5){
    border-left-color: #e38987;
  }
  .h3_p_phoneno:nth-of-type(6){
    border-left-color: #f3bf96;
  }
  .h3_p_phoneno:nth-of-type(7){
    border-left-color: #f2e487;
  }
  footer{
    display: block;
    font-size: 0;
  }
  iframe{
    width: 100%;
    height: 350px;
  }
  .company_info{
    text-align: center;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    background: #666;
  }
  .company_info img{
    width: 40px;
    height: auto;
    margin: 0 0 20px 0;
  }
  .company_info h2{
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 20px 0;
    color: #fff;
    font-style: normal;
    letter-spacing: 2px;
  }
  .company_info a{
    margin: 0 0 60px 0;
    color: #fff;
    font-style: normal;
    font-size: 18px;
    pointer-events: auto;
  }
  .company_info .company_name p{
    margin: 0 0 20px 0;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .company_info .company_address p{
    margin: 0 0 20px 0;
    color: #fff;
    font-style: normal;
    font-size: 14px;
  }
  .company_info .copyright{
    padding: 60px 0 30px 0;
    display: block;
    align-items: center;
  }
  .company_info .copyright p{
    color: #fff;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
  }
	.p_banner_image .slider .img01,
	.p_banner_image .slider .img02,
	.p_banner_image .slider .img03,
	.p_banner_image .slider .img04,
	.p_banner_image .slider .img05 {
		background-size: contain;
		height: auto;
	}
	.slick-slide img {
		height: 60vh;
		width: auto;
	}
	.p_banner_image .slider div {
		height: auto;
	}
	#product .img_left .img_box {
		width: 100%;
		max-width: 300px;
		margin: 1rem auto;
	}
	#product .product_box {
		width: 100%;
	}
	.fl_box {
		flex-wrap: wrap;
	}
	.container {
		width: 100%;
	}
	#product .img_right .img_box {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	#product .product_illust {
		padding: 1rem;
	}
	.subpage_main {
		margin-top: 0;
	}
	#catalog .catalog_img .img_box,
	#catalog .catalog_img .text_box {
		margin: 1rem auto;
		text-align: center;
	}
	#group .group_box dl {
		padding: 1rem;
		text-align: center;
	}
	#group .group_box dl dt {
		width: 100%;
		margin: 1rem auto;
	}
	#group .group_box dl dd {
		text-align: center;
		margin: 0 auto;
	}
	#company .inner {
		width: 100%;
	}
	#company .info .fl_box {
		display: block;
	}
	#company .inner .info dl dt {
		background-color: #01a36d;
		color: #fff;
		font-weight: bold;
	}
	#company .inner .info dl dt,
	#company .inner .info dl dd {
		width: 100%;
		padding: .5rem 1rem;
		text-align: center;
		border: none;
	}
	#company .inner .info dl dd {
		margin-bottom: 1rem;
	}
	#company .inner .info {
		margin: 10px 0;
		padding: 1rem;
	}
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	.subpage_main {
		height: 30vh;
	}
	.subpage_main h2 span {
		font-size: 24px;
	}
	#group .group_head {
		font-size: 16px;
		line-height: 1.7;
	}
	.namacon .item_box {
		width: 80%;
		margin: 0 auto 1rem;
		max-width: 400px;
	}
}
