@charset "UTF-8";

main .inner {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}
.pageTitle {
    background: url(../img/recruit/img-lower_main.jpg) center / cover no-repeat;
}
.pageTitle hgroup {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
}
.pageTitle hgroup p {
    font-family: var(--font2);
    font-weight: 900;
    line-height: 1;
    color: #fff;
    -webkit-text-stroke: 2px #333;
    margin-bottom: 0;
}
.pageTitle hgroup h1 {
    font-weight: bold;
    letter-spacing: 0.05em;
}
@media all and (min-width: 768px) {
    main {
        margin: 100px 0 200px;
    }
    main .inner {
        max-width: 1200px;
    }
    main section {
        margin: 100px 0 200px;
    }
    .l-header .siteLogo {
        max-width: 360px;
    }
    .pageTitle {
        padding: 200px 0 54px;
    }
    .pageTitle hgroup {
        max-width: 1200px;
    }
    .pageTitle hgroup p {
        font-size: 10rem;
    }
    .pageTitle hgroup h1 {
        font-size: 4.2rem;
        margin: -1px 0 0;
    }
}
@media all and (max-width: 767px) {
    main {
        margin: 50px 0 100px;
    }
    main section {
        margin: 50px 0 100px;
    }
    .pageTitle {
        background-image: url(../img/recruit/img-lower_main_sp.jpg);
        padding: 116px 0 44px;
    }
    .pageTitle hgroup p {
        font-size: 4.2rem;
        -webkit-text-stroke-width: 1px;
    }
    .pageTitle hgroup h1 {
        font-size: 2.4rem;
        margin: -2px 0 0;
    }
}

.c-recTitle1 {
    text-align: center;
}
.c-recTitle1 .en {
    font-family: var(--font2);
    font-weight: 900;
    color: var(--blue1);
    margin-bottom: 0;
}
.c-recTitle1 .ja {
    font-weight: bold;
}
.c-recLinkList1 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c-recLinkList1 > li a {
    display: block;
    position: relative;
    width: calc(100% - 5px);
    text-decoration: none;
}
.c-recLinkList1 > li a::before,
.c-recLinkList1 > li a::after {
    content: "";
    display: block;
    width: calc(100% - 5px);
    height: 100%;
    clip-path: var(--link-shape1);
    position: absolute;
}
.c-recLinkList1 > li a::before {
    background-color: var(--blue5);
    top: 0;
    left: 0;
    z-index: 2;
}
.c-recLinkList1 > li a::after {
    background-color: #333;
    top: 5px;
    left: 5px;
    z-index: 1;
}
.c-recLinkList1 > li a .text {
    display: block;
    position: relative;
    z-index: 3;
    font-family: var(--font2);
    font-weight: 900;
}
.c-recLinkList1 > li a .text .ja {
    display: block;
    font-family: var(--font1);
    font-weight: bold;
    line-height: 1.1;
}
.c-recLinkList1 > li a .text:before {
    content: "";
    display: block;
    width: 8px;
    height: 9px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #333;
    position: absolute;
    left: 10px;
    translate: 0 -50%;
}
.c-recLinkList1 > li a:hover .text:before {
    background-color: var(--blue1);
}
.c-recFlowList {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-recFlowList li {
    display: flex;
    position: relative;
}
.c-recFlowList li .number {
    font-family: var(--font2);
    font-weight: 900;
    text-align: center;
    flex-shrink: 0;
    color: #fff;
    background-color: var(--blue1);
}
.c-recFlowList li .number .num {
    display: block;
    font-weight: bold;
    font-family: var(--font3);
    line-height: 1;
}
.c-recFlowList li .text {
    font-weight: bold;
    border: 1px solid var(--blue1);
    border-left: none;
    margin: 0;
    width: 100%;
}
.c-recFlowList li .text .detail {
    display: block;
    font-weight: normal;
}
.c-recFlowList li + li::before {
    content: "";
    display: block;
    background-color: var(--blue11);
    clip-path: polygon(0 0 ,100% 0,50% 100%);
    position: absolute;
    left: 50%;
    translate: -50% -100%;
}
@media all and (min-width: 768px) {
    .c-recTitle1 {
        margin-bottom: 98px;
    }
    .c-recTitle1 .en {
        font-size: 3.6rem;
        line-height: 1.277;
    }
    .c-recTitle1 .ja {
        font-size: 4.2rem;
        letter-spacing: 0.1em;
        line-height: 1.238;
        margin: -3px 0 0;
    }
    .c-recLinkList1 {
        gap: 20px 40px;
    }
    .c-recLinkList1 > li a {
        min-width: 215px;
        padding: 3px 5px 26px 0;
    }
    .c-recLinkList1 > li a .text {
        font-size: 2rem;
        padding: 0 10px 0 22px;
        color: transparent;
        background-clip: text;
        background-image: linear-gradient(-60deg, #333 50%, var(--blue1) 50%);
        background-size: 220% 100%;
        background-position: 100% 100%;
        transition: background-position 0.4s linear;
    }
    .c-recLinkList1 > li a:hover {
        opacity: 1;
    }
    .c-recLinkList1 > li a:hover .text {
        background-position: 0 100%;
    }
    .c-recLinkList1 > li a .text .ja {
        font-size: 2.4rem;
        margin-top: -2px;
    }
    .c-recLinkList1 > li a .text:before {
        top: calc(50% + 4px);
    }
    .c-recFlowList li .number {
        width: 60px;
        padding-top: 6px;
    }
    .c-recFlowList li .number .num {
        font-size: 2.4rem;
        margin-top: -6px;
    }
    .c-recFlowList li .text {
        font-size: 2.4rem;
        line-height: 2.166;
        padding: 3px 20px;
    }
    .c-recFlowList li .text .detail {
        font-size: 1.6rem;
        line-height: 1.625;
        margin-bottom: 12px;
    }
    .c-recFlowList li + li {
        margin-top: 60px;
    }
    .c-recFlowList li + li::before {
        width: 60px;
        height: 18px;
        top: -20px;
    }
    .c-recFlowList + .note {
        text-align: center;
        margin-top: 14px;
    }
}
@media all and (max-width: 767px) {
    .c-recTitle1 {
        margin-bottom: 46px;
    }
    .c-recTitle1 .en {
        font-size: 2rem;
        line-height: 1.2;
    }
    .c-recTitle1 .ja {
        font-size: 2.4rem;
        letter-spacing: 0.05em;
        line-height: 1.25;
        margin: 3px 0 0;
    }
    .c-recLinkList1 {
        gap: 10px 15px;
    }
    .c-recLinkList1 > li {
        width: calc(50% - 7.5px);
        max-width: 180px;
    }
    .c-recLinkList1 > li a {
        padding: 4px 5px 26px 0;
    }
    .c-recLinkList1 > li a .text {
        font-size: 1.6rem;
        padding: 0 2px 0 22px;
    }
    .c-recLinkList1 > li a:hover .text {
        color: var(--blue1);
    }
    .c-recFlowList li .text .detail {
        font-size: 1.4rem;
        line-height: 1.714;
    }
    .c-recLinkList1 > li a .text .ja {
        font-size: 2rem;
        margin-top: 2px;
    }
    .c-recLinkList1 > li a .text:before {
        top: calc(50% + 4px);
    }
    .c-recFlowList li .number {
        width: 50px;
        padding-top: 6px;
        font-size: 1.3rem;
    }
    .c-recFlowList li .number .num {
        font-size: 2rem;
        margin-top: -6px;
    }
    .c-recFlowList li .text {
        font-size: 1.8rem;
        line-height: 1.555;
        padding: 10px;
    }
    .c-recFlowList li + li {
        margin-top: 35px;
    }
    .c-recFlowList li + li::before {
        width: 50px;
        height: 15px;
        top: -10px;
    }
    .c-recFlowList + .note {
        margin-top: 14px;
    }
}

.benefits-detail {
    border-style: solid;
}
.benefits-detail:nth-of-type(3n) {
    border-color: var(--green8);
    --title-bg1: #ECFDFD;
    --title-bg2: #3FF0F0;
}
.benefits-detail:nth-of-type(3n+1) {
    border-color: var(--blue12);
    --title-bg1: #E5F1FE;
    --title-bg2: var(--blue1);
}
.benefits-detail:nth-of-type(3n+2) {
    border-color: var(--blue13);
    --title-bg1: #E5F7FF;
    --title-bg2: #00B4FF;
}
.benefits-detail .title {
    font-weight: bold;
    position: relative;
}
.benefits-detail .title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    background-image: linear-gradient(to right, var(--title-bg1) 0%, var(--title-bg2) 100%);
    z-index: -1;
}
.benefits-detail .list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.benefits-detail .list > li {
    display: flex;
    align-items: center;
}
.benefits-detail .list .imgArea {
    flex-shrink: 0;
}
.benefits-detail .list .imgArea img {
    display: block;
}
.benefits-detail .list .big {
    display: block;
    color: var(--blue11);
    font-weight: bold;
}
@media all and (min-width: 768px) {
    .benefits-detail {
        border-width: 10px;
        padding: 20px 30px 30px;
    }
    .benefits-detail + .benefits-detail {
        margin-top: 50px;
    }
    .benefits-detail .title {
        font-size: 3.6rem;
        letter-spacing: 0.1em;
        line-height: 1.444;
        padding-bottom: 3px;
        margin: 0 0 30px;
    }
    .benefits-detail .title::before {
        height: 24px;
    }
    .benefits-detail .list > li {
        gap: 30px;
    }
    .benefits-detail .list > li + li {
        margin-top: 30px;
    }
    .benefits-detail .list .imgArea {
        width: 90px;
    }
    .benefits-detail .list .big {
        font-size: 2.4rem;
        margin-bottom: 6px;
    }
}
@media all and (max-width: 767px) {
    .benefits-detail {
        border-width: 5px;
        padding: 20px 15px;
    }
    .benefits-detail + .benefits-detail {
        margin-top: 30px;
    }
    .benefits-detail .title {
        font-size: 2.1rem;
        letter-spacing: 0.05em;
        line-height: 1.238;
        padding-bottom: 3px;
        margin: 0 0 30px;
    }
    .benefits-detail .title::before {
        height: 12px;
    }
    .benefits-detail .list > li {
        gap: 20px;
    }
    .benefits-detail .list > li + li {
        margin-top: 20px;
    }
    .benefits-detail .list .imgArea {
        width: 60px;
    }
    .benefits-detail .list .big {
        font-size: 1.8rem;
    }
}


@media all and (min-width: 768px) {
    .p-new-graduate__flow {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }
}

.c-recTable1 {
    width: 100%;
}
.c-recTable1 :is(th,td) {
    border: 1px solid #333;
    vertical-align: top;
}
.c-recTable1 :is(th,.td-g1,.td-g2) {
    font-weight: bold;
}
.c-recTable1 th {
    background-color: var(--blue5);
}
.c-recTable1 .td-g1 {
    background-color: var(--green8);
}
.c-recTable1 .td-g2 {
    background-color: var(--grey1);
}
.td-shoninkyu .year {
    text-align: right;
}
.td-shoninkyu h3 {
    font-size: inherit;
    font-weight: bold;
    margin: 10px 0;
}
.td-shoninkyu .shoninkyu-cource {
    margin: 0 0 25px;
    width: 100%;
}
.td-shoninkyu .shoninkyu-cource tbody th {
    text-align: left;
    background-color: #f5f5f5;
}
.td-shoninkyu .note {
    margin-bottom: 0;
}
@media all and (min-width: 768px) {
    .c-recTable1 col:first-child {
        width: 200px;
    }
    .c-recTable1 :is(th,td) {
        padding: 16.5px 10px;
    }
    .c-recTable1 th {
        text-align: center;
    }
    .td-shoninkyu .shoninkyu-cource {
        table-layout: fixed;
    }
    .td-shoninkyu .shoninkyu-cource tbody td {
        text-align: center;
    }
}
@media all and (max-width: 767px) {
    .c-recTable1 :is(th,td) {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .c-recTable1 tr:last-child :is(th,td):last-child {
        border-bottom: 1px solid #333;
    }
    .c-recTable1 th {
        text-align: left;
    }
    .c-recTable1 tr.sp-yoko {
        display: flex;
    }
    .c-recTable1 tr.sp-yoko td {
        flex: 1;
    }
    .c-recTable1 tr.sp-yoko td:nth-child(n+2) {
        border-left: none;
    }
    .td-shoninkyu .shoninkyu-cource thead {
        display: none;
    }
    .td-shoninkyu .shoninkyu-cource tbody :is(th, td) {
        display: block;
        border-top: none;
        border-bottom: none;
    }
    .td-shoninkyu .shoninkyu-cource tbody td {
    }
    .td-shoninkyu .shoninkyu-cource tbody tr .target {
        border-bottom: 1px solid #333;
    }
    .td-shoninkyu .shoninkyu-cource tbody tr:first-child .target {
        border-top: 1px solid #333;
    }
    .td-shoninkyu .shoninkyu-cource tbody td {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 20px;
    }
    .td-shoninkyu .shoninkyu-cource tbody .allowance_number {
        border-bottom: 1px solid #333;
    }
    .td-shoninkyu .shoninkyu-cource tbody .amount_number:before {
        content: "支給額";
    }
    .td-shoninkyu .shoninkyu-cource tbody .monthly_number:before {
        content: "基本月給";
    }
    .td-shoninkyu .shoninkyu-cource tbody .allowance_number:before {
        content: "諸手当（一律）/月";
    }
}



