@charset "UTF-8";

/* ============================================
汎用
============================================ */

#main {
    background: #fff;
    overflow: unset;
}

#main .cSection02__head {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
#main .cSection02__title .en {
    font-family: "Inter Tight", sans-serif;
    font-weight: 900;
    font-size: clamp(11px, 10.648px + 0.094vw, 12px);
    line-height: 150%;
}
#main .cSection02__title .ja {
    display: block;
    font-weight: 700;
    font-size: clamp(18px, 15.887px + 0.563vw, 24px);
    line-height: 140%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    margin-top: 8px;
}


/* ============================================
タイトル部分
============================================ */

.hcPageMain {
    height: 540px;
    padding: clamp(27px, 17.493px + 2.535vw, 54px) 0 clamp(48px, 31.099px + 4.507vw, 96px);
}
.hcPageMainWrap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
#main .hcPageMainTitle {
    height: 58px;
    padding: 16px 0 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    background: url(/recruit/common/images/rn02/title_bg.svg) left top / auto 100% no-repeat;
}
#main.human-capital .hcPageMainCopy {
    margin-top: 62px;
}
#main .hcPageMainCopy h2 {
    max-width: 576px;
    width: 50%;
    aspect-ratio: 576 / 116;
    text-indent: -9999px;
    background: url(/recruit/human-capital/images/rn02/human-capital_title01.svg) left center / contain no-repeat;
}
#main .hcPageMainText {
    margin: clamp(32px, 26.366px + 1.502vw, 48px) 0 0;
}
#main .hcPageMainText > p {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
}
#main .hcPageMainText .post {
    display: block;
    font-weight: 500;
    font-size: clamp(11px, 10.648px + 0.094vw, 12px);
    line-height: 140%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    text-align: justify;
}
#main .hcPageMainText .name {
    display: block;
    margin: 8px 0 0;
    font-weight: 700;
    font-size: clamp(16px, 15.296px + 0.188vw, 18px);
    line-height: 140%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
}

#main.human-capital .hcPageMain {
    aspect-ratio: 1440 / 643;
    height: unset;
    max-height: 643px;
    width: 100%;
    padding: clamp(42px, 37.775px + 1.127vw, 54px) 0 clamp(48px, 31.099px + 4.507vw, 96px);
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#main.human-capital .hcPageMainImage {
    width: 48.6111%;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
@media screen and (min-width: 1280px){
    #main.human-capital .hcPageMainImage {
        right: unset;
        left: 50%;
    }
}
#main.human-capital .hcPageMainImage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main.human-capital .hcPageMainText {
    width: 39.84375%;
}
#main.human-capital .hcPageMainName {
    margin: clamp(32px, 15.099px + 4.507vw, 80px) 0 0;
}

section{
    margin: 0;
}
#main .hcWrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 80px 148px;
    max-width: 1280px;
    width: 90%;
    margin: clamp(64px, 41.465px + 6.009vw, 128px) auto 0;
}
#main .hcNav{
    width: 290px;
    position: sticky;
    top: 150px;
    margin: 106px 0 0
}
#main .hcCont{
    width: calc(100% - 438px);
}
#main .hcNav h3{
    font-family: 'Inter Tight', sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FA0046;
}
#main .hcNav ul{
    margin: 24px 0 0;
}
#main .hcNav li{
}
#main .hcNav a{
    display: block;
    font-weight: 700;
    font-size: clamp(12px, 11.648px + 0.094vw, 13px);
    line-height: 150%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #000;
    padding: 20px 34px 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
    position: relative;
}
#main .hcNav a:after{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000 url(/recruit/common/images/rn02/icon_arrow.svg) center / 8px auto no-repeat;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 21px;
    transition: all 0.3s ease-out;
}
#main .hcNav a:hover{
    color: #FA0046;
}
#main .hcNav.is-blc04 a[href="#blc04"],
#main .hcNav.is-blc03 a[href="#blc03"],
#main .hcNav.is-blc02 a[href="#blc02"],
#main .hcNav.is-blc01 a[href="#blc01"]{
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    color: #FA0046;
}
#main .hcNav.is-blc04 a[href="#blc04"]:after,
#main .hcNav.is-blc03 a[href="#blc03"]:after,
#main .hcNav.is-blc02 a[href="#blc02"]:after,
#main .hcNav.is-blc01 a[href="#blc01"]:after{
    background: #FA0046 url(/recruit/common/images/rn02/icon_arrow.svg) center / 8px auto no-repeat;
    transform: rotate(180deg);
}

#main .hcCont{
}
#main .hcContBlc + .hcContBlc{
    margin: clamp(64px, 52.028px + 3.192vw, 98px) 0 0;
}
#main .hcCont:last-child{
}
#main .hcContHead{
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    font-size: clamp(24px, 21.183px + 0.751vw, 32px);
    margin: 0;
}
#main .hcContText{
    font-weight: 500;
    font-size: clamp(14px, 13.296px + 0.188vw, 16px);
    line-height: 180%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    text-align: justify;
}
/*仮*/
#main .hcContImage{
    background: #F2F4F6;
    width: 100%;
    border-radius: 4px;
    aspect-ratio: 842 / 561;
}
#main .hcContText + .hcContImage,
#main .hcContHead + .hcContImage,
#main .hcContHead + .hcContText{
    margin: clamp(32px, 26.366px + 1.502vw, 48px) 0 0;
}

#main .hcFooter{
    width: 100%;
    aspect-ratio: 1440 / 810;
    margin: clamp(80px, 57.465px + 6.009vw, 144px) 0 0;
}


#main .hcRelated{
    background: #F3F3F3;
    padding: clamp(80px, 57.465px + 6.009vw, 144px) 0;
}
#main .hcRelatedWrap{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}
#main .hcRelatedItem{
    width: calc((100% - 24px) / 2);
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
#main .hcRelatedItem:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
#main .hcRelatedItem:nth-child(3):before{
    background: rgba(0, 0, 0, 0.25);
}
#main .hcRelatedItem.traning{
    width: 100%;
}
#main .hcRelatedItem.traning:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.9%, rgba(0, 0, 0, 0.4) 100%);
}
#main .hcRelatedArrow{
    position: absolute;
    right: clamp(20px, 15.775px + 1.127vw, 32px);
    bottom: clamp(20px, 15.775px + 1.127vw, 32px);
    width: clamp(24px, 15.549px + 2.254vw, 48px);
    height: clamp(33px, 21.380px + 3.099vw, 66px);
    z-index: 3;
}
#main .hcRelatedArrow svg{
    width: 100%;
    height: 100%;
}
#main .hcRelatedText{
    position: absolute;
    left: clamp(20px, 15.775px + 1.127vw, 32px);
    bottom: clamp(20px, 15.775px + 1.127vw, 32px);
    z-index: 3;
    color: #fff;
}
#main .hcRelatedText h3{
    font-weight: 700;
    font-size: clamp(20px, 15.775px + 1.127vw, 32px);
    line-height: 135%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #FFFFFF;
}
#main .hcRelatedText p{
    font-weight: 500;
    font-size: clamp(13px, 11.944px + 0.282vw, 16px);
    line-height: 180%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    margin: clamp(12px, 10.592px + 0.376vw, 16px) 0 0;
}
#main .hcRelatedImage{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

#main .cEntry{
    padding: clamp(90px, 51.268px + 10.329vw, 200px) 0 0;
}
