/*==会社概要ページ内の受賞歴スライダー用==*/
.cop-company-jyusyou-slider-wrap{
height: 200px;
margin: 0px 40px 40px 40px!important;
}
.sd-message-01{
display:block;
text-align:left;
margin:0 10px 0 0;
background:#fff;
position:relative;
border:1px solid #ededed;
}
.sd-message-01 img{
width:100%;
height: 100px;
padding: 15px;
box-sizing:border-box;
object-fit: contain;
}
.sd-message-01 p{
height: 80px;
margin:0!important;
padding:10px!important;
color:#FFF;
background:var(--color-key2);
font-size: 13px;
}
.sd-message-01 p:empty{
display: none;
}
.cop-company-jyusyou-slider-area{
position: relative;
margin-bottom: 30px;
}
.cop-company-jyusyou-slider-area .slider-prev,.cop-company-jyusyou-slider-area .slider-next{
    width: 30px;
    line-height: 30px !important;
    height: 30px;
    border-radius: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    font-weight: normal;
    font-size: 200% !important;
}
.ccop-company-jyusyou-slider-area .slick-initialized{
height: 180px;
margin: 0px 40px 0px 34px;
}
.cop-company-jyusyou-slider-area .slide-Area-wrap{
width: 100vw;
width: 1000px;
position: relative;
left: 50%;
transform: translateX(-50%);
background: #beeafc;
padding: 10px 0;
margin-bottom: 30px;
}
.cop-company-jyusyou-slider-area .slider-prev{
position: absolute;
background: var(--color-key2);
width: 38px;
height: 38px;
line-height: 38px!important;
font-weight: bold;
font-size: 130%!important;
top: 0;
bottom: 0;
left: -20px;
margin: auto;
z-index: 999999;
color: #fff;
text-align: center;
border-radius: 50%;
}
.cop-company-jyusyou-slider-area .slider-next{
position: absolute;
background: var(--color-key2);
width: 38px;
height: 38px;
line-height: 38px!important;
font-weight: bold;
font-size: 130%!important;
top: 0;
bottom: 0;
right: -20px;
margin: auto;
z-index: 999999;
color: #fff;
text-align: center;
border-radius: 50%;
}
.cop-company-jyusyou-slider-area .slide-Area {
margin: 0 auto;
width: 980px;
position: relative;
}
.cop-company-jyusyou-slider-area .slick-initialized{
margin:0;
}
.cop-company-jyusyou-slider-area .slide-Area .slick-initialized .slick-slide{
margin: 0 10px;
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
    .cop-company-jyusyou-slider-area {
    position: relative;
    height: 190px;
    margin-bottom: 40px;
}
.cop-company-jyusyou-slider-area .slider-prev, .cop-company-jyusyou-slider-area .slider-next{
    position: absolute;
    background: var(--color-key2);
    font-weight: normal;
    font-size: 200% !important;
    z-index: 999999;
    color: #fff;
    text-align: center;
    width: 30px;
    line-height: 30px !important;
    height: 30px;
    border-radius: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.cop-company-jyusyou-slider-area .slider-arrow.slider-prev.fa.fa-angle-left.slick-arrow {
    left: 0;
}
.cop-company-jyusyou-slider-area .slider-arrow.slider-next.fa.fa-angle-right.slick-arrow {
    right: 0;
}
}