.visual_banner_section {
    display: flex;
    align-items: center;
    height: calc(var(--vh) * 100 - var(--header));
    padding-left: 12rem;
    background: url("/img/main/visual.jpg") center/cover no-repeat;
}

.visual_banner_section .visual_banner_box {
    display: flex;
    flex-direction: column;
}

.visual_banner_section .visual_banner_box h1 {
    padding-top: 2rem;
    font-size: 10.4rem;
    font-weight: var(--fw_bolder);
    color: var(--white1);
    line-height: 1;
    letter-spacing: -0.01em;
}

.visual_banner_section .visual_banner_box p {
    font-size: 3.6rem;
    font-weight: var(--fw_sbold);
    color: var(--black1);
    line-height: 1.58;
    letter-spacing: -0.014em;
}

.service_section {
    padding: 16rem 14.4rem;
}

.service_section .common_title_box {
    margin-bottom: 7.2rem;
}

.service_section ul {
    display: flex;
}

.service_section ul li {
    flex: 1 1 33.3%;
}

.service_section ul li:nth-child(n+2) {
    margin-left: 2.4rem;
}

.service_section ul li h3 {
    margin-top: 4rem;
    font-size: 3.6rem;
    font-weight: var(--fw_bolder);
}

.service_section ul li p {
    margin: 2.4rem 0;
    font-size: 1.8rem;
    line-height: var(--lh_base);
}

.service_section ul li figure img {
    width: 100%;
}

.solution_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 146.2rem;
    background: var(--black1) url("/img/main/solution_bg.png") center/cover no-repeat;
    text-align: center;
}

.solution_section .section_inner {
    width: 100%;
}

.solution_section h2 {
    font-size: 5.2rem;
    font-weight: var(--fw_bolder);
    color: var(--white1);
    line-height: 1.5;
}

.solution_section p {
    margin: 3.2rem 0;
    font-size: 2rem;
    font-weight: var(--fw_medium);
    color: var(--white2);
    line-height: 1.8;
}

.solution_section .mo {
    display: none;
}

.solution_section ul li {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main1);
    border: 1px solid var(--main1);
    border-radius: 50%;
    font-weight: var(--fw_bold);
    line-height: 1.4;
}

.solution_section ul.pc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15.2rem;
}

.solution_section ul.pc li {
    width: 17.5vw;
    height: 17.5vw;
    font-size: 2.4rem;
}

.solution_section ul.pc li:nth-child(n+2) {
    margin-left: -1.9%;
}

.legacy_section {
    display: flex;
    padding: 16rem 0 16rem 14.4rem;
}

.legacy_section .title_wrapper {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 52.8rem;
    padding-bottom: 11rem;
    margin-right: 2.5rem;
}

.legacy_section .title_wrapper .swiper_button_box {
    display: flex;
    align-items: center;
}

.legacy_section .title_wrapper .swiper_button_box .legacy_swiper_button {
    position: static;
    width: 44px;
    height: 44px;
    margin: 0;
    background-size: auto;
    background-image: url("/img/arr_slide.svg");
}

.legacy_section .title_wrapper .swiper_button_box .legacy_swiper_button.legacy_swiper_button_prev {
    transform: rotate(180deg);
    margin-right: 4.8rem;
}

.legacy_section .title_wrapper .swiper_button_box .legacy_swiper_button.swiper-button-disabled {
    opacity: 0.2;
}

.legacy_section .legacy_swiper {
    flex: 1 1 auto;
    padding-right: 8rem;
}

.legacy_section .legacy_swiper .swiper-slide {
    width: 39rem;
}

.legacy_section .legacy_swiper .swiper-slide:nth-child(2n) {
    margin-top: 4.4rem;
}

.legacy_section .legacy_swiper .swiper-slide:nth-child(n+2) {
    margin-left: 6.4rem;
}

.legacy_section .legacy_swiper .swiper-slide figure img {
    width: 100%;
}

.legacy_section .legacy_swiper h3 {
    margin-top: 3.2rem;
    font-size: 2.6rem;
    font-weight: var(--fw_bolder);
    line-height: 1.4;
}

.legacy_section .legacy_swiper p {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.6;
}

.perform_section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16rem 14.4rem 29.8rem;
    background: var(--black1) url("/img/main/performance_bg.png") center/cover no-repeat;
}

.perform_section .common_title_box {
    flex: 0 1 auto;
}

.perform_section .contents {
    flex: 1 1 auto;
}

.perform_section .contents ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.perform_section .contents ul li {
    position: relative;
    flex: 1 1 50%;
    text-align: center;
}

.perform_section .contents ul li:nth-child(n+3) {
    margin-top: 15.2rem;
}

.perform_section .contents ul li .title {
    font-size: 2.2rem;
    font-weight: var(--fw_medium);
    color: var(--main3);
}

.perform_section .contents ul li p {
    margin-top: 3rem;
    font-size: 2rem;
    color: var(--main1);
}

.perform_section .contents ul li p span {
    display: inline-block;
    margin-right: 0.8rem;
    font-size: 8.4rem;
    font-weight: var(--fw_bolder);
    letter-spacing: var(--ls_narrow);
}

.perform_section .contents ul li p i {
    position: absolute;
    bottom: 7%;
    font-style: normal;
    white-space: nowrap;
}

.perform_section .contents ul li .add_ex {
    position: absolute;
    left: 49.5%;
    transform: translateX(-50%);
    margin-top: 2.4rem;
    font-size: 1.6rem;
    color: var(--main3);
    white-space: nowrap;
}

.news_section {
    display: flex;
}

.news_section .title_wrapper {
    flex: 0 0 auto;
    width: 67.2rem;
    padding: 16rem 0 0 14.4rem;
    background: url("/img/main/news_bg.jpg") center/cover no-repeat;
}

.news_section .board_wrapper {
    flex: 1 1 auto;
    padding: 16rem 14.4rem 20rem 16.2rem;
}

.news_section .board_wrapper .button_area {
    margin-bottom: 3.2rem;
    text-align: right;
}

.news_section .board_wrapper .board_area ul {
    border-top: 1px solid var(--black1);
}

.news_section .board_wrapper .board_area ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.2rem 0;
    border-bottom: 1px solid var(--white2);
}

.news_section .board_wrapper .board_area ul li a .category {
    flex: 0 0 11.2rem;
    text-align: center;
    margin-right: 2rem;
}

.news_section .board_wrapper .board_area ul li a .category span {
    display: inline-block;
    padding: 0.9rem 1rem;
    font-size: 1.4rem;
    font-weight: var(--fw_medium);
    border: 1px solid var(--gray6);
    border-radius: 50px;
    letter-spacing: var(--ls_narrow);
}

.news_section .board_wrapper .board_area ul li a .title {
    flex: 1 1 auto;
    width: 0;
    font-size: 2rem;
    font-weight: var(--fw_medium);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_section .board_wrapper .board_area ul li a .date {
    flex: 0 0 12rem;
    font-size: 1.6rem;
    color: var(--gray3);
    font-weight: var(--fw_sbold);
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .service_section {
        padding: 8rem 5rem;
    }

    .service_section ul li:nth-child(n+2) {
        margin-left: 1.6rem;
    }

    .legacy_section {
        padding: 8rem 0 8rem 5rem;
    }

    .legacy_section .title_wrapper {
        width: 46rem;
    }

    .perform_section {
        padding: 8rem 1rem 12rem 5rem;
    }

    .news_section .title_wrapper {
        width: 48.5rem;
        padding: 8rem 0 0 5rem;
    }

    .news_section .board_wrapper {
        padding: 8rem 5rem 12rem;
    }

    .news_section .board_wrapper .board_area ul li a .category {
        flex: 0 0 9.6rem;
        margin-right: 1.2rem;
    }

    .news_section .board_wrapper .board_area ul li a .date {
        flex: 0 0 10rem;
    }
}

@media screen and (max-width: 768px) {
    .visual_banner_section {
        padding: 0 20px;
        background-image: url("/img/main/visual_mo.jpg");
    }

    .visual_banner_section .visual_banner_box p {
        font-size: 20px;
    }

    .visual_banner_section .visual_banner_box h1 {
        margin-top: 16px;
        padding: 0;
        font-size: 48px;
    }

    .service_section {
        padding: 96px 0 96px 20px;
    }

    .service_section .common_title_box {
        margin-bottom: 40px;
    }

    .service_section .swiper-container {
        padding-right: 20px;
    }

    .service_section ul li {
        flex: 0 0 auto;
        width: 95%;
    }

    .service_section ul li:nth-child(n+2) {
        margin-left: 16px;
    }

    .service_section ul li h3 {
        margin-top: 24px;
        font-size: 24px;
    }

    .service_section ul li p {
        margin: 16px 0;
        font-size: 14px;
    }

    .solution_section {
        height: auto;
        padding: 120px 39px;
        background-image: url("/img/main/solution_bg_m.png");
    }

    .solution_section h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    .solution_section p {
        margin: 24px 0;
        font-size: 15px;
        line-height: 1.6;
    }

    .solution_section .pc {
        display: none !important;
    }

    .solution_section .mo {
        display: flex;
        margin-top: 64px;
    }

    .solution_section .mo ul {
        flex: 1 1 50%;
    }

    .solution_section .mo ul:nth-child(2) {
        margin: calc((106vw - 78px) / 4) 0 0 -6vw;
    }

    .solution_section .mo ul li {
        width: calc((106vw - 78px) / 2);
        height: calc((106vw - 78px) / 2);
    }

    .legacy_section {
        display: block;
        padding: 96px 0 96px 20px;
    }

    .legacy_section .title_wrapper {
        display: block;
        width: auto;
        padding-bottom: 32px;
        margin: 0;
    }

    .legacy_section .title_wrapper .swiper_button_box {
        display: none;
    }

    .legacy_section .legacy_swiper {
        padding-right: 20px;
    }

    .legacy_section .legacy_swiper .swiper-slide {
        width: 90.8%;
    }

    .legacy_section .legacy_swiper .swiper-slide:nth-child(2n) {
        margin-top: 0;
    }

    .legacy_section .legacy_swiper .swiper-slide:nth-child(n+2) {
        margin-left: 16px;
    }

    .legacy_section .legacy_swiper h3 {
        margin-top: 20px;
        font-size: 20px;
        line-height: 1.2;
    }

    .legacy_section .legacy_swiper p {
        margin-top: 12px;
        font-size: 14px;
        word-break: keep-all;
    }

    .perform_section {
        display: block;
        padding: 96px 0;
    }

    .perform_section .common_title_box {
        padding: 0 20px;
    }

    .perform_section .contents {
        padding: 0 8px;
        margin-top: 56px;
    }

    .perform_section .contents ul li .title {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        line-height: 1.3;
    }

    .perform_section .contents ul li p {
        margin-top: 12px;
        font-size: 14px;
    }

    .perform_section .contents ul li p span {
        font-size: 44px;
    }

    .perform_section .contents ul li p i {
        bottom: 5%;
        transform: translateX(-3px);
    }

    .perform_section .contents ul li .add_ex {
        margin-top: 12px;
        font-size: 12px;
    }

    .perform_section .contents ul li:nth-child(n+3) {
        margin-top: 60px;
    }

    .news_section {
        display: block;
        padding: 96px 20px;
    }

    .news_section .title_wrapper {
        display: block;
        width: auto;
        padding: 0;
        background: none;
    }

    .news_section .title_wrapper .common_title_box h2 {
        color: var(--main2);
    }

    .news_section .title_wrapper .common_title_box p {
        color: var(--black1);
    }

    .news_section .board_wrapper {
        padding: 0;
    }

    .news_section .board_wrapper .button_area {
        margin: 8px 0;
    }

    .news_section .board_wrapper .board_area ul li a {
        display: block;
        padding: 16px 4px;
    }

    .news_section .board_wrapper .board_area ul li a .category {
        margin: 0;
        text-align: left;
    }

    .news_section .board_wrapper .board_area ul li a .category span {
        padding: 6px 8px;
        font-size: 12px;
        color: var(--black1);
    }

    .news_section .board_wrapper .board_area ul li a .title {
        width: auto;
        margin-top: 8px;
        font-size: 16px;
        font-weight: var(--fw_sbold);
    }

    .news_section .board_wrapper .board_area ul li a .date {
        display: none;
    }
}

/*# sourceMappingURL=main.css.map */