@charset "UTF-8";

/* CSS Document */

/*----------------------------------------------------
☆Top
----------------------------------------------------*/
#headerIndex {
position: relative;
width: 100%;
z-index:100;
}
#headerIndex {
background:none;
}
#headerIndex h1.logo {
position: absolute;
top:10px;
left:30px;
z-index: 1000000;
}
#headerIndex div.hdR {
color:#FFF;
float:right;
width:600px;
}
#headerIndex div.hdR p {
padding:20px;
}
#spHeader{
display: none;
}
#headerIndex #headerSubN {
position:absolute;
top: 20px;
right:30px;
}
#headerIndex #headerSubN li {
display:inline-block;
margin-left:15px;
font-size:1.3rem;
font-weight:bold;
color:#000;
}
#headerIndex #headerSubN li {
color: #fff;
padding: 3px 10px;
border: 1px solid #fff;
background-color: #F7181C;
}
#headerIndex #headerSubN li:hover {
color: #F7181C;
border: 1px solid #F7181C;
background-color: #fff;
}
#headerIndex #headerSubN li a {
color: #fff;
}
#headerIndex #headerSubN li:hover a {
color: #F7181C;
}
header ul li,#headerIndex #headerSubN li {
  position: relative;
  display: inline-block;
  outline: none;
  transition: all .3s;
}
header ul li span::before {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  transition: all .3s;
  visibility: hidden;
  box-sizing: content-box;
}
header ul li span::before {
  bottom: -2px;
  left: -2px;
  border-bottom-color: #F7181C;
}
header ul li:hover::before {
  height: 100%;
  visibility: visible;
}
header ul li:hover span::before {
  width: 100%;
  visibility: visible;
}
/*
#headerIndex #gnav {
position:absolute;
top:57px;
right:24px;
}
#headerIndex #gnav ul li {
display:inline-block;
font-weight:bold;
color:#fff;
margin-left:1.2em;
}
#headerIndex #gnav ul li a {
position: relative;
display: inline-block;
padding: 0.5em 0.2em;
transition: .3s;
}
#headerIndex #gnav ul li a::after {
position: absolute;
bottom: 0;
left: 0;
content: '';
width: 0;
height: 2px;
background-color: #D01119;
transition: .3s;
}
#headerIndex #gnav ul li a:hover::after {
width: 100%;
}
#headerIndex a, #headerIndex a:link, #headerIndex a:hover, #headerIndex a:focus {
color: #fff;
}
*/

/* ---------------------------------------------------------------------------------------------
　   HEADER
--------------------------------------------------------------------------------------------- */
#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  width: 100%;
  background: #fff;
  height: 80px;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 1.3em;
  letter-spacing: 0.2em;
  line-height: 100%;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
 /* background: #fff;*/
}
@media only screen and ( max-width : 768px ) {
  #header {
padding: 10px 0;
height: 62px;
  }
  .h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 768px ) {
  .h_logo img {
    width: 300px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 1em;
    font-weight: bold;
display: inline-block;
font-size: 0.6em;
  }
  #gNav li i {
    font-size: 1em;
    margin-left: 5px;
line-height: 100%;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
white-space: nowrap
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
  width: 100%;
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #000;
    background-color: #fff;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #F7181C;
  }
  #gNav li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
background-color: #CFCFCF;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

/* Slider */
/*
.bx-wrapper {
position: relative;
margin: -32px auto 0!important;
padding: 0;
*zoom: 1;
}
*/
@media screen and (-webkit-min-device-pixel-ratio:0){
}
/*
.bx-wrapper {
margin: 0 auto 0!important;
}
}
.bx-wrapper .bx-viewport {
background: none!important;
border: none!important;
box-shadow: none!important;
left: 0!important;
}
*/
.bx-wrapper {
height: auto;
margin: 0 auto;
padding: 0;
}
.bx-wrapper li {
text-align: center;
/*width:100%!important;*/
}
.bxslider li img {
height: auto;
}
/*
.bx-wrapper li img {
width: 50%;
height: 100%;
top:50%;
left:25%;
}

#slider li.mainVisual01 img {
position:absolute;
top:40%;
left:50%;
margin-top:-92px;
margin-left:-358px;
}
*/
#slider .mainVisual01 {
background: url(../images/top/top_main_pict_01.jpg) center top no-repeat;
background-size: 1100px 533px;
/*background-size:cover!important;
width:100%;*/
}
#slider .mainVisual02 {
background: url(../images/top/top_main_pict_02.jpg) center top no-repeat;
background-size: 1100px 533px;
/*background-size:cover!important;
width:100%;*/
}
#slider .mainVisual03 {
background: url(../images/top/top_main_pict_03.jpg) center top no-repeat;
/*background-size:cover!important;
width:100%;*/
}

#contents section.indexArea01 {
background:#F2F2F5;
padding: 60px 0 100px;
width:100%;
margin: 0 auto ;
}
.index3Contents {
background: url(../images/top/bg-index01.jpg) center top no-repeat;
margin: 0 auto;
padding-top:200px;
}
.headOpenCon {
font-weight:700 ;
font-size:4.0rem;
text-align:center;
font-family: 'Open Sans Condensed', sans-serif;
margin-bottom:60px;
}
.index3List {
overflow:hidden;
max-width:1200px;
width: 100%;
margin:0 auto;
}
.index3List li {
float:left;
width: calc( 88%/3 );
margin: 2%;
}
.index3List li div {
background: #111;
padding:20px;
}
.index3List li div h3 {
text-align:center;
margin:0 0 12px;
color:#D01119;
font-size: 1.6rem;
}
.index3List li div h3 span {
font-size:2.6rem;
font-family: 'Open Sans Condensed', sans-serif;
font-weight:700 ;
display:block;
margin-bottom:5px;
}
@media screen and (max-width:767px) {
.index3List li div h3 span {
font-size: 2.5rem;
font-weight: 300;
}
}
.index3List li div p {
font-size:1.4rem;
color:#FFF;
text-align:center;
font-weight:bold;
}
.index3List li figure {
position: relative;
overflow: hidden;
width: 100%;
}
.index3List li a img {
width: 100%;
vertical-align: top;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.index3List li a:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity:1.0;
}
#contents section.newsArea {
background:linear-gradient(to right, #D3E7FA, #EFF8FD);
padding: 100px 0;
margin: 0 auto;
}

/*----------------------------------------------------
☆About
----------------------------------------------------*/
.bgAbout {
background: url(../images/main_pict/bg-about01.jpg) center top repeat-y;
}
.aboutList_01,.aboutList_02 {
width: 100%;
text-align: center;
}
.aboutList_01 li,.aboutList_02 li {
display: inline-block;
border:#DDE0E1 solid 1px;
background:#fff;
}
.aboutList_01 li {
width: calc( 80% / 2 );
max-width: 376px;
margin: 5%;
}
.aboutList_02 li {
width: calc( 70% / 3 );
max-width: 376px;
margin: 2%;
}
@media screen and (max-width:992px) {
.aboutList_01 li {
width: calc( 60% / 2 );
margin: 5%;
}
}
@media screen and (max-width:767px) {
.aboutList_01 li,.aboutList_02 li {
width: 96%;
margin: 2%;
}
}
.aboutList_01 li p,.aboutList_02 li p {
text-align:center;
margin:15px 0 12px;
font-size:1.8rem;
font-weight:bold;
background:#fff;
}
.aboutList_01 li p i,.aboutList_02 li p i {
color:#D01119;
}
.aboutList_01 li div,.aboutList_02 li div {
position: relative;
overflow: hidden;
width: 100%;
}
.aboutList_01 li a img,.aboutList_02 li a img {
max-width: 100%;
vertical-align: top;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.aboutList_01 li a:hover img,.aboutList_02 li a:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity:0.8;
}

/*----------------------------------------------------
☆Greeting
----------------------------------------------------*/
.greeting_main_pict {
position: relative;
width: 100%;
}
.greeting_main_pict img {
width: 100%;
}
#mv div.mvInrGreeting h2.mvHead {
position:absolute;
top:185px;
left:635px;
font-size: 4.2rem;
line-height: 1.5;
letter-spacing: 0.1em;
font-weight:normal;
font-family:"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
h2.mvHead_02 {
position:absolute;
top:5%;
right:15%;
font-size: 4.2rem;
line-height: 1.5;
letter-spacing: 0.1em;
font-weight:normal;
font-family:"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
@media screen and (max-width:768px) {
h2.mvHead_02 {
font-size: 2.2rem;
right: 10%;
}
}
.greeting_main_pict_txt {
position: absolute;
top: 50%;
right:30%;
}
.greeting_main_pict_txt p {
background:#222222;
color:#FFF;
font-weight:bold;
text-align:center;
width:160px;
height:160px;
vertical-align: middle;
line-height:1.6;
padding-top:55px;
}
.greeting_main_pict_txt p span {
font-size:2.2rem;
display:block;
}

@media screen and (max-width:992px) {
.greeting_main_pict_txt p {
height: 100px;
padding-top:20px
}
}
@media screen and (max-width:768px) {
.greeting_main_pict {
margin: 50px 0 0 0;
}
h2.mvHead {
font-size: 3.2rem;
}
}
@media screen and (max-width:640px) {
h2.mvHead {
font-size: 2.2rem;
}
.greeting_main_pict_txt {
top: 50%;
right: 15%;
}
.greeting_main_pict_txt p {
height: 80px;
padding-top:10px;
}
}

#contents section.bgGreeting01{
background: url(../images/main_pict/bg-message01.jpg) center top no-repeat;
padding: 100px 0 50px 0;
}
@media screen and (max-width:992px) {
.kes h2.head02 {
font-size: 2.8rem;
}
}
@media screen and (max-width:768px) {
.bgGreeting01 h2.head02 {
font-size: 2.8rem;
}
.kes h2.head02 {
font-size: 2.2rem;
}
}
@media screen and (max-width:640px) {
.bgGreeting01 h2.head02 {
font-size: 2.2rem;
}
.kes h2.head02 {
font-size: 1.5rem;
font-weight: bold;
}
}

.numberM li {
font-weight: bold;
line-height: 1.6;
font-size:1.8rem;
border-bottom: 1px #D0D3DB dotted;
width:100%;
}
.numberM li span.nuberM {
color: #B6C1C1;
font-size: 4.0rem;
font-weight: 700;
padding-right: 10px;
display: table-cell;
}
.numberM li p.nubberP {
display: table-cell;
}

/*----------------------------------------------------
☆IR
----------------------------------------------------*/
.irGrayBox {
background:#EAEEEE;
padding: 10px 30px;
margin-bottom: 60px;
}
.irindexBox {
overflow:hidden;
padding: 15px;
}
.borderBtm {
border-bottom:#D2D5D9 solid 1px;
}
.redLbold {
width: 7em;
float:left;
font-size: 2.0rem;
font-weight:700;
margin-bottom: 0.5em;
color:#D01119;
}
.irindexBox ul {
float:left;
}
.irindexBox ul li {
position: relative;
padding: 0 1.4em 0 0;
margin: 0.2em 0;
display:inline-block;
font-weight:bold;
font-size:1.8rem;
}
.irindexBox ul li:after{
position: absolute;
top: -1px;
right: 0;
content: "｜";
width: 1em;
}
.mvIrD{
background: #EAEEEE ;
padding:60px 0;
}
#mv div.mvInrIr {
margin: 0 auto;
max-width: 1000px;
width: 100%;
}
#mv div.mvInrIr h2.mvHead {
vertical-align: middle;
text-align: center;
font-weight:normal;
font-size: 3.6rem;
line-height: 1.4;
letter-spacing: 0.1em;
}
#mv div.mvInrIr .headerCategory {
text-align: center;
margin: 20px auto 25px;
}
#mv div.mvInrIr .headerCategory span{
background: #222;
color: #FFF;
font-weight:bold;
padding: 2px 10px 2px;
}
#mv div.mvInrIr .headerDate {
text-align:center;
margin:0 auto;
letter-spacing: 0em;
}
.irDeTab li {
border-bottom:#D2D5D9 solid 1px;
}
.irDeTab li:first-child {
border-top:#D2D5D9 solid 1px;
}
.irDeTab li a {
padding: 20px 10px;
display:block;
color:#106686;
font-size:1.8rem;
font-weight:bold;
}
.irDeTab li a .icPDF {
color:#D01119;
font-size:20px;
margin-left:20px;
}
.irIndexList li{
border-top: #D2D5D9 1px solid;
padding:20px 7px;
}
.irIndexList li:last-child {
border-bottom: #D2D5D9 1px solid;
}
.irIndexList li p {
overflow:hidden;
}
.irIndexList li p span {
margin-right:20px;
vertical-align: middle;
display:block;
float:left;
}
.irIndexList li p span.date {
width:190px;
}
.irIndexList li p span.categoryIndex {
background:#222222;
color:#fff;
padding: 3px 0 2px;
width:120px;
text-align:center;
font-size:1.3rem;
font-weight:bold;
height:26px;
}
.irIndexList li p span.categoryIndex {
background:#222222;
color:#fff;
padding: 3px 0 2px;
width:126px;
text-align:center;
font-size:1.3rem;
font-weight:bold;
height:26px;
}
.irIndexList li p span.newsTl {
font-size:1.8rem;
max-width:610px;
}
@media screen and (max-width:992px) {
.irIndexList li p span.newsTl {
max-width: none;
}
}

/*----------------------------------------------------
☆STRENGTH
----------------------------------------------------*/
.bgFeature {
background: url(../images/main_pict/bg-strength01.jpg) center top no-repeat;
}
.featureList {
width: 100%;
}
.featureList li {
float:left;
width: calc( 80%/ 2 );
margin:5%;
border:#DDE0E1 solid 1px;
background:#fff;
}
.featureList li p {
text-align:center;
margin:15px 0 12px;
font-size:1.8rem;
font-weight:bold;
background:#fff;
}
.featureList li p i {
color:#D01119;
}
.featureList li div {
position: relative;
overflow: hidden;
width: 100%;
}
.featureList li a img {
max-width: 100%;
vertical-align: top;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.featureList li a:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity:0.8;
}

/*----------------
☆特徴
------------------*/
#contents .innerFeature01 {
margin: 0 auto 50px;
width:1200px;
}
#contents .bgFeature01 {
background: #000 url(../images/main_pict/bg-feature01.jpg) center top no-repeat;
}
#contents .bgFeature02 {
background: #E5E6E1 url(../images/main_pict/bg-feature02.jpg) center top no-repeat;
}
#contents .bgFeature03 {
background: #000 url(../images/main_pict/bg-feature03.jpg) center top no-repeat;
}
#contents .bgFeatureGeneral {
padding:100px 0;
margin:0 auto;
}
#contents .bgFeatureGeneral .innerFeature {
width: 100%;
max-width:1200px;
margin:0 auto;
}

@media screen and (max-width:768px) {
#contents .bgFeature02 {
background-position: left top;
}
}

#contents .bgFeatureGeneral .innerFeature01 p {
color:#fff;
}
#contents .bgFeatureGeneral .innerFeature p.redFeature {
color:#D01119;
font-size:2.6rem;
font-weight:700;
font-family: 'Open Sans Condensed', sans-serif;
}
#contents .bgFeatureGeneral .innerFeature p.redFeature span {
font-size:4.0rem;
}
h2.fea01 {
font-size:3.2rem;
color:#fff;
margin:30px 0 40px;
line-height:1.5;
}
#contents .bgFeatureGeneral .innerFeature02 > div > div {
float: right;
width: 60%;
}
#contents .bgFeatureGeneral .innerFeature02 h2.fea01 {
color:#222;
}

/*----------------------------------------------------
☆RECRUIT
----------------------------------------------------*/
#contents section.member {
width: 100%;
clear: both;
margin: 60px 0 0;
}
#contents section.member ul li {
background-size: cover!important;
width: 100%;
text-align: right;
}
#contents section.member ul li.even{
text-align: right;
}
#contents section.member ul li:nth-child(even){
text-align: left;
}
#contents section.member ul li {
background: url(../images/recruit/img-recruit02.jpg) center center no-repeat;
}
#contents section.member ul li+li {
background: url(../images/recruit/img-recruit03.jpg) center center no-repeat;
}
#contents section.member ul li+li+li {
background: url(../images/recruit/img-recruit04.jpg) center center no-repeat;
}
#contents section.member ul li+li+li+li {
background: url(../images/recruit/img-recruit05new.jpg) center center no-repeat;
}

@media screen and (max-width:992px) {
#contents section.member ul li {
background-size: 200%!important;
}
#contents section.member ul li+li {
background-size: 200%!important;
}
#contents section.member ul li+li+li {
background-size: 200%!important;
}
#contents section.member ul li+li+li+li {
background-size: 200%!important;
}
}


/* #contents section.member ul li+li+li+li+li {
background: url(../img/img-recruit05new.jpg) center center no-repeat;
} */
#contents section.member ul li a{
display: block;
padding: 155px 0;
}
#contents section.member ul li a:hover{
background: rgba(0,0,0,0.4);
color: #FFF;
text-decoration: none;
padding: 110px 0 200px;
}
#contents section.member ul li div.inr{
margin: 0 auto;
max-width: 1000px;
width: 100%;
}
#contents section.member ul li div.inr p {
font-size:1.6rem;
}
#contents section.member ul li div.inr p span{
font-size:2.2rem;
display:block;
padding-bottom:5px;
}
#contents section.member ul li h2{
font-size: 3.2rem;
padding-bottom: 30px;
margin-bottom: 30px;
position: relative;
}
#contents section.member ul li h2 span {
border-bottom:#222 3px solid;
padding-bottom:5px;
}
#contents section.member ul li.even h2::after{
left: auto;
right: 0;
}
#contents section.member ul li a:hover h2::after{
background-color: #FFF;
}
#contents section.member ul li a:hover h2 span{
border-bottom:#fff 3px solid;
}
#contents section.member ul li p{
font-weight: bold;
font-size: 1.8rem;
}
#contents section.member ul li a p span{
display: block;
font-size: 1.3rem;
}
#contents section.member ul li a p.entered {
background:#222;
color:#fff;
padding:3px 10px 2px ;
margin-top:15px;
display:inline-block;
}
#contents section.member ul li a:hover p.entered {
background:#fff;
color:#222;
}

@media screen and (max-width:992px) {
#contents section.member ul li div.inr{
width: 96%;
margin: 0 2%;
}
#contents section.member ul li h2{
font-size: 2.2rem;
}
}

#mv div.mvInrRec {
margin: 0 auto;
height: 580px;
max-width: 1200px;
width: 100%;
position:relative;
}
.mvRecruit{
background: url(../images/main_pict_2/mv-recruit.jpg) center top no-repeat;
}
.mvYagi{
background: url(../images/main_pict_2/mv-four.jpg) center top no-repeat;
}
.mvWada{
background: url(../images/main_pict_2/mv-wada.jpg) center top no-repeat;
}

@media screen and (max-width:768px) {
.mvSaito,.mvNakamura,.mvSawa,.mvYagi {
background-position: 70% 0%;
}
}

.mvInrRec h2.shain {
position:absolute;
top:220px;
left:0;
}
.mvInrRec h2.shain span {
border-bottom: #222 3px solid;
}
.mvInrRec .recName {
position:absolute;
top: 400px;
left:100px;
background:#222;
color:#FFF;
font-weight:bold;
text-align:left;
width:250px;
height:250px;
vertical-align: middle;
line-height:1.6;
padding-top:72px;
}
.mvInrRec h2.shain_name {
border-bottom: #656565 1px solid;
margin:0 30px 20px;
width:190px;
padding: 0 0 10px;
font-size:2.0rem;
}
.mvInrRec p {
font-size:1.6rem;
margin: 0 0 0 30px;
}
.flow {
border:#222222 1px solid;
}
.flow .time {
width:80px;
display:inline-block;
font-size:1.8rem;
height:80px;
text-align:center;
vertical-align:middle;
padding-top:14px;
color:#FFF;
background:#222;
font-family: 'Open Sans', Arial, Roboto, sans-serif;
font-style:italic;
}
.flow .time i {
font-size:2.2rem;
margin-right:0;
}
.flow .time span {
display:block;
line-height:1.3;
}
.flow .work {
font-size:1.8rem;
display:inline-block;
margin-left:20px;
vertical-align:middle;
font-weight:bold;
}
i.fa-arrow-down {
color:#AAAAAA;
font-size:2.2rem;
margin: 5px auto 2px;
text-align:center;
display:block;
}
#recBtList {
list-style: none;
width: 100%;
max-width: 1200px;
margin: 0 auto;
text-align:center;
}
#recBtList li {
display: inline-block;
text-align: center;
line-height: 1.0em;
width: 40% ;
margin-right:2.5%;
}
#recBtList li:last-child {
margin-right:0;
}
#recBtList li a {
display: block;
font-weight: bold;
}
#recBtList li a p {
margin:20px auto 0 ;
text-align:center;
}

@media screen and (max-width:480px) {
#recBtList li a p {
font-size: 1rem
}
}

/*----------------------------------------------------
☆CONTACT
----------------------------------------------------*/
input.wMmB {
background-color: #FCFBF8;
box-sizing: border-box;
font-size: 1.6rem;
line-height: 140%;
padding: 8px 10px;
margin-bottom:10px;
width:660px;
}
form td input.address {
width: 70px;
display: inline;
}

/*----------------------------------------------------
☆Products
----------------------------------------------------*/
/* タブメニュー */
.tab-menu {
width: 100%;
list-style: none;
border-bottom: #222 solid 5px;
}
.tab-menu li {
width: calc( 88%/5 );
margin-bottom: 0!important;
padding: 0;
display: inline-block;
text-align:center;
background: #555!important;
font-weight: bold;
color: #fff;
cursor:pointer;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
@media screen and (max-width:906px) {
.tab-menu li {
width: calc( 80%/5 );
}
}
@media screen and (max-width:480px) {
.tab-menu li {
font-size: 0.8em;
}
}
.tab-menu li.active {
color: #fff;
text-shadow: none;
background-color: #D01119;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.tab-menu li a {
cursor:pointer;
padding:20px 0;
color: #fff;
display:block;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.tab-menu li.active a{
  color: #fff;
background-color: #D01119;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.tab-menu li a:hover {
text-decoration:none;
background:#D01119;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.tab-menu li.active a:hover {
text-decoration:none;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
/*-------Tab------*/
#tab-box {
width: 100%;
margin:40px 0 10px;
}
#tab-box > div {
display: none;
}
#tab-box > div.active {
display: block;
}
/*
.productsList {
overflow:hidden;
}*/
.productsList li {
/*
float:left;*/
width: calc( 82% / 4 );
margin: 2%;
/*background:#EBEBF3;*/
text-align:center;
}
@media screen and (max-width:906px) {
.productsList li {
width: calc( 86% / 3 );
}
}
@media screen and (max-width:640px) {
.productsList li {
width: calc( 90% / 2 );
}
}
/*
@media screen and (max-width:992px) {
.productsList li {
width: calc( 86% / 3 );
}
}
@media screen and (max-width:768px) {
.productsList li {
width: calc( 88% / 2 );
}
}
.productsList li div {
width: 100%;
text-align: center;
}
*/

.productsList li h3 {
width: 100%;
text-align:center;
padding:15px 0 12px;
font-size:1.4rem;
font-weight:bold;
background:#fff;
}
/*
.productsList li {
position: relative;
width: 100%;
max-width: 400px;
height: auto;
margin: auto;
}
/*
.productsList li::before {
content: "";
display: block;

padding-top: 62.5%;

}
*/
.productsList li figure {
overflow: hidden;
text-align: center;
line-height: 0;
}
.productsList li a img {
width: 100%;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
/*
position: absolute;
height: auto;

top: -100%;
bottom: -100%;
left: -100%;
right: -100%;
margin: auto;
*/
}
.productsList li a:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity:0.8;
}

#mv div.mvInrIr .headerSubtl {
text-align:center;
margin:25px auto 0;
letter-spacing: 0em;
font-size:2.0rem;
}
.detailImg {
text-align:center;
}
.detailImg img {
margin: 0 14px 20px 14px;
max-width:450px;
}
.detailArea {
border:#222 1px solid;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
padding: 3% 7%;
}
.headDetail {
font-family: 'Open Sans Condensed', sans-serif;
font-size:3.2rem;
font-weight:700;
padding: 0 0 0 3px;
text-align:center;
margin-bottom:30px;
}
.headDetail span {
border-bottom:#222 3px solid;
}
.productDetailList {
width: 100%;
overflow:hidden;
text-align:center;
margin:0 auto;
}
.productDetailList li {
float:left;
width: calc( 80% / 5 );
margin: 2%;
}
.productDetailList li:nth-child(5n){
}
.productDetailList li p {
text-align:center;
margin:10px 0 0;
font-size:1.8rem;
font-weight:bold;
}
@media screen and (max-width:768px) {
.productDetailList li p {
font-size:1.3rem;
}
}

/*----------------------------------------------------
☆Access
----------------------------------------------------*/
.access_box .address_box {
text-align: center;
margin-bottom: 60px;
}
#map1, #map2, #map3, #map4, #map5 {
width: 100%;
height: 500px;
margin-top: 20px;
}
#contents .access_box .address_box p.place {
font-size:2.0rem;
font-weight:bold;
}

/*----------------------------------------------------
☆Access
----------------------------------------------------*/
#contents .sitemapList ul li{
border-bottom: 1px solid #D2D6DD;
font-weight: bold;
margin-bottom: 30px;
padding-bottom: 20px;
}
#contents .sitemapList ul li ul{
margin-bottom: 0px;
margin-top: 20px;
}
#contents .sitemapList ul li ul li{
border-bottom: none;
font-weight: normal;
margin-bottom: 20px;
padding-bottom: 0;
padding-left: 1em;
}
#contents .sitemapList ul li ul li ul li{
margin-bottom: 10px;
padding-left: 2em;
}
#contents .sitemapList ul li i{
color: #D01119;
font-weight: bold;
margin-right: 10px;
}
#contents .sitemapList ul li a:hover {
color: #D01119;
}

/* yamamoto */
@media only screen and ( min-width : 992px ) {
#gnav > ul >  li >  ul.sub-menu {
display: none;
}
}
@media only screen and ( max-width : 1065px ) {
nav li a {
font-size: 0.8em;
}
}
@media only screen and ( min-width : 768px ) {
.logo {
display: none;
}
.sp_logo {
display: block;
}
}
@media only screen and ( max-width : 640px ) {
#headerSubN {
display: none;
}
}
.logo {
display: block;
}
.sp_logo {
display: none;
}



/* --- お問い合わせフォーム デザインカスタマイズ */
div.wpcf7 { background:#fafafa; border:1px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; }
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
div.wpcf7 textarea { width:97.5%; height:300px; }
.wpcf7-list-item { display: block; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:50%; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
div.wpcf7 input { width: 95%; }
span.wpcf7-radio {  }
span.wpcf7-list-item { display: block;white-space: nowrap;word-break: keep-all;}
span.wpcf7-list-item input[type="radio"] { width: 10px; }

div.wpcf7 input#zip {
    width: 50%;
}
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}
/* チェックボックス */
.wpcf7-list-item {
width: 1%;
margin: 1%;
padding: 0!important;
text-indent: 0;
text-align: left;
}
div.wpcf7 input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
div.wpcf7 input[type=checkbox] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}


/* 新着情報投稿時、画像配置を整える */
/* 画像配置 左 */
img.alignleft {
        text-align: left;
}
/* 画像配置 中央 */
img.aligncenter {
        display: block;
        margin: 1px auto;
}
a:hover img.aligncenter {
        display: block;
        margin: 1px auto;
}
/* 画像配置 右 */
img.alignright {
        display: block;
        margin: 1px 1px 1px auto;
}
a:hover img.alignright {
        display: block;
        margin: 1px 1px 1px auto;
}

.br_pc{
display: block; /* PCを改行して */
}
.br_sp{
display: none; /* SPの改行を隠す */
}
/* 画面幅が768px以下の時は */
@media screen and (max-width: 768px) {
.br_pc{
display: none; /* PCの改行を隠して */
}
.br_sp{
display: block; /* SPを改行する */
}
}

.about_area {
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
@media only screen and ( max-width : 992px ) {
.about_area {
width: 98%;
margin: 0 1%;
}
}

.number_img img {
width: 100%;
height: auto;
}

.inline-block {
width: 90%;
margin: 50px;
text-align: center;
}
.inline-block li {
display: inline-block;
margin: 30px 0;
}
@media only screen and ( max-width : 768px ) {
.inline-block {
width: 85%
}
}
@media only screen and ( max-width : 640px ) {
.inline-block {
width: 80%
}
}

.product_table {
width: 100%;
margin: 30px 0;
white-space: nowrap;
}
.product_table th,.product_table td {
font-size: 0.8em
}

.sustainability_area_01 {
width: 100%;
margin: 0 auto 50px auto;
text-align: center;
}
.sustainability_area_01 img {
width: 100%;
max-width: 586px;
}
.sustainability h3 {
margin: 30px 0;
color:#16a085;
font-size:28px;
}
.sustainability h3 img {
max-width: 40px;
margin: 0 10px 0 0;
}

.section_news {
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.news_li {
width: 100%;
}
.news_li li:first-child {
width: 30%;
margin: 0;
float: left;
}
.news_li li:nth-child(2) {
width: 40%;
margin: 0;
float: left;
}
.news_li li:last-child{
width: 30%;
margin: 0;
float: right;
text-align: right;
}

.fiscal {
width: 100%;
margin: 20px 0 0 0;
}
.fiscal i {
color: red;
}
.fiscal a {
text-decoration: underline;
}
.fiscal span {
margin: 0 10px 0 0;
padding: 0 5px;
background-color: #C80104;
color: #fff;
font-size: 0.8em;
}

.report_table {
border: 1px solid #000;
}
.report_table th,.report_table td {
border: 1px solid #000;
}
.report_table th {
text-align: center;
}
.report_table i {
color: red;
}
.report_table td a {
color: red;
}
.report_table td a:hover {
text-decoration: underline;
}
.report_table td:nth-child(3) {
width: 5%;
}
.report_table th span {
padding: 0 5px;
background-color: red;
color: #fff;
font-size: 0.8em;
}

/*--------------------------------------------------------------
# 新Footer
--------------------------------------------------------------*/
#footer_new {
  background: #eeeeee;
  padding: 0 0 30px 0;
  color: #555555;
  font-size: 14px;
}
#footer_new .footer-top {
  background: #f6f6f6;
  padding: 60px 0 30px 0;
}
#footer_new .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer_new .footer-top .footer-info h3 {
  font-size: 1.2em;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer_new .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
#footer_new .footer-top .footer-info p span {
font-size: 0.9em;
}
#footer_new .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #b50042;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer_new .footer-top .social-links a:hover {
  background: #FC70A3;
  text-decoration: none;
}
.social-links a i {
margin: 0 auto;
}
#footer_new .footer-top h4,#footer_new .footer-top h4 a {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  color: #555;
  transition: 0.5s;
}
#footer_new .footer-top h4 a:hover {
color: red;
}
#footer_new .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer_new .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer_new .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #b50042;
  font-size: 18px;
  line-height: 1;
}
#footer_new .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer_new .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer_new .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer_new .footer-top .footer-links ul a:hover {
  color: #b50042;
}
#footer_new .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
#footer_new .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer_new .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  background: #b50042;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer_new .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #FC70A3;
}
#footer_new .copyright {
  text-align: center;
  padding-top: 30px;
}

.seizo_ul li {
line-height: 180%;
}
.job_area {
margin: 3%;
padding: 3%;
background-color: #f6f4f4;
}
.job_flow {
width: 100%;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
}
.job_flow > li,.job_flow > li.no_arrow_01 {
width: calc( 76% / 4 );
margin: 3%;
float: left;
}
@media screen and (max-width: 768px) {
.job_flow > li,.job_flow > li.no_arrow_01 {
width: calc( 88% / 2 );
}
}
.job_flow > li.no_arrow_02 {
width: calc( 88% / 2 );
margin: 3%;
float: left;
}
.job_flow > li .icon {
font-size: 1.5rem;
font-weight: bold;
line-height: 50px;
width: 50px;
color: #fff;
background: rgb(255,0,0);
margin: 0 auto 20px;
display: block;
border-radius: 50%;
text-align: center;
position: relative;
letter-spacing: 2px;
}
.job_flow > li .icon::before {
content: "";
border: solid transparent;
border-width: 8px;
border-top-color: rgb(255,0,0);
position: absolute;
top: calc(100% - 2px);
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.job_flow > li div {
padding: 30px 20px;
margin: 0;
border: 3px solid rgb(255,0,0);
position: relative;
}
.job_flow > li div img {
width: 100%;
}
.job_flow > li:not(:last-child) div::before {
content: "";
width: 14px;
height: 14px;
margin-right: 10px;
display: inline-block;
border-top: 4px solid rgb(102,213,233);
border-right: 4px solid rgb(102,213,233);
position: absolute;
top: calc(50% - 14px);
left: 104%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.job_flow > li.no_arrow_01 div::before,.job_flow > li.no_arrow_02 div::before {
border: none;
}
.job_flow > li div p {
font-size: 1em;
font-weight: 600;
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
margin-bottom: 1vh;
text-align: center;
}
.recruit_h3 {
background-color: red;
width: auto;
padding: 5px 10px;
color: #fff;
}
.job_flow a {
overflow:hidden;
transition:0.5s;
}
.job_flow a img:hover {
transform:scale(1.1);
transition:0.5s;
}
.recruit_ul {
width: 100%;
}
.recruit_ul li {
width: 50%;
margin: 0;
float: left;
}
@media screen and (max-width: 768px) {
.btn01 {
font-size: 0.9em;
}
}

.productsList{
  display: flex;
  flex-wrap: wrap;
}
.productsList li{
  animation: test .8s;
}

@keyframes test {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}
