 h4 {

 }
 h5 {

 }

 .headerbar{

    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color:#006835;
  
 }

  .headerbar-r{
    font-weight: bold;
    color:white;
  }
  ul.headermenu-rr{
     width:300px;
    margin:0 auto;
    white-space: nowrap;
    color:white;
}

.headermenu-rr li{
    padding:0;
    font-size: 1.2rem;
    text-align: left;
    margin-top:-5px;

}
.headermenu-rr li i{
    font-size: 1.2rem;
}
.headermenu-rr li a{
    color:white;
}
.headermenu-rr li a:hover{
    text-decoration: none;
}
 .menu{
   display:flex;
   list-style: none;
     padding: 10px 0px;
    justify-content: center;
        max-width: 1245px;
    margin: 0 auto;
}
.menu img{
   /* border:1px solid white; */
   /* max-width:100%; */
}
img.maquee{
    border:none !important;
    max-height:1.8vw;
    width:auto !important;
}
@media (max-width:1800px) and (min-width:1025px) {
    img.maquee{
    max-height:2.3vw;
    }
}
@media (max-width:1024px) {
    img.maquee{
    max-height:2.8vw;
    }
}
ul.menu li{

}
 .menu-icon1 {margin-right:10px; }
 .menu-icon1,.menu-icon2,.menu-icon4{
    width:15%;  
}
 li.menu-icon3 {
    width:50%;
}
li.message_roll{

      position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
   /*width: 100%;*/
    padding: 0 8px;

    font-weight: bold;

    max-height:58px;
    display: flex;
    align-items: center;

}
li.message_roll marquee{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);

}
li.message_roll::before{
    transform: skewX(-20deg);
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color: white;
}
.marquee p {
    overflow: hidden;
    margin: 0;

}
.marquee p img{
	margin:0;
    /*padding-left:600px;*/
    display:inline-block;
    white-space:nowrap;
	animation-name:marquee; animation-timing-function:linear;
	animation-duration:15s; animation-iteration-count:infinite;
	}
@keyframes marquee {
	from   { transform: translate(100%);} 
	99%,to { transform: translate(-100%);}
	}
img.Published_icon{
    /*border:1px solid white;*/
    }
.poster-cover{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #006835;
}
 .poster{
     max-width: 1280px;
     background: #006835;
     /* width: 76vw;
     margin-left: 1.9vw; */
     padding: 10px 0px;
     margin: 0px auto;
}
}
 .post-big img{
     
}
 .poster-info{
     background-color: rgb(13,87,3);
     font-size: 18px;
     color: #fff;
     border-radius: 10px;
     /* padding: 5px; */
}
.main-info{padding-left: 20px; font-size: 15px;}
 .poster-info h3{
     background-color: #fff;
     color: #006d2f;
     padding: 5px;
     border-radius: 10px 10px 0 0;
}

 .poster-info h4{
     padding: 5px 5px 5px 10px;
     border-top: #fff dotted;
     border-top-width: 3px;
}

 .poster-info b{
     padding: 5px;
 }
 .cover{
     /* width: 76vw; */
     height: 30vw;
     /* margin-left: 1.9vw; */
     padding: 9px 0px;
     background-image: url("/storage/uploads/others/homebanner.png");
     background-repeat: no-repeat;
     background-size: cover;
     margin-top: 20px;
     margin-bottom: 20px;
}
 .cover img{
    padding: 7px; 
  /*   height: 38%; */
}
 .content{
    /* width: 76vw;
     margin-left: 1.9vw; */
     padding: 10px 0px;
     margin: 0px 2px;
     height: fit-content!important;
}
.aboutus{
    font-size:1.5rem;
}
 .content-item{
     margin: 5px 0px;
     /*padding-bottom: 8px;*/
     border-radius: 5px;
     border: 1px solid #999;
     overflow: hidden;
     box-shadow: 0 0 3px 1px #ccc; 
     color:black;
     font-size:.9rem;
}

.content-item:hover{
    text-decoration: none;
    color:black;
    position: relative;
    top:1px;
    left:1px;
}
.content-item-img {
    width: 100%;
    max-width: 150px;
    position: relative;
   
  }
  .content-item-img::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .content-item-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
  }
.content-item-desc{
    
   /* height:130px; */
    
    overflow:hidden; 
    text-overflow: ellipsis;
   
    
    text-align: left; 
    /*padding-left: 0px;*/
}
.content-item-desc p{
    /*line-height: .5rem;*/
}
.pagination-section ul{
    justify-content: center;
}
.pagination{
    flex-wrap:wrap;
}
.content-header{
    /* background: #006d2f; */
    padding: 7px 7px 0 7px;
    margin-top: 0px;
    color: #fff;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#299a0b+0,299a0b+100;Green+Flat+%231 */
background: #299a0b; /* Old browsers */
background: -moz-linear-gradient(top,  #299a0b 0%, #299a0b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #299a0b 0%,#299a0b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #299a0b 0%,#299a0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */

}
_::-webkit-full-page-media, _:future, :root content-header {
    padding: 9px 7px 0 7px;
}
.content-btn{
    padding: 5px 5vh!important;
}
 .divider{
   /* width: 76vw; */
     /*margin-left: 1.9vw; */
     padding: 10px 0;
     margin-top:20px;
     margin-left: 10px;
     margin-bottom:10px;
     background: url("/assets/images/divider_line.png") repeat-x left center;
     
}
 .divider img{
    background: #fff;
     max-width:370px;
  
     padding-right:10px;
}
 .footer{
    background-color:#006835;
     padding: 15px 20px;
     border-radius: 5px;
     color: #eee;
     text-align: center;
     font-weight: bold;
     font-size:1.5rem;
}
ul.footermenu-l{
     width:300px;
    margin:0 auto;
    white-space: nowrap
}
.footermenu li{
    padding:5px 0;
    
}
.footermenu-l li{
    padding:0;
    font-size: 1.4rem;
    text-align: left;
    margin-top:-5px;

}
.footermenu-l li i{
    font-size: 1.5rem;
}
.footermenumobile{
    font-size: 4vw;
}
.footer a {
    color: #eee;
     text-decoration: none;
     
}
 .footer a:hover {
    color: #fff;
}
 .cover-btn{
     margin: 3vw 10.2vw;
}
 .cover-btn .row .text-center{
    margin-bottom: 2vw; 
}
 .cover-btn .row .text-center img{
  /*  height: 60px;  */
}
 .search {
     width: 100%;
     position: relative;
     display: flex;
     margin:10px 0;
}
 .searchTerm {
    width: 100%;
    border: 3px solid #000;
    border-right: none;
    padding: 5px;
    height: 60px;
    border-radius: 10px 0 0 10px;
    outline: none;
    font-size: 22px;
    background: white;

}
 .searchButton {
    width: 60px;
    height: 60px;
    border: 3px solid #000;
    border-left: none;
    background: #006d2f;
    text-align: center;
    color: #fff;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    font-size: 22px;
    padding-left: 4px;
}
.home-ban-btn,.home-ban-btn:hover{
    padding: 8px 6px!important;
    height: 60px;
    border: 3px solid white;
    border-radius: 10px;
    font-size: 24px;
    background-color: rgb(0,112,49);
    width: 150px;
}
.banner-image-big{height:auto;width:100%;}

.blue{
    background: #bdd590; width: 35%;
}
.green{
    background: #99afbf; width: 65%;
}
.post-show-bottom{
    border: 1px solid #ccc;
    padding: 4px;
    margin-bottom: 10px; 
    border-radius: 5px;
}
/*Resize the wrap to see the search bar change!*/
 .wrap{
     width: 90%;
     margin-top:5px;
}
.wrapper {
    display: flex;
    justify-content: left; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
   
}
.abs-desc{
    height: calc( 1.2em * 6 - 0.5em);
    line-height: 1.2;
    overflow: hidden;
}
.avatar-info{
    position: relative;
    left:-8px;
}
 @media only screen and (max-width: 1199px) {
    ul.menu{
        padding:10px 30px;
    }
     .menu-icon img{
    }
    }
    /*     width: 10.65vw!important; */
    }
     .menu-icon-2 img{
    /*     width: 20.5vw!important; */
    }
}
 @media only screen and (max-width: 991px) {
     body{
         font-size: 16px;
    }
     .menu{
        width: 100%;
         margin: 0px 1vw;
         padding: 10px 0px;
         padding-left: 10px;
    }
     .menu-icon img{
         width: 13vw!important;
    }
     .menu-icon-2 img{
         width: 27vw!important;
    }
     .poster{
        background: linear-gradient(#00914e, #006d2f);
         /*width: 100%;*/
         /* margin-left: 1.9vw; */
         padding: 10px;
    }
     .cover{
         width: 100%;
         height: 100%;
         margin: 0px 1vw;
         padding: 10px 0px;
         background-image: url("/assets/images/TOP_backgroundimg_sample.png");
         background-repeat: no-repeat;
         background-size: cover;
    }
     .content{
     /*   width: 100vw; */
         margin: 0px;
         padding: 10px 0px;
         text-align: left;
    }
     .divider{
        width: 100%;
         margin-left: 0px 1vw;
         padding: 10px 0px;
         border-top: 3px solid #00914e;
         margin-top:30px;
         margin-bottom:10px;
    }
     .footer{
         width: 100vw;
         margin: 0px;
    }
     .cover-btn{
         margin: 3vw 22vw;
    }
}
 @media only screen and (max-width: 767px) {
     body{
         font-size: 14px;
    }
     .menu{
        width: 100%;
         margin: 0px 1vw;
         padding: 10px 0px;
        /* padding-left: 10px; */
    }
     .menu-icon img{
         width: 13vw!important;
    }
     .menu-icon-2 img{
         width: 26.1vw!important;
    }
     .cover-btn{
         margin: 1vw 8vw; /* height: 20px; */
    }
     .cover-btn .row .text-center{
      /*  margin-bottom: 12px; */
      padding:0;
    }
    .divider img{
        width:70%;
    }
    .content-item-desc{
     /*   height: 120px; */
    }
}
@media only screen and (max-width: 425px) {
   .poster{position: absolute; top: 10px; left: auto;}
   .banner-image-big{height:auto;width:400px;}
   .menu{margin-top: 100vw;}
   .poster-info{font-size: 11px; margin-top: 10px; background: none;}
   .menu-icon img{width: 40vw!important; margin-left: 3vw;}
   .menu-icon-2 img{width: 80vw!important;}
   .cover{height: auto;}
   .cover-btn{margin: 1vw 3vw;}
   .poster-info h3{font-size: 11px; margin-bottom: 2px; display: none;}
   .cover-btn .row .text-center img{
   /*  height: 40px; */
   }
   .home-ban-btn,.home-ban-btn:hover{
    padding:4px 0 4px 4px !important;
    height:auto;
    border: 2px solid white;
    border-radius: 5px;
    font-size:.7rem;
    background-color: rgb(0,112,49);
    width: 100%;
}
   .post-show-bottom{border: 2px solid #111; padding: 4px; width: 100%; margin-bottom: 15px;}
   .post-big img{
    /*
    width: 94%;
    padding: 5% 3%;
    */
}
    .searchTerm {
        width: 100%;
        padding: 5px;
        height: 31px;
        border-radius: 5px 0 0 5px;
        outline: none;
        font-size: 13px;
        background: #FDFEFD;
        border:2px solid black;
   }
    .searchButton {
        width: 28px;
        height: 31px;
        border: 2px solid #000;
        border-left: none;
        background: #006d2f;
        text-align: center;
        color: #fff;
        border-radius: 0 5px 5px 0;
        cursor: pointer;
        font-size: 12px;
        padding-left: 4px;
   }
   .poster-info h4{
    padding: 4px 4px 4px 7px;
    border-top: #fff dotted;
    border-top-width: 1px;
    font-size: 11px;
    margin-top: 2px;
    display: none;
    }
    .aboutus{
        width: 100vw;
        margin: 0px;
        font-size: 1rem;
    }
    .font-size-1{
        font-size: 1rem;
    }
}
 

@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);


body{
    margin: 0;
    /* font-size: .9rem; */
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: white;
    /* max-width:1280px; */
}

.navbar-laravel
{
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
    height: 10vh;
}

.navbar-brand , .nav-link, .my-form, .login-form
{
    font-family: Raleway, sans-serif;
}

.my-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row
{
    margin-left: 0;
    margin-right: 0;
}

.login-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row
{
    margin-left: 0;
    margin-right: 0;
}


/* 求人情報詳細用CSS*/

.itemTitle{
    background-color:#006835;
/*
    padding:3px;
    margin:1.5px 3px;
*/
    text-align:center;
    color:white;
}
.itemContents{

    border-bottom:1px dotted #999;
/*
    padding:3px;
    margin:1.5px 3px;
*/
}
.itemDescriptionTitle{
    font-size: 1.5em;/* フォントサイズ */
    font-weight: bold;/* フォント太さ */
    padding: .5em .7em;
    margin-bottom: 5px;
    position: relative;
    background-color: #e0ebe2;/* 背景色 */
    border-left: solid 2em #1b8440;/* 線 */
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);/* 影 */
    color: #1b833f;/* フォント色 */
    }
    
    .sample_h_21:before {
    position: absolute;
    content: "\f303";
    font-family: "Font Awesome 5 Free";
    padding: 0em;
    font-weight: 900;
    left: -1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    }
    .category-lvl{
        padding: 4px 8px; background: #5BC0DE; color: #fff; border-radius: 3px; line-height: 30px!important; margin: 2px!important; display: inline-block;
    }
  
    .map {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    
    /* Modal Content */
    .map-content {
        background-color: #fefefe;
        margin: auto;
        padding: 10px;
        border: 1px solid #888;
        width: 90%;
        height: 90%; 
    }
    .fancybox-content{
        padding:0;
    }
    
    /*bootstrap hack */
    .navbar-toggler{
        background-color: white;
      }
    .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,104,53,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
      }
      .m_nav_bt{
        display: inline-block;
        width:30%;
        height: auto;
      }
      .grecaptcha-badge { visibility: hidden; }