.feature {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 30px 60px;
}
.feature__swiper {
    position: relative;
}
.feature__cardsWrap {
    position: relative;
}
.feature__cards {
    padding: 30px 0;
}
.feature__card {
    box-shadow: 0px 0px 6px #b7b5b5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    width: 200px;
    margin-right: 30px;
}
.feature__card:hover {
    opacity: .7;
}
.feature__card:first-of-type {
    margin-left: 5px;
}
.feature__card:last-of-type {
    margin-right: 5px;
}
.feature__link {
    text-decoration: none;
}
.feature__img {
    width: 100%;
}
.feature__prev {
    width: 30px;
    height: 30px;
    border: solid 2px #005eab;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 1px 6px #808080;
    transition: 0.3s;
    left: 0;
    transform: translateX(-50%);
    z-index: 5;
}
.feature__prev.swiper-button-disabled {
    opacity: 0;
}
.feature__prev::after {
    padding: 2px 3px 0 0;
    font-weight: 700;
    font-size: 16px;
    color: #005eab;
}
_:-ms-lang(x)::-ms-backdrop, .feature__prev::after {
    content: "<";
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-style: normal;
    font-size: 22px;
    padding: 2px 3px 0 0;
}
.feature__next {
    width: 30px;
    height: 30px;
    border: solid 2px #005eab;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 1px 6px #808080;
    transition: 0.3s;
    right: 0;
    transform: translateX(50%);
    z-index: 5;
}
.feature__next.swiper-button-disabled {
    opacity: 0;
}
.feature__next::after {
    padding-left: 3px;
    font-weight: 700;
    font-size: 15px;
    color: #005eab;
}
@media all and (-ms-high-contrast: none) {
    .feature__next::after {
        padding-top: 2px;
    }
}
_:-ms-lang(x)::-ms-backdrop, .feature__next::after {
    content: ">";
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-style: normal;
    font-size: 22px;
}
.feature__textArea {
    padding: 10px;
}
.feature__heading {
    font-size: 15px;
    margin-bottom: 10px;
    color: #005eab;
    height: 38px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.feature__text {
    font-size: 13px;
    line-height: 1.5;
    height: 57px;
    color: #333;
}
.feature__scrollbar {
    width: 300px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #005eab;
    background: #fff;
    height: 8px;
    overflow: hidden;
}
.swiper-container-horizontal>.swiper-scrollbar {
    width: 300px;
    position: relative;
    height: 8px;
}
.feature__scrollbar .swiper-scrollbar-drag {
    background: #005eab;
    border-radius: 0;
}

.feature::before {
    content: "";
    background: url(/resource/top/img/bg_stripes_01.png) #E6EFF6;
    width: 100vw;
    min-width: 1100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#recruitment .feature__cards {
    display: flex;
    align-items: stretch;
}
#recruitment .feature__card {
    height: auto;
}
#recruitment .feature__text {
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 10px;
    border-radius: 9px;
    height: auto;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    color: #fff;
}
#recruitment .feature__heading {
    height: auto;
}

#recruitment .feature__img {
    width: 200px;
    height: 125px;
    object-fit: cover;
}

p.feature__text.feature__text--it {
    background-color: #135da7;
}
p.feature__text.feature__text--maker {
    background-color: #0C6B5C;
} 
p.feature__text.feature__text--creative {
    background-color: #F59D11;
} 
p.feature__text.feature__text--sales {
    background-color: #003B6B;
}
p.feature__text.feature__text--finance {
    background-color: #CBAA6B;
} 

.jobOfferHeading {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-bottom: solid 2px #005eab;
    color: #005eab;
    padding-bottom: 28px;
    font-size: 28px;
    font-weight: 400;
    margin: 2px 0 0;
}
.jobOfferHeading__icon {
    width: 57px;
    margin: -2px 10px 2px 0;
}
.jobOfferHeading__icon--private {
    margin-right: 0;
}

.searchCompanyList {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 30px;
}
.searchCompanyList__head {
    position: relative;
}
.searchCompanyList__annotation {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 13px;
}
.searchCompanyList__sliderWrap {
    overflow: hidden;
    height: 76px;
    border-bottom: solid 2px #005eab;
    position: relative;
    padding: 15px 0 0;
    background: #FFF;
}
.searchCompanyList__sliderWrap::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(to left, rgba(255,255,255,0), #fff 95%);
    left: 0;
    z-index: 10;
}
.searchCompanyList__sliderWrap::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(to right, rgba(255,255,255,0), #fff 95%);
    right: 0;
}
.searchCompanyList__slide {
    width: auto;
    margin-right: 40px;
    margin-bottom: 10px;
}
.searchCompanyList__img {
    height: 65px;
}
.searchCompanyList__link {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: solid 1px #005eab;
    cursor: pointer;
    outline: none;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 15px;
    color: #005eab;
    background: #fff;
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    text-decoration: none;
    box-sizing: border-box;
}
.searchCompanyList__link:hover,.searchCompanyList__link:focus {
    text-decoration: none;
}