/* sub */
.sub-visual {
    position:relative; 
    display:table; 
    table-layout:fixed; 
    height:520px; 
    overflow:hidden; 
    color: #fff; 
    background-color:#eee; 
    background-position:50% 50%; 
    background-attachment:scroll; 
    background-repeat:no-repeat; 
    background-size:cover; 
    margin: auto; 
    width: 100%; 
}
.sub-visual .cell {
    display:table-cell; 
    vertical-align:middle; 
    text-align:center; 
    padding: 20px; 
}
.sub-visual h2 {
    font-size:40px; 
    line-height:1.2em; 
    letter-spacing: -.025em;
    position: relative; 
    display: inline-block; 
    font-weight: 700; 
}

.sub-visual.bg1 {background-image:url("../images/sub/sub_visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub_visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub_visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub_visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub_visual5.jpg");}
.sub-visual.bg6 {background-image:url("../images/sub/sub_visual6.jpg");}

.path-wrap {
    z-index:50; 
    margin-top: -65px;
}
.path-wrap .wrap2 {
    max-width:100%; 
    margin:0 auto;  
    background: #fff;
}
.path-wrap .inner2 {
    display:flex; 
    width: 100%;
}
.path-wrap .home > a {
    display:block; 
    width:110px; 
    height:80px; 
    background-size:22px; 
    overflow:hidden; 
    border-left:1px solid #ddd; 
    border-right:1px solid #ddd; 
    border-bottom: 1px solid #ddd; 
    text-align: center;
}
.path-wrap .home > a > img {
    margin-top: 20px;
}
.path-wrap .part {
    position:relative; 
    min-width:495px; 
    border-right:1px solid #ddd; 
    z-index:50; 
    border-bottom: 1px solid #ddd;
}
.path-wrap .part > a {
    display:flex; 
    align-items:center; 
    position:relative; 
    height:80px; 
    color:#333333; 
    font-size:20px; 
    font-weight:600; 
    line-height:1.3em; 
    padding:0 60px 0 30px; 
    letter-spacing: -.025em;
}
.path-wrap .part > a:after {
    content:""; 
    position:absolute; 
    top:50%; 
    right:23px; 
    margin-top:-7px; 
    width:17px; 
    height:14px; 
    background:url("../img/down.png") 0% 50% no-repeat;
}
.path-wrap .part ul {
    display:none; 
    position:absolute; 
    left:-1px; right:-1px; 
    background:#fff; 
    border:1px solid #ddd; 
    z-index:50;
}
.path-wrap .part ul li {
    color:#043962; 
    line-height:1.3em; 
    border-bottom:1px solid #ddd; 
    font-size: 20px;
}
.path-wrap .part ul li:last-child {
    border-bottom:0;
}
.path-wrap .part ul li a {
    display:block; 
    padding:17px 24px; 
}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {
    color:#fff; 
    background:#0175c8;
}
.path-wrap .part > a.active::after {
     transform: rotate(180deg);
}


#contArea {
    max-width:1460px; 
    padding-left:30px; 
    padding-right:30px; 
    margin:0 auto;
}
#contArea.wide {
    max-width:100%; 
    padding-left:0; 
    padding-right:0;
}

.sub-title {
     text-align: center; 
     padding: 60px 0;
}

.sub-title>h2 {
     font-size: 36px; 
     font-weight: 600; 
     letter-spacing: -.03em; 
     color: #333333; 
     line-height: 1em; 
     position: relative; 
}



.real-cont {
    min-height:300px;
    padding-bottom: 130px;
}

#contArea {
    max-width:1460px; 
    padding-left:30px; 
    padding-right:30px; 
    margin:0 auto;
}





.sub_con{padding:80px 0 85px; max-width:1200px; margin:0 auto; width:100%; box-sizing:border-box;}


.history{padding-top:80px; position:relative; height:100%;}
.history:after{position:absolute; content:''; left:50%; height:100%; width:2px; background:#eee; top:0; display:block; margin-left:-1px;}
.history .h_top{position:absolute; left:50%; margin-left:-6px; top:0; z-index:3; font-size:0; width:12px; height:12px;}
.history .history_box:after{display:block; content:''; clear:both;}
.history .history_box .h_left{width:50%; box-sizing:border-box; float:left; text-align:center; padding:0 12px;}
.history .history_box .h_left img{max-width:100%;}
.history .history_box .h_right{width:50%; box-sizing:border-box; float:left; padding-left:50px;}
.history .history_box .h_right ul li{margin-bottom:75px; position:relative;}
.history .history_box .h_right ul li:after{position:absolute; display:block; content:''; width:24px; height:24px; left:-62px; background:url(/images/sub/h_bullet.png) no-repeat; top:3px; z-index:3;}
.history .history_box .h_right ul li p{font-size:30px; font-weight:bold; color:#00719c;}
.history .history_box .h_right ul li span{font-size:16px; color:#666; font-weight:300; display:block; line-height:24px;}
.history .history_box .h_right ul li span img{margin-right:5px; vertical-align:middle; margin-bottom:3px;}