@charset "utf-8";

/*==========================================================================
特集TOP
==========================================================================*/
/* ----------------------------------------------------------
fv
---------------------------------------------------------- */
.noexperience .fv{
    background-image: linear-gradient(0deg, #22d3ee, #ffffff 0%, #7fbff0 50%, #447edb 100%);
    height: 55rem;
}
.noexperience .fv .fv_inner{
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    padding: 30px 10px 0;
}
.noexperience .fv .fv_logo{
    width: 300px;
}
.noexperience .fv .fv_area_text{
    width: 520px;
    position: absolute;
    top: 140px;
    left: 80px;
    z-index: 99;
}
.noexperience .fv .fv_text_main{
    filter: drop-shadow(3px 3px 5px rgba(34, 117, 219, 0.312));
}
.noexperience .fv .fv_text_sub{
    width: 87%;
    padding: 0 8px;
    margin: 0 auto 22px;
}
.noexperience .fv .fv_illust{
    position: absolute;
    width: 670px;
    top: 50px;
    right: -40px;
}
.noexperience .fv .fv_icon{
    position: absolute;
    width: 170px;
    object-fit: cover;
    mix-blend-mode: overlay; /* ブレンドモードを指定 */
    top: 160px;
    left: -28px;
}
/* スマホ-------------------- */
@media (max-width: 767px){
    .noexperience .fv{
        height: 40rem;
    }
    .noexperience .fv .fv_inner{
        padding: 19px 15px;
        max-width: 100%;
    }
    .noexperience .fv .fv_logo{
        width: 180px;
    }
    .noexperience .fv .fv_area_text{
        width: 95%;
        top: 84px;
        left: 10px;
    }
    .noexperience .fv .fv_text_sub{
        width: 46%;
        margin: 0px auto 40px;
    }
    .noexperience .fv .fv_illust{
        width: 300px;
        top: 20px;
        right: -47px;
    }
    .noexperience .fv .fv_icon{
        width: 85px;
        top: 50px;
        left: 27px;
    }
}
/* タブレット-------------------- */
@media (min-width: 768px) and (max-width: 1023px){
    .noexperience .fv{
        height: 40rem;
    }
    .noexperience .fv .fv_inner{
        padding: 25px 30px 0;
    }
    .noexperience .fv .fv_logo{
        width: 200px;
    }
    .noexperience .fv .fv_area_text{
        width: 400px;
        top: 100px;
        left: 60px;
    }
    .noexperience .fv .fv_illust{
        width: 470px;
        top: 40px;
    }
    .noexperience .fv .fv_icon{
        width: 100px;
        top: 100px;
        left: 30px;
    }
}

/* ----------------------------------------------------------
contents
---------------------------------------------------------- */
.noexperience .contentes_area{
    max-width: 1030px;
    margin: -140px auto 100px;
    background-color: #fff;
    padding: 60px 55px;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
a:hover .job-banner{
    opacity: 0.6;
}
/* スマホ-------------------- */
@media (max-width: 767px){
    .noexperience .contentes_area{
        max-width: 100%;
        margin: -90px auto 70px;
        padding: 30px 17px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-content: space-between;
        justify-content: space-between;
    }
    .job-banner{
        width: 100%;
    }
}
/* タブレット-------------------- */
@media (min-width: 768px) and (max-width: 1023px){
    .noexperience .contentes_area{
        margin: -100px auto 50px;
    }
}

/*==========================================================================
詳細ページ
==========================================================================*/
/* ----------------------------------------------------------
fv
---------------------------------------------------------- */
.noexperience_lower .fv{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 55rem;
}
.noexperience_lower .fv.keiri{
    background-image: url("/img/special/background_image_keiri.png");
}
.noexperience_lower .fv.jinji{
    background-image: url("/img/special/background_image_jinji.png");
}
.noexperience_lower .fv.jimu{
    background-image: url("/img/special/background_image_jimu.png");
}
.noexperience_lower .fv.kaikei{
    background-image: url("/img/special/background_image_kaikei.png");
}
.noexperience_lower .fv .fv_inner{
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    padding: 30px 10px 0;
}
.noexperience_lower .fv .fv_inner .fv_conents{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.noexperience_lower .fv .fv_logo{
    width: 300px;
}
.noexperience_lower .fv .fv_area_text{
    width: 450px;
    z-index: 99;
}
.noexperience_lower .fv .fv_area_text.long{
    width: 500px;
}
.noexperience_lower .fv .fv_text_sub{
    width: 90%;
    padding: 0 8px;
    margin: 0 auto 14px;
}

/* point---------------------------------------------- */
.card_container{
    width: 560px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0 1rem;
}
.card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    flex: 1;
    text-align: center;
    align-items: center;
    
}
.card .point_text_01{
    color: var(--blue);
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
}
.card .point_text_02{
    font-size: 19px;
    margin-bottom: 16px;
    color: var(--blue);
    font-weight: 600;
    line-height: 1.2;
}
.card .point_description{
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -0.07rem;
}
.highlight {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #c5e3f9 30%);
}
.point_icon {
    margin-bottom: 10px;
    width: 45%;
}


/* スマホ-------------------- */
@media (max-width: 767px){
    .noexperience_lower .fv{
        height: 55rem;
    }
    .noexperience_lower .fv.jinji{
        background-position: 60% center;
    }
    .noexperience_lower .fv.jimu{
        background-position: 65% center;
    }
    .noexperience_lower .fv.kaikei{
        background-position: 50% center;
    }
    .noexperience_lower .fv .fv_inner{
        padding: 19px 10px;
        max-width: 100%;
    }
    .noexperience_lower .fv .fv_inner .fv_conents{
        flex-direction: column;
        margin-top: 5px;
    }
    .noexperience_lower .fv .fv_logo{
        width: 180px;
    }
    .noexperience_lower .fv .fv_area_text{
        width: 85%;
        margin: 30px 0px 5px;
    }
    .noexperience_lower .fv .fv_area_text.long{
        width: 100%;
    }
    .noexperience_lower .fv .fv_text_sub{
        width: 90%;
        margin: 0px auto 10px;
    }
    .card_container{
        width: 100%;
        display: flex;
        margin: 0 auto;
        padding: 1rem 0;
    }
    .card{
        padding: 0 5px;
    }
    .card .point_text_01{
        font-size: 14px;
        margin-bottom: 2px;
    }
    .card .point_text_02{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .card .point_description{
        font-size: 11px;
        letter-spacing: -0.1rem;
    }
    .point_icon {
        margin-bottom: 5px;
        width: 55%;
        height: auto;
        aspect-ratio: attr(width) / attr(height);
        object-fit: contain;
        display: block;
    }
}
/* タブレット-------------------- */
@media (min-width: 768px) and (max-width: 1023px){
    .noexperience_lower .fv{
        height: 40rem;
    }
    .noexperience_lower .fv .fv_inner{
        padding: 25px 30px 0;
    }
    .noexperience_lower .fv .fv_inner .fv_conents{
        margin-top: 40px;
    }
    .noexperience_lower .fv .fv_logo{
        width: 200px;
    }
    .noexperience_lower .fv .fv_area_text{
        width: 400px;
        top: 100px;
        left: 60px;
    }
    .card .point_text_01{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .card .point_text_02 {
        font-size: 16px;
    }

}

/* ----------------------------------------------------------
pickup
---------------------------------------------------------- */
.pickup_section{
    max-width: 1030px;
    margin: -100px auto 0;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 80px 55px 0;
    text-align: center;
    position: relative;
    border: 1px solid #f1f4f7;
}
.pickup_title{
    font-family: "Jost", sans-serif;
    font-size: 45px;
    font-weight: 500;
    font-style: italic;
    background: linear-gradient(329deg, #2d66c2, #4ebdff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 11px 0 21px;
}
.pickup_subtitle {
    font-size: 20px;
    color: var(--blue);
    font-weight: 600;
    margin-top: 18px;
    letter-spacing: 0.1rem;
}
.pickup_section .note{
    margin: 20px 0 0;
    font-size: 1.2rem;
    color: #616772;
}
.card_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px 24px;
    margin: 50px auto 60px;
}
.job_card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.job_card:hover{
    cursor : pointer;
}
.job_card:hover .card-button{
    background-color: var(--blue);
    color: #fff;
}
.company_image {
    width: 100%;
    height: 22rem;
    transition: transform 0.4s ease;
    object-fit: scale-down;
}
.job_card:hover .company_image {
    transform: scale(1.05);
}
.card_content {
    padding: 16px;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.company_name {
    font-size: 16px;
    font-weight: bold;
    color: var(--blue);
    margin-bottom: 10px;
}
.job_desc {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.4;
    flex-grow: 1;
}
.card_meta {
    font-size: 14px;
    color: var(--basic);
    margin-bottom: 16px;
}
.meta_item {
    margin-bottom: 10px;
    font-weight: 600;
}
.meta_item i{
    color: var(--blue);
    width: 10px;
    margin-right: 5px;
}
.card-button {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border: 1px solid var(--blue);
    background-color: #fff;
    color: var(--blue);
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.4s ease, color 0.4s ease;
    width: auto;
    position: relative;
}
.card-button::after {
    position: absolute;
    content: "";
    border-top: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    width: 6px;
    height: 6px;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.4s ease;
}
.card-button:hover {
    background: var(--blue);
    color: #fff;
}
.card-button:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
}
.search-more {
    max-width: 1030px;
    background-image: url("/img/special/btn_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom 38% right 50%;
    padding: 50px 55px;
    border-radius: 0 0 10px 10px;
    margin: 0 auto 130px;
    text-align: center;
}
.search-more p {
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--basic);
}
.search-more .highlight {
    color: var(--blue);
    font-weight: 600;
    font-size: 18px;
    background: none;
}
.search-button {
    display: inline-block;
    background: linear-gradient(329deg, #2d66c2, #3da0ec);
    color: #fff;
    padding: 20px 18px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.2s;
    width: 380px;
    font-size: 20px;
    position: relative;
    transition: opacity 0.3s ease;
}
.search-button::after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f002";
    position: absolute;
    right: 5%;
}
.search-button:hover {
    opacity: 0.6;
}


/* スマホ-------------------- */
@media (max-width: 767px){
    .pickup_section{
        margin: -60px auto 0;
        padding: 55px 30px 0;
    }
    .pickup_title{
        font-size: 40px;
    }
    .pickup_subtitle{
        font-size: 16px;
        margin-top: 8px;
    }
    .search-more{
        padding: 35px 15px;
    }
    .search-button{
        width: 90%;
        font-size: 18px;
    }
    .search-more p{
        font-size: 13px;
        line-height: 2.2rem;
    }
    
}
/* タブレット-------------------- */
@media (min-width: 768px) and (max-width: 1023px){
    .pickup_section{
        margin: -30px auto 0;
    }
}
