@charset "utf-8";
/* CSS Document */

.news-wrapper{
    margin-top: 100px;
}

ol.news-tab{
    display: flex;
    margin-bottom: 30px;
}

ol.news-tab li{
    margin-right: 15px;
}

ol.news-tab li label{
    padding: 5px 15px!important;
    display:inline-block;
    cursor: pointer;
    border: 1px solid #B7B7B7;
    line-height: 1;
    font-size: 1.8rem;
    transition: transform 0.5s;
}

ol.news-tab li label:hover{
    background-size: 100% 1px;
    transform: scale(1.05);
}

ol.news-tab li label.All:hover,
ol.news-tab li label.products:hover,
[value="All"]:checked ~ .news-tab [for="All"], 
[value="products"]:checked ~ .news-tab [for="products"],
dl.news-item dt span.products{
    color: #E60000;
    border: 1px solid #E60000;
}

ol.news-tab li label.oshirase:hover,
[value="oshirase"]:checked ~ .news-tab [for="oshirase"],
dl.news-item dt span.oshirase{
    color: #338BFF;
    border: 1px solid #338BFF;
}

ol.news-tab li label.pressrelease:hover,
[value="pressrelease"]:checked ~ .news-tab [for="pressrelease"],
dl.news-item dt span.pressrelease{
    color: #032981;
    border: 1px solid #032981;
}

[value="All"]:checked ~ .news-group [data-category] {
    display: block;
}

[value="oshirase"]:checked ~ .news-group .news-list:not([data-category~="oshirase"]), 
[value="products"]:checked ~ .news-group .news-list:not([data-category~="products"]), 
[value="pressrelease"]:checked ~ .news-group .news-list:not([data-category~="pressrelease"]){
    display: none;
}

/*  ラジオボタンを非表示に */
input[type="radio"] {
    position: absolute;
    left: -9999px;
}

li.news-list > div.no-link,
li.news-list a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    transition: all 0.4s;
    border-bottom: 1px solid #707070;
}

li.news-list a:hover{
    cursor: pointer;
    border-bottom: 1px solid #E60000;
}

dl.news-item{
    width: calc(95% - 45px);
    transition: all 0.4s;
}

li.news-list a:hover dl{
    opacity: 0.65!important;
}

li.news-list a:hover dl dd{
    color: #E60000!important;
}

dl.news-item dt{
    margin-bottom: 5px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

dl.news-item dt span{
    margin-left: 25px;
    padding: 2px 15px;
    line-height: 1;
}

.angle-right{
    color: #E60000;
    width: 40px;
    height: 40px;
    border: 1px solid #e60000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

li.news-list a:hover .angle-right{
    color: #FFFFFF;
    transition: all 0.4s;
    background-color: #E60000;
}

dl.news-item dd:nth-of-type(n+2){
    margin-top: 10px;
}

dl.news-item dd ul.dot{
    margin-top: 5px;
}




/* ヘッダー */
#header{
    width: 100%!important;
    max-width: inherit;
    border-bottom: solid 4px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    padding: 15px 0;
}

#header div.header{
    position: absolute; /* 追加 */
    width: 90%;
    max-width: 1366px;
    height: 105px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 999;
}

.header > div{
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center!important;
}

#top_logo {
    height: 45px;
    margin-top: 5px;
}

nav{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
} 

nav ul.dropmenu{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dropmenu > li{
    /*position: relative;*/
    width: auto;
    height: 65px;
    margin: 0 25px 0 0;
}

ul.dropmenu > li span{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

div.nav-child{
    white-space: nowrap!important;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    background-color: rgba(25,25,25,0.9);
}

div.nav-info{
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 35px 0 50px!important;
    text-align: left;
}

div.nav-info div{
    display: inline-flex;
    justify-content:flex-start;
    align-items: center;
    position: relative;
}

div.nav-info div a{
    display: block;
    color: #FFFFFF!important;
    font-size: 21px;
    width: 100%;
    height: 100%;
    padding: 10px;
}

div.nav-info ul{
    width: 100%!important;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
    padding: 0;
}

div.nav-info ul li{
    width: calc(23% - 20px);
    list-style: none;
    margin: 20px 2% 0 0;
    padding: 0 10px 10px;
	position: relative;
}

div.nav-info ul li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background:#fff;
    transition: all .3s;
    transform: scale(1, 1);
    transform-origin: top left;
}

div.nav-info ul li:hover::after {
    transform: scale(1, 1);
}

div.nav-info ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background:#f5160e;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}

div.nav-info ul li:hover::after {
    transform: scale(1, 1);
}

div.nav-info ul li:hover {
    opacity: 0.6;
}

div.nav-info ul li:nth-of-type(1),
div.nav-info ul li:nth-of-type(2),
div.nav-info ul li:nth-of-type(3),
div.nav-info ul li:nth-of-type(4){
    margin-top: 0;
}

div.nav-info ul li:nth-of-type(4n){
    margin-right: 0!important;
}

div.nav-info ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF!important;
}

.nav-info div a{
	position: relative;
}

.nav-info div a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background:#fff;
    transition: all .3s;
    transform: scale(1, 1);
    transform-origin: top left;
}

.nav-info div a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background:#f5160e;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}

.nav-info div a:hover::after {
    transform: scale(1, 1);
}

div.nav-child ul li a{
    color: #FFFFFF;
}

#gnavi{
    display: flex;
    align-items: center;
    width: 255px;
    height: 35px;
    margin: 0;
    padding: 0;
    border: 1px solid gray;
}

#gnavi div{
    width: 35px!important;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    
    position: absolute;
    right: 0;
}

#gnavi i{
    color: #FFFFFF;
    font-size: 16px;
}

#searchform{
    margin: 0;
    width: 100%!important;
    height: 100%;
    display: flex;
    align-items: center;
}

.s {
    margin: 0;
    padding: 0 2%;
    transition: all .6s ease;
    background: none;
    /*box-shadow: 0 0 8px gray;*/
    width: 100%;
    height: 100%;
    border: none!important;
}

.gnavi_btn{
    width: 20%;
    height: 100%;
    background-color: #000000;
    border: 1px solid #000000;
}

/*.s:focus {
    width: 40%;
 	background: #FFFFFF;
	padding: 0 20px;
    border-radius: 25px;
}
*/

/*bottom*/
ul.buttom{
    margin: 0;
    padding: 0;
    display: flex;
}

ul.buttom li{
    width: 120px;
    height: 30px;
    border-radius: 50px;
    transition: all 0.25s;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.buttom li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/*カタログ*/
ul.buttom li:nth-of-type(1){
    background-color: #F00000;
    border: 1px solid #F00000;
    margin-right: 10px;
}

ul.buttom li:nth-of-type(1) a{
    color: #FFFFFF;
}

ul.buttom li:nth-of-type(1):hover{
    background-color: #FF6568;
    border: 1px solid #FF6568;
}
/*採用*/
ul.buttom li:nth-of-type(2){
    background-color: #FFFFFF;
    border: 1px solid #F00000;
}

ul.buttom li:nth-of-type(2) a{
    color: #F00000;
}

ul.buttom li:nth-of-type(2):hover{
    background-color: #FF6568;
    border: 1px solid #FF6568;
}

ul.buttom li:nth-of-type(2):hover a{
    color: #FFFFFF;
}






























