@charset"UTF-8";

@font-face {
  font-family: 'din-2014';
  src:url('../font/DIN-2014_Extra-Bold-Italic.otf') format('opentype')
}

/*01 HTMLリセット*/
body{margin:0;padding:0;font-family:"游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka"; color: #17273B;}
div,
form,
h1,h2,h3,h4,
ul,li,
dl,dt,dd,
p{margin:0;padding:0;line-height: 1.5em;}
p,dt,dd{text-align:justify;text-justify:distribute;}
a img,img{border:0;}
li{list-style-type:none;}

img{
    max-width: 100%;
    height: auto;
    display: block;
}

*{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 共通用基本設定*/
.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;}

/*03 レーヤアウト*/
#Wrap{}
#Contents{}
address{
    text-align: center;
    color: #fff;
    font-style: normal;
    font-size: 14px;
}

.mw-1420{
    max-width: 1420px;
    margin: 0 auto;
}

.mw-1050{
    max-width: 1050px;
    margin: 0 auto;
}

.h3-ttl{
    font-size: 100px;
    color: #020F99;
    font-weight: 500;
    line-height: 1.3em;
    font-family: 'din-2014';
}
.h3-ttl span{
    font-size: 18px;
    color: black;
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 1.3rem;
}
.h3-ttl span::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DC3232;
    left: 0;
    top: 0.3rem;
}


/*04 ヘッダー関連*/
header{
    min-height: 100px;
    display: flex;
    padding-left: 50px;
    padding-right: 75px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    /* background-color: #fff; */
    z-index: 999;
    width: 100%;
    box-sizing: border-box;

/* backdrop-filter: blur(30px) brightness(1); */
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
header .btn-menu{
    display: none;
}
header ul{
    display: flex;
}
header li a{
    display: block;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
header li:last-child{
    padding-left: 25px;
}
header li:last-child a{
    background-color: #DC3232;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 50px;
}

/*05 コンテンツ関連　*/
.home .btn1{
    width: 268px;
    height: 78px;
    border: white solid 1px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    color: white;
    text-decoration: none;
}
.home .btn1 span{
    display: inline-block;
    position: relative;
    padding-right: 45px;
}
.home .btn1 span:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5rem;
    width: 16px;
    height: 11px;
    background: url("../image/common/ico-arrow.png") no-repeat center center;
}
.home-banner{
    width: 100%;
    position: relative;
}
.home-banner h2{
    position: absolute;
    left: 150px;
    bottom: 70px;
    color: white;
    font-size: 25px;
    font-weight: 500;
    z-index: 9;
}
.home-banner h2 strong{
    font-size: 75px;
    display: block;
    line-height: 1.3em;
    padding-top: 10px;
}
.home-banner img{
    width: 100%;
}

.home-metalworking{
    position: relative;
    padding-top: 5.7%;
    padding-bottom: 12%;
    margin-bottom: 50px;
}
.home-metalworking::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: -1;
    background-color: #020F99;
}
.home-metalworking h3{
    max-width: 1420px;
    margin: 0 auto;
    font-size: 100px;
    color: white;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    z-index: 1;
    font-family: 'din-2014';
}
.home-metalworking .sub-box{
    margin: -45px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
    color: white;
}
.home-metalworking .sub-box img{

}

.home-metalworking .sub-box > div:first-child{
    display: flex;
    justify-content: flex-end;
}
.home-metalworking .sub-box > div:first-child div{
    width: 700px;
}
.home-metalworking .sub-box > div:last-child{
    display: flex;
    justify-content: flex-end;
}

.home-products{
    position: relative;
    overflow: hidden;
    padding-top: 5.7%;
    padding-bottom: 100px;
}
.home-products::after{
    content: "";
    position: absolute;
    background: url("../image/top/bg-products.gif") no-repeat center center;
    background-size: 100% 100%;
    border-radius: 0 100px 100px 0;
    width: 100%;
    height: 100%;
    right: 100px;
    top: 0;
    z-index: -1;
}
.home-products ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}
.home-products li{
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.home-products li > a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.home-products li > div{
    position: relative;
}
.home-products li > div span{
    position: absolute;
    display: block;
    right: 15px;
    top: 100%;
    transform: translateY(-50%);
}
.home-products li > dl{
    padding: 40px 30px 20px 30px;
}
.home-products li > dl dt{
    font-size: 26px;
    font-weight: bold;
}
.home-products li > dl dd{
    padding: 20px 65px 20px 0;
    position: relative;
}
/* .home-products li > dl dd::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background:#020F99 url("../image/common/ico-arrow.png") no-repeat center center;
} */

.home-show{
    padding-bottom: 50px;
}
.home-show::after{
    content:"";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-color: #656A75;
    z-index: -1;
}
.home-show .slick-list {
    padding-right: 17.18% !important;
    padding-left: 0 !important;
}
.home-show .slide{
    margin-right: 30px;
}
.home-show .slide img{
    width: 100%;
}


.home-company{
    padding-top: 100px;
    background-color: #656A75;
}
.home-company .ttl{
    display: flex;
    justify-content: space-between;
    color: white;
}
.home-company .h3-ttl span,
.home-company .ttl h3{
    color: white;
}
.home-company .ttl .btn1{
    margin-top: 0;
}
.home-company-list{
    margin-top: 50px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.home-company-list li{
    position: relative;
}
.home-company-list li span{
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    margin: 0 20px 30px 20px;
    font-size: 26px;
    font-weight: bold;
    left: 0;
    bottom: 0;
    color: white;
}
.home-company-list li span::after{
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    right: 0;
    top: 50%;
    border: white solid 1px;
    transform: translateY(-50%);
    background: url("../image/common/ico-arrow.png") no-repeat center center;
}
.home-company-list li a{
    display: block;
}
.home-company-list li a:hover{
    opacity: 0.6;
}
.home-company-list li:last-child{
    grid-column: span 2;
    width: 49.3%;
    margin: 0 auto;
}



.home-inquiry{
    max-width: 1050px;
    /* background-color: #020F99; */
    border-radius: 30px;
    margin: 0 auto;
    color: white;
    padding-top: 90px;
    padding-bottom: 50px;
}
.home-inquiry h3{
    font-size: 48px;
    padding-bottom: 20px;
    text-align: center;
}
.home-inquiry p{
    text-align: center;
}
.home-inquiry ul{
    max-width: 1050px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.7619%;
    margin: 50px auto 0 auto;
}
.home-inquiry ul.insta{
    max-width: 1050px;
    display: flex;
    justify-content: center;
    margin: 50px auto 0 auto;
}
.home-inquiry ul.insta li a{
    width: 500px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #17273B;
}
.home-inquiry li a{
    height: 300px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #17273B;
}
.home-inquiry li a:hover{
    opacity: 0.6;
}
.home-inquiry li img{
    display: block;
    margin: 0 auto 20px auto;
}
.home-inquiry li strong{
    font-size: 40px;
    line-height: 1em;
    color: #17273B;
    display: block;
    text-align: center;
    margin-top: 10px;
    text-decoration: underline;
}
.home-inquiry ul.insta li strong{
    font-size: 24px;
    line-height: 1.5em;
}
.home-inquiry li small{
    display: block;
    margin-top: 10px;
}

.logo-area{
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    margin-top: 150px;
}
.logo-area-inner{
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-area .logo{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.logo-area .logo img{
    padding-right: 30px;
}
.logo-area .logo img:last-child{
    padding-right: 0px;
}

.page-banner{
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    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;
}
.page-banner h2{
    display: block;
    width: 1420px;
    margin: 0 auto;
    text-align: left;
    color: white;
    font-size: 24px;
    line-height: 2em;
}
.page-banner h2 strong{
    font-size: 60px;
    display: block;
    line-height: 1em;
}

#Breadcrumb{
    padding-left: 10px;
    padding-right: 10px;
}
#Breadcrumb ul{
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    height: 60px;
    align-items: center;
}
#Breadcrumb li{
    margin-right: 15px;
    color: #020F99;
    font-weight: bold;
}
#Breadcrumb li a{
    color: #17273B;
    text-decoration: none;
}
#Breadcrumb li a:hover{
    text-decoration: underline;
}

.facility{
    position: relative;
    padding-top: 20px;
}
.facility::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 61.458%;
    height: 800px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: -1;
    background-color: #020F99;
}
.facility-banner{
    background-image:url("../image/facility/banner.jpg");
}
.facility-amada{
    position: relative;
}
.facility-amada li{
    display: flex;
    gap: 20px;
    margin-bottom: 250px;
}
.facility-amada li > div:first-child{
    position: relative;
    width:44.27%;
}
.facility-amada li > div img:first-child{
    width: 100%;
}
.facility-amada li > div:first-child span{
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -11%;
    right: 0;
    transform: translateX(50%);
}

.facility-amada li .eml-3510nt{
    width: 82.824%;
}
.facility-amada li .em-2510-m2{
    width: 84.705%;
}
.facility-amada li .eg-6013{
    width: 63.765%;
}
.facility-amada li .hg8025nt{
    width: 69.765%;
}

.facility-amada li div:last-child{
    width: 800px;
    display: flex;
    position: relative;
    z-index: 9;
}
.facility-amada li:nth-child(odd) div:last-child{
    justify-content: flex-end;
}
.facility-amada li:nth-child(even){
    flex-direction: row-reverse;
}
.facility-amada li:nth-child(even) > div:first-child span{
    right: auto;
    left: 0;
    transform: translateX(-50%);
}

.facility-amada li dl{
    margin-top: 50px;
}
.facility-amada li dt{
    font-weight: bold;
    font-size: 40px;
}
.facility-amada li dt span{
    color: #DC3232;
    font-size: 16px;
    display: block;
    line-height: 1.5em;
}
.facility-amada li dd{
    padding-top: 6px;
}
.facility-amada li dd p{
    line-height: 1.8rem;
}
.facility-bgc{
    background-color: #F7F7F7;
    position: relative;
}
.facility-bgc::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 100vw;
    height: 970px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background-color: #F7F7F7;
    z-index: -1;
}
.facility-list{
    max-width: 1420px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 46.5%);
    row-gap: 100px;
    align-items: flex-end;
    justify-content: space-between;
}
.facility-list li img{
    width: 100%;
}
.facility-list li dl{
    padding-bottom: 15px;
}
.facility-list li dt{
    font-weight: bold;
    font-size: 30px;
}
.facility-list li dt span{
    font-size: 16px;
    display: block;
    line-height: 1.5em;
    font-weight: normal;
    color: #17273B;
}
.facility-list li dt span:first-child{
    color: #DC3232;
    font-weight: bold;
}
.facility-list li dd{
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.facility-list li dd p{
    line-height: 1.8rem;
    text-align: left;
}
.facility-list li dd p span{
    display: inline-block;
}
.facility-list li dd div{
    white-space: nowrap;
}
.facility-list li:nth-child(3) dl{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.facility-form h3{
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.facility-form .box{
    width: 100%;
    overflow: auto;
}
.facility-form table{
    width: 1418px;
    border-top: #707070 solid 1px;
    border-left: #707070 solid 1px;
    background-color: white;
}
.facility-form th{
    padding: 8px 10px;
    text-align: center;
    border-bottom: #707070 solid 1px;
    border-right: #707070 solid 1px;
    background-color: #EFF6F7;
}
.facility-form td{
    padding: 15px 10px;
    text-align: center;
    border-bottom: #707070 solid 1px;
    border-right: #707070 solid 1px;
}
.facility-other{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 150px;
}
.facility-other h3{
    font-size: 48px;
    color: #020F99;
}
.facility-other li{
    font-size: 18px;
}
.facility-other li div{
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.facility-other li div strong{
    display: block;
    width: 2em;
}
.facility-other li img{
    margin-top: 20px;
}
.facility-other li img:first-child{
    margin-top: 0;
}
.facility-pic{
    margin-top: 150px;
}
.facility-pic li{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 20px;
    flex-direction: row-reverse;
}
.facility-pic li > div{
    flex: 1;
}
.facility-pic li strong{
    background-color: #020F99;
    color: white;
    display: inline-block;
    clip-path: polygon(
            0 0,
            calc(100% - 35px) 0,
            100% 60px,
            100% 100%,
            0 100%
    );
    padding: 0 100px;
    width: auto;
    height: 60px;
    line-height: 61px;
    font-size: 30px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
}
.facility-pic li:last-child{
    align-items: flex-start;
}
.facility-pic li:last-child div{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.facility-pic li:last-child p{
    padding-top: 50px;
    padding-bottom: 80px;
}
.facility-pic li:last-child p span{
    padding-left: 100px;
    padding-top: 10px;
    display: block;
}
.facility-pic li:last-child strong{
    margin-right: -20px;
    margin-left: auto;
    clip-path: polygon(
            35px 0,
            100% 0,
            100% 100%,
            0 100%,
            0 60px
    );
}

.company-banner{
    background-image:url("../image/company/banner.jpg");
}
.company h3{
    font-size: 48px;
    color: #020F99;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}

.company-show .slick-list {
    padding-right: 17.18% !important;
    padding-left: 0 !important;
}
.company-show .slide{
    margin-right: 30px;
}
.company-show .slide img{
    width: 100%;
}
.company-form{
    width: calc(100% - 2px);
    border-top: #ECECEC solid 1px;
    border-left: #ECECEC solid 1px;
    background-color: white;
    margin-bottom: 100px;
}
.company-form th{
    width: 300px;
    padding: 20px;
    text-align: left;
    border-bottom: #ECECEC solid 1px;
    border-right: #ECECEC solid 1px;
    background-color: #EFF6F7;
    vertical-align: top;
}
.company-form td{
    padding: 20px;
    border-bottom: #ECECEC solid 1px;
    border-right: #ECECEC solid 1px;
}
.company-history-area{
    margin-top: -10%;
    background-image: url(../image/company/enkaku_bg.png);
    padding: 150px 0 50px;
}
.company-history ul {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.company-history ul:before{
    position: absolute;
    content: "";
    height: calc(100% - 10px);
    width: 2px;
    background-color: #020F99;
    top: 5px;
    left: 50%;
    margin-left: -1px;
}
.company-history ul li{
    clear: both;
    display: flex;
    padding-bottom: 35px;
}
.company-history ul li:last-child{
    padding-bottom: 0;
}
.company-history ul li span{
    flex: 0 0 110px;
    display: block;
    margin-left: 30px;
    position: relative;
    color: #020F99;
    font-weight: bold;
}
.company-history ul li span::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #020F99;
    left: -50px;
    top: 2px;
}

@media screen and (min-width: 900px){
    .company-history ul li{
        width: calc(50% - 10px);
    }
    .company-history ul li:nth-child(odd) {
        direction: ltr;
        float: right;
    }
    .company-history ul li:nth-child(even) {
        direction: rtl;
        float: left;
    }
    .company-history ul li:nth-child(even) span{
        text-align: right;
        margin-right: 30px;
        margin-left: 0;
    }
    .company-history ul li:nth-child(even) span::before{
        right: -50px;
        left: auto;
    }
}
.company-access{
    max-width: 1200px;
    margin: 0 auto;
}
.company-access .sub-box{
    display: flex;
    gap: 50px;
}
.company-access .sub-box > div{
    flex: 0 0 340px;
}
.company-access .sub-box > div p{
    padding-top: 15px;
    line-height: 1.8em;
}
.company-access .sub-box > iframe{
    flex: 1;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}


.recruit-banner{
    background-image:url("../image/recruit/banner.jpg");
}


.home-footer{
    background-color: #656A75;
    padding-top: 1px;
}
footer{
    background-color: #17273B;
    color: white;
    padding-bottom: 10px;
}
footer#facility{
    padding-top: 0px;
}
footer a{
    color: white;
    text-decoration: none;
}
#FootNav a:hover{
    text-decoration: underline;
}

#FootNav{
    padding-left: 34.085%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
#FootNav h4{
    font-size: 26px;
    padding-bottom: 10px;
}
#FootNav h4 a{
    color: white;
    margin-bottom: 0;
}
#FootNav a{
    color: #8D90A5;
    display: block;
    margin-bottom: 5px;
}

#FootInfo{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#FootInfo > div p{
    margin-top: 15px;
    line-height: 1.8em;
}


@media all and (max-width:1750px)
{
    .home-products::after{
        right: 15px;
    }
    footer{
        padding: 30px 15px;
    }
    .facility-amada li{

    }
    .facility-amada li div:last-child,
    .facility-amada li div{
        width: 50%;
    }
}

@media all and (max-width:1450px)
{
    header{
        padding-left: 10px;
        padding-right: 10px;
        min-height: 80px;
    }
    header h1{
        width: 30%;
    }
    header li a{
        padding: 15px;
    }
    header li:last-child a{
        padding-left: 20px;
        padding-right: 20px;
    }
    header li:last-child{
        padding-left: 5px;
    }
    .home-banner h2{
        left: 50px;
        bottom: 30px;
        font-size: 18px;
    }
    .home-banner h2 strong{
        font-size: 55px;
    }
    .home-metalworking h3{
        font-size: 50px;
        margin-bottom: 20px;
    }
    .home-products{
        padding-left: 10px;
        padding-right: 20px;
    }
    .home-products li > div span{
        display: flex;
        justify-content: flex-end;
    }
    .home-products li > div span img{
        width: 80%;
        height: auto;
    }
    .home-company{
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-metalworking{
        padding-left: 10px;
    }
    .home-metalworking .sub-box > div:first-child div{
        width: 100%;
    }
    .home-inquiry{
        padding-left: 10px;
        padding-right: 10px;
    }
    #FootNav{
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-banner h2{
        margin-left: 15px;
        margin-right: 15px;
    }

    .company-form,
    .company-history,
    .company-access,
    .facility-other,
    .facility-list,
    .facility-form{
        margin-left: 10px;
        margin-right: 10px;
    }
    .company-form{
        width: calc(100% - 22px);
    }

}

@media all and (max-width:900px)
{
    header{
        min-height: 50px;
        position: relative;
    }
    header h1{
        width: 160px;
    }
    header .btn-menu{
        display: block;
        text-indent: -9999px;
        width: 44px;
        height: 44px;
        background: url("../image/common/btn-menu.png") no-repeat center center;
        background-size: 100% 100%;
    }
    header .btn-menu.open{
        background: url("../image/common/btn-close.png") no-repeat center center;
        background-size: 100% 100%;
    }
    header nav{
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 50px;
        z-index: 99;
    }
    header ul{
        display: block;
        background-color: white;
    }
    header li a{
        color: #17273B;
        text-align: center;
    }
    header li:nth-child(odd){
        background-color: #F2F5F8;
    }
    header li:last-child a{
        background-color: #F2F5F8;
        border-radius: 0;
        color: #17273B;
    }
    .company-show .slick-list,
    .home-show .slick-list {
        padding-right: 32% !important;
    }
    .h3-ttl{
        font-size: 50px;
        margin-bottom: 20px;
    }
    .home .btn1{
        width: 160px;
        height: 40px;
        font-size: 10px;
    }
    .home .btn1 span{
        padding-right: 35px;
    }
    .home .btn1 span:before{
        background-size: 10px auto;
    }
    .home-banner{
        height: 500px;
        overflow: hidden;
    }
    .home-banner img{
        width: auto;
        height: 500px;
        max-width: none;
        transform: translateX(-50%);
        margin-left: 50%;
    }
    .home-banner h2{
        left: 10px;
        bottom: 30px;
        font-size: 10px;
    }
    .home-banner h2 strong{
        font-size: 28px;
    }
    .home-metalworking{
        background-color: #020F99;
        padding-bottom: 0;
        margin-bottom: 40%;
    }
    .home-metalworking::after{
        display: none;
    }
    .home-metalworking .sub-box{
        margin: 0 auto;
        display: block;
    }
    .home-metalworking .btn1{
        margin-top: 20px;
        margin-left: auto!important;
    }
    .home-metalworking .sub-box > div:first-child{
        padding-right: 10px;
    }
    .home-metalworking .sub-box > div:last-child{
        margin-left: 10px;
        margin-top: -27%;
        transform: translateY(50%);
    }
    .home-company .ttl{
        display: block;
    }
    .home-company .ttl > a{
        margin-top: 20px;
        margin-left: auto;
    }
    .home-company .ttl .btn1{
        margin-top: 20px;
    }
    .home-company-list{
        display: block;
    }
    .home-company-list li{
        margin-bottom: 20px;
    }
    .home-company-list li img{
        width: 100%;
    }
    .home-company-list li:last-child{
        margin-bottom: 0;
        width: 100%;
    }
    .home-company-list li span{
        font-size: 18px;
        width: calc(100% - 30px);
        margin: 0 10px 20px 10px;
    }
    .home-company-list li span::after{
        width: 40px;
        height: 40px;
    }
    .home-products{
        padding-bottom: 80px;
        margin-bottom: 50px;
    }
    .home-products::after{
        border-radius: 0 50px 50px 0;
    }
    .home-products ul{
        grid-template-columns: repeat(1, 1fr);
    }
    .home-products li > div > img{
        width: 100%;
    }
    .home-products li > dl{
        padding: 30px 10px 20px 10px;
    }
    .home-products li > dt{
        font-size: 20px;
    }
    .home-products li > dl dd{
        padding-top: 15px;
        padding-right: 50px;
    }
    .home-products li > dl dd::after{
        width: 40px;
        height: 40px;
    }
    .home-products li > div span img{
        width: auto;
    }

    .home-inquiry{
        padding-top: 50px;
        padding-bottom: 20px;
        border-radius: 15px;
        margin-top: 0px;
    }
    .home-inquiry h3{
        font-size: 30px;
    }
    .home-inquiry p{
        text-align: left;
    }
    .home-inquiry ul{
        display: block;
    }
    .home-inquiry ul.insta{
        display: block;
        margin-top: 10px;
    }
    .home-inquiry li:last-child{
        margin-top: 20px;
    }
    .home-inquiry li:last-child a{
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .home-inquiry li a{
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-inquiry ul.insta li a{
        width: auto;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-inquiry li strong{
        font-size: 24px;
    }
    .home-inquiry ul.insta li strong{
        font-size: 20px;
    }

    .logo-area-inner{
        flex-direction: column;
        padding: 0 30px;
    }
    .logo-area .logo{
        justify-content: center;
        margin-top: 20px;
    }

    .home-company{
        padding-top: 0;
    }

    footer{
        padding: 30px 30px 20px 30px ;
    }
    #FootNav{
        padding-left: 0;
        padding-right: 0;
        display: block;
    }
    #FootNav li{
        padding-bottom: 10px;
    }
    #FootNav a{
        display: inline-block;
        margin-right: 30px;
    }
    #FootInfo{
        display: block;
        padding-top: 20px;
    }
    #FootInfo div{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    address{
        text-align: center;
        margin-top: 20px;
    }

    .page-banner{
        height: 500px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .page-banner h2{
        margin: 0 0 40px 10px;
        font-size: 20px;
    }
    .page-banner h2 strong{
        font-size: 40px;
    }

    .facility::after{
        width: 100vw;
        height: 255px;
    }
    .facility-pic li,
    .facility-other,
    .facility-list,
    .facility-amada li{
        display: block;
    }
    .facility-amada li{
        margin-bottom: 50px;
    }
    .facility-amada li > div{
        width: auto!important;
        display: block!important;
        margin-right: 10px;
    }
    .facility-amada li:nth-child(even) > div:first-child{
        margin-left: 10px;
        margin-right: 0;
    }
    .facility-amada li > div:first-child{
        margin-bottom: 22%;
    }
    .facility-amada li:nth-child(even) > div:first-child span,
    .facility-amada li > div:first-child span{
        bottom: -20%;
        transform: none;
    }
    .facility-amada li div:last-child{
        padding: 0 10px;
        margin-right: 0;
        margin-top: 0;
    }
    .facility-amada li dt{
        font-size: 24px;
    }
    .facility-list{
        margin-left: 10px;
        margin-right: 10px;
    }
    .facility-list li{
        margin-bottom: 40px;
    }
    .facility-list li dt{
        font-size: 18px;
    }
    .facility-list li:nth-child(3) dl,
    .facility-list li dd{
        display: block;
    }
    .facility-list li dd div{
        width: 100%;
        text-align: right;
    }
    .facility-bgc::before{
        height: 375px;
    }
    .facility-form h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .facility-form th{
        padding: 5px;
    }
    .facility-form td{
        padding: 10px;
    }
    .facility-other h3{
        font-size: 24px;
    }
    .facility-other li{
        margin-bottom: 30px;
    }
    .facility-other li img{
        width: 100%;
    }

    .facility-other li div{
        display: none;
    }

    .facility-pic{
        padding-bottom: 50px;
    }
    .facility-pic li img{
        width: 100%;
    }
    .facility-pic li:first-child{
        position: relative;
        margin-right: 10px;
        margin-bottom: 70px;
    }
    .facility-pic li strong{
        font-size: 18px;
        height: 45px;
        line-height: 46px;
    }
    .facility-pic li:first-child strong{
        padding-left: 10px;
        padding-right: 90px;
        margin-left: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(50%);
        clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 45px, 100% 100%, 0 100%);
    }
    .facility-pic li:last-child div:first-child{
        margin-left: 10px;
    }
    .facility-pic li:last-child div:last-child{
        display: block;
        position: relative;
        margin-right: 10px;
    }
    .facility-pic li:last-child div:last-child p{
        padding: 0;
        position: absolute;
        right: -10px;
        top: calc(100% - 22px);
        text-align: right;
    }
    .facility-pic li:last-child strong {
        margin-right: 0;
        padding-right: 10px;
        padding-left: 90px;
        clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
    }
    .facility-pic li:last-child p span{
        padding-left: 0;
        padding-right: 10px;
    }

    .company h3{
        margin-top: 50px;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .company-history h3{
        text-align: left;
    }
    .company-form{
        margin-bottom: 50px;
        margin-top: 30px;
    }
    .company-form th{
        width: 100px;
        padding: 15px 10px;
    }
    .company-form td{
        padding: 15px 10px;
    }
    .company-history ul:before{
        width: 2px;
        background-color: #020F99;
        top: 5px;
        left: 10px;
    }
    .company-history ul li{
        width: auto;
        padding-bottom: 30px;
        display: grid;
        grid-template-columns: 140px auto;
        clear: none;
    }
    .company-history ul li span{
        margin-left: 40px;
    }
    .company-history ul li span::before{
        left: -40px;
    }
    .company-access .sub-box{
        display: block;
    }
    .company-history ul li:last-child{
        padding-bottom: 0;
        position: relative;
    }
    .company-history ul li:last-child:after{
        position: absolute;
        height: 100%;
        width: 10px;
        background-color: white;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .company-access img{
        width: 100%;
    }
    .company-access iframe{
        width: 100%;
        height: 300px;
    }
}

@media all and (max-width:440px)
{
    .home-products li > div span img{
        width: 70%;
    }
}



/* hack css */
.company-history ul,
#Header
{display:inline-block;}

.company-history ul:after,
#Header:after
{content: ".";display: block;height: 0;clear: both;visibility: hidden;overflow: hidden;}

/* Hide from IE-mac \*/
*html .company-history ul,
*html #Header
{height: 1%;}

.company-history ul,
#Header
{display: block;}
/* End hide fromIE-mac*/