@charset "utf-8";
/* CSS Document */

@media screen and ( max-width:1320px ) {
    body {
        width: 100%;
    }
}
@media screen and ( max-width:1180px ) {
    h1 {
        float: none;
    }
    header nav {
        width: 95%;
        position: relative;
        display: block;
    }
    header nav ul {
        justify-content: flex-start;
    }
    header .concept {
        font-size: 48px;
    }
}

@media screen and ( max-width:768px ) {
    header {
        height: 10vh;
    }
    header>div {
        width: 100%;
        max-height: 80px;
        padding: 20px 0;
    }
    h1 {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        margin: 0 auto;
        font-size: 24px;
        display: flex;
        justify-content: center;
        
    }
    h1 span {
        font-size: 14px;
    }
    header>div {
        height: auto;
        background-color: rgba(0,0,0,0.6);
        position: fixed;
    }
    header nav {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        position: fixed;
		left: 0;
        z-index: 100;
	}
	header nav ul {
        width: 100%;
        height: auto;
		display: none;
		margin: 0 auto;
        border-bottom: none;
	}
    header nav.open {
        display: block;
    }
	header nav ul li {
        height: auto;
		margin: 0 auto ;
		text-align: left;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4);
	}
	header nav ul li a {
        width: 100%;
        height: auto;
        padding: 20px 30px;
		display: block; 
	}
    header nav ul li.contactbox {
        margin-top: 0;
        background-color: rgba(3, 117, 0, 0.7);
    }
    header nav ul li.contactbox a {
        padding: 20px 30px;
    }
    .clearfix {
        position: absolute;
        left: 10px;
        z-index: 999;
    }
    #nav_toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 5px;
        right: 0;
		z-index: 999;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position: absolute;
		width: 100%;
		right: 0;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
    header .concept {
        display: none;
    }
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav_toggle span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    nav.clonavse {
        display: none;
    }
    /* 各コンテンツ　*/
    .repertory .title {
        margin-bottom: 0;
    }
    img {
        width: 100%;
    }
    h2 {
        text-align: center;
        font-size: 2.4rem;
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    .item h3 {
        text-align: center;
    }
    section {
        width: calc(100% - 10px);
        padding: 60px 10px;
        margin-top: -80px;
    }
    #contents section {
        margin-bottom: 0;
    }
    .products .eco {
        padding: 0;
    }
    .products .eco p {
        margin-bottom: 5px;
    }
    .products .ecotitle {
        margin-bottom: 0;
    }
    .about .process {
        width: 100%;
        display: block;
    }
    .about .process li {
        width: 100%;
        display: block;
    }
    .about .process li:nth-child(even) {
        max-width: 50px;
        margin: 0 auto; 
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about .process li:nth-child(even) img {
        transform: rotate(90deg);
        display: block;
    }
    .about .process p {
        display: block;
        text-align: center;
    }
    .products {
        margin: 0 auto;
        padding-top: 0;
    }
    .products h2 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: bold;
    }
    .processtitle {
        text-align: center;
    }
    .products .appeal_parts {
        width: auto;
        display: block;
        font-size: 1.6rem;;
        padding-left: 0;
        padding-right: 0;
    }
    .products .process img {
        transform: rotate( 90deg );
    }
    
    .products .process {
        width: 100%;
        margin: 15px auto;
        display: block;
    }
    .products .process li {
        width: 100%;
        display: block;
    }
    .products .process li p {
        text-align: center;
        color: #333;
        padding: 10px;
        background: rgba(255, 255, 255, 0.8);
        display: block;
    }
    .products .process li img {
        width: 30px;
        margin: 20px auto;
        display: block;
    }
    .company ul {
        width: 100%;
    }
    .company ul li span:first-child{
        width: 40%;
        font-weight: bold;
    }
    .company img { 
        width: 100%;
        display: block;
        float: none;
    }
    .contents .parts,
    .contents .process {
        display: block;
    }
    .contents .parts li,
    .contents .process li {
        width: 80%;
    }
    #recruit .leftli {
        width: 100%;
    }
    #recruit .process .flexbox {
        display: block;
    }
    .process .flexbox li {
        width: 100%;
    }
    .recruit img {
        display: none;
    }
    .google_map {
        width: 100%;
        height: 200px;
        float: none;
    }
    address {
    width: 100%;
    float: none;
    margin-top: 10px;
    }
    address p {
        margin-bottom: 15px;
    }
    address p span:first-child {
        line-height: 1;
        margin-bottom: 0;
    }
    small {
        width: 100%;
        text-align: center;
        display: block;
    }
    .blackline {
        padding-left: 10px;
        margin-left: 0;
    }
    .block .flexbox {
        width: 100%;
    }
    .block div ul {
        font-size: 16px;
        margin-left: 0;
    }
    .block div ul li {
        display: block;
    }
    .block div ul li span {
        display: block;
    }
    .block div ul li span:first-child {
        width: 100%;
        padding-left: 0;
    }
    .block div.flexbox div:first-child {
        width: 100%;
    }
    #contents div ul {
        flex-wrap: wrap;
    }
    .lineup li {
        width: 75%;
    }
    #company div ul li span:first-child:before {
        left: -15px;
    }
    #contact ul {
        width: 100%;
        padding: 20px 0;
        margin-top: 0;
    }
    #contact ul li {
        display: block;
    }
    #contact ul li p:first-child {
        width: 100%;
        margin-bottom: 10px;
    }
    #contact ul li p:last-child {
        width: 100%;
    }
    #contact .submit input {
        padding: 10px 60px;
    }
    #contents .item ul {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    #contents .item ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    #recruit div.flexbox ul {
        margin-left: 10px;
        margin-right: 10px;
    }
    .repertory div {
        width: 100%;
    }
    .repertory .repertorybox {
        margin-left: 0;
        margin-right: 0;
    }
    .repertory .flexbox {
        display: block;
    }
    .repertory .flexbox .repic {
        width: 100%;
        margin-right: 0;
    }
    .repertory .flexbox .repic img {
        width: 100%;
    }
    .repertory .flexbox .rightT {
        width: 100%;
    }
    .repertory .flexbox p {
        width: 100%;
    }
    .pagetop {
        width: 60px;
        display: flex;
        align-items: center;
    }
    .pagetop a {
        padding-bottom: 60px;
        background-position: center center;
    }
    .pagetop span {
        display: none;
    }
/* 汎用 */
    .nosp {
        display: none!important;
    }
    .nopc {
        display: block;
    }
}