@charset "utf-8";
/* CSS Document */
/* mainv */
#mainv.history {
    height: auto; 
    background-image: url("/web/jp/contract/brand/images/history/mainv_bg.png");
	background-size: cover;
    background-position: center bottom; 
} 

#mainv.history::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1d1415;
	opacity: 0.5;
} 

.mainv_wrap {
    margin-top: 4rem;
}

@media (min-width: 48em) {
.mainv_wrap {
    max-width: initial;
} 
}

@media (min-width: 64em) {
.mainv_wrap {
    max-width: 1024px; 
}

.mainv_wrap {
    margin-top: 1rem;
}
} 

.graph_wrap {
    position: relative;
    background-color: rgba(0,0,0,0.4);
    padding: 1rem;
}

.graph_wrap .ylabel {
    position: absolute;
    top: 8px;
    left: 1rem;
    font-size: 14px;
    color: rgb(113,176,36);
}

.graph_wrap .y2label {
    position: absolute;
    top: 8px;
    right: 1rem;
    color: rgb(54, 162, 235);
    font-size: 14px;
    text-align: right;
}

/* innovation */
.innovation h2,
.innovation_other h2 {
    margin-top: 2rem;
} 

.innovation::after, 
.innovation_other::after {
    position: absolute;
    content: "";
    width: 260px;
    height: 200px;
    background-size: contain;
    background-repeat:  no-repeat;
    opacity: .2;
    z-index: -1;
}

.innovation::after {
    top: 0;
    right: 0;
    background-image: url("/web/jp/contract/brand/images/history/innovation_right_bg.png");
} 

.innovation_other::after {
    top: -120px;
    left: 0;
    background-image: url("/web/jp/contract/brand/images/history/innovation_left_bg.png");
} 

@media (min-width: 48em) {
.innovation::after,
.innovation_other::after {
    width: 350px;
    height: 270px;
} 
}

@media (min-width: 64em) {
.innovation::after,
.innovation_other::after {
    width: 700px;
    height: 540px;
} 
}

.slider_inner {
    position: relative;
    width: calc(100% - 40px);
    margin: 2rem auto 0;
}

.slick-track {
    display: flex;
}
    
.slick-slide {
    height: auto !important;
} 

.slick-slide:not(.slick-current) {
    opacity: .5;
}
   
.slider .slick-list {
    padding: 0!important;
}
    
.slider li {
    margin-right: 0;
}

@media (min-width: 48em) {    
.slider .slick-list {
    padding: 0 25% 0 0!important;
}
    
.slider li {
    margin-right: 2rem;
}
}

@media (min-width: 48em) {
.slider_inner {
    /*width: 100%; */
    margin: 2rem 0 0 20px;
}
}

@media (min-width: 64em) {
.slider_inner {
    margin-left: 40px;
} 
} 

@media (min-width: 1300px) {
.slider_inner {
    margin-left: calc((100% - 1200px) / 2 );
}
}

.service_wrap {
    position: relative;
    width: 100%;
    padding: 1rem;
    border: 1px solid rgb(148,76,130) /*#944c82 */;
    background-color: #FFF6FD /*rgba(148,76,130,10%) */;
    border-radius: 6px;
}

main#brand .service_title h3 img {
    width: 260px;
    margin-bottom: 0.5rem;
}

.service_discription h4 {
    margin-bottom: 1rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px dotted #222;
    font-size: 18px;
    font-weight: bold; 
    line-height: 1.4;
}

.service_wrap.trade {
    border-color: rgb(7,88,119) /*#075877 */;
    background-color: rgba(7,88,119,15%);
}

.service_wrap.quo {
    border-color: rgb(67,154,205) /*#439acd */;
    background-color: rgba(67,154,205,15%);
}

.service_wrap.channel {
    border-color: rgb(51,51,51) /*#333333 */;
    background-color: rgba(51,51,51,15%);
}

.service_wrap.seikyu {
    border-color: rgb(41,127,58) /*#297f3a */;
    background-color: rgba(41,127,58,15%);
}

.service_wrap.asp {
    border-color: rgb(45,103,163) /*#2d67a3 */;
    background-color: rgba(45,103,163,15%);
}

.service_wrap.kikaku {
    border-color: rgb(225,145,64) /*#e19140 */;
    background-color: rgba(225,145,64,15%);
}
.service_wrap.emp {
    border-color: rgb(214,104,96) /*#d66860 */;
    background-color: rgba(214,104,96,15%);
}

.service_title {
    margin-bottom: 2rem;
}

.service_title p {
    font-weight: bold;
    line-height: 1.8;
}

.service_discription p {
    line-height: 1.8;
}

@media (min-width: 48em) { 
.service_wrap {
    padding: 2rem;
}

main#brand .service_title h3 img {
    width: 400px;
}

.service_discription h4 {
    font-size: 22px;
}
}

.slick-prev, 
.slick-next {
    position: absolute; 
    bottom: -32px;
    cursor: pointer;
    outline: none;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    height: 14px;
    width: 14px;
}

.slick-prev:hover, 
.slick-next:hover {
    opacity: .5
}   

.slick-prev { 
    left: 10px;
    transform: rotate(-135deg);
}

.slick-next {
    left: 118px;
    transform: rotate(45deg);
} 

.slick_num {
    font-size: 18px;
    margin: 10px 0 0 50px;
}

.nowcnt {
    font-weight: bold;
}