@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Job Persons - Detail CSS
KeyColor : #c7000b

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


.fc-white {
    color: #FFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
}
.title_visual {
    width: 100%;
    min-height: 28.5vw;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.title_visual .title_visual_box {
    display: table;
    height: 100%;
    vertical-align: middle;
}
.title_visual .infoBox {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    text-align: left;
}

.title_visual .infoBox h2 {
	 color: #FFF;
    margin-bottom: 38px !important;
    font-size: 3.5rem;
    line-height: 1.3;
    font-family: "FP-ヒラギノUD角ゴ StdN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    /*text-shadow: 1px 4px 3px rgba(0,0,0,0.3);*/
}
@media screen and (max-width: 720px) {
.title_visual .infoBox {
    padding: 10px;
}
.title_visual .infoBox h2 {
    margin-bottom: 10px !important;
    font-size: 2rem;
}
}
.title_visual .txt-color-w {
    color: #FFF;
}
.title_visual .infoBox p.category {
    display: inline-block;
    font-size: 3.2rem;
    font-family: "FP-ヒラギノUD角ゴ StdN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}
