.sp-only {
    display: none
}

@media (max-width: 767px) {
    .sp-only {
        display:block
    }
}

.pc-only {
    display: block
}

@media (max-width: 767px) {
    .pc-only {
        display:none
    }
}

.c-hero.-type-other .c-hero__sub-contents {
    padding-bottom: 45px
}

.c-hero.-type-other .c-hero__sub-textarea-heading-copy span {
    font-size: 3.3rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .c-hero.-type-other .c-hero__sub-textarea-heading-copy span {
        font-size:2.3rem
    }
}

@media (max-width: 767px) {
    .c-hero.-type-other .c-hero__sub-textarea-heading-copy span {
        font-size:2.2rem
    }
}

.c-hero.-type-other .c-hero__sub-textarea-heading-copy img {
    max-width: 100%;
    height: auto
}

.c-hero.-type-other.-type2 .c-hero__sub-contents {
    gap: 45px
}

@media (max-width: 767px) {
    .c-hero.-type-other.-type2 .c-hero__sub-contents {
        gap:0
    }
}

.c-hero.-type-other.-type2 .c-hero__sub-image {
    width: 41vw;
    max-width: 555px
}

@media (max-width: 767px) {
    .c-hero.-type-other.-type2 .c-hero__sub-image {
        width:69.6vw
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .major {
        padding:0 20px
    }
}

@media (max-width: 767px) {
    .major {
        padding:0 20px
    }
}

.major_news {
    padding-top: 50px;
    padding-bottom: 50px
}

.major_news .c-page-home__news-heading h2 {
    font-size: 3.6rem
}

.major_point,.major_point2 {
    width: 100%;
    max-width: 958px;
    margin: 0 auto 60px
}

.major_point ul,.major_point2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 50px
}

@media (max-width: 767px) {
    .major_point ul,.major_point2 ul {
        gap:20px;
        flex-wrap: wrap
    }
}

.major_point_anchorlink,.major_point2_anchorlink {
    width: calc((100% - 100px) / 3)
}

@media (max-width: 767px) {
    .major_point_anchorlink,.major_point2_anchorlink {
        width:100%
    }
}

.major_point_anchorlink a,.major_point2_anchorlink a {
    height: 70px;
    background: #F7F7F7;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    color: #004E87;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    transition: all .3s
}

.major_point_anchorlink a::after,.major_point2_anchorlink a::after {
    background: url(/elements/arrow-blue.svg) 50% no-repeat;
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
    transform: rotate(90deg);
    transition: all .3s
}

.major_point_anchorlink a:hover,.major_point2_anchorlink a:hover {
    background: #195191;
    color: #fff
}

.major_point_anchorlink a:hover::after,.major_point2_anchorlink a:hover::after {
    background: url(/elements/arrow-white.svg) 50% no-repeat
}

.major_point2 {
    max-width: 1200px
}

.major_point2.-type2 {
    max-width: 1000px
}

.major_point2.-type2 .major_point2_anchorlink {
    width: auto;
    flex-grow: 1
}

.major_title_1 {
    margin: 0 auto;
    padding: 0;
    color: #000;
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center
}

@media (max-width: 767px) {
    .major_title_1 {
        font-size:2.6rem
    }
}

.major_title_1#point01,.major_title_1.-type-support {
    color: #313131;
    font-size: 4.6rem;
    line-height: 1.4
}

@media (max-width: 767px) {
    .major_title_1#point01,.major_title_1.-type-support {
        font-size:3.4rem
    }
}

.major_title_1#point01 span,.major_title_1.-type-support span {
    font-size: 2.4rem
}

@media (max-width: 767px) {
    .major_title_1#point01 span,.major_title_1.-type-support span {
        font-size:2.2rem;
        display: block
    }
}

.major_title_1.-type-support {
    padding-top: 60px
}

.major_block_1 {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px 20px 60px
}

.major_block_1_img {
    margin: 0 -9px 25px;
    padding: 0
}

@media (max-width: 767px) {
    .major_block_1_img {
        margin:0 auto 25px
    }
}

.major_block_1_img:empty {
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 1000 / 402;
    background: #E8E8E8;
    border-radius: 10px
}

.major_block_1_img img {
    max-width: 100%;
    height: auto
}

.major_block_1_text>:first-child {
    margin-top: 0
}

.major_block_1_text>:last-child {
    margin-bottom: 0
}

.major_block_1_text+.major_block_1_img {
    margin-top: 25px
}

.major_block_2 {
    width: 100%;
    margin: 0;
    padding: 60px 20px;
    overflow: hidden
}

@media (min-width: 768px) and (max-width: 1023px) {
    .major_block_2 {
        padding:60px 20px
    }
}

@media (max-width: 767px) {
    .major_block_2 {
        padding:60px 20px
    }
}

.major_block_2 .major_title_1 {
    margin-bottom: 23px;
    padding: 0
}

.major_block_2_item {
    position: relative
}

.major_block_2_item+.major_block_2_item {
    margin-top: 60px
}

@media (max-width: 767px) {
    .major_block_2_item+.major_block_2_item {
        margin-top:40px
    }
}

.major_block_2_item_header {
    margin-top: 50px;
    text-align: center
}

.major_block_2_item_header h2 {
    width: fit-content;
    min-width: 350px;
    margin: 0 auto 20px;
    padding: 8px 15px;
    background: #00afe0;
    border-radius: 100px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.5
}

@media (max-width: 767px) {
    .major_block_2_item_header h2 {
        min-width:300px;
        font-size: 1.8rem
    }
}

.major_block_2_item_header h3 {
    margin: 0 0 30px;
    color: #004e87;
    font-size: 2.6rem
}

@media (max-width: 767px) {
    .major_block_2_item_header h3 {
        font-size:2.4rem
    }
}

.major_block_2_item_num {
    margin: 0 0 12px;
    color: #004E87;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center
}

@media (max-width: 767px) {
    .major_block_2_item_num {
        font-size:1.8rem
    }
}

.major_block_2_item_title {
    margin: 0 0 60px;
    padding: 0;
    color: #000;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center
}

@media (max-width: 767px) {
    .major_block_2_item_title {
        margin:0 0 20px;
        font-size: 2rem
    }
}

.major_block_2_item_title h3 {
    margin: 0
}

.major_block_2_item_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.major_block_2_item_inner+.major_block_2_item_title {
    margin-top: 60px
}

@media (max-width: 767px) {
    .major_block_2_item_inner+.major_block_2_item_title {
        margin-top:40px
    }
}

.major_block_2_item_img {
    margin: 0 -9px;
    padding: 0
}

@media (max-width: 767px) {
    .major_block_2_item_img {
        margin:0 auto
    }
}

.major_block_2_item_img img {
    max-width: 100%;
    height: auto
}

.major_block_2_item_img:empty {
    aspect-ratio: 1120 / 465;
    background: #E9E9E9
}

.major_block_2_item_img_columns {
    background: #fff;
    border: 5px solid #004E87;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    display: flex;
    flex-wrap: wrap;
    gap: 42px 30px;
    margin: 0 9px;
    padding: 33px 34px
}

@media (max-width: 767px) {
    .major_block_2_item_img_columns {
        gap:15px;
        padding: 20px
    }
}

.major_block_2_item_img_columns_item {
    width: calc((100% - 30px) / 2);
    text-align: center
}

@media (max-width: 767px) {
    .major_block_2_item_img_columns_item {
        width:100%
    }
}

.major_block_2_item_img_columns_item_title {
    background: #0090B9;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 27px 15px 25px
}

@media (max-width: 767px) {
    .major_block_2_item_img_columns_item_title {
        font-size:2rem;
        padding: 15px
    }
}

.major_block_2_item_img_columns_item_inner {
    background: #E6F5FA;
    padding: 21px 40px 16px
}

@media (max-width: 767px) {
    .major_block_2_item_img_columns_item_inner {
        padding:20px 15px
    }
}

.major_block_2_item_img_columns_item_text1 {
    background: #fff;
    border-radius: 100px;
    color: #000;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px
}

@media (max-width: 767px) {
    .major_block_2_item_img_columns_item_text1 {
        font-size:1.8rem
    }
}

.major_block_2_item_img_columns_item_text1 span {
    color: #004E87;
    font-size: 3.4rem
}

@media (max-width: 767px) {
    .major_block_2_item_img_columns_item_text1 span {
        font-size:2.5rem
    }
}

.major_block_2_item_img_columns_item_text2 {
    color: #313131;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 18px
}

@media (max-width: 767px) {
    .major_block_2_item_img_columns_item_text2 {
        font-size:1.2rem
    }
}

.major_block_2_item_text {
    padding: 20px 0 0
}

.major_block_2_item_text>:first-child {
    margin-top: 0
}

.major_block_2_item_text>:last-child {
    margin-bottom: 0
}

.major_block_2_item_text .notes {
    font-size: 1.2rem
}

.major_block_3 {
    background: #ECF6FC;
    padding: 50px 20px
}

.major_block_3 .major_title_1 {
    margin-bottom: 30px
}

.major_block_3_lead {
    font-weight: 500;
    margin: 0 0 50px;
    text-align: center
}

@media (max-width: 767px) {
    .major_block_3_lead {
        margin:0 0 30px
    }
}

.major_block_3_item {
    background: #fff;
    border-radius: 10px;
    margin: 50px auto 0;
    max-width: 1200px;
    padding: 33px 39px;
    width: 100%
}

@media (max-width: 767px) {
    .major_block_3_item {
        margin:30px auto 0;
        padding: 20px
    }
}

.major_block_3_item_header h3 {
    color: #004E87;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(38em / 24);
    margin: 0 0 33px;
    text-align: center
}

@media (max-width: 767px) {
    .major_block_3_item_header h3 {
        font-size:2rem;
        margin: 0 0 20px;
        text-align: left
    }
}

.major_block_3_item_inner .major_block_3_item_header h3 {
    font-size: 2rem;
    margin: 0 0 23px;
    text-align: left
}

@media (max-width: 767px) {
    .major_block_3_item_inner .major_block_3_item_header h3 {
        margin:0 0 20px
    }
}

.major_block_3_item_column {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 62px
}

@media (max-width: 767px) {
    .major_block_3_item_column {
        flex-wrap:wrap;
        gap: 30px
    }
}

.major_block_3_item_column .major_block_3_item_inner {
    width: calc((100% - 62px) / 2)
}

@media (max-width: 767px) {
    .major_block_3_item_column .major_block_3_item_inner {
        width:100%
    }
}

.major_block_3_item_img {
    margin: 0 -9px 25px;
    padding: 0
}

@media (max-width: 767px) {
    .major_block_3_item_img {
        margin:0 auto 25px
    }
}

.major_block_3_item_img img {
    max-width: 100%;
    height: auto
}

.major_block_3_item_img:empty {
    aspect-ratio: 1120 / 465;
    background: #E9E9E9
}

.major_block_3_item_text>:first-child {
    margin-top: 0
}

.major_block_3_item_text>:last-child {
    margin-bottom: 0
}

.major_function {
    background: url(/elements/hero-bg.png) no-repeat top 0 right -2%/739px 516px,linear-gradient(90deg, #033979, #1f71ad);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .major_function {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .major_function {
        padding-top:30px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.major_function .major_title_1 {
    margin-bottom: 47px;
    padding: 0;
    color: #fff;
    font-size: 2.4rem
}

@media (max-width: 767px) {
    .major_function .major_title_1 {
        margin-bottom:20px;
        font-size: 2rem
    }
}

.major_function .major_title_1 span {
    font-size: 4.6rem
}

@media (max-width: 767px) {
    .major_function .major_title_1 span {
        font-size:3rem
    }
}

.major_function_items {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px 27px
}

@media (max-width: 767px) {
    .major_function_items {
        margin:40px auto 0;
        flex-wrap: wrap;
        gap: 40px
    }
}

.major_function_item {
    width: calc((100% - 27px) / 2);
    margin: 0;
    padding: 20px 15px;
    background: #fff;
    border-radius: 8px
}

@media (max-width: 767px) {
    .major_function_item {
        width:100%;
        max-width: 280px;
        margin: 0 auto
    }
}

.major_function_item_name {
    min-height: calc((20px * 1.3) * 2);
    margin: 0 0 20px;
    padding: 0;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: calc(26em / 20);
    text-align: center
}

@media (max-width: 767px) {
    .major_function_item_name {
        min-height:0;
        font-size: 2rem
    }
}

.major_function_item_img {
    margin: 0 -9px 10px
}

@media (max-width: 767px) {
    .major_function_item_img {
        margin:0 auto 10px
    }
}

.major_function_item_img img {
    max-width: 100%;
    height: auto
}

.major_function_item.-wide {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0;
    padding: 25px 35px 25px 33px
}

@media (max-width: 767px) {
    .major_function_item.-wide {
        width:100%;
        max-width: 280px;
        padding: 20px
    }
}

.major_function_item.-wide+.major_function_item.-wide {
    margin-top: 50px
}

@media (max-width: 767px) {
    .major_function_item.-wide+.major_function_item.-wide {
        margin-top:40px
    }
}

.major_function_item.-wide .major_function_item_name {
    min-height: 0;
    margin: 0 0 22px;
    padding: 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(31em / 24);
    text-align: center
}

@media (max-width: 767px) {
    .major_function_item.-wide .major_function_item_name {
        font-size:2rem
    }
}

.major_function_item.-wide .major_function_item_text p {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: calc(26em / 17)
}

.major_function_item_text {
    display: flex;
    gap: 27px
}

@media (max-width: 767px) {
    .major_function_item_text {
        flex-wrap:wrap;
        gap: 0
    }
}

.major_function_item_text>:first-child {
    margin-top: 0
}

.major_function_item_text>:last-child {
    margin-bottom: 0
}

.major_function_item_text_column {
    width: calc((100% - 54px) / 3)
}

@media (max-width: 767px) {
    .major_function_item_text_column {
        width:100%
    }
}

.major_function_item_text_column ul {
    margin: 0;
    padding: 0 0 0 1em;
    list-style: none
}

.major_function_item_text_column>ul>li {
    position: relative
}

.major_function_item_text_column>ul>li::before {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
    left: -1rem
}

.major_function_item_text_column>ul>li>ul {
    margin-bottom: 27px
}

.major_function_item_text_column>ul>li>ul>li {
    position: relative
}

.major_function_item_text_column>ul>li>ul>li::before {
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: -1rem
}

.major_function_item.-type-option {
    padding-top: 39px;
    position: relative
}

.major_function_item.-type-option::before {
    align-items: center;
    background: #E57906;
    border-radius: 100px;
    color: #fff;
    content: "オプション";
    display: flex;
    font-size: 1.4rem;
    font-weight: bold;
    height: 35px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 110px
}

.major_function_item.-type-option .major_function_item_name {
    min-height: 0
}

.major_case {
    padding-top: 70px;
    padding-bottom: 60px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .major_case {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .major_case {
        padding-top:30px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.major_case .major_title_1 {
    margin-bottom: 40px;
    padding: 0
}

.major_case_item {
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
    padding: 33px 38px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    display: flex;
    gap: 33px
}

@media (max-width: 767px) {
    .major_case_item {
        padding:20px 15px;
        flex-wrap: wrap;
        gap: 17px
    }
}

.major_case_item+.major_case_item {
    margin-top: 24px
}

.major_case_item_img {
    max-width: 259px;
    margin: 0;
    padding: 0
}

.major_case_item_img:empty {
    width: 100%;
    max-width: 259px;
    min-height: 156px;
    aspect-ratio: 259 / 156;
    background: #EEEEEE
}

@media (max-width: 767px) {
    .major_case_item_img:empty {
        max-width:100%
    }
}

.major_case_item_img img {
    max-width: 100%;
    height: auto
}

.major_case_item_text {
    padding-bottom: 50px;
    flex-grow: 1;
    position: relative
}

@media (max-width: 767px) {
    .major_case_item_text {
        padding-bottom:0
    }
}

.major_case_item_text>:first-child {
    margin-top: 0
}

.major_case_item_text>:last-child {
    margin-bottom: 0
}

.major_case_item_text h3 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 2.4rem;
    font-weight: 600
}

@media (max-width: 767px) {
    .major_case_item_text h3 {
        font-size:2rem
    }
}

.major_case_item_text a {
    width: 370px;
    height: 46px;
    border: 1px solid #195191;
    border-radius: 23px;
    color: #004E87;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    right: -10px;
    transition: all .3s
}

@media (max-width: 767px) {
    .major_case_item_text a {
        width:100%;
        height: auto;
        margin-top: 20px;
        padding: 10px 30px;
        border-radius: 100px;
        position: relative;
        bottom: auto;
        right: auto
    }
}

.major_case_item_text a:hover {
    background: #195191;
    color: #fff
}

.major_case_item_text a[target=_blank]::after {
    border: none;
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 20px;
    transform: translate(0, -50%) rotate(0);
    transition: all .3s;
    background: url(/elements/icon-blank-blue.svg) 50% no-repeat;
    content: "";
    height: 12px;
    top: 50%;
    width: 12px
}

.major_case_item_text a[target=_blank]:hover::after {
    background: url(/elements/icon-blank-white.svg) 50% no-repeat
}

.major_cta {
    margin: 80px auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (max-width: 767px) {
    .major_cta {
        margin:30px auto
    }
}

.major_cta_inner {
    align-items: center;
    background: #fff;
    border: 8px solid #dfeef7;
    display: flex;
    justify-content: space-between;
    padding: 39px 46px 43px
}

@media (max-width: 767px) {
    .major_cta_inner {
        flex-wrap:wrap;
        padding: 35px 25px;
        gap: 30px
    }
}

.major_cta_logo {
    text-align: center
}

@media (max-width: 767px) {
    .major_cta_logo img {
        max-width:100%;
        height: auto
    }
}

.major_cta_logo_text {
    font-size: 3rem;
    font-weight: bold
}

@media (max-width: 767px) {
    .major_cta_logo_text {
        font-size:2rem
    }
}

.major_cta_text {
    text-align: center;
    flex-grow: 1
}

.major_cta_text p {
    margin: 20px 0;
    color: #888;
    font-weight: bold
}

.major_cta_text .c-cv-link__body.-type-cmp {
    padding: 0
}

.major_cta_text .c-cv-link__button a {
    min-width: 300px
}

@media (max-width: 767px) {
    .major_cta_text .c-cv-link__button a {
        max-width:300px;
        min-width: 240px
    }
}

.major_cta_img {
    max-width: 40%
}

@media (max-width: 767px) {
    .major_cta_img {
        max-width:100%
    }
}

.major_cta_img img {
    height: auto;
    max-width: 100%
}

.major_cta.-type2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 58px auto 0
}

.major_cta.-type2 .major_cta_inner {
    padding: 35px 58px;
    border: none;
    border-radius: 10px
}

@media (max-width: 767px) {
    .major_cta.-type2 .major_cta_inner {
        padding:35px 25px
    }
}

.major_cta.-type2 .major_cta_logo_text {
    font-size: 2.6rem
}

@media (max-width: 767px) {
    .major_cta.-type2 .major_cta_logo_text {
        font-size:2rem
    }
}

.major_cta.-type2 .c-cv-link__body {
    gap: 0
}

@media (max-width: 767px) {
    .major_cta.-type2 .c-cv-link__body {
        gap:10px
    }
}

.major_cta.-type2 .c-cv-link__button {
    width: 50%;
    text-align: center
}

@media (min-width: 768px) and (max-width: 1023px) {
    .major_cta.-type2 .c-cv-link__button a {
        min-width:250px
    }
}

@media (max-width: 767px) {
    .major_cta.-type2 .c-cv-link__button {
        width:100%
    }
}

.major_cta.-type2 .c-cv-link__button p {
    color: #313131
}

.industry_title_1 {
    margin: 0 auto;
    padding: 28px 0;
    color: #000;
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center
}

@media (max-width: 767px) {
    .industry_title_1 {
        font-size:2.6rem
    }
}

.industry_title_1 span {
    font-size: 5rem
}

.industry_function {
    background: linear-gradient(-25deg, #033979, #1f71ad);
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .industry_function {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .industry_function {
        padding-top:30px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.industry_function .industry_title_1 {
    margin-bottom: 40px;
    padding: 0;
    color: #fff
}

@media (max-width: 767px) {
    .industry_function .industry_title_1 {
        margin-bottom:20px;
        font-size: 2rem
    }
}

.industry_function .industry_title_1 span {
    font-size: 5rem
}

@media (max-width: 767px) {
    .industry_function .industry_title_1 span {
        font-size:3rem
    }
}

.industry_function_items {
    width: 100%;
    max-width: 1200px;
    margin: 35px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 27px
}

@media (max-width: 767px) {
    .industry_function_items {
        margin:20px auto 0;
        flex-wrap: wrap;
        gap: 40px
    }
}

.industry_function_item {
    width: calc((100% - 81px) / 4);
    margin: 0;
    padding: 15px;
    background: #fff;
    border-radius: 8px
}

@media (max-width: 767px) {
    .industry_function_item {
        width:100%;
        max-width: 280px;
        margin: 0 auto
    }
}

.industry_function_item_name {
    min-height: calc((20px * 1.3) * 2);
    margin: 0 0 20px;
    padding: 0;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: calc(26em / 20);
    text-align: center
}

@media (max-width: 767px) {
    .industry_function_item_name {
        min-height:0;
        font-size: 2rem
    }
}

.industry_function_item_text {
    color: #000
}

.industry_function_item_text>:first-child {
    margin-top: 0
}

.industry_function_item_text>:last-child {
    margin-bottom: 0
}

.industry_function_item_text p {
    margin: 12px 0;
    font-size: 1.6rem;
    line-height: calc(26em / 16)
}

.industry_case {
    padding-top: 70px;
    padding-bottom: 60px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .industry_case {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .industry_case {
        padding-top:30px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.industry_case .industry_title_1 {
    margin-bottom: 40px;
    padding: 0
}

@media (max-width: 767px) {
    .industry_case .industry_title_1 {
        margin-bottom:30px;
        font-size: 2rem
    }

    .industry_case .industry_title_1 span {
        font-size: 3rem
    }
}

.industry_case_item {
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
    padding: 33px 38px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    display: flex;
    gap: 33px
}

@media (max-width: 767px) {
    .industry_case_item {
        padding:20px 15px;
        flex-wrap: wrap;
        gap: 17px
    }
}

.industry_case_item+.industry_case_item {
    margin-top: 24px
}

.industry_case_item_img {
    margin: 0;
    padding: 0
}

.industry_case_item_img:empty {
    width: 100%;
    max-width: 259px;
    min-height: 156px;
    aspect-ratio: 259 / 156;
    background: #EEEEEE
}

@media (max-width: 767px) {
    .industry_case_item_img:empty {
        max-width:100%
    }
}

.industry_case_item_text {
    padding-bottom: 50px;
    flex-grow: 1;
    position: relative
}

@media (max-width: 767px) {
    .industry_case_item_text {
        padding-bottom:60px
    }
}

.industry_case_item_text>:first-child {
    margin-top: 0
}

.industry_case_item_text>:last-child {
    margin-bottom: 0
}

.industry_case_item_text h3 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 2.4rem;
    font-weight: 600
}

@media (max-width: 767px) {
    .industry_case_item_text h3 {
        font-size:2rem
    }
}

.industry_case_item_text a {
    width: 211px;
    height: 46px;
    border: 1px solid #195191;
    border-radius: 23px;
    color: #004E87;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    right: -10px;
    transition: all .3s
}

@media (max-width: 767px) {
    .industry_case_item_text a {
        bottom:0;
        right: 0
    }
}

.industry_case_item_text a:hover {
    background: #195191;
    color: #fff
}

.industry_case_item_text a[target=_blank]::after {
    border: none;
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 20px;
    transform: translate(0, -50%) rotate(0);
    transition: all .3s;
    background: url(/elements/icon-blank-blue.svg) 50% no-repeat;
    content: "";
    height: 12px;
    top: 50%;
    width: 12px
}

.industry_case_item_text a[target=_blank]:hover::after {
    background: url(/elements/icon-blank-white.svg) 50% no-repeat
}

.industry_block_1 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #DCEFF9
}

@media (max-width: 767px) {
    .industry_block_1 {
        padding-top:30px;
        padding-bottom: 40px
    }
}

.industry_block_1_column {
    width: 100%;
    max-width: 1066px;
    margin: 0 auto;
    display: flex;
    gap: 35px
}

@media (max-width: 767px) {
    .industry_block_1_column {
        padding-left:20px;
        padding-right: 20px;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .industry_block_1_column_text {
        width:100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

.industry_block_1_column_text h2 {
    margin: 0 0 26px;
    font-size: 3rem;
    font-weight: 600
}

@media (max-width: 767px) {
    .industry_block_1_column_text h2 {
        color:#000;
        font-size: 2.4rem;
        line-height: 1.4;
        text-align: center
    }
}

.industry_block_1_column_text p {
    font-weight: 600
}

@media (max-width: 767px) {
    .industry_block_1_column_text p {
        font-size:1.4rem
    }
}

.industry_block_1_column_img {
    margin: 0;
    padding: 0;
    flex-shrink: 1
}

.industry_cta {
    padding: 50px 20px;
    text-align: center
}

.industry_cta_title {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 2rem;
    padding: 0 0 .5rem;
    position: relative
}

.industry_cta_title::after {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    max-width: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    width: 600px
}

.industry_cta_text {
    font-size: 2rem;
    font-weight: bold
}

.industry_cta_btn {
    margin: 20px auto 0
}

.industry_cta_btn a {
    margin: 0 auto
}

.industry_cta2 {
    margin: 80px auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center
}

@media (max-width: 767px) {
    .industry_cta2 {
        margin:30px auto
    }
}

@media (max-width: 767px) {
    .industry_cta2 .industry_title_1 span {
        font-size:3rem
    }
}

.industry_cta2_inner {
    padding: 83px 46px 55px;
    border: 8px solid #dfeef7
}

@media (max-width: 767px) {
    .industry_cta2_inner {
        padding:35px 25px
    }
}

@media (max-width: 767px) {
    .industry_cta2_price {
        margin:0 auto 24px
    }
}

.industry_cta2_price>span {
    font-size: 2rem;
    font-weight: 700
}

.industry_cta2_price>p {
    font-size: 3rem;
    font-weight: 700;
    line-height: 0.933333;
    margin: 0px
}

.industry_cta2_price>p>span {
    color: #004e87
}

.industry_cta2_price>p>span>em {
    font-size: 5rem;
    font-style: normal;
    font-weight: 700
}

@media (max-width: 767px) {
    .industry_cta2_price>p>span>em {
        font-size:4.9rem
    }
}

.industry_cta2_price>p>small {
    font-size: 2rem
}

.industry_cta2_text {
    margin: 30px 0 40px;
    font-size: 1.6rem
}

@media (max-width: 767px) {
    .industry_cta2_text {
        margin:0 0 20px;
        text-align: left
    }
}

@media (max-width: 767px) {
    .industry_cta2 .c-cv-link__body.-type-cmp {
        padding:0
    }
}

.industry_cta2 .c-cv-link__body.-type-cmp .c-cv-link__button {
    width: 100%;
    max-width: 460px
}

.industry_cta2 .c-cv-link__body.-type-cmp a {
    width: 100%
}

.lp-service-case {
    margin-bottom: 0;
    position: relative
}

.lp-service-case::after {
    width: 100%;
    height: 360px;
    background: linear-gradient(rgba(255,255,255,0) 0%, #fff 100%);
    content: "";
    display: block;
    position: absolute;
    top: 240px;
    left: 0;
    z-index: 1
}

.lp-service-case-catch {
    margin: 48px 0;
    color: #000;
    font-size: 2rem
}

.lp-service-case-inner {
    padding: 0;
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .lp-service-case-inner {
        padding:0 7px
    }
}

.lp-service-case-contents {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 67px 80px;
    background: #DFEEF7;
    border-radius: 10px;
    position: relative
}

@media (max-width: 767px) {
    .lp-service-case-contents {
        padding:50px 9px 30px
    }
}

.lp-service-case-title {
    margin: 0 0 30px;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    text-align: center
}

@media (max-width: 767px) {
    .lp-service-case-title {
        margin:0 0 38px;
        font-size: 24px
    }
}

.lp-service-case-title br {
    display: none
}

@media (max-width: 767px) {
    .lp-service-case-title br {
        display:block
    }
}

.lp-service-case-nav:not(.slick-slider) {
    max-height: 140px;
    overflow: hidden
}

.lp-service-case-nav .slick-track {
    width: 100% !important;
    display: flex;
    gap: 35px
}

@media (max-width: 767px) {
    .lp-service-case-nav .slick-track {
        flex-wrap:wrap;
        justify-content: center;
        gap: 17px 21px
    }

    .lp-service-case-nav .slick-track .slick-slide {
        height: auto
    }
}

.lp-service-case-nav .slick-track::before,.lp-service-case-nav .slick-track::after {
    display: none
}

.lp-service-case-nav-item {
    width: 240px;
    min-height: 140px;
    padding-top: 11px;
    padding-bottom: 67px;
    background: #fff;
    border: 1px solid #195191;
    border-radius: 12px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: calc(28em / 18);
    text-align: center;
    position: relative;
    transition: all .3s;
    cursor: pointer;
    flex-grow: 1;
    color: #000;
    text-decoration: none
}

@media (max-width: 767px) {
    .lp-service-case-nav-item {
        width:calc((100% - 21px) / 2) !important;
        padding: 13px 13px 35px;
        font-size: 1.6rem;
        line-height: calc(24em / 16);
        flex-grow: 0
    }

    .lp-service-case-nav-item br {
        display: none
    }
}

.lp-service-case-nav-item::before {
    color: #000;
    font-size: 1.4rem;
    font-weight: normal;
    content: "詳しく見る";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 11px;
    transform: translate(-50%, 0)
}

@media (max-width: 767px) {
    .lp-service-case-nav-item::before {
        display:none
    }
}

.lp-service-case-nav-item::after {
    width: 17px;
    height: 17px;
    background: url(/elements/arrow-blue.svg) 50% no-repeat;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 44px;
    transform: translate(-50%, 0) rotate(90deg);
    transition: all .3s
}

@media (max-width: 767px) {
    .lp-service-case-nav-item::after {
        bottom:11px
    }
}

.lp-service-case-nav-item:hover,.lp-service-case-nav-item.slick-current {
    background: linear-gradient(to right, #033a7a 0%, #1f71ad 100%);
    border-color: #fff;
    color: #fff
}

.lp-service-case-nav-item:hover::before,.lp-service-case-nav-item.slick-current::before {
    color: #fff
}

.lp-service-case-nav-item:hover::after,.lp-service-case-nav-item.slick-current::after {
    background: url(/elements/arrow-white-03.svg) 50% no-repeat
}

.lp-service-case-slider {
    width: calc(100% + 6px)
}

.lp-service-case-slider .slick-track {
    padding-bottom: 6px;
    display: flex;
    gap: 12px
}

.lp-service-case-slider .slick-track::before,.lp-service-case-slider .slick-track::after {
    display: none
}

.lp-service-case-slider:not(.slick-slider) {
    max-height: 1000px;
    overflow: hidden
}

.lp-service-case-slider-item {
    border-radius: 10px;
    text-decoration: none;
    display: block
}

.lp-service-case-slider-item-title {
    margin: 0;
    padding: 16px 15px 14px;
    background: linear-gradient(to right, #033a7a 0%, #1f71ad 100%);
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 500;
    text-align: center;
    display: block
}

@media (max-width: 767px) {
    .lp-service-case-slider-item-title {
        padding:18px 16px 17px;
        font-size: 2.4rem;
        font-weight: 600
    }
}

.lp-service-case-slider-item-title span {
    display: block;
    font-size: 1.8rem
}

.lp-service-case-slider-item_inner {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 10px
}

.lp-service-case-slider-item-column {
    display: block
}

.lp-service-case-slider-item-img {
    max-width: 100%;
    margin: 20px 20px 0;
    flex-shrink: 0;
    overflow: hidden;
    display: block;
    aspect-ratio: 0;
    text-align: center
}

@media (max-width: 767px) {
    .lp-service-case-slider-item-img {
        max-width:calc(100% - 16px - 16px);
        margin: 0 auto;
        display: block
    }
}

.lp-service-case-slider-item-img img {
    max-width: 100%;
    height: auto;
    transition: all .3s
}

.lp-service-case-slider-item-img:empty {
    width: 100%;
    max-width: 880px;
    min-height: 420px;
    margin: 20px auto;
    aspect-ratio: 880 / 420;
    background: #EEEEEE
}

@media (max-width: 767px) {
    .lp-service-case-slider-item-img:empty {
        max-width:100%
    }
}

.lp-service-case-slider-item-textarea {
    padding: 20px 25px 30px;
    display: block
}

@media (max-width: 767px) {
    .lp-service-case-slider-item-textarea {
        padding:20px
    }
}

.lp-service-case-slider-item-textarea p {
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.8rem
}

@media (max-width: 767px) {
    .lp-service-case-slider-item-textarea p {
        font-size:1.6rem
    }
}

.lp-service-case-slider-item-textarea p.notes {
    font-size: 1rem;
    margin: 15px auto
}

.lp-service-case-slider-item-textarea p.notes a {
    color: #313131
}

.lp-service-case-slider-item-textarea>:first-child {
    margin-top: 0 !important
}

.lp-service-case-slider-item-textarea>:last-child {
    margin-bottom: 0 !important
}

.lp-service-case.-no-slider {
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .lp-service-case.-no-slider {
        margin-bottom:30px
    }
}

.lp-service-case.-no-slider::after {
    display: none
}

.lp-service-case.-no-slider .lp-service-case-inner {
    z-index: 0
}

.lp-service-case.-no-slider .lp-service-case-nav:not(.slick-slider),.lp-service-case.-no-slider .lp-service-case-slider:not(.slick-slider) {
    max-height: none;
    overflow: auto
}

.lp-service-case.-no-slider .lp-service-case-nav:not(.slick-slider) {
    display: flex;
    gap: 35px;
    justify-content: center
}

@media (min-width: 768px) and (max-width: 1220px) {
    .lp-service-case.-no-slider .lp-service-case-nav:not(.slick-slider) {
        gap:calc(35 / 1200 * 100vw)
    }
}

@media (max-width: 767px) {
    .lp-service-case.-no-slider .lp-service-case-nav:not(.slick-slider) {
        flex-wrap:wrap;
        gap: 21px
    }
}

.lp-service-case.-no-slider .lp-service-case-nav:not(.slick-slider) .lp-service-case-nav-item {
    flex-grow: 1
}

@media (min-width: 768px) and (max-width: 1220px) {
    .lp-service-case.-no-slider .lp-service-case-nav:not(.slick-slider) .lp-service-case-nav-item {
        width:calc((100% - (calc(35 / 1200 * 100vw) * 3)) / 4);
        font-size: calc(16 / 1200 * 100vw)
    }
}

@media (max-width: 767px) {
    .lp-service-case.-no-slider .lp-service-case-nav:not(.slick-slider) .lp-service-case-nav-item {
        flex-grow:0
    }
}

.lp-service-case.-no-slider .lp-service-case-slider {
    width: 100%
}

.c-page-home__select.-type-other {
    margin-bottom: 0;
    padding-bottom: 50px;
    background: #dfeef7
}

.c-page-home__select.-type-other .c-page-home__select-heading,.c-page-home__select.-type-other .c-page-home__select-inner>p {
    color: #313131
}

.c-page-home__select.-type-other .c-page-home__select-list-item:before {
    display: none
}

.c-page-home__select.-type-other .c-page-home__select-list-item a {
    padding-top: 15px;
    transition: all .3s
}

.c-page-home__select.-type-other .c-page-home__select-list-item a:hover {
    opacity: .6
}

.c-page-home__select.-type-other .c-page-home__select-list-item h3 {
    color: #004E87;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px
}

.c-page-home__select.-type-other .c-page-home__select-list-item figure {
    margin: 0 -15px 15px;
    padding: 0
}

.c-page-home__select.-type-other .c-page-home__select-list-item figure img {
    max-width: 100%
}

.c-page-home__select.-type-other .c-page-home__select-list-item .c-page-home__select-list-item-function ul {
    color: #727272
}

.c-page-am__customers.-type-other {
    padding-bottom: 60px;
    z-index: 1
}

.c-page-am__customers.-type-other .c-page-am__customers-logo+p {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center
}

@media (max-width: 767px) {
    .c-page-am__customers.-type-other .c-page-am__customers-logo+p {
        text-align:left
    }

    .c-page-am__customers.-type-other .c-page-am__customers-logo+p br {
        display: none
    }
}

.c-page-mix__about.-type-other {
    margin-bottom: 60px
}

.c-page-mix__about.-type-other::before {
    display: none
}

.c-customers-heading {
    text-align: center;
    padding: 0 20px
}

.c-page-am__point.-type-other {
    padding-top: 0
}

.c-page-am__point.-type-other::before {
    display: none
}

.c-page-am__point.-type-other .c-page-am__point-contents>div:before {
    display: none
}

.c-page-am__point.-type-other .c-page-am__point-catch {
    text-align: center
}

.c-page-am__point.-type-other .c-page-am__point-catch h2 {
    margin-top: 0;
    font-size: 3.6rem
}

@media (max-width: 767px) {
    .c-page-am__point.-type-other .c-page-am__point-catch h2 {
        font-size:2.6rem
    }
}

.c-page-am__point.-type-other .c-page-am__point-catch2 {
    text-align: center
}

.c-page-am__point.-type-other .c-page-am__point-catch2 p {
    font-size: 3rem;
    font-weight: bold
}

@media (max-width: 767px) {
    .c-page-am__point.-type-other .c-page-am__point-catch2 p {
        font-size:2rem
    }
}

.column_h2 {
    margin: 60px 0 20px;
    border-bottom: 2px solid #c5c5c5;
    color: #1d1d1d;
    letter-spacing: .13em;
    line-height: 1.6764705882;
    margin: 80px 0 25px;
    padding-bottom: 3px;
    position: relative;
    width: 100%;
    font-size: 3rem
}

@media (max-width: 767px) {
    .column_h2 {
        margin:50px 0 20px;
        font-size: 2.6rem;
        line-height: 1.6153846154
    }
}

.column_h2::before {
    background: #004e87;
    bottom: -3px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 180px;
    box-sizing: border-box
}

.c-content-main.-type-other {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 67px
}

@media (max-width: 767px) {
    .c-content-main.-type-other {
        padding-left:7px;
        padding-right: 7px
    }
}

.people_analytics .c-hero.-type-other .c-hero__sub-contents {
    max-width: 1200px;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 50px
}

@media (max-width: 767px) {
    .people_analytics .c-hero.-type-other .c-hero__sub-contents {
        padding:50px 20px;
        gap: 20px
    }
}

.people_analytics .c-hero.-type-other .c-hero__sub-contents::before,.people_analytics .c-hero.-type-other .c-hero__sub-contents::after {
    display: none
}

.people_analytics .c-hero.-type-other .c-hero__sub-textarea {
    text-align: right
}

@media (max-width: 767px) {
    .people_analytics .c-hero.-type-other .c-hero__sub-textarea {
        margin-bottom:0;
        text-align: center
    }
}

.people_analytics .c-hero.-type-other .c-hero__sub-textarea .c-hero__sub-textarea-heading {
    margin-bottom: 0
}

.people_analytics .c-hero.-type-other .c-hero__sub-textarea .c-hero__sub-textarea-heading-copy {
    margin-bottom: 0
}

.people_analytics .c-hero.-type-other .c-hero__sub-image {
    width: 100%;
    max-width: 667px;
    height: auto;
    max-height: none
}

.people_analytics .c-hero.-type-other .c-hero__sub-textarea-button {
    width: 100%;
    justify-content: center
}

@media (max-width: 767px) {
    .people_analytics .c-hero.-type-other .c-hero__sub-textarea-button {
        z-index:0
    }
}

.people_analytics_sec_inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px
}

.people_analytics_sec_inner h2 {
    margin: 0 0 40px;
    color: #000;
    font-size: 3.2rem;
    line-height: calc(46em / 32);
    text-align: center
}

@media (max-width: 767px) {
    .people_analytics_sec_inner h2 {
        font-size:2.4rem
    }
}

.people_analytics_sec#anc1 {
    padding: 30px 0 50px
}

.people_analytics_sec#anc1 h2 {
    margin-bottom: 56px
}

.people_analytics_sec#anc1 p {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center
}

@media (max-width: 767px) {
    .people_analytics_sec#anc1 p {
        font-size:2rem
    }
}

.people_analytics_sec#anc1 p span {
    color: #0091E1
}

.people_analytics_sec#anc2 {
    padding: 50px 0
}

.people_analytics_sec#anc2 h2 {
    font-size: 4.6rem
}

@media (max-width: 767px) {
    .people_analytics_sec#anc2 h2 {
        font-size:3rem
    }
}

.people_analytics_sec#anc2 .major_block_3_item {
    padding: 36px 30px 30px
}

@media (max-width: 767px) {
    .people_analytics_sec#anc2 .major_block_3_item {
        padding:36px 20px 30px
    }
}

.people_analytics_sec#anc2 .major_block_3_item h3 {
    margin-bottom: 20px;
    font-size: 2.7rem
}

@media (max-width: 767px) {
    .people_analytics_sec#anc2 .major_block_3_item h3 {
        font-size:2rem
    }

    .people_analytics_sec#anc2 .major_block_3_item h3 br {
        display: none
    }
}

.people_analytics_sec#anc2 .major_block_3_item .major_block_3_item_img {
    margin-left: 0;
    padding-right: 0
}

.people_analytics_sec#anc2 .major_block_3_item p {
    font-size: 2rem;
    font-weight: bold;
    text-align: center
}

@media (max-width: 767px) {
    .people_analytics_sec#anc2 .major_block_3_item p {
        font-size:1.6rem;
        text-align: left
    }
}

.people_analytics_sec#anc2 .major_block_3_item:not(.-no-shadow) {
    box-shadow: 3px 1px 6px rgba(0,0,0,0.16)
}

@media (max-width: 767px) {
    .people_analytics_sec#anc2 .major_block_3_item:not(.-no-shadow) {
        padding:30px 20px
    }
}

.people_analytics_sec#anc2 .people_analytics_img_block {
    margin-top: 69px
}

.people_analytics_sec#anc2 .people_analytics_img_block+.people_analytics_img_block {
    margin-top: 95px
}

.people_analytics_sec#anc2 .people_analytics_img_block_header h3 {
    margin: 0 0 21px;
    color: #004E87;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center
}

.people_analytics_sec#anc2 .people_analytics_img_block_inner {
    padding: 28px 20px 22px;
    border: 5px solid #004E87;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

.people_analytics_sec#anc2 .people_analytics_img_block_img {
    margin-bottom: 21px
}

.people_analytics_sec#anc2 .people_analytics_img_block_img img {
    max-width: 100%;
    height: auto
}

.people_analytics_sec#anc2 .people_analytics_img_block_img.-movie {
    padding-top: 8px;
    display: flex;
    position: relative;
    gap: 23px
}

@media (min-width: 768px) and (max-width: 1240px) {
    .people_analytics_sec#anc2 .people_analytics_img_block_img.-movie {
        padding-top:calc(8 / 1240 * 100vw);
        gap: calc(23 / 1240 * 100vw)
    }
}

@media (max-width: 767px) {
    .people_analytics_sec#anc2 .people_analytics_img_block_img.-movie {
        padding-top:calc(6 / 767 * 100vw);
        gap: 2%
    }
}

.people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .img_header {
    width: 100%;
    max-width: 210px;
    position: absolute;
    top: -8px;
    left: 0
}

@media (min-width: 768px) and (max-width: 1240px) {
    .people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .img_header {
        max-width:calc(210 / 1240 * 100vw);
        top: calc(-8 / 1240 * 100vw)
    }
}

@media (max-width: 767px) {
    .people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .img_header {
        max-width:calc(135 / 767 * 100vw);
        top: calc(-6 / 767 * 100vw)
    }
}

.people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .img_inner {
    width: 100%;
    padding: 15px;
    display: flex;
    background: #E6F5FA;
    border-radius: 10px;
    gap: 15px
}

@media (min-width: 768px) and (max-width: 1240px) {
    .people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .img_inner {
        padding:calc(15 / 1240 * 100vw);
        border-radius: calc(10 / 1240 * 100vw);
        gap: calc(15 / 1240 * 100vw)
    }
}

@media (max-width: 767px) {
    .people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .img_inner {
        padding:2%;
        border-radius: 0.5%;
        gap: 2%
    }
}

.people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .movie_wrapper {
    width: 100%;
    height: auto;
    max-width: 507px;
    aspect-ratio: 507 / 452;
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

@media (min-width: 768px) and (max-width: 1240px) {
    .people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .movie_wrapper {
        max-width:calc(507 / 1280 * 100vw)
    }
}

@media (max-width: 767px) {
    .people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .movie_wrapper {
        max-width:58%
    }
}

.people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .movie_wrapper video {
    width: auto;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-48%, -55%);
    filter: drop-shadow(0px 0px transparent);
    outline: none;
    border: none
}

.people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .img1 {
    width: 100%;
    max-width: 305px
}

@media (min-width: 768px) and (max-width: 1240px) {
    .people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .img1 {
        max-width:calc(305 / 1240 * 100vw)
    }
}

@media (max-width: 767px) {
    .people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .img1 {
        max-width:35%
    }
}

.people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .img2 {
    width: 100%;
    max-width: 247px
}

@media (min-width: 768px) and (max-width: 1240px) {
    .people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .img2 {
        max-width:calc(247 / 1240 * 100vw)
    }
}

@media (max-width: 767px) {
    .people_analytics_sec#anc2 .people_analytics_img_block_img.-movie .img2 {
        max-width:21%
    }
}

.people_analytics_sec#anc2 .people_analytics_img_block_text p {
    margin: 0;
    font-size: 2rem;
    text-align: center
}

.people_analytics_sec#anc3 {
    padding: 50px 0 0
}

.people_analytics_img {
    margin: 0 0 25px;
    padding: 0
}

.people_analytics_img:empty {
    aspect-ratio: 1120 / 465;
    background: #E9E9E9
}

.people_analytics_img img {
    max-width: 100%;
    height: auto
}

.people_analytics_3column {
    max-width: 1200px;
    margin: 0 auto 50px;
    display: flex;
    gap: 20px
}

@media (max-width: 767px) {
    .people_analytics_3column {
        flex-wrap:wrap
    }
}

.people_analytics_3column .item {
    width: calc((100% - 40px) / 3);
    padding: 20px;
    background: #dfeef7
}

@media (max-width: 767px) {
    .people_analytics_3column .item {
        width:100%
    }
}

.people_analytics_3column.-type1 {
    max-width: 1140px;
    margin-bottom: 60px;
    counter-reset: column-counter 0;
    gap: 51px
}

.people_analytics_3column.-type1 .item {
    width: calc((100% - 102px) / 3);
    padding: 20px 16px 67px;
    background: #FAFAFA;
    border-radius: 15px;
    position: relative
}

@media (max-width: 767px) {
    .people_analytics_3column.-type1 .item {
        width:100%;
        padding-bottom: 100px
    }
}

.people_analytics_3column.-type1 .item::before {
    width: 52px;
    height: 52px;
    background: #0291E1;
    border: 4px solid #fff;
    border-radius: 100%;
    color: #fff;
    counter-increment: column-counter 1;
    content: counter(column-counter);
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 4.6rem;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -4px)
}

@media (max-width: 767px) {
    .people_analytics_3column.-type1 .item::before {
        transform:translate(-20px, -4px)
    }
}

.people_analytics_3column.-type1 .item h3 {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #D8D8D8;
    color: #0091E1;
    font-size: 2rem;
    line-height: calc(29em / 20);
    text-align: center
}

.people_analytics_3column.-type1 .item h3 span {
    width: 100%;
    max-width: 235px;
    margin: 0 auto 15px;
    padding: 6px 10px 5px;
    background: #fff;
    color: #004E87;
    font-size: 2rem;
    line-height: calc(29em / 20);
    text-align: center;
    display: block
}

.people_analytics_3column.-type1 .item ul {
    margin: 0 0 0 2em;
    padding: 0
}

.people_analytics_3column.-type1 .item ul li {
    color: #004e87;
    font-size: 1.8rem;
    line-height: calc(32em / 18);
    font-weight: bold
}

.people_analytics_3column.-type1 .item ul li+li {
    margin-top: 35px
}

.people_analytics_3column.-type1 .item .img {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(25%, 25%)
}

@media (max-width: 767px) {
    .people_analytics_3column.-type1 .item .img {
        width:130px;
        height: 130px;
        transform: translate(-20px, 25%)
    }
}

.people_analytics_3column.-type1 .item .img img {
    max-width: 100%;
    height: auto;
    max-height: 130px
}

.people_analytics_3column.-type2 {
    max-width: 1140px;
    margin: 20px auto 0;
    gap: 90px
}

@media (max-width: 767px) {
    .people_analytics_3column.-type2 {
        gap:50px
    }
}

.people_analytics_3column.-type2 .item {
    width: calc((100% - 180px) / 3);
    padding: 50px 18px 20px;
    background: #E6F5FA;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .people_analytics_3column.-type2 .item {
        width:100%
    }
}

.people_analytics_3column.-type2 .item .num {
    width: 100px;
    height: 50px;
    padding: 10px 0 0;
    background: #0091E1;
    border-radius: 25px;
    color: #fff;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -50%)
}

.people_analytics_3column.-type2 .item .num::before {
    margin-right: 3px;
    color: #fff;
    content: "特徴";
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    display: block
}

.people_analytics_3column.-type2 .item h3 {
    margin: 0;
    color: #004e87;
    font-size: 2.4rem;
    text-align: center
}

.people_analytics_3column.-type2 .item h3 span {
    background: linear-gradient(transparent 50%, rgba(255,145,20,0.3) 50%)
}

.people_analytics_3column.-type2 .item .img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

.people_analytics_3column.-type3 {
    max-width: 1140px;
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 35px 60px
}

.people_analytics_3column.-type3 .item {
    width: calc((100% - 120px) / 3);
    padding: 20px 21px 61px;
    background: #DCEFF9;
    border-radius: 5px;
    position: relative
}

@media (max-width: 767px) {
    .people_analytics_3column.-type3 .item {
        width:100%
    }
}

.people_analytics_3column.-type3 .item .category {
    padding: 4px 5px 3px;
    border-radius: 100px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(24em / 16);
    text-align: center
}

.people_analytics_3column.-type3 .item .category.-type1 {
    background: #004E87
}

.people_analytics_3column.-type3 .item .category.-type2 {
    background: #0091E1
}

.people_analytics_3column.-type3 .item .category.-type3 {
    background: #313131
}

.people_analytics_3column.-type3 .item .category.-type4 {
    background: #E57906
}

.people_analytics_3column.-type3 .item .category.-type5 {
    background: #008FB8
}

.people_analytics_3column.-type3 .item .category.-type6 {
    background: #B33A08
}

.people_analytics_3column.-type3 .item .title {
    margin: 5px 0;
    color: #004E87;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(35em / 24);
    text-align: center
}

.people_analytics_3column.-type3 .item p {
    margin: 0;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: calc(24em / 16)
}

.people_analytics_3column.-type3 .item p+p {
    margin-top: calc(24em / 16)
}

.people_analytics_3column.-type3 .item .btn {
    width: fit-content;
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #004E87;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: calc(24em / 16);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    cursor: pointer;
    transform: translate(-50%, 0)
}

.people_analytics_3column.-type3 .item .btn::before {
    width: 19px;
    height: 19px;
    margin-right: 10px;
    background: url("../../elements/arrow-blue.svg") center center/cover no-repeat;
    content: "";
    display: block
}

.people_analytics_3column.-type3 .item .btn::after {
    width: 22px;
    height: 19px;
    margin-left: 4px;
    background: url("../../elements/icon-panel-demo.svg") center center/cover no-repeat;
    content: "";
    display: block
}

.people_analytics_3column.-type3 .item .btn:hover {
    transform: translate(-48%, 0)
}

.people_analytics_arrow {
    color: #000;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    position: relative
}

.people_analytics_arrow::before {
    width: 50%;
    max-width: 1000px;
    height: 100px;
    background: linear-gradient(to bottom, #F4FBFF 0%, #0091E1 100%);
    content: "";
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.people_analytics_cta {
    margin: 80px auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (max-width: 767px) {
    .people_analytics_cta {
        margin:30px auto
    }
}

.people_analytics_cta_inner {
    align-items: center;
    background: #fff;
    border: 8px solid #dfeef7;
    display: flex;
    justify-content: space-between;
    padding: 39px 46px 43px
}

@media (max-width: 767px) {
    .people_analytics_cta_inner {
        flex-wrap:wrap;
        padding: 35px 25px;
        gap: 30px
    }
}

.people_analytics_cta_logo {
    text-align: center
}

@media (max-width: 767px) {
    .people_analytics_cta_logo img {
        max-width:100%;
        height: auto
    }
}

.people_analytics_cta_logo_text {
    font-size: 3rem;
    font-weight: bold
}

@media (max-width: 767px) {
    .people_analytics_cta_logo_text {
        font-size:2rem
    }
}

.people_analytics_cta_text {
    text-align: center;
    flex-grow: 1
}

.people_analytics_cta_text p {
    margin: 20px 0;
    color: #888;
    font-weight: bold
}

.people_analytics_cta_text .c-cv-link__body.-type-cmp {
    padding: 0
}

.people_analytics_cta_text .c-cv-link__button a {
    min-width: 300px
}

@media (max-width: 767px) {
    .people_analytics_cta_text .c-cv-link__button a {
        max-width:300px;
        min-width: 240px
    }
}

.people_analytics_cta_img {
    max-width: 40%
}

@media (max-width: 767px) {
    .people_analytics_cta_img {
        max-width:100%
    }
}

.people_analytics_cta_img img {
    height: auto;
    max-width: 100%
}

.people_analytics .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    background-color: rgba(255,255,255,0.93)
}

.people_analytics .modal.is-active {
    opacity: 1;
    pointer-events: auto
}

.people_analytics .modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.people_analytics .modal__content {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    width: 100%;
    max-width: 900px;
    padding: 12px 14px 16px 15px
}

@media (max-width: 767px) {
    .people_analytics .modal__content .img img {
        max-width:100%;
        height: auto
    }
}

.people_analytics .modal__content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #004E87;
    font-size: 1.6rem;
    line-height: calc(24em / 16);
    text-align: center
}

.people_analytics .modal__content h3 span {
    color: #0091E1
}

.people_analytics .modal__close-btn {
    color: transparent;
    position: absolute;
    padding: 0;
    right: -46px;
    top: -58px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10
}

@media (max-width: 767px) {
    .people_analytics .modal__close-btn {
        right:-20px
    }
}

.people_analytics .modal__close-btn::before,.people_analytics .modal__close-btn::after {
    width: 100%;
    height: 2px;
    content: "";
    display: inline-block;
    background: #004E87;
    position: absolute;
    top: 15px;
    left: 0
}

.people_analytics .modal__close-btn::before {
    transform: rotate(45deg)
}

.people_analytics .modal__close-btn::after {
    transform: rotate(-45deg)
}

.people_analytics .modal__close-btn::selection {
    color: transparent;
    background: transparent
}

.people_analytics .splide__arrow {
    width: 50px;
    height: 50px;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translate(0, -50%);
    cursor: pointer
}

.people_analytics .splide__arrow.splide__arrow--prev {
    left: -45px
}

.people_analytics .splide__arrow.splide__arrow--prev::before {
    width: 11px;
    height: 18px;
    background: #004E87;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%)
}

.people_analytics .splide__arrow.splide__arrow--next {
    right: -45px
}

.people_analytics .splide__arrow.splide__arrow--next::before {
    width: 11px;
    height: 18px;
    background: #004E87;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 48%;
    transform: translate(50%, -50%)
}

.people_analytics .splide__pagination {
    margin: 0 0 -20px;
    padding: 0;
    transform: translate(0, 150%)
}

.people_analytics .splide__pagination .splide__pagination__page {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 100%;
    position: relative;
    cursor: pointer
}

.people_analytics .splide__pagination .splide__pagination__page::before {
    width: 23px;
    height: 23px;
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.people_analytics .splide__pagination .splide__pagination__page::after {
    width: 12px;
    height: 12px;
    background: #AEAEAE;
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.people_analytics .splide__pagination .splide__pagination__page.is-active::before {
    background: #DCEFF9
}

.people_analytics .splide__pagination .splide__pagination__page.is-active::after {
    background: #004E87
}
