@charset "UTF-8";

/* jri_recruitInfo */
.jri_recruitInfo {
    display: flex;
    align-items: center;
    padding: 40px 30px;
    background-image: url("/ja/recruit/common/images/bg_recruit-info.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid #cccccc 1px;
    line-height: 1.4;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.jri_recruitInfo__icon {
    flex-shrink: 0;
    fill: none;
    stroke: #cccccc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
}
.jri_recruitInfo__icon svg {
    width: 53px;
    height: 53px;
}
.jri_recruitInfo__text {
    margin-left: 30px;
}
.jri_recruitInfo__title {
    color: #666666;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.jri_recruitInfo__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}
.jri_recruitInfo__list > * {
    margin-top: 10px;
    margin-right: 30px;
}
.jri_recruitInfo__link {
    display: inline-flex;
    align-items: center;
    color: #0153ce;
    font-size: 2.0rem;
    font-weight: bold;
    text-decoration: underline;
    word-break: break-all;
}
.jri_recruitInfo__link:hover {
    text-decoration: none;
}
.jri_recruitInfo__link img {
    flex-shrink: 0;
    margin-right: 10px;
}
.jri_recruitInfo__link span {
    width: calc(100% - 30px);
}

@media screen and (max-width: 768px) {
    .jri_recruitInfo {
        flex-direction: column;
        padding: 40px 15px;
    }
    .jri_recruitInfo__text {
        margin-top: 20px;
        margin-left: 0;
    }
    .jri_recruitInfo__list {
        flex-direction: column;
    }
    .jri_recruitInfo__list > * {
        margin-right: 0;
    }
}

/* jri_recruitFlowList */
.jri_recruitFlowList {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.jri_recruitFlowList > * + * {
    position: relative;
    padding-top: 36px;
}
.jri_recruitFlowList > * + *::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 30px;
    height: 16px;
    background-image: url("/ja/recruit/career/flow/images/ico_flow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(-50%);
}

/* jri_recruitFlow */
.jri_recruitFlow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #f0f0f0;
}
.jri_recruitFlow--start {
    color: #ffffff;
    background-color: #656565;
}
.jri_recruitFlow--end {
    color: #ffffff;
    background-color: #b34040;
}
.jri_recruitFlow p {
    font-size: 1.6rem;
    font-weight: normal;
}

/* jri_faqList */
.jri_faqList {
}
.jri_faqList > * + * {
    margin-top: 30px;
}

/* jri_faq */
.jri_faq {
    background-color: #ffffff;
}
.jri_faq__q {
    display: flex;
    font-weight: bold;
    padding: 20px;
    border: solid #cccccc 1px;
    transition: all 0.2s;
    cursor: pointer;
}
.jri_faq__q.is_show {
    color: #990000;
}
.jri_faq__a {
    display: none;
    padding: 30px 20px;
    border-right: solid #cccccc 1px;
    border-bottom: solid #cccccc 1px;
    border-left: solid #cccccc 1px;
}
.jri_faq__icon {
    transition: all 0.2s;
}
.jri_faq__q .jri_faq__icon {
    flex-shrink: 0;
    margin-right: 5px;
}
.jri_faq__a .jri_faq__icon {
    display: block;
}
.jri_faq__a .jri_faq__icon {
    font-weight: bold;
}
.jri_faq__a.is_show .jri_faq__icon {
    color: #990000;
}

/* jri_ImgAndTxt */
.jri_ImgAndTxt {
    display: flex;
}
.jri_ImgAndTxt > * + * {
    margin-left: 30px;
}
.jri_ImgAndTxt__title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .jri_ImgAndTxt {
        display: block;
    }
    .jri_ImgAndTxt > * + * {
        margin-top: 20px;
        margin-left: 0;
    }
}
