@charset "utf-8";

/* =============================================
             FONT
================================================ */

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

html,
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/* =============================================
              SVG ICON
================================================ */

@font-face {
    font-family: 'icomoon';
    src: url('../webfonts/icomoon.eot?s7sf82');
    src: url('../webfonts/icomoon.eot?s7sf82#iefix') format('embedded-opentype'), url('../webfonts/icomoon.ttf?s7sf82') format('truetype'), url('../webfonts/icomoon.woff?s7sf82') format('woff'), url('../webfonts/icomoon.svg?s7sf82#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-air:before {
    content: "\e901";
}

.icon-caution:before {
    content: "\e902";
}

.icon-chemical:before {
    content: "\e903";
}

.icon-chemicalResistant:before {
    content: "\e904";
}

.icon-drink:before {
    content: "\e905";
}

.icon-engineer:before {
    content: "\e906";
}

.icon-farming:before {
    content: "\e907";
}

.icon-food:before {
    content: "\e908";
}

.icon-freecall:before {
    content: "\e909";
}

.icon-hose02:before {
    content: "\e90a";
}

.icon-hose03:before {
    content: "\e90b";
}

.icon-industry:before {
    content: "\e90c";
}

.icon-oil:before {
    content: "\e90d";
}

.icon-paint:before {
    content: "\e90e";
}

.icon-powder:before {
    content: "\e90f";
}

.icon-pressure:before {
    content: "\e910";
}

.icon-solvent:before {
    content: "\e911";
}

.icon-special:before {
    content: "\e912";
}

.icon-water:before {
    content: "\e913";
}

.icon-office:before {
    content: "\e914";
}

.icon-factory:before {
    content: "\e915";
}

.icon-logo_w:before {
    content: "\e900";
    color: #fff;
}


/* =============================================
              COMMON
================================================ */

.alpha {
    margin-bottom: 0;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #1d8f5a;
}

.jpTit {
    margin: 0;
    font-size: 1rem;
}

.underTit{
   padding: 30px 0;
    text-align: center;
}

 .space{
    display: inline;
}
     
@media only screen and (max-width: 757px) {
    .view-pc{
        display: none;
    }
    .space{
    display: none;
}
}

@media only screen and (min-width: 576px) {
    .view-sp{
        display: none;
    }
}


/* =============================================
              HEADER
================================================ */

.hd-inner {
    position: relative;
    background-color: #fff;
    position: fixed;
    height: 90px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
}

.hd-inner-dummy {
    height: 90px;
    display: block;
}

.hd-inner h1 {
    width: 400px;
    position: absolute;
    top: 10px;
    left: 27px;
    padding: 0;
    margin: 0;
    z-index: 101;
}

hd-inner h1 a {
    display: block;
}

hd-inner h1 img {}

.hd-inner h1 span {
    font-weight: bold;
    font-size: 1rem;
}

@media only screen and (max-width: 1100px) {
    .hd-inner {
        padding: 5px;
        height: 60px;
    }
    .hd-inner-dummy {
        display: block;
        height: 60px;
    }
    .hd-inner h1 {
        height: 60px;
    }
    .hd-inner h1 img {
        height: 70%;
    }
}

@media only screen and (max-width: 480px){
    .hd-inner h1{
        left:10px;
    }
}

@media only screen and (max-width: 350px){
    .hd-inner h1 img {
        height: 50%;
    }
}

/* =============================================
              GLOBAL NAVI
================================================ */

.drawer-menu ul li {
    list-style: none;
}

.menu ul li {
    list-style: none;
}

#gnav ul li {
    list-style: none;
}

@media only screen and (min-width: 1100px) {
    .top_padding {
        display: table;
        height: 80px;
    }
    #gnav {
        font-size: 100%;
        position: relative;
        z-index: 3;
    }
    #gnav > ul {
        display: table;
        padding-left: 400px;/* logo size*/
        float: left;
        padding-right: 80px;
        min-width: 80%;
        z-index: 4;
    }
    #gnav > ul > li {
        display: table-cell;
        margin-right: 1em;
        text-align: center;
        height: 90px;
        /*  width: 12%;*/
        z-index: 5;
    }
    #gnav > ul > li:hover {
        color: #1d8f59;
    }
    #gnav > ul > li:hover a {
        color: #1d8f59;
        text-decoration: none;
    }
    #gnav > ul > li > a {
        display: block;
        padding: 25.5px 1em 15.5px 0;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        color: #000;
        font-weight: bold;
    }
    #gnav > .head_btn{
        position: absolute;
        right: 20px;
        top: 18px;
    }
    
    .nav_entry .btn {
        font-size: 1.2em;
        text-align: center;
        width: 140px;
    }
}

@-moz-document url-prefix() {
    .win #gnav > ul {
        padding-left: 300px !important;
        width: auto;
    }
    #gnav > ul > li {
        width: 12%;
    }
}


/* =============================================
              DRAWER mobile&tablet menu
================================================ */

.drawer-hamburger {
    display: none;
}

@media only screen and (max-width: 1100px) {
    /* mobile menu */
    .top_padding {
        display: table;
        height: 80px;
    }
    .drawer-nav {
        background: #1d8f59;
        padding: 20px 0 0 10px;
        z-index: 120;
    }
    .drawer-overlay {
        background-color: rgba(0, 0, 0, .4);
    }
    .drawer-hamburger {
        display: block;
        width: 40px;
        padding-top: 13px;
        padding-bottom: 13px;
        right: 15px !important;
    }
    .drawer-hamburger-icon {
        width: 36px;
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        background: #1d8f59;
    }
    .drawer-hamburger-txt {
        color: #1d8f59;
        left: 0;
        position: relative;
        top: 13px;
        font-family: 'lato', sans-serif;
        font-weight: bold;
        font-size: 12px;
        display: block;
    }
    .drawer-hamburger-txt:after {
        content: "menu";
    }
    .drawer--right.drawer-open .drawer-hamburger {
        z-index: 121;
        background: #1d8f59;
        padding: 15px 10px 16px 10px;
        right: 16.25rem !important;
    }
    .linux .drawer-hamburger {
        top: 10px;
    }
    .linux .drawer--right.drawer-open .drawer-hamburger {
        top: 0;
    }
    .drawer--right.drawer-open .drawer-hamburger-icon:after,
    .drawer--right.drawer-open .drawer-hamburger-icon:before {
        background: #fff;
    }
    .drawer--right.drawer-open .drawer-hamburger-txt {
        background: none;
    }
    .drawer--right.drawer-open .drawer-hamburger-txt:after {
        content: "close";
        color: #fff;
    }
    .drawer-menu > li.menu__none > a {
        color: #1D8F59;
        background: #fff;
        border: solid #1d8f5a 1px;
        display: inline-block;
        padding: 5px 20px;
        margin-bottom: 5px;
        width: 90%;
    }
    .drawer-menu > li.menu__none > a:hover {
        background: #2bab6d;
        text-decoration: none;
        color: #fff;
    }
    .drawer-menu > li >a {
        color: #fff;
    }
    .drawer-menu > li {
        padding: 5px 0 5px 0;
    }
    .drawer-nav span.nav_entry >.btn {
        width: 90%;
        display: inline-block;
        text-align: left;
        padding: 5px 20px;
        float: none;
        margin-bottom: 5px;
    }
    .drawer-nav span.nav_entry >.btn-primary{
        border-color: #fff;
    }
}

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

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


/* --------------------------------------------
    BTN
------------------------------------------------*/

.btn,
.btn::before,
.btn::after {
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-w {
    border-radius: 0px;
    color: #1D8F59;
    background: #fff;
    border: solid #1d8f5a 1px;
    text-decoration: none;
}

.btn-w:hover {
    background: #2bab6d;
    text-decoration: none;
    color: #fff !important;
}

.btn-line {
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff !important;
    text-decoration: none;
}

.btn-line,
.btn-line:before,
.btn-line:after {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-line:hover {
    background-color: rgba(255, 255, 255, .2);
}

.btn-greenline {
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid;
    border-color: #2bab6d;
    color: #2bab6d !important;
    text-decoration: none;
}

.btn-greenline:hover {
    background: #2bab6d;
    color: #fff !important;
}


/* =============================================
              footer
================================================ */

footer {
    background: #5d5d5d;
    padding-top: 40px;
}

footer ul {
    list-style-type: none;
}

footer ul li{
    display: inline-block;
    margin-right: 2em;
}
footer ul li a{
    text-decoration: none;
    color: #fff;
}

#footer a:hover {
    text-decoration: none;
    color: #e2e1e1;
}

.foot_inq span{
    color: #fff;
    display: inline-block;
    padding: 10px 0 30px 5px;
    letter-spacing: 0.1em;
}


.foot_bottom {
    border-top: 1px solid #c2c1c1;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 30px;
}

div.Copyright {
    color: #fff;
    padding: 20px;
}

div.Copyright address {
    font-size: 90%;
    color: #fff;
}

.page_top {
    position: fixed;
    bottom: -40px;
    right: 0%;
    z-index: 100;
}

.page_top a {
    display: block;
    width: 110px;
    height: 130px;
    background: url(../images/pagetop.svg) no-repeat;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.page_top a:hover {
    background: url(../images/pagetop_on.svg) no-repeat;
}


/* --------------------------------------------
    FOOTER SP
------------------------------------------------*/

@media screen and (min-width: 771px) and (max-width: 1200px) {
   
}

@media screen and (min-width: 481px) and (max-width: 770px) {
    .foot_inq dd.call {
        font-size: 1.2rem;
    }
    .page_top {
        right: 0%;
        z-index: 100;
    }
}

@media screen and (max-width: 480px) {
    .foot_inq {
        text-align: center;
    }
    div.Copyright {
        text-align: center;
        padding-top: 0px;
    }
    .page_top {
        right: 0;
        z-index: 100;
        bottom: -30px;
    }
    .page_top a {
        width: 80px;
        height: 95px;
        background: url(../images/pagetopS.svg) no-repeat;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .page_top a:hover {
        background: url(../images/pagetopS_on.svg) no-repeat;
    }
}


/* =============================================
          INDEX TOP img
================================================ */

.bg_topimg {
    position: relative;
    overflow: hidden;
    background: #EEEDEC;
    padding: 0;
    height: 570px;
}

.top_inner {
    position: relative;
    text-align: center;
    height: 100%;
    width: 100%;
}

.top_txt {
    -webkit-animation: anime 10s linear 0s forwards;
    animation: anime 10s linear 0s forwards;
    background: #009740;
    color: #fff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 50px;
}

.top_txt >h2 {
    text-align: center;
    line-height: 1.2;
    margin-top: 80px;
}
.top_txt >h2 span{
    color:#fff;
    display: inline-block;
}

@-webkit-keyframes anime {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1) rotate(0.1deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1) rotate(0.1deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0) rotate(0.1deg);
        opacity: 1;
    }
}

@keyframes anime {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1) rotate(0.1deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1) rotate(0.1deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0) rotate(0.1deg);
        opacity: 1
    }
}

.top_inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top_inner ul li {
    position: absolute;
}

.top_inner ul li#hose01 {
    top: 0;
}

.top_inner ul li#hose02 {
    bottom: 0;
}

.top_inner ul li#hose03 {
    right: 0;
    top: 0;
    text-align: right;
}

.top_inner ul li.top_menber {
    bottom: 0;
}

.top_inner ul li.top_menber span.voice {
    opacity: 0;
    position: absolute;
}

.top_inner ul li.top_menber:hover span.voice {
    opacity: 1;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    cursor: pointer;
}

.top_inner ul li.top_menber span.profile {
    line-height: 1.4;
    display: inline-block;
    font-size: 1em;
    position: absolute;
    color: #000;
}

.top_inner ul li#top_menber01 {
    left: 20%;
}

.top_inner ul li#top_menber01 span.voice {
    left: -40%;
    bottom: 10px;
}

.top_inner ul li#top_menber01 span.profile {
    left: -30%;
    top: 40%;
}

.top_inner ul li#top_menber02 {
    left: 43%;
}

.top_inner ul li#top_menber02 span.voice {
    left: -40%;
    bottom: 10px;
}

.top_inner ul li#top_menber02 span.profile {
    left: -24%;
    top: 28%;
}

.top_inner ul li#top_menber03 {
    left: 72%;
    bottom: 0;
}

.top_inner ul li#top_menber03 span.voice {
    left: -19%;
    top: 52%;
}

.top_inner ul li#top_menber03 span.profile {
    left: -19%;
    top: 35%;
}

@media only screen and (max-width: 1100px) {
    .top_inner ul li.top_menber span.profile {
        display: none;
    }
    .top_inner ul li#top_menber01 {
        left: 10%;
    }
    .top_inner ul li#top_menber01 span.voice {
        left: -10%;
        top: 50%;
    }
    .top_inner ul li#top_menber02 {
        left: 30%;
    }
    .top_inner ul li#top_menber02 span.voice {
        left: 0%;
    }
    .top_inner ul li#top_menber03 {
        left: 60%;
    }
    .top_inner ul li#hose03 img {
        width: 60%;
        margin-top: 50px;
    }
}


/* --------------------------------------------
     INDEX TOP img SP
------------------------------------------------*/

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

@media screen and (max-width: 480px) {
    .bg_topimg {
        height: 500px;
    }
    .top_txt {
        width: 200px;
        height: 200px;
        margin-top: 100px;
    }
    .top_txt >h2 {
        font-size: 1.5em;
        margin-top: 65px;
    }
    
    .top_inner ul li#hose01{
        left:-20%;
    }
    .top_inner ul li#hose01 img {
        width: 80%;
    }
    .top_inner ul li#hose02 {
        left: -20%;
        bottom:-10%;
    }
    .top_inner ul li#hose02 img {
        width: 80%;
    }
    .top_inner ul li#hose03 {
        right: -20%;
    }
    .top_inner ul li#hose03 img {
        width: 50%;
    }
    .top_inner ul li.top_menber span.voice {
        display: none;
    }
    .top_inner ul li.top_menber {
        width: 33%;
    }
    .top_inner ul li#top_menber01 {
        left: 0%;
    }
    .top_inner ul li#top_menber01 img {
        width: 120%;
    }
    .top_inner ul li#top_menber02 {
        left: 20%;
    }
    .top_inner ul li#top_menber02 img {
        width: 130%;
    }
    .top_inner ul li#top_menber03 {
        left: 50%;
    }
    .top_inner ul li#top_menber03 img {
        width: 165%;
    }
}


/* =============================================
      INDEX NEWS
================================================ */

.newswrap {}

.news {
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    min-height: 110px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.newsTitWrap {
    float: left;
    width: 20%;
}

.news h2 {
    text-align: left;
}

.news h3 {}

.news dl {
    float: left;
    padding-top: 20px;
    width: 80%;
}

.news dl dt {
    float: left;
    width: 15%;
    clear: both;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.news dl dd {
    float: left;
    padding: 10px;
    width: 85%;
    border-top: 1px solid #ccc;
}

.news dl dt:first-child {
    border: none;
}

.news dl dd a {
    color: #000;
}

.news dl dd:nth-child(2) {
    border: none;
}


/* --------------------------------------------
     INDEX NEWS SP
------------------------------------------------*/

@media screen and (max-width: 1100px) {
    .news dl dd {
        padding-left: 10%;
    }
}
@media screen and (max-width: 480px) {
    .news {
        margin-bottom: 20px;
    }
    .news_inner {
        width: 100%;
        margin: 0;
        padding: 0 0 10px 0;
    }
    .newsTitWrap {
        margin: 0;
        padding: 0 0 0 10px;
        text-align: center;
    }
    .newsTitWrap h3,
    .newsTitWrap h2 {
        text-align: center;
    }
    .newsTitWrap,
    .news dl,
    .news dl dt,
    .news dl dd {
        clear: both;
        width: 100%;
    }
    .newsWrap {
        overflow: scroll;
        height: 200px;
        width: 100%;
    }
    .news dl {
        margin-top: 0;
    }
    .news dl dt {
        padding-bottom: 0;
        padding-top: 0;
    }
    .news dl dd {
        border-top: none;
        padding-top: 0;
    }
}


/* =============================================
      コンテンツ
================================================ */

.top_contents_btn{
    min-height: 200px;
    width: 100%;
      -webkit-transition-property: all;
    transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
    
}

.top_contents_btn a{
    background: rgba(0,151,64,0.8);
    display: block;
    width: 50%;
    min-height: 200px;
    color:#fff;
    text-align: center;
      -webkit-transition-property: all;
    transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.top_contents_btn:hover a{
    width: 100%;
    text-decoration: none;
}

.top_contents_btn a h2{
    color:#fff;
    padding-top: 60px;
}
.top_contents_btn a i{
    margin-top: 30px;
}
#business_btn{
    background:url(../images/btn_top_business.jpg);
}

#company_btn{
    background:url(../images/btn_top_company.jpg);
}



/* --------------------------------------------
    SP
------------------------------------------------*/

@media screen and (max-width: 480px) {
    
    .top_contents_btn a h2{
        font-size: 1.4em;
        padding-top: 20px;
    }
    .top_contents_btn{
    min-height: 100px;
    }
    
    .top_contents_btn a{
        min-height: 100px;
    }
    .top_contents_btn a i{
    margin-top: 20px;
    }
    
    #business_btn,#company_btn{
    background-size:100%;
    }

}


/* =============================================
      TOP MESSAGE
================================================ */
.top_message_wrap{
    margin-top: 20px;
    background: #009740;
    padding-bottom: 50px;
}

.top_message_tit{
    text-align: center;
    padding: 20px 0 30px;
}
.top_message_tit h2,.top_message_tit h3{
    color:#fff;
}

.top_message_txt{
    background: #fff;
     padding: 30px;
    box-sizing: border-box;
}
.top_message_txt p{
    line-height: 2;
    font-size: 1.1em;
}
.top_message_txt p.name{
    text-align: right;
    font-weight: bold;
    font-size: 1.4em;
}

.top_message_txt p.name span{
    font-weight: normal;
    margin-right: 10px;
    font-size: 0.7em;
}

/* --------------------------------------------
    SP
------------------------------------------------*/

@media screen and (max-width: 480px) {
    .top_message_txt {
        margin-top: 20px;
    }
    .top_message_txt p{
        line-height: 0.9em;
        line-height: 1.6;
    }
}



/* =============================================
      menbers
================================================ */

.top_menbers_wrap{
    margin: 20px 0;
    padding-top: 20px;
    text-align: center;
}

.top_menbers_tit{
    text-align: center;
    margin-bottom: 30px;
}

.top_menbers_btn{
    position: relative;
}

.top_menbers_btn img{
    border: 2px solid;
    border-color: #009740;
    max-width:100%;
}

.top_menbers_btn:after{
    position: absolute;
    content: "";
    background: url(../images/bg_dot_green.png) ;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: 5%;
    right:20%;
    z-index: -5;
}

.top_menbers_btn span{
    display: block;
    margin-top: 20px;
}


.top_menbers_btn:hover:after{
    width: 155px;
    height: 155px;
    top: 8%;
     -webkit-transition-property: all;
    transition-property: all;
  	-webkit-transition: 0.3s linear;
  	transition: 0.3s linear;
}

/* --------------------------------------------
    SP
------------------------------------------------*/

@media screen and (max-width: 480px) {
    .top_menbers_btn:after{
        display: none;
    }
}



/* =============================================
      foot-contents
================================================ */

.foot-contents{
    margin-top: 30px;
    margin-bottom: 30px;
}
.line-btn{
    display: block;
    border: 1px solid;
    border-color: #009740;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 10px;
}

.line-btn:hover{
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

/* --------------------------------------------
    SP
------------------------------------------------*/

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

/* =============================================
              under  comon
================================================ */

.underTit h4{
    margin: 30px 0 0 0;
    padding: 2em;
    line-height: 1.4;
    box-sizing: border-box;
}


/* --------------------------------------------
    comon SP
------------------------------------------------*/

@media screen and (max-width: 480px) {
    .underTit h4{
        font-size: 1.1em;
    }
    
} 


/* =============================================
          COMPANY
================================================ */

.under-Txt{
    margin-top:30px;
    margin-bottom: 30px;
    text-align: center;
}

.under-Txt > h2{
    color:#1d8f59;
    text-align: center;
    margin-bottom:40px;
    border: 1px solid;
    border-color: #1d8f59;
    padding: 10px 4em;
    display: inline-block;
    background: #fff;
    width: 100%;
    position: relative;
}

.under-Txt > h2:after{
    position: absolute;
    content: "";
    background: url(../images/bg_dot_green.png);
    width: 90%;
    height: 2em;
    top: 10%;
    left:3%;
    z-index: -5;
}
.under-Txt p{
    line-height: 2;
    text-align: left;
}


.under-Txt h3{
    font-size: 1.4em;
    font-weight: bold;
}

.list ul{
    display: inline-block;
    text-align: left;
    margin-top: 1rem;
    padding: 0 1rem;
}

.list li{
    list-style: none; 
    font-size: 14px;
    margin: auto;
}

.list li span{
    text-indent: 1em;
}


.job_01::before{
    background: #a3dbf4;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    margin-right: 5px;
    border-radius: 3px;
}

.job_02::before{
    background: #70b062;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    margin-right: 5px;
    border-radius: 3px;
}

.job_03::before{
    background: #dbdf19;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    margin-right: 5px;
    border-radius: 3px;
}

.job_04::before{
    background: #a979ad;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    margin-right: 5px;
    border-radius: 3px;
}

.job_05::before{
    background: #EA617D;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    margin-right: 5px;
    border-radius: 3px;
}

.job_06::before{
    background: #38a8eb;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    margin-right: 5px;
    border-radius: 3px;
}


.job_07::before{
    background: #cd5638;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    margin-right: 5px;
    border-radius: 3px;
}



.list li span{
    display: block;
    font-size: 12px;
}


.staff_number h3{
    display: inline-block;
    float: left;
}

.number{
    color:#1d8f59;
    font-size: 1.5em;
    font-weight: normal;
}

.number span{
    font-size: 3em;
    font-weight: bold;
}
.number i{
    font-size: 3em;
}

.environment{
    border: 2px solid;
border-color: #CCEAD9;
    color:#1d8f5a;
    padding: 20px 0;
    margin: 20px 0 10px 0;
}
.nav-tabs, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;
}


/* --------------------------------------------
    COMPANY SP
------------------------------------------------*/

@media screen and (max-width: 480px) {
    .number span{
    font-size: 2em;
}
    
     .under-Txt h2{
        padding: 10px;
    }
    .under-Txt h2:after{
        top: 5%;
        left:3%;
    }
    
}



/* =============================================
          BUSINESS
================================================ */

.features{
    text-align: center;
}

.features h2{
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 20px;
}

.features h2 span{
    font-size: 3.5em;
    margin: 0 5px;
}

.features .row{
    margin-bottom: 50px;
}
.features_phot{
    box-sizing: border-box;
    position: relative;
}

.features_phot img{
    border: 2px solid;
    border-color: #009740;
}

.features_phot:after{
    position: absolute;
    content: "";
    background: url(../images/bg_dot_green.png);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    top: 10%;
    right:0%;
    z-index: -5;
}
.features_txt{
    text-align: left;
}

.features_txt > h3{
    color:#009740;
    font-weight: bold;
}
.features_txt > h3 > span{
    font-weight: normal;
    font-size:0.6em;
    padding-bottom: 10px;
    display: inline-block;
}

.features_txt p{
    line-height: 1.8;
}

.features_txt p>span{
    color: #1d8f59;
    font-size: 18px;
   
}

.under-Txt_b_wrap{
    margin-top:30px;
    padding-bottom: 10px;
    text-align: center;
}

.under-Txt_b_wrap > h2{
    color:#fff;
    text-align: center;
    margin-bottom:20px;
    padding: 20px 0;
    display: inline-block;
    background: #1d8f59;
    width: 100%;
    font-size: 1.4em;
    box-sizing: border-box;
}

.under-Txt_b{
    margin-bottom:30px;
}
.under-Txt_b p{
    line-height: 2;
    text-align: left;
}

/* --------------------------------------------
    BUSINESS SP
------------------------------------------------*/

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


/* =============================================
          GUIDELINE
================================================ */


.mtb-20{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    display: block ;
}

.employment h2{
    color:#1d8f59;
    text-align: center;
}
.table_employment{
    width: 100%;
    margin-bottom: 60px;
}

.table_employment th{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background: #eee;
}
.table_employment td{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.flow{
    text-align: center;
    width: 10em;
}

/* --------------------------------------------
    SP
------------------------------------------------*/

@media screen and (max-width: 480px) {
    .table_employment td,.table_employment th{
        width: 100%;
        display: block;
    }
    
    .table_employment{
        border: none;
    }
    .table_employment th{
        text-align: center;
        background: #eee;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .flow{
     margin: 0 auto;   
    }
}


/* =============================================
              menbers
================================================ */

.menbers_wrap{
    margin: 50px 0 100px 0 ;
}

.menbers_btn{
    position: relative;
    text-align: center;
}

.menbers_btn img{
    border: 2px solid;
    border-color: #009740;
    max-width:100%;
}

.menbers_btn:after{
    position: absolute;
    content: "";
    background: url(../images/bg_dot_green.png) ;
    width: 40%;
    height: 50%;
    bottom: 30%;
    left:33%;
    z-index: -5;
}

.menbers_btn span{
    display: block;
    margin-top: 20px;
}

.menbers_btn:hover{
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

.job_cate{
    line-height: 2;
}

.staff_name{ 
    font-weight: bold;
    font-size: 2em;
    margin: 20px 0 50px 0;
}

.outline{
    line-height: 2;
}
.job_detail{
    margin-top: 50px;
    margin-bottom: 50px;
}

.job_detail h2{
    text-align: center;
    color: #1d8f59;
    margin-top:40px;
    margin-bottom:20px;
    font-size: 1.8em;
    font-weight: bold;
}
.job_detail p{
    line-height: 2;
}

.timeSch{
    text-align: center;
    border: 2px solid;
    border-color: #e5e5d1;
    padding-right: 30px;
}

.timeSch h2{
    text-align: center;
}
.timeline {
    margin-top: 50px;
    margin-bottom: 50px;
    list-style: none;
    text-align: left;
}
.timeline > li {
  margin-bottom: 60px;
}

.timeline-date{
    font-size: 1.5em;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 10px;
    text-align: right;
    padding-right: 20px;
      font-size: 2em;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}


/* --------------------------------------------
     menbers SP
------------------------------------------------*/

@media screen and (max-width: 780px) {
    .menbers_btn:after{
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .menbers_btn:after{
        display: none;
    }
}

/* =============================================
              entry
================================================ */

.inquiry .form_wrapp {
    background: #fff;
    border: 2px solid;
    border-color: #cfe4b1;
    margin-bottom: 30px;
}

.inquiry .form-group {
    border-bottom: 1px dotted;
    border-color: #cfe4b1;
    padding-bottom: 20px;
}

.inquiry .form-group:first-child {
    margin-top: 35px;
}
.inquiry .form-group:last-child {
    border-bottom: none;
}

.form_foot {
    text-align: center;
    padding: 25px 0 20px 0 !important;
    margin-bottom: 20px !important;
}
.form_foot ul {
    list-style: none;
    font-size: 1em;
}

.form_foot li {
    display: inline-block;
    margin-right: 20px;
}

.form_wrapp .btn {
    width: 100%;
    padding: 20px 0;
}
p.error_msg {
	font-family: 	"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	background: 	#ffdfde;
	padding: 	10px 10px 10px 30px;
	margin:		50px 0 20px 0;
	font-size: 	14px;
	color: 		#d61800;
	font-weight: 	bold;

}
p.ok_msg {
	font-family: 	"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	background: 	#eff7de;
	padding: 	10px 10px 10px 30px;
	margin: 	50px 0 20px 0;
	font-size: 	14px;
	color: 		#089600;
	font-weight: 	bold;
}