@charset "utf-8";

html{
    font-size: 62.5%;
}

body{
    font-size: 1.0rem;
    font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    width: 1080px;
    margin: 0 auto;
}

*,*::before,*::after{
    box-sizing: border-box;
}


li{
    list-style-type: none;
}

p{
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 2.8rem;
}

.mainspace{
	float:left;
	width:744px;
	
}

h1{
    display: block;
    width: 1080px;
    height: 50px;
    margin: 10px auto 10px;
    padding: 18px 15px 15px;
    font-size: 20px;
    /*font-weight: 500;*/
    letter-spacing: 2px;
    /*border-bottom: 3px solid #777;*/
    background-color: #777;
    color: #fff;
    text-align: center;
}

h2{
    display: block;
    width: 200px;
    font-size: 16px;
    /*background-color: #777;
    color: #fff;*/
    margin: 40px auto 20px;
    border-bottom: 2px dotted #777;
    text-align: center;
}

.clearfix::after{
    content: '';
    display: block;
    clear: both;
}
a:hover{
    transition: 0.3s;
    opacity: 0.5;
}

/*----------　ナビ　-----------*/
.logo{
    margin: 18px auto 9px;
}

.navi{
    display: block;
    width:100%;
    height: 75px;
    background-color: rgba(0, 0, 0, 0.37);
}


.in-navi{
    font-size: 0;
    width: 1080px;
    height: 100%;
    text-align: center;
    justify-content: center;
}

.nav-item{
    display: inline-block; 
    font-size: 2.0rem;
    padding: 2.8rem 2.8rem;

}

.nav-item a{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}
.nav-item.active a{
    border-bottom: 2px solid #ffffff;
}

.nav-item a::after{
    content: '';
    display: block;
    width: 0;
    margin: 5px auto 0;
    border-bottom: 2px solid #ffffff;
    transition: width 0.3s ease-in-out;
}
.nav-item a:hover::after{
    width: 100%;
}
/*------------　ヘッダー　-------------*/
.header{
	width:100%;
    height: 100%;
    /*background-image: url(/img/1920_top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: url(/img/1920_top.jpg) no-repeat center 60%/cover;
    position: relative;
}

.main-visual{
    width: 1080px;
    height: auto;
    margin-bottom: 20px;
}

.main-copy{
    font-size: 4.5rem;
    color: #fff;
    letter-spacing: 3px;
    line-height: 60px;
    /*
    margin: 140px 60px 0;*/
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}
.sub-copy{
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 25px;/*
    margin: 20px 60px 0;*/
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}

/*------------　更新履歴　-------------*/
.news{
	width:100%;
	margin:0 auto;
    background: #6cafd9;
}
.news-space{
    width: 1280px;
    margin: 0 auto;
    height: 200px;
    padding-top: 24px;
    overflow-y: auto;
}
.news-list{
    display: block;
    height: px;
	list-style-type:none;
    font-size: 1.8rem;
    padding: 10px;
}
.news-list a{
    text-decoration: none;
    color: #fff;
}
.date{
    height: 22px;
    margin:16px 30px 16px 16px;
    font-weight: 700;
}
.news-category{
    display: inline-block;
    width: 100px;
    border-radius: 6px;
    background-color: #fff;
    color: #d96c7d;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 30px;
    margin-right: 24px;
}

.news-text{
    overflow: hidden;
}

/*------------------  INTRODUCTION  -------------------*/
.intro-contents{
    width: 600px;
    height: auto;
    margin: 20px auto 40px;
    text-align: center;
}
/*
.intro-contents p{
    letter-spacing: 1px;
    line-height: 2.8rem;
}
*/

/*------------------  お仕事をお探しの方へ  -------------------*/
.JS-contents{
    margin: 0 auto 40px;
    letter-spacing: 1px;
    line-height: 2.8rem;
}

.JS-contents p{
    text-align: center;
}

.JS-flow{
    font-size: 1.4rem;
    width: 800px;
    margin: 0 auto;
    
}

.JS-list{
    margin: 20px;
}


.JS-title{
    display: inline-block;
    width: 80px;
    height: 34px;
    background-color: #ff7906;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
}

.JS-text{
    display: inline-block;
    width: 670px;
    height: 34px;
    padding:5px 15px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}


/*------------------  企業担当者様へ  -------------------*/
.personnel-contents{
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
    line-height: 2.8rem;
}


/*------------------  会社概要  -------------------*/
.wrapper{
    margin: 20px; 
}
.about-space{
    float: left;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 2.8rem;
}
.about-list{
    padding: 7px;
}

.about-title{
    display: inline-block;
    width: 80px;
    background-color: rgba(0, 0, 0, 0.1);
    padding-left: 10px;
}
.about-text{
    display: inline-block;
    padding-left: 10px;
}

.access-map{
    display: flex;
    float: right;
}
/*------------------  CONTACT  -------------------*/
.contact-contents{
    margin: 0 auto 40px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 2.8rem;
}
.c-c-num{
    font-size: 2rem;
}

/*----------------　フッター　-----------------*/
.footer-wrap{
    display: block;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    background: #4e4e4e;
}
.footer-list{
    display: inline-block;
    font-size: 15px;
    margin-top: 20px;
    padding: 0 15px;
}
.footer-list a{
    text-decoration: none;
    color: #fff;
}
.footer-list + .footer-list{
    border-left: 1px solid #fff;
}
.footer p{
    margin-top: 30px;
    color: #fff;
}

.footer-logo{
    display: block;
    padding: 20px;
}
.footer-logo img{
    width: 200px;
    height: auto;
}


/*-----------------　メディアクエリ　------------------*/
@media(max-width:375px){
    p{
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
    body{
        width: 375px;
    }
    h1{
        font-size: 2.6rem;
        width: 375px;
        height: 60px;
        margin: 10px auto 10px;
        padding: 19px 15px 15px;
    }
    h2{
        font-size: 2rem;
        width: 60%;
    }
    .header{
        width: 375px;
    }
    .header img{
        width: 100%;
        height: auto;
    }
    .navi{
        width: 375px;
        height: auto;
    }
    .nav-item{
        display: inline-block;
        width: 75px;
        height: auto;
        font-size: 1rem;
        padding: 10px 5px 0px;
        vertical-align: middle;
    }
    .nav-item a{
        width: 75px;
        height: auto;        
        text-align: center;

    }
    .in-navi{
        width: 375px;

    }
    
    .main-visual{
        width: 375px;
        height: auto;
        margin-bottom: 20px;
    }
    .wrapper{
        width: 100%;
        margin: 0 auto;
    }
    .intro-contents{
        width: 360px;
    }

    .JS-contents{
        width: 360px;
    }
    .JS-flow{
        width: 360px;
        font-size: 1.8rem;
    }
    .JS-title{
        display: block;
        margin: 0 auto 15px;
        width: 150px;
    }
    .JS-text{
        width: 320px;
        height: auto;
        padding: 5px 10px;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .personnel-contents{
        width: 360px;
        margin: 0 auto;
    }
    .personnel-contents img{
        width: 375px;
    }
    
    .about-space{
        float: none;
        font-size: 1.4rem;
        letter-spacing: 1px;
        line-height: 2rem;
        margin: 0 auto;
        padding: 0px 10px;
    }
    .about-title{
        width: 80px;
        height: auto;
        padding: 10px;
    }
    .access-map{
        display: block;
        float: none;
    }
    .access-map iframe{
        width: 375px;
    }

    .news{
        width: 360px;
    }
    .news ol{
        max-height: 100px;
        overflow-y: auto;
    }
    .date{
        display: inline-block;
        height: 20px;
        margin-bottom: 5px;
    }
    .news-list{
        height: 30px;
    }
    .news-list a{
        width: 100%;
        height: 20px;
        margin: 15px 0;
        font-size: 8px;
    }
    
    .contact-contents{
        width: 360px;
    
    }
    /*
    .top-date{
        position: absolute;
        top: 98px;
        left: 205px;
        font-size: 10px;
    }
    .top-text{
        position: absolute;
        top: 112px;
        left: 205px;
        font-size: 11px;
    }
    .top-info{
        position: absolute;
        top: 10px;
        left: 200px;
        font-size: 8px;
        height: 18px;
    }
    */
    
    .footer{
        width: 375px;
    }
    .sp{
        display: block;
    }
}
@media(min-width:375px){
    .sp{
        display: none;
    }
}




