body{
    background-color: #f1f1f1;
    background-image: none;
}
#wrap{
	margin: 110px auto 0 auto;
}
.conteneur{
	margin-top: 0;
	margin-bottom: 0;
}

#main_img img{
	width: 100%;
	height: 300px;
}
#main_img {
	width: 100%;
	height: 300px;
	background: url("../images/bg/mainimg_insole.png") no-repeat scroll center bottom/ cover;
	/*text*/
	color: white;
    padding: 60px 0 0 0;
	text-align: center;
    font-size: 18px;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
    margin-bottom: 50px;
}
#main_img.mainimg_designer {
    background: url("../images/bg/mainimg_designer.png") no-repeat scroll center bottom/ cover;
}
#main_img.mainimg_po {
    background: url("../images/bg/mainimg_po.png") no-repeat scroll center bottom/ cover;
}
#main_img.mainimg_about {
    background: url("../images/bg/mainimg_about.png") no-repeat scroll center bottom/ cover;
}
#main_img.mainimg_recruit {
    background: url("../images/bg/mainimg_recruit.png") no-repeat scroll center bottom/ cover;
}
#main_img.mainimg_shoe {
    background: url("../images/bg/mainimg_shoe.png") no-repeat scroll center bottom/ cover;
}
#main_img.mainimg_leather {
    background: url("../images/bg/mainimg_leather.png") no-repeat scroll center bottom/ cover;
}
#main_img.mainimg_materials {
    background: url("../images/bg/mainimg_materials.png") no-repeat scroll center bottom/ cover;
}
#main_img.mainimg_order {
    background: url("../images/bg/mainimg_order.png") no-repeat scroll center bottom/ cover;
}
#main_img.mainimg_process {
    background: url("../images/bg/mainimg_process.png") no-repeat scroll center bottom/ cover;
}
#main_img.mainimg_tools {
    background: url("../images/bg/mainimg_tools.png") no-repeat scroll center bottom/ cover;
}
#main_img.mainimg_sitemaps {
    background: url("../images/bg/mainimg_sitemaps.png") no-repeat scroll center bottom/ cover;
}

#main_img h2{
  text-align: center;
  position: relative;
}
#main_img h2:before{
  width:25px;
  content: "";
  border-bottom: 3px solid #FFF;
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin:auto;
}
#main_img p{
	width: 100%;
	font-size: 18px;
}

#main_img p.en{
    font-family: 'Montserrat Subrayada', sans-serif;
	font-size: 35px;
}

/*インソール*/
section.insole-01,
section.insole-02,
section.insole-03,
section.insole-04{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.insole-01 h2,
section.insole-03 h2{
    position: relative;
    padding: 0;
    text-indent: 150px;
    font-size: 25px;
}

section.insole-01 h2:before,
section.insole-03 h2:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 130px;
  height: 2px;
  border-top: solid 1px black;
}

section.insole-01 h2:before,
section.insole-03 h2:before {
  left:0;
}

.insole-01 .lead,
.insole-03 .lead{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: center;
    line-height: 2.2em;
    font-size: 15px;
    padding: 25px 0;
}
.insole-01 h2,
.insole-03 h2{
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3.go-tec {
    line-height: 3em;
    background: url("../images/brand_01.png") no-repeat right 10px top;
    color: #E60012;
    font-weight: bold;
}
.Box{
    background: white;
    overflow: hidden;
    margin-bottom: 50px;
}
.Box:after{
    clear: both;
    float: none;
    position: relative;
}
.Box_left{
    width: 50%;
    text-align: left;
    float: left;
    padding: 40px 0 40px 40px;
}
.Box_right{
    width: 50%;
    float: left;
    padding: 40px 40px 40px 0; 
}
.Box_left p{
    font-size: 14px;
    line-height: 2em
}
.Box_right .flow dl{
    width: 100%;
    padding-left: 10%;
    margin: 0 auto;
}
.Box_right .flow dt{
    color: white;
    margin-bottom: 15px;
    background: #3594cb;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    width: 70%;
    font-weight: normal;
    position: relative;
}
.Box_right .flow dt:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #3594cb transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}
.Box_right .flow dd:first-of-type{
    font-size: 16px;
    font-weight: bold;
    color: #3594cb;
}
.Box_right .flow dd:last-of-type{
    font-size: 14px;
    margin-bottom: 15px;
}


/*.gp-scanner*/
.Box.gp-scanner .Box_left{
    width: 45%
}
.Box.gp-scanner .Box_right{
    width: 55%;
    padding-bottom: 110px
}
.Box.gp-scanner h3 {
    line-height: 3em;
    color: #E60012;
    font-weight: bold;
    font-size: 22px
}
.Box.gp-scanner .Box_right{
    background: url("../images/bg/gp-scanner.jpg")no-repeat right bottom;
    background-size: 400px;
    }

table.detail {
    width: 90%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}

table.detail th,
table.detail td {
    padding: 10px;
    border-radius: 
}

table.detail th {
    background: #3594cb;
    vertical-align: middle;
    text-align: left;
    width: 120px;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

table.detail th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(53, 148, 203, 0);
    border-left-color: #3594cb;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.detail th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}

table.detail td {
    background: rgb(244, 240, 240, 0.2);
    width: 360px;
    padding-left: 20px;
}

/*milling*/
.Box.milling h3{
    line-height: 3em;
    color: #E60012;
    font-weight: bold;
    font-size: 22px
}
.Box.milling .Box_left{
    width: 45%;
}
.Box.milling .Box_right{
    width: 55%;
    padding-bottom: 110px;
}
.Box.milling .Box_left table.detail{
    width: 100%;
    padding-right:10%;
}
.Box.milling .Box_right{
    background: url("../images/bg/milling.jpg")no-repeat right bottom;
    background-size: 400px;
}
/*other*/
.Box.GP-Multi h3{
    line-height: 3em;
    color: #E60012;
    font-weight: bold;
    font-size: 22px
}
.Box.GP-Multi .Box_left{
    width: 45%;
    padding-bottom: 120px;
}
.Box.GP-Multi .Box_right{
    width: 55%;

}
.Box.GP-Multi .Box_left{
    background: url("../images/bg/GPMultiSens.jpg")no-repeat left 20px bottom;
    background-size: 50%;
}

.Box.GP-Mobil h3{
    line-height: 3em;
    color: #E60012;
    font-weight: bold;
    font-size: 22px
}
.Box.GP-Mobil .Box_left{
    width: 45%;
    padding-bottom: 150px;
}
.Box.GP-Mobil .Box_right{
    width: 55%;

}
.Box.GP-Mobil .Box_left{
    background: url("../images/bg/GPMobil.jpg")no-repeat left 20px bottom;
    background-size: 50%;
}

section.w100-white{
    width: 100%;
    background-color: white;
    overflow: hidden;
}
/*4列*/
ul.Box04{
    width: 1100px;
    margin: 0 auto;
}
ul.Box04 li{
    background-color: white;
    width: 22.7%;
    margin: 100px 3% 100px 0;
    float: left;
}
ul.Box04 li:last-of-type{
    margin: 100px 0 100px 0;
}
ul.Box04 li dl{
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
}
ul.Box04 li dt {
    text-align: center;
    margin-bottom: 15px;
}
ul.Box04 li dt img{
    width: 100%;
}

ul.Box04 li dd {
    font-size: 12px;
    line-height: 2em;
    padding: 0 20px;
}
ul.Box04 li dd:first-of-type{
    font-size: 16px;
    font-weight: bold;
    color: #295890;
}
ul.Box04 li dd:nth-of-type(2){
    margin-bottom: 20px;
}
ul.Box04 li dl.capron dt{
    background-color: #FF0918;
    height: 191px;
}
ul.Box04 li dl.capron img{
    transform-origin: center 60px ;
    transform: scale(0.5);
}

a.wave01{
    line-height: 2em;
    padding: 5px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(230, 0, 18) 50%);
    background-position: 0 0;
    background-size: 201% auto;
    transition: .3s;
    border-radius: 4px;
}
a.wave01:hover{
    text-decoration: none;
    background-position: -100% 0;
    color: #fff;
}
/*afterfollow*/
section.afterFollow{
    text-align: center;
    padding: 50px;
    color: white;
    clear: both;
    background-color:#295890;
    width: 100%;
    min-width: 1100px;
}
section.afterFollow h2{
    border-bottom: 1px solid white;
    padding-bottom: 30px;
    width: 1000px;
    margin: 0 auto;
}
section.afterFollow p{
    margin: 20px;
    font-size: 16px;
    line-height: 2.5em;
}
@media screen and (max-width:768px){

    #wrap{
        margin-top: 65px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    #main_img {
        width: 100%;
        height: 200px;
        padding: 30px 0 0 0;
    }
    section.insole-01,
    section.insole-02,
    section.insole-03,
    section.insole-04{
        width: 100%;
    }
    section.insole-01 h2,
    section.insole-03 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 55px;
        text-indent: 0;
    }
    section.insole-01 h2:before,
    section.insole-03 h2:before,
    section.insole-01 h2:after,
    section.insole-03 h2:after
    {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 1px;
        background-color: black;
    }

    section.insole-01 h2:before,
    section.insole-03 h2:before, {
        left:0;
    }
    section.insole-01 h2:after,
    section.insole-03 h2:after {
        right: 0;
    }
    h3.go-tec {
        font-size: 20px;
    }
    .Box_left{
        width: 100%;
        float: none;
        padding: 5% 5% 0 5%;
    }
    .Box_left p{
        font-size: 13px;
        line-height: 1.6em
    }
    .Box_right{
        width: 100%;
        float: none;
        padding: 5%;
    }
    .Box_right .flow dl{
        width: 95%;
        margin: 0 auto;
        padding:0;
    }
    .Box_right .flow dt{
        width: 100%;
        text-align: center;
    }
    .Box_right .flow dt:after{
        left: 50%;
    }
    .Box.gp-scanner h3 {
        font-size: 17px
    }
    .Box.gp-scanner .Box_left{
        width: 100%
    }
    .Box.gp-scanner .Box_right{
        width: 100%;
        padding-bottom: 0;
        background-size: 60%;
        padding-bottom: 60px;
    }
    table.detail {
        width: 100%;

    }
    table.detail th {
        width: 30%;
    }
    table.detail td {
        background: rgb(255, 255, 255, 0.8);
        width: 70%;
        padding-left: 20px;
    }
    /*milling*/
    .Box.milling h3{
        line-height: 3em;
        color: #E60012;
        font-weight: bold;
        font-size: 22px
    }
    .Box.milling .Box_left{
        width: 100%;
    }
    .Box.milling .Box_right{
        width: 100%;
        background-size: 60%;
        padding-bottom: 60px;
    }
    .Box.milling .Box_left table.detail{
        padding-right:0;
    }

    /*other*/
    .Box.GP-Multi h3{
    }
    .Box.GP-Multi .Box_left{
        width: 100%;
        padding-bottom: 0;
    }
    .Box.GP-Multi .Box_right{
        width: 100%;
        background: url("../images/bg/GPMultiSens.jpg")no-repeat right bottom;
        background-size: 50%;
        padding-bottom: 60px;
    }
    .Box.GP-Multi .Box_left{
        background-image: none;
    }
    .Box.GP-Mobil h3{
    }
    .Box.GP-Mobil .Box_left{
        width: 100%;
        padding-bottom: 0;
    }
    .Box.GP-Mobil .Box_right{
        width: 100%;
        background: url("../images/bg/GPMobil.jpg")no-repeat right bottom;
        background-size: 50%;
        padding-bottom: 60px;
    }
    .Box.GP-Mobil .Box_left{
        background-image: none;
    }
    ul.Box04{
        width: 100%;
        padding-top: 50px;
    }
    ul.Box04 li{
        width: 47%;
        margin: 0 1.5% 20px 1.5%;
    }
    ul.Box04 li:last-of-type{
        margin: 0 1.5% ;
    }
    ul.Box04 li dl{
     height: 485px
    }
    ul.Box04 li dt {
        height: 140px;
        overflow: hidden;
    }
    ul.Box04 li dt img{
    }

    ul.Box04 li dd {
        padding: 0 3%;
    }
    ul.Box04 li dd:first-of-type{
        font-size: 16px;
        font-weight: bold;
        color: #295890;
    }

    ul.Box04 li:first-of-type dt img{
    }
    ul.Box04 li dl.capron dt{
        background-color: #FF0918;
        height: 140px;
    }
    ul.Box04 li dl.capron img{
        transform-origin: center 40px;
        transform: scale(0.4);
    }

    /*afterfollow*/
    section.afterFollow{
        padding: 50px 3%;
        width: 100%;
        min-width: 100%;
    }
    section.afterFollow h2{
        font-size: 22px;
        padding-bottom: 15px;
        width: 100%;
    }
    section.afterFollow p{
        margin: 20px;
        font-size: 13px;
        line-height: 1.8em;
    }
}
/*会社概要*/
section.about-01,
section.about-02{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.about-01 h2{
    position: relative;
    padding: 0;
    text-indent: 150px;
    font-size: 25px;
}

section.about-01 h2:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 130px;
    height: 2px;
    border-top: solid 1px black;
}

section.about-01 h2:before{
    left:0;
}

.about-01 .lead{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 15px;
    padding: 25px 0;
}
.about-01 h2{
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-01 .sign{
    margin: 20px 0;
    display: block;
    text-align: right;
}
.about-02 .profile dt,
.about-02 .profile dd{
    padding: 15px;
    border-top: 1px solid #CCC;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
}

.about-02 dl.profile{
    margin-bottom: 50px;
    background: white;
    padding: 50px;
}
.about-02 .profile dt{
    font-weight: normal;
    width: 30%;
    float: left;
}
.about-02 .profile dd{
    width: 70%;
}
.about-02 .profile dd:after{
    display: block;
    content: "";
    clear: both;
}
.about-02 .profile dt:first-of-type,
.about-02 .profile dd:first-of-type{
    border-top: none;
}
.about-02 .profile dt:last-of-type,
.about-02 .profile dd:last-of-type{
    border-bottom:  1px solid #CCC;
}
@media screen and (max-width:768px){
    section.about-01,
    section.about-02{
        width: 100%;
    }
    section.about-01 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 100px;
        text-indent: 0;
    }
    section.about-01 h2:before,
    section.about-01 h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 90px;
        height: 1px;
        background-color: black;
    }
    section.about-01 h2:before {
        left:0;
    }
    section.about-01 h2:after {
        right: 0;
    }
    .about-02 dl.profile{
        font-size: 13px;
        padding: 10px;
    }
}

/*機械・設備　tools*/
section.tools-01{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.tools-01 h2{
    position: relative;
    padding: 0;
    text-indent: 150px;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section.tools-01 h2:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 130px;
    height: 2px;
    border-top: solid 1px black;
}

section.tools-01 h2:before{
    left:0;
}
.tools-01 .lead{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 15px;
    padding: 25px 0;
}

section.toolslist{
    width: 100%;
    min-width: 1100px;
    overflow: hidden;
}
section.toolslist:nth-child(odd){
    background: white;
}

.toolslist ul li:last-of-type{
    margin: 10px 0 30px 0;
}

.toolslist ul li dl{
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    margin-bottom: 0;
    overflow: hidden;
}
.toolslist ul li dt {
    text-align: center;
    margin-bottom: 15px;
}
.toolslist ul li dt img{
    margin-top: 10px;
}

.toolslist ul li dd {
    font-size: 12px;
    line-height: 2em;
    padding: 0 20px;
}
.toolslist li dd:first-of-type{
    font-size: 16px;
    font-weight: bold;
    color: #295890;
}

/*3列*/
ul.toolsBox-03{
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
ul.toolsBox-03 li{
    background-color: white;
    width: 31.3%;
    margin: 10px 3% 30px 0;
    float: left;
    border-radius: 10px;
}
/*4列*/
ul.toolsBox-04{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
ul.toolsBox-04 li{
    background-color: white;
    width: 22.7%;
    margin: 10px 1.5% 30px 0;
    float: left;
    border-radius: 10px;
}
ul.toolsBox-04 li:nth-of-type(5){
    float: none;
    clear: both;
    float: left;
}
/*5列はデザイン不可*/

.toolslist h3{
    text-align: center;
    margin: 30px;
}
.toolslist h3+p{
    width: 1100px;
    margin: 0 auto 20px auto;
    line-height: 1.8em;
    padding: 10px;
    font-size: 13px;
}
@media screen and (max-width:768px){
    section.tools-01{
        width: 100%;
    }
    section.tools-01 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 100px;
        text-indent: 0;
    }
    section.tools-01 h2:before,
    section.tools-01 h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 90px;
        height: 1px;
        background-color: black;
    }
    section.tools-01 h2:before {
        left:0;
    }
    section.tools-01 h2:after {
        right: 0;
    }
    section.tools-02{
        width: 95%;
        margin: 0 auto;
    }
    

    section.toolslist{
        min-width: 100%;
        padding: 5%;
    }
    .toolslist ul li dl{
        border: 1px solid #f1f1f1;
        border-radius: 10px;
        margin-bottom: 0;
        overflow: hidden;
    }
    .toolslist ul li dt {
        text-align: center;
        margin-bottom: 15px;
    }
    .toolslist ul li dt img{
        margin-top: 10px;
    }

    .toolslist ul li dd {
    }

    /*3列*/
    ul.toolsBox-03{
        width: 100%;
    }
    ul.toolsBox-03 li{
        width: 100%;
    }
    /*4列*/
    ul.toolsBox-04{
        width: 100%;
    }
    ul.toolsBox-04 li{
        width: 100%;
    }
    .toolslist h3{
        text-align: center;
        margin: 30px;
    }
    .toolslist h3+p{
        width: 100%;
    }

}
/*footware*/
section.footware-01{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.footware-01 h2{
    position: relative;
    padding: 0;
    text-indent: 150px;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section.footware-01 h2:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 130px;
    height: 2px;
    border-top: solid 1px black;
}

section.footware-01 h2:before{
    left:0;
}
.footware-01 .lead{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 15px;
    padding: 25px 0;
}
.footwarelist{
    width: 760px;
    margin: 0 auto;
}
.footwarelist .nav-tabs .nav-link{
    border-radius: 50%;
    border:5px solid #FFF;
    height: 200px;
    width: 200px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.footwarelist .nav-tabs .nav-link:hover{
    border:5px solid #be9c9c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    
}
.footwarelist .nav-tabs .nav-link img{
    width: 350px;
    position: relative;
    left: -45%;
    top: -10%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.footwarelist .nav-item:nth-of-type(2) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.footwarelist .nav-item:nth-of-type(3) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.footwarelist .nav-tabs .nav-link:hover img{
    width: 360px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {opacity: .4;}
    100% {opacity: 1;}
}
@keyframes flash {
    0% {opacity: .4;}
    100% {opacity: 1;}
}

.footwarelist .nav-tabs .nav-item{
    margin-right: 80px;
}
.footwarelist .nav-tabs .nav-item p{
    text-align: center;
    margin: 10px 0;
}
.footwarelist .nav-tabs .nav-item:last-of-type{
    margin-right: 0;
}

.footwarelist .nav-tabs{
    margin-bottom: 20px;
    border: none;
}


.order1 {
    width: 1100px;
    margin: 50px auto;
    text-align: center;
}
.order1 h2{
    font-weight: bold;
    font-size: 30px;
    color: #E60012;
}
.order1 p{
    font-size: 14px;
    margin: 10px 0 50px 0;
}
.order1 .left{
    text-align: left;
    box-sizing: border-box;
    width: 70%;
    float: left;
    padding-right: 40px;
    font-size: 14px;
}
.order1 .left p{
    margin: 0;
}
.order1 h3{
    font-size: 20px;
    margin:20px 0;
    color: #3594CB;
    font-weight: bold;
}
.order1 li:first-of-type h3{
    margin-top:0;
}
.order1 .right{
    width: 30%;
    float: left;
}
.order1 .right img{
    width: 100%;
}
.order1 .right img:nth-of-type(2) {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.order1:after, .order1:before {
    content: "";
    clear: both;
    display: block;
}

/**/
.order2 {
    width: 1100px;
    margin: 50px auto;
    text-align: center;
}
.order2 h2{
    font-weight: bold;
    font-size: 30px;
    color: #E60012;
}

.order2 .left{
    width: 30%;
    float: left;
}
.order2 .left img{
    width: 100%;
}
.order2 .right{
    text-align: left;
    box-sizing: border-box;
    width: 70%;
    float: left;
    padding-left: 40px;
    font-size: 14px;
}
.order2 .right p{
    margin: 0;
}

.order2 p{
    font-size: 14px;
    line-height: 1.8em;
    margin: 10px 0 50px 0;
}
.order2:after, .order2:before {
    content: "";
    clear: both;
    display: block;
}

@media screen and (max-width:768px){
    section.footware-01{
        width: 100%;
    }
    section.footware-01 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 55px;
        text-indent: 0;
    }
    section.footware-01 h2:before,
    section.footware-01 h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 60px;
        height: 1px;
        background-color: black;
    }

    section.footware-01 h2:before{
        left:0;
    }
    section.footware-01 h2:after {
        right: 0;
    }
    .footware-01 .lead{
        width: 80%;
        margin: 0 auto 50px auto;
        text-align: left;
        line-height: 2.2em;
        font-size: 15px;
        padding: 25px 0;
    }
    .footwarelist{
        width: 100%;
        margin: 0 auto;
    }
    .footwarelist .nav-tabs .nav-link{
        border-radius: 50%;
        border:5px solid #FFF;
        height: 115px;
        width: 115px;
        overflow: hidden;
        padding: 0;
        text-align: center;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .footwarelist .nav-tabs .nav-link:hover{
        border:5px solid #be9c9c;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;

    }
    .footwarelist .nav-tabs .nav-link img{
        width: 220px;
        position: relative;
        left: -58%;
        top: -10%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .footwarelist .nav-item:nth-of-type(2) {
        animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
    }
    .footwarelist .nav-item:nth-of-type(3) {
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
    }

    .footwarelist .nav-tabs .nav-link:hover img{
        width: 230px;
    }

    @-webkit-keyframes flash {}
    @keyframes flash {}
    .footwarelist .nav-tabs{
        display: flex;
        justify-content: center;
    }
    .footwarelist .nav-tabs .nav-item{
        margin-right: 0;
    }
    .footwarelist .nav-tabs .nav-item:nth-of-type(2){
        margin: 0 10px;
    }
    .footwarelist .nav-tabs .nav-item p{
        text-align: center;
        margin: 10px 0;
        font-size: 12px;
    }
    .footwarelist .nav-tabs .nav-item p:before{
        content: "\A" ;
        white-space: pre ;
    }
    .footwarelist .nav-tabs .nav-item:last-of-type{
        margin-right: 0;
    }    
    .footwarelist .nav-tabs{
        margin-bottom: 20px;
        border: none;
    }

    .order1 {
        width: 95%;
    }
    .order1 h2{}
    .order1 p{
        font-size: 13px;
        line-height: 1.8em;
        margin: 20px 0;
    }
    .order1 .left{
        width: 100%;
        float: none;
        padding-right: 0;
        z-index: 1;
        position: relative;
    }
    .order1 .left p{
        width: 95%;
        margin: 0 auto;
    }
    .order1 h3{
        text-align: center;
        margin-bottom: 20px;
    }
    .order1 li:first-of-type h3{
        margin-top: 50px;
    }
    .order1 .right{
        width: 100%;
        float: none;
        top: -500px;
        margin-bottom: -400px;
        opacity: 0.3;
        text-align: right;
        position: relative;
        left: 15%;
        z-index: 0;
    }
    .order1 .right img{
        width: 80%;
    }
    .order1 .right img:nth-of-type(2) {}

    .order1:after, .order1:before {}

    /**/
    .order2 {
        width: 100%;
    }
    .order2 h2{}

    .order2 .left{
        width: 100%;
        float: none;
        position: relative;
        top: -50px;
        margin-bottom: -50px;
        text-align: right;
    }
    .order2 .left img{
        width: 40%;
    }
    .order2 .right{
        width: 100%;
        float: none;
        padding-left: 0;

    }
    .order2 .right p{
        width: 95%;
        margin: 0 auto;
    }

    .order2 p{}
    .order2:after, .order2:before {}

}

/*Howtoorder*/
section.order-01{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.order-01 h2{
    position: relative;
    padding: 0;
    text-indent: 150px;
    font-size: 25px;
}

section.order-01 h2:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 130px;
    height: 2px;
    border-top: solid 1px black;
}

section.order-01 h2:before{
    left:0;
}

.order-01 .lead{
    width: 80%;
    margin: 0 auto 10px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 15px;
    padding: 25px 0;
}
.order-01 dl{
    width: 75%;
    margin: 0 auto;
    font-size: 14px;
    border: 1px solid #666;
    border-radius: 4px;
    padding: 0 10px 10px 10px;
}
.order-01 dl dt{
    font-size: 18px;
    position: relative;
    top: -15px;
    background-color: #F1F1F1;
    display: inline-block;
    padding: 0 10px;
}
.order-01 dl dd{
    margin-left: 15px;
}
.order-01 dl dd:first-of-type{
    margin-top: -10px;
}
.order-01 dl dd:before{
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-size: 10px;
    color: #3594CB;
    margin: 0 10px;
    font-weight: 900;
}
.order-01 dl dd.ttl{
    font-weight: bold;
    line-height: 2em;
}
.order-01 dl dd.ttl:before{
    display: none;
}
.order-02 ul{
    width: 1100px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}
.order-02 li {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 15px;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    border-radius: 4px;
    color: white;
    z-index: 0;
    
    position: relative;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.order-02 li:before {
    content: '';
    width: 30px; /* 影をつけるために線幅で設定せずにboxを使用する */
    height: 30px;
    background: #3594CB; /* 吹き出しの地と同じ色 */
    transform: rotate(45deg);
    position: absolute;
    left: 50px;
    bottom: -15px;
    margin-left: -10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.order-02 li:last-of-type:before{
    content: none;
}
.order-02 li:first-of-type{
    z-index: 10;
}
.order-02 li:nth-of-type(2){
    z-index: 9;
}
.order-02 li:nth-of-type(3){
    z-index: 8;
}
.order-02 li:nth-of-type(4){
    z-index: 7;
}
.order-02 li:nth-of-type(5){
    z-index: 6;
}
.order-02 li:nth-of-type(6){
    z-index: 5;
}
.order-02 li:nth-of-type(7){
    z-index: 4;
}
.order-02 li:nth-of-type(8){
    z-index: 3;
}
.order-02 li:nth-of-type(9){
    z-index: 2;
}
.order-02 li.client,
.order-02 li.client:before{
    background-color: #3594CB;
}
.order-02 li.bamkifu,
.order-02 li.bamkifu:before{
    background-color: white;
    color: inherit;
}
.order-02 li.bamkifu2,
.order-02 li.bamkifu2:before{
    background-color: #E60012;
}
.order-02 li span{
    float: left;
    border-radius: 50%;
    background: white;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 0.79em;
    margin-bottom: 15px;
}
.order-02 li span:before{
    content: "STEP\A";
    white-space: pre;
    font-size: 20px;
    line-height: 1px;
}
.order-02 li.client span{
    color: #3594CB;
}
.order-02 li.bamkifu span{
    color: white;
    background-color: #999;
}
.order-02 li.bamkifu2 span{
    color: #E60012;
}
.order-02 li h2{
    width: calc(100% - 100px);
    display: inline-block;
    margin-left: 20px;
    font-size: 24px;
    font-weight: bold;
}
.order-02 li p{
    float: left;
    width: calc(100% - 100px);
    margin-left: 20px;
    font-size: 14px;
}
.order-02 li.client div{
    display: inline-block;
    float: right;
    width: 200px;
    border-radius: 10px;
    border: 3px solid #357acb;
    font-weight: bold;

    background-color: white;
    color: #666;
    text-align: center;
    padding: 10px;
    margin: 5px;
}
.order-02 li.client div:first-of-type:before{
    font-family: "Font Awesome 5 Free";
    content: "\f1ad";
    font-size: 15px;
    color: #3594CB;
    margin: 0 10px;
}
.order-02 li.client div:nth-of-type(2):before{
    font-family: "Font Awesome 5 Free";
    content: "\f54e";
    font-size: 15px;
    color: #3594CB;
    margin: 0 10px;
}
.order-02 p.atten{
    width: 1100px;
    margin: 5px auto;
    text-align: right;
    font-size: 10px;
    
}

@media screen and (max-width:768px){

    section.order-01{
        width: 100%;
    }
    section.order-01 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 55px;
        text-indent: 0;
    }
    
    section.order-01 h2:before,
    section.order-01 h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 1px;
        background-color: black;
    }
    section.order-01 h2:before{
        left:0;
    }
    section.order-01 h2:after{
        right: 0;
    }

    .order-01 .lead{}
    .order-01 dl{}
    .order-01 dl dt{}
    .order-01 dl dd{}
    .order-01 dl dd:first-of-type{}
    .order-01 dl dd:before{}
    .order-01 dl dd.ttl{}
    .order-01 dl dd.ttl:before{}
    .order-02 ul{
        width: 95%;
    }
    .order-02 li {}
    .order-02 li:before {
        left: 40px;
    }
    .order-02 li:last-of-type:before{}
    .order-02 li:first-of-type{}
    .order-02 li:nth-of-type(2){}
    .order-02 li:nth-of-type(3){}
    .order-02 li:nth-of-type(4){}
    .order-02 li:nth-of-type(5){}
    .order-02 li:nth-of-type(6){}
    .order-02 li:nth-of-type(7){}
    .order-02 li:nth-of-type(8){}
    .order-02 li:nth-of-type(9){}
    .order-02 li.client,
    .order-02 li.client:before{}
    .order-02 li.bamkifu,
    .order-02 li.bamkifu:before{}
    .order-02 li.bamkifu{
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
    }
    .order-02 li.bamkifu2,
    .order-02 li.bamkifu2:before{}
    .order-02 li span{
        width: 60px;
        height: 60px;
        text-align: center;
        padding-top: 10px;
        font-size: 25px;
        font-weight: bold;
        line-height: 0.9em;
    }
    .order-02 li span:before{}
    .order-02 li.client span{}
    .order-02 li.bamkifu span{}
    .order-02 li.bamkifu2 span{}
    .order-02 li h2{
        font-size: 20px;
    }
    .order-02 li p{
        font-size: 12px;
    }
    .order-02 li p:after{
        clear: both;
        float: none;
    }
    .order-02 li.client div{
        float: right;
        width: calc(50% - 11px);
        border: 3px solid #357acb;

        padding: 10px 0;
        margin: 5px;
    }
    .order-02 li.client div:first-of-type:before{
        clear: both;
        font-family: "Font Awesome 5 Free";
        content: "\f1ad";
        margin: 0 5px;
    }
    .order-02 li.client div:nth-of-type(2):before{
        font-family: "Font Awesome 5 Free",;
        content: "\f54e";
        margin: 0 5px;
    }
    .order-02 p.atten{}
}

/*P&O*/
section.po-01{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.po-01 h2{
    position: relative;
    padding: 0;
    text-indent: 150px;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section.po-01 h2:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 130px;
    height: 2px;
    border-top: solid 1px black;
}

section.po-01 h2:before{
    left:0;
}
.po-01 .lead{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 14px;
    padding: 25px 0;
}
/*scanner*/
.scanner {
    width: 1100px;
    margin: 50px auto;
    text-align: center;
}
.scanner h2{
    font-weight: bold;
    font-size: 30px;
    color: #E60012;
    margin-bottom: 30px;
}
.scanner p{
    font-size: 14px;
    margin: 10px 0 80px 0;
}
.scanner .left p{
    margin: 0;
}
.scanner .right{/*右揃え*/
    width: 30%;
    float: right;
    clear: both;
}
.scanner .right img{
    width: 100%;
}
.scanner div.right:nth-of-type(3) .fir {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.scanner .left{/*右揃え*/
    text-align: left;
    box-sizing: border-box;
    width: 70%;
    float: right;
    padding-right: 40px;
    font-size: 14px;
}
.scanner h3{
    font-size: 25px;
    color: #3594CB;
    font-weight: bold;
}
.scanner:after, .scanner:before {
    content: "";
    clear: both;
    display: block;
}

/*akbk*/
.akbk {
    width: 1100px;
    margin: 50px auto;
    text-align: center;
}
.akbk h2{
    font-weight: bold;
    font-size: 30px;
    color: #E60012;
    margin-bottom: 30px;
}
.akbk p{
    font-size: 14px;
    margin: 10px 0 80px 0;
}
.akbk .right p{
    margin: 0;
}
.akbk .left{/*左揃え*/
    width: 30%;
    float: left;
    clear: both;
}
.akbk .left img{
    width: 100%;
}
.akbk .right{/*左揃え*/
    text-align: left;
    box-sizing: border-box;
    width: 70%;
    float: left;
    padding-left: 40px;
    font-size: 14px;
}
.akbk div:nth-of-type(3) .fil {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.akbk .right h3{
    font-size: 25px;
    color: #3594CB;
    font-weight: bold;
}
.akbk:after, .akbk:before {
    content: "";
    clear: both;
    display: block;
}
/*soft jacket*/
.jacket {
    width: 1100px;
    margin: 50px auto;
    text-align: center;
}

.jacket .left{/*右揃え*/
    text-align: left;
    box-sizing: border-box;
    width: 70%;
    float: right;
    padding-right: 40px;
    font-size: 14px;
}
.jacket h2{
    font-weight: bold;
    font-size: 30px;
    color: #E60012;
    margin-bottom: 30px;
}
.jacket h3{
    font-size: 25px;
    color: #3594CB;
    font-weight: bold;
}
.jacket p{
    font-size: 14px;
    margin: 10px 0 80px 0;
}
.jacket .left p{
    margin: 0;
}
.jacket .right{/*右揃え*/
    width: 30%;
    float: right;
}
.jacket .right img{
    width: 100%;
}
.jacket:after, .jacket:before {
    content: "";
    clear: both;
    display: block;
}
/*seating*/
.seating {
    width: 1100px;
    margin: 50px auto;
    text-align: center;
}
.seating h2{
    font-weight: bold;
    font-size: 30px;
    color: #E60012;
    margin-bottom: 30px;
}
.seating p{
    font-size: 14px;
    margin: 10px 0 80px 0;
}
.seating .right p{
    margin: 0;
}
.seating .left{
    width: 30%;
    float: left;
    clear: both;
}
.seating .left img{
    width: 100%;
}
.seating .right{
    text-align: left;
    box-sizing: border-box;
    width: 70%;
    float: left;
    padding-left: 40px;
    font-size: 14px;
}
.seating .right h3{
    font-size: 25px;
    color: #3594CB;
    font-weight: bold;
}
.seating:after, .seating:before {
    content: "";
    clear: both;
    display: block;
}

/*machine*/
.machine {
    width: 1100px;
    margin: 50px auto;
    text-align: center;
}
.machine h2{
    font-weight: bold;
    font-size: 30px;
    color: #E60012;
    margin-bottom: 30px;
}
.machine p{
    font-size: 14px;
    margin: 10px 0 80px 0;
}
.machine .left p{
    margin: 0;
}
.machine .left{/*右揃え*/
    text-align: left;
    box-sizing: border-box;
    width: 70%;
    float: right;
    padding-right: 40px;
    font-size: 14px;
}
.machine div:nth-of-type(3) .fir3 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.machine h3{
    font-size: 25px;
    color: #3594CB;
    font-weight: bold;
}
.machine .right{/*右揃え*/
    width: 30%;
    float: right;
    clear: both;
}
.machine .right img{
    width: 100%;
}

.machine:after, .machine:before {
    content: "";
    clear: both;
    display: block;
}
.time{
    padding: 20px
}
.time h4{
    font-weight: bold;
    font-size: 14px;
    display: block;
    width: 20%;
    position: relative;
    margin-bottom: -10px;
    margin-left: 10px;
    background-color: white;
    z-index: 999;
}

.time dl{
    width: 60%;
    padding: 20px 20px 10px 20px;
    border: 1px solid #CCC;
    overflow: hidden;
    border-radius: 4px;
    z-index: 1;
}
.time dt,
.time dd{
    float: left;
    line-height: 2em;
}
.time dt{
    width: 40%;
}
.time dd{
    width: 60%;
    position: relative;
    display: inline-block;
    padding: 0 0 0 50px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.time dd::before,
.time dd::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.time dd::before{
    left: 0px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 6px solid transparent;
    border-left: 6px solid #E60012;
}


/*central fabrivation*/
.cfab {
    width: 1100px;
    margin: 50px auto;
    text-align: center;
}
.cfab h2{
    font-weight: bold;
    font-size: 30px;
    color: #E60012;
    margin-bottom: 30px;
}
.cfab p{
    font-size: 14px;
    margin: 10px 0 80px 0;
}
.cfab .left{
    width: 30%;
    float: left;
    clear: both;
}
.cfab .left img{
    width: 100%;
}
.cfab .right{
    text-align: left;
    box-sizing: border-box;
    width: 70%;
    float: left;
    padding-left: 40px;
    font-size: 14px;
}
.cfab div:nth-of-type(3) .fil {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.cfab .right h3{
    font-size: 25px;
    color: #3594CB;
    font-weight: bold;
}
.cfab .right p{
    margin: 0;
}

.cfab p{
    font-size: 14px;
    line-height: 1.8em;
    margin: 10px 0 50px 0;
}
.cfab:after, .cfab:before {
    content: "";
    clear: both;
    display: block;
}
@media screen and (max-width:768px){
    section.po-01,
    w100-white{
        width: 100%;
    }
    .scanner,
    .akbk,
    .jacket,
    .seating,
    .machine,
    .cfab{
        width: 100%;
        padding: 2.5%;
    }
    section.po-01 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 55px;
        text-indent: 0;
    }
    section.po-01 h2:before,
    section.po-01 h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 90px;
        height: 1px;
        background-color: black;
    }

    section.po-01 h2:before{
        left:0;
    }
    section.po-01 h2:after {
        right: 0;
    }
    .po-01 .lead{
        width: 80%;
        margin: 0 auto 50px auto;
        text-align: left;
        line-height: 2.2em;
        font-size: 15px;
        padding: 25px 0;
    }
    
    /*scanner*/
    .scanner h3,
    .akbk h3,
    .jacket h3,
    .seating h3,
    .machine h3,
    .cfab h3{
        line-height: 2em
    }
    .scanner p,
    .akbk p,
    .jacket p,
    .seating p,
    .machine p,
    .cfab p{
        margin: 10px 0 50px 0 !important;
        font-size: 13px;
        line-height: 1.6em;
    }
    .scanner .right{/*右揃え*/
        width: 100%;
        float: none;
        clear: both;
    }
    .scanner .left{/*右揃え*/
        width: 95%;
        float: none;
        margin: 0 auto;
        padding-right: 0;
    }

    /*akbk*/
    .akbk .left{/*左揃え*/
        width: 100%;
        float: none;
        clear: both;
    }
    .akbk .right{/*左揃え*/
        width: 100%;
        float: none;
        padding-left: 0;
    }
    
    /*soft jacket*/
    .jacket .left{/*右揃え*/
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .jacket .right{/*右揃え*/
        width: 100%;
        float: none;
    }
    
    /*seating*/
    .seating .left{
        width: 100%;
        float: none;
        clear: both;
    }
    .seating .right{
        width: 100%;
        float: none;
        padding-left: 0;
    }

    /*machine*/
    .machine .left{/*右揃え*/
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .machine .right{/*右揃え*/
        width: 100%;
        float: none;
        clear: both;
    }
    .time h4{
        display: block;
        width: 40%;
        margin: 0 auto;
        position: relative;
        margin-bottom: -10px;
        text-align: center;
        background-color: white;
        z-index: 999;
    }
    .time dl{
        width: 100%;
        padding: 0 5px;
        border: 1px solid #CCC;
        padding-top: 20px;
        border-radius: 4px;
        z-index: 1;

    }
    .time dt,
    .time dd{
        width: 50%;
        float: left;
        text-align: center;
    }



    /*central fabrivation*/
    .cfab .left{
        width: 100%;
        float: none;
        clear: both;
    }
    .cfab .right{
        width: 100%;
        float: none;
        padding-left: 0;
    }

}
/*footware　BKFShoe*/
section.BKFShoe-01{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.BKFShoe-01 h2{
    position: relative;
    padding: 0;
    text-indent: 150px;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
section.BKFShoe-01 p{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 15px;
    padding: 25px 0;
}


section.BKFShoe-01 h2:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 130px;
    height: 2px;
    border-top: solid 1px black;
}

section.BKFShoe-01 h2:before{
    left:0;
}
.BKFShoe-01 .lead{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 15px;
    padding: 25px 0;
}

/*3つの丸メニュー active*/
.footwarelist li.active:before {
    content: "";
    position: absolute;
    top: 108%;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #f1f1f1;
}
.footwarelist li.active p {
    margin: 0;
    padding: 0;
}



ul.shoes{
    margin: 30px;
}
ul.shoes li{
    width: 16%;
    margin: 20px 2%;
    float: left;
    text-align: center;
}
ul.shoes img{
    width: 100%;
}
ul.shoes li a:nth-of-type(2),
ul.shoes li a:nth-of-type(3),
ul.shoes li a:nth-of-type(4){
    width: 33.3333333333%;
    float: left;
    overflow: hidden;
}
ul.shoes li a:nth-of-type(2) img,
ul.shoes li a:nth-of-type(3) img,
ul.shoes li a:nth-of-type(4) img{
    width: 100%;
    text-align: center;
}
ul.shoes li p{
    font-weight: bold;
    color: #555;
}
.icon_info {
	clear: both;
	float: none;
}
.icon_info ul li{
	margin: 0 5% 10px 5%;
	float: left;
	width: 40%;
}
.icon_info ul img{
	width: 60px;
	margin-right: 10px;
}

/* external css: flickity.css */
section.leatherBox{
    padding-bottom: 0px;
    overflow: hidden;
}
section.leatherBox h2{
    text-align: center;
    line-height: 2.5;
    margin-bottom: 0;
    color: #E60012;
    font-weight: bold;
    font-size: 24px;
}
#leather {
}
#leather .cell {
    margin: 0 0.5%;
/*    text-align: center;*/
}
#leather .cell img{
    width: 100px;
    height: 100px;
    /*object-fit: cover;*/
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 3px #CCC;
    background: white;
}

#leather span {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    margin-top: -95px;
    padding-top: 20px;
    margin-bottom: 70px;
    font-size: 30px;
    font-weight: bold;
    opacity: 0;
    border-radius: 50%;
    
    background: rgba(0,0,0,.4);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: .5s;
    transition: .5s;
}

#leather .cell:hover span {
    width: 90px;
    height: 90px;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    color: white;
}
.flickity-page-dots{
    bottom: 0;
}
flickity-viewport{
    height: 140px!important;
}
@media screen and (max-width:768px){
    section.BKFShoe-01{
        width: 100%;
    }
    section.BKFShoe-01 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 55px;
        text-indent: 0;
    }
    section.BKFShoe-01 p{
        width: 80%;
        margin: 0 auto 50px auto;
        text-align: left;
        line-height: 2.2em;
        font-size: 15px;
        padding: 25px 0;
    }
    section.BKFShoe-01 h2:before,
    section.BKFShoe-01 h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 60px;
        height: 1px;
        background-color: black;
    }
    section.BKFShoe-01 h2:before{
        left:0;
    }
    section.BKFShoe-01 h2:after {
        right: 0;
    }
    /*3つの丸メニュー active*/
    .footwarelist li.active:before {
        content: "";
        position: absolute;
        top: 108%;
        left: 50%;
        margin-left: -30px;
        border: 30px solid transparent;
        border-top: 30px solid #f1f1f1;
    }
    .footwarelist li.active p {
        margin: 0;
        padding: 0;
    }
    /*//3つの丸メニュー*/
    ul.shoes{
        margin: 30px 0 0 0;
    }
    ul.shoes li{
        width: 48%;
        margin: 20px 1%;
        float: left;
        text-align: center;
    }
    ul.shoes img{
        width: 100%;
    }
    ul.shoes li p{
        font-weight: bold;
        color: #555;
    }
	.icon_info ul li{
		float: none;
		width: 98%;
		margin: 0 auto 10px auto;
		font-size: 12px;
	}
	.icon_info ul img{
		width: 30px;
	}
    /* external css: flickity.css */
    section.leatherBox{
        padding-bottom: 50px;
        overflow: hidden;
    }
    section.leatherBox h2{
        text-align: center;
        line-height: 2.5;
        margin-bottom: 0;
        color: #E60012;
        font-weight: bold;
        font-size: 24px;
    }
    #leather {
        margin-bottom: 0;
    }
    #leather .cell {
        width: 32%;
        margin: 0 0.5%;
        text-align: center;
    }
    #leather .cell img{
    }
    #leather .cell {
    }
    #leather span {
    }
    #leather .cell:hover span {
    }
}


/*slide******************************************************************************/
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
}

.box {
    width: 100%;
    height: 200px;
    margin: 0 0 2% 0;
    overflow: hidden;
}

.box .boxInner {
    width: inherit;
    height: inherit;
    line-height: 200px;
    font-size: 1.5em;
    text-align: center;
    color: #555;
    background-color: #fff;
    opacity: 0;
}

.isPlay {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8,0,.5,1);
    position: relative;
    opacity: 1 !important;
}

.isPlay:before {
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8,0,.5,1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color:#e60012;
}
/*//slide******************************************************************************/


/*designer*/
section.designer-01{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.designer-01 h2{
    position: relative;
    padding: 0;
    text-indent: 150px;
    font-size: 25px;
}

section.designer-01 h2:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 130px;
    height: 2px;
    border-top: solid 1px black;
}

section.designer-01 h2:before{
    left:0;
}

.designer-01 .lead{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 15px;
    padding: 25px 0;
}
.designer-01 h2{
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}


section.career{
    width: 1100px;
    margin: 0 auto;
    padding: 100px;
}
.timeline {
    list-style: none;
}
.timeline > li {
    margin-bottom: 60px;
}
.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
}
.timeline-date {
    width: 110px;
    float: left;
    margin-top: 0;
    font-weight: bold;
    color: #999;
}
.timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5d1d1 solid;
    padding-left: 30px;
    padding-bottom: 20px;
}
.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #E60012;
    position: absolute;
    left: 106px;
    top: 5px;
    border-radius: 100%;
}

/**/
.designer {
    width: 1100px;
    margin: 50px auto;
    text-align: center;
}

.designer .left{
    width: 30%;
    float: left;
    overflow:hidden;
}

.designer .left img{
    width: 100%;
}

.designer .right{
    text-align: left;
    box-sizing: border-box;
    width: 70%;
    float: left;
    padding-left: 40px;
    font-size: 14px;
}
.designer .right p{
    margin: 0;
}

.designer p{
    font-size: 14px;
    line-height: 1.8em;
    margin: 10px 0 50px 0;
}
.designer:after, .designer:before {
    content: "";
    clear: both;
    display: block;
}
@media screen and (max-width:768px){
    section.designer-01{
        width: 100%;
    }
    section.designer-01{
        width: 100%;
    }
    section.designer-01 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 70px;
        text-indent: 0;
    }
    section.designer-01 h2:before,
    section.designer-01 h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 55px;
        height: 1px;
        background-color: black;
    }

    section.designer-01 h2:before {
        left:0;
    }
    section.designer-01 h2:after {
        right: 0;
    }
    .designer {
        width: 100%;
    }
    .designer .left{
        width: 100%;
        float: none;
        text-align: center;    
    }
    .designer .left img{
        width: 95%;
        border: 8px solid white;
    }
    .designer .right{
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 20px;
    }
    .designer .right p{
        width: 95%;
        margin: 0 auto;
    }

    .designer:after, .designer:before {}
    section.career{
        width: 100%;
        margin: 30px auto;
        padding: 50px 2%;
    }
    .timeline > li {
        width: 98%;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }
    .timeline-date {
        text-align: right;
        margin-right: 5%;
        width: 13%;
        font-size: 12px;
        float: left;
        margin-top: 0;
        font-weight: bold;
        color: #999;
    }
    .timeline-content {
        width: 82%;
        float: left;
        border-left: 3px #e5d1d1 solid;
        padding-left: 10px;
        padding-bottom: 20px;
        font-size: 14px;
    }
    .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #E60012;
        position: absolute;
        left: 16.9%;
        top: 5px;
        border-radius: 100%;
    }
}
/*sitemaps*/
section.sitemap-01{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.sitemap-01 h2{
    position: relative;
    padding: 0;
    text-indent: 150px;
    font-size: 25px;
}

section.sitemap-01 h2:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 130px;
    height: 2px;
    border-top: solid 1px black;
}

section.sitemap-01 h2:before{
    left:0;
}

.sitemap-01 .lead{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 15px;
    padding: 25px 0;
}
.sitemap-01 h2{
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
section.sitemap-02{
    width: 1100px;
    margin: 0 auto;
}
dl.pagelist{
}
.pagelist dt{
    position: relative;
    display: block;
    padding-left: 20px;
}

.pagelist dt::before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #E60012;
    border-right: solid 2px #E60012;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
.pagelist dd{
    margin-left: 20px;
    color: #666;
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 5px;
}





@media screen and (max-width:768px){
    section.sitemap-01{
        width: 100%;
    }
    section.sitemap-01 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 100px;
        text-indent: 0;
    }
    section.sitemap-01 h2:before,
    section.sitemap-01 h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 90px;
        height: 1px;
        background-color: black;
    }
    section.sitemap-01 h2:before {
        left:0;
    }
    section.sitemap-01 h2:after {
        right: 0;
    }
    section.sitemap-02{
        width: 95%;
        margin: 0 auto;
    }
    dl.pagelist{
    }
    .pagelist dt{
    }

    .pagelist dt::before{
    }
    .pagelist dd{
    }

}
/*process*/
section.process-01{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.process-01 h2{
    position: relative;
    padding: 0;
    text-indent: 150px;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section.process-01 h2:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 130px;
    height: 2px;
    border-top: solid 1px black;
}

section.process-01 h2:before{
    left:0;
}
.process-01 .lead{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 14px;
    padding: 25px 0;
}
/*process-02*/
.process-02 {
    width: 1100px;
    margin: 50px auto;
    text-align: center;
}
.process-02 h2{
    font-weight: bold;
    font-size: 30px;
    color: #E60012;
    margin-bottom: 30px;
}
.process-02 p{
    font-size: 14px;
    margin: 10px 0 80px 0;
}
.process-02 .left p{
    margin: 0 0 20px 0;
}
.process-02 .right{/*右揃え*/
    width: 30%;
    float: right;
    clear: both;
}
.process-02 .right img{
    width: 100%;
}
.process-02 .left{/*右揃え*/
    text-align: left;
    box-sizing: border-box;
    width: 70%;
    float: right;
    padding-right: 40px;
    font-size: 14px;
}
.process-02 h3{
    font-size: 20px;
    color: #3594CB;
    font-weight: bold;
}
.process-02:after, .process-02:before {
    content: "";
    clear: both;
    display: block;
}

/*process-03*/
.process-03 {
    width: 1100px;
    margin: 50px auto;
    text-align: center;
}
.process-03 h2{
    font-weight: bold;
    font-size: 30px;
    color: #E60012;
    margin-bottom: 30px;
}
.process-03 p{
    font-size: 14px;
    margin: 10px 0 80px 0;
}
.process-03 .right p{
    margin: 0 0 20px 0;
}
.process-03 .left{/*左揃え*/
    width: 30%;
    float: left;
    clear: both;
}
.process-03 .left img{
    width: 100%;
}
.process-03 .right{/*左揃え*/
    text-align: left;
    box-sizing: border-box;
    width: 70%;
    float: left;
    padding-left: 40px;
    font-size: 14px;
}
.process-03 .right h3{
    font-size: 20px;
    color: #3594CB;
    font-weight: bold;
}
.process-03:after, .process-03:before {
    content: "";
    clear: both;
    display: block;
}
/*process-04*/
.process-04 {
    width: 1100px;
    margin: 50px auto;
    text-align: center;
}
.process-04 h2{
    font-weight: bold;
    font-size: 30px;
    color: #E60012;
    margin-bottom: 30px;
}
.process-04 p{
    font-size: 14px;
    margin: 10px 0 80px 0;
}
.process-04 .left{/*右揃え*/
    text-align: left;
    box-sizing: border-box;
    width: 70%;
    float: right;
    padding-right: 40px;
    font-size: 14px;
}
.process-04 h3{
    font-size: 20px;
    color: #3594CB;
    font-weight: bold;
}
.process-04 p{
    font-size: 14px;
    margin: 10px 0 80px 0;
}
.process-04 .left p{
    margin: 0 0 20px 0;
}
.process-04 .right{/*右揃え*/
    width: 30%;
    float: right;
}
.process-04 .right img{
    width: 100%;
}
.process-04:after, .process-04:before {
    content: "";
    clear: both;
    display: block;
}
@media screen and (max-width:768px){
    section.process-01{
        width: 100%;
    }
    section.process-01 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 100px;
        text-indent: 0;
    }
    section.process-01 h2:before,
    section.process-01 h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 90px;
        height: 1px;
        background-color: black;
    }
    section.process-01 h2:before {
        left:0;
    }
    section.process-01 h2:after {
        right: 0;
    }
    .process-01 .lead{}
    
    /*process-02*/
    .process-02 {
        width: 100%;
    }
    .process-02 h2{
        font-size: 25px;
    }
    .process-02 p{
    }
    .process-02 .left p{
    }
    .process-02 .right{/*右揃え*/
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .process-02 .right img{
        width: 100%;
    }

    .process-02 .left{/*右揃え*/
        width: 95%;
        margin: 30px auto;
        float: none;
        padding-right: 0;
    }
    .process-02 h3{
    }

    /*process-03*/
    .process-03 {
        width: 100%;
    }
    .process-03 h2{
        font-size: 25px;
    }
    .process-03 p{
    }
    .process-03 .right p{
    }
    .process-03 .left{/*左揃え*/
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .process-03 .left img{
    }
    .process-03 .right{/*左揃え*/
        width: 95%;
        margin: 30px auto;
        float: none;
        padding-left: 0;
    }
    .process-03 .right h3{
    }
    .process-03:after, .process-03:before {
        content: "";
        clear: both;
        display: block;
    }
    /*process-04*/
    .process-04 {
        width: 100%;
        margin: 50px auto;
    }
    .process-04 h2{
        font-size: 20px;
    }
    .process-04 p{
    }
    .process-04 .left{/*右揃え*/
        width: 95%;
        margin: 30px auto;
        float: none;
        padding-right: 0;
    }
    .process-04 h3{
    }
    .process-04 p{
    }
    .process-04 .left p{
    }
    .process-04 .right{/*右揃え*/
        width: 100%;
        float: none;
    }
    .process-04 .right img{
    }
    .process-04:after, .process-04:before {
        content: "";
        clear: both;
        display: block;
    }

}
/*materials*/
section.material-01{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.material-01 h2{
    position: relative;
    padding: 0;
    margin-bottom: 40px;
    text-indent: 150px;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section.material-01 h2:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 130px;
    height: 2px;
    border-top: solid 1px black;
}

section.material-01 h2:before{
    left:0;
}
.material-01 .lead{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 15px;
    padding: 25px 0;
}

/*materials*/
.modularBox{
    padding-bottom: 0px;
    overflow: hidden;
    width: 1100px;
    margin: 50px auto;
}
.modularBox h2{
    text-align: center;
    line-height: 2.5;
    margin-bottom: 0;
    color: #E60012;
    font-weight: bold;
    font-size: 24px;
}
#modular{
    margin-top: 50px;
    overflow: hidden;
}
#modular li {
    float: left;
    width: 23%;
    min-height: 580px;
    margin: 0 1% 20px 1%;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    background: white;
    border: 1px solid #CCC;
    overflow: hidden;
}
#modular li img{
    width: 80%;
}

#modular dt {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #295890;
}
#modular dd{
    text-align: left;
    font-size: 12px;
    line-height: 1.3em;
}
#modular dd.ttl{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

section.laminateBox{
    padding-bottom: 0px;
    overflow: hidden;
    margin: 50px auto;
}
section.laminateBox h2{
    text-align: center;
    line-height: 2.5;
    margin-bottom: 0;
    color: #E60012;
    font-weight: bold;
    font-size: 24px;
}
.laminateBox > p{
    width: 1100px;
    margin: 0 auto;
}
#laminate{
    margin-top: 50px;
}

#laminate li {
    margin: 0 0.5%;
    text-align: center;
    height: 200px;
}
#laminate li img{
    width: 180px;
    object-fit: cover;
    border-radius: 5%;
    border: 3px solid white;
    box-shadow: 0 0 3px #CCC;
}

#laminate span {
    padding-top: 10px;
    display: block;
    text-align: center;
    font-size: 12px;
}
#laminate .flickity-page-dots .dot{
    height: 10px;
    margin: 0 8px;

}
.siliconBox{
    padding-bottom: 0px;
    overflow: hidden;
    width: 1100px;
    margin: 50px auto;
}
.siliconBox h2{
    text-align: center;
    line-height: 2.5;
    margin-bottom: 0;
    color: #E60012;
    font-weight: bold;
    font-size: 24px;
}
.siliconBox ul{
    margin: 50px 0;
    overflow: hidden;
}
.siliconBox li{
    width: 25%;
    float: left;
}
.siliconBox li img{
    width: 90%;
    float: left;
}
.siliconBox li:after{
    content: "";
    display: block;
    float: left;
    position: relative;
    top: 60px;
    height: 0;
    border-left: 20px solid #E60012;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
}
.siliconBox li:last-of-type:after{
    content: none;
}

.siliconBox-02 {
    width: 1100px;
    margin: 0 auto;
}
.siliconBox-02 ul{

    overflow: hidden;
}
.siliconBox-02 ul li{
    background-color: white;
    width: 18%;
    margin: 10px 1% 30px 1%;
    float: left;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #CCC;
    overflow: hidden;
}
.siliconBox-02 ul li dt{
    text-align: center;
}
.siliconBox-02 ul li dt img{
    width: 70%;
}
.siliconBox-02 ul li dd:nth-of-type(1){
    color: #295890;
    font-weight: bold;
    text-align: center; 
}
.siliconBox-02 ul li dd:nth-of-type(2){
    font-size: 13px;
}
/*tools*/
section.toolsBox{
    clear: both;
    float: none;
    width: 100%;
    min-width: 1100px;
    overflow: hidden;
}
section.toolsBox h3{
    text-align: center;
    line-height: 2.5;
    margin-bottom: 0;
    color: #E60012;
    font-weight: bold;
    font-size: 24px;
}
section.toolsBox:nth-child(odd){
    background: white;
}

.toolsBox ul li:last-of-type{
    margin: 10px 0 30px 0;
}

.toolsBox ul li dl{
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    margin-bottom: 0;
    overflow: hidden;
}
.toolsBox ul li dt {
    text-align: center;
    margin-bottom: 15px;
}
.toolsBox ul li dt img{
    margin-top: 10px;
    width: 80%;
}

.toolsBox ul li dd {
    font-size: 12px;
    line-height: 2em;
    padding: 0 20px;
}
.toolsBox li dd:first-of-type{
    font-size: 16px;
    font-weight: bold;
    color: #295890;
}

@media screen and (max-width:768px){
    section.material-01{
        width: 100%;
    }
    section.material-01 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 55px;
        text-indent: 0;
    }
    section.material-01 h2:before,
    section.material-01 h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 60px;
        height: 1px;
        background-color: black;
    }
    section.material-01 h2:before{
        left:0;
    }
    section.material-01 h2:after {
        right: 0;
    }
    
    .modularBox{
        width: 95%;
        margin: 0 auto;
        font-size: 13px;
    }
    .modularBox h2{
    }
    #modular{
    }
    #modular li {
        float: none;
        width: 98%;
        min-height: auto;
        margin: 0 1% 20px 1%;
        padding: 10px;
    }
    #modular li img{
    }

    #modular dt {
        font-size: 16px;
    }
    #modular dd{
        text-align: left;
        font-size: 12px;
        line-height: 1.3em;
    }
    #modular dd.ttl{
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0;
    }

    
    section.laminateBox{
        padding-bottom: 0px;
        overflow: hidden;
        margin: 50px auto;
    }
    section.laminateBox h2{
        text-align: center;
        line-height: 2.5;
        margin-bottom: 0;
        color: #E60012;
        font-weight: bold;
        font-size: 24px;
    }
    .laminateBox > p{
        width: 95%;
        margin: 0 auto;
    }
    #laminate{
        margin-top: 50px;
    }

    #laminate li {
        margin: 0 0.5%;
        text-align: center;
        height: 200px;
    }
    #laminate li img{
        width: 180px;
        object-fit: cover;
        border-radius: 5%;
        border: 3px solid white;
        box-shadow: 0 0 3px #CCC;
    }

    #laminate span {
        padding-top: 10px;
        display: block;
        text-align: center;
        font-size: 12px;
    }
    #laminate .flickity-page-dots .dot{
        height: 10px;
        margin: 0 8px;

    }
    .siliconBox{
        width: 95%;
        margin: 0 auto;
    }
    .siliconBox h2{
    }
    .siliconBox ul{
    }
    .siliconBox li{
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
    .siliconBox li img{
        width: 90%;
    }
    .siliconBox li:after{
        content: "";
        display: block;
        float: left;
        position: relative;
        top: 60px;
        height: 0;
        border-left: 10px solid #E60012;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .siliconBox li:last-of-type:after{
    }

    .siliconBox-02 {
        width: 100%;
        margin: 0 auto;
    }
    .siliconBox-02 ul{

        overflow: hidden;
    }
    .siliconBox-02 ul li{
        background-color: white;
        width: 48%;
        margin: 10px 1% 30px 1%;
        float: left;
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #CCC;
        overflow: hidden;
        height:230px;
    }
    .siliconBox-02 ul li dt{
        text-align: center;
    }
    .siliconBox-02 ul li dt img{
        width: 70%;
    }
    .siliconBox-02 ul li dd:nth-of-type(1){
        color: #295890;
        font-weight: bold;
        text-align: center; 
    }
    .siliconBox-02 ul li dd:nth-of-type(2){
        font-size: 13px;
    }
    /*tools*/
    section.toolsBox{
        min-width: 95%;
        margin: 0 auto;
    }
    section.toolsBox h3{
    }
    .toolsBox ul li{
        width: 47%;
        margin: 0 1.5% 20px 1.5%;
    }
    section.toolsBox:nth-child(odd){
    }
    .toolsBox ul li:last-of-type{
    }

    .toolsBox ul li dl{
        min-height: 325px;
    }
    .toolsBox ul li dt {
        width: 95%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .toolsBox ul li dt img{
        margin-top: 10px;
    }
    }
    .toolsBox ul li dd {
        padding: 0 10px;
        font-size: 11px;
    }
    .toolsBox li dd:first-of-type{
        text-align: center;
        font-size: 14px;
        line-height: inherit;
    }
}





/*login*/
section:before,
section:after{
    content: "";
    clear: both;
    float: none;
}
.login {
    clear: both;
    float: none;
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
    padding:20px;
    text-align: center;
}
.login a{
    box-sizing: border-box;
    padding: 15px 30px;
    border-radius: 4px;
    text-decoration: none;
    border: 2px solid #E60012;
    color: #fff;
    background-color: #E60012;
    line-height: 50px;
    -moz-transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -o-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
}
.login a:hover{
    background-color: #fff;
    border-color: #E60012;
    color: #E60012;
    -moz-transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -o-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
}
.login p{
    margin: 10px;
    font-size: 12px;
}
@media screen and (max-width:768px){
    .login {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
}

/*members*/
section.members-01{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.members-01 h2{
    position: relative;
    padding: 0;
    text-indent: 150px;
    font-size: 25px;
}

section.members-01 h2:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 130px;
    height: 2px;
    border-top: solid 1px black;
}

section.members-01 h2:before{
    left:0;
}

.members-01 .lead{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 15px;
    padding: 25px 0;
}
.members-01 h2{
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
section.members-02{
    width: 1100px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}
section.members-02 dl{
    width: 30%;
    margin: 10px 1.66%;
    padding: 30px 10px;
    float: left;
    border: 1px solid #CCC;
    border-radius: 4px;
    text-align: center;
    background-color: white;
}
section.members-02 dt{
    color: #E60012;
    margin-bottom: 20px;
}
@media screen and (max-width:768px){
    section.members-01{
        width: 100%;
    }
    section.members-01 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 100px;
        text-indent: 0;
    }
    section.members-01 h2:before,
    section.members-01 h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 90px;
        height: 1px;
        background-color: black;
    }
    section.members-01 h2:before {
        left:0;
    }
    section.members-01 h2:after {
        right: 0;
    }
    section.members-02{
        width: 95%;
        margin: 0 auto;
    }
    section.members-02 dl{
        width: 45%;
        margin: 10px 2.5%;
        padding: 30px 10px;
        float: left;
        border: 1px solid #CCC;
        border-radius: 4px;
        text-align: center;
        background-color: white;
    }
    section.members-02 dt{
        color: #E60012;
        margin-bottom: 20px;
    }
}

/*contact　お問い合わせフォーム*/
section.contact-01,
section.contact-02{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
section.contact-01 h2{
    position: relative;
    padding: 0;
    text-indent: 150px;
    font-size: 25px;
}

section.contact-01 h2:before{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 130px;
    height: 2px;
    border-top: solid 1px black;
}

section.contact-01 h2:before{
    left:0;
}

.contact-01 .lead{
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: left;
    line-height: 2.2em;
    font-size: 15px;
    padding: 25px 0;
}
.contact-01 h2{
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media screen and (max-width:768px){
    section.contact-01,
    section.contact-02{
        width: 100%;
    }
    section.contact-01 h2{
        width: 100%;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 40px;
        text-indent: 0;
    }
    section.contact-01 h2:before,
    section.contact-01 h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 40px;
        height: 1px;
        background-color: black;
    }
    section.contact-01 h2:before {
        left:0;
    }
    section.contact-01 h2:after {
        right: 0;
    }
}
/*求人募集*/
#recruit h1{
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 50px;
}
#recruit .about-01 .lead {
    width: 85%;
}
#recruit .rec-link{
    text-align: center;
    display: block;

}
@media screen and (max-width:768px){
    #recruit h1{
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    #recruit .rec-link{
        font-size: 0.9rem;
    }
}