@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* Reset CSS
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}
html {scroll-behavior: smooth;}

a {
  outline:none;
  color: #2e2e2e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* PCで電話リンクしない */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.w1500{
    width: 90%;
    max-width: 1500px;
    margin: auto;
}
.w1400{
    width: 90%;
    max-width: 1400px;
    margin: auto;
}
.w1100{
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

.w960{
    width: 90%;
    max-width: 960px;
    margin: auto;
}


/* Basic setting
-------------------------------*/

body {
	font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	color: #000;
	-webkit-text-size-adjust: 100%;
    background: url(../img/common/bg_main.png) center bottom no-repeat;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}
@media screen and (max-width:640px){
    body {
        font-size: 14px;
        line-height: 1.7em;
    }
}



/* ヘッダー
-------------------------------*/
#header{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
#header .inner{
    width: 97%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width:1300px){
    .h_logo{
        width: 40%;
    }
}
@media screen and (max-width:910px){
    #header{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .h_logo{
        width: 100%;
        padding-right: 80px;
    }
}
@media screen and (max-width:500px){
    #header .inner{
        width: 90%;
    }
    .h_logo img{
        max-width: 250px;
        width: auto;
    }
}


/*ページタイトル
-------------------------------*/
.page_name{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding-bottom: 50px;
    background: url(../img/common/bg_page_name1.png) left top/contain no-repeat;
    position: relative;
    margin-bottom: 60px;
}
.page_name .page_img{
    width: 87%;
    height: 453px;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.page_name .page_img.bg_business{
    background-image: url(../img/common/page_business.jpg);
}
.page_name .page_img.bg_company{
    background-image: url(../img/common/page_company.jpg);
}
.page_name .page_img.bg_equipment{
    background-image: url(../img/common/page_equipment.jpg);
}
.page_name .page_img.bg_contact{
    background-image: url(../img/common/page_contact.jpg);
}
.page_name .page_img.bg_privacy{
    background-image: url(../img/common/page_privacy.jpg);
}

.page_name .page_txt{
    position: absolute;
    left: 0;
    top: calc(50% - 95px);
    width: 652px;
    height: 196px;
    background: url(../img/common/bg_page_name2.png) left top/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.page_name .page_txt .en{
    font-size: 90px;
    line-height: 1.2em;
    font-weight: 500;
}
.page_name .page_txt .ja{
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 500;
}
.page_name .page_txt .en.pp{
    font-size: 60px;
    line-height: 1.2em;
}

@media screen and (max-width:1900px){
    
    .page_name{
        padding-bottom: 2.6vw;
    }

    .page_name .page_img{
        height: 23.8vw;
    }
    .page_name .page_txt{
        top: calc(50% - 5.15vw);
        width: 34.3vw;
        height: 10.3vw;
    }
    .page_name .page_txt .en{
        font-size: 4.7vw;
        line-height: 1.2em;
    }
    .page_name .page_txt .ja{
        font-size: 1.3vw;
        line-height: 1.2em;
    }
    .page_name .page_txt .en.pp{
        font-size: 3.15vw;
        line-height: 1.2em;
    }
}

@media screen and (max-width:910px){
    .page_name{
        padding-bottom: 30px;
    }

    .page_name .page_img{
        height: 200px;
    }
    .page_name .page_txt{
        position: absolute;
        left: 0;
        top: calc(50% - 62px);
        width: 400px;
        height: 124px;
    }
    .page_name .page_txt .en{
        font-size: 45px;
        line-height: 1.2em;
    }
    .page_name .page_txt .ja{
        font-size: 18px;
        line-height: 1.2em;
    }
    .page_name .page_txt .en.pp{
        font-size: 40px;
        line-height: 1.2em;
    }

}
@media screen and (max-width:640px){
    
    .page_name{
        padding-bottom:none;
        margin-bottom: 20px;
    }

    .page_name .page_img{
        width: 100%;
    }
    .page_name .page_txt{
        position: absolute;
        left: 0;
        top: calc(50% - 62px);
        width: 85%;
        max-width: 400px;
        height: 100px;
        background: -moz-linear-gradient(left, #325ab4, #092770);
        background: -webkit-linear-gradient(left, #325ab4, #092770);
        background: linear-gradient(to right, #325ab4, #092770);

    }
    .page_name .page_txt .en{
        font-size: 32px;
        line-height: 1.2em;
        margin-bottom: 5px;
    }
    .page_name .page_txt .ja{
        font-size: 16px;
        line-height: 1.2em;
    }
    .page_name .page_txt .en.pp{
        font-size: 30px;
        line-height: 1.2em;
    }

}






/* フッター
-------------------------------*/
#footer{
    width: 100%;
    background: -moz-linear-gradient(left, #325ab4, #092770);
    background: -webkit-linear-gradient(left, #325ab4, #092770);
    background: linear-gradient(to right, #325ab4, #092770);
    padding-top: 60px;
    padding-bottom: 40px;
}
#footer .inner{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    color: #fff;
}
.f_nav{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
}
.f_nav li{
    line-height: 1.2em;
    margin-bottom: 10px;
    padding-left: 3em;
    padding-right: 3em;
}
.f_nav li:not(:last-child){
    border-right: solid 1px #fff;
}
.f_nav li a{
    color: #fff;
}
.f_nav li a:hover{
    text-decoration: underline;
}


.f_info{
    width: 100%;
    margin-bottom: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.f_info .f_logo{
    width: 350px;
    text-align: right;
    padding-right: 50px;
}
.f_info .f_txt{
    width: 350px;
    padding-left: 50px;
    border-left: solid 1px #fff;
    font-size: 20px;
    line-height: 1.7em;
}
.f_info .f_txt .c-name{
    font-weight: 600;
    font-size: 120%;
    margin-bottom: 10px;
}


#footer .copy{
    width: 100%;
    text-align: center;
    font-size: 90%;
    line-height: 1.3em;
}
#footer .copy ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer .copy li{
    padding-left: 2em;
    padding-right: 2em;
}
#footer .copy li:nth-child(1){
    border-right: solid 1px #fff;
}
#footer .copy li a{
    display: inline-block;
    color: #ffF;
}
#footer .copy li a:hover{
    text-decoration: underline;
}
/*  ページトップへ */
#pageTop{
	position:fixed;
	bottom:50px;
	right:20px;
    z-index: 10;
    transition: 0.8s;
}
#pageTop:hover{
    bottom:70px;
}

@media screen and (max-width:1600px){
    #pageTop{
        width:10vw;
    }
}

@media screen and (max-width:910px){

    .f_nav{
        display: none;
    }
    .f_info{
        margin-bottom: 80px;
    }
    .f_info .f_logo{
        width: auto;
        text-align: center;
    }

    .f_info .f_txt{
        width: auto;
        font-size: 16px;
        line-height: 1.7em;
    }
    
    #footer .copy li{
        padding-left: 0;
        padding-right: 0;
    }
    #footer .copy li:nth-child(1){
        display: none;
    }
}

@media screen and (max-width:640px){
    #footer{
        padding-bottom: 20px;
    }
    .f_info{
        display: block;
        text-align: center;
    }
    .f_info .f_logo{
        width: 100%;
        padding-right: 0;
    }
    .f_info .f_txt{
        margin-top: 30px;
        margin-left: 0;
        padding-left: 0;
        border-left: none;;
        font-size: 14px;
        line-height: 1.7em;
    }
    #pageTop{
        width:60px;
    }
}













/* 事業案内
-------------------------------*/
.biz01{
    width: 100%;
    max-width: 1920px;
    margin:auto;
}
.biz01 .img-1{
    width: 100%;
    position: relative;
}
.biz01 .img-1 .txt{
    position: absolute;
    right: 100px;
    top: 0;
    width: 346px;
}
.biz01 .img-2 li{
    width : calc(100% / 3);
    position: relative;
}
.biz01 .img-2 li .sub{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 39px;
    background: url(../img/business/biz_bg_obi.png) right top/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
}
.biz02{
    padding-top: 80px;
    padding-bottom: 80px;
}
.biz02 .ttl{
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.7em;
    font-weight: 700;
    color: #1e3c96;
}
.biz02 .ttl span{
    padding-bottom: 3px;
    border-bottom: solid 2px #1e3c96;
}
.biz02 .ttl br{
    display: none;
}
.biz02 ul{
    margin-top: 30px;
    width: 100%;
    background: -moz-linear-gradient(left, #325ab4, #092770);
    background: -webkit-linear-gradient(left, #325ab4, #092770);
    background: linear-gradient(to right, #325ab4, #092770);
}
.biz02 ul li{
    width: 25%;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 120%;
    letter-spacing: 0.07em;
    border-right: solid 1px #fff;
}
@media screen and (max-width:1920px){
    .biz01 .img-1 .txt{
        right: 5.2vw;
        top: 0;
        width: 18vw;
    }
}
@media screen and (max-width:910px){
    .biz01 .img-2 li .sub{
        position: static;
        width: 100%;
        height: 36px;
        background: -moz-linear-gradient(left, #325ab4, #092770);
        background: -webkit-linear-gradient(left, #325ab4, #092770);
        background: linear-gradient(to right, #325ab4, #092770);
    }
    .biz02 .ttl{
        font-size: 26px;
        line-height: 1.7em;
    }
    .biz02 ul li{
        font-size: 100%;
    }
}
@media screen and (max-width:640px){
    .biz01 .img-1 img.main{
        width: 100%;
        height: 100vw;
        object-fit: cover;
        object-position: center;
    }
    .biz01 .img-1 .txt{
        right: 3vw;
        top: 0;
        width: 40vw;
    }
    .biz01 .img-2 ul{
        width: 90%;
        margin: auto;
    }
    .biz01 .img-2 li{
        width : 100%;
        margin-top: 10px;
    }
    .biz02{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .biz02 .ttl{
        font-size: 22px;
        line-height: 2em;
    }

    .biz02 .ttl br{
        display: inline;
    }
    .biz02 ul li{
        width: 50%;
        border-bottom: solid 1px #fff;
    }
}

.biz03{
    width: 100%;
    background: -moz-linear-gradient(left, #e3f0ff, #b7bde5);
    background: -webkit-linear-gradient(left, #e3f0ff, #b7bde5);
    background: linear-gradient(to right, #e3f0ff, #b7bde5);
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
}
.biz03:before{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);/*左右・上下*/
    width: 100%;
    max-width: 1920px;
    height: 130px;
    background: url(../img/business/biz_bg_txt.png) left top no-repeat;
    content: "";
}
.biz03:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 700px;
    background: url(../img/business/biz_bg.png) center bottom no-repeat;
    content: "";
}
.biz03 ._in{
    position: relative;
    z-index: 3;
}
.biz03 .ttl{
    text-align: center;
    margin-bottom: 30px;
}

.biz_merit{
    width: 100%;
}
.biz_merit li{
    width: 24%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.biz_merit li .num{
    position: relative;
    z-index: 3;
}
.biz_merit li .icon{
    margin-top: -40px;
    background-color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.biz_merit li dl{
    padding: 30px 20px;
    flex-grow: 1;
    background: -moz-linear-gradient(top, #325ab4, #092770);
    background: -webkit-linear-gradient(top, #325ab4, #092770);
    background: linear-gradient(to bottom, #325ab4, #092770);
    color: #fff;

}
.biz_merit li dl dt{
    text-align: center;
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
}
@media screen and (min-width:1451px){

    .biz_merit li dl dt{
        min-height: 126px;
    }

}
@media screen and (max-width:1450px){
    .biz03:before{
        background-size: 61% auto;
    }
    .biz_merit li dl dt{
        font-size: 24px;
        line-height: 1.5em;
    }
    .biz_merit li dl dt br{
        display: none;
    }
}
@media screen and (max-width:910px){

    .biz03:before{
        background-size: 80% auto;
    }
    .biz_merit li{
        width: 48%;
        margin-bottom: 20px;
    }
    .biz_merit li .num{
        width: 80px;
    }
    .biz_merit li .icon{
        margin-top: -30px;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .biz_merit li .icon img{
        width: 180px;
        height: auto;
    }
    .biz_merit li dl{
        padding: 20px;
    }
    .biz_merit li dl dt{
        text-align: left;
        font-size: 22px;
        line-height: 1.5em;
    }
}
@media screen and (max-width:640px){
    .biz03{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .biz03:before{
        background-size: contain;
    }
    .biz_merit li{
        width: 100%;
        margin-bottom: 10px;
    }
    .biz_merit li .num{
        position: absolute;
        left: 10px;
        top: 10px;
        width: 40px;
    }
    .biz_merit li .icon{
        margin-top: 0;
        padding-top: 10px;
        padding-left: 30px;
    }
    .biz_merit li .icon img{
        width: 150px;
        height: auto;
    }
    .biz_merit li dl dt{
        font-size: 20px;
        line-height: 1.5em;
    }
    
    
}








/* 会社案内
-------------------------------*/

.com_ttl{
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
    color: #1e3c96;
}
.com_ttl .ja{
    display: inline-block;
    padding-bottom: 30px;
    background-position: center 50px;
    background-repeat: no-repeat;
}
.com_ttl .ja.txt_outline{
    background-image: url(../img/company/txt_outline.png);
}
.com_ttl .ja.txt_factory{
    background-image: url(../img/company/txt_factory.png);
}
.com_ttl .ja.txt_access{
    background-image: url(../img/company/txt_access.png);
}
.com01{
    margin-bottom: 120px;
}
.gaiyou{
    width: 100%;
}
.gaiyou th{
    width: 200px;
    padding: 40px 0 40px 40px;
    border-bottom: solid 3px #092770;
    color: #092770;
    font-size: 112%;
    font-weight: 500;
}
.gaiyou td{
    width: calc(100% - 200px);
    padding: 40px 0 40px 80px;
    border-bottom: solid 1px #092770;
}

@media screen and (max-width:910px){

    .com_ttl{
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1.2em;
    }
    .com_ttl .ja{
        padding-bottom: 0;
    }
    .com_ttl .ja.txt_outline{
        background-image: none;
    }
    .com_ttl .ja.txt_access{
        background-image: none;
    }

    .gaiyou th{
        width: 150px;
        padding: 20px 0 20px 20px;
    }
    .gaiyou td{
        width: calc(100% - 150px);
        padding: 20px 0 20px 20px;
    }
}
@media screen and (max-width:640px){
    .com_ttl{
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.2em;
    }
    .com01{
        margin-bottom: 60px;
    }
    .gaiyou{
        border-top: solid 1px #092770;
    }
    .gaiyou th{
        display: inline-block;
        width: 100%;
        padding: 10px;
        border-bottom: none;
        background-color: #f1f1f1;
    }
    .gaiyou td{
        display: inline-block;
        width: 100%;
        padding: 10px;
    }

    
}





/* 工場紹介 */
.com02 .com_ttl{
    margin-bottom: 0;
}
.com02 .com_ttl .ja{
    padding-bottom: 50px;
}
.com02 .com02-02{
    width: 100%;
    background: -moz-linear-gradient(left, #e3f0ff, #b7bde5);
    background: -webkit-linear-gradient(left, #e3f0ff, #b7bde5);
    background: linear-gradient(to right, #e3f0ff, #b7bde5);
    padding-bottom: 90px;
    position:relative;
}
.com02 .com02-02:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    content: "";
}
.factory-map{
    position: relative;
    z-index: 3;
}

.mf-img{
    width: 280px;
    border: solid 2px #000;
}
.mf-img a{
    display: block;
    background-color: #fff;
    padding: 10px;
    position: relative;
}
.mf-img a p{
    width: 100%;
    padding: 10px;
    background: -moz-linear-gradient(left, #325ab4, #092770);
    background: -webkit-linear-gradient(left, #325ab4, #092770);
    background: linear-gradient(to right, #325ab4, #092770);
    text-align: center;
    color: #fff;
    font-weight: 500;

}
.mf-img.gk01{
    position: absolute;
    left: calc(50% - 665px);
    top: 120px;
}

.mf-img.gk02{
    position: absolute;
    left: calc(50% + 385px);
    top: 285px;
}
.mf-img.gk04{
    position: absolute;
    left: calc(50% + 80px);
    top: 515px;
}
.mf-img.gk03{
    position: absolute;
    left: calc(50% - 575px);
    top: 550px;
}
.mf-img.gk01:after{
    position: absolute;
    right: 60px;
    bottom: -39px;
    width: 25px;
    height: 40px;
    background: url(../img/company/fuki01.png) left top no-repeat;
    content: "";
}
.mf-img.gk02:after{
    position: absolute;
    left: -37px;
    top: 30px;
    width: 38px;
    height: 26px;
    background: url(../img/company/fuki02.png) left top no-repeat;
    content: "";
}
.mf-img.gk04:after{
    position: absolute;
    left: 30px;
    top: -37px;
    width: 25px;
    height: 38px;
    background: url(../img/company/fuki04.png) left top no-repeat;
    content: "";
}
.mf-img.gk03:after{
    position: absolute;
    right: -38px;
    top: 30px;
    width: 40px;
    height: 25px;
    background: url(../img/company/fuki03.png) left top no-repeat;
    content: "";
}
.mf-fig01{
    position: absolute;
    left: -67px;
    top: 158px;
    width: 75px;
}
.mf-fig02{
    position: absolute;
    left: 1350px;
    top: 100px;
    width: 85px;
}
.mf-fig03{
    position: absolute;
    left: -15px;
    top: 570px;
    width: 90px;
}
.mf-fig04{
    position: absolute;
    left: 1120px;
    top: 570px;
    width: 286px;
}
@media (max-width:1600px) and (min-width:911px){
    .com02 .com02-02:after{
        height: 4.3vw;
    }
    .img-map img{
        width: 56.8125vw;
        height: auto;
    }
    .mf-img{
        width: 17.5vw;
    }
    .mf-img a{
        padding: 0.625vw;
    }
    .mf-img a p{
        padding: 0.625vw;
        font-size: 1vw;
        line-height: 1.5em;
    }
    .mf-img.gk01{
        left: calc(50% - 41.5625vw);
        top: 7.5vw;
    }
    .mf-img.gk02{
        left: calc(50% + 24vw);
        top: 17.8vw;
    }
    .mf-img.gk04{
        left: calc(50% + 5vw);
        top: 32.18vw;
    }
    .mf-img.gk03{
        left: calc(50% - 35.937vw);
        top: 34.375vw;
    }
    .mf-img.gk01:after{
        right: 3.75vw;
        bottom: -2.43vw;
        width: 1.56vw;
        height: 2.5vw;
        background-size: contain;
    }
    .mf-img.gk02:after{
        left: -2.3125vw;
        top: 1.875vw;
        width: 2.375vw;
        height: 1.625vw;
        background-size: contain;
    }
    .mf-img.gk04:after{
        left: 1.875vw;
        top: -2.312vw;
        width: 1.56vw;
        height: 2.375vw;
        background-size: contain;
    }
    .mf-img.gk03:after{
        right: -2.375vw;
        top: 1.875vw;
        width: 2.5vw;
        height: 1.56vw;
        background-size: contain;
    }
    .mf-fig01{
        left: -4.18vw;
        top: 9.875vw;
        width: 4.68vw;
    }
    .mf-fig02{
        left: 84.375vw;
        top: 6.25vw;
        width: 5.31vw;
    }
    .mf-fig03{
        left: -0.93vw;
        top: 35.625vw;
        width: 5.625vw;
    }
    .mf-fig04{
        left: 70vw;
        top: 35.625vw;
        width: 17.875vw;
    }

}
@media screen and (max-width:910px){
    .img-map img{
        width: 100%;
        height: auto;
    }
    .mf-img{
        width: 25vw;
    }
    .mf-img a{
        padding: 0.625vw;
    }
    .mf-img a p{
        padding: 5px;
        line-height: 1.5em;
    }
    .mf-img.gk01{
        left: calc(50% - 44vw);
        top: 10vw;
    }
    .mf-img.gk02{
        left: calc(50% + 22vw);
        top: 10vw;
    }
    .mf-img.gk04{
        left: calc(50% + 10vw);
        top: 43vw;
    }
    .mf-img.gk03{
        left: calc(50% - 46vw);
        top: 60vw;
    }
    .mf-img.gk01:after{
        display: none;
    }
    .mf-img.gk02:after{
        display: none;
    }
    .mf-img.gk04:after{
        display: none;
    }
    .mf-img.gk03:after{
        display: none;
    }
    .mf-fig01{
        display: none;
    }
    .mf-fig02{
        display: none;
    }
    .mf-fig03{
        display: none;
    }
    .mf-fig04{
        left: auto;
        right: 0;
        top: auto;
        bottom: -18vw;
        width: 30vw;
    }
}
@media screen and (max-width:640px){
    .com02 .com_ttl{
        margin-bottom: 10px;
    }
    .com02 .com02-02{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .com02 .com02-02:after{
        display: none;
    }
    .factory-map{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .img-map{
        width: 100%;
        padding-bottom: 50px;
    }
    .mf-img{
        width: 48%;
        margin-bottom: 15px;
        border-width: 1px;
    }
    .mf-img.gk01{
        position: static;
    }
    .mf-img.gk02{
        position: static;
    }
    .mf-img.gk04{
        position: static;
    }
    .mf-img.gk03{
        position: static;
    }
    .mf-fig04{
        left: auto;
        right: -5%;
        top: 55vw;
        bottom: auto;
        width: 40vw;
    }

}


/* アクセス */
.com03{
    width: 100%;
    padding-top: 150px;
    padding-bottom: 200px;
    background: url(../img/company/bg_com_map.jpg) center top no-repeat;
    background-size: cover;
}

.com03 .ad-info{
    padding-left: 1em;
    border-left: solid 2px #325ab4;
    margin-bottom: 30px;
}


.com-g-map{
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.com-g-map .item{
    width: 48%;
}
.com-g-map .item p{
    margin-bottom: 15px;
}
.g-map{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 720px;/* 高さ */
}

.g-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1600px){
    .g-map{
        padding-top: 70%;/* 高さ */
    }

}
@media screen and (max-width:910px){
    .com03{
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .com-g-map .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .com-g-map .item p{
        margin-bottom: 6px;
    }
    .g-map{
        padding-top: 60%;/* 高さ */
    }

}
@media screen and (max-width:640px){
    .com03{
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .g-map{
        padding-top: 80%;/* 高さ */
    }
}











/* 設備紹介
-------------------------------*/
.eqp01{
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: 80px;
    position: relative;
}
.eqp01:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 220px;
    background: -moz-linear-gradient(left, #e3f0ff, #b7bde5);
    background: -webkit-linear-gradient(left, #e3f0ff, #b7bde5);
    background: linear-gradient(to right, #e3f0ff, #b7bde5);
    content: "";
}

.eqp01 ._in{
    position: relative;
    z-index: 3;
}
.eqp01 .ttl{
    width: 90%;
    max-width: 350px;
    margin: 0 auto 50px;
    background: -moz-linear-gradient(left, #325ab4, #092770);
    background: -webkit-linear-gradient(left, #325ab4, #092770);
    background: linear-gradient(to right, #325ab4, #092770);
    text-align: center;
    color: #fff;
    font-size: 23px;
    line-height: 1.3en;
    font-weight: 700;
    padding: 15px;
}
.eqp01 .img{
    width: 100%;
    margin: auto;
}
.eqp01 .img li{
    position: relative;
    width: 47%;
}
.eqp01 .img li:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: url(../img/company/eqp_img_kado.png) left top no-repeat;
    content: "";
}

@media screen and (max-width:910px){
    .eqp01 .img li{
        width: 49%;
    }
    .eqp01 .img li:before{
        display: none;
    }
}
@media screen and (max-width:640px){
    .eqp01{
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .eqp01:after{
        height: 80%;
    }
    .eqp01 .ttl{
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 1.3en;
        padding: 10px;
    }
    .eqp01 .img li{
        width: 100%;
        margin-bottom: 15px;
    }
}


.eqp02{
    padding-bottom: 50px;
}
.eqp_ttl{
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.2em;
    font-weight: 500;
    color: #1e3c96;
}
.eqp_ttl span{
    padding-bottom: 5px;
    border-bottom: solid 1px #1e3c96;
}
.eqp_data{
    width: 100%;
    max-width: 850px;
    margin: 0 auto 100px;
}
.eqp_data td{
    padding: 10px;
    border: solid 1px #999;
    text-align: center;
}
.eqp_data td:nth-child(1),
.eqp_data td:nth-child(3),
.eqp_data td:nth-child(4){
    width: 28%;
}
.eqp_data td:nth-child(2){
    width: 16%;
}

.eqp_data.mini td:nth-child(4){
    padding: 0;
    border: none;
}


.eqp_data td.pd0{
    padding: 0;
}
.eqp_data td .sub{
    width: 100%;
    padding: 10px;
}
.eqp_data td .sub:first-child{
    border-bottom: solid 1px #999;
}

@media screen and (max-width:640px){
    .eqp_ttl{
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.2em;
    }
    
    .eqp_data{
        border: solid 1px #000;
        margin-bottom: 50px;
    }
    .eqp_data tr{
        display: flex;
        flex-wrap: wrap;
        border-bottom: solid 1px #000;
    }
    .eqp_data tr:last-child{
        border-bottom: none;
    }
    .eqp_data td{
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .eqp_data td:nth-child(1){
        display: block;
        width: 100%;
        background-color: #f1f1f1;
    }
    .eqp_data td:nth-child(2),
    .eqp_data td:nth-child(3){
        display: block;
        width: 50%;
    }
    .eqp_data td:nth-child(2){
        border-right: solid 1px #999;
        
    }
    .eqp_data td:nth-child(4){
        display: block;
        width: 100%;
        border-bottom: none;
    }
    
}


























/* お問い合わせ
-------------------------------*/
.toi01{
    margin-bottom: 80px;
}

span.hissu{
    display: inline-block;
    width: 3.5em;
    text-align: center;
    background-color: #1e3c96;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
    line-height: 1.2em;
    padding-top: 2px;
    padding-bottom: 3px;
}

.toi02{
    margin-bottom: 80px;
}


.toi02 th.va-top{
    vertical-align: top;
    padding-top: 15px;
}

.mailform{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px; /* 左右、上下 */
}
.mailform th{
    width: 220px;
}
.mailform td{
    width: calc(100% - 220px);
}
.mailform td.toi-cat label{
    display: inline-block;
    margin-right: 2em;
}

.length_l{
    width: 100%;
    padding: 15px;
    border: none;
    background-color: #e4e4e4;
    border-radius: 5px;
}
.length_m{
    width: 100%;
    max-width: 500px;
    padding: 15px;
    border: none;
    background-color: #e4e4e4;
    border-radius: 5px;
}
.naiyou{
    width: 100%;
    height: 200px;
    padding: 15px;
    border: none;
    background-color: #e4e4e4;
    border-radius: 5px;
    width: 100%;
    resize: vertical;
}
.pz{
    padding: 15px;
    border: none;
    background-color: #e4e4e4;
    border-radius: 5px;
}
.toi02 .txt2{
    width: 100%;
    max-width: 620px;
    margin: 50px auto;
    border: solid 1px #000;
    padding: 20px;
    text-align: center;
}
.toi02 .txt2 a{
    color: #1e3c96;
    text-decoration: underline;
}
.toi02 .txt2 a:hover{
    text-decoration: none;
}
.toi02 .txt3{
    width: 100%;
    max-width: 286px;
    margin: auto;
    text-align: center;
    position: relative;
}
.btn_sousin{
    background-image:url(../img/common/bg_btn.png);
    background-position: center center;
    background-size: cover;
    width:100%;
    height:60px;
    border:0px solid;
    cursor:pointer;
    color: #fff;
    transition: 0.3s;
}
.btn_sousin:hover{
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}
.toi03{
    margin-bottom: 200px;
    
}

@media screen and (max-width:910px){
    .toi01{
        margin-bottom: 50px;
    }
}
@media screen and (max-width:640px){

    .mailform th{
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
    }
    .mailform td{
        display: inline-block;
        width: 100%;
    }
    .mailform td.toi-cat{
        background-color: #e4e4e4;
        border-radius: 5px;
        padding: 15px 10px;
    }
    
    
    .toi02 .txt2{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .toi03{
        margin-bottom: 100px;

    }

}








/* プライバシーポリシー
-------------------------------*/

.pri01{
    margin-bottom: 80px;
    color: #1e3c96;
}

.pri02 section{
    margin-bottom: 80px;
    padding-left: 30px;
    border-left: solid 4px #1e3c96;
}
.pri02 section h2{
    font-size: 125%;
    line-height: 1.5em;
    font-weight: 500;
    color: #1e3c96;
    margin-bottom: 15px;
}

@media screen and (max-width:910px){
    .pri01{
        margin-bottom: 50px;
    }

    .pri02 section{
        margin-bottom: 50px;
        padding-left: 15px;
    }
}
@media screen and (max-width:640px){
    .pri02{
        margin-bottom: 50px;
    }
    .pri02 section{
        margin-bottom: 30px;
        border-left-width: 2px;
    }
    .pri02 section h2{
        font-size: 115%;
        line-height: 1.5em;
        margin-bottom: 10px;
    }

}















/* layout */
.ar { text-align: right; }
.ac { text-align: center; }
.strong{font-weight:bold;}

/* プリントの表示設定 */
@media print{
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }

    #wrapper{
        width:1110px;
        margin:auto;
    }

    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1;
    }
    [data-aos="fade-up"] {
        transform: none;
    }
}

