@charset "UTF-8";
/*================================
page-aboutus.css
20200516-
=================================*/

/*================================
o/w
=================================*/

#mv{
overflow: hidden;
width:100%;
height: 580px!important;
position: relative;
margin:110px auto 0;
background-color: #000;
}

#mv .mv_inner{
overflow: hidden;
width:1284px;
height:580px;
position: absolute;
top:0;
right:0;
}

#mv .mv_inner::after{
content: "";
background:url(../img/video/sond_aboutus_mv_ov.png) no-repeat left top;

width:1287px;
height: 580px;
position: absolute;
top:0;
left:0;
z-index:2;
}


#mv .mv_inner #video {
background:#151619;
background-size: cover;

width:1284px;
height:580px;

position: absolute;
left: 0;
bottom: 0;
z-index: 1;
}


#mv .header_inner {
width: 1280px;
height: 500px;
position: absolute;
top:60px;
left: 0;
right:0;
margin:auto;
z-index: 9;
}

#mv .header_inner .greet {
position: relative;
display: block;
width:510px;
height:500px;
margin-top:0;
margin-left:20px;
}


header .header_inner .greet  h2{
margin-bottom:20px;
font-size:15px;
color:#fff;
font-weight: normal;
}

header .header_inner .greet  h3 span{
display: inline-block;
margin-bottom:20px;
position: relative;
margin-bottom:20px;
padding:0 30px;
font-size:24px;
line-height: 75px;
text-align: center;
color:#fff;
background-color:#191D20;
}

header .header_inner .greet  p{
display: block;
width:420px;
margin-left:0;
margin-bottom:40px;
font-size:16px;
line-height: 2em;
color:#fff;
}

header .header_inner .greet  p.sig em{
font-size:20px;
padding-left:20px;
}


/* history tree
-------------------------------- */
#career{
overflow: hidden;
margin-bottom:30px;
}
#career .row_inner{
overflow: hidden;
padding-top:30px;
}

ul.his{
position: relative;
padding:20px 20px 0;
margin:0 auto 30px;

}


ul.his li{
position:relative;
}

.his li .lbl{
position: relative;
vertical-align: top;
display: inline-block;
width:120px;
height:46px;
line-height:46px;
font-size: 22px;
color:#C9BC9C;
background-color:#1A1E20;
text-align: center;
}

.his li .con{
position: relative;
vertical-align: top;
display: inline-block;
width:1060px;
margin-left:45px;
}

.his li .con h5{
position: relative;
vertical-align: top;
display: inline-block;
padding:0 30px;
height:46px;
line-height:46px;
font-size: 18px;
color:#fff;
background-color:#1A1E20;
text-align: left;
margin-bottom:15px;
}

.his li .con p{
position:relative;
line-height:2em;
text-align: left;
}


.his li .lbl::before{
position:absolute;
top:24px;
right:-48px;
content:"";
width:48px;
height:1px;
background-color:#C6C6C6;
}

.his li .lbl::after{
position:absolute;
background-color:#675A4A;
left:60px;
content:"";
width:1px;
}
.his li .lbl.lilast::after{
background-color:#fff;
}
.his li.ln1 .lbl::after{
/* P1行＝93-46+20*/
height:107px;
bottom:-107px;
}
.his li.ln2 .lbl::after{
/* P2行＝125-46+30*/
bottom:-139px;
height:139px;
}
.his li.ln3 .lbl::after{
/* P3行＝157-46+20*/
bottom:-171px;
height:171px;
}


/* #publication
-------------------------------- */

#publication{
overflow: hidden;
display: block;
position: relative;
padding-top:30px;
margin:0 auto;
background-color: #EEEFEF;
}

#publication ul{
display: block;
position: relative;
text-align: center;
margin:30px auto 70px;
}

#publication ul li.card{
display: inline-block;
width:390px;
height:490px;
vertical-align: top;
text-align: center;
padding:50px 25px 0;
background-color: #fff;
position:relative;
margin:0 10px 0;
}

#publication ul li.card h4.ct{
display: block;
width:190px;
height:230px;
margin:0 auto 30px;

}
#publication ul li.card#li01 h4{ background:url(../img/page-aboutus/publication_li_book01.png) no-repeat center top;}
#publication ul li.card#li02 h4{ background:url(../img/page-aboutus/publication_li_book02.png) no-repeat center top;}
#publication ul li.card#li03 h4{ background:url(../img/page-aboutus/publication_li_book03.png) no-repeat center top;}

#publication ul li.card h5{
font-size: 16px;
font-weight: bold;
text-align: left;
letter-spacing: 0.05em;
margin-bottom: 20px;
}

#publication ul li.card p{
text-align: left;
margin-bottom:30px;
line-height: 2em;
letter-spacing: 0;
padding-left:0.6em;
}


/* #access
-------------------------------- */

#access{
overflow: hidden;
display: block;
position: relative;
padding-top:30px;
margin:0 auto;
}

#access p{
margin:10px 40px 50px;
}
