/* 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;
}



/* Ã¤¿ë */
.rc-sec1 {
     width: 100%; 
     height: 400px; 
     display: flex; 
     align-items: center; 
     justify-content: center;
     padding: 20px 10px; 
     background: url(../img/recruit2.jpg) center no-repeat; 
     background-size: cover;
     text-align: center;
}

.rc-sec1 .tit {
     font-size: 34px; 
     font-weight: 700; 
     line-height: 1.3em; 
     color: #000;
}

.rc-sec1 .txt {
     font-size: 24px; 
     font-weight: 600; 
     letter-spacing: -.01em; 
     line-height: 1.8em; 
     color: #000; 
     margin-top: 10px;
}

.rc-sec2 {
     text-align: center; 
     padding-top: 160px;
}

.rc-sec2 .tit {
     font-size: 40px; 
     font-weight: 700; 
     letter-spacing: -.025em; 
     line-height: 1.2em; 
     color: #525252;
}

.rc-sec2-list {
     display: flex; 
     margin-top: 90px; 
     gap: 80px;
     justify-content: center;
}

.rc-sec2-list li {
     width: calc(100%/4); 
     text-align: center;
}

.rc-sec2-list li .imgbox {
     width: 290px; 
     height: 290px; 
     border-radius: 100%; 
     margin: auto; 
     background-size: cover; 
     background-position: center; 
     background-repeat: no-repeat; 
     display: flex; 
     align-items: center; 
     justify-content: center; 
     font-size: 24px; 
     font-weight: 700; 
     letter-spacing: -.025em; 
     color: #fff; 
     font-family: 'GmarketSans';
}

.rc-sec2-list li .imgbox.bg1 {
     background-image: url(../img/sub5_1_1.jpg);
}

.rc-sec2-list li .imgbox.bg2 {
     background-image: url(../img/sub5_1_2.jpg);
}

.rc-sec2-list li .imgbox.bg3 {
     background-image: url(../img/sub5_1_3.jpg);
}

.rc-sec2-list li .imgbox.bg4 {
     background-image: url(../img/sub5_1_4.jpg);
}

.rc-sec2-list li .tit {
     font-size: 20px; 
     margin-top: 30px; 
     font-weight: 700; 
     letter-spacing: -.03em; 
     line-height: 1.3em; 
     color: #333;
}

.rc-sec2-list li .txt {
     font-size: 18px; 
     font-weight: 300; 
     letter-spacing: -.03em; 
     line-height: 1.3em; 
     margin-top: 5px; 
     color: #555;
}

.sub5-mail {
     display: flex; 
     justify-content: center; 
     align-items: center; 
     margin-top: 120px;
}

.sub5-mail a {
     width: 400px; 
     height: 60px; 
     line-height: 1.2em; 
     display: flex; 
     align-items: center; 
     justify-content: center; 
     text-align: center; 
     color: #fff; 
     border-radius: 30px; 
     background: #014695; 
     font-size: 20px; 
     font-weight: 300; 
     letter-spacing: -.025em;
}