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

/*PC*/
@media print, screen and (min-width: 768px) {
#company{
width: 900px;
margin: 0 auto;
}

#company .section_wrap{
position: relative;
}

#company .section_wrap .block{
position: relative;
margin: 0 auto 100px;
}

#company .section_wrap .cp_tit{
font-size: 1.4rem;
font-weight: 200;
margin: 0 0 50px;
position: relative;
}

#company .section_wrap .cp_tit::before{
content: "";
position: absolute;
bottom: -15px;
left: 0;
width: 50px;
height: 1px;
background: #121212;
}

#company .section_wrap .cp_tit2{
font-size: 1.2rem;
font-weight: 200;
margin: 0 0 10px;
position: relative;
}


#company .section_wrap .block .message_tit{
font-size: 1.3rem;
font-weight: 200;
line-height: 1.6;
margin: 0 0 20px;
}

#company .section_wrap .block .message_subtit{
font-size: 1rem;
font-weight: 200;
margin: 0 0 40px;
}

#company .section_wrap .block .message_name_box{
text-align: right;
margin: 20px 0 0;
}

#company .section_wrap .block .message_name{
position: relative;
font-size: 1rem;
font-weight: 200;
line-height: 1;
}

#company .section_wrap .block .message_name span{
font-size: .7rem;
margin-right: 10px;
}


#company .outline_wrap{
position: relative;
width: 100%;
margin: 0 auto 60px;
}

#company .outline_wrap:last-child{
margin-bottom: 0;
}

#company .cp_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-content: stretch;
align-items: stretch
}

#company .cp_dt {
width: 28%;
padding: 37px 0;
position: relative;
}

#company .cp_dt::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #141414;
}

#company .cp_dd {
width: 72%;
padding: 37px 0;
position: relative;
}

#company .cp_dd::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #c6c6c6;
}

#company .cp_dd span{
font-size: .8rem;
}


#company .timeline {
margin: 0;
padding: 0;
}

#company .timeline > li {
overflow: hidden;
margin: 0;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#company .timeline-date {
width: 13%;
position: relative;
padding: 15px 0;
box-sizing: border-box;
}

#company .timeline-content {
position: relative;
width: 86%;
border-left: 1px #121212 solid;
}

#company .timeline-content p{
padding:15px 15px 15px 30px;
box-sizing: border-box;
}

#company .timeline-content:before {
content: '';
width: 8px;
height: 8px;
background: #121212;
position: absolute;
left:-5px;
top: 24px;
border-radius: 100%;
}

#company .company_img{
width: 50%;
margin:30px 0 0;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
#company{
margin: 0 5%;
}

#company .section_wrap{
width: 90%;
position: relative;
box-sizing: border-box;
margin: 0 auto 40px;
}


#company .section_wrap .block{
position: relative;
margin: 0 auto 60px;
}

#company .section_wrap .cp_tit{
font-size: 1.2rem;
font-weight: 200;
margin: 0 0 30px;
position: relative;
}

#company .section_wrap .cp_tit::before{
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 30px;
height: 1px;
background: #121212;
}

#company .section_wrap .cp_tit2{
font-size: 1rem;
font-weight: 200;
margin: 0 0 10px;
position: relative;
}


#company .section_wrap .block .message_tit{
font-size: 1.1rem;
font-weight: 200;
line-height: 1.6;
margin: 0 0 20px;
}

#company .section_wrap .block .message_subtit{
font-size: .9rem;
font-weight: 200;
line-height: 1.8;
margin: 0 0 20px;
}

#company .section_wrap .block .message_read{
font-size: .7rem;
line-height: 1.8;
}

#company .section_wrap .block .message_name_box{
text-align: right;
margin: 20px 0 0;
}

#company .section_wrap .block .message_name{
position: relative;
font-size: .8rem;
font-weight: 200;
line-height: 1;
}

#company .section_wrap .block .message_name span{
font-size: .6rem;
margin-right: 10px;
}


#company .outline_wrap{
position: relative;
width: 100%;
margin: 0 auto 60px;
}

#company .outline_wrap:last-child{
margin-bottom: 0;
}

#company .cp_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-content: stretch;
align-items: stretch
}

#company .cp_dt {
width: 28%;
padding: 12px 0;
position: relative;
}

#company .cp_dt::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #141414;
}

#company .cp_dd {
width: 72%;
padding: 12px 0;
position: relative;
}

#company .cp_dd::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #c6c6c6;
}

#company .cp_dd span{
font-size: .8rem;
}


#company .timeline {
margin: 0;
padding: 0;
}

#company .timeline > li {
overflow: hidden;
margin: 0;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#company .timeline-date {
width: 20%;
position: relative;
padding: 15px 0;
box-sizing: border-box;
}

#company .timeline-content {
position: relative;
width: 79%;
border-left: 1px #121212 solid;
}

#company .timeline-content p{
padding:15px 15px 15px 20px;
box-sizing: border-box;
}

#company .timeline-content:before {
content: '';
width: 8px;
height: 8px;
background: #121212;
position: absolute;
left:-5px;
top: 24px;
border-radius: 100%;
}

#company .company_img{
width: 70%;
margin:10px 0 0px;
}


}