@charset "utf-8";
/* 追加CSS */

#recruit-top {
	position: relative;
	background:
	url("https://cns-job.panasonic.com/images/common/h1-bg.png") no-repeat center top/cover;
	text-align: center;
	position: relative;
}
#recruit-top .container{
    padding: 100px 0;
}
#recruit-top h1{
	font-size: 1.2rem;
	color: #fff;
	padding-bottom: 10px;
	line-height: 1.8em;
}
#recruit-top h1 strong{
	font-size: 3.125rem;
}
#recruit-top p.lead{
	font-size: 1.8rem;
	color: white;
	padding: 0;
	margin: 0;
}
.recruit-information main .container{
    padding: 90px 0;
    max-width: 1170px;
}
.recruit-information #merit .container{
    padding: 60px 0 30px 0;
    max-width: 1170px;
}
.recruit-information .breadcrumb .container{
    padding:0;
}
.container .lead{
    text-align: center;
    padding: 30px 0 30px 0;
}

.container .lead h2{
	padding: 0 0 40px 0;
	font-size: 38px;
	font-weight: bold;
	color: #000E4E;
	width: 100%;
    line-height: 1.4em;
}

@media screen and (max-width: 640px){
    .recruit-information main .container,
    .recruit-information #merit .container{
        padding: 40px 20px;
    }
    .container .lead{
        padding: 30px 0px;
    }
    .container .lead p{
        text-align: left;
    }
    .container .lead h2{
        font-size: 24px;
    }
    #recruit-top h1{
        font-size:16px;
    }
    #recruit-top h1 strong{
        font-size: 30px;
    }
    br.pc-only{
        display: none;
    }
}

#job-type{
    text-align: center;
}
#job-type .container{
    padding-top:0;
}

#job-type>div >div.row>div h3{
    text-align: center;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

#job-type>div >div.row>div{
    padding: 30px 30px;
    background: #f8f8f8;
    margin-bottom: 30px;
}
#job-type>div >div.row>div{
    width: 49%;
}

#job-type>div >div.row>div>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}
#job-type>div >div.row>div>ul::after{
    content: "";
    display: block;
    width: 40%; 
}
#job-type>div >div.row>div>ul li{
    width: 49%; 
    margin-bottom: 10px;
}
#job-type>div >div.row>div:last-of-type {
    width: 100%;
}
#job-type>div >div.row>div>ul li a{
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: white;
    background: #000E4E;
    text-decoration: none;
    height: 100%;
    line-height: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#job-type>div >div.row>div>ul li a small{
    font-size: 12px;
    display: block;
    width: 100%;
}
#job-type>div >div.row>div>ul li a img{
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
#job-type>div >div.row>div>ul li a img.ma{
}
#job-type>div >div.row>div>ul li a.nolink{
    pointer-events: none;
}
#job-type>div div.info{
    padding: 30px 0 0 0;
    background: none;
    margin-bottom: 0;
}
#job-type>div div.info p{
    text-align: left;
    display: inline-block;
}

.c-button{
    width: 500px;
    height: 100px;
    font-size: 1.5rem;
    line-height: 100px;
}



@media (max-width: 640px){
    #recruit-top .container{
        padding: 60px 0;
    }
    #recruit-top.dei h1 strong{
        font-size: 20px;
    }
    #job-type>div >div.row>div h3{
        font-size: 20px;
    }
    
    .recruit-information .breadcrumb .container{
        padding: 0 20px;
    }
    #job-type>div >div.row>div{
        padding: 20px 10px;
        font-size: 14px;
        width: 100%;
    }
    #job-type>div >div.row>div>ul li{
        width: 100%;
    }
    #job-type>div >div.row>div>ul li a{
        font-size: 16px;
        padding: 15px 0;
    }
    #job-type>div >div.row>div>ul li a img{
        width: 15px;
    }
    div.info p{
        text-align: left;
    }
    .c-button{
        width: 94%;
        font-size: 1.2rem;
    }
    .c-button::before {
        content: '';
        width: 20px;
    }
}
    

#entry{
    background: #00B7F1;
}

#entry ul.entry-link{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
    margin: 50px auto 50px auto;
}
#entry ul.entry-link li{
    width: 30%;
}
#entry ul.entry-link li a{
    padding: 10px;
    display: block;
    text-align: center;
    color: #000E4E;
    background: white;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
}
#entry ul.entry-link li a:after{
    content: "";
    display: inline-block;
    border-top: 1px solid #000E4E;
    border-right: 1px solid #000E4E;
    transform: translateY(-50%)rotate(45deg);
    width: 10px;
    height: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 15px;
}
#entry ul.entry-link li a:hover{
    background: #000E4E;
    color: #00B7F1;
    opacity: 1;
}
#entry ul.entry-link li a:hover:after{
    border-top: 1px solid #00B7F1;
    border-right: 1px solid #00B7F1;
}

/*#entry .p-entry-button{
    width: 60%;
    margin: auto;
    font-size: 40px;
}*/

@media (max-width: 640px){
    #entry ul.entry-link{
        width: 100%;
        margin-bottom: 20px;
    }
    #entry ul.entry-link li{
        width: 32%;
        margin-bottom: 10px;
        font-size: 14px;
    }
    #entry ul.entry-link li a:after{
        width: 8px;
        height: 8px;
        right: 10px;
    }
    #entry .p-entry-button{
        width: 100%;
    }
    .p-entry-h2{
        margin-bottom: 30px;
    }
}
