@charset "UTF-8";

/* ============================================
汎用
============================================ */

#main{
    background: #fff;
    overflow: unset;
}


/* ============================================
タイトル部分
============================================ */

#main.welfare .cPagetitle__catchcopy{
    height: 154px;
    width: auto;
}
#main.welfare .cPagetitle__catchcopy img{
    height: 100%;
    width: auto;
}

#main .cSection02__head{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#main .cSection02__title .en {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
}
#main #wVoices .cSection02__title .en {
    font-size: 24px;
}
#main .cSection02__title .ja {
    display: block;
    text-indent: -9999px;
    height: 67px;
    margin: clamp(32px, 26.366px + 1.502vw, 48px) 0 0;
}
#main #wWorkSupport .cSection02__title .ja {
    background: url(/recruit/welfare/images/rn02/welfare_title02.svg) left center / contain no-repeat;
    aspect-ratio: 315 / 67;
    width: 315px;
}
#main #wLifeSupport .cSection02__title .ja {
    background: url(/recruit/welfare/images/rn02/welfare_title03.svg) left center / contain no-repeat;
    aspect-ratio: 315 / 67;
    width: 315px;
}
#main #wWorklifeBalance .cSection02__title .ja {
    background: url(/recruit/welfare/images/rn02/welfare_title04.svg) left center / contain no-repeat;
    aspect-ratio: 315 / 67;
    width: 315px;
}
#main #wVoices .cSection02__title .ja {
    background: url(/recruit/welfare/images/rn02/welfare_title05.svg) left center / contain no-repeat;
    aspect-ratio: 310 / 67;
    width: 310px;
}

/* ============================================
アンカーリンク部分
============================================ */

#main .ankerLink{
}
#main .ankerLinkWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content; center;
    margin: clamp(42px, 22.986px + 5.07vw, 96px) auto 0;
    max-width: 1280px;
    width: 90%;
}
#main .ankerLinkItem{
    width: calc(100% / 3);
    height: 80px;
    border-right: 1px solid rgba(0,0,0,0.3);
}
#main .ankerLinkItem:nth-child(1){
    border-left: 1px solid rgba(0,0,0,0.3);
}
#main .ankerLinkItem a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 26px 32px;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
}
#main .ankerLinkItem a:after{
    content: "";
    display:block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000 url(/recruit/common/images/rn02/icon_arrow_bottom.svg) center / auto 11px no-repeat;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}
#main .ankerLinkItem a:hover:after{
    opacity: 0.6;
}

/* ============================================
コンテンツ部分
============================================ */

#main .wPageWrap{
    padding: clamp(64px, 58.366px + 1.502vw, 80px) 0 clamp(80px, 57.465px + 6.009vw, 144px);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}
.wPageBlc{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: clamp(48px, 42.014px + 1.596vw, 65px) 0 0;
}
.wPageBlcTitle{
    position: sticky;
    top: 50px;
    width: 400px;
}
#main .wPageBlcTitle h3{
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    padding: 10px 0 10px 56px;
}
#main .wPageBlcTitle h3:after{
    content: "";
    display: block;
    width: 48px;
    height: 66px;
    background: url(/recruit/common/images/rn02/icon_arrow-right.svg) left center / contain no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wPageBlcCont{
    width: calc(100% - 440px);
}
#main .wPageBlcImage.col_2{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
#main .wPageBlcImage.col_2 > *{
    width: calc( (100% - 8px) / 2 )
}
#main .wPageBlcCont dl{
}
#main .wPageBlcCont dt{
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
}
#main .wPageBlcCont dd{
    margin: clamp(12px, 10.592px + 0.376vw, 16px) 0 0;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    line-height: 180%;
}
#main .wPageBlcCont dd h4{
    font-weight: 500;
    font-size: 16px;
}
#main .wPageBlcCont dd p{
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0 0;
}
#main .wPageBlcCont dd + dt{
    margin: clamp(32px, 26.366px + 1.502vw, 48px) 0 0;
}



#wVoices{
    overflow: hidden;
}
#wVoices .swiper-slide{
    padding: 0 10px;
}
.js-welfare-slider{
    margin: clamp(32px, 26.366px + 1.502vw, 48px) 0 0;
}
.wVoiceItem{
    display: block;
    position: relative;
    aspect-ratio: 730 / 410;
    border-radius: 8px;
    background: #c4c4c4;
    overflow: hidden;
}
.wVoiceItem:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 41.83%, rgba(0, 0, 0, 0.5) 100%);
}
.wVoiceItemImg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.wVoiceItemImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wVoiceItemText{
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #fff;
    position: absolute;
    z-index: 3;
    bottom: clamp(16px, 10.366px + 1.502vw, 32px);
    left: clamp(18px, 11.310px + 1.784vw, 37px);
    right: 20%;
}
.wVoiceItemArrow{
    position: absolute;
    z-index: 2;
    bottom: clamp(16px, 10.366px + 1.502vw, 32px);
    right: clamp(16px, 10.366px + 1.502vw, 32px);
    width: clamp(24px, 15.549px + 2.254vw, 48px);
    height: clamp(33px, 21.028px + 3.192vw, 67px);
    transform: translateX(0);
    transition: transform 0.3s ease-out;
}
.wVoiceItem:hover .wVoiceItemArrow{
    transform: translateX(10px);
}
#wVoices .sliderControl{
    margin: 24px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
#wVoices .sliderControl > *{
    width: 32px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s ease-out;
}
#wVoices .sliderControl > *;hover{
    opacity: 0.6;
}
