/* mainvisual */
#mainVisual{
    background: url("../img/top/mv_bg.jpg")no-repeat bottom center;
    background-size: cover;
    padding: 200px 0 60px;
    }
#mainVisual .cntInner{
    width: 96%;
    max-width: 1380px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
    justify-content:space-between;
    align-content: center;
    align-items: center;
    }
#mainVisual h2{width: 42%;}
#mainVisual .cntImg{width: 55%}

@media screen and (max-width: 1000px) {}
@media screen and (max-width: 899px) {
#mainVisual{padding: 100px 0 60px;}
}
@media screen and (max-width: 580px) {
#mainVisual{padding: 60px 0 20px;}
}


/* mainBox
----------------------------------------------*/
#mainBox{}
#mainBox p{
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: normal;
    }
#mainBox p.cntText{
    font-size: 1.8rem;
    font-weight: 700;
    }
#mainBox .ullist{margin-left: 15px;}
#mainBox .ullist li{
    line-height: 1.8;
    list-style: disc;
    }
/* TAB */
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 899px) {
#mainBox p{font-size: 1.5rem;}
#mainBox p.cntText{font-size: 1.7rem;}
}
/* SP */
@media screen and (max-width: 580px) {}
@media screen and (max-width: 480px) {
#mainBox p{font-size: 1.4rem;}
#mainBox p.cntText{font-size: 1.6rem;}
}


/* _message
----------------------------------------------*/
#_message{padding: 160px 0 200px;}
#_message p{font-size: 2.0rem;}


/* TAB */
@media screen and (max-width: 899px) {
#_message{padding: 100px 0;}
#_message p{font-size: 1.8rem;}
}
/* SP */
@media screen and (max-width: 480px) {
#_message{padding: 40px 0;}
#_message p{font-size: 1.6rem;}
}


/* _news
----------------------------------------------*/
#_news{
    padding: 180px 0;
    background-image: linear-gradient(146deg, #d6d9e0, #f4f9fd);
    position: relative;
    }
#_news::before{
    position: absolute;
    content: "";
    width: 190px;
    height: 100px;
    background-color: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    top: -1px;
    left: 0;
    }
#_news .cntList{width: 100%;}
#_news .cntList .cntDiv{width: 24%;}
#_news .cntList .cntBox{width: 72%;padding-left: 2%;box-sizing: border-box;}

#_news .cntList .cntBox ul li{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--c-main);
    font-weight: 400;
    }
#_news .cntList .cntBox ul li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    }
#_news .cntList .cntBox ul li span{
    font-family: var(--ff-en);
    color: var(--c-main);
    margin-right: 4%;
    font-weight: bold;
    }

/* TAB */
@media screen and (max-width: 899px) {
#_news{padding: 100px 0;}
#_news::before{
    width: 190px;
    height: 90px;
    }
#_news .cntList .cntDiv{width: 100%;}
#_news .cntList .cntBox{width: 100%;padding-left: 0;}
}
/* SP */
@media screen and (max-width: 480px) {
#_news{padding: 40px 0;}
#_news::before{
    width: 190px;
    height: 30px;
    }
#_news .cntList .cntBox ul li{font-size: 1.5rem;}
#_news .cntList .cntBox ul li span{display: block; margin-right: 0;}
}


/* _business
----------------------------------------------*/
#_business{
    padding: 200px 0;
    position: relative;
    }
#_business::before{
    position: absolute;
    z-index: 2;
    content: "";
    background: url("../img/top/img05.png")no-repeat top right;
    background-size: contain;
    top: -24%;
    right: 0;
    width: 19%;
    height: 594px
    }
#_business .cntList li{width: 22%;}
#_business .cntList li .cntImg{text-align: center;}
#_business .cntList li h4{
    text-align: center;
    color: var(--c-main);
    font-size: 2.3rem;
    min-height: 80px;
    padding: 30px 0 30px;
    line-height: 1.4;
    }
#_business .cntList li h4 span{
    font-size: 1.8rem;
    line-height: 1.3;
    display: block;
    }
/* TAB */
@media screen and (max-width: 899px) {
#_business{
    padding: 100px 0;
    position: static;
    }
#_business::before{
    position: static;
    display: none;
    }
#_business .cntList li{width: 48%;margin-top: 15px;}
#_business .cntList li h4{
    font-size: 1.8rem;
    min-height: inherit;
    padding: 10px 0;
    }
#_business .cntList li h4 span{font-size: 1.6rem;}
}
/* SP */
@media screen and (max-width: 480px) {
#_business{padding: 40px 0;}
#_business .cntList li{width: 98%;margin-top: 15px;}
#_business .cntList li h4{font-size: 1.6rem;}
#_business .cntList li h4 span{font-size: 1.4rem;}
}


/* _company
----------------------------------------------*/
#_company{
    padding: 160px 0 180px;
    background: url("../img/top/bg02.jpg")no-repeat top center;
    background-size: cover;
    }
#_company ._Title{color: #fff;}
#_company ._Title .en{
    color: #426082;
    text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
    -1px 1px 0 #fff, 1px -1px 0 #fff,
    0px 1px 0 #fff,  0 -1px 0 #fff,
    -1px 0 0 #fff, 1px 0 0 #fff;
    }
#_company ._Title .en strong{color: #fff;text-shadow:none;}

#_company .cntBox{
    color: #fff;
    text-align: center;
    margin: 90px 0 160px;
    }
#_company .cntBox h4{
    font-size: 2.2rem;
    letter-spacing: 0.075em;
    }
#_company .cntBox h4 span{
    background: url("../img/top/about_ttl01.png")no-repeat left center ,url("../img/top/about_ttl02.png")no-repeat right center;
    padding: 2px 150px;
    }
#_company .cntBox h5{
    font-family: Impact, Charcoal, sans-serif;
    font-weight: 500;
    font-size: 21rem;
    letter-spacing: 0;
    }
#_company .cntBox h5 span{color: var(--c-accent);}
#_company .cntBox p{font-size: 3.0rem;}


#_company ._Title02{color: #fff;}
#_company table{
	width:100%;
    margin: 0 auto;
	border: none;
    border-collapse: separate;
    border-spacing : 0 14px;
	}
#_company table th {
    width:280px;
    vertical-align:middle;
    text-align: center;
    font-size: 1.8rem;
    padding: 20px 15px;
    margin: 0;
    font-weight: 500;
	background:rgba(255,255,255,0.25);
    color: #fff;
    box-sizing: border-box;
	}
#_company table th span{
    max-width: 140px;
    display: block;
    margin: auto;
    text-align-last:justify;
    }
#_company table td {
    vertical-align:middle;
    text-align: left;
    font-size: 1.8rem;
    padding: 20px 60px;
    margin: 0;
    font-weight: 400;
	background:rgba(255,255,255,0.75);
    box-sizing: border-box;
	}
#_company table td strong{font-weight: bold;}
#_company table .gmap{margin-top: 20px;}
#_company table .gmap iframe{
    width: 100%;
    height: 280px;
    vertical-align: bottom;
    }
/* TAB */
@media screen and (max-width: 899px) {
#_company{padding: 100px 0;}
#_company .cntBox{margin: 50px 0 100px;}
#_company .cntBox h4{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    }
#_company .cntBox h4 span{
    background: url("../img/top/about_ttl01.png")no-repeat left center ,url("../img/top/about_ttl02.png")no-repeat right center;
    background-size: 100px;
    padding: 2px 110px;
    }
#_company .cntBox h5{font-size: 12rem;}
#_company .cntBox p{font-size: 2.0rem;}


#_company table{border-spacing : 0 10px;}
#_company table th {
    width:180px;
    font-size: 1.7rem;
    padding: 20px 15px;;
	}
#_company table td {
    font-size: 1.7rem;
    padding: 20px 20px;
	}
#_company table .gmap{margin-top: 20px;}
#_company table .gmap iframe{height: 240px;} 
    
}
/* SP */
@media screen and (max-width: 480px) {
#_company{padding: 40px 0;}
#_company .cntBox{margin: 20px 0 40px;}
#_company .cntBox h5{font-size: 8rem;}
#_company .cntBox p{font-size: 1.6rem;}

#_company table{border-spacing :0;}
#_company table th {
    display: block;
    width:100%;
    font-size: 1.6rem;
    padding: 15px 15px;
	}
#_company table td {
    display: block;
    width:100%;
    font-size: 1.6rem;
    padding: 15px 15px;
	}
#_company table .gmap{margin-top: 10px;} 
}


/* _equipment
----------------------------------------------*/
#_equipment{
    padding: 0 0 240px;
    position: relative;
    }
#_equipment::before{
    position: absolute;
    z-index: 2;
    content: "";
    background: url("../img/top/img06.png")no-repeat bottom right;
    background-size: contain;
    bottom: -10%;
    right: 0;
    width: 19%;
    height: 718px
    }
#_equipment .cntList li{width: 25%;}
#_equipment .cntList{margin-bottom: 180px;}
#_equipment table,
#_recruit table{
	width:100%;
    margin: 0 auto;
	border: none;
    border-collapse: collapse;
	}
#_equipment table{max-width: 1100px;}
#_equipment table th,
#_recruit table th{
    width:280px;
    vertical-align:middle;
    text-align: center;
    font-size: 1.8rem;
    padding: 20px 15px;
    margin: 0;
    font-weight: 500;
	border-bottom:2px solid var(--c-main);
    box-sizing: border-box;
	}
#_equipment table td,
#_recruit table td{
    vertical-align:middle;
    text-align: left;
    font-size: 1.8rem;
    padding: 45px 60px;
    margin: 0;
    font-weight: 500;
	border-bottom:1px solid var(--c-main);
    box-sizing: border-box;
	}
#_recruit table td{padding-top: 20px;padding-bottom: 20px;}
#_recruit table tr:first-child th{border-top:2px solid var(--c-main);}
#_recruit table tr:first-child td{border-top:1px solid var(--c-main);}
#_equipment table th span,
#_recruit table th span{
    max-width: 140px;
    display: block;
    margin: auto;
    text-align-last:justify;
    }
/* TAB */
@media screen and (max-width: 899px) {
#_equipment{
    padding: 0 0 100px;
    position: static;
    }
#_equipment::before{
    position: static;
    display: none;
    }
#_equipment .cntList{margin-bottom: 100px;}
#_equipment table th,
#_recruit table th{
    width:180px;
    font-size: 1.7rem;
    padding: 20px 15px;
	}
#_equipment table td,
#_recruit table td{
    font-size: 1.7rem;
    padding: 20px 20px;
	}
#_recruit table td{padding-top: 20px;padding-bottom: 20px;}
      
}
/* SP */
@media screen and (max-width: 480px) {
#_equipment{padding: 0 0 40px;}
#_equipment .cntList{margin-bottom: 40px;}
#_equipment table th,
#_recruit table th{
    display: block;
    width:100%;
    font-size: 1.6rem;
    padding: 15px 15px;
    background: var(--c-main);
    color: #fff;
	}
#_equipment table td,
#_recruit table td{
    display: block;
    width:100%;
    font-size: 1.6rem;
    padding: 15px 15px;
	}
 
}


/* _recruit
----------------------------------------------*/
#_recruit{
    padding:180px 0 60px;
    background-image: linear-gradient(146deg, #999faf, #e4f1f9);
    position: relative;
    }
#_recruit::before{
    position: absolute;
    content: "";
    width: 190px;
    height: 100px;
    background-color: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    top: -1px;
    left: 0;
    }
#_recruit .recruitBg01{position: relative;}
#_recruit .recruitBg01::before{
    position: absolute;
    z-index: 2;
    content: "";
    background: url("../img/top/img07.png")no-repeat top left;
    background-size: contain;
    top: -22%;
    left: -220px;
    width: 447px;
    height: 1410px
    }
#_recruit .recruitBg02{position: relative;}
#_recruit .recruitBg02::before{
    position: absolute;
    z-index: 2;
    content: "";
    background: url("../img/top/img08.png")no-repeat top left;
    background-size: contain;
    top: 54%;
    right: 0;
    width: 20%;
    height: 807px
    }
#_recruit .recruitBox{
    max-width: 990px;
    margin: 0 0 80px auto;
    position: relative;
    }
#_recruit .cntBox{
    margin: 100px 0 80px;
    }
#_recruit .cntBox p{
    display: block;
    max-width: 720px;
    line-height: 2.2;
    margin-top: 40px;
    }

#_recruit .recruitTips h5{
    position: relative;
    width: 100%;
    max-width: 220px;
    display: block;
    padding: 18px 40px;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.3em;
    text-decoration: none;
    text-align: center;
    transition: .7s;
    }
#_recruit .recruitTips h5:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:0;
    background-color: var(--c-main);
    transform: skewX(-15deg);
    transition: .7s;
    }
#_recruit .recruitTips .tips02 h5:before{background-color: var(--c-accent);}
#_recruit .recruitTips span{position: relative;z-index: 2;}
#_recruit .recruitTips .tips01,
#_recruit .recruitTips .tips02{
    position: relative;
    width: 100%;
    max-width: 750px;
    }
#_recruit .recruitTips .tips02{margin: 0 0 0 auto;}
#_recruit .recruitTips .tipsTtl{
    position: absolute;
    top: -30px;
    right:0;
    }
#_recruit .recruitTips .cntText{
    max-width: 730px;
    padding: 40px 220px 40px 40px;
    box-sizing: border-box;
    background:  var(--c-accent);
    }
#_recruit .recruitTips .tips02 .cntText{background:  var(--c-main);}
#_recruit .recruitTips .cntText p{
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
    }

#_recruit .cntList{margin-top: 100px;}
#_recruit .cntList h4{width: 20%;}
#_recruit .cntList .cntDiv{width: 78%;}
#_recruit .cntList .cntDiv p{
    font-size: 2.6rem;
    line-height: 1.6;
    padding-bottom:30px;
    }
#_recruit ._Title02{background: url("../img/top/ttl_ic02.png")no-repeat left center;}

#_recruit .recruitBox02{
    background: #fff;
    padding: 45px 90px 70px;
    box-sizing: border-box;
    margin-bottom: 120px;
    }
#_recruit .recruitBox02 h5{
    color: var(--c-main);
    font-size: 2.6rem;
    margin-bottom: 40px;
    }
#_recruit .recruitBox02 table{margin-bottom: 70px;}

@media screen and (max-width: 1280px) {
#_recruit .recruitBg01::before{display: none;}
}
/* TAB */
@media screen and (max-width: 899px) {
#_recruit{padding:100px 0;}
#_recruit::before{
    width: 190px;
    height: 90px;
    }
#_recruit .recruitBg01{position: static;}
#_recruit .recruitBg01::before{
    position: static;
    display: none;
    }
#_recruit .recruitBg02{position: static;}
#_recruit .recruitBg02::before{
    position: static;
    display: none;
    }
#_recruit .recruitBox{
    margin: 0 0 60px auto;
    }
#_recruit .cntBox{margin: 50px 0 80px;}
    #_recruit .cntBox h4{max-width: 580px;}

#_recruit .recruitTips h5{
    padding: 18px 40px;
    font-size: 1.6rem;
    }
#_recruit .recruitTips .cntText{padding: 50px 80px 50px 40px;}
#_recruit .recruitTips .cntText p{font-size: 2.0rem;}

#_recruit .cntList{margin-top: 80px;}
#_recruit .cntList .cntDiv p{
    font-size: 1.8rem;
    padding-bottom:30px;
    }
#_recruit .recruitBox02{
    padding: 35px 25px ;
    margin-bottom: 50px;
    }
#_recruit .recruitBox02 h5{
    color: var(--c-main);
    font-size: 2.2rem;
    margin-bottom: 20px;
    }
#_recruit .recruitBox02 table{margin-bottom: 50px;}
       
}
/* SP */
@media screen and (max-width: 480px) {
#_recruit{padding:40px 0;}
#_recruit::before{
    width: 190px;
    height: 30px;
    }
#_recruit .recruitBox{margin: 0 0 50px auto;}
#_recruit .cntBox{margin: 50px 0 40px;}
#_recruit .cntBox h4{max-width: 430px;}
#_recruit .recruitTips h5{
    padding: 18px 30px;
    font-size: 1.5rem;
    }
#_recruit .recruitTips .cntText{padding: 50px 80px 50px 40px;}
#_recruit .recruitTips .cntText p{font-size: 1.6rem;}

#_recruit .cntList{margin-top:40px;}
#_recruit .cntList .cntDiv p{
    font-size: 1.6rem;
    padding-bottom:20px;
    }
#_recruit .recruitBox02{
    padding:25px 25px ;
    margin-bottom: 40px;
    }
#_recruit .recruitBox02 h5{
    font-size: 1.8rem;
    margin-bottom: 20px;
    }
#_recruit .recruitBox02 table{margin-bottom:40px;} 
    
}



