.c-bg-txt {
    color: #fff;
    font-size: 240px;
    font-weight: 800;
    line-height: .83;
    letter-spacing: .008em;
    position: absolute;
}

@media screen and (max-width: 900px) {
    .c-bg-txt {
        font-size: 100px;
    }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
    position: relative;
    height: 90vh;
}

.p-mv__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    border-radius: 0 0 0 100px;
    position: relative;
}

.p-mv__bg--deco01 {
    position: absolute;
    width: 788.173px;
    height: 788.173px;
    flex-shrink: 0;
    border-radius: 788.173px;
    opacity: 0.3;
    background: #0EE2B9;
    filter: blur(150px);
    left: -319px;
    bottom: -407px;
}

.p-mv__bg--deco02 {
    position: absolute;
    width: 507.343px;
    height: 507.343px;
    flex-shrink: 0;
    border-radius: 507.343px;
    opacity: 0.5;
    background: #FFE294;
    filter: blur(150px);
    right: -223px;
    top: 202px;
}

.p-mv__bg--deco03 {
    position: absolute;
    width: 621.961px;
    height: 621.961px;
    flex-shrink: 0;
    border-radius: 621.961px;
    opacity: 0.3;
    background: #0EE2B9;
    filter: blur(150px);
    right: -236px;
    top: 62px;
}

.p-mv__bg img,
.p-mv__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-mv__txts {
    position: absolute;
    left: 85px;
    bottom: 85px;
    z-index: 2;
}

.p-mv__txt {
    color: #fff;
    font-size: 140px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.02em;
}

.p-mv__head {
    margin-top: 40px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
}

.p-mv__scroll {
    position: absolute;
    right: 5px;
    bottom: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 45px;
}

.p-mv__scroll--txt {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    transform: translate(1px, 0px) rotate(90deg);
}

.p-mv__scroll--bg {
    position: relative;
    width: 16px;
    height: 57px;
    background-color: #fff;
    border-radius: 100vh;
    padding: 0 3px;
    overflow: hidden;
}

.p-mv__scroll--bg02 {
    width: 100%;
    height: 16px;
    background-color: #2CE6CA;
    border-radius: 100vh;
    animation: scroll 1.8s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}

@keyframes scroll {
    0% {
        transform: translate(0, -18px);
    }
    100% {
        transform: translate(0, 60px);
    }
}

@media screen and (max-width: 900px) {
    .p-mv {
        height: 75vh;
    }

    .p-mv__bg {
        border-radius: 0 0 0 60px;
    }

    .p-mv__bg--deco01 {
        width: 385.782px;
        height: 385.038px;
        border-radius: 385.782px;
        filter: blur(73.54356384277344px);
        left: -104px;
        bottom: -120px;
    }

    .p-mv__bg--deco02 {
        width: 248.326px;
        height: 247.847px;
        filter: blur(73.54356384277344px);
        right: -74px;
        top: 167px;
    }

    .p-mv__bg--deco03 {
        width: 304.428px;
        height: 303.84px;
        border-radius: 304.428px;
        filter: blur(73.54356384277344px);
        right: -60px;
        top: -40px;
    }

    .p-mv__txts {
        left: 25px;
        bottom: 45px;
    }

    .p-mv__txt {
        font-size: 80px;
    }

    .p-mv__head {
        margin-top: 18px;
        font-size: 18px;
    }

    .p-mv__scroll {
        right: -9px;
        bottom: 30px;
        gap: 33px;
    }

    .p-mv__scroll--txt {
        font-size: 12px;
        transform: translate(1px, 0px) rotate(90deg);
    }

    .p-mv__scroll--bg {
        width: 12px;
        height: 42px;
        padding: 0 2px;
    }

    .p-mv__scroll--bg02 {
        height: 12px;
    }
}

/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.p-about {
    padding-top: 242px;
    position: relative;
}

.p-about__bg {
    position: absolute;
    border-radius: 100vh;
    opacity: 0.15;
    background: #45C0A8;
    filter: blur(150px);
    width: 535px;
    height: 535px;
    bottom: -214px;
    left: calc(50% + 408px);
}

.p-about__txtBg {
    left: 0;
    top: 191px;
}

.p-about__inner {
    max-width: 814px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.p-about__heads {
    display: flex;
    gap: 50px;
    flex-direction: row-reverse;
}

.p-about__subHead {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.p-about__subHead::before {
    background: url('../img/common/icon-face-yellow.svg') no-repeat center center/contain;
    content: '';
    height: 40px;
    left: 50%;
    position: absolute;
    top: -9px;
    width: 46px;
    transform: translate(-50%, 0);
    z-index: -1;
}

.p-about__head {
    padding-top: 16px;
    display: flex;
    flex-direction: row-reverse;
    gap: 42px;
    font-feature-settings: 'vert' on;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
}

.p-about__txts {
    width: 430px;
    padding-top: 73px;
}

.p-about__txt {
    display: flex;
    flex-direction: column;
    gap: 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

.p-about__btn {
    margin-top: 35px;
}

@media screen and (max-width: 900px) {
    .p-about {
        padding-top: 106px;
    }

    .p-about__bg {
        filter: blur(77px);
        width: 275px;
        height: 275px;
        bottom: -67px;
        left: calc(50% + 49px);
    }

    .p-about__txtBg {
        left: unset;
        right: -15px;
        top: 75px;
    }

    .p-about__inner {
        max-width: 500px;
        display: block;
    }

    .p-about__heads {
        display: block;
    }

    .p-about__subHead {
        padding-left: 14px;
        font-size: 13px;
        letter-spacing: .2em;
        font-feature-settings: unset;
    }
    .p-about__subHead::before {
        height: 33px;
        left: 0;
        top: -9px;
        width: 38px;
        transform: translate(0, 0);
    }

    .p-about__head {
        padding-top: 0;
        margin-top: 34px;
        flex-direction: column;
        gap: 0;
        font-size: 30px;
        line-height: 1.6;
        letter-spacing: .06em;
        font-feature-settings: unset;
    }

    .p-about__txts {
        width: 100%;
        padding-top: 25px;
    }

    .p-about__txt {
        gap: 15px;
        font-size: 14px;
        line-height: 1.8;
    }

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

/*===========================================================================*/
/*  works  */
/*===========================================================================*/
.p-works {
    position: relative;
    z-index: 2;
    padding-top: 184px;
}

.p-works__txtBg {
    top: 150px;
    right: 44px;
}

.p-works__inner {
    position: relative;
    z-index: 2;
}

.p-works__upper {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.p-works__heads {
    width: 280px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

.p-works__head {
    font-feature-settings: 'vert' on;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
    margin-left: 55px;
}

.p-works__txt {
    padding-top: 60px;
    display: flex;
    flex-direction: row-reverse;
    gap: 26px;
    font-feature-settings: 'vert' on;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.p-works__contents--wrapper {
    width: calc(100% - 280px);
    padding-top: 116px;
}

.p-works__contents {
    display: flex;
    justify-content: space-between;
}

.p-works__contents li {
    width: calc(100%*280/920);
}

.p-works__content--img {
    overflow: hidden;
    border-radius: 10px;
}

.p-works__content--head {
    margin-top: 22px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.p-works__content--txt {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

.p-work__btn {
    position: absolute;
    left: 0;
    top: 432px;
}

.p-works__lower {
    margin-top: 55px;
    background-color: #fff;
    padding: 70px 35px;
    border-radius: 40px;
}

.p-works__lower--inner {
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.p-works__lower--txts {
    width: calc(100%*416/1090);
}

.p-works__lower--head {
    position: relative;
    padding-bottom: 26px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}
.p-works__lower--head::before {
    background-color: #45C0A8;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 45px;
    border-radius: 100vh;
}

.p-works__lower--txt {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

.p-works__lower--img {
    width: calc(100%*635/1090);
}

@media screen and (max-width: 900px) {
    .p-works {
        padding-top: 95px;
    }

    .p-works__txtBg {
        top: 55px;
        right: -32px;
    }

    .p-works__inner {
        position: relative;
        z-index: 2;
    }

    .p-works__upper {
        display: block;
    }

    .p-works__heads {
        width: 100%;
        display: block;
    }

    .p-works__head {
        font-feature-settings: unset;
        font-size: 36px;
        line-height: 1.6;
        margin-left: 0;
        left: .05em;
    }

    .p-works__txt {
        padding-top: 20px;
        display: block;
        font-feature-settings: unset;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: .06em;
    }

    .p-works__txt span {
        display: inline;
    }

    .p-works__contents--wrapper {
        width: calc(100% + 40px);
        left: -20px;
        position: relative;
        padding-top: 0;
        margin-top: 20px;
        overflow-x: scroll;
        overflow-y: visible;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .p-works__contents--wrapper::-webkit-scrollbar {
        display: none;
    }

    .p-works__contents {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        gap: 18px;
    }

    .p-works__contents li {
        width: 280px;
        min-width: 280px;
    }
    .p-works__contents li:last-of-type {
        width: 300px;
        min-width: 300px;
        padding-right: 20px;
    }

    .p-works__content--img {
        border-radius: 6px;
    }

    .p-works__content--head {
        margin-top: 12px;
        font-size: 18px;
    }

    .p-works__content--txt {
        margin-top: 12px;
        font-size: 12px;
    }

    .p-work__btn {
        position: relative;
        left: unset;
        top: unset;
        margin-top: 30px;
        text-align: right;
    }

    .p-works__lower {
        margin-top: 40px;
        padding: 35px 30px 30px;
        border-radius: 20px;
    }

    .p-works__lower--inner {
        display: block;
    }

    .p-works__lower--txts {
        width: 100%;
    }

    .p-works__lower--head {
        padding-bottom: 24px;
        font-size: 20px;
        text-align: center;
    }
    .p-works__lower--head::before {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .p-works__lower--txt {
        margin-top: 18px;
        font-size: 12px;
        line-height: 1.7;
    }

    .p-works__lower--img {
        margin-top: 20px;
        width: 100%;
    }
}

/*===========================================================================*/
/*  product  */
/*===========================================================================*/
.p-product {
    position: relative;
    padding-top: 240px;
}

.p-product__circle {
    border-radius: 100vh;
    opacity: 0.3;
    background:#FFE294;
    filter: blur(150px);
    width: 535px;
    height: 535px;
    top: -148px;
    right: calc(50% + 387px);
    position: absolute;
}

.p-product__txtBg {
    top: 120px;
    left: 100px;
}

.p-product__slide {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 50px;
}

.p-product__slide--img {
    width: 1618px;
    min-width: 1618px;
}

.p-product__btn {
    position: relative;
    z-index: 5;
    text-align: right;
    padding-right: 100px;
    margin-top: 35px;
}

@media screen and (max-width: 900px) {
    .p-product {
        padding-top: 120px;
    }

    .p-product__circle {
        display: none;
    }

    .p-product__txtBg {
        top: 70px;
        left: -8px;
    }

    .p-product__slide {
        gap: 30px;
    }

    .p-product__slide--img {
        width: 1500px;
        min-width: 1500px;
    }

    .p-product__btn {
        text-align: right;
        padding-right: 20px;
        margin-top: 20px;
    }
}

/*===========================================================================*/
/*  csr  */
/*===========================================================================*/
.p-csr {
    position: relative;
    padding-top: 182px;
    z-index: 2;
}

.p-csr__txtBg {
    top: 70px;
    right: 44px;
}

.p-csr__inner {
    z-index: 2;
    position: relative;
}

.p-csr__contents {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 0 0 auto;
    max-width: 1122px;
}

.p-csr__heads {
    width: 220px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.p-csr__head {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.p-csr__txt {
    display: flex;
    flex-direction: row-reverse;
    gap: 26px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    font-feature-settings: 'vert' on;
}

.p-csr__imgs {
    width: calc(100% - 280px);
    max-width: 785px;
    position: relative;
}
.p-csr__imgs::before {
    background: url('../img/top/csr-illust.webp') no-repeat center center/contain;
    content: '';
    height: 199px;
    right: -61px;
    position: absolute;
    bottom: -24px;
    width: 147px;
    animation: csr-illust-move 2.5s ease-in-out infinite alternate;
}

@keyframes csr-illust-move {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.p-csr__img {
    overflow: hidden;
    border-radius: 30px;
}

.p-csr__btn {
    position: absolute;
    right: 78px;
    bottom: 0;
}

@media screen and (max-width: 900px) {
    .p-csr {
        padding-top: 95px;
    }

    .p-csr__txtBg {
        top: 55px;
        right: -10px;
    }

    .p-csr__contents {
        display: block;
        margin: 0;
    }

    .p-csr__heads {
        width: 100%;
        display: block;
    }

    .p-csr__head {
        font-size: 36px;
        line-height: 1.6;
        letter-spacing: .05em;
    }

    .p-csr__txt {
        margin-top: 20px;
        display: block;
        font-size: 14px;
        line-height: 1.8;
        font-feature-settings: unset;
    }
    .p-csr__txt span {
        display: inline;
    }

    .p-csr__imgs {
        margin-top: 25px;
        width: 100%;
        max-width: 785px;
        position: relative;
    }
    .p-csr__imgs::before {
        height: 79px;
        right: -12px;
        bottom: -13px;
        width: 58px;
    }

    .p-csr__img {
        border-radius: 10px;
    }

    .p-csr__btn {
        position: relative;
        right: unset;
        bottom: unset;
        margin-top: 35px;
        text-align: right;
    }
}

/*===========================================================================*/
/*  pr  */
/*===========================================================================*/
.p-pr {
    position: relative;
    margin-top: 150px;
    padding-top: 57px;
    padding-bottom: 51px;
}

.p-pr__bg--circle {
    border-radius: 100vh;
    opacity: .15;
    background: #45C0A8;
    filter: blur(150px);
    position: absolute;
    width: 473px;
    height: 473px;
    top: -192px;
    left: calc(50% + 400px);
}

.p-pr__bg {
    position: absolute;
    width: 100%;
    min-width: 2239px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.p-pr__inner {
    position: relative;
    z-index: 2;
    max-width: 1190px;
}

.p-pr__txts {
    width: 210px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.p-pr__head {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.p-pr__txt {
    padding-top: 69px;
    display: flex;
    flex-direction: row-reverse;
    gap: 26px;
    color: #fff;
    font-feature-settings: 'vert' on;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.p-pr__slide--wrapper {
    overflow: hidden;
    left: calc(50% - 281px);
    position: absolute;
    width: calc(50vw + 281px);
    top: 146px;
}

.p-pr__slide--inner {
    width: 410px;
    margin: 0 !important;
    overflow: visible !important;
    position: unset !important;
}

.p-pr__slide--content {
    width: 410px !important;
    min-width: 410px;
    padding-right: 15px;
    padding-left: 15px;
}

.p-pr__slide--link {
    display: block;
    position: relative;
}

.p-pr__slide--tags {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    flex-wrap: wrap;
    gap: 5px;
    display: flex;
    z-index: 3;
}

.p-pr__slide--tag {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 7px 8px;
    border-radius: 100vh;
    background: linear-gradient(111deg, #FFE294 17.73%, #F3B612 185.97%);
}

.p-pr__slide--imgWrapper {
    aspect-ratio: 380/280;
    overflow: hidden;
    border-radius: 10px;
    border: #fff solid 5px;
}

.p-pr__slide--img {
    height: 100%;
}

.p-pr__slide--img img {
    height: 100%;
    object-fit: cover;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-pr__slide--dates {
    margin-top: 9px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.p-pr__slide--date {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .08em;
}

.p-pr__slide--new {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    padding: 4px 8px;
    background-color: #ed1414;
    border-radius: 2px;
}

.p-pr__slide--head {
    margin-top: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p-pr__slide--txt {
    margin-top: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6;
}

.p-pr__slide--next {
    position: absolute;
    right: 91px;
    width: 39px;
    height: 39px;
    background: url('../img/top/btn-next.png') no-repeat center center/contain;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 5;
}

.p-pr__btn {
    margin-top: 116px;
}

@media screen and (min-width: 901px) {
    .p-pr__slide--link:hover .p-pr__slide--img img {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1150px) {
    .p-pr__slide--wrapper {
        left: 290px;
        width: calc(100vw - 290px);
    }
}

@media screen and (max-width: 900px) {
    .p-pr {
        margin-top: 70px;
        padding-top: 38px;
        padding-bottom: 0;
    }

    .p-pr__bg--circle {
        display: none;
    }

    .p-pr__bg {
        position: absolute;
        width: 1200px;
        min-width: unset;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 1;
    }

    .p-pr__inner {
        max-width: 500px;
    }

    .p-pr__txts {
        width: 100%;
        display: block;
    }

    .p-pr__head {
        font-size: 36px;
        line-height: 1.6;
        letter-spacing: .05em;
    }

    .p-pr__txt {
        padding-top: 10px;
        display: block;
        font-feature-settings: unset;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: .04em;
    }

    .p-pr__txt span {
        display: inline;
    }

    .p-pr__slide--wrapper {
        overflow-x: scroll;
        overflow-y: visible;
        left: -20px;
        position: relative;
        width: calc(100% + 40px);
        top: unset;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-top: 30px;
    }

    .p-pr__slide--wrapper::-webkit-scrollbar {
        display: none;
    }

    .p-pr__slide--inner {
        width: auto;
    }

    .p-pr__slide {
        padding: 0 20px;
    }

    .p-pr__slide--content {
        width: 300px !important;
        min-width: 300px;
        padding-right: 18px;
        padding-left: 0;
    }

    .p-pr__slide--link {
        display: block;
        position: relative;
    }

    .p-pr__slide--tags {
        top: 9px;
        left: 9px;
        width: calc(100% - 18px);
    }

    .p-pr__slide--imgWrapper {
        aspect-ratio: 239/176;
        border-radius: 6px;
        border: #fff solid 3px;
    }

    .p-pr__slide--head {
        margin-top: 5px;
        font-size: 16px;
        line-height: 1.5;
    }

    .p-pr__slide--txt {
        margin-top: 8px;
        display: -webkit-box;
        font-size: 12px;
        line-height: 1.7;
    }

    .p-pr__slide--next {
        display: none;
    }

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

@media screen and (max-width: 500px) {
    .p-pr__bg {
        width: 100%;
    }
}

/*===========================================================================*/
/*  info  */
/*===========================================================================*/
.p-info {
    padding-top: 178px;
    position: relative;
    z-index: 2;
}

.p-info__txtBg {
    left: 44px;
    top: 108px;
    font-size: 160px;
}

.p-info__inner {
    max-width: 894px;
    position: relative;
    z-index: 2;
    padding-right: 147px;
}

.p-info__head {
    position: absolute;
    top: -34px;
    right: 8px;
    font-feature-settings: 'vert' on;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
}

.p-info__list li {
    border-bottom: #ccc dashed 1px;
}

.p-info__list--link {
    position: relative;
    display: block;
    padding: 30px 80px 30px 0;
}

.p-info__list--date {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
}

.p-info__list--heads {
    margin-top: 11px;
}

.p-info__list--heads.--new {
    padding-left: 48px;
}

.p-info__list--new {
    position: absolute;
    left: 0;
    top: 62px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    padding: 3px 6px 4px;
    background-color: #ff5050;
    border-radius: 5px;
}

.p-info__list--head {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.p-info__list--arrow {
    position: absolute;
    width: 39px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-info__btn {
    margin-top: 25px;
    text-align: right;
}

@media screen and (min-width: 901px) {
    .p-info__list--link:hover .p-info__list--arrow {
        transform: translate(0, -50%) rotate(360deg);
    }
}

@media screen and (max-width: 900px) {
    .p-info {
        padding-top: 70px;
    }

    .p-info__txtBg {
        left: -4px;
        top: 55px;
        font-size: 57px;
    }

    .p-info__inner {
        max-width: 500px;
        padding-right: 0;
    }

    .p-info__head {
        position: relative;
        top: unset;
        right: unset;
        font-feature-settings: unset;
        font-size: 36px;
        line-height: 1.6;
        letter-spacing: .05em;
    }

    .p-info__list {
        margin-top: 17px;
    }

    .p-info__list li {
        border-bottom: #ccc dashed 1px;
    }

    .p-info__list--link {
        position: relative;
        display: block;
        padding: 20px 0;
    }

    .p-info__list--infos {
        display: flex;
        align-items: center;
        column-gap: 9px;
        row-gap: 4px;
    }

    .p-info__list--date {
        font-size: 12px;
    }

    .p-info__list--heads {
        margin-top: 10px;
    }

    .p-info__list--heads.--new {
        padding-left: 0;
    }

    .p-info__list--new {
        position: relative;
        left: unset;
        top: unset;
        font-size: 10px;
        border-radius: 3px;
        transform: translate(0, -1px);
    }

    .p-info__list--head {
        font-size: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .p-info__list--arrow {
        display: none;
    }

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

/*===========================================================================*/
/*  erumina  */
/*===========================================================================*/
.p-erumina {
    position: relative;
    padding-top: 221px;
}

.p-erumina__bg01 {
    border-radius: 100vh;
    opacity: 0.2;
    background: #FFE294;
    filter: blur(150px);
    width: 535px;
    height: 535px;
    top: -136px;
    right: calc(50% + 387px);
    position: absolute;
}

.p-erumina__bg02 {
    border-radius: 100vh;
    background: rgba(237, 20, 20, 0.20);
    filter: blur(150px);
    width: 282px;
    height: 282px;
    top: 118px;
    left: calc(50% + 458px);
    position: absolute;
}

.p-erumina__txtBg {
    top: 111px;
    left: 61px;
}

.p-erumina__inner {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p-erumina__txts {
    width: 210px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.p-erumina__head {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.p-erumina__head .--bar {
    transform: translate(2px, 0px) rotate(90deg);
}

.p-erumina__txt {
    padding-top: 69px;
    display: flex;
    flex-direction: row-reverse;
    gap: 26px;
    font-feature-settings: 'vert' on;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.p-erumina__slide {
    width: calc(100% - 260px);
    max-width: 913px;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 913/577;
    position: relative;
}

.p-erumina__slide--img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 1.2s 0s cubic-bezier(.44,.14,.09,1.02);
    opacity: 0;
}
.p-erumina__slide--img.js-active {
    opacity: 1;
}

.p-erumina__slide--pagination {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.p-erumina__bullet {
    width: 40px;
    height: 2px;
    border-radius: 100vh;
    background-color: #fff;
    transition: background-color .6s 0s cubic-bezier(.44,.14,.09,1.02), width .6s 0s cubic-bezier(.44,.14,.09,1.02);
}
.p-erumina__bullet.active {
    width: 100px;
    background-color: #303135;
}

.p-erumina__btn {
    position: absolute;
    left: 0;
    z-index: 3;
    top: 482px;
}

@media screen and (max-width: 900px) {
    .p-erumina {
        padding-top: 102px;
    }

    .p-erumina__bg01 {
        display: none;
    }

    .p-erumina__bg02 {
        display: none;
    }

    .p-erumina__txtBg {
        top: 55px;
        left: -7px;
    }

    .p-erumina__inner {
        display: block;
    }

    .p-erumina__txts {
        width: 100%;
        display: block;
    }

    .p-erumina__head {
        font-size: 36px;
        letter-spacing: .05em;
        line-height: 1.6;
    }

    .p-erumina__head .--bar {
        transform: translate(0, 0) rotate(0deg);
    }

    .p-erumina__txt {
        padding-top: 20px;
        flex-direction: column;
        gap: 0;
        font-feature-settings: unset;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.8;
        letter-spacing: .06em;
    }
    .p-erumina__txt span {
        display: inline;
    }

    .p-erumina__slide {
        width: 100%;
        margin-top: 25px;
    }

    .p-erumina__slide--pagination {
        bottom: 15px;
        gap: 8px;
    }

    .p-erumina__bullet {
        width: 30px;
    }
    .p-erumina__bullet.active {
        width: 50px;
    }

    .p-erumina__btn {
        position: relative;
        left: unset;
        margin-top: 30px;
        top: unset;
        text-align: right;
    }
}

/*===========================================================================*/
/*  company  */
/*===========================================================================*/
.p-company {
    position: relative;
    padding-top: 120px;
    padding-bottom: 131px;
}

.p-company__bg {
    border-radius: 100vh;
    opacity: 0.15;
    background:#45C0A8;
    filter: blur(150px);
    width: 571px;
    height: 571px;
    position: absolute;
    bottom: -404px;
    left: calc(100% - 306px);
}

.p-company__inner {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 10px;
    padding: 70px 35px;
}

.p-company__inner>div {
    max-width: 1100px;
    margin: 0 auto;
}

.p-company__subHead {
    font-size: 74px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .05em;
}

.p-company__head {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .05em;
}

.p-company__content {
    margin-top: -30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.p-company__content--txts {
    width: calc(100%*460/1100);
    padding-top: 70px;
}

.p-company__content--head {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .05em;
}

.p-company__content--txt {
    margin-top: 19px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .05em;
}

.p-company__btn {
    margin-top: 47px;
}

.p-company__content--links {
    width: calc(100%*568/1100);
}

.p-company__content--links li {
    border-bottom: #303135 solid 1px;
}

.p-company__content--link {
    display: block;
    padding: 40px 50px 40px 10px;
    position: relative;
}

.p-company__content--link p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .05em;
}

.p-company__content--link figure {
    position: absolute;
    width: 14px;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

@media screen and (min-width: 901px) {
    .p-company__content--link:hover figure {
        transform: translate(10px, -50%);
    }
}

@media screen and (max-width: 900px) {
    .p-company {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .p-company__bg {
        display: none;
    }

    .p-company__inner {
        padding: 45px 25px 50px;
    }

    .p-company__subHead {
        font-size: 40px;
    }

    .p-company__head {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1;
    }

    .p-company__content {
        margin-top: 25px;
        display: block;
    }

    .p-company__content--txts {
        width: 100%;
        padding-top: 0;
    }

    .p-company__content--head {
        font-size: 24px;
    }

    .p-company__content--txt {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.8;
    }

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

    .p-company__content--links {
        width: 100%;
        margin-top: 20px;
    }

    .p-company__content--link {
        display: block;
        padding: 20px 50px 30px 0;
    }

    .p-company__content--link p {
        font-size: 16px;
    }

    .p-company__content--link figure {
        width: 14px;
        right: 0;
    }
}