@charset "utf-8";

/* ごあいさつ
====================*/
#greeting{
    position: relative;
    padding: 280px 0 250px;
    background: url("../img/top/greeting_bg.png") top left no-repeat;
    background-size: cover;
    color: #141213;
    z-index: 0;
}
#greeting:after{
    content: "";
    position: absolute;
    width: 65%;
    height: 830px;
    background: url("../img/top/greeting_img.jpg") center left no-repeat;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}
#greeting .inner{
    position: relative;
    width: 60%;
    z-index: 1;
}
#greeting .inner > div{
    padding: 55px;
    background-color: #fff;
}
#greeting .inner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/top/greeting_bg02.jpg") no-repeat;
    background-size: cover;
    top: 20px;
    right: -20px;
    z-index: -1;
}
#greeting p{
    font-weight: 500;
    line-height: 1.62;
    letter-spacing: 0.16em;
}
#greeting .text p:not(:last-of-type){
    margin-bottom: 35px;
}
/* 事業案内
====================*/
#guide{
    padding: 150px 0 0;
    background: url("../img/top/guide_bg.png") top right no-repeat;
    background-size: cover;
}
#guide .intro{
    max-width: 680px;
    width: 100%;
    margin: 0 auto 225px;
    text-align: center;
}
#guide .guide_list{
    margin-bottom: 90px;
}
#guide .guide_list li{
    position: relative;
    max-width: 673px;
    width: 100%;
    z-index: 0;
}
#guide .guide_list li:first-of-type{
    margin-bottom: 240px;
}
#guide .guide_list li:first-of-type:after{
    content: "";
    position: absolute;
    width: 998px;
    height: 500px;
    background: url("../img/top/guide_list_img01.png") center no-repeat;
    top: -175px;
    left: 240px;
    z-index: -1;
}
#guide .guide_list li:nth-of-type(2){
    margin: 0 0 0 auto;
}
#guide .guide_list li:nth-of-type(2):after{
    content: "";
    position: absolute;
    width: 998px;
    height: 500px;
    background: url("../img/top/guide_list_img02.png") center no-repeat;
    top: -175px;
    right: 155px;
    z-index: -1;
}
#guide .guide_list dt{
    transform: translateY( 45px);
}
#guide .guide_list dd{
    padding: 75px 35px 30px;
    background-color: rgba( 255, 255, 255, .8);
    font-weight: 500;
    line-height: 1.87;
    color: #251912;
}
#guide .guide_list dd span{
    background-color: #cdacd5;
    vertical-align: baseline;
}
#guide .btn a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 660px;
    width: 100%;
    height: 112px;
    margin: 0 auto;
    padding-right: 30px;
    background-color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    color: #e7891d;
}
#guide .btn a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #e7891d;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    transition: .3s;
}
#guide .btn a:hover:after{
    right: 10px;
    transition: .3s;
}
/* 求める人物
====================*/
#ask_area{
    padding: 150px 0 50px;
    background: url("../img/top/ask_bg01.png") top 60px right no-repeat,
        url("../img/top/ask_bg02.png") bottom left no-repeat;
    background-size: 49%, auto;   
}
#ask{
    margin-bottom: 100px;
}
#ask .cmn_ttl{
    margin-bottom: 70px;
}
#ask .inner{
    max-width: 600px;
    width: 100%;
}
#ask .inner p{
    margin-bottom: 45px;
    letter-spacing: 0.16em;
}
/* アキラ工業で働くメリット
====================*/
#merit{
    padding: 155px 0 0;
}
#merit .merit_list{
    color: #130f11;
}
#merit .merit_list dl{
    max-width: 350px;
    width: 100%;
    height: 310px;
    margin-bottom: 10px;
    padding: 130px 20px 20px;
    background: #fff url("../img/top/merit_list_img01.png") top 40px center no-repeat;
}
#merit .merit_list li:nth-of-type(2) dl{
    background: #fff url("../img/top/merit_list_img02.png") top 40px center no-repeat;
}
#merit .merit_list li:nth-of-type(3) dl{
    background: #fff url("../img/top/merit_list_img03.png") top 40px center no-repeat;
}
#merit .merit_list li:nth-of-type(4) dl{
    background: #fff url("../img/top/merit_list_img04.png") top 40px center no-repeat;
}
#merit .merit_list li:nth-of-type(5) dl{
    background: #fff url("../img/top/merit_list_img05.png") top 40px center no-repeat;
} 
#merit .merit_list dt{
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
    transform: skewX(-10deg);
}
#merit .merit_list dd{
    font-weight: 500;
    line-height: 1.5;
}
/* 募集要項
====================*/
#item{
    padding: 150px 0 100px;
    background: url("../img/top/item_bg.png") top 80px center no-repeat;
    background-size: cover;
}
/* 会社概要
====================*/
#company{
    padding: 150px 0 110px;
    background: url("../img/top/company_bg.png") top center no-repeat;
}
#company .cmn_list{
    margin-bottom: 50px;
}
.map{
    max-width: 1080px;
    width: 100%;
    height: 400px;
    margin: 0 auto;
}
/* 募集要項、会社概要
    詳細の共通化
====================*/
.cmn_list{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.cmn_list dl{
    display: flex;
    flex-wrap: wrap;
    padding: 18px;
    font-weight: 500;
}
.cmn_list dl:nth-of-type(odd){
    background-color: #272727;
}
.cmn_list dt{
    width: 15%;
    text-align: right;
    line-height: 1.2;
}
.cmn_list dd{
    padding-left: 60px;
    line-height: 1.2;
}
.cmn_list dd li{
    line-height: 1.5;
}
.cmn_list dd p{
    line-height: 1.5;
}
.cmn_list dd p:not(:last-of-type){
    margin-bottom: 25px;
}
/* お知らせ/コラム
====================*/
#news{
    padding: 100px 0 30px;
}
#news .news_list{
    max-width: 953px;
    width: 100%;
    margin: 0 auto 45px;
}
#news .news_list li{
    background-color: #fff;
    transform: skewX(150deg);
}
#news .news_list li a{
}
#news .news_list li:not(:last-of-type){
    margin-bottom: 20px;
}
.news_list li a{
    position: relative;
    /*padding-left: 40px;*/
    align-items: center;
    height: 64px;
    transform: skewX(-150deg);
}
.news_list li a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #e7891d;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    transition: .3s;
}
.news_list li a:hover:after{
    right: 40px;
    transition: .3s;
}
.news_list li span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 100%;
    margin-right: 30px;
    background: linear-gradient(-135deg, #fe9c38, #ff5e64);
    transform: skewX(150deg);
}
.news_list li time{
    display: inline-block;
    vertical-align: baseline;
    transform: skewX(-150deg);
}
.news_list li p{
    width: 75%;
    color: #1f1d1d;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s;
}
.news_list li a:hover p{
    text-shadow: 0 0 1px;
    transition: .3s;
}
#news .btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 40px;
    margin: 0 auto;
    background-color: #84239c;
    border: 2px solid #84239c;
    font-size: 1.8rem;
    font-weight: 500;
    transition: .3s;
}
#news .btn a:hover{
    background-color: #fff;
    color: #84239c;
    transition: .3s;
}
/* お問い合わせ
====================*/
#contact{
    padding: 80px 0 0;
}
#contact-form{
    padding-top: 60px;
    padding-bottom: 40px;
}
.contact-form-table{
    max-width: 1040px;
    width: 100%;
    margin: 0 auto 40px;
}
.contact-form-table tr{
    text-align: left;
    background-color: #fff;
}
.contact-form-table th{
    background-color: #f7f7f7;
    border-right: 1px dotted #ccc;
    color: #333;
}
/* お知らせ/コラム
====================*/
.cmn_sec{
    padding: 100px 0;
}
.news_ttl{
    margin-bottom: 30px;
    font-size: 3rem;
    line-height: 1.4;
}
.news_cmn_sec{
    margin-bottom: 50px;
}
.subnews_list:first-of-type{
    margin-bottom: 20px;
}
.subnews_list li:first-of-type{
    display: block;
    margin-bottom: 10px;
}
.next{
    position: relative;
    margin-bottom: 20px;
}
.margin_right{
    margin: 0 0 0 auto;
}
.next_btn{
    display: block;
    width: 150%;
    padding: 10px;
    background-color: #434343;
    border: 1px solid #434343;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}
.notice_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
}
.notice_btn a {
    text-decoration: underline;
}
/* エラーページ
====================*/
.e404{
    padding: 40px 0;
}
.e404 h3{
    text-align: center;
    margin-bottom: 30px;
}
.e404 p{
    margin-bottom: 20px;
    text-align: center;
}
.e404 a{
    text-decoration: underline;
}





