.company_outline {
    padding: 9vw 0;
    background: url(../images/main-backL.svg) no-repeat -5% 10% / auto 500px;
}


.company_outline .wrapper {
    max-width: 62vw;
    margin: 0 auto;
}

.company_outline h2 {
    text-align: center;
    font-weight: bold;
    font-size: 4.5vw;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 1em;
    font-style: normal;
}

.company_outline table th,
.company_outline table td {
    font-size: 2vw;
    padding: 0.5em 0.5em;
    font-family: "Noto Sans JP", sans-serif;
}

.company_outline table th {
    width: 13vw;
    background-color: #c1c1c1;
    border: 1px solid #edf5f5;
    vertical-align: middle;
}

.company_outline table td {
    width: calc(100% - 13vw);
    border: 1px solid #c1c1c1;
    font-weight: 400;
}

br.sp {
    display: none;
}

@media screen and (max-width: 750px){
    .company_outline .wrapper {
        max-width: calc(100% - 10vw);
        margin: 0 auto;
    }

    .company_outline h2 {
        font-size: 7.5vw;
    }
    .company_outline table th,
.company_outline table td {
    font-size: 4vw;
    padding: 0.5em 0.5em;
}


.company_outline table th {
    width: 22vw;
}

.company_outline table td {
    width: calc(100% - 22vw);
}
br.sp {
    display: block;
}
}


/***LINEアイコン***/
.line_link {
    position: fixed;
    bottom: 5%;
    right: 25px;
    width: 180px;
    display: flex;
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    text-align: center;
}

.line_link img {
    width: 100%;
}

.line_link span {
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    font-weight: bold;

}

.line_link span br {
    display: none;
}

@media screen and (max-width: 750px){
    .line_link {
        bottom: 2%;
        right: 5px;
        width: 120px;
        z-index: 1000;
    }

    .line_link span {
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5), -1px 1px 2px rgba(255, 255, 255, 0.5), 1px -1px 2px rgba(255, 255, 255, 0.5), -1px -1px 2px rgba(255, 255, 255, 0.5);
        font-weight: bold;
        font-size: 10px;
        margin-top: 5px;
        line-height: 1.1;
    }


.line_link span br {
    display: block;
}
    
}



/***20250213追記スライダー用***/
.works_sec,
.voice_sec {
    padding: 7vw 0;

    position: relative;
}

.works_sec::before {
    content: '';
    background: url(../images/697870.jpg) center / cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.4;
}
.voice_sec::before {
    content: '';
    background: url(../images/22776525.jpg) bottom center / cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.4;
}
.works_sec h2,
.voice_sec h2 {
    text-align: center;
    font-weight: bold;
    font-size: 4.5vw;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 1em;
    font-style: normal;
    text-shadow: 6px 6px 5px #ffffff,
                -6px 6px 5px #ffffff,
                -6px -6px 5px #ffffff,
                6px -6px 5px #ffffff;
}

.works_sec h2 {
    color: #003a92;
}

.voice_sec h2 {
    color: #666666;
}


.works_sec .ex {
    font-size: 2.2vw;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: bold;
    color: #1c9057;
    text-shadow: 3px 3px 5px #ffffff,
                -3px 3px 5px #ffffff,
                -3px -3px 5px #ffffff,
                3px -3px 5px #ffffff;;
}

.works_sec .original_slide {
    margin-bottom: 50px;
}

.original_slide {
    padding: 0;
}
.original_slide.works .box {
    background-color: #f1edd9;
    display: block;
    width: 350px;
    max-width: 70vw;
    text-decoration: none;
    margin: 0 20px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.3);
    margin-bottom: 30px;
    margin-top: 30px;
    transition: all 0.3s ease;
    position: relative;
}

.original_slide.works .box:hover {
    /* top: -20px; */
    transform: translateY(-10px);
}
.original_slide.works .box figure {
    width: 100%;
    height: 0;
    padding-bottom: 123%;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.original_slide.works .box figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}
.original_slide.works .box:hover figure img {
    transform: scale(1.05);
    opacity: 0.8;
}
.original_slide.works .box .text {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.original_slide.works .box .text p {
    text-decoration: none;
    font-size: 1.4vw;
    color: #212529;
    word-break:auto-phrase;
    text-align: center;
    transition: all 0.3s ease;
}

.original_slide.works .box:hover .text p {
    font-weight: bold;
}






.original_slide.voice .box {
    display: block;
    width: 350px;
    max-width: 70vw;
    text-decoration: none;
    margin: 0 20px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.3);
    margin-bottom: 30px;
    margin-top: 30px;
    transition: all 0.3s ease;
    position: relative;
}

.original_slide.voice .box:hover {
    /* top: -20px; */
    transform: translateY(-10px);
}
.original_slide.voice .box figure {
    width: 100%;
    height: 0;
    padding-bottom: 140%;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.original_slide.voice .box figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s ease;
}
.original_slide.voice .box:hover figure img {
    transform: scale(1.05);
    opacity: 0.8;
}


@media screen and (max-width: 750px){
    .works_sec h2, .voice_sec h2 {
        font-size: 8vw;
    }
    .works_sec .ex {
        font-size: 3.5vw;
    }
    .original_slide.works .box .text p {
        font-size: 3.3vw;
    }




}