@charset "UTF-8";
@-webkit-keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 0;
    }
}
@keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes bgScroll {
    0% {
        background-position: 0 center;
    }
    100% {
        background-position: 1920px center;
    }
}
@keyframes bgScroll {
    0% {
        background-position: 0 center;
    }
    100% {
        background-position: 1920px center;
    }
}
@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
[data-animation] {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition-duration: .5s;
    transition-property: transform, opacity;
}
[data-animation="after"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#products .main_v_2nd {
    background: url(../img/main_v.jpg) no-repeat center center;
}


.main_v_2nd .title_area {
  position: absolute;
  top: 55%;
  left: 80px;
  color: #02126d;
  letter-spacing: 0.08em;
}

.main_v_2nd .en_title {
  /* font-family: "Work Sans", sans-serif; */
  font-weight: 700;
  font-size: 60px;
  color: #02126d;
  position: relative;
/*     background:rgb(255 255 255 / 0.3); */
  text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff
}

.main_v_2nd .jp_title {
  font-size: 30px;
  position: relative;
/*   background:rgb(255 255 255 / 0.3); */
   text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff

}

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

 .main_v_2nd .title_area {
    top: 35%;
    left: 20px;
    z-index: 1;
  }
  .main_v_2nd .en_title {
    font-size: 28px;
    line-height: 1;
  }
  .main_v_2nd .en_title .small {
    display: none;
  }
  .main_v_2nd .jp_title {
    font-size: 20px;
  }
}





.u-inner {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.u-inner-min {
    max-width: 1000px;
}
.u-inner::after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (max-width:1099px) {

    a[href^="tel:"] {}
    .u-inner {
        padding: 0 2%;
        width: 100%;
        box-sizing: border-box;
    }
}

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

    .u-inner {
        padding: 0 10px;
    }
}
.feature {
    padding-top: 81px;
    background-image:url(../img/manufacture_bg.jpg);
    padding-bottom: 30px;
    background-size: cover;
}
.feature_areaTitle {
    margin-bottom: 53px;
}
.feature_tInner {}
.feature_title {
    margin-bottom: 11px;
}
.feature_title > b {
    display: block;
}
.feature_title > img {
    display: block;
    margin: 10px auto 0;
}
.feature_text {
    text-align: center;
}


.u-headline02 {
    line-height: 1.2;
    margin-bottom: 1em;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.u-spInline {
    display: none;
}

.u-headline03 {
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-size: 30px;
    text-align: center;
}

@media screen and (max-width: 800px) {
.u-headline03 {
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-size: 28px;
    text-align: center;
}

}




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

    .u-headline02 {
        line-height: 1.2;
        margin-bottom: 1em;
        margin-top: 1em;
        font-size: 23px;
        text-align: center;
    }
    .u-headline02 > span {
        display: block;
    }


    .u-headline03 {
        line-height: 1.2;
        margin-bottom: 1.5em;
        font-size: .8rem;
        text-align: center;
    }
}




.feat {
    background: linear-gradient(180deg, #ccc 1px, #fff 1px);
    padding-bottom: 100px;
}
.feat_inner {}
.feat_title {
    border-top: 3px solid #6b6b6b;
    position: relative;
    z-index: 1;
    line-height: 1;
    font-size: 25px;
    padding-left: 100px;
    padding-top: 30px;
    min-height: 80px;
    box-sizing: border-box;
    margin-bottom: 25px;
}



.feat_title2 {
    position: relative;
    padding: 10px 20px;
    background: #058644;
    color: #fff;
    width: 90px;
    top: 0;
    display: block;
    position: absolute;
    z-index: 1;
    top: -11px;
    left: -5px;
    line-height: 1.5;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.feat_title2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #4CAF50;
}


.feat_title > img {
    display: block;
    position: absolute;
    z-index: 1;
    top: -11px;
    left: -16px;
}
.feat_title > b {}
.feat_cols {
    position: relative;
    z-index: 1;
    display: flex;
}
.feat_cols::after {
    content: "";
    display: block;
    clear: both;
}
.feat_col {}

.feat_col-no0 {
    width: 100%;
    flex: 0 0 100%;
}

.feat_col-no1 {
    width: 80%;
    flex: 0 0 80%;
}
.feat_text {}
.feat_caution {
    font-size: 14px;
    margin-top: 3px;
}
.feat_col-no2 {
    flex: 0 0 20%;
}
[data-animation="after"] .feat_image {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feat_image {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    opacity: 0;
    transition-duration: .3s;
    transition-property: transform, opacity;
    transition-delay: .3s;
    max-width: 250px;
}

.feat_image-no1 {
    top: 0px;
}
.feat_image-no2 {
    top: 60px;
}
.feat_image-no3 {}
.feat_image-no4 {
    top: 90px;
}

.feat_image-no5 {
    padding:5%;
}


.feat_image > img {}
/* .visual {
    background: url(../img/bg-main.jpg) center center no-repeat;
    background-size: cover;
    transition-duration: 1s;
    transition-property: opacity;
    opacity: 0;
    transition-delay: .2s;
    overflow: hidden;
} */








.feat_a {
    /* background: linear-gradient(180deg, #ccc 1px, #fff 1px); */
    padding-bottom: 100px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.feat_a_inner {}
.feat_a_title {
    /* border-top: 3px solid #000000; */
    /* position: relative; */
    /* z-index: 1; */
    /* line-height: 1; */
    /* font-size: 30px; */
    /* padding-left: 100px; */
    /* padding-top: 30px; */
    /* min-height: 80px; */
    /* box-sizing: border-box; */
    /* margin-bottom: 25px; */
    border-top: 3px solid #000000;
    position: relative;
    z-index: 1;
    line-height: 1;
    font-size: 30px;
    padding-left: 100px;
    padding-top: 30px;
    min-height: 80px;
    box-sizing: border-box;
    margin-bottom: 25px;
}



.feat_a_title2 {
  position: relative;
  padding: 30px 20px;
  background: #FFC107;
  color: #321f1f;
  width: 100px;
  top: 0;
  display: block;
  position: absolute;
  z-index: 1;
  top: -11px;
  left: -16px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.feat_a_title2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(118, 106, 22);
}

.feat_a_title3 {
  position: relative;
  padding: 30px 20px;
  color: #321f1f;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}


.feat_a_title4 {
  /* position: relative; */
  padding: 30px 20px;
  color: #321f1f;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: solid 2px #ffb03f;
  padding: 1.5em 1.5em;
  margin-top: 50px;
  margin-bottom: 50px;
}



.feat_a ul{
  border: solid 2px #ffb03f;
  padding:1.5em 2.5em;
  position: relative;
  margin: 25px;
}



.feat_a li{
  color: #321f1f;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em; 

  line-height: 1.5;
  list-style-type: none!important;/*ポチ消す*/
}


.feat_a ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}




.feat_a_title > img {
    display: block;
    position: absolute;
    z-index: 1;
    top: -11px;
    left: -16px;
}
.feat_a_title > b {}
.feat_a_cols {
    position: relative;
    z-index: 1;
}
.feat_a_cols::after {
    content: "";
    display: block;
    clear: both;
}
.feat_a_col {}
.feat_a_col-no1 {
    width: 61%;
}
.feat_a_text {}
.feat_a_caution {
    font-size: 14px;
    margin-top: 3px;
}
.feat_a_col-no2 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 70px;
}
.feat_a_image {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    opacity: 0;
    transition-duration: .3s;
    transition-property: transform, opacity;
    transition-delay: .3s;
}
[data-animation="after"] .feat_image {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feat_a_image-no1 {
    top: 0px;
}
.feat_a_image-no2 {
    top: 60px;
}
.feat_a_image-no3 {}
.feat_a_image-no4 {
    top: 90px;
}

.feat_image > img {}
/* .visual {
    background: url(../img/bg-main.jpg) center center no-repeat;
    background-size: cover;
    transition-duration: 1s;
    transition-property: opacity;
    opacity: 0;
    transition-delay: .2s;
    overflow: hidden;
} */







@media screen and (max-width: 1099px) {
    [data-animation] {}
    [data-animation="after"] {}

    .feature {}
    .feature_areaTitle {}
    .feature_tInner {}
    .feature_title {}
    .feature_title > b {}
    .feature_title > img {
        width: 240px;
    }
    .feature_text {}
    .feat {
        padding-bottom: 50px;
        background: none;
    }
    .feat:last-of-type {
        padding-bottom: 0;
    }
    .feat_inner {}
    .feat_title {
        padding-top: 16px;
        min-height: 58px;
        margin-bottom: 20px;
        border-top-width: 2px;
        font-size: 24px;
        padding-left: 83px;
    }
    .feat_title > img {
        width: 80px;
        top: -7px;
    }
    .feat_title > b {}
    .feat_cols {}
    .feat_cols::after {}
    .feat_col {}
    .feat_col-no1 {
        /* float: left; */
        /* width: 66%; */
    }
    .feat_text {}
    .feat_caution {}
    .feat_col-no2 {
        /* position: static; */
        /* width: 31%; */
        /* float: right; */
    }
    .feat_image {
        position: static;
    }
    [data-animation="after"] .feat_image {}
    .feat_image-no1 {}
    .feat_image-no2 {}
    .feat_image-no3 {}
    .feat_image > img {}
    
}
@media screen and (max-width: 799px) {
    [data-animation] {}
    [data-animation="after"] {}
  
    [data-animation="after"] .func_image {}
    .func_image > img {}
      
    .feature {
        padding-top: 45px;
    }
    .feature_areaTitle {
        margin-bottom: 35px;
    }
    .feature_tInner {}
    .feature_title {}
    .feature_title > b {}
    .feature_title > img {
        width: 180px;
    }
    .feature_text {
        /*max-width: 90%;*/
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .feat {
        padding-bottom: 35px;
    }
    .feat_inner {}
    .feat_title {
        font-size: 18px;
        padding-left: 55px;
        padding-top: 9px;
        min-height: 37px;
        margin-bottom: 15px;
    }
    .feat_title > img {
        width: 50px;
        left: -4px;
        top: -5px;
    }
    .feat_title > b {}
    .feat_cols {
      -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
    }
    .feat_cols::after {}
    .feat_col {
        width: auto;
        float: none;
    }
    .feat_col-no1 {flex: 0 0 100%;-ms-flex-order: 2;-webkit-order: 2;order: 2;}
    .feat_text {}
    .feat_caution {}
    .feat_col-no2 {flex: 0 0 100%;-ms-flex-order: 1;-webkit-order:1;order:1;}
    .feat_image {
        max-width: 170px;
        margin: 15px auto 0;
    }
    [data-animation="after"] .feat_image {}
    .feat_image-no1 {}
    .feat_image-no2 {}
    .feat_image-no3 {}
    .feat_image > img {}
    

    .feat_title2 {
      padding: 10px 15px 8px;
      background: #FFC107;
      color: #321f1f;
      width: 70px;
      z-index: 1;
      top: -25px;
      left: -16px;
      font-size: 30px;
    }

    .feat_title2::before {
/*       position: absolute;
      content: '';
      top: 100%;
      left: 0;
      border: none;
      border-bottom: solid 15px transparent;
      border-right: solid 20px rgb(118, 106, 22); */
    }



  
}

@media screen and (max-width: 414px) {
feat_col-no1{flex: 0 0 100%}
feat_col-no2{flex: 0 0 100%}
.feat_image {width:100%;max-width: 400px;padding: 20px;margin-bottom: 15px;text-align: center;}
.feature_text {text-align: left; font-size: .9rem;}
.fea-txt {text-align: center;}



    .feat_title {
        font-size: 17px;
        padding-left: 47px;
        padding-top: 9px;
        min-height: 37px;
        margin-bottom: 15px;
    }
    .fea-ttl {
        width: 100%;
        padding: 10px;
        background-color: #ffb03f;
        color: #fff;
        font-size: 1.2rem;
    }
    
    .feature {
        padding-bottom:200px;}


     .feat_title2 {
      padding: 8px 14px 8px;
      width: 60px;
      /* z-index: 1; */
      left: -8px;
      font-size: 25px;
    }
    .feat_image .data-img {
        display: none;
    }
}




.message {
    width:100%;
    max-width:1200px;
    margin: 0 auto 0px;
    height: 100%;
    padding-bottom: 150px;
}

.messageIn {
    max-width: 1105px;
    overflow: hidden;
    padding-bottom: 100px;
    margin: 20px auto;
    width: 100%;
}

.messageBox {
    float: left;
    width: 800px;
}

.messageTxt {
    margin-top: 18px;
    letter-spacing: .075em
}

.messageImg {
    float: right;
    width: 250px;
    /*     height: 520px; */
    /*     background: url(../images/company_appearance.jpg) */
}

.messageImg img { width:100%;
padding:1%;
}

.messageImg2 {
    width:100%;
   }


.messageImg2 img {
    width:100%;
/*     padding:1%; */
    max-width:1000px;
    margin: 20px;
    text-align:center;
}

@media only screen and (max-width: 1200px) { 
.messageImg2 {
    width:100%;
   }


.messageImg2 img {
    width:90%;

}
}



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

    .messageIn {
        width: 100%;
        overflow: hidden;
        padding-bottom: 100px;
    }
    
    .messageBox {
        clear:both;
        width: 100%;
    }
    
    .messageTxt {
        margin-top: 18px;
        letter-spacing: .075em
    }
    
    .messageImg {
        clear:both;
        width: 100%;
        /*     height: 520px; */
        /*     background: url(../images/company_appearance.jpg) */
        text-align: center;
    }
    
    .messageImg img {
    width: 50%;
    padding:1%;
    margin: 10px auto;
    }



    .messageImg2 img {
        width:100%;
        margin: 20px 0;
    }

    
    
    }
    



table.tbParalles {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /* font-size: 18px; */
  }
  
  table.tbParalles th,table.tbParalles td{
    padding: 10px;
    /* text-align: center; */
    border: 1px solid #9E9E9E;
    /* font-size: 14px; */
  }
  
  table.tbParalles tr:nth-child(odd){
    background-color: #eee
  }

/* .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.item {
  width: 32%;
  padding: 1em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.item-image {
  margin-bottom: 1em;
}
.item-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
} */



.item {
    border-radius: 5px;
    /* background: #edf; */
    padding: 10px;
    margin: 5px;
    text-align: center;
    border: 1px solid #eee;
  }

.item2 {
    border-radius: 5px;
    /* background: #edf; */
    padding:15px 10px 10px;
    margin: 20px 5px;
    text-align: center;
    border: 1px solid #eee;
    position:relative;
  }

.item p,
  .item2 p{/* text-align:left; *//* font-size:13px; *//* font-weight:600; *//* line-height: 1.7; *//* padding: 2%; */}
  .item2_pic{background:#000;color:#fff;padding:3px;position:absolute;top: -15px;} 
  .item2_picA{background:#ffb03f;color:#000;padding:3px;position:absolute;top: -15px;}   
  .item2 p span{background:#000; color:#fff; padding:5px;}

/*   img {
    max-width: 100%;
    height: auto;
  }
  p {
    text-align: left;
  } */
  
  @media ( min-width : 600px ){
    .flexbox {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      /* max-width: 1200px; */
      justify-content: center; /* 子要素をflexboxにより中央に配置する */
      /* align-items: center; */  /* 子要素をflexboxにより中央に配置する */
      /* margin-bottom: 100px; */
      }
    .item {
      width: 18%;
    }
  .item img{width: 70%;}
  .item2 {width: 100%;}
  .item2 img{width: 50%;}
  .item p,
  .item2 p{/* text-align:left; *//* font-size: 17px; *//* font-weight:600; *//* line-height: 1.7; *//* padding: 2%; */}
  .item2_pic{background:#000;color:#fff;padding:3px;position:absolute;top: -15px;padding: 2%;font-size: 18px;} 
  .item2_picA{background:#ffb03f;color:#000;padding:3px;position:absolute;top: -15px;padding: 2%;font-size: 18px;} 
  .item2_txt{text-align:left;font-size: 17px;font-weight:600;line-height: 1.7;padding: 2%;padding-top: 5%;}
  .item2 p span{background:#000; color:#fff; padding:5px;}

  }




  
/*----------------------------------------------------
柔軟な対応力
------------------*/

.boxFlexible {
    position: relative;
    margin: 5em 0 0;
    padding: 1em 1em;
    /* border: solid 3px #16110d; */
}
.boxFlexible .box-title {
    /* position: absolute; */
    display: inline-block;
    /* top: -37px; */
    left: 0px;
    right: 0px;
    padding: 0 9px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 15px;
    background: #ffbe2e;
    color: #16110d;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
.boxFlexible p {
    margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
}




/*----------------------------------------------------
QCDS
------------------*/

.boxQcds {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #18274d;
    border-radius: 1px;
}
.boxQcds .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: 00px;
    padding: 0 9px;
    line-height: 1;
    font-size: 17px;
    /* background: #FFF; */
    /* color: #18274d; */
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 0px 5px 5px 5px;
}
.boxQcds p {
    margin: 0;
    padding: 0 0 0;
}

.boxQcds p span{
    border-bottom: 1px dashed #eee;
    border-bottom: 1px solid#eee;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  /* border: 1px solid #ddd; */
  padding: 0.4em;
  margin: 50px 0 2em;
}

.flexbox > div {
  background: #f8e7cc;
  padding: 0.5em;
  flex: 1 0 230px;
  margin: 0.4em 0.4em;
}



.flexbox2 {
  display: flex;
  flex-wrap: wrap;
  /* border: 1px solid #ddd; */
  padding: 0.4em;
  margin: 50px 0 2em;
}

.flexbox2 > div {
  /* background: #f8e7cc; */
  padding: 1.5em 1em;
  flex: 1 0 300px;
  margin: 2em 0.4em;
}



.box_C_a{
  background:#607D8B;
  border:#607D8B;
  color:#fff;
}

.box_C_b{
  background:#157597;
  border:#157597;
  color:#fff;
}

.box_C_c{
  background:#1c354c;
  border:#1c354c;
  color:#fff;
}

.box_C_d{
  background:#335362;
  border:#335362;
  color:#fff;
}

.box_C_e{
  background:#4CAF50;
  border:#4CAF50;
  color:#fff;
}

.box_C_f{
  background:#095194;
  border:#095194;
  color:#fff;
}

.box_C_g{
  background:#2b434f;
  border:#0a5098;
  color:#fff;
}

.box_C_h{
  background:#009688;
  border:#009688;
  color:#fff;
}

.box_C_i{
  background:#204c79;
  border:#204c79;
  color:#fff;
}


table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    color: #000;
  }
  
  table tr {
    background-color: #fff;
    padding: .35em;
    border-bottom: 1px solid #bbb;
  }
  table thead{
    border-bottom: 5px solid #ff9900;
  }
  table tr:last-child{
     border-bottom: none
  }
  table th,
  table td {
    padding: 0.8em 10px 0.8em 1em;
    border-right: 1px solid #bbb;
  }
  table th:last-child,
  table td:last-child{
      border: none;
  }
  tbody th {
      color: #ff9901;
  }
  .txt{
     text-align: left;
     font-size: 1em;
  }
  .price{
     text-align: right;
  }

  .wide01{width: 20%;}
  .wide02{width:70%;}

  
  @media screen and (max-width: 600px) {
    table {
      border: 0;
      width:100%
    }
    table th{
      display: block;
      border-right: none;
      border-bottom: 5px solid #ff9901;
      padding-bottom: .6em;
      margin-bottom: .6em;
  
    }
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      display: block;
      margin-bottom: 2em;
    }
    
    table td {
      border-bottom: 1px solid #bbb;
      display: block;
      font-size: .8em;
      text-align: right;
      position: relative;
      padding: .625em .625em .625em 1em;
      border-right: none;
    }
    
    table td::before {
      content: attr(data-label);
      font-weight: bold;
      position: absolute;
      left: 10px;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }



  .mane {
	width:90%;
	margin: 0 auto;
	/* text-align: center; */
	padding-top:30px;
}


.mane h2{
	font-size: 25px;
	font-weight:400;
	text-align:left;
	padding-left:30px;
}
.mane h2{
  position: relative;
  color: white;
  background: #058644;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

.mane h2:before {/*疑似要素*/
  font-family: 'FontAwesome';
  content: "\f02e";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
  padding-left: 5px;
}

.mane h3{
  position: relative;
  color: #3a3a3a;
  text-align:left;
  font-size: 16px;
  line-height: 2.5;
  padding-left:50px;
  border-bottom:solid 1px;
}

.mane h3:before {/*疑似要素*/
  font-family: 'FontAwesome';
  content: "\f299";
  position: absolute;
  left : 0.6em; /*左端からのアイコンまでの距離*/
  font-size: 20px;
  top: -5px;
  color: #058644;
}



@charset "utf-8";

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

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


@charset 'UTF-8';

#main {
    min-width: 1265px
}

.cf:before,
.cf:after {
    content: '';
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

.wrapper {
    width: 1265px;
    margin: 0 auto;
    padding: 0
}

@media screen and (max-width: 500px) {
.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0
}
}




/*! .square
=========================================== */
.square {
    /* zoom: 1; */
    /* position: relative */
    /* display: flex; */
}

.square:after,
.square:before {
    /* content: ''; */
    display: table;
}

.square:after {
    clear: both
}

.squareTxtbox {
    /* float: left; */
    /* width: 660px; */
    padding-left: 0px;
    padding: 0;
}



.sqFlexBox{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
}


.sqBoxF_c1{width: 100%;position: relative;}


.sqBoxF_c2{width: 100%;}


.sqBoxF_c2 img{
  width:100%;
  margin-right:0
}







/*! .square
=========================================== */
.square {
    /* zoom: 1; */
    /* position: relative; */
}

.square:after,
.square:before {
    content: '';
    display: table
}

.square:after {
    clear: both
}

.squareTit {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: .1em;
    margin-bottom: 20px;
    margin-top: 20px;
}




.squareTxt {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.86;
}

.squareTxt strong {
    color: #013076;
    padding: 0 5px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAcCAYAAABLam7PAAAAFUlEQVQoU2P8+SjhPwMDAwPjyGMAAEQFWnUHl5TEAAAAAElFTkSuQmCC') repeat-x;
    background-size: 1px 16px;
    background-position: center;
    font-weight: bold
}

.squareBtnWrap {
    margin-top: 25px
}

.squareBtn {
    font-size: 1.4rem
}

.squareIllust {
    width: 300px;
    height: 292px;
    margin: 0 auto
}

.squareIllustIn {
    position: relative;
    width: 300px;
    height: 292px
}

.squareIllustBg {
/*     background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAK0lEQVQoU2O8dfPmfwY8gJOLCyzLOKoQWyjBg+fx48d4w5GVhQUSjsQqBADJ0yS1KmHccwAAAABJRU5ErkJggg=='); */
    width: 234px;
    height: 234px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.squareIllustArrow {
    content: '';
    display: inline-block;
    background-image: url(../img/sprites_sp.png);
    background-size: 526px 481px;
    background-position: 0 0;
    width: 165px;
    height: 166px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.squareIllustList li.is-active .squareIllustListBox {
    background: #e89601;
    color: #fff
}

.squareIllustList li.is-active .squareIllustListCenter {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform .4s cubic-bezier(1, 0, 0, 1);
    transition: transform .4s cubic-bezier(1, 0, 0, 1);
    transition: transform .4s cubic-bezier(1, 0, 0, 1), -webkit-transform .4s cubic-bezier(1, 0, 0, 1)
}

.squareIllustList li:nth-child(1) .squareIllustListBox {
    top: 20px;
    left: 0px;
}

.squareIllustList li:nth-child(1) .squareIllustListCenter {
    content: '';
    display: inline-block;
    background-image: url(../img/square_action.png);
    background-size: 162px 162px;
/*     background-position: -161px -166px; */
    width: 162px;
    height: 162px
}

.squareIllustList li:nth-child(2) .squareIllustListBox {
    top: 200px;
    left: 50px;
}

.squareIllustList li:nth-child(2) .squareIllustListCenter {
    content: '';
    display: inline-block;
    background-image: url(../img/square_idea.png);
    background-size: 162px 162px;
/*     background-position: -161px -166px; */
    width: 162px;
    height: 162px
}

.squareIllustList li:nth-child(3) .squareIllustListBox {
    top: 150px;
    left: 100px;
}

.squareIllustList li:nth-child(3) .squareIllustListCenter {
    content: '';
    display: inline-block;
    background-image: url(../img/square_think.png);
    background-size: 162px 162px;
/*     background-position: -161px -166px; */
    width: 162px;
    height: 162px
}

.squareIllustList li:nth-child(4) .squareIllustListBox {
    top: 150px;
    left: 0px;
}

.squareIllustList li:nth-child(4) .squareIllustListCenter {
    content: '';
    display: inline-block;
    background-image: url(../img/square_teamwork.png);
    background-size: 162px 162px;
  /*   background-position: -165px 0; */
    width: 161px;
    height: 162px
}

.squareIllustListBox {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #14305a;
    padding-top: 24px;
    position: absolute;
    z-index: 3;
    -webkit-transition: background 1s cubic-bezier(.19, 1, .22, 1), color 1s cubic-bezier(.19, 1, .22, 1);
    transition: background 1s cubic-bezier(.19, 1, .22, 1), color 1s cubic-bezier(.19, 1, .22, 1)
}

.squareIllustListTit {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
    font-family: 'Oswald', sans-serif
}

.squareIllustListTxt {
    margin-top: 5px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5
}

.squareIllustListCenter {
    content: '';
    display: inline-block;
    background-image: url(../img/square_idea.png);
/*     background-size: 526px 481px;
    background-position: -161px -166px; */
    width: 161px;
    height: 162px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s .2s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform .3s .2s cubic-bezier(1, 0, 0, 1);
    transition: transform .3s .2s cubic-bezier(1, 0, 0, 1);
    transition: transform .3s .2s cubic-bezier(1, 0, 0, 1), -webkit-transform .3s .2s cubic-bezier(1, 0, 0, 1)
}





@media screen and (min-width : 768px) { /* デスクトップ用CSS */

/*! .square
=========================================== */
.square {
    /* zoom: 1; */
    /* position: relative */
    /* display: flex; */
}

.square:after,
.square:before {
    /* content: ''; */
    display: table;
}

.square:after {
    clear: both
}

.squareTxtbox {
    /* float: left; */
    /* width: 660px; */
    padding-left: 0px;
    padding: 10px;
}



.sqFlexBox{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


.sqBoxF_c1{width: 50%;display: block;}


.sqBoxF_c2{width: 100%;/* max-width: 1200px; */margin: 0 auto;}


.sqBoxF_c2 img{
  width:100%;
  margin-right:0
}


.squareTxtbox {
    clear:both;
    width: 100%;
    padding-left: 0px;
    /* padding: 10px; */
}





.squareTit {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    padding-top: 15px;
    padding-bottom: 22px;
    letter-spacing: .075em;
}

.squareTit:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e89601;
    margin-bottom: 10px;
}

.squareTxt {
    margin-top: 22px;
    font-size: 16px;
    line-height: 2.05;
    letter-spacing: 0;
    font-weight: 600;
}

.squareTxt strong {
    color: #000;
    /* background: #e89601; */
    background: linear-gradient(transparent 70%, rgb(232 150 1 / 45%) 70%);
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    padding: 2px 6px;
    vertical-align: baseline;
}

.squareBtnWrap {
    text-align: left;
    margin-top: 68px
}

.squareBtn {
    width: 240px;
    font-size: 1.4rem
}

.squareIllust {
    /* position: absolute; */
    width: 588px;
    height: 570px;
    right: 0;
    top: 0;
}

.squareIllustIn {
    position: relative;
    width: 588px;
    height: 570px;
}

.squareIllustArrow {
    content: '';
    display: inline-block;
    background-image: url(../img/square_arrow.png);
    background-size: 330px 332px;
    background-position: 0 0;
    width: 330px;
    height: 332px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.squareIllustList li.is-active .squareIllustListBox {
    border: 5px solid #e89601
}

.squareIllustList li.is-active .squareIllustListCenter {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform .4s cubic-bezier(1, 0, 0, 1);
    transition: transform .4s cubic-bezier(1, 0, 0, 1);
    transition: transform .4s cubic-bezier(1, 0, 0, 1), -webkit-transform .4s cubic-bezier(1, 0, 0, 1)
}

.squareIllustList li:nth-child(1) .squareIllustListBox {
    top: 0;
    left: 196px
}

.squareIllustList li:nth-child(1) .squareIllustListCenter {
    content: '';
    display: inline-block;
    background-image: url(../img/square_think.png);
    background-size: 322px 324px;
    background-position: -330px 0;
    width: 322px;
    height: 324px;
}

.squareIllustList li:nth-child(2) .squareIllustListBox {
    top: 188px;
    left: 0
}

.squareIllustList li:nth-child(2) .squareIllustListCenter {
    content: '';
    display: inline-block;
    background-image: url(../img/square_teamwork.png);
    background-size: 322px 324px;
    background-position: -322px -332px;
    width: 322px;
    height: 324px
}

.squareIllustList li:nth-child(3) .squareIllustListBox {
    top: 376px;
    left: 196px
}

.squareIllustList li:nth-child(3) .squareIllustListCenter {
    content: '';
    display: inline-block;
    background-image: url(../img/square_action.png);
    background-size: 322px 324px;
    background-position: 0 -332px;
    width: 322px;
    height: 324px
}

.squareIllustList li:nth-child(4) .squareIllustListBox {
    top: 188px;
    left: 394px
}

.squareIllustList li:nth-child(4) .squareIllustListCenter {
    content: '';
    display: inline-block;
    background-image: url(../img/square_idea.png);
    background-size: 322px 324px;
    background-position: -652px 0;
    width: 322px;
    height: 324px
}

.squareIllustListBox {
    width: 194px;
    height: 194px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #e89601;
    padding-top: 50px;
    position: absolute;
    z-index: 3;
    -webkit-transition: background 1s cubic-bezier(.19, 1, .22, 1), color 1s cubic-bezier(.19, 1, .22, 1);
    transition: background 1s cubic-bezier(.19, 1, .22, 1), color 1s cubic-bezier(.19, 1, .22, 1);
}

.squareIllustListTit {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    color: #000;
}

.squareIllustListTxt {
    margin-top: 5px;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.71;
}

.squareIllustListCenter {
    content: '';
    display: inline-block;
    background-image: url(../img/square_pc.png);
    background-size: 974px 656px;
    background-position: -330px 0;
    width: 322px;
    height: 324px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s .2s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform .3s .2s cubic-bezier(1, 0, 0, 1);
    transition: transform .3s .2s cubic-bezier(1, 0, 0, 1);
    transition: transform .3s .2s cubic-bezier(1, 0, 0, 1), -webkit-transform .3s .2s cubic-bezier(1, 0, 0, 1)
}


}





pt .nav>ul>li.navConcept a:after,
#service .nav>ul>li.navService a:after,
#price .nav>ul>li.navPrice a:after,
#works .nav>ul>li.navWorks a:after,
#company .nav>ul>li.navCompany a:after {
    height: 100%;
    -webkit-transition: height .2s .15s;
    transition: height .2s .15s
}
#main {
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

#boshu #main {
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)'
}

.is-complete-loaded #main {
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.mediaQueries {
    font-family: sp
}

@media(min-width:600px) {
    .mediaQueries {
        font-family: tb
    }
}

@media(min-width:900px) {
    .mediaQueries {
        font-family: tb-lg
    }
}

@media(min-width:1200px) {
    .mediaQueries {
        font-family: pc
    }
}

@media(min-width:1800px) {
    .mediaQueries {
        font-family: pc-lg
    }
}



/*! #boshu
=========================================== */
#boshu #progress {
    width: 100%;
    height: 20px
}

#boshu #progressBar {
    width: 0;
    height: 10px;
    background-color: #001e4c
}

#boshu .mv {
    height: 575px;
    margin: 0px auto 0;
}

#boshu .mvIn {
    position: relative
}

#boshu .mvImg {
    height: 575px;
    background-position: center;
    background-repeat: no-repeat
}

#boshu .mvBoxWrap {
    /* position: absolute; */
    /* top: 80px; */
    /* z-index: 3; */
/*     padding-top: 60px; */
}

#boshu .mvBoxViewport {
    width: 100%;
    /* max-width: 1200px; */
    height: 566px;
    /* position: relative */
    margin: 0 auto;
}

.is_ie #boshu .mvBoxViewport,
.is_edge #boshu .mvBoxViewport {
    overflow: hidden
}

.is_ie #boshu .mv #js-sliderBox,
.is_edge #boshu .mv #js-sliderBox {
    position: absolute;
    top: 0;
    height: 566px
}

#boshu .mvBox {
    /* position: relative */
}

#boshu .mvBoxIn {
    z-index: 2;
    background: #e89601;
    width: 100%;
    height: 566px;
    color: #fff;
    padding: 30px;
    margin: 0 auto;
}



#boshu .mvBoxIn .mvBoxFlex{
		display: flex;
		flex-wrap: wrap;
}


#boshu .mvBoxIn .mvBoxFlex{
    display: flex;
    flex-wrap: wrap;
}


.mvBoxF_c2 {


}

.mvBoxF_c2 img{
  width:100%;
  margin-right:0
}

#boshu .mvBoxTit {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: .1em;
    margin-top: 15px;
}

#boshu .mvBoxTxt {
    margin-top: 20px;
    margin: 20px 0;
}

#boshu .mvBoxPager li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer
}

#boshu .mvBoxPager li+li {
    margin-left: 10px
}

#boshu .mvBoxPager li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #ffd07b;
    border-radius: 50%
}

#boshu .mvBoxPager li.is-active {
    background: #fff;
    border-radius: 50%
}

#boshu .mvBoxPager li.is-active:before {
    background: #ffa604
}

#boshu .mvBoxMaru {
    /* position: absolute; */
    /* bottom: 40px; */
    /* right: 44px; */
    margin-top: 20px;
}

#boshu .mvBoxMaru img {
    /* width: 700px; */
}


.is_ie #boshu .mvBox,
.is_edge #boshu .mvBox {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s .7s;
    transition: -webkit-transform .7s .7s;
    transition: transform .7s .7s;
    transition: transform .7s .7s, -webkit-transform .7s .7s
}

.is_ie #boshu .mvBox:nth-child(1),
.is_edge #boshu .mvBox:nth-child(1) {
    background: #ddd
}

.is_ie #boshu .mvBox.is-active,
.is_edge #boshu .mvBox.is-active {
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s
}

#boshu .mv .sliderWrap {
    position: relative
}

#boshu .mv #js-slider {
    position: relative;
    /* height: 575px; */
    width: 100%;
    margin: 0 auto;
}

#boshu .mv #js-slider li {
    background: #fff;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 595px;
    background-position: center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0s .7s;
    transition: -webkit-transform 0s .7s;
    transition: transform 0s .7s;
    transition: transform 0s .7s, -webkit-transform 0s .7s
}

#boshu .mv #js-slider li img {
    width: auto;
    max-width: none
}

#boshu .mv #js-slider li.is-active {
    z-index: 1;
    width: 100%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s
}

#boshu .mv #js-slider #js-illust01 svg {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 618px !important;
    height: 500px !important
}

#boshu .mv #js-slider #js-illust02 svg {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 468px !important;
    height: 486px !important
}

#boshu .mv #js-slider #js-illust03 svg {
    position: absolute;
    top: 59px;
    left: 50%;
    width: 636px !important;
    height: 488px !important
}

#boshu .feature {
    background: #f0f0f0;
    padding: 50px 0 88px
}

#boshu .featureIn {
    zoom: 1;
    /* position: relative */
}

#boshu .featureIn:after,
#boshu .featureIn:before {
    content: '';
    display: table
}

#boshu .featureIn:after {
    clear: both
}









@media screen and (min-width : 768px) { /* デスクトップ用CSS */

/*! #boshu
=========================================== */
#boshu #progress {
    width: 100%;
    height: 20px
}

#boshu #progressBar {
    width: 0;
    height: 10px;
    background-color: #001e4c
}

#boshu .mv {
    height: 575px;
    margin: 0px auto 0;
}

#boshu .mvIn {
    position: relative
}

#boshu .mvImg {
    height: 575px;
    background-position: center;
    background-repeat: no-repeat
}

#boshu .mvBoxWrap {
    /* position: absolute; */
    /* top: 80px; */
    /* z-index: 3; */
    padding-top: 60px;
}

#boshu .mvBoxViewport {
    width: 1200px;
    max-width: 1200px;
    height: 566px;
    /* position: relative */
    margin: 0 auto;
}

.is_ie #boshu .mvBoxViewport,
.is_edge #boshu .mvBoxViewport {
    overflow: hidden
}

.is_ie #boshu .mv #js-sliderBox,
.is_edge #boshu .mv #js-sliderBox {
    position: absolute;
    top: 0;
    height: 566px
}

#boshu .mvBox {
    /* position: relative */
}

#boshu .mvBoxIn {
    z-index: 2;
    background: #e89601;
    width: 1200px;
    max-width: 1200px;
    height: 566px;
    color: #fff;
    padding: 60px;
    margin: 0 auto;
}



#boshu .mvBoxIn .mvBoxFlex{
		display: flex;
		flex-wrap: wrap;
}


#boshu .mvBoxIn .mvBoxFlex{
    display: flex;
    flex-wrap: wrap;
}


.mvBoxF_c1 {
    width:40%;
}

.mvBoxF_c2 img{
  width:100%;
  margin-right:0
}

.mvBoxF_c2 {
    /* margin: 5px; */
    width:60%;
    /*     width: calc( 33.3% - 10px); */
}






#boshu .mvBoxTit {
    font-weight: bold;
    font-size: 44px;
    line-height: 1.4;
    letter-spacing: .1em;
    margin-top: 15px
}

#boshu .mvBoxTxt {
    margin-top: 30px
}

#boshu .mvBoxPager li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer
}

#boshu .mvBoxPager li+li {
    margin-left: 10px
}

#boshu .mvBoxPager li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #ffd07b;
    border-radius: 50%
}

#boshu .mvBoxPager li.is-active {
    background: #fff;
    border-radius: 50%
}

#boshu .mvBoxPager li.is-active:before {
    background: #ffa604
}

#boshu .mvBoxMaru {
    /* position: absolute; */
    /* bottom: 40px; */
    /* right: 44px; */
}

#boshu .mvBoxMaru img {
    /* width: 700px; */
}


.is_ie #boshu .mvBox,
.is_edge #boshu .mvBox {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s .7s;
    transition: -webkit-transform .7s .7s;
    transition: transform .7s .7s;
    transition: transform .7s .7s, -webkit-transform .7s .7s
}

.is_ie #boshu .mvBox:nth-child(1),
.is_edge #boshu .mvBox:nth-child(1) {
    background: #ddd
}

.is_ie #boshu .mvBox.is-active,
.is_edge #boshu .mvBox.is-active {
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s
}

#boshu .mv .sliderWrap {
    position: relative
}

#boshu .mv #js-slider {
    position: relative;
    height: 575px;
    width: 100%;
    margin: 0 auto
}

#boshu .mv #js-slider li {
    background: #fff;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 595px;
    background-position: center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0s .7s;
    transition: -webkit-transform 0s .7s;
    transition: transform 0s .7s;
    transition: transform 0s .7s, -webkit-transform 0s .7s
}

#boshu .mv #js-slider li img {
    width: auto;
    max-width: none
}

#boshu .mv #js-slider li.is-active {
    z-index: 1;
    width: 100%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s
}

#boshu .mv #js-slider #js-illust01 svg {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 618px !important;
    height: 500px !important
}

#boshu .mv #js-slider #js-illust02 svg {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 468px !important;
    height: 486px !important
}

#boshu .mv #js-slider #js-illust03 svg {
    position: absolute;
    top: 59px;
    left: 50%;
    width: 636px !important;
    height: 488px !important
}

#boshu .feature {
    background: #f0f0f0;
    padding: 120px 0 88px;
}

#boshu .featureIn {
    zoom: 1;
    position: relative
}

#boshu .featureIn:after,
#boshu .featureIn:before {
    content: '';
    display: table
}

#boshu .featureIn:after {
    clear: both
}
}







/* 
#boshu .partner {
    background: #1b94c9 url(//maleza/cms/wp-content/themes/m-hand_inbound/css/../img/boshu/bg_partner01.png) center center / auto 100% no-repeat
} */
/* 
#boshu .partnerBnr {
    display: block;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

#boshu .partnerBnr:hover {
    background-color: rgba(0, 0, 0, 0.2)
}

#boshu .partnerBnrIn {
    padding: 80px 0 80px 50px
}

#boshu .partnerTxtBox {
    float: left;
    width: 485px
}

#boshu .partnerTit {
    position: relative;
    width: 310px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.8
}

#boshu .partnerTit:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 3;
    content: '';
    display: inline-block;
    background-image: url(../img/square_pc.png);
    background-size: 974px 656px;
    background-position: -724px -324px;
    width: 18px;
    height: 4px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

#boshu .partnerBnr:hover .partnerTit:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

#boshu .partnerTxt {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.05
}

#boshu .partnerListItem {
    float: left;
    box-sizing: border-box;
    width: 220px;
    padding: 26px 0;
    border: solid 2px #fff;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.9;
    text-align: center
}

#boshu .partnerListItem+.partnerListItem {
    margin-left: 20px
}

#boshu .partnerListItem strong {
    color: #fbcc3c;
    font-weight: bold
}

#boshu .works {
    padding: 88px 0 70px
}

#boshu .worksTxt {
    text-align: center
}

#boshu .worksList {
    margin: 57px -14px -30px 0
}

#boshu .worksBtnWrap {
    text-align: center;
    margin-top: 70px
}

#boshu .service {
    padding: 80px 0 70px;
    position: relative
} */

#boshu .serviceBg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    /* background: url(//maleza/cms/wp-content/themes/m-hand_inbound/css/../img/boshu/bg_service01.jpg); */
    background-size: cover;
    background-position: center
}

#boshu .serviceIn {
    position: relative;
    z-index: 1
}

#boshu .serviceTxt {
    text-align: center
}

#boshu .serviceList {
    zoom: 1;
    margin-top: 78px
}

#boshu .serviceList:after,
#boshu .serviceList:before {
    content: '';
    display: table
}

#boshu .serviceList:after {
    clear: both
}

#boshu .serviceListItem {
    width: 412px;
    float: left;
    background: #013076;
    color: #fff
}

#boshu .serviceListItem:nth-child(n+2) {
    margin-left: 14px
}

#boshu .serviceListIcon {
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin: -45px auto 0
}

#boshu .serviceListIcon img,
#boshu .serviceListIcon svg {
    margin-top: 36px;
    width: 84px
}

#boshu .serviceListItem:nth-child(2) .serviceListIcon img {
    margin-top: 32px;
    width: 104px
}

#boshu .serviceListItem:nth-child(3) .serviceListIcon img {
    margin-top: 30px;
    margin-left: 10px;
    width: 100px
}

#boshu .serviceListTit {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 1.5
}

#boshu .serviceListTxt {
    padding: 0 45px;
    margin-top: 14px;
    font-size: 1.3rem;
    line-height: 2
}

#boshu .serviceListChild {
    margin-top: 36px
}

#boshu .serviceListChild li {
    background: #fff;
    font-size: 1.6rem;
    color: #1f1f1f;
    padding: 16px 0;
    text-align: center
}

#boshu .serviceListChild li+li {
    border-top: 1px solid #f2f0ef
}

#boshu .serviceBtnWrap {
    text-align: center;
    margin-top: 80px
}

#boshu .quality {
    padding: 95px 0 0;
    background: #f0f0f0;
    margin-bottom: -30px;
    position: relative
}

#boshu .qualityTit {
    font-weight: bold;
    font-size: 3.5rem;
    letter-spacing: .075em;
    text-align: center;
    color: #0b254d
}

#boshu .qualityTxt {
    text-align: center;
    margin-top: 25px
}

#boshu .qualityList {
    width: 1064px;
    margin: 50px auto 0;
    position: relative;
    z-index: 1
}

#boshu .contact {
    /* background: url(//maleza/cms/wp-content/themes/m-hand_inbound/css/../img/boshu/bg_contact01.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
    padding: 140px 0 96px;
    position: relative
}

#boshu .contactTit {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: .05em
}

#boshu .contactBox {
    zoom: 1;
    margin-top: 30px
}

#boshu .contactBox:after,
#boshu .contactBox:before {
    content: '';
    display: table
}

#boshu .contactBox:after {
    clear: both
}

#boshu .contactTel {
    float: left;
    margin-left: 192px;
    margin-top: 15px;
    color: #fff;
    font-size: 5.6rem;
    line-height: 1.1;
    letter-spacing: -.01em;
    font-family: 'Oswald', sans-serif
}

#boshu .contactTelNum {
    line-height: 1.1
}

#boshu .contactTel:before {
    content: '';
    vertical-align: middle;
    line-height: 67px;
    margin-right: 10px;
    position: relative;
    top: -4px;
    content: '';
    display: inline-block;
    /* background-image: url(../img/square_pc.png); */
    background-size: 974px 656px;
    background-position: -804px -524px;
    width: 72px;
    height: 40px
}

#boshu .contactBtn {
    float: left;
    margin-left: 40px;
    text-align: center;
    display: inline-block;
    background: #fbcc3c;
    width: 450px;
    padding: 23px 0;
    line-height: 40px;
    font-size: 2rem;
    color: #0b254d;
    position: relative;
    overflow: hidden
}

#boshu .contactBtn span {
    font-weight: bold;
    position: relative;
    z-index: 2
}

#boshu .contactBtn .calculator {
    content: '';
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 20px;
    content: '';
    display: inline-block;
    /* background-image: url(../img/square_pc.png); */
    background-size: 974px 656px;
    background-position: -932px -332px;
    width: 30px;
    height: 40px
}

#boshu .contactBtn:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fdee6f;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    content: '';
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

#boshu .contactBtn:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 38px;
    content: '';
    display: inline-block;
    /* background-image: url(../img/square_pc.png); */
    background-size: 974px 656px;
    background-position: -700px -324px;
    width: 24px;
    height: 6px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

#boshu .contactBtn:hover:before {
    left: 0;
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)'
}

#boshu .contactBtn:hover:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

#boshu .bnrs {
    padding: 60px 0;
    border-bottom: 1px solid #f0f0f0
}

#boshu .bnrsList {
    letter-spacing: -.5em;
    text-align: center
}

#boshu .bnrsListItem {
    display: inline-block;
    letter-spacing: .05em;
    text-align: left;
    margin: 0 23px;
    overflow: hidden
}

#boshu .bnrsListItemIn {
    display: table;
    width: 496px;
    height: 205px;
    position: relative;
    overflow: hidden
}

#boshu .bnrsListItem a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px
}

#boshu .bnrsListItemAd .bnrsListTxt {
    color: #fff
}

#boshu .bnrsListItemAd:hover .bnrsListImg {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.15" intercept="-0.07499999999999996" /><feFuncG type="linear" slope="1.15" intercept="-0.07499999999999996" /><feFuncB type="linear" slope="1.15" intercept="-0.07499999999999996" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: contrast(115%);
    filter: contrast(115%)
}

#boshu .bnrsListItemAd:hover .bnrsListImg:before {
    background: rgba(255, 214, 214, .19);
    mix-blend-mode: color-dodge
}

#boshu .bnrsListItemAd:hover .bnrsListImg:after {
    background: rgba(255, 183, 3, .35);
    mix-blend-mode: luminosity
}

#boshu .bnrsListItemJob .bnrsListTxt {
    color: #0b254d
}

#boshu .bnrsListItemJob:hover .bnrsListImg {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" intercept="-0.025000000000000022" /><feFuncG type="linear" slope="1.05" intercept="-0.025000000000000022" /><feFuncB type="linear" slope="1.05" intercept="-0.025000000000000022" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: contrast(105%);
    filter: contrast(105%)
}

#boshu .bnrsListItemJob:hover .bnrsListImg:before {
    background: rgba(255, 214, 214, .19);
    mix-blend-mode: color-dodge
}

#boshu .bnrsListItemJob:hover .bnrsListImg:after {
    background: rgba(255, 183, 3, .35);
    mix-blend-mode: luminosity
}

#boshu .bnrsListItemImg {
    -webkit-transition: -webkit-transform 2s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 2s cubic-bezier(.19, 1, .22, 1);
    transition: transform 2s cubic-bezier(.19, 1, .22, 1);
    transition: transform 2s cubic-bezier(.19, 1, .22, 1), -webkit-transform 2s cubic-bezier(.19, 1, .22, 1)
}

#boshu .bnrsListItem:hover .bnrsListImg {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

#boshu .bnrsListTxt {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold
}

#boshu .bnrsListTxtExternal:after {
    content: '';
    margin-left: 15px;
    content: '';
    display: inline-block;
    background-image: url(../img/square_pc.png);
    background-size: 974px 656px;
    background-position: -962px -332px;
    width: 12px;
    height: 12px
}

#boshu .bnrsListImg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#boshu .info {
    padding: 80px 0 50px
}

#boshu .infoBoxWrap {
    overflow: hidden
}

#boshu .infoBox {
    float: left;
    width: 48%
}

#boshu .infoBoxTit {
    border-bottom: 3px solid #0b254d;
    line-height: 1;
    padding-bottom: 22px
}

#boshu .infoBoxTit a {
    display: block;
    position: relative
}

#boshu .infoBoxTit a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 36px;
    content: '';
    display: inline-block;
    /* background-image: url(../img/square_pc.png); */
    background-size: 974px 656px;
    background-position: -742px -324px;
    width: 18px;
    height: 4px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

#boshu .infoBoxTit a:hover:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

#boshu .infoBoxTitEn {
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 3.2rem;
    letter-spacing: .1em
}

#boshu .infoBoxTitJa {
    font-size: 1.2rem;
    display: block;
    margin-top: 14px
}

#boshu .infoBoxNews {
    margin-left: 4%
}

#boshu .infoSns {
    margin-top: 50px;
    text-align: right;
    letter-spacing: -.5em
}

#boshu .infoSns li {
    display: inline-block;
    margin-left: 23px
}

#boshu .infoSns li a {
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

#boshu .infoSns li a:hover {
    opacity: .7;
    -ms-filter: 'alpha(opacity=70)'
}

#boshu .infoSns li svg {
    width: 26px;
    height: 26px
}

#boshu .infoSnsFacebook svg {
    fill: #3b5998
}

#boshu .infoSnsTwitter svg {
    fill: #55acee
}

#boshu .info .artList li {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6
}

#boshu .info .artList li>a {
    display: block;
    overflow: hidden
}

#boshu .info .artList li>a:hover .artListTime,
#boshu .info .artList li>a:hover .artListTit {
    color: #013076
}

#boshu .info .artListTime {
    color: #8c8c8c;
    font-size: 1.5rem;
    line-height: 25px
}

#boshu .info .artListTit {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.85;
    color: #1d293f;
    font-weight: bold
}

#boshu .info .artListMany li {
    padding: 25px 0 26px
}

#boshu .info .artListMany .artListImg {
    float: left;
    border: 1px solid #d6d6d6;
    width: 122px;
    height: 84px;
    margin-right: -152px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

#boshu .info .artListMany .artListTxtbox {
    float: left;
    padding-left: 152px;
    line-height: 1
}

#boshu .info .artListMany .artListCat {
    display: inline-block;
    background: #378eca;
    color: #fff;
    font-size: 1.3rem;
    line-height: 25px;
    padding: 0 10px;
    margin-right: 10px
}

#boshu .info.info02 .infoBox {
    float: none;
    width: 100%
}

#boshu .info02 .infoBoxTit .linkList {
    font-size: 1.5rem;
    color: #042653;
    position: absolute;
    right: 40px;
    top: 31px
}

#boshu .info.info02 .artListMany li {
    width: 50%;
    float: left;
    padding-right: 28px;
    padding-bottom: 39px
}

#boshu .info.info02 .artListMany li:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 28px
}

#boshu .info.info02 .artListTit {
    font-size: 2rem;
    line-height: 1.4
}

#boshu .info.info02 .artListCont {
    font-size: 1.4rem;
    line-height: 1.57;
    clear: both;
    padding-top: 25px
}

#boshu .staff {
    background: #f1f1f1;
    padding: 72px 0 0
}

#boshu .staffTit {
    color: #0b254d;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: .075em;
    text-align: center
}

#boshu .staffSub {
    color: #0b254d;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .075em;
    text-align: center
}

#boshu .staffImg {
    width: 1260px;
    margin: 0 auto;
    height: 414px;
    /* background-image: url(//maleza/cms/wp-content/themes/m-hand_inbound/css/../img/boshu/bg_staff01.png); */
    background-repeat: no-repeat;
    background-position: top center
}

.animation01 #boshu .staffImg {
    width: 0
}

.animation01 #boshu .staffImg.is-arrive {
    width: 1260px
}





.boxQcds {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #18274d;
    border-radius: 0px;
    background:#fff;
    z-index: 10;
}
.boxQcds .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 5%;
    padding: 15px 20px;
    line-height: 1;
    font-size: 19px;
    background: #000;
    color: #fff;
    font-weight: bold;
}
.boxQcds p {
    margin: 0; 
    padding: 0;
}





/*----------------------------------------------------
QCDS
------------------*/

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


.boxQcds {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #18274d;
    border-radius: 0px;
    background:#fff;
    z-index: 3;
}
.boxQcds .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 5%;
    padding: 15px 20px;
    line-height: 1;
    font-size: 19px;
    background: #000;
    color: #fff;
    font-weight: bold;
}
.boxQcds p {
    margin: 0; 
    padding: 0;
}




.boxrec_2col {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 1px #18274d;
    border-radius: 0px;
    background:#fff;
    z-index: 10;
}
.boxrec_2col .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 5%;
    padding: 15px 20px;
    line-height: 1;
    font-size: 19px;
/*     background: #000; */
    color: #fff;
    font-weight: bold;
}
.boxrec_2col p {
    margin: 0; 
    padding: 0;
}

}


.link_btn:hover{opacity:0.8}

.container{padding-bottom:0;max-width: 1000px;width: 100%;margin: 10px auto 80px;}
.section-title .wfont{background:url(/common/img/careers/ttl_descriptions.png) no-repeat 50% 0;background-size:cover;width:221px;height:55px}
.careers-requirements-grade{padding:0;margin-bottom:30px;/* border: 1px dotted #bcbaba; *//* border-bottom: 1px dotted #bcbaba; */}
.careers-requirements-grade:last-child{/* margin-bottom:-90px */width: 100%;}
.grade-type{/* background-color: #eab22b; */line-height:78px;padding: 0 10px;font-size:1.667em;text-align: left;}
.grade-type small{/* display:inline-block; *//* vertical-align:3px; */font-size: 18px;color: #000;font-weight: 600;}
.grade-type .wfont{margin-right:20px;font-size: 30px;}
.grade-type .wfont span{color:#fff}
.grade-content{padding-left: 0;position:relative;overflow:hidden;background-color:#0000;}
.grade-image{position:absolute;width:290px;height:100%;background-color:#f4f4f4;left:0;top:0}
.grade-image .content-bg{position:absolute;width:100%;height:100%;bottom:0}
.grade-body{padding:0em 10px 2em;/* background-color:#fff; */background: transparent;text-align: left;}
.grade-body .desc{line-height:2;/* padding-bottom:3em; *//* margin-bottom:3em; *//* border-bottom:1px solid #ccc; */font-size: 16px;font-weight: 600;}
.grade-body .detail th{color:#191919;font-weight:700;width: 80px;}

.grade-body .m-more{font-size: 16px;font-weight:500;}
.grade-body .m-more:before{content:'六';content: '';position: relative;top: -2px;left: -5px;content: '';width: 20px;height: 20px;background-image: url(../img/mark.png);background-size: contain;background-repeat: no-repeat;vertical-align: middle;display: inline-block;}

.c-room{text-align:right;width: 100%;}
.c-room img{width:200px;}
#grade-parttime .grade-type .wfont{color:#fff}
#grade-fulltime-assistant-coach .grade-type .wfont,#grade-fulltime-head-coach .grade-type .wfont{color:#fff}

@media all and (min-width: 500px) {
  .grade-body{padding:3.5em 10px 2em;/* background-color:#fff; */background: transparent;text-align: left;}
    .grade-type .wfont{margin-right:20px;font-size: 50px;}
    .container{padding-bottom:0;max-width: 1000px;width: 100%;margin: 80px auto 80px;}
        .careers-requirements-grade .grade-body {
        padding: 0.5em 60px 2em;
        /* background-color: #fff; */
        background: transparent;
        text-align: left;
    }
.grade-type small{/* display:inline-block; *//* vertical-align:3px; */font-size: 30px;color: #02126d;font-weight: 600;line-height: 1;}
.grade-type{/* background-color: #058644; */line-height:78px;padding: 0 20px;font-size:1.667em;text-align: center;color: #02126d;/* border-bottom: 1px solid #058644; */}
.grade-body .detail td{padding-bottom:.3em;/* width:10em; */display:inline;/* padding-left: 100px; */}
.grade-body .detail th{padding-bottom:.3em;width: 120px;display: table-cell;} 
    }

    
   .gallery_col{
	   width: 100%;
	   display: flex;
	   flex-wrap: wrap;
	   max-width: 1200px;
	   justify-content: center;
	   flex: 1 0 300px;
	}

   .gallery_col > div{
    flex: 1 0 200px;
    margin: 0.4em 0.5em;
    padding: 1em 0.5em;
    /* border:1px solid #ddd; */
   }





/* #grade-parttime .grade-image .content-bg{background:url(/common/img/careers/img_grade01.jpg) no-repeat 50% 50%;background-size:cover}
#grade-fulltime-assistant-coach .grade-image .content-bg{background:url(/common/img/careers/img_grade02.jpg) no-repeat 50% 50%;background-size:cover}
#grade-fulltime-head-coach .grade-image .content-bg{background:url(/common/img/careers/img_grade03.jpg) no-repeat 50% 50%;background-size:cover}
#careers-entry{padding-top:90px}#careers-entry .section-title .wfont{background:url(/common/img/careers/ttl_entry_form.png) no-repeat 50% 0;background-size:cover;width:157px;height:55px} */


.lineA{
    line-height: 2;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}



.myboxP,
.myboxG{
	background-color: #fff;	/* 背景色 */
	border: 2px solid #9E9E9E;	/* 線の太さ・種類・色 */
	/* 	border-radius: 5px; */
	margin: 40px 20px 20px 20px;	/* 外側の余白 上・右・左・下 */
	padding: 25px 20px 10px 20px;	/* 内側の余白 上・右・左・下 */
	position: relative;
	/* width: 46%; */
	font-size: 18px;
}
.myboxG:before{
	background-color: #058644;	/* 吹き出し背景色 */
	/* 	border-radius: 5px; */
	color: #fff;	/* 吹き出し文字色 */
	content: '極薄板厚';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.myboxG:after{
	border-top: 15px solid #058644;		/* 吹き出し三角部分の色 */
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	content: '';
	position: absolute;
	top: 20px;
	left: 15px;
}


.myboxP:before{
	background-color: #058644;	/* 吹き出し背景色 */
	/* 	border-radius: 5px; */
	color: #fff;	/* 吹き出し文字色 */
	content: '超ファイン化技術';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.myboxP:after{
	border-top: 15px solid #058644;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    content: '';
    position: absolute;
    top: 20px;
    left: 15px;
}



.myboxG li,
.myboxP li {
	line-height: 1.5;
	padding: 0.5em 2em 0.5em 2.5em;
	border-bottom: dashed 1px silver;
	list-style-type: none!important;
	font-size: 16px;
}
.myboxG li:last-of-type,
.myboxP li:last-of-type
 {
	border-bottom: none;
}
.myboxG li:before {
	font-family: "FontAwesome";
	content: "\f22d";
	position: absolute;
	left: 2.5em;
	color: #FF9800;
}
.myboxP li:before {
	font-family: "FontAwesome";
	content: "\f22d";
	position: absolute;
	left: 2.5em;
	color: #f75b64;
}

.myboxP p,
.myboxG p{
	border: 0px solid #9E9E9E;
	/* 	border-radius: 5px; */
	padding: 10px;
	background:#efefef;
	margin-top: 10px;
	font-size: 16px;
}





.boxHozon {

	width: calc(100%);
	margin: 0.5%;
	box-sizing:border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
}


.boxHozon .box-title {
	font-size: 1.2em;
	/* background: #919191; */
	border-bottom: 1px solid #ddd;
	padding: 4px 4px 4px 1.8em;
	text-align: left;
	color: #5d5d5d;
	font-weight: bold;
	letter-spacing: 0.05em;
	position:relative;
}

.boxHozon .box-title:before {
position:relative;
font-family: 'themify';
content: "\e60a";
position: absolute;
left: 0.5em;
color: #ff6d00;
}


.boxHozon p {
	padding: 15px 20px;
	margin: 0;
}



.flexbox_etc{display: flex;flex-wrap:wrap;padding: 5px;min-width: 1000px;}

.flexbox_etc > div{
    margin: 0.4em 1em;
    width:46%;
}

@media only screen and (min-width: 600px) {
.boxHozon {
	width: calc(100%/2.1);
}
}


@media only screen and (min-width: 1000px) {
.boxHozon {
	width: calc(100%/2.1);
}
}


.boxHozonA li {
line-height: 1.5;
padding: 0.5em 2em 0.5em 2.5em;
border-bottom: dashed 1px silver;
list-style-type: none!important;
}
.boxHozon li:last-of-type {
border-bottom: none;
}
.boxHozon li:before {
/*ãƒªã‚¹ãƒˆå†…ã®ã‚¢ã‚¤ã‚³ãƒ³*/
font-family: "FontAwesome";
content: "\f138";/*ã‚¢ã‚¤ã‚³ãƒ³ç¨®é¡ž*/
position: absolute;
left: 3em; /*å·¦ç«¯ã‹ã‚‰ã®ã‚¢ã‚¤ã‚³ãƒ³ã¾ã§*/
color: #009688; /*ã‚¢ã‚¤ã‚³ãƒ³è‰²*/
}





/*============

　工程クリック

==============*/


.koutei_info {
	position: fixed;
	/* top: 20%; */
	top: 60%;
	right: 0px;
	z-index: 99999;
	line-height: 0.8em;
}

.koutei_info {
	border: solid 1px #02126d;
	border-right: none;
	padding: 10px;
	color: #fff;
	background: #200605;
	font-size: 16px;
	text-decoration: none;
	font-family: A1MinchoStd-Bold, serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 60px;
	height: auto;

	/* radius */
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 6px;

	/* radius */
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: center;
	font-weight: 600;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2.5;
}

.koutei_info:before{
	/* font-family:'FontAwesome'; */
	/* content:"\f133"; */
	/* font-weight:500; */
	/*     font-size:18px; */
	/*     padding-left:2px; */
	position: relative;
	top: -2px;
	left: -3px;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../img/mark.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
}

.koutei_info {
	/* border: solid 2px rgba(28, 29, 28, 0.8); */
	background: rgb(255 255 255);
	color: #02126d;
	text-decoration:none;
	font-weight: 600;
}






.hexagon {
    width: 70px;
    height: 120px;
    background: #0080cd;
    position: fixed;
    top:40%;
    right: 8%;
    z-index: 3;
  }
  
  .hexagon_cont {
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    color: #fff;
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2000;
    left: -10px;
  }
  
  .hexagon::before,
  .hexagon::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #0080cd;
    z-index: 0;
  }
  
  .hexagon::before {
    transform: rotate(60deg);
  }
  
  .hexagon::after {
    transform: rotate(-60deg);
  }