/*輝く神戸の企業トップページ*/

/*一字下げ*/

p.indent {
    padding-left: 1em;
    text-indent: -1em;
}

/*スライダー*/

.kigyo-slider-container {
    margin: 30px auto 0;
    width: 100%;
}

.slick-img {
    border-radius: 10px;

}

.slick-img a {
    position: relative;
}

.slider-categorytitle {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.slider-categorytitle span {
    background: #5B5B5B;
    padding: 5px;
}

/* 中央以外のスライド */
.slick-img {
    transform: scale(0.8);
    transition: opacity 0.5s, transform 0.5s;
    width: 100%;
    min-height: 250px;
    max-height: 450px;
    object-fit: cover;

}

.slick-img img {
    width: 100%;
    min-height: 250px;
    max-height: 450px;
    object-fit: cover;
    border-radius: 10px;
    border: 1.4px solid #707070;
}

.slick-img a {
    transform: scale(0.8);
    transition: opacity 0.5s, transform 0.5s;
    width: 100%;
    min-height: 250px;
    max-height: 450px;
    object-fit: cover
}

/* 中央のスライド */
.slider .slick-center {
    opacity: 1;
    transform: scale(1);
}




.catch-titlelogo {
    text-align: center;
    width: 90%;
    max-width: 400px;
    margin: 50px auto 0;
    display: block;
}

.kigyo-slider-area {
    width: 100%;
    height: 500px;
    padding: 50px 0;
    position: relative;
}

.slider-under-img {
    width: 90%;
    max-width: 300px;
    bottom: 10%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;

    @media screen and (min-width: 820px) {
        max-width: 400px;
        bottom: 0%;
    }

}

/*slick*/

.slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 38px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
}

.slick-arrow:hover {
    opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
    width: 26px;
    height: 26px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

/* next */

.slide-arrow.next-arrow {
    content: "\f0da";
    font-family: FontAwesome;
    left: 32%;
    background-image: url(../img/kigyo/kigyo-next.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    width: 26px;
    height: 30px;
    border: none;
    color: #000;
}

/* prev */

.slide-arrow.prev-arrow {
    content: "\f0d9";
    font-family: FontAwesome;
    position: absolute;
    right: 32%;
    background-image: url(../img/kigyo/kigyo-prev.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    width: 26px;
    height: 30px;
    border: none;
    color: #000;
}

@media screen and (max-width: 767px) {

    .slick-next::after,
    .slick-prev::after {
        width: 10px;
        height: 10px;
    }

    .slick-next {
        right: 8px;
    }

    .slick-prev {
        left: 8px;
    }

    .slick-next::after {
        right: 2px;
    }
}

.slick-next {
    position: absolute;
    top: 10%;
    right: -20px;
}

.slick-prev {
    position: absolute;
    top: 10%;
    left: -20px;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    content: "\f111";
    font-family: FontAwesome;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
    bottom: -20px;
    right: 5%;

    @media screen and (min-width: 820px) {
        bottom: -4px !important;
        right: -22.5% !important;
    }

}



.kigyo-catch {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 80px;
    line-height: 1.5;

    @media screen and (min-width: 820px) {
        font-size: 1.5rem;
        margin-bottom: 50px;
    }

}

.kigyo-search-container {
    background-color: #00803F;
    position: relative;
    background-image: url(../img/kigyo/kigyo-bg_footer.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px;

    @media screen and (min-width: 820px) {
        padding: 50px;
    }

}

.kigyo-search-box {
    margin: 0 auto;
    max-width: 700px;
    border-radius: 20px;
    padding: 25px;
    background-color: #fff;

    @media screen and (min-width: 1025px) {
        width: 100%;
    }
}

.kigyo-search-box div {
    width: 100%;
    margin-bottom: 20px;

    @media screen and (min-width: 820px) {
        display: flex;
    }
}

@media screen and (max-width: 820px) {
    .kigyo-search-box div br {
        display: none;
    }
}

.kigyo-search-box select {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    padding: 10px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/kigyo/kigyo-arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    /* デフォルトの矢印を非表示 */

    @media screen and (min-width: 820px) {
        width: 85%;
    }
}

.kigyo-search-box select:hover {
    cursor: pointer;
}

.kigyo-search-box select::-ms-expand {
    display: none;
    /* デフォルトの矢印を非表示(IE用) */
}

.kigyo-search-box textarea {
    width: 92%;
    border-radius: 5px;
    padding: 10px;
    height: 100px;

    @media screen and (min-width: 820px) {
        width: 85%;
    }
}

.kigyo-search-box input {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));

    @media screen and (min-width: 820px) {
        width: 85%;
    }
}

.kigyo-search-box div p {
    font-weight: 700;
    margin-right: 15px;


    @media screen and (min-width: 820px) {
        font-size: 1rem;
        width: 15%;
    }
}


.kigyo-search-box button {
    width: 100%;
    max-width: 600px;
    color: #fff;
    background-color: #00803F;
    text-align: center;
    margin: 15px auto;
    height: 50px;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    background-image: url(../img/kigyo/kigyo-search.png);
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.kigyo-search-box button:hover {
    cursor: pointer;
}

.kigyo-search-img01 {
    position: absolute;
    width: 90px;
    left: 7%;
    top: -10%;

    @media screen and (max-width: 820px) {
        position: absolute;
        width: 42px;
        left: 1%;
        top: -10%;
    }
}

.kigyo-search-img02 {
    position: absolute;
    width: 52px;
    right: 8%;
    top: -9%;

    @media screen and (max-width: 820px) {
        position: absolute;
        width: 25px;
        right: 5%;
        top: -9%;
    }
}

.kigyo-search-img03 {
    position: absolute;
    width: 75px;
    left: 8%;
    bottom: -10%;

    @media screen and (max-width: 820px) {
        position: absolute;
        width: 37px;
        left: 4%;
        bottom: -6%;
    }
}

.kigyo-search-img04 {
    position: absolute;
    width: 102px;
    right: 5%;
    bottom: -6%;

    @media screen and (max-width: 820px) {
        position: absolute;
        width: 51px;
        right: 3%;
        bottom: -6%;
    }
}

.kigyo-search-result-container {
    padding-bottom: 50px;
}

.kigyo-search-result-container h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1.5;
}

.kigyo-search-result {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.kigyo-search-result::after {
    content: "";
    display: block;
    width: 30%;
}

.kigyo-search-article {
    width: calc(100% / 3 - 70px);
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

    @media screen and (max-width: 1024px) {
        width: calc(100% / 2 - 70px);
    }

    @media screen and (max-width: 767px) {
        width: 100%;
    }


}

.kigyo-search-article img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.kigyo-search-article .kigyo-search-gyoushu {
    background-color: #00803F;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}


.kigyo-search-article .kigyo-search-name {
    font-size: 1.2rem;
    margin: 10px 0;
    font-weight: 700;
}

.kigyo-search-article a {
    text-decoration: none;
}

.kigyo-search-article a p {
    margin-top: 10px;
    background-color: #00803F;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    text-align: center;
    font-weight: 600;
    padding-top: 9px;
    padding-left: 24px;
    line-height: 1.5rem;
}

.kigyo-search-article a p::before {
    content: "";
    background-image: url(../img/kigyo/kigyo-click.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    position: absolute;
    left: 11%;
    top: 8px;
}

.kagayaku-company-info-container {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;

    @media screen and (max-width: 767px) {
        padding: 0px;
    }
}

.kagayaku-company-imgbox {
    display: flex;
    gap: 15px 2%;
    margin-bottom: 20px;

    @media screen and (max-width: 767px) {
        flex-direction: column;
    }
}

.kagayaku-img-left {
    width: 68%;

    @media screen and (max-width: 767px) {
        width: 100%;
        min-height: 150px;
        object-fit: cover;
        border-radius: 10px;
    }
}

.kagayaku-img-right {
    width: 28%;

    @media screen and (max-width: 767px) {
        width: 100%;
        max-height: 80px;
        object-fit: cover;
        border-radius: 10px;
    }
}

.kagayaku-company-info-box {
    width: 90%;
    margin: 0 auto;
}

.kagayaku-company-info-box h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 15px 0;
}

.kagayaku-company-info-box h2::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 50px;
    background-image: url(../img/kigyo/kigyo-header-icon.png);
    background-size: contain;
    vertical-align: bottom;
    background-repeat: no-repeat;
}

.kagayaku-company-info-box h3 {
    font-size: 1.2rem;
    font-weight: bolder;
    padding-left: 8px;
    border-left: 5px solid #00803F;
    margin-bottom: 10px;
}

.kagayaku-company-info-article-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
    margin-bottom: 10px;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        margin-bottom: 0px;
    }
}

.kagayaku-company-info-article-leftbox {
    width: 49%;
    font-weight: 600;

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}





.kagayaku-company-info-article-rightbox {
    width: 49%;
    font-weight: 600;

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}


.kagayaku-company-info-article-rightbox h5 {
    background: #00803F;
    border-radius: 5px;
    padding: 8px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}

.kagayaku-company-info-article-rightbox h5 span {
    font-size: 1.2em;
}

.kagayaku-company-info-article-rightbox p span {
    background: #00803F;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-weight: 800;
    font-size: 0.8rem;
    line-height: 2.5;
}

.kagayaku-company-info {
    margin-top: 10px;
    border: 4px solid #00803F;
    border-radius: 10px;
    width: 49%;
    font-weight: 600;

    @media screen and (max-width: 1024px) {
        width: 100%;
    }
}

.kagayaku-company-info h4 {
    color: #00803F;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 10px 10px 0px 10px
}

.kagayaku-company-info dl {

    font-weight: 600;
    padding: 0px 10px 10px 10px;
    font-size: 0.8rem;
    line-height: 1.3;

    @media screen and (min-width: 820px) {
        font-size: 0.9rem;
        display: flex;
    }

}

.kagayaku-company-info dt {
    margin-right: 10px;

    @media screen and (min-width: 820px) {
        width: 20%;
    }
}

.kagayaku-company-buttonbox {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 1%;
    width: 48%;
    font-weight: 600;
    margin-top: 10px;
    align-items: flex-start;

    @media screen and (max-width: 1024px) {
        width: 100%;
    }
}

.kagayaku-company-buttonbox a {
    display: flex;
    justify-content: space-between;
    width: 48%;
    font-weight: 600;
    border: 3px solid #00803F;
    border-radius: 7px;
    color: #00803F;
    text-decoration: none;
    position: relative;
    transition: 0.5s;


    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.kagayaku-company-buttonbox a:hover {
    background: #58b952;
    color: #fff;
}


.kagayaku-company-buttonbox a p {
    padding: 10px;

}

.kagayaku-company-buttonbox a p::after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 10px;
    /*画像の幅*/
    height: 10px;
    /*画像の高さ*/
    background-image: url(../img/kigyo/arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 16px;
}

.keisai-kigyoimg {
    display: block;
    width: 90%;
    max-width: 1000px;
    height: auto;
    margin: 100px auto;
}

#result {
    padding-top: 100px;
    margin-top: -100px;
}

.kigyo-search-result {
    display: none;
}
