/* 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;
}




/* °í°´»ç/ÆÄÆ®³Ê»ç */



.partner {
    margin-bottom: 110px;
}

.partner:last-child {
    margin-bottom: 0;
}

.partner .tit{
     font-size: 24px; 
     font-weight: 600; 
     letter-spacing: -.025em; 
     line-height: 1.2em; 
     color: #333; 
     position: relative; 
     margin-bottom: 35px;
}

.partner .tit::before {
    content: ""; 
     display: block; 
     width: 40px; 
     height: 1px; 
     margin-bottom: 10px; 
     background: #16459b;
}

.sec4 {
    padding: 120px 0; 
    background: #f2f2f2; 
    overflow: hidden;
}

.sec4-box {
    margin-bottom: 100px;
}

.sec4-box:last-child {
    margin-bottom: 0;
}

.sec4-box .titbox {
    display: flex; 
    gap: 25px;
}

.sec4-sub {
    padding-top: 10px;
}

.sec4-sub b{
    display: block; 
    font-size: 16px; 
    letter-spacing: 1em; 
    font-weight: 600; 
    line-height: 1.2em;
    color: #000;
}

.sec4-sub p {
    font-size: 16px; 
    font-weight: 200; 
    line-height: 1.3em; 
    color: #000; 
    margin-top: 12px;
}

.sec4-list {
    margin-top: 40px; 
    display: flex; 
    gap: 10px; 
    flex-wrap: wrap;
    justify-content: center;
}

.sec4-list li {
    width: calc(100%/5 - 16px); 
    background: #fff;
    height: 75px; 
    border: 1px solid #ddd;
}

.sec4-list li a {
    display: flex; 
    width: 100%; 
    height: 100%; 
    align-items: center; 
    justify-content: center;
}

.sec4-lk {
    cursor: auto;
}

