@charset "utf-8";

/*==========================================================================
特集TOP
==========================================================================*/
/* ----------------------------------------------------------
fv
---------------------------------------------------------- */
.experienced .fv{
    background-image: linear-gradient(0deg, #f3f8fa 0%, #c6eceb 50%, #6dd5d1 100%);
    height: 55rem;
}
.experienced .fv .fv_inner{
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    padding: 30px 10px 0;
}
.experienced .fv .fv_logo{
    width: 300px;
}
.experienced .fv .fv_area_text{
    width: 690px;
    position: absolute;
    top: 100px;
    left: 5px;
    z-index: 99;
}
.experienced .fv .fv_text_main{
    filter: drop-shadow(2px 2px 5px rgba(0, 93, 67, 0.163));
}
.experienced .fv .fv_text_sub{
    width: 90%;
    padding: 0 8px;
    margin: 0 auto 22px;
    filter: drop-shadow(0px 0px 2px rgba(0, 142, 101, 0.633));
}
.experienced .fv .fv_illust{
    position: absolute;
    width: 383px;
    top: 20px;
    right: 5px;
}
.experienced .fv .fv_icon{
    position: absolute;
    width: 170px;
    object-fit: cover;
    mix-blend-mode: overlay; /* ブレンドモードを指定 */
    top: 160px;
    left: -28px;
}
/* スマホ-------------------- */
@media (max-width: 767px){
    .experienced .fv{
        height: 42vh;
    }
    .experienced .fv .fv_inner{
        padding: 19px 15px;
        max-width: 100%;
    }
    .experienced .fv .fv_logo{
        width: 180px;
    }
    .experienced .fv .fv_area_text{
        width: 95%;
        top: 71px;
        left: 10px;
    }
    .experienced .fv .fv_text_sub{
        width: 48%;
        margin: 0px auto 20px;
    }
    .experienced .fv .fv_illust{
        width: 185px;
        top: 9px;
        right: -8px;
    }
    .experienced .fv .fv_icon{
        width: 85px;
        top: 50px;
        left: 27px;
    }
}
/* タブレット-------------------- */
@media (min-width: 768px) and (max-width: 1023px){
    .experienced .fv{
        height: 40rem;
    }
    .experienced .fv .fv_inner{
        padding: 25px 30px 0;
    }
    .experienced .fv .fv_logo{
        width: 200px;
    }
    .experienced .fv .fv_area_text{
        width: 420px;
        top: 80px;
        left: 60px;
    }
    .experienced .fv .fv_illust{
        width: 290px;
        top: 10px;
    }
    .experienced .fv .fv_icon{
        width: 100px;
        top: 100px;
        left: 30px;
    }
}

/* ----------------------------------------------------------
contents
---------------------------------------------------------- */
.experienced .contentes_area{
    max-width: 1030px;
    margin: -140px auto 100px;
    background-color: #fff;
    padding: 60px 55px;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.experienced .contentes_area a{
    width: 250px;
}
a:hover .job-banner{
    opacity: 0.6;
}
/* スマホ-------------------- */
@media (max-width: 767px){
    .experienced .contentes_area{
        max-width: 100%;
        margin: -60px auto 30px;
        background-color: #fff;
        padding: 30px 17px;
        border-radius: 10px;
        position: relative;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0;    
    }
    .experienced .contentes_area a {
        width: 48%;
    }
    .job-banner{
        width: 100%;
        margin-bottom: 15px;
    }
    /* .experienced .contentes_area.pc{
        display: none;
    } */
}
/* タブレット-------------------- */
@media (min-width: 768px) and (max-width: 1023px){
    .experienced .contentes_area{
        margin: -100px auto 50px;
    }
}

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

/* point---------------------------------------------- */
.card_container{
    width: 48%;
    max-width: 560px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    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: flex-start;
    padding: 20px 0 15px;
    flex: 1;
    text-align: center;
    align-items: center;
    gap: 5px;
}
.card .point_text_01{
    color: var(--blue);
    font-size: 20px;
    margin-bottom: 5px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
}
.card .point_text_02{
    font-size: 19px;
    margin-bottom: 12px;
    color: var(--blue);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.1rem;
}
.card .point_text_02.text_min{
    font-size: 17px;
    letter-spacing: -0.1rem;
    line-height: 1.3;
}
.card .point_description{
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.07rem;
}
.highlight {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #dff4fd 30%);
}
.point_icon {
    margin-bottom: 10px;
    width: auto;
    max-height: 55px;
}


/* スマホ-------------------- */
@media (max-width: 767px){
    #keiri,#jinji,#jimu,#kaikei{
        background-size: 350% auto;
    }
    .weekend_lower .fv{
        height: 55rem;
    }
    .weekend_lower .fv.jinji{
        background-position: 60% center;
    }
    .weekend_lower .fv.jimu{
        background-position: 30% center;
    }
    .weekend_lower .fv.kaikei{
        background-position: 50% center;
    }
    .weekend_lower .fv .fv_inner{
        padding: 19px 10px;
        max-width: 100%;
    }
    .weekend_lower .fv .fv_inner .fv_conents{
        flex-direction: column;
        margin-top: 5px;
    }
    .weekend_lower .fv .fv_logo{
        width: 180px;
    }
    .weekend_lower .fv .fv_area_text{
        width: 100%;
        margin: 20px 0px 20px;
    }
    .weekend_lower .fv .fv_area_text.long{
        width: 100%;
    }
    .weekend_lower .fv .fv_area_text.long .fv_text_sub{
        width: 77%;
    }
    .weekend_lower .fv .fv_text_sub{
        width: 60%;
        margin: 0px auto 15px;
    }
    .card_container{
        width: 100%;
        display: flex;
        gap: 0;
        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: 5px;
    }
    .card .point_text_02.text_min{
        font-size: 11px;
        letter-spacing: -0.15rem;
    }
    .card .point_description{
        font-size: 11px;
        letter-spacing: -0.12rem;
    }
    .point_icon {
        margin-bottom: 5px;
        max-height: 40px;
    }
}
/* タブレット-------------------- */
@media (min-width: 768px) and (max-width: 1023px){
    .weekend_lower .fv{
        height: 40rem;
    }
    .weekend_lower .fv .fv_inner{
        padding: 25px 30px 0;
    }
    .weekend_lower .fv .fv_inner .fv_conents{
        margin-top: 40px;
    }
    .weekend_lower .fv .fv_logo{
        width: 200px;
    }
    .weekend_lower .fv .fv_area_text{
        width: 400px;
        top: 100px;
        left: 60px;
    }
    .weekend_lower .fv .fv_area_text.long{
        width: 44%;
    }
    .card_container{
        width: 50%;
    }
    .card .point_text_01{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .card .point_text_02 {
        font-size: 13px;
    }
    .card .point_text_02.text_min{
        font-size: 11.5px;
    }
    .card .point_description{
        font-size: 11px;
    }

}

/* ----------------------------------------------------------
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(359deg, #11f0f3, #00bdc9);
    -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;
    line-height: 1.3;
}
.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/flex-weekend/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(359deg, #11f0f3, #00bdc9);
    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: -20px 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;
    }
}
