@charset "utf-8";
/* CSS Document */
body { background:#fff url(../../character/images/background/bg_news.jpg) top center no-repeat; }
/******************************************************************************
* main
*******************************************************************************/
#container {
	float:left;
	width:785px;
}
.job {
	border:0;
	margin:0;
}
.job th, .job td {
	padding:0;
	border:0;
	background:#fff;
}
.textLeft {
	float:left;
	margin-right:10px;
	width:330px;
}
.textLeft .button {
	text-align:left;
	margin:0 0 10px 0;
}
.textLeft .button .textBtn { margin:0; }
#goTop { margin-top:10px; }

/* 2023/03 職業改修 */
.step-block {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step-block img + img {
    margin-top: 30px;
}
.job-category {
    text-align: center;
    margin-bottom: 20px;
}
.job-category--mt {
    margin-top: 40px;
}
.job-table {
    display: flex;
}
.job-table + .job-table {
    margin-top: 30px;
}
.job-table .left {
    position: relative;
    background-color: #0c77c4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    text-align: center;
    border-radius: 4px;
}
.job-table .left::after {
    content: "";
    display: block;
    width: 13px;
    height: 26px;
    background-color: #0c77c4;
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: -19px;
}
.job-table .left p {
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
    transition: .3s all ease-in-out;
}
.job-table .left a:hover p {
    color: #fffc00;
}
.job-table .right {
    margin-left: 20px;
}
.job-table .right .table-title {
    background-color: #42b1e8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
    border-radius: 4px;
}
.job-table .right .table-contents .block {
    background-color: #0c77c4;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.job-table .right .table-contents .block + .block {
    margin-top: 10px;
}
.job-table .right .table-contents .block a {
    width: 100%;
}
.job-table .right .table-contents .block--triple:first-child a::before {
    left: 18%;
}
.job-table .right .table-contents .block--triple:first-child a::after {
    right: 11%;
}

.job-table .right .table-contents .block .title {
    margin-bottom: 0 !important;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.job-table .right a {
    position: relative;
    background-color: #fff;
    display: block;
    border-radius: 2px;
    padding: 10px 15px;
    transition: .3s all ease-in-out;
}
.job-table .right a:hover {
    background-color: #fffe9a;
}
.job-table .right a img {
    max-width: 100%;
}
.job-table .right .table-contents .block .branch {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.job-table .right .table-contents .block .branch a {
    width: 42%;
}
.job-table .right .table-contents .block .branch--triple a:nth-child(1) {
    width: 34%;
}
.job-table .right .table-contents .block .branch--triple a:nth-child(2) {
    width: 22%;
}
.job-table .right .table-contents .block .branch--triple a:nth-child(3) {
    width: 22%;
}
/* 矢印 */
.job-table .right .table-contents .block+.block a::before {
    content: "";
    display: block;
    width: 26px;
    height: 13px;
    background-color: #ffd800;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}
.job-table--single {
    display: block;
}
.job-table--single .table-title {
    background-color: #42b1e8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
    border-radius: 4px;
}
.job-table--single a {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 10px 15px;
    transition: .3s all ease-in-out;
    border: 5px solid #0c77c4;
}
.job-table--single a:hover {
    background-color: #fffe9a;
}
.job-table--single+.job-table--single a::before {
    content: "";
    display: block;
    width: 26px;
    height: 13px;
    background-color: #ffd800;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}
.job-table--single .right {
    margin-left: 0;
}
