body {
    &.is-checked {
        overflow: hidden;
    }
}



.mv {
    
    
}

.mv_inner {
    margin-left: 20px;
    margin-right: 0;
}

.mv-slider {
    position: relative;
    padding-left: 21px;
}

.swiper {
    
}

.swiper-slide {
}

.mv-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 10;
}

.main-title{
    width: 55.73vw;
}

.main-title-heading {
        display: block;
        margin-top: 8px;
        color: var(--color-main, #023E78);
        font-family: "Fira Sans";
        font-size: 10.6666667vw;
        font-style: italic;
        font-weight: 500;
        line-height: normal;
        background: var(--color-base, #FFF);
        width: fit-content;
        text-wrap: nowrap;
}

.subtitle {
    color: var(--color-base, #FFF);
    font-family: "Noto Sans JP";
    font-size: 4.26666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--color-main, #023E78);
    width: fit-content;
}

.about {
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 36vw;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 130%;
        background: linear-gradient(transparent 12%, #EDF3F8 12%, #EDF3F8 80%, transparent 80%);
        transform: skewY(10deg);
        z-index: -2;
    }
}

.about_inner {}

.about_content {
    display: flex;
    flex-direction: column;
}

.section-top {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.heading {}

.heading-en {
    color: var(--color-main, #023E78);
    font-family: "Fira Sans";
    font-size: 13.8666667vw;
    font-style: italic;
    font-weight: 500;
    line-height: normal;

    &.fff {
        color: #FFF;
    }
}

.heading-ja {
    color: var(--color-main, #023E78);
    font-family: "Noto Sans JP";
    font-size: 4.26666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.21;

    &.fff {
        color: #FFF;
    }
}

.heading_btn {
    position: relative;
    padding:11px 97px 5px 0px;
    width: fit-content;
    margin-left: auto;

    &.pc {
        display: none;
    }

    &.sp {
        display: block;
    }

    &.fff {
       & .heading_btn-text {
           color: #FFF;
       }

        & .heading_btn-arrow {
            background-color: #FFF;

            &::after {
                background-color: #FFF;
            }
        }

        & .heading_btn-circle {
            background: transparent;
        }
    }

    &:hover {
        & .heading_btn-arrow {
            width: 100px;
            right: -16px;
        }
    }
}

.heading_btn-text {
    color: var(--color-main, #023E78);
    font-family: "Fira Sans";
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.heading_btn-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(4px);
        right: 20px;
        width: 64px;
        height: 2px;
        background:#023E78;
        transition: 0.3s;

        &::after {
        content: "";
        position: absolute;
        bottom: 4px;
        right: -2px;
        width: 15px;
        height: 2px;
        background:#023E78;
        transform: rotate(35deg);
    }
}

.heading_btn-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 3px solid var(--color-accent-1, #FFF400);
    background: #FFF400;
    z-index: -1;

}

.about_block {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 67px 0  30px ;
}

.about_block-text {
    color: var(--color-contrast, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.2px;
    letter-spacing: 0.01px;

    & span {
        display: block;
        height: 2em;
    }
}

.about_block-img {
    flex-shrink: 0;

    & img {
        width: 100%;
    }
}

.about_anchor {
    margin-top: 30px;
    position: relative;
    width: 100vw;
    height: 40px;
}

.about_bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 78.6666667vw;
        height: 96vw;
        background: url(../img/bg-company.png) center / cover no-repeat;
        z-index: -1;

        & img {
            width: 100%;
            height: 100%;
        }
}

.service {
    padding: 60px 0 108px 0;
    margin-bottom: 60px;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(transparent 58%, #EDF3F8 58%, #EDF3F8 96%, transparent 96%);
        transform: skewY(10deg);
        z-index: -2;
    }
}

.service_inner {}

.service_content {
    display: flex;
    flex-direction: column;
}

.section-top {}

.svc_cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 12px;
    margin-bottom: 29px;
}

.svc_card {
    padding: 55px 0 0 15px;
    position: relative;
}

.svc_card-number {
    position: absolute;
    top: 0;
    right: 3px;
    color: var(--color-main, #023E78);
    text-align: right;
    font-family: "Fira Sans";
    font-size: 100px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    z-index: 1;
    text-shadow: 3px 3px #FFF;
}

.svc_card-img {
    position: relative;

    & img {
        width: 100%;
    }
}

.svc_card-title {
    position: absolute;
    left: -15px;
    bottom: 33px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    
    & span {
        color: var(--color-main, #023E78);
        font-family: "Noto Sans JP";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: fit-content;
        background: #FFF;
    }
}

.svc_card-text {
    margin-top: 14px;
    color: var(--color-contrast, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
}

.case {
    padding: 60px 0;
    background: url(../img/bg-case.png) center /cover no-repeat;
    position: relative;
    z-index: 0;
}

.case_inner {}

.case_content {
    display: flex;
    flex-direction: column;
}

.case_list {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 46px;
    padding-bottom: 53px;
}

.case_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex-shrink: 0;
}

.item-img {
    background: #FFF;
    padding: 25px 67px;
    width: 100%;
    text-align: center;

    & img {
        aspect-ratio: 1 / 1;
    }
}

.company-name {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-self: stretch;
}

.item-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.item-label {
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-base, #FFF);
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.item-btn {
    width: 30px;
    height: 30px;
    border:3px solid #FFF;
    border-radius: 50%;
    position: relative;
    transition: transform 0.3s ease;
    flex-shrink: 0;

    &:hover {
        border-color: #FFF400;
        transform: translateX(10px);

        &::after {
            border-color: #FFF400;
        }
    }

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: translate(-50%, -50%) translateX(-2.5px) rotate(45deg) ;
    }
}

.news {
    padding: 60px 0 87px 0;
    margin-bottom: 100px;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(transparent 20%, #EDF3F8 20%, #EDF3F8 88%, transparent 88%);
        transform: skewY(10deg);
        z-index: -2;
    }
}

.news_inner {}

.news_content {
    display: flex;
    flex-direction: column;
}

.news_list {
    margin: 60px 0 32px 0;
    width: 100%;
    display: flex;
    max-width: 768px;
    padding: 24px 20px 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    background: var(--color-base, #FFF);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
}

.news_item {
    display: flex;
    padding: 16px 0 32px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
    align-self: stretch;
    border-bottom: 1px solid #DDD;
}

.item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.item-category {
    display: flex;
    padding: 3px 20px;
    justify-content: center;
    align-items: center;
    color: var(--color-accent-2, #E61264);
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid var(--color-accent-2, #E61264);
}

.item-date {
    color: var(--color-contrast-light, #888);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

.news_title {
    overflow: hidden;
    color: var(--color-contrast, #1A1A1A);
    text-overflow: ellipsis;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    width: 100%;;
}



@media screen and (min-width:768px){
    .inner {
    padding: 0 7vw;
}


.mv {
    
    
}

.mv_inner {
    margin-left: 50px;
    margin-right: 0;
    padding:0 0 151px 0;
}

.mv-slider {
    padding-left: 40px;
}

.swiper {
    
}

.swiper-slide {
}

.mv-title {
    bottom: 60px;
}

.main-title {
    width: 36.4vw;
}

.main-title-heading-wrapper {
    display: flex;
    gap: 14px;
    background: #FFF;
    margin-bottom: 16px;
}

.main-title-heading{
        display: inline;
        margin-top: 0;
        font-size: 4.6875vw;
}

.subtitle {
    font-size: 1.5625vw;
}

.about {
    padding: 104px 0 93px 0;
    margin-bottom: 150px;

    &::before {
        height: 100%;
        background: linear-gradient(transparent 20%, #EDF3F8 20%, #EDF3F8 92%, transparent 92%);
    }
}

.about_inner {}

.about_content {
    gap: 28px;
}

.section-top {
}

.heading {}

.heading-en {
    font-size: 7.8125vw;
}

.heading-ja {
    font-size: 1.875vw;
}

.heading_btn {
    position: relative;
    padding: 0 140px 0 0;

    &.sp {
        display: none;
    }

    &.pc {
        display: block;
    }

    &:hover {
        & .heading_btn-arrow {
            width: 137px;
            right: -16px;
        }
    }
}

.heading_btn-text {
    font-size: 2.5vw;
}

.heading_btn-arrow {
        right: 26px;
        width: 95px;
}

.heading_btn-circle {
    width: 51px;
    height: 51px;
    border-radius: 51px;
}

.about_block {
    flex-direction: row;
    gap: 40px;
    margin: 0;
}

.about_block-text {
}

.about_anchor {
    position: absolute;
    top: 0;
    right: 0;
    width: 39.0625vw;
    height: 100%;
    margin-top: 0;
    z-index: -2;
}

.about_bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url(../img/bg-company.png) center / cover no-repeat;
        z-index: -1;

        & img {
            width: 100%;
            height: 100%;
        }
}

.about_block-img {
    width: calc(681 / 1100 * 100%);
}

.service {
    padding: 119px 0 109px 0;
    margin: 0;

    &::before {
        background: linear-gradient(transparent 45%, #EDF3F8 45%, #EDF3F8 91%, transparent 91%);
    }
}

.service_inner {}

.service_content {
    gap: 29px;
}

.section-top {}

.svc_cards {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    gap: 70px;
}

.svc_card {
    width: calc(320 / 1100 * 100%);
    padding: 55px 0 0 0;

    &:nth-child(3n+2) {
        margin-top: 60px;
    }

    &:nth-child(3n+3) {
        margin-top: 120px;
    }
}

.svc_card-number {
}

.svc_card-img {
}

.svc_card-title {
    left: -32px;
}

.svc_card-text {
}

.case {
    padding: 100px 0 125px 0;
}

.case_inner {}

.case_content {
    gap: 8px;
}

.case_list {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.case_item {
    width: calc(320 / 1100 * 100%);
    margin-top: 70px;
}

.item-img {
    padding: 3.125vw 6.25vw;
}

.company-name {
}

.item-link{
}

.item-label {
}

.item-btn {
}

.news {
    padding: 165px 0 159px 0;
    margin: 0;
    position: relative;

    &::before {
        background: linear-gradient(transparent 42%, #EDF3F8 42%, #EDF3F8 82%, transparent 82%);
    }
}

.news_inner {}

.news_content {
    gap: 80px;
}

.news_list {
    padding: 58px 40px 39px 40px;
    margin: 0 auto;
}

.news_item {
    padding: 23px 0 31px 0;
    gap: 19px;
}

.item-info {
}

.item-category {
    padding: 7px 23px;
    font-size: 14px;
}

.item-date {
}

.news_title {
    font-size: 16px;
    width: calc(648 / 688 * 100%);
}
}