@charset "utf-8";
/* ------------------------------------------ */
/* MENU CSS */
/* ------------------------------------------ */
/* page-header */
.page-header {
    margin-top: 85px;
}

@media (max-width: 1024px) {
    .page-header {
        margin-top: 100px;
    }
}

.page-header .sign-area {
    position: relative;
    width: 71%;
    margin: 0 0 0 auto;
}

.page-header .sign-area .page-title {
    position: absolute;
    line-height: 1.1;
    bottom: 35%;
    left: -115px;
}

@media (max-width: 480px) {
	.page-header {
	    margin-top: 85px;
	}
	.page-header .sign-area {
	    position: inherit;
	    width: 80%;
	    margin: 0 auto;
	}
    .page-header .sign-area .page-title {
        bottom: inherit;
        left: inherit;
        position: inherit;
        text-align: center;
        padding-top: 25px;
    }
}

.page-header .sign-area .page-title .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.05em;
}

.page-header .sign-area .sign-image {
    display: block;
}

.page-header .sign-area .sign-image img {
}

.page-header .intro-text {
    width: 90%;
    margin: 0 auto;
}

.page-header .intro-text .text {
    display: table;
    margin: 0 auto;
    letter-spacing: 0.03em;
    line-height: 1.7;
}

@media (max-width: 480px) {
}

/* sec-staff */
#sec-staff .sec-contents {
    width: 100%;
}

#sec-staff .sec-contents .staff-box {
    display: block;
    width: 100%;
    position: relative;
}

#sec-staff .sec-contents .staff-box .s-image {
    display: block;
    width: 50%;
    margin: 0 auto 0 0;
}

#sec-staff .sec-contents .staff-box:nth-child(2n) .s-image {
    margin: 0 0 0 auto;
}

#sec-staff .sec-contents .staff-box .s-image .image {
    display: block;
}

#sec-staff .sec-contents .staff-box .s-image .image img {
}

#sec-staff .sec-contents .staff-box .s-info {
    padding: 9% 0 5%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#sec-staff .sec-contents .staff-box:nth-child(2n) .s-info {
    left: 0;
}

#sec-staff .sec-contents .staff-box .s-info .s-name {
    display: block;
    line-height: 1;
}

#sec-staff .sec-contents .staff-box .s-info .s-name .text {
    display: block;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0.1em;
}

#sec-staff .sec-contents .staff-box .s-info .s-name .text .f-name {
    display: inline;
    color: #1d4b79;
}

#sec-staff .sec-contents .staff-box .s-info .s-head {
    display: block;
    line-height: 1.1;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    padding-top: 20px;
}

#sec-staff .sec-contents .staff-box .s-info .s-head .text {
    display: block;
}

#sec-staff .sec-contents .staff-box .s-info .s-career {
    display: block;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-top: 25px;
    padding: 10px 0 5px;
    /* margin-bottom: 10px; */
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

#sec-staff .sec-contents .staff-box .s-info .s-career dl {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

#sec-staff .sec-contents .staff-box .s-info .s-career dl dt {
    line-height: 1.1;
}

#sec-staff .sec-contents .staff-box .s-info .s-career dl dt .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.03em;
    width: 60px;
}

#sec-staff .sec-contents .staff-box .s-info .s-career dl dd {
    line-height: 1.1;
}

#sec-staff .sec-contents .staff-box .s-info .s-career dl dd .text {
    display: block;
    letter-spacing: 0.02em;
}

#sec-staff .sec-contents .staff-box .s-text {
    display: block;
    line-height: 1.1;
    padding: 0;
    max-width: 260px;
    margin: 0 auto;
    padding-top: 23px;
}

#sec-staff .sec-contents .staff-box .s-text .text {
    line-height: 1.3;
    letter-spacing: 0.01em;
}




@media (max-width: 768px) {
	#sec-staff .sec-contents {
	    width: 100%;
	}
	
	#sec-staff .sec-contents .staff-box {
	    display: block;
	    width: 100%;
	    position: inherit;
	    max-width: 600px;
	    margin: 0 auto;
	}
	
	#sec-staff .sec-contents .staff-box .s-image {
	    display: block;
	    width: 100%;
	    margin: 0;
	}
	
	#sec-staff .sec-contents .staff-box:nth-child(2n) .s-image {
	    margin: 0 0 0 auto;
	}
	
	#sec-staff .sec-contents .staff-box .s-image .image {
	    display: block;
	}
	
	#sec-staff .sec-contents .staff-box .s-image .image img {
	}
	
	#sec-staff .sec-contents .staff-box .s-info {
	    padding: 20px 0 10px;
	    width: 100%;
	    position: inherit;
	    right: inherit;
	    top: inherit;
	    z-index: 1;
	}
	
	#sec-staff .sec-contents .staff-box:nth-child(2n) .s-info {
	    left: 0;
	}
	
	#sec-staff .sec-contents .staff-box .s-info .s-name {
	    display: block;
	    line-height: 1;
	}
	
	#sec-staff .sec-contents .staff-box .s-info .s-name .text {
	    display: block;
	    line-height: 1.1;
	    text-align: center;
	    letter-spacing: 0.1em;
	}
	
	#sec-staff .sec-contents .staff-box .s-info .s-name .text .f-name {
	    display: inline;
	    color: #1d4b79;
	}
	
	#sec-staff .sec-contents .staff-box .s-info .s-head {
	    display: block;
	    line-height: 1.1;
	    text-align: center;
	    max-width: inherit;
	    margin: 0 auto;
	    padding-top: 10px;
	}
	
	#sec-staff .sec-contents .staff-box .s-info .s-head .text {
	    display: block;
	}
	
	#sec-staff .sec-contents .staff-box .s-info .s-career {
	    display: block;
	    border-top: 1px solid #999;
	    border-bottom: 1px solid #999;
	    margin-top: 15px;
	    padding: 10px 0 5px;
	    max-width: 260px;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	#sec-staff .sec-contents .staff-box .s-info .s-career dl {
	    display: flex;
	    justify-content: space-between;
	    padding-bottom: 5px;
	}
	
	#sec-staff .sec-contents .staff-box .s-info .s-career dl dt {
	    line-height: 1.1;
	}
	
	#sec-staff .sec-contents .staff-box .s-info .s-career dl dt .text {
	    display: block;
	    line-height: 1.1;
	    letter-spacing: 0.03em;
	    width: 60px;
	}
	
	#sec-staff .sec-contents .staff-box .s-info .s-career dl dd {
	    line-height: 1.1;
	}
	
	#sec-staff .sec-contents .staff-box .s-info .s-career dl dd .text {
	    display: block;
	    letter-spacing: 0.02em;
	}
	
	#sec-staff .sec-contents .staff-box .s-text {
	    display: block;
	    line-height: 1.1;
	    padding: 0;
	    max-width: inherit;
	    margin: 0 auto;
	    padding-top: 18px;
	}
	
	#sec-staff .sec-contents .staff-box .s-text .text {
	    line-height: 1.3;
	    letter-spacing: 0.01em;
	}
}

