/*===========================================================================*/
/*  loading  */
/*===========================================================================*/
.p-loading {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #66cc00;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
    transition-delay: 3s;
}
.p-loading.loading-active {
    transform: translate(101%, 0);
}

.p-loading__logo {
    width: 300px;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02), opacity 2.2s 0s cubic-bezier(.44,.14,.09,1.02);
    opacity: 0;
}
.p-loading.loading-active .p-loading__logo {
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .p-loading__logo {
        width: 220px;
    }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-topMv {
    position: relative;
    height: 100vh;
    max-height: 880px;
    min-height: 650px;
    padding: 157px 0 0 80px;
    z-index: 2;
}

.p-topMv__inner {
    max-width: 1106px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.p-topMv__head {
    font-size: 60px;
    line-height: 1.4;
    font-weight: 600;
    font-feature-settings: 'pwid' on, 'palt' on;
    letter-spacing: .14em;
}

.p-topMv__txt {
    margin-top: 25px;
    padding-top: 23px;
    position: relative;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 500;
}

.p-topMv__txt--border {
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 210px;
}

.p-topMv__bg01 {
    position: absolute;
    z-index: 0;
    height: calc(100% - 428px);
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.p-topMv__bg02 {
    position: absolute;
    z-index: 1;
    height: calc(100% - 366px);
    right: 0;
    position: absolute;
    bottom: 80px;
    width: calc(100% - 60px);
    z-index: 1;
    overflow: hidden;
    border-radius: 50px 0 0 0;
}
.p-topMv__bg02::before {
    background-color: #66cc00;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .25;
    z-index: 2;
}

.p-topMv__bg02 img {
    height: 100%;
    object-fit: cover;
}

.p-topMv__video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
}

.p-topMv__scroll {
    position: absolute;
    z-index: 2;
    right: 163px;
    bottom: 65px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    letter-spacing: .08em;
}

.p-topMv__scroll--txt {
    transform: rotate(90deg);
}

.p-topMv__scroll--bar {
    position: absolute;
    width: 1px;
    height: 60px;
    left: calc(50% - 3px);
    transform: translate(-50%, 0);
    top: calc(100% + 42px);
    overflow: hidden;
}

.p-topMv__scroll--bar::before {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    animation: scroll 2s linear 0s infinite normal forwards running;
}

@keyframes scroll {
    0%{
        transform: translate(0, -250%);
    }
    100%{
        transform: translate(0, 150%);
    }
}

@media screen and (max-width: 768px) {
    .p-topMv {
        position: relative;
        height: auto;
        max-height: unset;
        min-height: unset;
        padding: 115px 10px 100px 45px;
    }
    
    .p-topMv__head {
        font-size: 30px;
    }
    
    .p-topMv__txt {
        margin-top: 18px;
        padding-top: 14px;
        font-size: 13px;
    }
    
    .p-topMv__txt--border {
        width: 100px;
    }
    
    .p-topMv__bg01 {
        height: 172px;
    }
    
    .p-topMv__bg02 {
        height: 212px;
        position: absolute;
        bottom: 40px;
        width: calc(100% - 20px);
        border-radius: 16px 0 0 16px;
    }
    
    .p-topMv__scroll {
        right: -5px;
        bottom: 55px;
        font-size: 10px;
    }
    
    .p-topMv__scroll--txt {
        transform: rotate(90deg);
    }
    
    .p-topMv__scroll--bar {
        height: 40px;
        left: calc(50% - 2px);
        top: calc(100% + 34px);
    }
}

/*===========================================================================*/
/*  business  */
/*===========================================================================*/
.p-topBusiness {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #333;
}

.p-topBusiness__inner {
    position: relative;
}

.p-topBusiness__subHead {
    position: absolute;
    left: 0;
    top: 81px;
    font-size: 14px;
    line-height: 1;
    transform: rotate(-90deg);
    transform-origin: 0 0;
}

/* .p-topBusiness__content {
    max-width: 800px;
    margin: 0 auto;
} */

.p-topBusiness__head {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 500;
    color: #fff;
    padding-left: 100px;
}

.p-topBusiness__headJa {
    margin-top: 40px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .1em;
    color: #fff;
    padding-left: 100px;
}

.p-topBusiness__txt {
    color: #999;
    margin-top: 18px;
    padding-left: 100px;
}

.p-topBusiness__img {
    max-width: 790px;
    margin: 0 auto;
}

.p-topBusiness__btn {
    margin-top: 22px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-topBusiness {
        padding-top: 64px;
        padding-bottom: 80px;
    }
    
    .p-topBusiness__inner {
        position: relative;
    }
    
    .p-topBusiness__subHead {
        position: relative;
        left: unset;
        top: unset;
        transform: rotate(0);
    }
    
    .p-topBusiness__head {
        padding-left: 0;
        font-size: 38px;
        margin-top: 12px;
    }
    
    .p-topBusiness__headJa {
        margin-top: 20px;
        font-size: 20px;
        padding-left: 0;
        line-height: 1.75;
    }
    
    .p-topBusiness__txt {
        margin-top: 18px;
        padding-left: 0;
    }

    .p-topBusiness__img {
        max-width: 390px;
        margin: 50px auto 0;
    }
    
    .p-topBusiness__btn {
        margin-top: 64px;
        text-align: center;
    }
}

/*===========================================================================*/
/*  news  */
/*===========================================================================*/
.p-topNews {
    padding-top: 90px;
    padding-bottom: 200px;
}

.p-topNews__head {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
}

.p-topNews__list {
    margin-top: 36px;
    border-top: #ccc solid 1px;
}

.p-topNews__list li {
    padding: 32px 0;
    border-bottom: #ccc solid 1px;
    display: flex;
    align-items: flex-start;
}

.p-topNews__list--date {
    width: 176px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding-top: 3px;
}

.p-topNews__list--txt {
    width: calc(100% - 176px);
    font-size: 15px;
    line-height: 1.7;
}

.p-topNews__btn {
    text-align: right;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .p-topNews {
        padding-top: 64px;
        padding-bottom: 123px;
    }
    
    .p-topNews__head {
        font-size: 28px;
    }
    
    .p-topNews__list {
        margin-top: 30px;
    }
    
    .p-topNews__list li {
        padding: 28px 0 24px;
        display: block;
    }
    
    .p-topNews__list--date {
        width: 100%;
        font-size: 14px;
        padding-top: 0;
    }
    
    .p-topNews__list--txt {
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }
    
    .p-topNews__btn {
        margin-top: 28px;
    }
}

/*===========================================================================*/
/*  mission  */
/*===========================================================================*/
.p-topMission {
    position: relative;
    padding-top: 90px;
    padding-bottom: 210px;
    background-color: #ecf9e0;
}

.p-topMission__inner {
    position: relative;
}

.p-topMission__subHead {
    position: absolute;
    left: calc(100% - 14px);
    top: 86px;
    font-size: 14px;
    line-height: 1;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    white-space: nowrap;
}

.p-topMission__content {
    max-width: 502px;
    margin: 0 0 0 auto;
}

.p-topMission__head {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.42;
    font-feature-settings: 'pwid' on, 'palt' on;
    letter-spacing: .12em;
}

.p-topMission__head .--thin {
    font-weight: 300;
}

.p-topMission__txt {
    margin-top: 32px;
}

.p-topMission__btn {
    margin-top: 48px;
}

.p-topMission__bg {
    position: absolute;
    height: 380px;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
    width: calc(50vw - 78px);
    left: 0;
    top: -101px;
}

.p-topMission__bg img {
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1060px) {
    .p-topMission__bg {
        width: calc(100vw - 562px);
    }
}

@media screen and (max-width: 768px) {
    .p-topMission {
        position: relative;
        padding-top: 198px;
        padding-bottom: 170px;
    }
    
    .p-topMission__subHead {
        position: relative;
        left: unset;
        top: unset;
        transform: rotate(0);
    }
    
    .p-topMission__content {
        max-width: unset;
        margin: 0 0 0;
    }
    
    .p-topMission__head {
        margin-top: 10px;
        font-size: 32px;
    }
    
    .p-topMission__txt {
        margin-top: 18px;
    }
    
    .p-topMission__btn {
        margin-top: 36px;
        text-align: center;
    }
    
    .p-topMission__bg {
        height: 208px;
        border-radius: 0 16px 16px 0;
        width: calc(100% - 20px);
        top: -51px;
    }
}

/*===========================================================================*/
/*  slogan  */
/*===========================================================================*/
.p-topSlogan {
    position: relative;
    padding-top: 90px;
    padding-bottom: 110px;
}

.p-topSlogan__inner {
    position: relative;
    z-index: 3;
}

.p-topSlogan__subHead {
    position: absolute;
    left: 0;
    top: 105px;
    font-size: 14px;
    line-height: 1;
    transform: rotate(-90deg);
    transform-origin: 0 0;
}

.p-topSlogan__head {
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 565px;
}

.p-topSlogan__headEn {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
}

.p-topSlogan__headJa {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-top: 15px;
}

.p-topSlogan__headJa .--wrapper {
    position: relative;
    padding: 0 29px;
}
.p-topSlogan__headJa .--wrapper::before {
    background-color: #333;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 23px;
    width: 20px;
}
.p-topSlogan__headJa .--wrapper::after {
    background-color: #333;
    content: '';
    height: 2px;
    right: 0;
    position: absolute;
    top: 23px;
    width: 20px;
}

.p-topSlogan__txt {
    padding-left: 100px;
    margin-top: 40px;
    font-feature-settings: 'pwid' on, 'palt' on;
    letter-spacing: .06em;
}

.p-topSlogan__btn {
    padding-left: 100px;
    margin-top: 40px;
}

.p-topSlogan__img01,
.p-topSlogan__img02,
.p-topSlogan__img03 {
    position: absolute;
    overflow: hidden;
    border-radius: 15px;
}
.p-topSlogan__img01 img,
.p-topSlogan__img02 img,
.p-topSlogan__img03 img {
    height: 100%;
    object-fit: cover;
}
.p-topSlogan__img01 {
    width: 330px;
    height: 271px;
    z-index: 0;
    left: calc(50% + 187px);
    top: -91px;
}
.p-topSlogan__img02 {
    width: 338px;
    height: 252px;
    z-index: 2;
    left: calc(50% + 399px);
    top: 140px;
}
.p-topSlogan__img02 figure {
    border: #fff solid 4px;
    border-radius: 15px;
}
.p-topSlogan__img03 {
    width: 271px;
    height: 271px;
    z-index: 1;
    left: calc(50% + 92px);
    top: 211px;
}

@media screen and (max-width: 1180px) {
    .p-topSlogan__img02 {
        left: unset;
        right: -150px;
    }
}

@media screen and (max-width: 768px) {
    .p-topSlogan {
        padding-top: 408px;
        padding-bottom: 80px;
    }
    
    .p-topSlogan__inner {
        position: relative;
        z-index: 3;
    }
    
    .p-topSlogan__subHead {
        position: relative;
        left: unset;
        top: unset;
        transform: rotate(0);
    }
    
    .p-topSlogan__head {
        padding-left: 0;
        max-width: unset;
        margin-top: 12px;
        align-items: flex-start;
    }
    
    .p-topSlogan__headEn {
        font-size: 40px;
        font-weight: 500;
        line-height: 1;
    }
    
    .p-topSlogan__headJa {
        font-size: 28px;
        margin-top: 10px;
    }
    
    .p-topSlogan__headJa .--wrapper {
        position: relative;
        padding: 0 20px;
    }
    .p-topSlogan__headJa .--wrapper::before {
        height: 2px;
        top: 14px;
        width: 15px;
    }
    .p-topSlogan__headJa .--wrapper::after {
        height: 2px;
        top: 14px;
        width: 15px;
    }
    
    .p-topSlogan__txt {
        padding-left: 0;
        margin-top: 26px;
    }
    
    .p-topSlogan__btn {
        padding-left: 0;
        margin-top: 36px;
        text-align: center;
    }
    
    .p-topSlogan__img01,
    .p-topSlogan__img02,
    .p-topSlogan__img03 {
        border-radius: 12px;
    }
    .p-topSlogan__img01 {
        width: 255px;
        height: 210px;
        left: calc(50% - 100px);
        top: -82px;
    }
    .p-topSlogan__img02 {
        width: 261px;
        height: 195px;
        left: calc(50% + 8px);
        top: 100px;
    }
    .p-topSlogan__img02 figure {
        border-radius: 12px;
    }
    .p-topSlogan__img03 {
        width: 300px;
        height: 220px;
        left: unset;
        right: calc(50% + 30px);
        top: 148px;
    }
}
