@charset "utf-8";

/*============================================================
  font size
=============================================================*/
body{
    background: #f8f8f8;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    overflow: hidden!important;
}

/*============================================================
  shadow
=============================================================*/

/*============================================================
  title
=============================================================*/
.hdm{

}
.ff01{
    font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 767px) {
    .hdm{
        font-size: 18px;
        margin-bottom: 20px;
        -webkit-background-size: 20px 3px;
        background-size: 20px 3px;
    }
}
/*============================================================
  btn
=============================================================*/
.btn{

}
.btn a{

}
.btn a:hover{
    text-decoration: none;
}

/*============================================================
  WRAPPER
=============================================================*/
#wrapper {
    position: relative;
    min-width: 1120px;
}

.bgbox.on{
    filter: blur(5px);
}

@media screen and (max-width: 767px) {
    #wrapper {
        min-width: 320px;
    }
}
.language{
    text-align: right;
    padding: 0.5rem 0 0 0;
    position: relative;
    z-index: 10;
    background: #fff;
}
.linken{
    color: #eb6c1f;
    font-size: 1rem;
    padding: 0 5px;
    position: relative;
}
.linken:hover{
    text-decoration: none;
}
.linken:before{
    content: '';
    position: absolute;
    background: url("../img/common/arrow_language.jpg")no-repeat 0 0;
    width: 8px;
    height: 4px;
    top: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.linkjp{
    color: #c0c0c0;
    font-size: 1rem;
    padding: 0 5px;
}
.linkjp:hover{
    text-decoration: none;
    color: #565656;
}
.inner{
    max-width: 1200px;
    margin: 0 auto;
}
.inner_s{
    max-width: 1120px;
    margin: 0 auto;
}
.inner_d{
    max-width: 900px;
    margin: 0 auto;
}
.inner_a{
    max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .inner{
        max-width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .inner_s{
        max-width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .inner_d{
        max-width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .inner_a{
        max-width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/*============================================================
  animate
=============================================================*/

.animate{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    /*background: #000;*/
    background: rgba(0,0,0,0.8);
    display: none;
    overflow: hidden!important;
}

.boxopen{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 999;
    width: 1000px;
    height: 560px;
    color: #ffffff;
    background: #000;
}
.boxopen iframe{
    width: 100%;
    height: 100%;
}
.boxopen  video{
    border: 0!important;
    outline: 0!important;
    width: 100%;
}
.boxopen .close01{
    position: absolute;
    right: -65px;
    top: 0px;
    z-index: 99;
    width: 60px;
    height: 60px;
}
.about.careers_more .boxopen{
    width: 1100px;
    height: 774px;
}
.careers_more .boxopen img{
    width: 100%;
}

@media screen and (max-width: 767px) {
    .boxopen {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 999;
        width: 95%;
        height: 350px;
        color: #ffffff;
        background: #000;
    }

    .boxopen .close01 {
        position: absolute;
        right: -10px;
        top: -10px;
        z-index: 99;
        width: 35px;
        height: 35px;
    }

    .close-modal  {
        color: transparent !important;
    }
}

@media screen and (max-width: 480px) {
    .boxopen {
        height: 270px;
    }
}

/*============================================================
  HEADER
=============================================================*/
header{
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    height: 114px;
}
header.header_custom {
    height: auto !important;
}

.header_custom #header01 {
    display: none;
}
#header01{
    padding: 3rem 0 3rem;
    background: #fff;
}
.headerlogo{
    float: left;
}
.headerlinks {
    float: right;
}
.headerlinks ul{}
.headerlinks ul li{
    float: left;
}
.headerlinks ul li a{
    display: block;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
    margin: 1.7rem 20px 0;
    line-height: 1.2;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}
.headerlinks ul li a .txt02{
    display: block;
    font-size: 1.0rem;
    text-align: center;
    font-weight: normal;
}
.headerlinks ul li a.mail{
    margin: 1rem 0 0 0;
}
.headerlinks ul li a:hover .txt01{
    color: #eb6c1f;
    text-decoration: none;
}
.headerlinks ul li a:hover .txt02{
    color: #565656;
}

.header02box{
     position: relative;
     display: none;
}
#header02{
    padding: 1.3rem 0;
    transition: .2s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255,255,255,1);
}
.bg{
    height: 63px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    filter: blur(20px);
    width: 100%;
    background: #fff;
}
#header02 .headerlinks ul li a{
    margin: 0.8rem  20px 0;
}
#header02 .headerlinks ul li a.mail{
    margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
    .bg{
        display: none!important;
    }
    .header02box{
        display: none!important;
    }
    header{
        height: auto;
    }
    header .inner_s{
        padding: 0;
    }
    #header01{
        padding: 0;
        position: relative;
    }
    .headerlogo{
        width: 152px;
        padding: 0 0 0 10px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
    .headerlinks{
        padding: 0;
    }
    .headerlinks .link01{
        background: url("../img/common/ico_spheader01.png")no-repeat bottom center;
        -webkit-background-size: 30px;
        background-size: 30px;
    }
    .headerlinks .link01.on{
        background: url("../img/common/ico_spheader01_on.png")no-repeat bottom center;
        -webkit-background-size: 30px;
        background-size: 30px;
    }
    .headerlinks .link02{
        background: url("../img/common/ico_spheader02.png")no-repeat bottom center;
        -webkit-background-size: 30px;
        background-size: 30px;
    }
    .headerlinks .link02.on{
        background: url("../img/common/ico_spheader02_on.png")no-repeat bottom center;
        -webkit-background-size: 30px;
        background-size: 30px;
    }
    .headerlinks a{
        padding: 1.3rem 0 0 0;
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    .headerlinks a + a{
        margin: 0 0 0 5px;
    }
}
.navbar-toggle{
    width: 60px;
    height: 60px;
    float: right;
    margin: 0 0 0 15px;
    position: relative;
    background: url(../img/common/open.jpg) no-repeat;
    background-size: cover;
}

.navbar-toggle.on{
    width: 60px;
    height: 60px;
    float: right;
    margin: 0 0 0 15px;
    position: relative;
    background: url(../img/common/close.jpg) no-repeat;
    background-size: cover;
}

.navbar-collapse{
    display: none;
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 2;
    background: rgba(255,255,255,0.8);
}

.navbar-collapse ul li a{
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    display: block;
    padding: 2rem 0;
    text-align: center;
    font-size: 2.4rem;
    color: #eb6c1f;
    text-decoration: none;
}
.navbar-collapse .links{
    text-align: center;
    margin: 2rem 0 2rem 0;
}
.navbar-collapse .links a{
    width: 40px;
    display: inline-block;
}
.navbar-collapse .links a+a{
    margin: 0 0 0 30px;
}
/*============================================================
  mainimg
=============================================================*/
#mainimg{
    /*background: #000;*/
    /*height: 400px;*/
}
.mainimg{
    margin: -21.8px 0 0 0;
}
/*============================================================
  TEASER
=============================================================*/
#teaser{
    background: #eb6c1f;
    position: relative;
}
.teaser{
    margin: -21.8px 0 0 0;
}
#teaser .title{
    float: left;
}
#teaser .img{
    float: right;
}
#teaser .title .tit{
    font-size: 3.6rem;
    color: #fff;
    margin: 1rem 0 0 0;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-transform: uppercase;
}
#teaser .title .tit span{
    font-size: 1.4rem;
    margin: 0 0 0 5px;
    font-weight: normal;
}
#teaser .title .txt{
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    position: absolute;
    bottom: 20px;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 420px;
}
@media screen and (max-width: 767px) {
    #teaser{
        background: #eb6c1f;
        position: relative;
    }
    .teaser{
        margin: 0;
    }
    #teaser .inner_s{
        padding: 0;
    }
    #teaser .title{
        float: none;
        padding: 0 0 0 20px;
        position: relative;
    }
    #teaser .img{
        float: none;
    }

    #teaser .img img {
        width: 100%;
    }
    #teaser .title .tit{
        font-size: 2.1rem;
        margin: 0;
        padding: 1rem 0 7rem;

    }
    #teaser .title .tit span{
        font-size: 1.2rem;
    }
    #teaser .title .txt{
        font-size: 1.4rem;
        line-height: 1.4;
        position: absolute;
        bottom:5px;
        width: auto;
    }
}

/*============================================================
  breadcrumb
=============================================================*/
#breadcrumb{
    text-align: center;
    font-size: 1.6rem;
}
.breadcrumb{
    padding: 1.5rem 0;
    background: -webkit-linear-gradient(left, #f8f8f8 , #fff,#f8f8f8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #f8f8f8 , #fff,#f8f8f8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #f8f8f8 , #fff,#f8f8f8); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #f8f8f8 , #fff,#f8f8f8); /* 标准的语法 */
}
#breadcrumb a{
    margin: 0 20px;
    color: #000;
    text-decoration: none;
    font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#breadcrumb a:hover{
    color: #eb6c1f;
}
#breadcrumb a span{
    position: relative;
}
#breadcrumb a span.active:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #eb6c1f;
    bottom: -5px;
    left: 0;
}
@media screen and (max-width: 767px) {
    #breadcrumb{
        text-align: center;
        font-size: 1.4rem;
    }
    #breadcrumb a{
        margin: 0 10px;
    }
    .breadcrumb {
        padding: 1rem 0;
    }
}


/*============================================================
  CONTENT
=============================================================*/
#content {
    color: #000;
    min-height: 52vh;
}

#content .inner {
}
@media screen and (max-width: 767px) {
#content {
    min-height: inherit;
}

#content .inner {
}
}

/*============================================================
  ARTICLE
=============================================================*/
article {
}


@media screen and (max-width: 767px) {
article {
}
}


/*============================================================
  ASIDE
=============================================================*/
aside{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 50px;
    z-index: 9;
}
aside .sideimg+.sideimg{
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    aside{

    }
}


/*============================================================
  pageTop
=============================================================*/
.pageTop{
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 99;
    display: none;
}
@media screen and (max-width: 767px) {
    .pageTop {
        bottom: 100px;
    }
    .pageTop img {
        width: 40px;
    }
}
/*============================================================
  FOOTER
=============================================================*/
footer{
    background: #eb6c1f;
    margin-top: 60px;
}
.footerlogo{
    float: left;
    padding: 2rem 0;
}
.breadlink{
    float: left;
    padding: 3rem 0 0 15px;
}

.breadlink ul li {
    float: left;
    font-size: 1.2rem;
    color: #fff;
    padding: 0 0 0  25px;
    background: url("../img/common/arrow05.png")no-repeat left 10px center;
    text-transform: uppercase;
}

/*.breadlink ul li:first-child {
    display: none;
}*/
.breadlink a{
    color: #fff;
    text-decoration: underline;
    font-size: 1.2rem;
    /*vertical-align: middle;*/
    /*padding: 0 0 0  25px;
    background: url("../img/common/arrow05.png")no-repeat left 10px center;*/
    display: inline-block;
}
.footerlink .links{
    float: right;
    margin: 1.5rem 20px 0 0;
    text-align: right;
}
.footerlink .links a{
    margin: 0 0 0 15px;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.footerlink .links a img {
    position: absolute;
    top: 0;
    left: 0;
}

.footerlink .links a img.img_on {
    opacity: 0;
}

.footerlink .links a:hover img.img_on {
    -webkit-transition: all 0.8s ease-in;
      -moz-transition: all 0.8s ease-in;
      -o-transition: all 0.8s ease-in;
      transition: all 0.8s ease-in;
      opacity: 1;
}

.footerlink .links a:not(:hover) img.img_on {
    -webkit-transition: all 0.6s ease-out;
      -moz-transition: all 0.6s ease-out;
      -o-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out;
      opacity: 0;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.footerlink .links a:hover img.img_no {
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

/*.footerlink .links a:hover img {
    text-decoration: underline;
    -webkit-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -ms-transition: all 3s ease-out;
    transition: all 3s ease-out;
}*/
.footerlink .pageTopimg{
    float: right;
}

.footerlink .pageTopimg a {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

.footerlink .pageTopimg a img {
    position: absolute;
    top: 0;
    left: 0;
}

.footerlink .pageTopimg a img.img_on {
    opacity: 0;
}

.footerlink .pageTopimg a:hover img.img_no {
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.footerlink .pageTopimg a:hover img.img_on {
    -webkit-transition: all 0.8s ease-in;
      -moz-transition: all 0.8s ease-in;
      -o-transition: all 0.8s ease-in;
      transition: all 0.8s ease-in;
      opacity: 1;
}
.footerlink .pageTopimg a:not(:hover) img.img_on {
    -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ;
      opacity: 0;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.copyright{
    font-size: 1.2rem;
    color: #fefefe;
    margin: 0.5rem 0 0 0;
    text-align: right;
}
@media screen and (max-width: 767px) {
    footer{
        margin-top: 30px;
    }
    .copyright{
        font-size: 1.2rem;
        color: #fefefe;
        margin: 0;
        padding: 0.5rem 0;
        text-align: center;
    }
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    #wrapper {
        height: 100%;
    }
    .copyright {
        font-size: 1.2rem;
        color: #fefefe;
        margin: 0;
        padding: 0.5rem 0;
        text-align: center;
        background: #eb6c1f;
        width: 100%;
        /*position: absolute;*/
        bottom: 0;
    }
}