@media screen and (max-width: 1300px) {

    /*----- p_mainvisual -----*/
    .pages #p_mainvisual .mvtitle {
        font-size: 6.923vw;
    }

    .pages #p_mainvisual .mvsubtitle {
        font-size: 4.615vw;
    }

    .pages #catcher_intro {
        min-height: 43.077vw;
    }

    .pages #catcher_intro .catcher_intro_title {
        font-size: 3.231vw;
    }

    .pages #catcher_intro .catcher_image figure {
        right: 2.308vw;
    }
}

@media screen and (min-width: 1025px) {
    .pages .wp-pagenavi a:not(.nextpostslink):not(.previouspostslink):hover {
        color: var(--main-color);
        background: var(--white-color);
    }

    .pages .wp-pagenavi a.previouspostslink:hover,
    .pages .wp-pagenavi a.nextpostslink:hover,
    .pages .btn_back li:not(.special-btn) a:hover,
    .pages #company_engagement .engagement_item .engagement_image figure a:hover {
        opacity: 0.7;
    }

    .pages #business_service .our_service_list li a:hover .text_link {
        color: var(--yellow-color);
    }

    .pages #business_service .our_service_list li a:hover .text_link .icon {
        background: var(--yellow-color);
    }

    .pages #people_wrap .people_card a:hover .icon {
        background: var(--white-color);
    }

    .pages #people_wrap .people_card a:hover .icon svg path {
        fill: var(--blue-color);
    }

    .pages #people_wrap .people_card a:hover .card_image::before {
        opacity: 0;
    }

    .pages #people_wrap .people_card a:hover .card_image img {
        transform: scale(1.06, 1.06) translateZ(0);
    }

    .pages #other_people .swiper-slide a:hover .icon {
        background: var(--white-color);
    }

    .pages #other_people .swiper-slide a:hover .icon svg path {
        fill: var(--blue-color);
    }

    .pages #other_people .swiper-slide a:hover .card_image::before {
        opacity: 0;
    }

    .pages #other_people .swiper-slide a:hover .card_image img {
        transform: scale(1.06, 1.06) translateZ(0);
    }

    .pages #company_info .info_link ul li:nth-child(1) a:hover {
        background-color: #FFBA4D;
    }

    .pages #company_info .info_link ul li:nth-child(2) a:hover {
        background-color: #EE9CD4;
    }

    .pages #company_info .info_link ul li:nth-child(3) a:hover {
        background-color: #68CDFF;
    }

    .pages #company_info .info_link ul li a:hover i {
        background: var(--white-color);
    }

    .pages #company_info .info_link ul li a:hover i svg path {
        fill: var(--blue-color);
    }
}

@media screen and (max-width: 1024px) {
    .pages h3.pages_mainttl {
        font-size: 24px;
    }

    .pages h3.pages_mainttl span.en {
        font-size: 18px;
    }

    .pages h3.pages_mainttl span.en span {
        padding-right: 8px;
    }

    .pages h3.pages_mainttl span.en span::after {
        width: 38px;
    }

    /*----- p_mainvisual -----*/
    .pages #p_mainvisual .under_mvlogo::before {
        height: 60px;
    }

    .pages #p_mainvisual .mvname {
        font-size: 18px;
    }

    .pages #p_mainvisual .under_mvcover {
        border-width: 5px;
        top: -27.93vw;
        right: -27.93vw;
    }

    .pages #catcher_intro .catcher_intro_title span {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pages #catcher_intro .catcher_intro_txt p:not(:last-child) {
        margin-bottom: 20px;
    }

    /*----- others -----*/
    .pages .wp-pagenavi span,
    .pages .wp-pagenavi a {
        font-size: 18px;
        width: 40px;
        height: 40px;
        border-width: 2px;
        padding: 2px 0 0;
        margin: 0 3px 8px;
    }

    .pages .wp-pagenavi .current {
        border-width: 2px;
    }

    .pages .wp-pagenavi a.previouspostslink,
    .pages .wp-pagenavi a.nextpostslink {
        width: 16px;
    }

    .pages .wp-pagenavi a.previouspostslink {
        margin-right: 8px;
    }

    .pages .wp-pagenavi a.nextpostslink {
        margin-left: 8px;
    }

    .pages .wp-pagenavi .pages {
        font-size: 16px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 992px) {
    .pages #catcher_intro {
        min-height: inherit;
        flex-direction: column;
        padding: 55px 0 0;
    }

    .pages #catcher_intro .catcher_intro_txt {
        width: 100%;
        max-width: 100%;
    }

    .pages #catcher_intro .catcher_image {
        margin-top: 35px;
        position: relative;
        bottom: auto;
        left: auto;
        transform: translateX(0);
    }

    .pages #catcher_intro .catcher_image figure {
        width: 64vw;
        margin: 0 auto;
        position: relative;
        right: auto;
        bottom: auto;
    }
}

@media screen and (max-width: 768px) {

    .pages .image_r,
    .pages .image_l {
        float: none;
        text-align: center;
        margin: 0 0 20px;
    }

    /*----- p_mainvisual -----*/
    .pages #p_mainvisual {
        height: 420px;
    }

    .pages #p_mainvisual .mvname {
        font-size: 16px;
    }

    .pages #p_mainvisual .mvname .catcher_layer {
        padding: 2px 10px 1px 8px;
    }

    .pages #p_mainvisual .mvtitle {
        font-size: 40px;
    }

    .pages #p_mainvisual .mvtitle .catcher_layer {
        padding: 12px 5px 7px 8px;
    }

    .pages #p_mainvisual .mvsubtitle {
        font-size: 25px;
    }

    .pages #p_mainvisual .mvsubtitle .catcher_layer {
        padding: 8px 7px 6px 8px;
    }

    .pages #p_mainvisual .under_mvcover {
        top: auto;
        bottom: -35px;
        right: -28.646vw;
    }

    .pages #catcher_intro .catcher_intro_title {
        font-size: 26px;
        text-align: justify;
        margin-bottom: 25px;
    }

    .pages #catcher_intro .catcher_intro_title br {
        display: none;
    }

    /*-----table-----*/
    .pages table {
        border: 1px solid #118abf;
    }

    .pages table th,
    .pages table td {
        padding: 8px;
    }

    .pages table th {
        font-size: 15px;
    }

    /*-----table scroll------*/
    .pages .tb_scroll {
        overflow: scroll;
        margin-bottom: 10px
    }

    .pages .tb_scroll > table {
        width: 800px;
        border: 2px solid #118abf;
    }

    .pages #content .txt_note {
        display: block;
        font-size: 12px;
        color: #AFAFAF;
        margin-bottom: 8px;
    }

    /*-----table block-----*/
    .pages #content table.tb_block tr th,
    .pages #content table.tb_block tr td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    .pages table.tb_block tr th,
    .pages table.tb_block tr td {
        border-bottom: none;
    }

    .pages table.tb_block tr th {
        text-align: center;
    }

    .pages table.tb_block tr:last-child td:last-child {
        border-bottom: 1px solid #118abf;
    }

    /*tb_cal*/
    .pages .tb_cal th {
        line-height: 1.3;
    }

    .pages .tb_cal td {
        font-size: 15px;
    }

}

@media screen and (max-width: 576px) {}

@media screen and (max-width: 490px) {}

@media screen and (max-width: 390px) {}

@media screen and (max-width: 320px) {}

/* ------------------------------------------------------
p_numbers
------------------------------------------------------ */
@media screen and (max-width: 1300px) {
    .pages #numbers_info .numbers_info_list .number_item .layer_number span.record {
        font-size: 6.923vw;
    }
}

@media screen and (max-width: 1024px) {
    .pages .p_numbers #p_mainvisual .under_mvlogo::before {
        background-size: 927px 100%;
        animation-name: numbers_name_sp;
    }

    .pages #numbers_info {
        padding: 65px 0 30px;
    }

    .pages #numbers_info .numbers_info_list .number_item {
        width: calc((100% - 24px) / 2);
        min-height: 463px;
        border-radius: 20px;
    }

    .pages #numbers_info .numbers_info_list .number_item .item_title {
        font-size: 24px;
    }

    .pages #numbers_info .numbers_info_list .number_item .item_title.set02 {
        font-size: 18px;
    }

    .pages #numbers_info .numbers_info_list .number_item .item_title.set03 {
        font-size: 14px;
    }

    .pages #numbers_info .numbers_info_list .number_item .item_record .layer_number:first-child::after {
        font-size: 25px;
        top: 4.297vw;
        right: -18px;
    }

    .pages #numbers_info .numbers_info_list .number_item .item_record .layer_number span.record {
        margin-top: 2px;
    }

    .pages #numbers_info .numbers_info_list .number_item .item_record .layer_number span.unit {
        font-size: 22px;
    }

    .pages #numbers_info .numbers_info_list .number_item .layer_years {
        font-size: 16px;
        margin-top: 5px;
    }

    .pages #numbers_info .numbers_info_list .number_item .item_record.layer02 .layer_number {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .pages #numbers_info .numbers_info_list .number_item {
        min-height: 420px;
    }

    .pages #numbers_info .numbers_info_list .number_item .layer_number span.record {
        font-size: 65px;
    }

    .pages #numbers_info .numbers_info_list .number_item .item_record .layer_number:first-child::after {
        top: 35px;
    }

    .pages #numbers_info .numbers_info_list .number_item .item_record .layer_number span.record {
        font-size: 55px;
    }
}

@media screen and (max-width: 576px) {
    .pages #numbers_info .numbers_info_list .number_item {
        width: 100%;
        max-width: 380px;
        margin: 0 auto 20px;
    }
}

/* ------------------------------------------------------
p_company
------------------------------------------------------ */
@media screen and (max-width: 1800px) {
    .pages #corporate_philosophy .philosophy_gallery .image04 {
        top: -15vw;
    }

    .pages #company_info .company_info_cover .inner {
        justify-content: flex-start;
        padding-right: 0;
    }
}

@media screen and (max-width: 1500px) {

    .pages .p_company #catcher_intro .catcher_intro_frame::before,
    .pages .p_company #catcher_intro .catcher_intro_frame::after {
        left: 3%;
    }

    .pages .p_company #catcher_intro .image03 {
        bottom: -14vw;
    }

    .pages #corporate_philosophy .philosophy_block {
        margin-bottom: 31.6vw;
    }

    /*
    .pages #corporate_philosophy .philosophy_gallery .image04 {
        top: -8vw;
    }
*/

    .pages #company_charm .company_charm_list::before {
        top: -18.2vw;
        right: 6.467vw;
    }

    .pages #company_info .company_info_cover .inner {
        gap: 5vw;
    }

    .pages #company_info .company_info_cover::after {
        right: 6vw;
    }
}

@media screen and (max-width: 1300px) {
    .pages #corporate_philosophy h3.pages_mainttl {
        margin-bottom: 11.692vw;
    }

    .pages #corporate_philosophy .philosophy_title {
        font-size: 3.231vw;
        margin-bottom: 16vw;
    }

    .pages #corporate_philosophy .philosophy_title.title02 {
        font-size: 3vw;
    }

    .pages #corporate_philosophy .philosophy_txt::after {
        right: 6.923vw;
    }

    /*
    .pages #corporate_philosophy .philosophy_gallery .image04 {
        top: -3vw;
    }
*/

    .pages #company_charm .charm_component .charm_title .main {
        font-size: 3.077vw;
    }

    .pages #company_charm .charm_balloon_title {
        top: -1.615vw;
        right: -2.308vw;
    }

    .pages #company_charm .charm_balloon_title02 {
        top: -0.769vw;
    }

    .pages #company_engagement .company_engagement_title {
        font-size: 3.231vw;
    }

    .pages #company_info .company_info_cover::after {
        right: 1.5vw;
    }

    .pages #company_info .company_info_title {
        font-size: 3.231vw;
    }
}

@media screen and (max-width: 1024px) {
    .pages .p_company #p_mainvisual .under_mvlogo::before {
        background-size: 947px 100%;
        animation-name: company_name_sp;
    }

    .pages .p_company #catcher_intro {
        padding: 55px 0 50px;
    }

    .pages .p_company #catcher_intro .pages_mainttl {
        margin-bottom: 35px;
    }

    .pages .p_company #catcher_intro .catcher_intro_title {
        margin-bottom: 38px;
    }

    .pages .p_company #catcher_intro .catcher_intro_frame {
        padding: 90px 0 50px;
    }

    .pages .p_company #catcher_intro .catcher_intro_frame::before {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .pages .p_company #catcher_intro .catcher_intro_frame::after {
        background-size: 883px 100%;
        height: 50px;
        animation-name: company_slogan_sp;
    }

    .pages .p_company #catcher_intro .catcher_intro_frame .inner {
        gap: 30px;
    }

    .pages .p_company #catcher_intro .catcher_intro_txt {
        font-size: 16px;
    }

    .pages .p_company #catcher_intro .catcher_intro_txt p:not(:last-child) {
        margin-bottom: 23px;
    }

    .pages .p_company #catcher_intro .catcher_intro_txt .tag {
        margin-top: 0;
    }

    .pages .p_company #catcher_intro .catcher_intro_txt .tag span {
        font-size: 24px;
    }

    .pages #company_movie {
        padding: 15px 0 65px;
    }

    .pages #company_movie h3.pages_mainttl {
        margin-bottom: 35px;
    }

    .pages #company_movie .box_video .video_intro {
        border-radius: 20px;
        margin-bottom: 25px;
    }

    .pages #company_movie .box_video .video_intro::before {
        border-width: 5px;
        border-radius: 20px;
    }

    .pages #company_movie .company_movie_notes {
        margin-bottom: 35px;
    }

    .pages #company_movie .btn_primary {
        height: 90px;
    }

    .pages #company_movie .btn_primary a {
        font-size: 18px;
        line-height: 1.4;
        padding-left: 20px;
        padding-right: 75px;
    }

    .pages #company_movie .btn_primary .icon {
        width: 60px;
        height: 60px;
        right: 5px;
    }

    .pages #corporate_philosophy {
        padding: 50px 0 0;
    }

    .pages #corporate_philosophy h3.pages_mainttl {
        margin-bottom: 75px;
    }

    .pages #corporate_philosophy .philosophy_title {
        font-size: 26px;
    }

    .pages #corporate_philosophy .philosophy_title.title02 {
        font-size: 24px;
    }

    .pages #corporate_philosophy .philosophy_block:nth-child(2) {
        margin-bottom: 60px;
    }

    .pages #corporate_philosophy .philosophy_txt::after {
        bottom: -34.277vw;
    }

    .pages #corporate_philosophy .philosophy_gallery .image01 {
        top: 110px;
        right: -5%;
    }

    .pages #company_charm {
        padding: 17.383vw 0 65px;
    }

    .pages #company_charm .company_charm_txt {
        width: 63vw;
        font-size: 16px;
    }

    .pages #company_charm .company_charm_list {
        gap: 35px;
        border-radius: 20px;
        padding: 50px 0;
    }

    .pages #company_charm .company_charm_list::before {
        right: -2vw;
    }

    .pages #company_charm .charm_wrap {
        gap: 20px;
        padding: 30px 20px;
    }

    .pages #company_engagement {
        padding: 50px 0;
    }

    .pages #company_engagement .pages_mainttl {
        margin-bottom: 25px;
    }

    .pages #company_engagement .company_engagement_title {
        font-size: 26px;
    }

    .pages #company_engagement .company_engagement_frame {
        border-radius: 25px;
        padding: 50px 0;
    }

    .pages #company_engagement .company_engagement_list {
        gap: 15px;
    }

    .pages #company_engagement .engagement_item {
        width: calc((100% - 15px) / 2);
    }

    .pages #company_engagement .engagement_item .engagement_image {
        height: 31.836vw;
        max-height: 326px;
    }

    .pages #company_engagement .engagement_item h5 {
        font-size: 16px;
    }

    .pages#company .vbox-next {
        right: 2vw;
    }

    .pages#company .vbox-prev {
        left: 2vw;
    }

    .pages #company_info {
        padding-bottom: 75px;
    }

    .pages #company_info::after {
        background-size: 1341px 100%;
        height: 25px;
        bottom: 25px;
        animation-name: company_info_slogan_sp;
    }

    .pages #company_info .company_info_title {
        font-size: 26px;
    }

    .pages #company_info .info_link {
        max-width: 375px;
    }

    .pages #company_info .info_link ul li {
        height: 110px;
    }

    .pages #company_info .info_link ul li a i {
        right: 15px;
    }
}

@media screen and (max-width: 992px) {
    .pages .p_company #catcher_intro .catcher_intro_frame {
        padding: 70px 0 50px;
    }

    .pages .p_company #catcher_intro .catcher_intro_frame .inner {
        flex-direction: column-reverse;
        gap: 80px;
    }

    .pages .p_company #catcher_intro .catcher_intro_txt {
        max-width: 100%;
    }

    .pages .p_company #catcher_intro .catcher_photo {
        width: 74.653vw;
        max-width: 430px;
        margin: 0 auto;
    }

    .pages .p_company #catcher_intro .catcher_photo .image01 {
        width: 47.743vw;
    }

    .pages .p_company #catcher_intro .catcher_photo .image02 {
        width: 55.729vw;
    }

    .pages #corporate_philosophy .philosophy_gallery .image04 {
        top: -10vw;
    }

    .pages #company_charm .emp02 {
        top: 29%;
    }
}

@media screen and (max-width: 850px) {
    .pages #corporate_philosophy .philosophy_gallery .image04 {
        top: -5vw;
    }

    .pages #company_info .company_info_cover::after {
        display: none;
    }

    .pages #company_info .company_info_cover .inner {
        justify-content: space-between;
        gap: 35px;
    }
}

@media screen and (max-width: 768px) {
    .pages .p_company #catcher_intro .catcher_intro_frame {
        padding-top: 50px;
    }

    .pages .p_company #catcher_intro .image03 {
        display: none;
    }

    .pages #corporate_philosophy .philosophy_title {
        margin-bottom: 12vw;
    }

    .pages #corporate_philosophy .philosophy_txt {
        width: 100%;
        max-width: 100%;
    }

    .pages #corporate_philosophy .philosophy_gallery .image02,
    .pages #corporate_philosophy .philosophy_gallery .image03 {
        display: none;
    }

    .pages #corporate_philosophy .philosophy_gallery .image04 {
        width: 45.573vw;
        top: auto;
        bottom: -280px;
        left: 8%;
    }

    .pages #company_charm .company_charm_txt {
        width: 72vw;
    }

    .pages #company_charm .charm_wrap {
        flex-direction: column;
    }

    .pages #company_charm .charm_image {
        width: 65.625vw;
        height: 43.75vw;
    }

    .pages #company_charm .charm_component .charm_title .main {
        font-size: 25px;
    }

    .pages #company_engagement .company_engagement_wrap {
        flex-direction: column;
        align-items: center;
    }

    .pages #company_engagement .company_engagement_wrap figure {
        width: 66.84vw;
    }

    .pages #company_info .company_info_cover {
        padding: 50px 0;
    }

    .pages #company_info .company_info_cover .inner {
        flex-direction: column;
    }

    .pages #company_info .company_info_cover .headline {
        width: 100%;
    }

    .pages #company_info .company_info_bg {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .pages #corporate_philosophy h3.pages_mainttl {
        margin-bottom: 35px;
    }

    .pages #corporate_philosophy .philosophy_title {
        margin-bottom: 45px;
    }

    .pages #corporate_philosophy .philosophy_gallery {
        top: auto;
        bottom: 0;
    }

    .pages #corporate_philosophy .philosophy_gallery .image01 {
        display: none;
    }

    .pages #corporate_philosophy .philosophy_gallery .image04 {
        bottom: -48.611vw;
    }

    .pages #company_charm .company_charm_txt {
        width: 100%;
        max-width: 100%;
    }

    .pages #company_charm .company_charm_list::before {
        display: none;
    }

    .pages #company_engagement .company_engagement_list {
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    .pages #company_engagement .engagement_item {
        width: 100%;
        margin-bottom: 0;
    }

    .pages #company_engagement .engagement_item .engagement_image {
        height: 64.41vw;
        max-height: 371px;
    }
}

/* ------------------------------------------------------
p_business
------------------------------------------------------ */
@media screen and (max-width: 1500px) {
    .pages #business_service .business_service_headline {
        padding: 50px 4.333vw;
    }
}

@media screen and (max-width: 1350px) {
    .pages #business_info .business_info_wrap .inner {
        flex-direction: column;
        align-items: center;
    }

    .pages #business_info .info_contents {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        padding-top: 0;
    }

    .pages #business_info .info_contents dl {
        width: calc((100% - 60px) / 3);
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .pages .p_business {
        padding-bottom: 60px;
    }

    .pages .p_business #p_mainvisual .under_mvlogo::before {
        background-size: 806px 100%;
        animation-name: business_name_sp;
    }

    .pages #business_info {
        padding: 50px 0 65px;
    }

    .pages #business_info .business_info_headline {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .pages #business_info .info_contents dl dt {
        font-size: 16px;
    }

    .pages #business_info .info_contents dl dt::before {
        font-size: 18px;
        margin-right: 8px;
    }

    .pages #business_info .info_contents dl dd {
        font-size: 14px;
    }

    .pages #business_support .business_support_frame figure {
        width: 35.156vw;
        max-width: 360px;
    }

    .pages #business_support .business_support_txt p:not(:last-child) {
        margin-bottom: 20px;
    }

    .pages #business_info .btn_primary {
        margin-top: 45px;
    }

    .pages #business_service {
        padding: 60px 0;
    }

    .pages #business_service .business_service_headline {
        padding: 50px 3%;
    }

    .pages #business_service h3.pages_mainttl {
        margin-bottom: 35px;
    }

    .pages #business_service .our_service_list li {
        height: 100px;
    }

    .pages #business_service .our_service_list li a {
        padding: 0 10px;
    }

    .pages #business_service .our_service_list li h4 .title {
        font-size: 16px;
    }

    .pages #business_service .our_service_list li .hashtag {
        font-size: 11px;
    }

    .pages #business_service .our_service_list li .text_link {
        font-size: 13px;
    }

    .pages #business_service_wrap {
        padding: 60px 0 120px;
    }

    .pages #business_service_wrap::after {
        background-size: 1100px 100%;
        height: 50px;
        animation-name: support_slogan_sp;
    }

    .pages #business_service_wrap .service_list .service_card {
        border-radius: 4.883vw;
        margin-bottom: 45px;
    }

    .pages #business_service_wrap .service_card .card_component h4 {
        font-size: 22px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 992px) {
    .pages #business_info .info_chart_center {
        width: 25.706vw;
        height: 25.706vw;
    }

    .pages #business_info .info_chart_center::before {
        width: 38.911vw;
        height: 38.306vw;
    }

    .pages #business_info .info_chart_center figure {
        width: 11.593vw;
        margin-bottom: 0.806vw;
    }

    .pages #business_info .info_chart_center h4 {
        font-size: 2.823vw;
    }

    .pages #business_info .info_chart_list {
        gap: 6.552vw;
    }

    .pages #business_info .info_chart_list li {
        width: calc((100% - 6.552vw) / 2);
    }

    .pages #business_info .info_chart_list li .chart_frame {
        width: 21.371vw;
        height: 21.371vw;
    }

    .pages #business_info .info_chart_list li .chart_frame::after {
        width: calc(100% + 2.016vw);
        height: calc(100% + 2.016vw);
    }

    .pages #business_info .info_chart_list li figure {
        width: 6.25vw;
        max-width: 62px;
        margin-bottom: 0.504vw;
    }

    .pages #business_info .info_chart_list li h4 {
        font-size: 1.613vw;
    }

    .pages #business_info .info_chart_list li h4::before {
        font-size: 2.823vw;
        margin-bottom: 0.605vw;
    }

    .pages #business_info .info_chart_list li:nth-child(3),
    .pages #business_info .info_chart_list li:nth-child(4) {
        margin-top: -5.847vw;
    }

    .pages #business_info .info_chart_list li:nth-child(5),
    .pages #business_info .info_chart_list li:nth-child(6) {
        margin-top: -0.504vw;
    }

    .pages #business_info .info_chart_list li:nth-child(5) {
        padding-left: 6.048vw;
    }

    .pages #business_info .info_chart_list li:nth-child(6) {
        padding-right: 6.653vw;
    }

    .pages #business_info .info_chart_list li:nth-child(7) {
        margin-top: -16.129vw;
    }

    .pages #business_service .pin_el {
        flex-direction: column;
    }

    .pages #business_service .business_service_slider {
        width: 100%;
    }

    .pages #business_service .business_service_headline {
        width: 100%;
        padding-bottom: 0;
    }

    .pages #business_service_wrap .service_list .service_card {
        min-height: inherit;
        flex-direction: column !important;
    }

    .pages #business_service_wrap .service_card .card_component {
        width: 100%;
        padding: 50px 0;
    }

    .pages #business_service_wrap .service_card .card_component .card_frame {
        max-width: 100%;
    }

    .pages #business_service_wrap .service_card .card_image {
        width: 100%;
        height: 70vw;
        line-height: 0;
    }
}

@media screen and (max-width: 768px) {
    .pages #business_info .info_contents {
        gap: 20px;
    }

    .pages #business_info .info_contents dl {
        width: calc((100% - 20px) / 2);
    }

    .pages #business_support h3.pages_mainttl {
        margin-bottom: 35px;
    }

    .pages #business_support .business_support_frame {
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }

    .pages #business_support .business_support_frame figure {
        width: 62.5vw;
    }
}

@media screen and (max-width: 576px) {
    .pages #business_info .business_info_wrap .inner {
        gap: 45px;
    }

    .pages #business_info .info_contents {
        flex-direction: column;
    }

    .pages #business_info .info_contents dl {
        width: 100%;
    }

    .pages #business_service .our_service_list li .text_link {
        font-size: 0;
        color: transparent;
    }

    .pages #business_service .our_service_list li .text_link .icon {
        margin-left: 0;
    }
}

/* ------------------------------------------------------
p_people
------------------------------------------------------ */
@media screen and (max-width: 1300px) {
    .pages #other_people .swiper-button-next {
        right: -2%;
    }

    .pages #other_people .swiper-button-prev {
        left: -2%;
    }
}

@media screen and (max-width: 1200px) {
    .pages #people_wrap .people_card {
        margin-bottom: 5.417vw;
    }

    .pages #people_wrap .people_card .balloon {
        font-size: 1.5vw;
        padding: 0 3.333vw;
    }

    .pages #people_wrap .people_card a,
    .pages #other_people .swiper-slide a {
        padding: 2.667vw 2.417vw 3.333vw;
    }

    .pages #people_wrap .people_card .icon,
    .pages #other_people .swiper-slide .icon {
        right: 2.333vw;
        bottom: 3.333vw;
    }
}

@media screen and (max-width: 1024px) {
    .pages .p_people #p_mainvisual .under_mvlogo::before {
        background-size: 743px 100%;
        animation-name: people_name_sp;
    }

    .pages #people_wrap {
        padding: 60px 0;
    }

    .pages #people_wrap .people_list {
        gap: 20px;
    }

    .pages #people_wrap .people_card {
        width: calc((100% - 40px) / 3);
        margin-bottom: 25px;
    }

    .pages #people_wrap .people_card .balloon {
        height: 12.695vw;
    }

    .pages #people_wrap .people_card a {
        height: 40.332vw;
        max-height: 413px;
        border-radius: 25px;
    }

    .pages #people_wrap .people_card .branch_name {
        height: 30px;
    }

    .pages #people_wrap .people_card .card_profile {
        margin-right: 45px;
    }

    .pages #people_wrap .people_card .card_name span {
        font-size: 30px;
    }

    .pages #people_wrap .people_card .department_name span {
        font-size: 14px;
    }

    .pages #people_wrap .people_card .icon {
        width: 40px;
        height: 40px;
    }

    .pages #people_wrap .people_card .icon svg {
        width: 22px;
    }

    #people #footer {
        padding-top: 150px;
    }

    .pages #people_contents {
        padding: 120px 0 60px;
    }

    .pages #people_contents .pages_mainttl {
        margin-bottom: 20px;
    }

    .pages #people_contents .staff_introduction {
        font-size: 26px;
        margin-bottom: 45px;
    }

    .pages #people_contents .staff_profile {
        border-radius: 25px;
        padding: 35px 20px;
        margin-bottom: 45px;
    }

    .pages #people_contents .staff_profile .staff_profile_title {
        font-size: 20px;
    }

    .pages #people_contents .staff_profile .staff_profile_title p {
        padding: 8px 10px;
    }

    .pages #people_contents .staff_profile .staff_name {
        font-size: 35px;
    }

    .pages #people_contents .staff_profile .department_name {
        gap: 8px;
    }

    .pages #people_contents .staff_section {
        margin-bottom: 50px;
    }

    .pages #people_contents .staff_section h5.title {
        font-size: 22px;
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .pages #people_contents .staff_section .contents_detail p:not(:last-child) {
        margin-bottom: 18px;
    }

    .pages #people_contents .staff_section .staff_gallery {
        margin-top: 45px;
    }

    .pages #people_contents .staff_section .staff_gallery.col2 {
        gap: 15px;
    }

    .pages #people_contents .staff_section .staff_gallery.col2 li {
        width: calc((100% - 15px) / 2);
        height: 31.25vw;
    }

    .pages #people_schedule {
        padding: 50px 0 60px;
    }

    .pages #people_schedule .pages_mainttl {
        margin-bottom: 45px;
    }

    .pages #people_schedule .people_schedule_list dl {
        min-height: 220px;
        border-radius: 25px;
        border-width: 5px;
        padding: 29px 20px 42px;
    }

    .pages #people_schedule .people_schedule_list dl dt {
        font-size: 22px;
    }

    .pages #people_schedule .people_schedule_list dl dt span {
        margin-right: 18px;
    }

    .pages #people_schedule .people_schedule_list dl dt span::before {
        width: 40px;
        height: 40px;
        margin-right: 8px;
        top: 7px;
    }

    .pages #other_people {
        padding: 50px 0 60px;
    }

    .pages #other_people .pages_mainttl {
        margin-bottom: 45px;
    }

    .pages #other_people .other_people_control {
        margin-bottom: 45px;
    }

    .pages #other_people .swiper-slide a {
        height: 40.332vw;
        max-height: 413px;
        border-radius: 25px;
    }

    .pages #other_people .swiper-slide .branch_name {
        height: 30px;
    }

    .pages #other_people .swiper-slide .card_profile {
        margin-right: 45px;
    }

    .pages #other_people .swiper-slide .card_name span {
        font-size: 30px;
    }

    .pages #other_people .swiper-slide .department_name span {
        font-size: 14px;
    }

    .pages #other_people .swiper-slide .icon {
        width: 40px;
        height: 40px;
    }

    .pages #other_people .swiper-slide .icon svg {
        width: 22px;
    }
}

@media screen and (max-width: 768px) {
    .pages #people_wrap .people_card {
        width: calc((100% - 20px) / 2);
    }

    .pages #people_wrap .people_card .balloon {
        height: 100px;
        font-size: 14px;
    }

    .pages #people_wrap .people_card a {
        height: 62.5vw;
        max-height: 480px;
        padding: 25px 20px;
    }

    .pages #people_wrap .people_card .icon {
        right: 20px;
        bottom: 25px;
    }

    .pages #people_schedule .people_schedule_list dl dt span {
        display: block;
        margin: 0 0 8px;
    }

    .pages #people_contents .staff_introduction p br {
        display: none;
    }

    .pages #people_contents .staff_profile {
        border-radius: 0;
        padding: 0 0;
    }

    .pages #people_contents .staff_profile .staff_profile_title {
        margin-bottom: 35px;
    }

    .pages #people_contents .staff_profile .staff_profile_component {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 0 0;
        margin: 0 0 35px;
    }

    .pages #people_contents .staff_profile .staff_profile_cover {
        height: 46.094vw;
        border-radius: 25px;
        position: relative;
        top: auto;
        left: auto;
        overflow: hidden;
    }

    .pages #other_people .other_people_list {
        overflow: inherit;
    }

    .pages #other_people .swiper-slide {
        width: 76.735vw !important;
        max-width: 376px;
    }

    .pages #other_people .swiper-slide a {
        height: 102.857vw;
        max-height: 504px;
        padding: 25px 20px;
    }
}

@media screen and (max-width: 576px) {
    .pages #people_wrap .people_list {
        flex-direction: column;
        align-items: center;
    }

    .pages #people_wrap .people_card {
        width: 83.556vw;
        max-width: 376px;
    }

    .pages #people_wrap .people_card a {
        height: 112vw;
        max-height: 504px;
    }
}

/* ------------------------------------------------------
p_talk
------------------------------------------------------ */
@media screen and (max-width: 1024px) {
    .pages .p_talk #p_mainvisual .under_mvlogo::before {
        background-size: 1137px 100%;
        animation-name: talk_name_sp;
    }

    .pages .p_talk #content {
        padding-bottom: 75px;
    }
}

/* ------------------------------------------------------
p_training
------------------------------------------------------ */
@media screen and (max-width: 1500px) {
    .pages #training_keyword .keyword_list .keyword_card {
        min-height: 26.933vw;
        padding: 3.333vw 3.333vw;
    }

    .pages #training_keyword .keyword_list .keyword_frame::after {
        font-size: 18.667vw;
        bottom: -7vw;
    }

    .pages #training_keyword .keyword_card .keyword_component h4 {
        font-size: 6.667vw;
    }
}

@media screen and (max-width: 1300px) {
    .pages #training_keyword .keyword_card .keyword_component .item_list li {
        font-size: 1.538vw;
    }

    .pages #training_keyword .keyword_card .keyword_component .item_list li::before {
        top: 1vw;
    }

    .pages #training_keyword .keyword_list .keyword_card:nth-child(2)::after {
        top: -21.769vw;
        right: 2.615vw;
    }

    .pages #training_keyword .keyword_list .keyword_card:nth-child(5)::after {
        top: -22.231vw;
    }

    .pages #training_edu h4 {
        font-size: 3.231vw;
    }

    .pages #training_support .training_support_txt {
        padding-top: 0;
    }

    .pages #training_edu .training_edu_frame {
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .pages .p_training #p_mainvisual .under_mvlogo::before {
        background-size: 1759px 100%;
        animation-name: training_name_sp;
    }

    .pages #training_keyword {
        padding: 50px 0 60px;
    }

    .pages #training_keyword .keyword_list {
        margin-top: 55px;
    }

    .pages #training_keyword .keyword_list .keyword_card {
        width: 94%;
        border-radius: 20px;
        padding: 20px 20px;
    }

    .pages #training_keyword .keyword_list .keyword_card::before {
        font-size: 30px;
        top: -32px;
        right: 20px;
    }

    .pages #training_keyword .keyword_list .keyword_frame::after {
        bottom: -5vw;
        left: 0;
    }

    .pages #training_keyword .keyword_card .keyword_component {
        padding-top: 15px;
    }

    .pages #training_keyword .keyword_card .keyword_component h4 {
        font-size: 40px;
    }

    .pages #training_keyword .keyword_card .keyword_component .item_list li {
        font-size: 18px;
    }

    .pages #training_keyword .keyword_card .keyword_component .item_list li::before {
        top: 12px;
    }

    .pages #training_keyword .keyword_list .keyword_card:nth-child(even)::before {
        left: 20px;
    }

    .pages #training_keyword .keyword_list .keyword_card:nth-child(2)::after,
    .pages #training_keyword .keyword_list .keyword_card:nth-child(5)::after {
        display: none;
    }

    .pages #training_keyword .keyword_list .keyword_card:nth-child(2) .bg_color,
    .pages #training_keyword .keyword_list .keyword_card:nth-child(5) .bg_color {
        border-radius: 20px;
    }

    .pages #training_edu {
        padding: 0 0 60px;
    }

    .pages #training_edu h4 {
        font-size: 26px;
    }

    .pages #training_edu h4 br {
        display: none;
    }

    .pages #training_edu .training_edu_txt p:not(:last-child) {
        margin-bottom: 20px;
    }

    .pages #training_support {
        padding: 50px 0 60px;
    }

    .pages #training_support .inner {
        flex-direction: column;
        align-items: center;
    }

    .pages #training_support .training_support_txt {
        max-width: 100%;
    }

    .pages #training_support .training_support_txt p:not(:last-child) {
        margin-bottom: 20px;
    }

    .pages #training_support .training_support_frame {
        width: 82.031vw;
    }

    .pages #training_support .training_support_gallery {
        height: 55.99vw;
        padding: 8px 8px;
    }
}

@media screen and (max-width: 768px) {
    .pages #training_keyword .keyword_list .keyword_card {
        padding: 45px 20px 60px;
    }

    .pages #training_keyword .keyword_list .keyword_frame {
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }

    .pages #training_keyword .keyword_list .keyword_frame::after {
        bottom: -68px;
        left: -8px;
    }

    .pages #training_keyword .keyword_card .keyword_image {
        width: 77.083vw;
        height: 52.604vw;
        padding: 8px 8px;
    }

    .pages #training_edu .training_edu_frame {
        flex-direction: column;
        align-items: center;
    }

    .pages #training_support .training_support_headline {
        margin-bottom: 30px;
    }
}

/* ------------------------------------------------------
p_welfare
------------------------------------------------------ */
@media screen and (max-width: 1500px) {
    .pages #benefit_gallery::after {
        top: calc(50% + 9.2vw);
        right: 5.2vw;
    }

    .pages #benefit_features::before {
        top: -23.8vw;
        left: 3.333vw;
    }

    .pages #benefit_features::after {
        right: 3%;
    }

    .pages #benefit_features .feature_card .headline {
        padding: 28px 2.667vw 27px;
    }

    .pages #benefit_features .feature_card .card_title {
        font-size: 2vw;
    }

    .pages #benefit_features .feature_card .card_txt {
        padding: 30px 2.667vw 3.667vw;
    }

    .pages #benefit_station .benefit_station_frame {
        padding: 75px 8.267vw 65px;
    }

    .pages #benefit_activity {
        padding: 0 0 161px 10.267vw;
    }

    .pages #benefit_activity::before {
        left: 3%;
    }
}

@media screen and (max-width: 1300px) {
    .pages #benefit_features .benefit_features_list::before {
        right: -3.615vw;
    }

    .pages #benefit_features .feature_card .card_txt {
        font-size: 16px;
    }

    .pages #benefit_features .benefit_features_notes {
        font-size: 14px;
    }

    .pages #benefit_station .benefit_station_frame {
        padding: 75px 3% 65px;
    }

    .pages #benefit_station .benefit_station_frame .benefit_station_list {
        width: 100%;
        max-width: 910px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .pages .p_welfare #p_mainvisual .under_mvlogo::before {
        background-size: 1892px 100%;
        animation-name: welfare_name_sp;
    }

    .pages #benefit_gallery {
        height: 66.406vw;
        max-height: inherit;
    }

    .pages #benefit_gallery::before {
        background-size: 1566px 100%;
        height: 60px;
        animation-name: benefit_gallery_slogan_sp;
    }

    .pages #benefit_features {
        padding-bottom: 55px;
        margin-bottom: 70px;
    }

    .pages #benefit_features .benefit_features_list {
        gap: 15px;
        padding-top: 55px;
    }

    .pages #benefit_features .benefit_features_list::before {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .pages #benefit_features .feature_card {
        width: calc((100% - 30px) / 3);
        margin-bottom: 25px;
    }

    .pages #benefit_features .feature_card .headline {
        padding: 20px 15px;
    }

    .pages #benefit_features .feature_card .card_title {
        font-size: 20px;
    }

    .pages #benefit_features .feature_card .card_txt {
        font-size: 14px;
        padding: 20px 15px 30px;
    }

    .pages #benefit_features .benefit_features_notes {
        font-size: 13px;
        padding-right: 0;
        margin-top: -10px;
    }

    .pages #benefit_activity {
        padding-bottom: 15.723vw;
    }

    .pages #benefit_activity::before {
        height: 47.754vw;
        border-radius: 25px;
        bottom: 6.934vw;
    }

    .pages #benefit_activity .activity_gallery .slick-counter {
        bottom: -48px;
        left: 98px;
    }

    .pages #benefit_activity .activity_gallery .slider-progress {
        bottom: 10px;
        left: 148px;
    }

    .pages #benefit_station {
        padding: 205px 0 16.895vw;
    }

    .pages #benefit_station::after {
        bottom: -46.875vw;
        left: -7.813vw;
    }

    .pages #benefit_station .benefit_station_frame {
        border-width: 5px;
        border-radius: 25px;
    }

    .pages #benefit_station .pages_mainttl {
        margin-bottom: 45px;
    }

    .pages #benefit_station .pages_mainttl span {
        padding: 3px 3px;
    }

    .pages #benefit_station .benefit_station_frame {
        padding: 55px 3%;
    }

    .pages #benefit_station .benefit_station_frame::before {
        top: -149px;
    }

    .pages #benefit_station .benefit_station_frame .benefit_station_list {
        max-width: 760px;
    }

    .pages #benefit_station .benefit_station_frame .benefit_station_list li {
        font-size: 20px;
    }

    .pages #benefit_station .benefit_station_frame .benefit_station_list li::before {
        width: 5px;
        height: 5px;
        top: 13px;
    }

    .pages #catcher_welfare .welfare_media::after {
        height: 50px;
    }

    .pages #catcher_welfare .welfare_component {
        padding: 50px 0 65px;
    }

    .pages #catcher_welfare .welfare_component .welfare_title {
        font-size: 26px;
    }

    .pages #catcher_welfare .welfare_block:nth-child(1) .welfare_media::after {
        background-size: 2229px 100%;
        animation-name: welfare_block_slogan01_sp;
    }

    .pages #catcher_welfare .welfare_block:nth-child(2) .welfare_media::after {
        background-size: 1626px 100%;
        animation-name: welfare_block_slogan02_sp;
    }

    .pages #catcher_welfare .welfare_block:nth-child(3) .welfare_media::after {
        background-size: 1040px 100%;
        animation-name: welfare_block_slogan03_sp;
    }

}

@media screen and (max-width: 810px) {
    .pages #benefit_features .feature_card {
        width: calc((100% - 15px) / 2);
    }

    .pages #benefit_features .feature_card figure {
        height: 96px;
        max-height: 96px;
    }
}

@media screen and (max-width: 768px) {
    .pages #benefit_station {
        padding-top: 26.693vw;
    }

    .pages #benefit_station .benefit_station_frame::before {
        top: -19.401vw;
    }
}

@media screen and (max-width: 576px) {
    .pages #benefit_features .benefit_features_list {
        flex-direction: column;
        align-items: center;
    }

    .pages #benefit_features .feature_card {
        width: 100%;
        max-width: 380px;
    }
}

/* ------------------------------------------------------
p_job
------------------------------------------------------ */
@media screen and (max-width: 1300px) {
    .pages #work_pickup .work_pickup_item a {
        padding: 34px 2.615vw 36px;
    }

    .pages #work_entry .work_entry_link .btn_primary a {
        font-size: 2.308vw;
        padding-left: 3.846vw;
    }
}

@media screen and (max-width: 1024px) {
    .pages .p_job #p_mainvisual .under_mvlogo::before {
        background-size: 814px 100%;
        animation-name: job_name_sp;
    }

    .pages #work_location {
        padding: 50px 0 60px;
    }

    .pages #work_pickup {
        padding: 50px 0 0;
    }

    .pages #work_pickup .pages_mainttl {
        margin-bottom: 35px;
    }

    .pages #work_pickup .work_pickup_list {
        gap: 15px;
    }

    .pages #work_pickup .work_pickup_list .work_pickup_item {
        width: calc((100% - 15px) / 2);
    }

    .pages #work_pickup .work_pickup_item .branch_name,
    .pages #work_pickup .work_pickup_item .pickup_title {
        font-size: 18px;
    }

    .pages #work_entry {
        padding: 60px 0;
    }

    .pages #work_entry .work_entry_txt {
        margin-bottom: 45px;
    }

    .pages #work_entry .work_entry_link .btn_primary {
        height: 100px;
    }

    .pages #work_entry .work_entry_link .btn_primary a {
        font-size: 22px;
        padding-left: 25px;
        padding-right: 100px;
    }

    .pages #work_entry .work_entry_link .btn_primary .icon {
        width: 80px;
        height: 80px;
        right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .pages #work_pickup .work_pickup_list .work_pickup_item {
        width: 100%;
    }

    .pages #work_entry .work_entry_link {
        flex-direction: column;
        align-items: center;
    }

    .pages #work_entry .work_entry_link .btn_primary {
        width: 100%;
    }
}
