@charset "utf-8";
/* ▼全ページ共通 */
.bgGradient {
    position: relative;
    overflow: visible;
    border-radius: 10rem;
    padding-top: 0.6rem;
}
.bgGradient::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(to bottom right, var(--bgGradientColor) 15%, var(--bgGradientColor02) 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -999;
    pointer-events: none;
}
@media only screen and (max-width:1215px) {
    .bgGradient {
        order: 1;
        padding-top: 11.4rem;
    }
    .bgGradient::before {
        background-image: linear-gradient(to bottom right, var(--bgGradientColor) 15%, var(--bgGradientColor02) 100%);
    }
}

/* secCulture */
.secCulture{
    padding-bottom: 20rem;
}
@media only screen and (max-width:1215px) {
    .secCulture{
        padding-bottom: 8rem;
    }
}

/* secCultureTop */
.secCultureTop{
    position: relative;
    padding-top: 5rem;
    width: 100%;
    overflow: hidden;
}
@media only screen and (min-width:1216px) {
    .secCultureTop .cmnRecruit_title{
        position: absolute;
        top: 0;
        z-index: 3;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
    .secCultureTop .title_Inner{
        max-width: 150rem;
        width: calc(100% - 10rem);
        margin: 0 auto;
    }
    @media only screen and (max-width:1750px) {
        .secCultureTop .title_Inner{
            padding: 0 5rem;
        }
    }
}
.secCultureTop .topInner{
    position: relative;
}
.secCultureTop .imgBox{
    width: 100%;
    border-radius: 5rem;
    overflow: hidden;
}
.secCultureTop .txtbox{
    display: inline-block;
    position: absolute;
    bottom: 12.1rem;
    right: calc(0% - 5.9rem);
}
.secCultureTop .txtbox .imgsubtit{
    width: 88.4rem;
}
.secCultureTop .txtbox .imgtxt{
    position: absolute;
    top: calc(13.7rem - 5.5rem);
    width: 59.2rem;
    right: 0;
}
@media only screen and (max-width:1215px) {
    .secCultureTop{
        padding-top: 0;
    }
    .secCultureTop .topInner{
        position: relative;
        margin-top: 3.8rem;
        padding-bottom: calc(4.9rem + 1.6rem);
    }
    .secCultureTop .imgBox{
        border-radius: 2.5rem;
    }
    .secCultureTop .txtbox{
        bottom: 0;
        right: calc(0% - ((20 / 390 * 100%) + 0.4rem));
        padding-bottom: 1.6rem;
    }
    .secCultureTop .txtbox .imgsubtit{
        width: 36.1rem;
    }
    .secCultureTop .txtbox .imgtxt{
        top: calc(6.4rem - 2.5rem);
        width: 25.3rem;
        right: -0.3rem;
    }
}
@media only screen and (max-width:389px) {
    .secCultureTop .topInner{
        padding-bottom: calc((49 / 390 * 100vw) + 1.6rem);
    }
    .secCultureTop .txtbox{
        right: calc(0% - ((20 / 390 * 100vw) + (4 / 390 * 100vw)));
        padding-bottom: calc(16 / 390 *100vw);
    }
    .secCultureTop .txtbox .imgsubtit{
        width: calc(361 / 390 * 100vw);
    }
    .secCultureTop .txtbox .imgtxt{
        top: calc((64 / 390 * 100vw) - (25 / 390 * 100vw));
        width: calc(253 / 390 * 100vw);
        right: calc(-3 / 390 * 100vw);
    }
}

/* secBase */
.secBase{
    width: 100%;
    position: relative;
    margin-top: -12.8rem;
}
.secBase .inner{
    position: relative;
}
.secBase .basetitlebox{
    text-align: center;
}
.secBase .basetitlebox .titEng{
    font-size: var(--pcFontSize110);
}
.secBase .basetitlebox .titJpn{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_50);
    margin-top: 2rem;
}
.secBase .list{
    width: 100%;
    margin-top: 5.5rem;
}
.secBase .item{
    background-color: var(--Colorwhite);
    border-radius:10rem;
    box-shadow: 0 0 1.5rem 0 var(--box-shadow_Color_10);
    padding: 8rem;
    padding-left: 15.5rem;
}
.secBase .itemInner{
    display: flex;
    align-items: center;
}
.secBase .item + .item{
    margin-top: 8rem;
}
.secBase .imgArea{
    width: calc(900 / (1820 - (80 + 155)) * 100%);
    max-width: 90rem;
    border-radius: 5rem;
    overflow: hidden;
}
.secBase .txtArea{
    flex: 1;
    padding-right: 5rem;
}
.secBase .txtIn{
    display: inline-block;
    text-align: left;
    width: 100%;
}
.secBase .subtit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_40);
    color: var( --color_Base);
}
.secBase .imgtitEng{
    display: inline-block;
    max-width: 100%;
    margin-top: 2rem;
    margin-left: 0.6rem;
}
.secBase .imgtitEng.type01{
    width: 29.8rem;
}
.secBase .imgtitEng.type02{
    width: 32.7rem;
}
.secBase .imgtitEng.type03{
    width: 34.8rem;
}
.secBase .tit{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_40);
    margin-top: 2.8rem;
}
.secBase .txtbox{
    text-align: left;
    margin-top: 4.7rem;
}
.secBase .txtbox .txt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_34);
}
@media only screen and (min-width:1216px) {
    .secBase .txtbox .txt{
        letter-spacing: var(--pcLetterSpacing18_100);
    }
}
@media only screen and (max-width:1720px) {
    .secBase .item{
        padding-left: 8rem;
    }
    .secBase .imgArea{
        width: calc(900 / (1820 - (80 * 2)) * 100%);
    }
}
@media only screen and (max-width:1215px) {
    .secBase{
        margin-top: -2.6rem;
    }
    .secBase .basetitlebox .titEng{
        font-size: var(--spFontSize42);
    }
    .secBase .basetitlebox .titJpn{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_28);
        margin-top: 1.7rem;
    }
    .secBase .list{
        margin-top: 3.2rem;
    }
    .secBase .item{
        border-radius:4.5rem;
        padding: 5.3rem 0 6rem;
    }
    .secBase .itemInner{
        display: block;
        margin: 0 auto;
    }
    .secBase .item + .item{
        margin-top: 3rem;
    }
    .secBase .imgArea{
        width: 100%;
        max-width: 100%;
        border-radius: 2rem;
        margin-top: 3.4rem;
    }
    .secBase .txtArea{
        width: 100%;
        padding: 0;
    }
    .secBase .txtIn{
        display:block;
    }
    .secBase .subtit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_26);
    }
    .secBase .imgtitEng{
        margin-top: 1rem;
        margin-left:0;
    }
    .secBase .imgtitEng.type01{
        width: 13.7rem;
    }
    .secBase .imgtitEng.type02{
        width: 15.1rem;
    }
    .secBase .imgtitEng.type03{
        width: 16.1rem;
    }
    .secBase .tit{
        font-size: var(--spFontSize22);
        line-height: var(--spLineHeight22_30);
        margin-top: 1.1rem;
    }
    .secBase .txtbox{
        margin-top: 2rem;
    }
    .secBase .txtbox .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
    }
}

/* underlist */
.secBase .underlist{
    width: 100%;
    margin-top: 19rem;
}
.secBase .underItem{
    width: 100%;
    padding-left: 15.5rem;
}
.secBase .underItem + .underItem{
    margin-top: 8rem;
}
.secBase .undertit{
    width: 100%;
}
.secBase .undertit .titInner{
    display: flex;
    align-items: center;
}
.secBase .undertit .numtxt{
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_50);
}
.secBase .undertit .numIn{
    background-image: -moz-linear-gradient(45deg, rgb(45, 120, 232) 0%, rgb(61, 213, 131) 99%);
    background-image: -webkit-linear-gradient(45deg, rgb(45, 120, 232) 0%, rgb(61, 213, 131) 99%);
    background-image: -ms-linear-gradient(45deg, rgb(45, 120, 232) 0%, rgb(61, 213, 131) 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.secBase .undertit .u_tit{
    font-size: var(--pcFontSize36);
    line-height: var(--pcLineHeight36_46);
    padding-left: 2rem;
}
.secBase .underFlex{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 9.5rem;
}
.secBase .u_imgArea{
    max-width: 86rem;
    width: calc(860 / (1820 - 155) * 100%);
}
.secBase .u_imgBox{
    border-radius: 5rem;
    overflow: hidden;
}
.secBase .u_txtArea{
    flex: 1;
    padding-right:10rem;
}
.secBase .u_subtit{
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_80);
}
.secBase .u_txtbox{
    text-align: left;
    margin-top: 5rem;
}
.secBase .u_txt{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_40);
}
.secBase .back_white{
    font-weight: bold;
    background-color: var(--Colorwhite);
}
.secBase .u_pountbox{
    width: 100%;
    background-color: var(--bgPointColor);
    padding: 3.2rem 4rem;
    border-radius: 2rem;
    margin-top: 6.7rem;
}
.secBase .pointtxt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_34);
    font-weight: bold;
}
@media only screen and (max-width:1720px) {
    .secBase .underItem{
        padding-left: 8rem;
    }
    .secBase .u_imgArea{
        width: calc(860 / (1820 - 80) * 100%);
    }
    .secBase .u_txtArea{
        padding-right: 5rem;
    }
}
@media only screen and (max-width:1215px) {
    .secBase .underlist{
        margin-top: 7.2rem;
    }
    .secBase .underItem{
        width: calc(350 / 390 * 100%);
        margin: 0 auto;
        padding: 0;
    }
    .secBase .underItem + .underItem{
        margin-top: 7rem;
    }
    .secBase .undertit .numtxt{
        font-size: var(--spFontSize22);
        line-height: var(--spLineHeight22_30);
    }
    .secBase .undertit .u_tit{
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_36);
        padding-left: 0.9rem;
    }
    .secBase .underFlex{
        display: block;
        margin-top:30px;
    }
    .secBase .u_imgArea{
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }
    .secBase .u_imgBox{
        border-radius: 2rem;
    }
    .secBase .u_txtArea{
        width: 100%;
        padding: 0;
        margin-top: 3.3rem;
    }
    .secBase .u_subtit{
        font-size: var(--spFontSize22);
        line-height: var(--spLineHeight22_44);
    }
    .secBase .u_txtbox{
        margin-top: 2.2rem;
    }
    .secBase .u_txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_28);
    }
    .secBase .u_pountbox{
        padding: 2.3rem 2rem;
        border-radius: 2.5rem;
        margin-top: 3.7rem;
    }
    .secBase .pointtxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
    }
}

/* secMission */
.secMission{
    width: 100%;
    border-radius: 10rem 10rem 0 0;
    margin-top: 20rem;
    position: relative;
}
.secCulture.lazyloaded .secMission{
    background: url(../img/environment/culture/imgBg_mission.png) center bottom no-repeat;
    background-size: cover;
}
.secMission .Inner{
    padding-top: 18.8rem;
    padding-bottom: 91.8rem;
    position: relative;
}
.secMission .txtArea{
    position: relative;
}
.secMission .list{
    width: 100%;
}
.secMission .item{
    width: 100%;
}
.secMission .item + .item{
    margin-top: 13rem;
}
.secMission .titEng{
    font-size: var(--pcFontSize80);
    color: var(--MissionColor);
    mix-blend-mode:color-dodge;
}
.secMission .txtbox{
    color: var(--Colorwhite);
    margin-top: 4.2rem;
}
.secMission .subtit{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_30);
}
.secMission .tit{
    font-size: var(--pcFontSize48);
    line-height: var(--pcLineHeight48_60);
    margin-top: 1.5rem;
}
.secMission .txt{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_50);
    margin-top: 1rem;
}
.secMission .imgMap{
    position: absolute;
    width:222.7rem;
    height:176.4rem;
    top:11rem;
    right:-35.5rem;
    pointer-events: none;
}
.secMission .maptxt_box{
    position: absolute;
    width: 45rem;
    height: 45rem;
    top: 8rem;
    right: calc(50% - 67rem);
    border-radius: 50%;
}
.secMission .maptxt_box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(88,147,255,0.2);
    top: 0;
    left: 0;
    border-radius: 50%;
    transition: 0.5s;
    opacity: 0;
    /* mix-blend-mode: multiply; */
    mix-blend-mode: color-dodge;
}
.secMission.jsHide .maptxt_box::before{
    opacity: 0;
}
.secMission.jsHide.jsShow .maptxt_box::before{
    opacity: 1;
    transition: 0.5s;
}
.secMission #mapLoad.show + .maptxt_box::before{
    background-color: rgba(88,147,255,0);
}

.secMission .mapbox{
    position: absolute;
    width: 1rem;
    height: 1rem;
    color: var(--Colorwhite);
}
.secMission .mapbox.asahikawa{
    top: calc(50% - 6.6rem);
    left: calc(50% + 3.6rem);
}
.secMission .mapbox.sapporo{
    top: calc(50% + 3.1rem);
    left: calc(50% - 5.3rem);
}
.secMission .mapbox .mapTxt{
    position: absolute;
    left: calc(1rem + 0.5rem);
    top: calc(50% - (var(--pcFontSize24) * var(--pcLineHeight24_30) / 2));
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_30);
    white-space: nowrap;
}
.secMission .mapbox .mapIcon{
    width: 1rem;
    height: 1rem;
    background-color: var(--Colorwhite);
    border-radius: 50%;
    animation: blink 1s ease-in-out infinite none;
}
@keyframes blink {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    100% {
        box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.3%);
    }
}

/* Map Loading Animation */
#mapLoad {
    position: absolute;
    top: 8rem;
    right: calc(50% - 67rem);
    width: 45rem;
    height: 45rem;
    z-index: 10;
}
.loading-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.loading-circle::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0;
}
.secMission #mapLoad.show .loading-circle::before{
    border-color: rgba(255, 255, 255, 0);
}
.secMission .imgMap.active #mapLoad .loading-circle::before{
    opacity: 1;
}
.loading-circle::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-top: 1px solid var(--Colorwhite);
    top:0;
    left: 0;
    animation: circleRotate 2s ease-in-out infinite;
}
#mapLoad .loading-circle::after{
    display: none;
    transition: 0.5s;
}
#mapLoad.show .loading-circle::after{
    display: block;
    transition: 0.5s;
}
.circle-1 {
    width: 25rem;
    height: 25rem;
    animation-delay: 0.75s;
}
.circle-2 {
    width: 35rem;
    height: 35rem;
    animation-delay: 1.25s;
    transform: translate(-50%, -50% ) rotate(90deg);
}

@keyframes circleRotate {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(360deg);
    }
}
@media only screen and (max-width:1215px) {
    .secMission{
        border-radius: 3rem 3rem 0 0;
        margin-top: 6.2rem;
        position: relative;
    }
    .secMission.lazyloaded{
        background-image: url(../img/environment/culture/imgBg_mission_sp.png);
    }
    .secMission .Inner{
        padding: 0 2rem;
        padding-top: 6.4rem;
        padding-bottom: calc(3rem + 41.3rem + 5rem);
    }
    .secMission .item{
        text-align: center;
    }
    .secMission .item + .item{
        margin-top: 4.4rem;
    }
    .secMission .titEng{
        font-size: var(--spFontSize45);
    }
    .secMission .txtbox{
        margin-top: 2.3rem;
    }
    .secMission .subtit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
    }
    .secMission .tit{
        font-size: var(--spFontSize22);
        line-height: var(--spLineHeight22_36);
        margin-top: .6rem;
    }
    .secMission .txt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        margin-top: 0.6rem;
    }
    .secMission .imgMap{
        width:97.9rem;
        height:77.5rem;
        top:auto;
        bottom: calc(0% - 31.2rem);
        right: calc(0% - 8.1rem);
        pointer-events: all;
    }
    .secMission .maptxt_box{
        width: 20rem;
        height: 20rem;
        top: 3.5rem;
        right: calc(50% - 29.4rem);
    }
    .secMission .mapbox{
        width: 0.5rem;
        height: 0.5rem;
    }
    .secMission .mapbox.asahikawa{
        top: calc(50% - 3rem);
        left: calc(50% + 1.6rem);
    }
    .secMission .mapbox.sapporo{
        top: calc(50% + 1.3rem);
        left: calc(50% - 2.3rem);
    }
    .secMission .mapbox .mapTxt{
        left: calc(0.5rem + 0.2rem);
        top: calc(50% - (var(--spFontSize12) * var(--spLineHeight12_24) / 2));
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
    }
    .secMission .mapbox .mapIcon{
        width: 0.5rem;
        height: 0.5rem;
    }
    /* Map Loading Animation */
    #mapLoad {
        top: 3.5rem;
        right: calc(50% - 29.4rem);
        width: 20rem;
        height: 20rem;
    }
    .circle-1 {
        width: 12rem;
        height: 12rem;
    }
    .circle-2 {
        width: 16rem;
        height: 16rem;
    }
}
/* secCulture */
/* フェードイン共通 */
@keyframes fadeInUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* 左→右＋フェードイン＋回転保持 */
@keyframes fadeSlideRight {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* 右→左＋フェードイン */
@keyframes fadeSlideLeft {
    from {
        transform: translateX(50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.secCultureTop .copyTrigger{
    opacity: 0;
}
.secCultureTop .copyTrigger.animate {
    animation: fadeInUp 0.6s 
    ease-out 0.6s forwards;
}
.secCultureTop .copyTrigger .trigger_Item {
    opacity: 0;
}
.secCultureTop .copyTrigger.animate .trigger_Item.imgsubtit {
    animation: fadeSlideRight 0.6s ease-out 0.6s forwards;
}
.secCultureTop .copyTrigger.animate .trigger_Item.imgtxt {
    animation: fadeSlideLeft 0.6s ease-out 0.6s forwards;
}