@charset "utf-8";
/*style_sp.css*/

body{
    min-width: 375px;
    font-size: 1.4rem;
}
.outer{
    width: 100%;
}
.subouter{
    width: 100%;
    padding: 0 15px;
}
/* レスポンシブでは非表示 */
.sp_display,
br{
    display: none;
}
/* レスポンシブ用を表示 */
.pc_display{
    display: inherit;
}
/* pc用Tel解除 */
a[href^="tel:"] {
  pointer-events: inherit;
}
/* パンくず
====================*/
.breadcrumbs{
    padding: 5px 0;
}
.breadcrumbs li,
.breadcrumbs li a{
    font-size: 1rem;
}
/* h3共通
====================*/
.cmn_ttl{
    margin-bottom: 30px;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
}
/* header
====================*/
.header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    background: url("../img/common/bg.jpg");
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
header .head{
    width: 240px;
}
.header .logo img{
    vertical-align: baseline;
}
.hero{
    margin-top: 70px;
    height: 400px;
}
.hero h2{
    width: 90%;
}
.sub_hero{
    margin-top: 70px;
    height: 100px;
}
.sub_hero h2{
    padding-left: 20px;
    font-size: 3rem;
}
.breadcrumbs_list{
    width: 40%;
}
/* footer
====================*/
footer .logo{
    max-width: 399px;
    width: 80%;
    margin: 0 auto 25px;;
}
footer .add .add_inner{
    flex-direction: column;
}
footer .add dl{
    margin-bottom: 10px;
}
#aside_link ul{
    flex-direction: column;
}
#aside_link ul li:not(:last-of-type){
    margin-bottom: 15px;
}
.copyright{
    font-size: 1rem;
}
/* ごあいさつ
====================*/
#greeting{
    padding: 100px 0 60px;
}
#greeting:after{
    display: none;
}
#greeting .inner{
    width: 100%;
}
#greeting .inner > div{
    padding: 20px;
}
#greeting .inner:after{
    top: 10px;
    right: -10px;
}
#greeting .text p:not(:last-of-type){
    margin-bottom: 20px;
}
/* 事業案内
====================*/
#guide{
    padding: 90px 0 60px;
}
#guide .intro{
    margin-bottom: 40px;
    text-align: left;
}
#guide .guide_list dt{
    height: 60px;
}
#guide .guide_list dt img{
    width: auto;
    height: 100%;
}
#guide .guide_list dd{
    padding: 60px 20px 20px;
}
#guide .guide_list li:first-of-type{
    margin-bottom: 260px;
}
#guide .guide_list li:first-of-type:after{
    width: 100%;
    height: 170px;
    background-size: contain;
    top: auto;
    bottom: -200px;
    left: auto;
    right: 0;
}
#guide .guide_list li:nth-of-type(2){
    margin-bottom: 260px;
}
#guide .guide_list li:nth-of-type(2):after{
    width: 100%;
    height: 170px;
    background-size: contain;
    top: auto;
    bottom: -200px;
    left: auto;
    right: 0;
}
#guide .btn a{
    justify-content: center;
    position: relative;
    width: 240px;
    height: 70px;
    font-size: 1.8rem;
    text-shadow: 1px 1px 0px #ff0;
    z-index: 0;
}
#guide .btn div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    z-index: -1;
}
#guide .btn img{
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 求める人物
====================*/
#ask_area{
    padding: 0;
    background: /*url(../img/top/ask_bg01.png) top right no-repeat,*/
        url(../img/top/ask_bg02.png) bottom left no-repeat;
    background-size: 60%, auto;
}
#ask{
    padding: 90px 0 0;
    margin-bottom: 0;
}
#ask .cmn_ttl{
    margin-bottom: 30px;
}
#ask .inner{
    padding: 0 15px;
}
#ask .inner > div{
    max-width: 450px;
    margin: 0 auto;
}
/* アキラ工業で働くメリット
====================*/
#merit{
    padding: 90px 0 60px;
}
#merit .merit_list{
    padding: 0 30px;
}
#merit .merit_list li{
    width: 100%;
}
#merit .merit_list li:last-of-type{
    text-align: center;
}
#merit .merit_list dl{
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
#merit .merit_list dt{
    font-size: 2rem;
}
/* 募集要項
====================*/
#item{
    padding: 90px 0 60px;
}
/* 会社概要
====================*/
#company{
    padding: 90px 0 60px;
}
/* 募集要項、会社概要
    詳細の共通化
====================*/
.cmn_list{
    padding: 0 15px;
}
.cmn_list dt{
    width: 30%;
}
.cmn_list dd{
    width: 70%;
    padding-left: 20px;
    line-height: 1.4;
}

.cmn_list dd br{
    display: block;
}
.map{
    height: 200px;
    padding: 0 15px;
}
/* お知らせ/コラム
====================*/
#news{
    padding: 60px 0;
}
#news .news_list{
    padding: 0 20px;
}
#news .news_list li{
    transform: skewX(170deg);
}
.news_list li a{
    height: 50px;
    transform: skewX(-170deg);
}
.news_list li span{
    margin: -5px 0 0 2px;
    height: 40%;
    transform: skewX(170deg);
}
.news_list li time{
    transform: skewX(-170deg);
}
.news_list li p{
    width: 85%;
    padding-left: 10px;
}
.news_list li a:after{
    right: 30px;
}
.news_list li a:hover:after{
    right: 20px;
}
/* お問い合わせ
====================*/
.contact-form-table th{
    width: 100%;
}
.contact-form-table,
.inline-privacy-policy{
    width: 90%;
}
/* お知らせ/コラム
====================*/
.cmn_sec{
    padding: 40px 0;
}
.news_ttl{
    font-size: 2rem;
}
.next_btn{
    width: 100%;
}
/* ハンバーガー
====================*/
.menu{
    position: fixed;
    width: 35px;
    height: 35px;
    padding: 4px;
    top: 18px;
    right: 3%;
    background-color: #fff;
    z-index: 999;
}
.menu__line{
    background: #523a3b;
    display: block;
    height: 4px;
    position: absolute;
    transition:transform .3s;
    width: 80%;
    top: 5px
}
.menu__line--center{
    top: 16px;
}
.menu__line--bottom{
    top: auto;
    bottom: 4px;
}
.menu__line--top.active{
    top: 17px;
    transform: rotate(45deg);
	background: #523a3b;
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 14px;
    transform: rotate(135deg);
	background: #523a3b;
}
.gnav{
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100vh - 70px);
	top: 70px;
	left: 0;
    z-index: 998;
	overflow-y: scroll;
    background-color: rgba(255,255,255,1);
}
.gnav__menu{
	padding: 5%;
}
.gnav__menu li{
    text-align: center;
}
.gnav__menu li a{
	position: relative;
	display: block;
    color: #372a1c;
    padding: 13px 0;
    font-size: 1.6rem;
    text-decoration: none;
    transition: .5s;
    border-bottom: 1px dashed #4f8347;
}
.sub_nav{
    margin-bottom: 20px;
    padding: 0 20px;
}
.sub_nav li{
    width: 48%;
    text-align: center;
}
.sub_nav li a{
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    padding: 8px;
    background-color: #0053a1;
    border-radius: 5px;
    text-align-last: center;
    color: #fff;
}
.gnav .add{
    margin-bottom: 20px;
    padding: 0 20px;
}
.gnav .add dl{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;    
}
.gnav .add dl:not(:last-of-type){
    margin-bottom: 10px;
}
.gnav .add dt{
    display: inline-block;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 0;
    background-color: #f00;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.gnav .add dd{
    width: calc( 100% - 100px );
    line-height: 1.2;
    color: #372a1c;
}