@charset "utf-8";
/*------------------------------------------------------------
	careerstep
------------------------------------------------------------*/
#main .content {
    max-width: 950px;
}
.topBox {
    padding: 162px 0 101px;
    background-color: #E2EEF5;
}
.topBox p {
    letter-spacing: 0;
    line-height: 1.79;
    text-align: center;
    font-size: 1.4rem;
}
.topBox h2 {
    margin-bottom: 27px;
    font-size: 3.5rem;
    color: #0081CC;
    letter-spacing: -0.027em;
    text-align: center;
}
.topBox h2 span {
    display: block;
    font-size: 2rem;
    letter-spacing: 0.1em;
	font-family: 'Josefin Sans', sans-serif;
}
.staff {
    padding: 92px 0;
}
.staff h2 {
    margin-bottom: 24px;
    text-align: center;
    font-size: 1.8rem;
}
.staff h2 span {
    padding: 10px 32px 9px;
    box-sizing: border-box;
    min-width: 319px;
    display: inline-block;
    background-color: #0081CC;
    border-radius: 50px;
    text-align: center;
    color: white;
    font-size: 1.8rem;
}
.staff p {
    max-width: 710px;
    margin: 0 auto 10px;
    font-size: 1.4rem;
    line-height: 1.86;
}
.staff .txt {
    font-size: 1.1rem;
    line-height: 1.64;
}
.staffUl {
    display: flex;
}
.staffUl li {
    width: 20%;
}
.staffUl li img {
    width: 100%;
}
.staffUl li a {
    display: block;
    position: relative;
}
.staffUl li a:hover img {
    opacity: 0.7;
}
.staffUl li span img {
    position: relative;
    z-index: 1;
}
.staffUl li span:after {
	width: 12px;  
	height: 8px;
    background: url("../img/common/icon14.png") no-repeat;
    background-size: 100% auto;
	position: absolute;  
	bottom: 20px;
	right: 20px;  
	content: ""; 
}
.staffUl li span:before {
    opacity: 0;
	width: calc(100% + 2px);  
	height: 47px;
    background: #E5F2FA;
	position: absolute;  
	bottom: 0;
	left: -1px;  
	content: ""; 
    z-index: 1;
}
.staffUl li.on span::before {
    opacity: 1;
}
.staffUl li.on span::after {
    display: none;
}
.staffUl .li01 span::after {
	display: none;
}
.staffUl li.on .photo span {
	position: relative;
	z-index: 1;
}
.staffUl li .photo {
    position: relative;
}
.staffUl li .photo:after {
	width: 24px;  
	height: 8px;
    background: url("../img/careerstep/img.png") no-repeat;
    background-size: 100% auto;
	position: absolute;  
	top: 35.8%;
	left: 50%;
	opacity: 0;
    transform: translateX(-50%);
	content: ""; 
}
.staffUl li.on .photo:after {
	opacity: 1;
}
.staffUl .li01 .photo:after {
	display: none !important;
}
.staffUl .li03 .photo:after {
    top: 24%;
}
.staffUl .li04 .photo:after {
    top: 9%;
}
.staffUl .li05 .photo:after {
    top: -10px;
}
.staffUl li .photo span {
    display: block;
    position: relative;
}
.staffUl li a:after {
	width: 1px;  
    height: 41px;
    background-color: rgba(112, 112, 112, 0.27);
	position: absolute;  
	right: 0; 
    bottom: 5px;
	content: ""; 
}
.staffUl .li02 a:before {
	width: 1px;  
    height: 41px;
    background-color: rgba(112, 112, 112, 0.27);
	position: absolute;  
	left: 0; 
    bottom: 5px;
	content: ""; 
    z-index: 1;
}
.staffUl .li02.on a:before {
    display: none;
}
.staffUl li.on a:after {
    display: none;
}
.staffUl li:last-child a:after {
    display: none;
}
.tabInner {
    background-color: #E5F2FA;
}
.tabBox {
    position: relative;
    display: none;
}
.tabBox .close {
    position: absolute;
    top: 27px;
    right: 30px;
}
.tabBox .close a:hover img {
    opacity: 0.7;
}
.tabBox .innerBox {
    max-width: 768px;
    margin: 0 auto;
    padding: 88px 0 155px;
    box-sizing: border-box;
}
.tabBox h3 {
    margin-bottom: 55px;
    text-align: center;
    font-size: 2rem;
    color: #0D62AC;
    letter-spacing: 0.05em;
}
.tabBox .imgBox {
    margin-bottom: 79px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.tabBox .imgBox:last-child {
    margin-bottom: 0;
}
.tabBox .imgBox .photoBox {
    width: 23.5%;
}
.tabBox .imgBox .photoBox img {
    width: 100%;
}
.tabBox .imgBox .textBox {
    flex: 1;
    padding: 25px 30px 10px;
}
.tabBox .imgBox .textBox p {
    font-size: 1.4rem;
    line-height: 1.64;
}
.tabBox .imgBox .textBox .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
}
.tabBox .imgBox .textBox .ttl > span {
    margin-right: 10px;
}
.tabBox .imgBox .textBox .ttl .txtSpan {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    padding: 2px 6px 3px;
    margin: 0 3px 4px 0;
    background-color: #000000;
}
.tabBox .imgBox .textBox .ttl .txtSpan02 {
    background-color: #0081CC;
}
.tabBox .imgBox .textBox .ttl02 {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    font-weight: bold;
}
.tabBox .comBtn {
    position: absolute;
    bottom: -43px;
    right: 0;
}
.tabBox .comBtn a {
    padding: 6px 30px;
    font-size: 1.3rem;
    border-radius: 50px;
    width: 186px;
    letter-spacing: 0;
}
.tabBox .comBtn a::after {
    width: 5px;
    height: 10px;
    margin-top: -5px;
    background-image: url("../img/common/icon16.png");
}
@media all and (min-width: 897px) {
	.staffUl li:hover .photo:after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
    .topBox {
        padding: 142px 0 52px;
    }
    .topBox h2 {
        margin-bottom: 25px;
        font-size: 2.6rem;
    }
    .topBox h2 span {
        font-size: 1.6rem;
    }
    .topBox p {
        text-align: left;
        line-height: 1.714;
    }
    .staff {
        padding: 69px 0;
    }
    .staff li {
        width: 19.82%;
    }
    .staff .li04 {
        width: 20.42%;
    }
    .staff .li05 {
        width: 20.12%;
    }
    .staff h2 span {
        padding: 7px 24px 8px;
        min-width: 269px;
        font-size: 1.6rem;
    }
    .staff p {
        margin-bottom: 14px;
        line-height: 1.714;
    }
    .staff .txt {
        margin-bottom: -6px;
        line-height: 1.55;
    }
	.staffUl li .photo::after {
		top: 32.8%;
	}
	.staffUl .li03 .photo::after {
		top: 22%;
	}
	.staffUl .li04 .photo::after {
		top: 8%;
	}
	.staffUl .li05 .photo::after {
		top: -4%;
	}
    .staffUl li span::after {
        width: 1.87vw;
        height: 1.067vw;
        right: auto;
        left: 50%;
        bottom: 2px;
        z-index: 2;
        transform: translateX(-50%);
    }
    .tabInner {
        margin-top: 3px;
    }
    .staffUl li span::before {
        bottom: -3px;
        height: 11.33vw;
    }
    .staffUl li.on span::after {
        display: block;
    }
    .tabBox .innerBox {
        max-width: inherit;
        padding: 37px 25px;
    }
    .tabBox h3 {
        margin-bottom: 31px;
        font-size: 1.8rem;
    }
    .tabBox .imgBox {
        margin-bottom: 47px;
        padding-bottom: 23px;
        display: block;
    }
    .tabBox .imgBox .photoBox {
        width: auto;
        position: relative;
    }
    .tabBox .imgBox .photoBox img {
        width: 100%;
    }
    .tabBox .imgBox .textBox {
        padding: 17px 18px 10px;
    }
    .tabBox .imgBox .textBox p {
        font-size: 1.3rem;
        line-height: 1.54;
    }
    .tabBox .imgBox .textBox p:last-child {
        margin-bottom: 0;
    }
    .tabBox .imgBox .textBox .ttl {
        margin-bottom: 17px;
        font-size: 1.7rem;
    }
    .tabBox .imgBox .textBox .ttl > span {
        display: block;
        margin: 0 0 2px;
    }
    .tabBox .imgBox .textBox .ttl .txtSpan {
        padding: 2px 7px 3px;
        margin-right: 4px;
        letter-spacing: 0;
        font-size: 1.3rem;
    }
    .tabBox .imgBox .textBox .ttl02 {
        margin-bottom: 12px;
        font-size: 1.4rem;
        letter-spacing: 0.04em;
        line-height: 1.5;
        margin-right: -10px;
    }
    .tabBox .comBtn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 4px;
    }
    .tabBox .comBtn a {
        padding: 5px 30px;
        width: 165px;
    }
    .tabBox .close {
        margin-top: -5px;
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
    }
    .tabBox .close span {
        display: block;
        font-size: 1.1rem;
        color: #0081CC;
        margin-top: 4px;
    }
    .staffUl li a::after {
        bottom: 0;
        height: 10.933vw;
    }
    .staffUl li.li01 span::after {
        display: none;
    }
    .staffUl .li02 a::before {
        bottom: 0;
        height: 10.933vw;
    }
    .tabBox {
		padding-bottom: 30px;
	}
}
.staffAdd {
    padding-bottom: 230px;
}
#main .staffAdd .content {
    max-width: 1114px;
}
.staffAdd .staffUl {
    justify-content: flex-end;
}
.staffAdd .staffUl li {
    width: auto;
}
.staffAdd .staffUl li span::after,
.staffAdd .staffUl li .photo::after,
.staffAdd .staffUl li a::after {
    display: none;
}
.staffAdd .staffUl li span::before {
    top: 91%;
    height: auto;
}
.staffAdd .tabBox .innerBox {
    padding: 35px 100px 22px 38px;
    max-width: 100%;
}
.staffAdd .tabBox .innerBox p {
    max-width: 100%;
    letter-spacing: 0.11rem;
}
.staffAdd .tabArea03 .staffUl li span::before {
   background: #fdf2e2;
}
.staffAdd .tabArea03 .tabBox {
   background: #fdf2e2;
}
.staffAdd .tabArea03 .tabBox .close img {
   opacity: 0 !important;
}
.staffAdd .tabArea03 .tabBox .close {
    background: url(../img/careerstep/close.png) no-repeat center top / 25px;
}
.staffAdd .smlContent {
    margin: 0 auto 60px;
    padding-left: 5px;
    max-width: 570px;
}
.staffAdd .smlContent p {
    margin-bottom: 4px;
}
.staffAdd h3 {
    font-weight: bold;
    font-size: 1.8rem;
    color: #0081cc;
    text-align: center;
    margin-bottom: 2px;
}
.staffAdd h3 span {
    padding-bottom: 2px;
    display: inline-block;
    border-bottom: 2px solid currentColor;
}
.staffAdd .tabArea03 {
    margin-top: 162px;
}
.staffAdd .tabArea03 h3 {
    color: #ed9021;
}
.staffAdd .comBtn {
    margin-top: 165px;
}
.staffAdd .comBtn li {
    margin: 0 10px;
}
.staffAdd .comBtn li a {
    padding: 14px 30px 14px;
    width: 270px;
    color: #0081cc;
    background-color: #FFF;
    border: 2px solid currentColor;
}
.staffAdd .comBtn a::after {
    background-image: url(../img/careerstep/arrow.png);
}
.staffAdd .staffUl .li02 a::before {
    display: none;
}
@media all and (min-width: 897px) {
    .staffAdd .tabBox .close {
        top: 20px;
        right: 20px;
    }
}
@media all and (max-width: 896px) {
    .staffAdd {
        padding: 45px 0 75px;
    }
    .staffAdd .smlContent p {
        margin-bottom: 13px;
    }
    .staffAdd .smlContent {
        margin-bottom: 43px;
        padding-left: 0;
    }
    .staffAdd h3 {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
    .staffAdd .tabBox {
        padding-bottom: 13px;
    }
    .staffAdd .tabArea03 {
        margin-top: 77px;
    }
    .staffAdd .comBtn li {
        margin: 0 0 10px;
        width: 100%;
    }
    .staffAdd .comBtn {
        margin-top: 70px;
    }
    .staffAdd .comBtn li:last-child {
        margin: 0;
    }
    .staffAdd .comBtn li a {
        width: 320px;
    }
    .staffAdd .tabBox .innerBox {
        padding: 17px 23px 5px;
    }
    .staffAdd .tabBox .innerBox p {
        letter-spacing: 0;
    }
    .staffAdd .tabArea03 .close a span {
        color: #ed9021;
    }
    .staffAdd .staffUl li span::before {
        top: 89.9%;
    }
    .staffAdd .tabArea02 .tabUl .li01 {
        width: calc((42/333)*100%);
    }
    .staffAdd .tabArea02 .tabUl .li02 {
        width: calc((60/333)*100%);
    }
    .staffAdd .tabArea02 .tabUl .li03 {
        width: calc((45/333)*100%);
    }
    .staffAdd .tabArea02 .tabUl .li04 {
        width: calc((43/333)*100%);
    }
    .staffAdd .tabArea02 .tabUl .li05 {
        width: calc((48/333)*100%);
    }
    .staffAdd .tabArea02 .tabUl .li06 {
        width: calc((95/333)*100%);
    }
    .staffAdd .tabArea03 .staffUl li {
        width: calc((47/333)*100%);
    }
    .staffAdd .tabArea03 .staffUl li.wid01 {
        width: calc((48/333)*100%);
    }
}