@charset "UTF-8";
/*
/*---------------------------------------------------------------------------------------------[グローバル設定]
/*/
html{
    font-size: 20px;
}
body {
    font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノゴシック Pro W3", "游ゴシック", YuGothic, "メイリオ", Meiryo,  Verdana, sans-serif;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
h2{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
p, th, td{
    font-size: 1rem;
    text-align: justify;
    color: #343434;
    font-weight: 600;
    line-height: 1.7;
    margin: 0;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
img{
    width: 100%;
    height: auto;
    display: block;
}
a{
    text-decoration: initial;
}
input,textarea{
    width: 100%!important;
    height: auto!important;
    padding: 11px;
    line-height: 1.2;
}
.d-flex{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.contentArea{
    max-width: 1675px;
    width: 100%;
    margin: 200px auto 0 auto;
    padding: 15px;
}
.headline{
    display: inline-block;
    width: auto;
    position: relative;
}
.headline::after{
    position: absolute;
    bottom: 0;
    right: -1rem;
    transform: translateX(100%);
    font-weight: 400;
    font-size: 1.2rem;
    color: #334B28;
}
.hover{
    transition: all ease 0.3s;
}
.hover:hover{
    transform: translateY(-4px);
}
/*---------------------------------------------------▼[スマホ用]▼*/
@media screen and (max-width: 767px) {
    html{
        font-size: 16px;
    }
}
/*---------------------------------------------------▲[スマホ用]▲*/

/*
/*---------------------------------------------------------------------------------------------[ヘッダー]
/*/
.gHeader-container{
    padding: 24px 64px;
    background-color: #334B28;
}
.gHeader-container_title, .gHeader-container_title a{
    margin: 0;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
}
/*---------------------------------------------------▼[スマホ用]▼*/
@media screen and (max-width: 767px) {
    .gHeader-container{
        padding: 24px;
    }
}
/*---------------------------------------------------▲[スマホ用]▲*/
/*
/*---------------------------------------------------------------------------------------------[ファーストビジュアル]
/*/
.firstView-hero{
    margin-top: 230px;
}
.firstView-hero_img{
    display: inline-block;
    max-width: 687px;
}
.firstView-wrapper{
    margin-top: 200px;
}
.firstView-wrapper-column.left{
    width: 36%;
}
.firstView-wrapper-column.right{
    width: 64%;
}
.firstView-wrapper-column-imgBox_item{
    width: 60%;
    margin: 0 auto;
    font-size: 1.2rem;
}
/*---------------------------------------------------▼[スマホ用]▼*/
@media screen and (max-width: 767px) {
    .firstView-hero{
        margin-top: 55px;
    }
    .firstView-hero_img{
        max-width: 275px;
    }
    .firstView-wrapper{
        margin-top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .firstView-wrapper-column.left{
        width: 100%;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
    }
    .firstView-wrapper-column.right{
        width: 100%;
    }
    .firstView-wrapper-column-imgBox_item{
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
}
/*---------------------------------------------------▲[スマホ用]▲*/

/*
/*---------------------------------------------------------------------------------------------[会社概要]
/*/
.outline{
    margin-top: 115px;
}
.outline_h2::after{
    content: "outline";
}
.outline-table{
    width: 100%;
    max-width: 810px;
    margin: 85px auto 0 auto;
}
.outline-table th,.outline-table td{
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #334B28;
    vertical-align: top;
}
.outline-table th{
    color:#575757;
}
/*---------------------------------------------------▼[スマホ用]▼*/
@media screen and (max-width: 767px) {
    .outline{
        margin-top: 140px;
    }
    .outline-table th,.outline-table td{
        display: block;
        width: 100%;
    }
    .outline-table th{
        margin-top: 30px;
        padding: 0;
        border: none;
    }
    .outline-table tr:first-child th{
        margin-top: 0;
    }
}
/*---------------------------------------------------▲[スマホ用]▲*/

/*
/*---------------------------------------------------------------------------------------------[工場のご案内]
/*/
.factory_h2::after{
    content: "factory";
}
.factory-wrapper{
    margin-top: 45px;
}
.factory-wrapper-colmn.left{
    padding-right: 15px;
}
.factory-wrapper-colmn.right{
    padding-left: 15px;
}
/*---------------------------------------------------▼[スマホ用]▼*/
@media screen and (max-width: 767px) {
    .factory{
        margin-top: 105px;
    }
    .factory-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .factory-wrapper-colmn.left{
        padding: 0;
    }
    .factory-wrapper-colmn.right{
        padding: 0;
        margin-top: 85px;
    }
    .factory-wrapper-colmn p{
        margin-top: 10px;
    }
}
/*---------------------------------------------------▲[スマホ用]▲*/

/*
/*---------------------------------------------------------------------------------------------[工場内見取り図]
/*/
.floorGuide_h2::after{
    content: "floorGuide";
}
.floorGuide-wrapper{
    width: 100%;
    max-width: 1484px;
    margin: 50px auto 0 auto;
}
/*---------------------------------------------------▼[スマホ用]▼*/
@media screen and (max-width: 767px) {
    .floorGuide{
        margin-top: 175px;
    }
}
/*---------------------------------------------------▲[スマホ用]▲*/

/*
/*---------------------------------------------------------------------------------------------[製造工程]
/*/
.process_h2::after{
    content: "process";
}
.process-wrapper{
    margin-top: 135px;
}
.process-wrapper-row{
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}
.process-wrapper-row_title{
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    background: #334B28;
    padding: 14px;
}
.process-wrapper-row-arrow{
    width: 35px;
    height: auto;
    margin: 20px auto;
}
/*---------------------------------------------------▼[スマホ用]▼*/
@media screen and (max-width: 767px) {
    .process-wrapper{
        margin-top: 50px;
    }
    .process-wrapper-row-arrow{
        width: 24px;
    }
}
/*---------------------------------------------------▲[スマホ用]▲*/

/*
/*---------------------------------------------------------------------------------------------[アクセス]
/*/
.access_h2::after{
    content: "access";
}
.access-mapBox{
    margin-top: 40px;
    height: 0;
    overflow: hidden;
    padding-bottom: 48.35%;
    position: relative;
}
.access-mapBox iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/*---------------------------------------------------▼[スマホ用]▼*/
@media screen and (max-width: 767px) {
    .access{
        margin-top: 180px;
    }
    .access-mapBox{
        margin-top: 40px;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }
}
/*---------------------------------------------------▲[スマホ用]▲*/

/*
/*---------------------------------------------------------------------------------------------[CTA]
/*/
.contact{
    margin-top: 150px;
display:none;/*20210218一時非表示*/
}
.contact-wrapp_button{
    margin:0 auto;
    background-color: #334B28;
    color: #FFFFFF;
    padding: 20px;
    width: 50%;
    font-size: 1.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-mail{
    display: inline-block;
    width: 64px;
    height: auto;
    margin-right: 1.35rem;
}
/*---------------------------------------------------▼[スマホ用]▼*/
@media screen and (max-width: 767px) {
    .contact-wrapp_button{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .icon-mail{
        margin-right: 0;
    }
    .contact-wrapp_button span{
        display: block;
        width: 100%;
        margin-top: 35px;
        text-align: center;
    }
}
/*---------------------------------------------------▲[スマホ用]▲*/

/*
/*---------------------------------------------------------------------------------------------[コンタクトページ]
/*/
.formArea_h2::after{
    content: "contact";
}
.backHome{
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-back{
    display: inline-block;
    width: 24px;
    height: auto;
}
.backHome_item{
    font-size: 1.2rem;
    color: #343434;
    line-height: 1;
}
#mailformpro{
    margin-top: 80px;
}
.comment01{
    width: 100%;
    max-width: 975px;
    margin-left: 0;
    margin-right: auto;
}
.comment01 p{
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 300;
}
#mailformpro dl{
    width: 100%;
    max-width: 845px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 120px;
}
form#mailformpro dl div.d-flex{
    margin-top: 60px;
}
form#mailformpro dl div.d-flex:first-child{
    margin-top: 0;
}
form#mailformpro dl dt{
    width: 32%;
    border: none;
    padding: 13px 13px 13px 0;
    font-size: 1rem;
    text-align: left;
}
.must-sm{
    font-size: 0.8rem;
}
form#mailformpro dl dd{
    width: 68%;
    border: none;
    padding: 0;
    font-size: 1rem;
    line-height: 1;
}
.comment02{
    margin-top: 80px;
}
.comment02 p{
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
}
.mfp_buttons{
    margin-top: 100px;
}
.mfp_buttons button{
    background-color: #343434;
    padding: 14px 46px;
    border-radius: 100px;
    border: 1px solid #343434;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1;
}
/*---------------------------------------------------▼[スマホ用]▼*/
@media screen and (max-width: 767px) {
    .backHome{
        margin-top: 34px;
    }
    .icon-back{
        width: 16px;
    }
    .backHome_item{
        font-size: 1rem;
    }
    .formArea{
        margin-top: 50px;
    }
    #mailformpro{
        margin-top: 70px;
    }
    #mailformpro dl{
        margin-top: 60px;
    }
    form#mailformpro dl div.d-flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 60px;
    }
    form#mailformpro dl div.d-flex:first-child{
        margin-top: 0;
    }
    form#mailformpro dl dt{
        width: 100%;
    }
    .must-sm{
        font-size: 1rem;
    }
    form#mailformpro dl dd{
        width: 100%;
    }
    .comment02{
        margin-top: 20px;
    }
    .mfp_buttons{
        margin-top: 50px;
    }
    .mfp_buttons button{
        background-color: #334B28;
        padding: 14px 46px;
        border-radius: 100px;
        border: 1px solid #334B28;
        color: #FFFFFF;
        font-size: 1.2rem;
        line-height: 1;
    }
}
/*---------------------------------------------------▲[スマホ用]▲*/

/*
/*---------------------------------------------------------------------------------------------[サンクスページ]
/*/
.message{
    margin-top: 80px;
}
.message p{
    text-align: center;
    font-size: 1.6rem;
}
.buttonArea{
    margin-top: 80px;
    text-align: center;
}
.buttonArea_button{
    display: inline-block;
    background-color: #334B28;
    padding: 14px 46px;
    border-radius: 100px;
    border: 1px solid #334B28;
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 1;
}

/*
/*---------------------------------------------------------------------------------------------[フッター]
/*/
.glFooter{
    padding: 100px 15px;
}
.copyRight{
    text-align: center;
    font-size: 0.8rem;
    color: #334B28;
}
/*---------------------------------------------------▼[スマホ用]▼*/
@media screen and (max-width: 767px) {
    .glFooter{
        padding: 35px 15px;
    }
}
/*---------------------------------------------------▲[スマホ用]▲*/