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

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

@media screen and (min-width: 1025px) {
    .pages .wp-pagenavi a.nextpostslink:hover::before {
        right: -10px;
    }

    .pages .wp-pagenavi a.previouspostslink:hover::before {
        left: -10px;
    }

    .pages .wp-pagenavi a.page:hover {
        color: var(--white-color);
        background: var(--blue-color);
    }

    .pages .media_back li:not(.special-btn) a:hover,
    .pages .btn_second a:hover,
    .pages .press_equipement .equipement_gallery_list a:hover,
    .pages #about_intro .box_video .youtube_link a:hover {
        opacity: 0.7;
    }

    .pages #news_info .news_list dl:hover dd a {
        color: var(--blue-color);
    }

    .pages #news_info .news_list dl:hover dd a span::before {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

    .pages #contact_info .btn_contact_mid li a:hover {
        transform: translateY(-5px);
    }

    .pages #contact_box .btn_submit:hover {
        color: var(--white-color);
        background: var(--blue-color);
        border-color: var(--white-color);
    }

    .pages #contact_box .btn_submit:hover svg {
        margin-left: 10px;
    }

    .pages #contact_box .btn_submit:hover svg .cls-1 {
        fill: var(--white-color);
    }

    .pages #contact_box .btn_submit:hover svg .cls-2 {
        stroke: var(--white-color);
    }

    .p_service #service_link ul li a:hover .link_title h4 {
        color: var(--blue-color);
    }
}

@media screen and (max-width: 1024px) {
    .pages #main {
        padding-top: 115px;
    }

    .pages h3.under_title {
        font-size: 24px;
    }

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

    .pages #p_mainvisual .under_mvcover {
        padding: 0 3%;
    }

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

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

    /*-----p_mainvisual-----*/
    .pages #p_mainvisual h2 {
        font-size: 20px;
        text-align: center;
    }

    .pages .wp-pagenavi {
        margin-top: 45px;
    }

    .pages .wp-pagenavi span,
    .pages .wp-pagenavi a {
        font-size: 18px;
        width: 40px;
        height: 40px;
        margin: 0 3px 8px;
    }

    .pages .wp-pagenavi a.nextpostslink::before,
    .pages .wp-pagenavi a.previouspostslink::before {
        width: 28px;
        height: 11px;
        top: 17px;
    }

    .pages .wp-pagenavi a.nextpostslink {
        padding-right: 40px;
        margin-left: 15px;
    }

    .pages .wp-pagenavi a.previouspostslink {
        padding-left: 40px;
        margin-right: 15px;
    }

    .pages .contents_detail p:not(:last-child) {
        margin-bottom: 25px;
    }

    .pages .contents_detail .wp-block-image {
        margin-bottom: 27px;
    }

    .pages .btn_second {
        height: 70px;
    }

    .pages .btn_second a {
        font-size: 18px;
    }
}

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

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

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

    /*topic path*/
    .pages #topic_path {
        margin: 0 0 35px;
    }

    .pages #topic_path ul {
        padding: 25px 0 0;
    }

    /*-----table-----*/
    .pages table {}

    .pages table th,
    .pages table td {
        font-size: 14px;
        padding: 15px 10px;
    }

    /*-----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;
    }

    .pages table.tb_block tr th {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .pages table.tb_block tr td {
        padding-top: 8px;
    }

    .pages table.tb_block tr:first-child td {
        border-top: 0;
    }

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

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

    .pages .media_back {
        flex-direction: column;
    }

    .pages .media_back li {
        width: 100%;
    }

    .pages .media_back li:not(.special-btn) {
        text-align: center;
    }

    .pages .media_back li.prev-btn {
        margin-bottom: 30px;
    }

    .pages .media_back li.next-btn {
        margin-top: 30px;
    }
}

@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_news
------------------------------------------------------ */
@media screen and (max-width: 1024px) {
    .pages #news_filter {
        padding: 65px 0 0;
    }

    .pages #news_filter .inner {
        max-width: 640px;
        flex-direction: column;
    }

    .pages #news_filter .archive_select {
        width: 100%;
        margin: 0 0;
    }

    .pages #news_filter .filter_select::before {
        width: 16px;
        height: 10px;
        right: 10px;
    }

    .pages #news_filter .filter_title {
        width: 100%;
        max-width: 115px;
        font-size: 13px;
        margin-right: 5px;
    }

    .pages #news_filter .filter_select {
        max-width: 100%;
        height: 50px;
    }

    .pages #news_filter .archive_select select {
        font-size: 16px;
        padding: 0 30px 0 10px;
    }

    .pages #news_info {
        padding-bottom: 55px;
    }

    .pages .media_wrap {
        padding: 65px 0 55px;
    }

    .pages .media_wrap .media_headline {
        padding: 0 0 30px;
        margin-bottom: 25px;
    }

    .pages .media_wrap .media_date {
        margin: 0 15px 5px 0;
    }

    .pages .media_wrap .media_title {
        font-size: 24px;
    }

    .pages .media_wrap .contents_detail {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 768px) {
    .pages #news_info .news_list dl {
        display: block;
        padding: 25px 20px 20px;
    }

    .pages #news_info .news_list dl dt {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .pages #news_info .news_list dl dt .cate_group span {
        margin: 0 5px 5px 0;
    }

    .pages #news_info .news_list dl dd {
        max-width: 100%;
    }

    .pages #news_info .news_list dl dd a > span span {
        -webkit-line-clamp: 2;
    }
}

/* ------------------------------------------------------
p_contact
------------------------------------------------------ */
@media screen and (max-width: 1024px) {
    .pages #contact_info {
        padding: 65px 0;
    }

    .pages #contact_info .catcher_layout {
        padding: 55px 0;
    }

    .pages #contact_info .contact_info_txt {
        margin-bottom: 25px;
    }

    .pages #contact_info .btn_contact_mid {
        margin-bottom: 55px;
    }

    .pages #contact_info .btn_contact_mid li {
        width: 100%;
        max-width: 470px;
        height: 95px;
    }

    .pages #contact_info .btn_contact_mid li a {
        font-size: 18px;
        padding: 0 50px 0 20px;
    }

    .pages #contact_info .btn_contact_mid li a::after {
        width: 31px;
        height: 24px;
        right: 10px;
    }

    .pages #contact_info .contact_phone_no {
        font-size: 20px;
    }

    .pages #catcher_contact {
        padding: 65px 0 55px;
    }

    .pages #catcher_contact .catcher_contact_title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .pages #contact_box {
        padding: 65px 0;
    }

    .pages #contact_box .contact_layout {
        padding: 55px 0 65px;
    }

    .pages #contact_box .tb_contact th {
        width: 28%;
    }

    .pages #contact_box .confirm_group {
        padding-top: 15px;
    }

    .pages #contact_box .accept_box {
        font-size: 13px;
        margin-bottom: 50px;
    }

    .pages #contact_box .accept_box label::before {
        width: 30px;
        height: 30px;
        top: -2px;
    }

    .pages #contact_box .accept_box label::after {
        width: 20px;
        height: 19px;
        top: 4px;
        left: 5px;
    }

    .pages #contact_box .accept_box .wpcf7-list-item {
        padding-left: 38px;
    }

    .pages #contact_box .accept_box .required {
        font-size: 11px;
        margin-left: 5px;
    }

    .pages #contact_box .btn_submit {
        height: 50px;
    }

    .pages .p_contact .tks_download_title {
        font-size: 20px;
    }

    .pages .p_contact .download_frame {
        margin: 45px auto 0;
    }
}

@media screen and (max-width: 768px) {
    .pages #contact_info .btn_contact_mid {
        flex-direction: column;
        align-items: center;
    }

    .pages #contact_box .tb_contact th {
        padding-top: 10px;
    }

    .pages #contact_box .input_custom {
        height: 50px;
    }

    .pages #contact_box .txt_custom {
        height: 220px;
    }

    .pages #contact_box .tb_contact tr.shiryo_request td,
    .pages #contact_box .tb_contact tr.field_checkbox td {
        padding-top: 8px;
        padding-bottom: 10px;
    }

    .pages #contact_box .wpcf7-list-item {
        display: block;
        margin: 0 0 5px 0;
    }

    .pages #contact_box .tb_contact tr.field_textarea td {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 490px) {
    .pages #contact_info .contact_phone_no {
        font-size: 18px;
    }
}

/* ------------------------------------------------------
p_policy
------------------------------------------------------ */
@media screen and (max-width: 1024px) {
    .pages #policy_info {
        padding: 65px 0 55px;
    }

    .pages #policy_info .policy_info_contents {
        font-size: 14px;
        margin-bottom: 45px;
    }

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

    .pages #policy_info .policy_info_contents .policy_notes {
        margin-top: 35px;
    }
}

/* ------------------------------------------------------
p_company
------------------------------------------------------ */
@media screen and (max-width: 1350px) {
    .pages #company_message .message_quote li:last-child {
        padding: 0 3%;
    }

    .pages #company_message .message_quote li h4 {
        font-size: 2.22vw;
    }

    .pages #company_history .history_wrap .inner {
        gap: 3.7vw;
    }

    .pages #company_history .history_item .history_years {
        font-size: 2.96vw;
    }

    .pages #company_history .history_item .history_title {
        font-size: 5.04vw;
    }
}

@media screen and (max-width: 1024px) {
    .pages #company_message {
        padding: 65px 0 55px;
    }

    .pages #company_message .under_title {
        margin-bottom: 35px;
    }

    .pages #company_message .message_quote {
        margin-bottom: 45px;
    }

    .pages #company_message .company_message_txt p:not(:last-child) {
        margin-bottom: 25px;
    }

    .pages #company_message .message_tag {
        margin-top: 35px;
    }

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

    .pages #company_profile .under_title {
        margin-bottom: 35px;
    }

    .pages #company_profile .tb_profile {
        margin-bottom: 45px;
    }

    .pages #company_profile .tb_profile th,
    .pages #company_profile .tb_profile td {
        padding: 15px 10px;
    }

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

    .pages #company_history .under_title {
        margin-bottom: 35px;
    }

    .pages #company_history .history_wrap {
        padding: 65px 0;
    }

    .pages #company_history .history_item .tb_history th {
        width: 22%;
    }

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

    .pages #company_access .under_title {
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 769px) {
    .pages #company_history .history_image {
        width: 100%;
        max-width: 635px;
        position: sticky;
        top: 0;
        height: 100svh;
    }

    .pages #company_history .image_item {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity .2s linear;
    }

    .pages #company_history .image_item > img {
        transition: transform .2s cubic-bezier(0, .7, .3, 1);
        transform-origin: center;
    }

    .pages #company_history .image_item:not(:first-child) {
        opacity: 0;
    }

    .pages #company_history .image_item:not(:first-child) > img {
        transform: scale(.8);
    }

    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(2)[data-is-sticky=true]) .image_item:nth-child(1),
    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(3)[data-is-sticky=true]) .image_item:nth-child(1),
    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(4)[data-is-sticky=true]) .image_item:nth-child(1),
    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(5)[data-is-sticky=true]) .image_item:nth-child(1) {
        opacity: 0
    }

    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(2)[data-is-sticky=true]) .image_item:nth-child(1) > img,
    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(3)[data-is-sticky=true]) .image_item:nth-child(1) > img,
    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(4)[data-is-sticky=true]) .image_item:nth-child(1) > img,
    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(5)[data-is-sticky=true]) .image_item:nth-child(1) > img {
        transform: scale(.8)
    }

    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(2)[data-is-sticky=true]) .image_item:nth-child(2),
    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(3)[data-is-sticky=true]) .image_item:nth-child(3),
    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(4)[data-is-sticky=true]) .image_item:nth-child(4),
    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(5)[data-is-sticky=true]) .image_item:nth-child(5) {
        opacity: 1
    }

    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(2)[data-is-sticky=true]) .image_item:nth-child(2) > img,
    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(3)[data-is-sticky=true]) .image_item:nth-child(3) > img,
    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(4)[data-is-sticky=true]) .image_item:nth-child(4) > img,
    .pages #company_history .history_wrap .inner:has(.history_item:nth-child(5)[data-is-sticky=true]) .image_item:nth-child(5) > img {
        transform: scale(1)
    }
}

@media screen and (max-width: 768px) {
    #company #main {
        overflow: hidden;
    }

    .pages #company_message .message_quote {
        flex-direction: column;
    }

    .pages #company_message .message_quote li {
        width: 100%;
        height: 70vw;
    }

    .pages #company_message .message_quote li:last-child {
        height: 240px;
        justify-content: center;
        text-align: center;
    }

    .pages #company_message .message_quote li h4 {
        font-size: 20px;
    }

    .pages #company_message .message_tag {
        flex-direction: column;
        text-align: right;
    }

    .pages #company_message .message_tag span {
        margin: 15px 0 0;
    }

    .pages #company_profile .tb_profile td {
        border-right: 0;
        border-bottom: 0;
    }

    .pages #company_history {
        overflow: hidden;
    }

    .pages #company_history .history_wrap .inner {
        flex-direction: column;
    }

    .pages #company_history .history_image,
    .pages #company_history .history_info {
        display: contents;
    }

    .pages #company_history .image_item {
        text-align: center;
    }

    .pages #company_history .history_item {
        height: auto;
        border: 0;
        margin-bottom: 45px;
    }

    .pages #company_history .history_component {
        width: 100%;
        max-width: 635px;
    }

    .pages #company_history .history_item .history_years {
        font-size: 18px;
    }

    .pages #company_history .history_item .history_title {
        font-size: 28px;
    }

    .pages #company_history .history_item:nth-child(1) {
        order: 2;
    }

    .pages #company_history .history_item:nth-child(2) {
        order: 4;
    }

    .pages #company_history .history_item:nth-child(3) {
        order: 6;
    }

    .pages #company_history .history_item:nth-child(4) {
        order: 8;
    }

    .pages #company_history .history_item:nth-child(5) {
        order: 10;
        margin-bottom: 0;
    }

    .pages #company_access .office_item {
        flex-direction: column;
    }

    .pages #company_access .office_item dl {
        max-width: 100%;
    }

    .pages #company_access .office_item dl dd .tb_office th,
    .pages #company_access .office_item dl dd .tb_office td {
        padding: 13px 5px 17px;
    }

    .pages #company_access .office_item dl dd .tb_office th {
        width: 20%;
    }

    .pages #company_access .office_item .office_map {
        max-width: 100%;
        height: 299px;
    }
}

/* ------------------------------------------------------
p_service
------------------------------------------------------ */
@media screen and (max-height: 950px) {
    .p_service #service_info_list .info_item {
        padding: 5.05vh 0 21.05vh;
    }

    .p_service #service_info_list .info_item h4 {
        margin-bottom: 6.53vh;
    }

    .p_service #service_info_list .info_item .item_component h5 {
        margin-bottom: 3.37vh;
    }
}

@media screen and (max-width: 1500px) {
    .p_service .service_info .service_info_gallery .image01 {
        margin-right: -6.67vw;
    }

    .p_service .service_info .service_info_gallery .image02 {
        margin-left: 3.33vw;
    }

    .p_service #service_info_list .info_item .item_wrap {
        gap: 4.67vw;
    }

    .p_service #service_info_list .info_item .item_component h5 {
        font-size: 2vw;
    }

    .p_service #service_others .gallery_marquee {
        max-width: 650px;
    }

    .p_service #service_others .gallery_marquee_slider {
        height: 650px;
    }

    .p_service #service_others .marquee_left {
        left: -700px;
    }

    .p_service #service_others .marquee_right {
        right: -700px;
    }
}

@media screen and (max-width: 1350px) {
    .p_service #service_info_list .info_item .inner {
        width: 94%;
    }

    .p_service #service_info_list .info_item .item_component {
        width: 100%;
        flex: 1;
    }

    .p_service #service_info_list .info_item .item_txt {
        font-size: 14px;
    }

    .p_service #service_pickup .inner::before,
    .p_service #service_pickup .inner::after {
        font-size: 14.81vw;
    }

    .p_service #service_pickup .inner::before {
        top: -1.56vw;
    }

    .p_service #service_pickup .inner::after {
        bottom: 1.04vw;
    }

    .p_service #service_link ul li .link_title {
        padding-right: 1.33vw;
    }

    .p_service #service_others_list .others_item {
        padding: 85px 6.3vw 54px;
        gap: 5.19vw;
    }
}

@media screen and (max-width: 1024px) {
    .p_service .service_info {
        padding: 65px 0 80px;
    }

    .p_service .service_info .service_info_wrap {
        min-height: inherit;
        padding: 120px 0;
    }

    .p_service .service_info .service_info_gallery .image01 {
        margin-right: 6vw;
        top: -45px;
    }

    .p_service .service_info .frame_txt {
        margin-top: -21.97vw;
    }

    .p_service #service_info_list .info_item h4 {
        font-size: 18px;
    }

    .p_service #service_info_list .info_item .item_component h5 {
        font-size: 20px;
    }

    .p_service #service_equipment {
        min-height: inherit;
        padding: 50px 0 65px;
    }

    .p_service #service_equipment h3.under_title {
        margin-bottom: 45px;
    }

    .p_service #service_equipment .equipment_frame {
        font-size: 16px;
        padding: 25px 20px;
    }

    .p_service #service_pickup .inner {
        min-height: inherit;
        padding: 12.7vw 0;
    }

    .p_service #service_pickup .pickup_wrap {
        flex-direction: column;
        gap: 45px;
    }

    .p_service #service_pickup .pickup_wrap .pickup_component .pickup_title {
        font-size: 24px;
    }

    .p_service #service_pickup .pickup_wrap figure {
        width: 63.48vw;
        height: 46.88vw;
    }

    .p_service #service_link {
        padding: 55px 0;
    }

    .p_service #service_link ul li .link_title {
        min-height: 160px;
        padding: 10px 8px 0 5px;
    }

    .p_service #service_link ul li .link_title h4 {
        font-size: 18px;
    }

    .p_service #service_link ul li .link_title h4 span {
        margin-left: 3px;
    }

    .p_service #service_others {
        padding-bottom: 55px;
    }

    .p_service #service_others .service_others_title {
        font-size: 22px;
    }

    .p_service #service_others .gallery_marquee {
        max-width: 450px;
        margin: 35px auto;
    }

    .p_service #service_others .gallery_marquee_slider {
        height: 450px;
    }

    .p_service #service_others .marquee_left {
        left: -470px;
    }

    .p_service #service_others .marquee_right {
        right: -470px;
    }

    .p_service #service_others .service_others_txt p:not(:last-child) {
        margin-bottom: 25px;
    }

    .p_service #service_others_list {
        padding: 65px 3%;
    }

    .p_service #service_others_list .others_item {
        padding: 55px 3% 45px;
        gap: 35px;
    }

    .p_service .others_item .others_component h4 {
        font-size: 33px;
        margin-bottom: 15px;
    }

    .p_service .others_item .others_component h4 span {
        font-size: 16px;
    }

    .p_service .others_item .others_component .others_txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .p_service .service_info .service_info_gallery .image01 {
        top: -5.86vw;
    }

    .p_service .service_info .service_info_gallery .image02 {
        margin-top: -27.21vw;
    }

    .p_service .service_info .frame_txt {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }

    .p_service #service_info_list .info_item {
        padding: 45px 0 85px;
    }

    .p_service #service_info_list .info_item:last-child {
        margin-top: -50px !important;
    }

    .p_service #service_info_list .info_item h4 {
        margin-bottom: 35px;
    }

    .p_service #service_info_list .info_item .item_wrap {
        flex-direction: column-reverse;
        align-items: center;
        gap: 35px;
    }

    .p_service #service_info_list .info_item .item_image {
        width: 83.07vw;
        max-width: 638px;
        height: 55.99vw;
        max-height: 430px;
    }

    .p_service #service_info_list .info_item .item_component h5 br {
        display: none;
    }

    .p_service #service_link .inner {
        max-width: 625px;
    }

    .p_service #service_link ul {
        flex-wrap: wrap;
    }

    .p_service #service_link ul li {
        width: calc((100% - 25px) / 2);
        max-width: 100%;
        height: 60.29vw;
    }

    .p_service #service_link ul li .link_title {
        width: 65px;
    }

    .p_service #service_others .gallery_marquee {
        width: 52.08vw;
        max-width: 300px;
    }

    .p_service #service_others .gallery_marquee_slider {
        height: 52.08vw;
        max-height: 300px;
    }

    .p_service #service_others .marquee_left {
        left: -320px;
    }

    .p_service #service_others .marquee_right {
        right: -320px;
    }

    .p_service #service_others_list .others_item {
        flex-direction: column;
        align-items: center;
    }

    .p_service .others_item .others_gallery {
        width: 62.5vw;
    }

    .p_service .others_item .others_gallery .gallery_slider {
        height: 62.5vw;
    }

    .p_service .others_item .others_gallery .swiper-button-next,
    .p_service .others_item .others_gallery .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .p_service .others_item .others_component {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 576px) {
    .p_service #service_others .marquee_left {
        left: -55.56vw;
    }

    .p_service #service_others .marquee_right {
        right: -55.56vw;
    }
}

/* ------------------------------------------------------
p_recruit
------------------------------------------------------ */
@media screen and (max-height: 950px) {
    .pages #recruit_intro .intro_component h4 {
        margin-bottom: 4.32vh;
    }

    .pages #recruit_intro .intro_txt p:not(:last-child) {
        margin-bottom: 4vh;
    }
}

@media screen and (max-width: 1500px) {
    .pages #recruit_intro .intro_component h4 {
        font-size: 2.13vw;
    }

    .pages #recruit_persons .member_slogan {
        font-size: 1.6vw;
    }

    .pages #recruit_persons .member_name {
        font-size: 2.27vw;
    }

    .pages #recruit_persons .member_detail_contents {
        gap: 6vw;
    }

    .pages #recruit_persons .member_detail_contents .member_slogan {
        font-size: 1.6vw;
    }

    .pages #recruit_persons .member_detail_contents .member_type,
    .pages #recruit_persons .member_detail_contents .job_type {
        font-size: 1.2vw;
    }

    .pages #recruit_persons .member_detail_contents .job_type {
        margin-bottom: 1.2vw;
    }

    .pages #recruit_persons .member_detail_contents .member_comment {
        font-size: 1vw;
    }
}

@media screen and (max-width: 1350px) {
    .pages #recruit_intro .intro_txt {
        font-size: 15px;
    }

    .pages #recruit_persons .member_type,
    .pages #recruit_persons .job_type {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .pages #recruit_intro {
        padding: 65px 0 0;
    }

    .pages #recruit_intro .js_horizontal {
        height: auto;
    }

    .pages #recruit_intro .recruit_intro_container {
        flex-direction: column;
    }

    .pages #recruit_intro .intro_contents figure {
        display: none;
    }

    .pages #recruit_intro .intro_frame {
        padding: 45px 3%;
    }

    .pages #recruit_intro .intro_component {
        width: 100%;
    }

    .pages #recruit_intro .intro_component h4 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .pages #recruit_intro .intro_txt {
        font-size: 14px;
    }

    .pages #recruit_intro .intro_txt p:not(:last-child) {
        margin-bottom: 15px;
    }

    .pages #recruit_intro .intro_gallery {
        gap: 20px;
    }

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

    .pages #recruit_persons .under_title {
        margin-bottom: 30px;
    }

    .pages #recruit_persons .member_list {
        gap: 20px;
    }

    .pages #recruit_persons .member_list li {
        width: calc((100% - 40px) / 3);
    }

    .pages #recruit_persons .member_slogan {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .pages #recruit_persons .member_panel {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 5px;
    }

    .pages #recruit_persons .member_name {
        font-size: 26px;
    }

    .pages #recruit_persons .member_type {
        font-size: 15px;
        margin: 5px 0 0;
    }

    .pages #recruit_persons .job_type {
        font-size: 15px;
    }

    .p_recruit #job_list {
        padding-bottom: 35px;
    }

    .p_recruit #job_list .job_cover {
        height: 400px;
    }

    .p_recruit #job_list .under_title {
        margin-bottom: 25px;
    }

    .p_recruit #job_list .job_txt {
        margin-bottom: 40px;
    }

    .p_recruit #job_list .job_card {
        box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.1);
        padding: 55px 0;
        margin: 0 auto 55px;
    }

    .p_recruit #job_list .card01 {
        margin-top: -200px;
    }

    .p_recruit #job_list .tb_job {
        margin-bottom: 45px;
    }

    .p_recruit .non_recruit .non_recruit_title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .p_recruit .non_recruit .non_recruit_txt {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 768px) {
    .pages #recruit_intro .intro_component h4 br {
        display: none;
    }

    .pages #recruit_intro .intro_gallery {
        flex-wrap: wrap;
        gap: 0;
    }

    .pages #recruit_intro .image_item:nth-child(1),
    .pages #recruit_intro .image_item:nth-child(2) {
        width: 50%;
    }

    .pages #recruit_intro .image_item:nth-child(3) {
        width: 100%;
    }

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

    .pages #recruit_persons .member_list li {
        width: 100%;
        margin: 0 0;
    }

    .pages #recruit_persons .member_list .member_thumb {
        height: 113.58vw;
    }

    .pages #recruit_persons .member_detail {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .pages #recruit_persons .member_detail.is-active {
        top: 0;
    }

    .pages #recruit_persons .member_detail_wrap {
        display: block;
        height: inherit;
        padding: 50px 3%;
    }

    .pages #recruit_persons .member_detail_contents {
        height: auto;
        flex-direction: column;
        gap: 30px;
    }

    .pages #recruit_persons .member_detail_contents .member_photo {
        width: 64.58vw;
        max-width: 372px;
        height: auto;
        margin: 0 auto;
    }

    .pages #recruit_persons .member_detail_contents .member_slogan {
        font-size: 20px;
    }

    .pages #recruit_persons .member_detail_contents .member_name {
        font-size: 26px;
    }

    .pages #recruit_persons .member_detail_contents .member_type,
    .pages #recruit_persons .member_detail_contents .job_type {
        font-size: 16px;
    }

    .pages #recruit_persons .member_detail_contents .job_type {
        margin-bottom: 15px;
    }

    .pages #recruit_persons .member_detail_contents .member_comment {
        max-height: inherit;
        font-size: 14px;
        padding-right: 0;
    }

    .p_recruit #job_list .tb_job th,
    .p_recruit #job_list .tb_job td {
        padding: 15px 10px;
    }

    .p_recruit #job_list .tb_job th {
        padding-bottom: 8px;
    }

    .p_recruit #job_list .tb_job td {
        padding-top: 0;
    }

    .p_recruit #job_list .tb_job td p:not(:last-child) {
        margin-bottom: 15px;
    }
}

/* ------------------------------------------------------
p_about
------------------------------------------------------ */
@media screen and (max-width: 1024px) {
    .pages #about_intro {
        padding: 65px 0 0;
        margin-bottom: -20.51vw;
    }

    .pages #about_intro .about_intro_contents {
        padding-bottom: 35px;
    }

    .pages #about_intro .about_intro_contents .intro_icon::after {
        top: 45%;
        left: 150px;
    }

    .pages #about_intro .about_intro_title {
        font-size: 26px;
        margin-bottom: 55px;
    }

    .pages #about_intro .about_intro_txt p:not(:last-child) {
        margin-bottom: 25px;
    }

    .pages #about_intro .box_video {
        margin: 45px auto 0;
    }

    .pages #about_intro .box_video .video_intro {
        margin-bottom: 35px;
    }

    .pages #about_intro .about_intro_gallery {
        margin-top: 90px;
    }

    .pages #about_intro .about_intro_gallery::before {
        background-size: 1443px 100%;
        height: 70px;
        top: -45px;
        animation-name: TitleRight-sp;
    }

    .pages #our_advantage {
        padding: 34vw 0 14vw;
    }

    .pages #our_advantage h3.under_title {
        margin-bottom: 25px;
    }

    .pages #our_advantage .our_advantage_txt {
        font-size: 18px;
    }

    .pages #our_advantage_list .card {
        min-height: 480px;
    }

    .pages #our_advantage_list .card .card_title {
        font-size: 24px;
        line-height: 1.5;
        margin-left: 0;
    }

    .pages #our_advantage_list .card .card_title .txt:last-child {
        margin-top: 35px;
    }

    .pages #our_advantage_list .card h4 {}

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

    .pages #our_service h3.under_title {
        margin-bottom: 25px;
    }

    .pages #our_service .our_service_txt {
        font-size: 16px;
        margin-bottom: 45px;
    }

    .pages #our_service .our_service_list li {
        height: 280px;
    }

    .pages #our_service .our_service_list li a {
        padding: 45px 30px;
    }

    .pages #our_service .our_service_list li a::before {
        background: rgba(26, 26, 26, 0.7);
    }

    .pages #our_service .our_service_list li h4 .jp_title {
        font-size: 28px;
    }

    .pages #our_service .our_service_list li h4 .jp_title span {
        font-size: 55%;
        margin-left: 0;
    }

    .pages #our_service .our_service_list li h4 .en {
        font-size: 20px;
        margin-top: 8px;
    }

    .pages #our_service .our_service_list li .text_link {
        font-size: 16px;
        opacity: 1;
    }

    .pages #our_service .our_service_list li .text_link::before {
        animation: viewmoremove 2s ease-in-out infinite;
    }
}

@media screen and (max-width: 768px) {
    .pages #our_advantage_list .card {
        min-height: inherit;
        padding: 45px 0;
    }

    .pages #our_advantage_list .card .inner {
        align-items: flex-start;
    }
}

@media screen and (max-width: 490px) {
    .pages #our_advantage_list .card h4 .en {
        font-size: 30px;
    }

    .pages #our_service .our_service_list li a {
        padding: 55px 30px 35px;
    }

    .pages #our_service .our_service_list li h4 {
        text-align: center;
    }

    .pages #our_service .our_service_list li h4 .jp_title span {
        display: block;
    }
}

/* ------------------------------------------------------
p_efforts
------------------------------------------------------ */
@media screen and (max-width: 1500px) {
    .pages #efforts_info .info_list li .efforts_info_component {
        padding: 10px 3.33vw;
    }
}

@media screen and (max-width: 1250px) {
    .pages #efforts_info .info_list li .efforts_info_component {
        min-height: 33.6vw;
    }
}

@media screen and (max-width: 1024px) {
    .pages #efforts_csr {
        padding: 65px 0 50px;
    }

    .pages #efforts_csr figure {
        margin-bottom: 30px;
    }

    .pages #efforts_csr .efforts_csr_txt {
        margin-bottom: 45px;
    }

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

    .pages #efforts_csr .efforts_csr_gallery {
        width: 100%;
        max-width: 640px;
        gap: 20px;
        margin: 0 auto;
    }

    .pages #efforts_csr .efforts_csr_gallery li {
        width: calc((100% - 40px) / 3) !important;
    }

    .pages #efforts_csr .efforts_csr_gallery li:last-child {
        width: auto;
    }

    .pages #efforts_info {
        padding-bottom: 60px;
    }

    .pages #efforts_info .info_list li {
        flex-direction: column-reverse !important;
        align-items: flex-start;
        padding: 65px 0;
        margin-bottom: 65px;
    }

    .pages #efforts_info .info_list li::before {
        left: 24.51vw;
    }

    .pages #efforts_info .info_list li .efforts_info_component {
        max-width: 600px;
        min-height: inherit;
        padding: 45px 3%;
        margin: 0 0 0 0;
    }

    .pages #efforts_info .info_list li h4 {
        font-size: 20px;
    }

    .pages #efforts_info .info_list li figure {
        width: 100%;
        margin: 0 auto;
    }

    .pages #efforts_info .info_list li:nth-child(even)::before {
        right: 24.51vw;
    }

    .pages #efforts_info .info_list li:nth-child(even) .efforts_info_component {
        margin: 0 0 0 auto;
    }

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

    .pages #efforts_enviroment .efforts_enviroment_frame {
        padding: 40px 20px;
    }

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

    .pages #efforts_enviroment ul li {
        font-size: 16px;
        padding-left: 30px;
    }

    .pages #efforts_enviroment ul li::before {
        width: 26px;
        height: 28px;
    }

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

    .pages #efforts_action .efforts_action_txt {
        font-size: 24px;
        margin-bottom: 45px;
    }

    .pages #efforts_action .efforts_action_image {
        margin-bottom: 55px;
    }

    .pages #efforts_action .action_block:not(:last-child) {
        margin-bottom: 45px;
    }

    .pages #efforts_action .efforts_action_title {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .pages #efforts_action .efforts_action_title span::before {
        height: 4px;
        bottom: -15px;
    }

    .pages #efforts_action .goals_gallery {
        margin-top: 55px;
    }
}

@media screen and (max-width: 768px) {
    .pages #efforts_action .goals_gallery {
        gap: 10px;
    }

    .pages #efforts_action .goals_gallery li {
        width: calc((100% - 30px) / 4);
    }
}

/* ------------------------------------------------------
p_equipement
------------------------------------------------------ */
@media screen and (max-width: 1024px) {
    .pages .press_equipement {
        padding: 60px 0 50px;
    }

    .pages .press_equipement .under_title {
        margin-bottom: 35px;
    }

    .pages .press_equipement .press_equipement_wrap {
        gap: 35px;
        margin-bottom: 40px;
    }

    .pages .press_equipement .press_equipement_component dl dd {
        font-size: 22px;
    }

    .pages .press_equipement .press_equipement_add {
        font-size: 16px;
    }

    .pages .press_equipement .equipement_gallery_list {
        gap: 20px;
        margin-top: 55px;
    }

    .pages .press_equipement .equipement_gallery_list .gallery_item {
        width: calc((100% - 40px) / 3);
    }

    .pages .equipement_facilities {
        padding: 25px 0 65px;
    }

    .pages .equipement_facilities .under_title {
        margin-bottom: 35px;
    }

    .pages .equipement_facilities .tb_equipement {
        margin-bottom: 45px;
    }

    .pages .equipement_facilities .tb_equipement th,
    .pages .equipement_facilities .tb_equipement td {
        padding: 35px 0;
    }

    .pages .equipement_facilities .tb_equipement th {
        font-size: 18px;
    }

    .pages .equipement_facilities .tb_equipement td {
        font-size: 16px;
    }

    .pages .equipement_facilities .equipement_facilities_notes {
        font-size: 18px;
        margin-bottom: 30px;
    }

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

@media screen and (max-width: 768px) {
    .pages .press_equipement .press_equipement_wrap {
        flex-direction: column;
        align-items: center;
    }

    .pages .press_equipement figure {
        width: 69.01vw;
    }

    .pages .press_equipement .equipement_gallery_list .gallery_item {
        width: calc((100% - 20px) / 2);
    }

    .pages .equipement_facilities .tb_equipement th {
        padding-bottom: 0;
    }

    .pages .equipement_facilities .tb_equipement td {
        padding-top: 10px;
    }
}

/* ------------------------------------------------------
p_notfound
------------------------------------------------------ */
@media screen and (max-width: 1024px) {
    .pages .p_notfound #p_mainvisual {
        height: auto;
    }

    .pages #p_mainvisual .under_mvcover {
        padding: 80px 3%;
    }

    .pages .p_notfound #p_mainvisual h2 {
        font-size: 26px;
        margin-bottom: 35px;
    }

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

    .pages .p_notfound #notfound_info {
        padding: 55px 0 70px;
    }
}
