section.recruit1 {
    padding: 44px 30px 0px;
}

h2.in_tit03 {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #005DAD;
    padding-bottom: 30px;
    border-bottom: 1px solid #C1C6C9;
    position: relative;
    line-height: 1;
}

h2.in_tit03:after {
    content: "";
    width: 50px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #005DAD;
    height: 1px;
}

.recruit-box01 {
    padding-left: 10px;
    margin-top: 45px;
    border-bottom: 1px solid #C1C6C9;
    padding-bottom: 40px;
}

h3.recruit-tit01 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 1;
}

.inner02 {
    max-width: 1154px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.in-flex-box {
    padding: 40px 10px;
    border-bottom: 1px solid #C1C6C9;
    display: flex;
}

.in-flex-box:first-child {
    /* border-top: 1px solid #C1C6C9; */
}

.left {
    /* position: sticky; */
    /* top: 0; */
}

.right {
    padding-top: 50px;
}

.left-are {
    position: sticky;
    top: 0;
    padding-top: 150px;
    margin-top: -100px;
}

a.left-link {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #11152F;
    margin-bottom: 20px;
    padding-left: 34px;
    position: relative;
}

a.left-link:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/inner/in_arrow.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}

p.in-flex-tit {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-right: 45px;
    max-width: 115px;
    width: 100%;
    line-height: 2em;
}

p.in-flex-txt01 {
    padding-left: 26px;
    position: relative;
    margin-top: 15px;
    font-weight: 500;
}

p.in-flex-txt01:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #2B3DC7;
    position: absolute;
    left: 0;
    top: 3px;
    /* transform: translateY(-50%); */
    border-radius: 100%;
}

p.in-flex-txt01:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #2B3DC7;
    position: absolute;
    left: 5px;
    top: 8px;
    border-radius: 100%;
}

p.in-flex-txt01:first-child {
    margin-top: 0;
}

.recruit-img01 {
    margin-top: 40px;
}

div#sec02 {
    margin-top: 120px;
}

.recruit-area02 {
    margin-top: 80px;
}

.right {
    max-width: 874px;
    width: 80%;
}

a.left-link:hover {
    opacity: .7;
}

.recruit-area01 {}

.recruit-map {
    margin-top: 30px;
}

.recruit-map iframe {
    width: 100%;
    height: 476px;
}

p.in-flex-txt01 a {
    text-decoration: underline;
    color: #2B3DC7;
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-left: 15px;
    position: relative;
}

p.in-flex-txt01 a:after {
    content: "";
    width: 14px;
    height: 17px;
    background: url(../img/recruit/pdf-icon.svg)no-repeat center;
    background-size: contain;
    width: 14px;
    display: flex;
    position: absolute;
    right: -18px;
    top: 4px;
}

p.in-flex-txt01 a:hover {
    opacity: .7;
    text-decoration: none;
}

h3.in_tit04 {
    margin-top: 55px;
    font-size: 27px;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #005DAD;
    border-bottom: 1px solid #C1C6C9;
    padding-bottom: 25px;
}

.in-flex-area {
    border-bottom: 1px solid #C1C6C9;
    padding: 40px 10px;
}

.in-flex-box02 {
    display: flex;
    margin-top: 15px;
}

p.in-flex-txt02 {
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2em;
}

@media screen and (max-width:991px) {
    a.left-link {
        font-size: 14px;
    }
    .right {
        width: 75%;
    }
    p.in-flex-tit {
        font-size: 14px;
        max-width: 100px;
        width: 100%;
    }
    p.in-flex-txt01 {
        font-size: 14px;
    }
    p.in-flex-txt01:before {
        top: 2px;
    }
    p.in-flex-txt01:after {
        top: 7px;
    }
}

@media screen and (max-width:767px) {
    .add-flex-area {
        padding: 25px 0 0;
    }
    section.recruit1 {
        padding: 54px 30px 0;
    }
    .inner02 {
        flex-flow: column;
    }
    .right {
        width: 100%;
        padding-top: 60px;
    }
    .left-are {
        padding-top: 0;
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }
    .left {
        padding: 20px;
        background: #fff;
        border-radius: 6px;
    }
    a.left-link {
        margin: 0;
        width: 45%;
        padding: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #C1C6C9;
        font-size: 13px;
    }
    a.left-link:before {
        left: auto;
        right: 0;
        width: 16px;
        height: 16px;
        top: 10px;
    }
    h2.in_tit03 {
        font-size: 22px;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
    .recruit-box01 {
        padding-left: 0px;
        margin-top: 35px;
        padding-bottom: 30px;
        border-bottom: 0;
    }
    h3.recruit-tit01 {
        font-size: 20px;
    }
    .in-flex-box {
        padding: 0 0 25px;
        border-bottom: 0;
        flex-flow: column;
    }
    p.in-flex-tit {
        max-width: 100%;
        padding: 10px 15px;
        background: #D5D7E5;
        border-radius: 5px;
    }
    .in-flex-content {
        padding: 25px 0 0 15px;
    }
    .recruit-img01 {
        margin-top: 25px;
        margin-left: -30px;
        margin-right: -30px;
    }
    .recruit-area02 {
        margin-top: 60px;
    }
    div#sec02 {
        margin-top: 80px;
    }
    p.in-flex-txt01 a {
        margin-left: 10px;
        font-size: 14px;
    }
    p.in-flex-txt01 a:after {
        width: 13px;
        height: 15px;
    }
    p.in-flex-txt02 {
        font-size: 14px;
    }
    .in-flex-area {
        padding: 25px 0 0;
    }
    .in-flex-box02 {
        flex-flow: column;
        margin: 0;
    }
    .in-flex-box02 p.in-flex-txt02 {
        padding: 25px 10px;
    }
    h3.in_tit04 {
        margin-top: 35px;
        font-size: 22px;
    }
    .recruit-map iframe {
        height: 174px;
    }
}