@charset "UTF-8";
/* CSS Document */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通部分
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.wrap_s.shadow {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 64px 48px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
h1{
    font-size: 2.67em;
    font-weight: 600;
}
.wrap_m.titleiner h1 span{
    font-size: 0.8em;
}
h2 {
    font-size: 2.12em;
    font-weight: 500;
}
section.wrap_m.titleiner {
    margin-top: 3.75em;
}

@media screen and (max-width:768px){
    section.wrap_m.titleiner {
        margin-top: 2.75em;
    }
    .wrap_s.shadow {
        width: 93%;
        padding: 30px 24.7px 0;
    }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メインビジュアル　トップテキスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.wrap_m.titleiner h1 br{
    display: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メインビジュアル　トップテキスト　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px){
    .wrap_m.titleiner h1 br{
        display: block;
    }
    .catchcopy {
        margin-bottom: 0px;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
アルミ鋳物の様々な部品
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
h2.only{
    text-align: center;
    font-weight: 500;
    margin-bottom: 1.5em;
}
.wrap_m.arumi img{
    width: 100%;
}
p.size_up {
    font-size: 1.4em;
}
.wrap_m.arumi p {
    text-align: center;
}
.wrap_m.arumi p span{
    font-weight: bold;
}
.seihin {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-bottom: 5em;
}
.seihin li{
    background: #1a1a1a;
    color: #fff;
    padding: 1em;
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 2px;
}
.recruitwrap {
    padding: 2em 2em 0;
    text-align: center;
    border: 1px solid #000;
    border-radius: 20px;
    margin-bottom: 5em;
}
.recruitwrap p {
    margin: 1.8em 0;
    font-size: 1.3em;
}
.recruitwrap img{
    width: 60% !important;
    z-index: 1;
}
p.black_btn {
    width: 45%;
    margin: -1em auto 1.7em;
    padding: 0.2em 1.5em;
    border-radius: 50px;
    background: #000;
    color: #ffdf63;
    font-size: 1.7em;
    font-weight: 500;
    letter-spacing: 0.4em;
    position: relative;
    z-index: 2;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
アルミ鋳物の様々な部品
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .seihin li {
        font-size: 15px;
    }
    .recruitwrap {
        margin-bottom: 0.5em;
        padding: 2em;
    }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.hellowork　ハローワークボタン周り
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.hellowork{
    width: 670px;
    text-align: center;
    margin: 0 auto 3.7em;
    padding: 20px;
    border: 1.8px solid #969696;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hw-logo {
    width: 60%;
}
.hellowork_btn {
    padding: 8px 75px;
    border: 1px solid #1a1a1a;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    border-radius: 999px; /* 楕円ボタン */
    font-size: 17px;
}
.hellowork_btn:hover {
    background-color: #fff;
    color: #1a1a1a;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.hellowork　ハローワークボタン周り　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .hellowork {
        width: 100%;
        margin: 30px auto 0;
        padding: 5px 15px 15px;
    }
    .hw-logo {
        width: 85%;
    }
    .hellowork_btn {
        padding: 6px 65px;
        font-size:15px;
    }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
アルミ鋳物の様々な部品　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px){
    .seihin {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 4.5em;
        gap: 15px 10px;
    }
    .hellowork_btn {
        padding: 10px 45px;
        font-size: 15px;
    }
    .recruitwrap img {
        width: 88% !important;
    }
    .hellowork {
        width: 100%;
        padding: 20px;
    }
    .recruitwrap p {
        font-size: 1.2em;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.grayiner　会社概要
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.grayiner{
    background-color: #efefef;
    padding-bottom: 5em;
}
.gaiyou{
    width: 600px;
    margin: 0 auto;
}
.grayiner table.table_01 {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 1.5em 0 3.5em;
}
.grayiner table.table_01 th {
    width: 160px;
    margin: 0;
    padding: 4px 10px 4px 4px;
    box-shadow: 0 0.5px 0 0 #969696;
    text-align: justify;
    text-justify: inter-character;
    vertical-align: middle;
    font-weight: unset;
}
.grayiner table.table_01 td {
    padding: 4px 15px;
    box-shadow: 0 0.5px 0 0 #969696;
    line-height: 30px;
}
.grayiner img{
    width: 100%;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.grayiner　会社概要
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px){
    p.black_btn {
        width: 75%;
        margin: -0.5em auto 1.7em;
        font-size: 1.4em;
    }
    .grayiner{
        padding-bottom: 1em;
    }
    .gaiyou {
        width: 100%;
    }
    .grayiner table.table_01 th {
        width: 125px;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.setubiiner　設備概要
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.setubiiner{
    padding-top: 6em;
}
.setubiiner h2.puls, .sabtitle2.puls{
    margin-left: 10%;
}
.img_box img{
    width: 100%;
}
.img_box img.top {
    padding-top: 1.9em;
}
.text_box{
    width: 50%;
}
.wide_imgwrap1 .text_box{
    margin-top: 30px;
    width: 48%;
}
.text_box dl{
    margin-bottom: 3.13em;
}
.text_box dt{
    font-weight: bold;
    padding-bottom: 0.5em;
    box-shadow: 0 0.5px 0 0 #969696;
}
.text_box dd{
    margin-left: 0;
    margin-bottom: 4px;
    padding: 0.5em;
    box-shadow: 0 0.5px 0 0 #969696;
}
.wide_imgwrap2{
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
}
.wide_imgwrap2 .img_box{
    width: 50%;
    margin-top: -160px;
}
.wide_imgwrap2 .text_box dl {
    margin-top: 0;
}
.wide_imgwrap1.pc_flex {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    margin-top: 3px;
}
.img_box.sp_chenge {
    width: 50%;
    margin-top: 31px;
}
.wide_imgwrap1.pc_flex .text_box{
    width: 50%;
    margin-top: -20px;
}
.wide_imgwrap1.pc_flex .text_box .margin_off{
    margin-bottom: 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.grayiner　会社概要
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px){
    .setubiiner {
        padding-top: 4em;
    }
    .img_box img.top {
        padding-top: 1.6em;
    }
    .text_box dl {
        margin-bottom: 3.1em;
        padding-bottom: 0; 
    }
    .text_box dt {
        font-weight: bold;
        padding-bottom: 0.5em;
        margin-left: -0.5em;
        box-shadow: none;
    }
    .text_box dd {
        margin-left: 0;
        margin-bottom: 0; 
        padding: 0.1em 0.5em 0.1em 0;
        box-shadow: none;
    }
    .wide_imgwrap1 .text_box {
        width: 100%;
        margin-top: 1.6em;
    }
    .wide_imgwrap2 {
        gap: 1.6em;
        flex-direction: column;
    }
    .wide_imgwrap2 .img_box {
        width: 100%;
        margin-top: 0;
    }
    .text_box {
        width: 100%;
    }
    .wide_imgwrap1.pc_flex {
        flex-direction: column;
        margin-top: 0; 
        gap: 0;
    }
    .img_box.sp_chenge {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        gap: 1.6em;
        margin-top: 0;
    }
    .img_box.sp_chenge img.top {
        padding-top: 0;
    }
    .wide_imgwrap1.pc_flex .text_box {
        width: 100%;
        margin-top: 1.6em;
    }
    .wide_imgwrap1.pc_flex .text_box .margin_off {
        margin-top: 0;
    }
    dl.sp_only {
        margin: 1.6em 0;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
id="access"　アクセス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.access{
    max-width: 800px;
    margin: 5em auto 0;
}
.access .access-wrap{
    padding: 0 60px;
}
.access .access-wrap .wrap-down{
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-top: 1.6em;
}
.access .access-wrap .wrap-down iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.access .text{
    margin: 35px 0 0;
}
.access .text br.sp_on{
    display: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
id="access"　アクセス　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px){
    .access {
        width: 100%;
        margin: 4em auto 0;
    }
    .access .access-wrap {
        padding: 0 24.7px 20px;
    }
    .access .text {
        margin: 15px 0;
    }
    .access .text br.sp_on{
        display: block;
    }
}