
@charset "UTF-8";
/*01 HTMLリセット*/
body {
    margin: 0px;
    padding: 0px;
    font-family: "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
    font-size: 1.625rem;
    background-color: black;
    color: white;
}

div,
form,
h1, h2, h3, h4,
ul, li,
dl, dt, dd,
p {
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
}

p, dt, dd {
    text-align: justify;
    text-justify: distribute;
}

a img, img {
    border: 0;
}

li {
    list-style-type: none;
}

* {
    transition: color 200ms, background 200ms, border 200ms, opacity 300ms;
    -moz-transition: color 200ms, background 200ms, border 200ms, opacity 300ms;
    -webkit-transition: color 200ms, background 200ms, border 200ms, opacity 300ms;
    -o-transition: color 200ms, background 200ms, border 200ms, opacity 300ms
}

.f_yum {
    font-family: "游明朝", "Yu Mincho";
}

/*02 共通用基本設定*/
h1 {
}

h2 {
}

h3 {
}

h4 {
}

.clr {
    clear: both;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.alignL {
    text-align: left;
}

.alignR {
    text-align: right;
}

.alignC {
    clear: both;
    text-align: center;
}

.lastChild {
    margin-right: 0% !important;
    float: right !important;
}
.sp-br{
    display: none;
}

/*03 レーヤアウト*/
.bw960 {
    width: 960px;
    margin: 0 auto;
}

address {
    font-style: normal;
    text-align: center;
    background-color: #b41212;
    padding: 25px 20px;
    margin-top: 4%;
}

.bgA {
    background: url("../img/bg01.png") no-repeat right top;
    background-size: 45.52% auto;
}

.bgB {
    background: url("../img/bg02.png") no-repeat right bottom;
    background-size: 100% auto;
}

.bgC {
    background: url("../img/bg03.png") no-repeat right top;
    background-size: 100% auto;
    padding-top: 3%;
}

.bgD {
    background: url("../img/bg04.png") no-repeat left bottom;
    background-size: 64.583% auto;
    padding-bottom: 8%;
}


/*04 ヘッダー関連*/
header {
    background-color: rgba(18, 13, 12, 0.71);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
	height: 12%;
}

#Header {
    width: 1715px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#Header h1 {
    width: 23.206%;
	margin-top: -70px;
}

#Header h1 img {
    width: 100%;
}

#Header nav {
    width: 54.731%;
	margin-right: 5%;
	margin-top: -90px;
}

#Header nav ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

#Header nav a {
    font-size: 1.23rem;
    color: white;
    text-decoration: none;
}

.btn-menu{
    display: none;
}


/*css追加分*/

#Header nav .open ::after{
	display: block;
}


#videobox {
    background-color: #000000;
    position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#videobox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
}


#videobox .video_pc {
	display: block;
}
#videobox .video_sp {
	display: none;
}
/*ここまで*/



/*05 コンテンツ関連　*/
.home-show {
    display: block;
    position: relative;
    height: 52.083vw;
}

.home-show video {
    display: block;
    width: 100%;
}

.home-show .vidbacking{
    display: none;
}
.vidbacking-active-block-back{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.home-show-ttl {
    position: absolute;
    width: 37.083%;
    right: 4.427%;
    bottom: 58px;
    z-index: 9;
}
.home-show-ttl img{
    max-width: 100%;
    height: auto;
    display: block;
}

.home-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6%;
    padding-bottom: 4%;
    position: relative;
    z-index: 1;
}
.home-ttl img{
  max-width: 100%;
    height: auto;
    display: block;
}


.our-strength {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.our-strength img {
    display: block;
    width: 40.937%;
    margin-top: -7%;
}

.our-strength div {
    width: 31.25%;
    margin-left: 30px;
}

.products-handled {
    background-color: #b41212;
    padding-bottom: 6%;
}

.products-handled ul {
    width: 1280px;
    margin: 6% auto 0 auto;
    display: grid;
    grid-template-columns: repeat(4, auto);
    column-gap: 10px;
    row-gap: 40px;
}

.products-handled li {
    position: relative;
}

.products-handled li p {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    text-align: center;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.products-handled img {
    display: block;
    width: 100%;
    height: auto;
}

.equipment{
    margin-top: 6%;
}
.equipment .swiper-slide{
    width: 33.958vw;
}
.equipment img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}



/*css追加分*/
.equipment-container{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.equipment-container .equipment-grid{
	width: 100%;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
	margin-bottom: 50px;
}

.equipment-container .equipment-grid .item{
	display: flex;
	flex-direction: column;
	margin: 4%;
}

/*ここまで*/



.company img {
    width: 80.677%;
    height: auto;
    display: block;
    float: right;
    margin-top: -5.5%;
}

.company ul {
    margin-top: 8%;
    border-top: white solid 1px;
}

.company li {
    border-bottom: white solid 1px;
    display: flex;
    align-items: center;
    justify-items: flex-start;
    padding: 30px;
}

.company li .sttl {
    width: 230px;
}

.contact-us {
    background-image: url("../img/bg05.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding: 6% 20px;
}
.contact-us h2{
    width: 67.187%;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-bottom: 40px;
    position: relative;
}
.contact-us h2 img{
    max-width: 100%;
    height: auto;
    display: block;
}

    .contact-us h2:before{
    position: absolute;
    content: "";
    height: 62px;
    width: 2px;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    background-color: black;
}

.contact-us .sub-box{
    background-color: white;
    padding: 35px 30px;
    text-align: center;
    color: black;
}
.contact-us .sub-box p{
    text-align: center;
}
.contact-tel{
    color: #b41212;
    font-size: 3.5rem;
    text-decoration: none;
    background: url("../img/ico_tel.png") no-repeat left center;
    background-size: auto 100%;
    font-weight: bold;
    padding: 16px 0 12px 90px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.sp-contact-box{
    display: none;
}


@media all and (max-width: 1755px) {
    #Header{
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 1320px) {
    .products-handled ul{
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        grid-template-columns: repeat(2 ,auto);
    }
	
	
	/*css追加分*/

	
	#Header nav {
    width: 62.731%;
	margin-right: 5%;
	margin-top: -90px;
	}
	/*ここまで*/
	
}

@media all and (max-width: 1000px) {
    .bw960{
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    header{
        background-color: initial;
    }
    #Header{
        height: 13.333vw;
        position: relative;
        z-index: 9;
    }
    #Header h1{
        width: 35.333%;
		margin-top: 15px;
    }
    #Header h1 img{
        width: 100%;
        height: auto;
        display: block;
    }
    #Header nav{
        position: absolute;
        left: 0;
        top: 13.333vw;
        width: 100%;
        margin-top: 0;
        background-color: rgba(0,0,0,0.7);
    }
    .btn-menu{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 13.333vw;
        height: 13.333vw;
        background: url("../img/btn_menu.gif") no-repeat center center;
        background-size: 100% 100%;
        text-indent: -9999px;
    }
    #Header nav ul{
        display: block;
    }
    #Header nav li{
        padding: 10px 20px;
        border-bottom: white solid 1px;
        text-align: center;
    ;
    }

    .btn-menu.open{
        background-image: url("../img/btn_close.gif");
    }
    #Header nav{
        display: none;
    }
	
	
	/*css追加分*/

	
	.equipment-container{
	width: 100%;
}
	/*ここまで*/
	

    .recruit{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .recruit p.alignC{
        text-align: left;
    }
}

@media all and (max-width: 767px) {
    body{
        font-size: 1rem;
        padding-bottom: 120px;
    }
    .sp-br{
        display: block;
    }
    .bgA,
    .bgC,
    .bgD{
        background-image: none;
    }

    .bgB {
        background: url("../img/bg06.png") no-repeat right bottom;
    }
    .sp-contact-box{
        display: block;
        color: white;
        background-color: #b41212;
        text-decoration: none;
        text-align: center;
        padding: 7px 0;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 10;
    }
    .sp-contact-box span{
        font-size: 2.2rem;
        text-decoration: none;
        background: url("../img/ico_tel2.png") no-repeat left center;
        background-size: auto 100%;
        padding-left: 7%;
        display: inline-block;
        line-height: 1.2em;
        margin-bottom: 2%;
    }

    .home-show{
        height: 128vw;
    }
    .equipment{
        margin-left: 20px!important;
    }
    .equipment .swiper-slide{
        width: 79.066vw;
    }
    .home-show-ttl{
        width: 66.666%;
        right: 16.667%;
    }
    .home-ttl{
        padding-top: 10%;
        padding-bottom: 6%;
    }
    .home-ttl img{
        max-width: none;
    }
    .home-ttl#BoxA{
        padding-top: 3%;
    }



    /*css追加分*/

	
	.equipment-container .equipment-grid{
	width: 100%;
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
	margin-bottom: 50px;
	}
	
	
	
	#videobox {
		padding-top: 123%;
	}
	
	#videobox .video_pc {
	display: none;
	}
	#videobox .video_sp {
	display: block;
	}
	/*ここまで*/
	
	
    #BoxA img{
        width: 60.8%;
    }
    #BoxB img{
        width: 78.266%;
    }
    #BoxC{
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 20px;
    }
    #BoxC img{
        width: 50.8%;
    }
    #BoxD img{
        width: 79.066%;
    }
    #BoxE img{
        width: 34.4%;
    }
    .our-strength{
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }
    .our-strength img{
        width: 100%;
        height: auto;
    }
    .our-strength div{
        width: auto;
        margin-left: 0;
        padding-top: 30px;
    }
    .company{
        padding-left: 20px;
        padding-right: 20px;
    }
    .company img{
        width: 100%;
        margin-top: -9%;
    }
    .company ul{
        padding-left: 0;
        padding-right: 0;
    }
    .company li{
        padding: 10px 0;
        display: block;
    }
    .company li .sttl{
        padding-bottom: 3px;
    }
    .contact-us h2{
        margin-bottom: 15px;
        padding-bottom: 50px;
    }
    .contact-us h2:before{
        height: 35px;
    }
    .contact-tel{
        font-size: 2rem;
        padding: 5px 0 2px 15%;
    }
}

@media all and (max-width: 440px) {
	/*css追加分*/

	
	.equipment-container .equipment-grid{
	width: 100%;
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
	margin-bottom: 50px;
	}

	/*ここまで*/
}



@media all and (max-width: 383px) {
	/*css追加分*/

	
	.contact-tel {
    font-size: 1.4rem;
    padding: 5px 0 2px 15%;
}
	/*ここまで*/
}


