.comapany_page {
    padding-top: 60px;
    width: 90%;
    /* max-width: 1260px; */
    margin: 0 auto;
}

.comapany_page::after {
    content: '';
    position: absolute;
    background-image: url(../img/company/bg_company_top.jpg);
    max-height: 1130px;
    width: 46%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    top: 0;
    right: 0vw;
    background-repeat: no-repeat;
    z-index: -100;
}

.col_companytop {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0px 4.4%;
}

.deco .deco_companytop {
    width: 114px;
    height: 134px;
    overflow: hidden;
    background-image: url(../img/company/deco_water_companytop.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: 496px;
    margin-left: 0;
    z-index: -1;
}

.comapany_page .ttl_company {
    max-width: 371px;
    margin: 65px 0 0 0;
    letter-spacing: -13px;
}

.comapany_page .ttl_company img {
    transform: translateX(-12%);
    height: 69px;
    width: auto;
}


.comapany_page .ttl_company .ja {
    margin: 15px 0 0 0px;
    letter-spacing: 1.3px;
    font-size: 17px;
}

.comapany_page .ttl_company .ja {
    position: relative;
}

.comapany_page .ttl_company .ja:has(span.active)::after {
    content: '';
    position: absolute;
    width: 41px;
    height: 1px;
    background-color: #000;
    top: 50%;
    left: 81px;
    animation: opac 2s both;
    opacity: 0;
}

@keyframes opac {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.inpage-navi {
    display: flex;
    margin: 55px 0 0 0;
    padding: 0;
}

.inpage-navi li {
    padding: 0 10px 0 25px;
    border: 1px solid #000;
    border-right: none;
    position: relative;
}

.inpage-navi li:nth-child(2) {
    padding-right: 22px;
}

.inpage-navi li:nth-child(3) {
    padding-right: 16px;
}

.inpage-navi li:nth-child(4) {
    padding-right: 22px;
}

.inpage-navi li:nth-child(4) {
    padding-right: 16px;
}

.inpage-navi a {
    background-color: rgba(255, 255, 255, 0.7);
}

.inpage-navi li.last {
    border-right: 1px solid #000;
}

.inpage-navi li::after {
    content: '>';
    position: absolute;
    top: 0;
    left: 11px;
    transition: 0.2s;
}

.inpage-navi li:hover::after {
    left: 14px;
}

.representative {
    position: relative;
    max-width: 1070px;
    margin: 70px 0 0 0;
}

.representative::after {
    content: '';
    position: absolute;
    background-image: url(../img/company/img_namesign.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 278px;
    height: 102px;
    top: 88%;
    left: 70%;
}

#btn_scroll {
    position: absolute;
    right: -100px;
    top: 55%;
    max-height: 50px;
    text-decoration: none;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #140000;
}

#btn_scroll a {
    color: #0090df;
}

#btn_scroll a:hover {
    text-decoration: none;
}

#btn_scroll .arrow-right {
    color: #0090df;
    border-radius: 50%;
    border: solid 1px #0090df;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 16px;
    position: relative;
    overflow: hidden;
}

.arrow-right::before,
.arrow-right::after {
    content: "→";
    position: absolute;
    top: 1px;
    right: 7px;
    animation-fill-mode: both;
    animation-duration: 0.4s;
    font-size: 12px;
}

#btn_scroll .arrow-right::before,
#btn_scroll .arrow-right::after {
    top: 1.5px;
    right: 9px;
}


#btn_scroll:hover .arrow-right {
    background-color: #0090df;
    border: solid 1px #0090df;
    color: #fff;
    transition: 0.2s;
}

#btn_scroll:hover .arrow-right::before {
    animation-name: move_left_center;
    animation-delay: 0.2s;
}

#btn_scroll:hover .arrow-right::after {
    animation-name: move_center_right;
    animation-delay: 0.2s;
}

@keyframes move_left_center {
    0% {
        transform: translateX(-180%);
    }

    100% {
        transform: translateX(0);
    }
}


.btn_top:hover .arrow-right::after {
    animation-name: move_center_right;
    animation-delay: 0.2s;
}

@keyframes move_center_right {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(180%);
    }
}

.wrap_message {
    position: relative;
}

.wrap_message::before {
    content: '';
    position: absolute;
    background-image: url(../img/company/bg_message.png);
    width: 100vw;
    height: 100vw;
    background-size: 100%;
    top: -44vw;
    left: -10vw;
    background-repeat: no-repeat;
    z-index: -111;
}

.deco .deco_message_water1 {
    width: 237px;
    height: 229px;
    overflow: hidden;
    background-image: url(../img/company//deco_water_message.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -114px;
    z-index: -1;
}

.decopipe .deco_message_pipe {
    width: 796px;
    height: 343px;
    overflow: hidden;
    background-image: url(../img/company//deco_pipe_message.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 235px;
    left: 50%;
    margin-left: 449px;
    z-index: -1;
}


.col_message {
    max-width: 1260px;
    margin: 0 auto 120px;
    position: relative;
    padding: 0px 4.4%;
}

.mds_message {
    max-width: 216px;
    margin: 48px 0 0 0;
    letter-spacing: -13px;
}

.col_message .catch {
    font-weight: 500;
    font-size: 24.6px;
    margin: 30px 0 30px -15px;
    letter-spacing: 4px;
}

.col_message .flex_box {
    display: flex;
    align-items: flex-end;
}

.col_message .left {
    max-width: 408px;
}

.col_message .sign {
    margin-left: 70%;
}

.col_message .name {
    max-width: 129px;
}

.col_message .right {
    margin-left: 6.5%;
}

.col_message .right .img {
    max-width: 438px;
    margin: 0 auto;
}

.wrap_profile {
    position: relative;
}

.wrap_profile::before {
    content: '';
    position: absolute;
    background-image: url(../img/company/bg_profile.svg);
    width: 150vw;
    height: 116vw;
    background-size: 110%;
    top: -20%;
    left: -46%;
    background-repeat: no-repeat;
    z-index: -10;
}

.wrap_profile::after {
    content: '';
    position: absolute;
    background-image: url(../img/company/bg_profile2.svg);
    width: 137vw;
    height: 84vw;
    background-size: 100%;
    top: 55%;
    left: -46%;
    background-repeat: no-repeat;
    z-index: -10;
}

.deco .deco_profile_water {
    width: 120px;
    height: 127px;
    overflow: hidden;
    background-image: url(../img/company/deco_water_profile.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: 440px;
    z-index: -1;
}

.deco .deco_profile2_water {
    width: 84px;
    height: 105px;
    overflow: hidden;
    background-image: url(../img/company/deco_water_profile2.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 1405px;
    left: 50%;
    margin-left: -678px;
    z-index: -1;
}

.decopipe {
    position: relative;
}

.decopipe .deco_profile_pipe {
    width: 687px;
    height: 1582px;
    overflow: hidden;
    background-image: url(../img/company/deco_pipe_profile.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    top: -120px;
    left: 50%;
    margin-left: -1100px;
    z-index: -100;
}

.col_profile {
    width: 100%;
    margin: 0 auto;
    max-width: 814.35px;
}

.col_profile .ttl_profile {
    max-width: 814.35px;
}

.col_profile .mds_profile {
    max-width: 144px;
    margin: 48px 0 0 20px;
    letter-spacing: -10px;
}

.col_profile .ja {
    margin: 10px 0 0 20px;
}

.company_profile dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
}

.company_profile dt {
    width: 20%;
    padding: 30px 0 30px 20px;
    margin: 0 0 0 0;
    border-bottom: 1px solid #c7c7c7;
}

.company_profile dt:last-of-type {
    border-bottom: none;
}

.company_profile dt span {
    max-width: 84.2px;
    display: block;
    text-align: justify;
    text-align-last: justify;
    color: #ea5504;
}

.company_profile dt span.center {
    text-align: center;
    text-align-last: center;
}

.company_profile dd {
    width: 80%;
    margin: 0 0 0 0;
    padding: 30px 0 30px 20px;
    border-bottom: 1px solid #c7c7c7;
}

.company_profile dd:last-child {
    border-bottom: none;
}

.company_profile dd a {
    color: #ea5504;
    text-decoration: underline;
}

.company_profile .warehouse dt {
    width: 28%;
    padding: 0;
    margin: 0;
    border: none;
}

.company_profile .warehouse dd {
    width: 72%;
    padding: 0;
    margin: 0;
    border: none;
}

.company_profile .flex_box {
    display: flex;
}

.company_profile .flex_box.prof2 {
    display: flex;
    align-items: center;
}

.company_profile .flex_box .left_img {
    margin: 0 5px 0 0;
}

.company_profile .flex_box .right {
    margin: 0 0 0 60px;
}

.col_history {
    width: 100%;
    max-width: 814.35px;
    margin: 0 auto;
}

.col_history .mds_history {
    max-width: 165px;
    margin: 48px 0 0 20px;
    letter-spacing: -10px;
}

.col_history .ja {
    margin: 0px 0 0 20px;
}

.col_history dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 590px;
    margin: 0;
    padding: 0;
    position: relative;
}

.col_history dl::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 92%;
    background-color: #ea5504;
    top: 4%;
    left: 24px;
}

.col_history dt {
    width: 12.3%;
    padding: 15px 0;
    margin: 0 0 0 45px;
    border-bottom: 1px dotted #c7c7c7;
    color: #ea5504;
}

.col_history dt:last-of-type {
    border-bottom: none;
}

.col_history dt span {
    position: relative;
}

.col_history dt span::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ea5504;
    border-radius: 100%;
    top: 7.5px;
    left: -25px;
}

.col_history dd {
    width: 80.5%;
    margin: 0 0 0 0;
    padding: 15px 0 15px 20px;
    border-bottom: 1px dotted #c7c7c7;
}

.col_history dd:last-child {
    border-bottom: none;
}

.col_history dd a {
    color: #ea5504;
    text-decoration: underline;
}

.col_history dd a:hover {
    text-decoration: none;
}

.deco .deco_project_water {
    width: 74px;
    height: 73px;
    overflow: hidden;
    background-image: url(../img/company/deco_water_project.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -300px;
    left: 50%;
    margin-left: 510px;
    z-index: -1;
}


.decopipe .deco_project_pipe2 {
    width: 733px;
    height: 301px;
    overflow: hidden;
    background-image: url(../img/company/deco_pipe_project2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -35px;
    right: max(60%, calc(60% + 220px));
    margin-left: -980px;
    z-index: -1;
}

.col_project {}

.col_project .mds_project {
    max-width: 185px;
    margin: 48px auto 0;
    letter-spacing: -10px;
}

.col_project .ja {
    margin: 10px auto 0;
    text-align: center;
}

.col_project .list_project {
    max-width: 941px;
    margin: 35px auto 0;
    overflow: auto;
}

.col_project .project_pdf {
    display: flex;
    position: relative;
    margin-top: -35px;
    left: 10%;
}

.col_project .project_pdf a {
    text-decoration: none;
}

.col_project .project_pdf a:first-child {
    margin-right: 90px;
}

.col_project .project_pdf .eco {
    color: #007940;
    position: relative;
}

.col_project .project_pdf .sdgs {
    color: #040706;
    position: relative;
}

.col_project .project_pdf .eco::before {
    content: '';
    position: absolute;
    background-image: url(../img/eco.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 17%;
    left: -41px;
    width: 35px;
    height: 20px;
}

.col_project .project_pdf .sdgs::before {
    content: '';
    position: absolute;
    background-image: url(../img/sdgs.svg);
    background-repeat: no-repeat;
    top: 17%;
    left: -28px;
    width: 21px;
    height: 21px;
}

.col_project .project_pdf .eco::after,
.col_project .project_pdf .sdgs::after {
    content: '→';
    position: absolute;
    top: 0;
    right: -20px;
}

.col_project .project_pdf a:hover .eco::after,
.col_project .project_pdf a:hover .sdgs::after {
    right: -22px;
    transition: 0.2s;
}


table.tbl_project {
    width: 100%;
    min-width: 941px;
    margin: 0 0 12px;
    padding: 0;
    border: solid 2px #787878;
}

table.tbl_project th {
    margin: 0;
    padding: 5px 8px;
    text-align: center;
    background-color: #b2b2b2;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #c7c7c7;
    color: #fff;
}

table.tbl_project th:first-child {
    width: 20.5%;
}

table.tbl_project th:nth-child(2) {
    width: 41.3%;
}

table.tbl_project th:nth-child(3) {
    width: 22.7%;
}

table.tbl_project td {
    margin: 0;
    padding: 5px 12px;
    text-align: center;
    border-right: solid 1px #c7c7c7;
    border-bottom: solid 1px #c7c7c7;
    background-color: #fff;
    height: 70px;
}

.img_machine_wrap {
    max-width: 1260px;
    width: 95vw;
    margin: 0 auto;
}

.img_machine {
    width: 80%;
    max-width: 886px;
    margin: 90px 0 0 auto;
    text-align: right;

}

.col_certification {
    margin: 139px 0 0 0;
}

.col_certification .mds_certification {
    max-width: 284px;
    margin: 48px auto 0;
    letter-spacing: -10px;
}

.col_certification .ja {
    margin: 10px auto 0;
    text-align: center;
}

.col_certification .box_flex {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0;
}

.col_certification .box_flex .left {
    margin-right: 40px;
}

.col_certification .box_flex .txt {
    margin: 10px 0 0 5px;
}

.col_access {
    margin: 0 0 150px 0;
}

.col_access .mds_access {
    max-width: 161px;
    margin: 135px auto 0;
    letter-spacing: -10px;
}

.col_access .ja {
    margin: 10px auto 0;
    text-align: center;
}

.col_access .gmap {
    margin: 40px auto 0;
    text-align: center;
    max-width: 1120px;
}

.col_access .gmap iframe {
    width: 100%;
}

.col_access .address {
    margin: 10px 0 0 0;
    text-align: center;
}

.col_access .box_flex {
    display: flex;
    margin: 25px auto 0;
    text-align: center;
    max-width: 896px;
}

.col_access .box_flex .txt {
    position: relative;
    height: 83.5px;

}

.col_access .box_flex .no1 {
    background-color: rgba(102, 102, 102, 1);
    padding: 15px 5px 15px 15px;
    color: #fff;
    width: 18.7%;
}

.col_access .box_flex .no1::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 41.75px solid transparent;
    border-bottom: 41.75px solid transparent;
    border-left: 24px solid rgba(102, 102, 102, 1);
    border-right: 0;
    top: 0;
    right: -24px;
    z-index: 1;
}

.col_access .box_flex .no2,
.col_access .box_flex .no3,
.col_access .box_flex .no4 {
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 2px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
    padding: 15px 45px;
}

.col_access .img_car {
    max-width: 28px;
    margin: 0 auto;
}

.col_access .box_flex .no2 {
    width: 35.6%;
    padding: 15px 30px 15px 35px;
}

.col_access .box_flex .no3 {
    width: 41.7%;
    padding: 15px 30px 15px 0px;
}

.col_access .box_flex .no2::before,
.col_access .box_flex .no3::before {
    content: '';
    position: absolute;
    background-color: #c7c7c7;
    transform: rotate(329deg);
    width: 2px;
    height: 60%;
    right: 12px;
    top: -4px;
}

.col_access .box_flex .no2::after,
.col_access .box_flex .no3::after {
    content: '';
    position: absolute;
    background-color: #c7c7c7;
    transform: rotate(-329deg);
    width: 2px;
    height: 60%;
    right: 12px;
    bottom: -4px;
}

/* .col_access .box_flex .no2 span::before{
    content: "";
    margin: 0 0 0 -165px;
    padding: 0;
    box-sizing: border-box;
    border: solid 42px rgba(255, 255, 255,0.9);
    border-left: solid 24px transparent;
    border-right: solid 0px transparent;
    position: absolute;
    top: -3px;
    left: 57.6%;
    z-index: 1;
} */

.col_access .box_flex .no4 {
    padding: 15px 10px 15px 10px;
    width: 20%;
}

.col_access .box_flex .no4::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 41.75px solid transparent;
    border-bottom: 41.75px solid transparent;
    border-left: 24px solid rgba(255, 255, 255, 0.9);
    border-right: 0;
    top: 0;
    right: -24px;
    z-index: 1;
}

.col_access .box_flex .no4 .set::before {
    content: '';
    position: absolute;
    background-color: #c7c7c7;
    transform: rotate(-329deg);
    width: 2px;
    height: 62%;
    right: -14px;
    bottom: -6px;
    z-index: 2;
}

.col_access .box_flex .no4 .set::after {
    content: '';
    position: absolute;
    background-color: #c7c7c7;
    transform: rotate(329deg);
    width: 2px;
    height: 62%;
    right: -14px;
    bottom: 34px;
    z-index: 2;
}


@media print,
screen and (max-width: 1160px) {

    .decopipe .deco_message_pipe {
        background-size: 67vw;
        position: absolute;
        top: 286px;
        left: 100%;
        margin-left: 0;
        z-index: -1;
    }


    .decopipe .deco_project_pipe2 {
        width: 733px;
        height: 301px;
        overflow: hidden;
        background-image: url(../img/company/deco_pipe_project2.png);
        background-repeat: no-repeat;
        background-size: 57vw;
        top: -20px;
        left: -50%;
        position: absolute;
        margin-left: 0;
        z-index: -1;
    }
}


@media print,
screen and (max-width: 970px) {

    .decopipe .deco_message_pipe {
        background-size: 57vw;
        position: absolute;
        top: 335px;
        left: 99%;
        margin-left: 0;
        z-index: -1;
    }

    .col_access .box_flex .txt {
        height: 135px;
    }

    .col_access .box_flex .no1::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 68.75px solid transparent;
        border-bottom: 68.75px solid transparent;
        border-left: 25px solid rgba(102, 102, 102, 1);
        border-right: 0;
        top: 0;
        right: -24px;
        z-index: 1;
    }

    .col_access .box_flex .no2::before,
    .col_access .box_flex .no3::before {
        content: '';
        position: absolute;
        background-color: #c7c7c7;
        transform: rotate(329deg);
        width: 2px;
        height: 60%;
        right: 18px;
        top: -4px;
    }

    .col_access .box_flex .no2::after,
    .col_access .box_flex .no3::after {
        content: '';
        position: absolute;
        background-color: #c7c7c7;
        transform: rotate(-329deg);
        width: 2px;
        height: 60%;
        right: 18px;
        bottom: -4px;
    }

    .col_access .box_flex .no4::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 64.75px solid transparent;
        border-bottom: 64.75px solid transparent;
        border-left: 24px solid rgba(255, 255, 255, 0.9);
        border-right: 0;
        top: 0;
        right: -24px;
        z-index: 1;
    }

    .col_access .box_flex .no4 .set::after {
        content: '';
        position: absolute;
        background-color: #c7c7c7;
        transform: rotate(340deg);
        width: 2px;
        height: 51%;
        right: -13px;
        bottom: 68px;
        z-index: 2;
    }

    .col_access .box_flex .no4 .set::before {
        content: '';
        position: absolute;
        background-color: #c7c7c7;
        transform: rotate(-340deg);
        width: 2px;
        height: 58%;
        right: -12px;
        bottom: -4px;
        z-index: 2;
    }
}

@media print,
screen and (max-width: 970px) {

    .decopipe .deco_profile_pipe {
        top: -120px;
        left: 681px;
        margin-left: -1275px;
    }

}

@media print,
screen and (max-width: 900px) {}

@media print,
screen and (max-width: 850px) {



    .deco .deco_message_water1 {
        width: 237px;
        height: 229px;
        overflow: hidden;
        background-image: url(../img/company//deco_water_message.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 19vw;
        top: -116px;
        left: -42px;
        transform: translate(50%);
        margin-left: -114px;
        z-index: -1;
    }

    .decopipe .deco_message_pipe {
        width: 796px;
        height: 343px;
        overflow: hidden;
        background-image: url(../img/company//deco_pipe_message.svg);
        background-repeat: no-repeat;
        background-size: 68vw;
        position: absolute;
        top: 603px;
        left: 80%;
        margin-left: 0;
        z-index: -1;
    }

    .mds_message img {
        max-height: 12.1vw;
    }

    .col_message {
        padding: 0px 0;
    }

    .col_message .catch {
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.4;
        margin: 30px 0;
    }

    .col_message .flex_box {
        flex-direction: column;
        align-items: normal
    }

    .col_message .left {
        max-width: none;
        margin: 0 auto;
    }

    .col_message .right {
        margin: 9% 10% 0 0;
        width: 80%;
    }

    .col_message .sign {
        margin-left: 0;
        display: flex;
        justify-content: space-evenly;
        justify-content: center;
        margin-top: 7%;
    }

    .col_message .sign .yakushoku {
        margin-right: 3%;
    }

    .deco .deco_profile_water {
        width: 120px;
        height: 127px;
        background-size: 80%;
        top: -6vw;
        left: 73vw;
        margin-left: 0;
        z-index: -1;
    }

    .deco .deco_history_water {
        width: 84px;
        height: 105px;
        overflow: hidden;
        background-image: url(../img/company/deco_water_profile2.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 10vw;
        top: -307px;
        left: -9vw;
        margin-left: 0;
        z-index: -1;
    }
}




@media print,
screen and (max-width: 700px) {

    .comapany_page::after {
        max-height: 650px;
        background-image: url(../img/company/sp/bg_company_top.jpg);
    }

    .comapany_page .ttl_company {
        max-width: 65vw;
        margin: 30px 0 0 0;
    }

    .comapany_page .ttl_company .ja {
        margin: 15px 0 0 -2px;
    }

    .comapany_page .ttl_company img {
        height: 46px;
        width: auto;
    }

    .representative {
        max-width: 585px;
        margin: 48px 5.2% 0 0;
    }

    .representative::after {
        content: '';
        position: absolute;
        background-image: url(../img/company/img_namesign.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 63%;
        height: 17%;
        top: 92%;
        left: 10%;
        transform: translate(50%);
    }

    #btn_scroll {
        right: -90px;
        top: 23%;
        max-height: 50px;
        font-size: 90%;
        line-height: 1.5rem;
    }

    .wrap_message::before {
        content: '';
        position: absolute;
        background-image: url(../img/company/sp/bg_message.svg);
        width: 220vw;
        height: 100vw;
        background-size: cover;
        top: -51vw;
        left: -61vw;
        background-repeat: no-repeat;
        z-index: -111;
    }

    .decopipe .deco_message_pipe {
        top: 651px;
        left: 84%;
        margin-left: 0;
        z-index: -1;
    }

    .decopipe .deco_profile_pipe {
        left: 620px;
    }

    .deco .deco_message_water1 {
        width: 237px;
        height: 229px;
        overflow: hidden;
        background-image: url(../img/company//deco_water_message.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 19vw;
        top: -102px;
        left: -42px;
        transform: translate(50%);
        margin-left: -114px;
        z-index: -1;
    }

    .col_profile {
        width: 100%;
        margin: 0 auto;
    }

    .wrap_profile::before {
        content: '';
        position: absolute;
        background-image: url(../img/company/sp/bg_profile.svg);
        width: 150vw;
        height: 160vw;
        background-size: 120%;
        top: -36%;
        left: -51%;
        background-repeat: no-repeat;
        z-index: -10;
    }

    .wrap_profile::after {
        content: '';
        position: absolute;
        background-image: url(../img/company/sp/bg_profile.svg);
        width: 141vw;
        height: 143vw;
        background-size: 120%;
        top: 1%;
        left: -51%;
        background-repeat: no-repeat;
        z-index: -10;
    }

    .col_profile::before {
        content: '';
        position: absolute;
        background-image: url(../img/company/sp/bg_profile2.svg);
        width: 141vw;
        height: 192vw;
        background-size: 120%;
        top: 41%;
        left: -51%;
        background-repeat: no-repeat;
        z-index: -10;
    }


    .col_profile .mds_profile img {
        max-height: 12.1vw;
    }

    .company_profile dl {
        flex-direction: column;
    }

    .company_profile dt {
        width: 100%;
        padding: 18px 0 0px 18px;
        margin: 0 0 0 0;
        border-bottom: none;
    }

    .company_profile dt span {
        max-width: none;
        display: block;
        text-align: left;
        text-align-last: left;
        letter-spacing: 9px;
    }

    .company_profile dd {
        width: 100%;
        margin: 0 0 0 0;
        padding: 0px 0 15px 30px;
        border-bottom: 1px solid #c7c7c7;
    }

    .company_profile dt span.center {
        text-align: left;
        text-align-last: left;
    }

    .company_profile dl.warehouse {
        flex-direction: row;
    }

    .company_profile .warehouse dt {
        width: 30%;
    }

    .company_profile .warehouse dd {
        width: 70%;
    }

    .company_profile .flex_box {
        flex-direction: column;
    }

    .company_profile .flex_box.prof2 {
        flex-direction: inherit;
    }

    .company_profile .flex_box .right {
        margin: 0 0 0 0;
    }

    .wrap_history {
        position: relative;
    }

    .wrap_history::before {
        content: '';
        position: absolute;
        background-image: url(../img/company/sp/bg_history.svg);
        width: 141vw;
        height: 192vw;
        background-size: 120%;
        top: 19%;
        left: -51%;
        background-repeat: no-repeat;
        z-index: -10;
    }




    .col_history {
        width: 100%;
        margin: 0 auto;
    }

    .col_history .mds_history img {
        max-height: 12.1vw;
    }

    .col_history dl {
        flex-direction: column;
        width: 100%;
    }

    .col_history dl::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 89%;
        background-color: #ea5504;
        top: 3%;
        left: 24px;
    }

    .col_history dt {
        width: 100%;
        padding: 15px 0 0px 0;
        margin: 0 0 0 45px;
        border-bottom: none;
    }

    .col_history dd {
        width: 80vw;
        margin: 0 0 0 45px;
        padding: 0px 0 15px 0px;
    }

    .deco .deco_project_water {
        top: -120px;
        left: 50%;
        margin-left: 30vw;
        background-size: 10vw;
        z-index: -1;
    }


    .col_project .mds_project {
        text-align: center;
    }

    .col_project .mds_project img {
        max-height: 12.1vw;
    }

    .col_project .list_project {
        width: 100vw;
    }

    .img_machine {
        transform: translateX(-5vw) !important;
        width: 100vw;
        margin: 60px 0 0 auto;
    }

    .col_certification .mds_certification {
        text-align: center;
    }

    .col_certification .mds_certification img {
        max-height: 12.1vw;
    }

    .col_certification .box_flex {
        flex-direction: column;
    }

    .col_certification .box_flex .left {
        margin-right: 0;
        border-bottom: 1px dotted #c9c9c9;
        margin-bottom: 33px;
    }

    .col_certification .box_flex .txt {
        line-height: 1.4;
        margin: 10px 0 20px 5px;
        border-bottom: 1px dotted #c7c7c7;
        padding: 0 0 20px 0;
    }

    .col_certification .box_flex .txt:last-child {
        border-bottom: none;
        padding: 0 0 0px 0;
    }

    .col_access {
        margin: 0 0 75px 0;
    }


    .col_access .mds_access {
        margin: 62.5px auto 0;
        text-align: center;
    }

    .col_access .mds_access img {
        max-height: 13.1vw;
    }

    .col_access .gmap {
        margin: 20px auto 0;
        text-align: center;
    }



    .car_navi {
        width: 90%;
        margin: 20px auto 0;
    }
}





@media print,
screen and (max-width: 650px) {

    .deco .deco_companytop {
        top: 70px;
        left: 67%;
        margin-left: 0;
        z-index: -1;
        background-size: 13vw;
        transform: translate(50%);
    }

    .inpage-navi {
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px 0 0 -3%;
        width: 91vw;
    }

    .inpage-navi a {
        background-color: transparent;
        width: 31%;
        margin: 1% 1%;
    }

    .inpage-navi li {
        width: 100%;
        min-width: 97px;
        border-right: 1px solid #000;
    }
}

@media print,
screen and (max-width: 600px) {
    .decopipe .deco_message_pipe {
        top: 675px;
        left: 83%;
        margin-left: 0;
        z-index: -1;
    }
}

@media print,
screen and (max-width: 500px) {
    .company_profile .warehouse dt {
        width: 50%;
    }

    .company_profile .warehouse dd {
        width: 50%;
    }
}

@media print,
screen and (max-width: 425px) {
    .decopipe .deco_message_pipe {
        top: 691px;
        left: 83%;
        margin-left: 0;
    }
}


@media print,
screen and (max-width: 370px) {

    .comapany_page .ttl_company {
        max-width: 100vw;
    }

    #btn_scroll {
        right: -80px;
        top: 23%;
    }

    .decopipe .deco_message_pipe {
        top: 720px;
        margin-left: 0;
    }
}