.main_image {
    position: relative;
    margin-top: 66px;
    height: calc(100vw * (563 / 1260));
}

.main_image img {
    width: 100%;
}

.main_image .blue_img {
    width: 81vw;
    /* max-width: 1020px; */
    position: absolute;
    top: 26.8%;
    right: 3%;
    overflow: hidden;

}

.main_image .t_img {
    width: 49.6vw;
    /* max-width: 576px; */
    position: absolute;
    top: 1%;
    right: 0.1%;
    overflow: hidden;
}

.main_image .bg_img {
    /* max-width: 1260px; */
    position: absolute;
    z-index: -1;
}

.main_image .vertical_txt {
    width: 8vw;
    /* max-width: 100px; */
    position: absolute;
    top: 17%;
    left: 10%;

}

.main_image .catch_txt1 {
    position: absolute;
    top: 60%;
    left: 25%;
    line-height: 1.9;
    font-size: 18px;
}

.main_image .right_text {
    position: absolute;
    top: 41%;
    right: 0;
    font-size: 12px;
    color: #b0b0b0;
    writing-mode: vertical-rl;
    letter-spacing: 1.1px;
}

@media screen and (max-width: 740px) {
    .main_image {
        margin-top: 60px;
        height: calc(100vw * (1038 / 740));
        overflow: hidden;
    }

    .main_image .pc_none {
        display: block;
    }

    .main_image .sp_none {
        display: none;
    }

    .main_image .bg_img {
        top: -9.2vw;
    }

    .main_image .t_img {
        width: 92.7vw;
        /* max-width: 630px; */
        top: 17.5%;
        right: -23%;
    }

    .main_image .blue_img {
        width: 101.4vw;
        max-width: 750px;
        position: absolute;
        top: 30%;
        right: 0%;
    }

    .main_image .vertical_txt {
        width: 15.6vw;
        max-width: 115px;
        position: absolute;
        top: 10%;
        left: 10%;
    }

    .main_image .catch_txt1 {
        position: absolute;
        top: 80%;
        left: 9%;
        line-height: 1.8;
        letter-spacing: 1.2vw;
        font-size: min(3.3vw, 24px);
        font-weight: 500;
    }

    .main_image .catch_txt1 .sp_size {
        font-size: min(2.3vw, 17px);
        letter-spacing: 0.25vw;
    }

    .main_image .right_text {
        display: none;
    }

}


/* スピリット */
.sec_spirit {
    background-image: url(../img/top/bg_spirit1.png),
        linear-gradient(to bottom, #c4d3e6 0%, #eaf0f6 38%, #eaf0f600 100%);
    background-size: 1260px auto;
    background-position: top;
    max-width: 1260px;
    margin: 0 auto;

}

.sec_spirit .inner_spirit {
    width: 82%;
    margin: 0 auto;
}

.sec_spirit .spirit_top {
    position: relative;
    margin: 0 0 9.7% 0;
}

.sec_spirit .spirit_top::before {
    position: absolute;
    content: '';
    height: 104%;
    width: 6px;
    background-image: linear-gradient(to bottom, #e60020 64%, #000000 36%);
    top: 0;
    left: -4%;

    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.0s ease-out;
}

.sec_spirit .spirit_top.is-show-line::before {
    transform: scaleY(1);
}


.sec_spirit .mds1 {
    max-width: 291px;
    padding-top: 6%;
}

.sec_spirit .catch {
    font-size: 30px;
    padding-top: 2%;
    line-height: 1.3;
    font-weight: 700;
}

.sec_spirit .catch .red {
    color: #e60020;
}

.sec_spirit .txt {
    font-size: 15px;
    margin: 1.9% 0 2.1%;
    line-height: 2.0;
}

.btn {
    display: inline-flex;
    align-items: center;
    min-width: 182px;
    max-height: 45px;
    padding: 1em 0px 1em 20px;
    background-color: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #fff;
    transition: background-color 0.3s;
}

.btn:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 9.6%;
    height: 100%;
    background-color: #e50027;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:before {
    content: "›";
    font-size: 1.5em;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 42%;
    right: 3%;
    transform: translateY(-50%);
    z-index: 2;
}

.btn:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border: 1px solid;
}

.btn.spirit {
    padding: 0.75em 0px 0.75em 20px;
}

.spirit_card {
    display: flex;
    gap: 35px;
    justify-content: center;
    position: relative;
}

.spirit_card::before {
    content: '';
    position: absolute;
    background-image: url(../img/top/bg_spirit2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 23.7vw;
    height: 26.7vw;
    max-width: 298px;
    max-height: 336px;
    top: -46%;
    left: -6%;
}

.spirit_card::after {
    content: '';
    position: absolute;
    background-image: url(../img/top/bg_spirit3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 11.2vw;
    max-height: 21.2vw;
    width: 141px;
    height: 267px;
    top: -45%;
    right: -9%;
    z-index: -1;
}

.spirit_card .card {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 317px;
    min-height: 160px;
    padding: 1.5% 0 0% 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.spirit_card .card h3 {
    color: #1b1f8b;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.spirit_card .card img {
    max-width: 48px;
    height: auto;
}

.spirit_card .card2 img {
    max-width: 54px;
    height: auto;
}

.spirit_card .card3 img {
    max-width: 73px;
    height: auto;
}

.spirit_card .card::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #e50027;
    overflow: hidden;
    transition: 0.3s;
}

.spirit_card .card:hover:before {
    background-color: #000;
}

.spirit_card .card:after {
    content: "→";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateX(0);
}

.spirit_card .card:hover:after {
    animation: arrow-slide 1s linear infinite;
}

@keyframes arrow-slide {

    0% {
        transform: translateX(0);
        /* 枠の中（見える） */
    }

    30% {
        transform: translateX(40px);
        /* 右に抜ける（消える） */
    }

    31% {
        transform: translateX(-40px);
        /* 左枠外に瞬間移動（見えない） */
    }

    100% {
        transform: translateX(0);
        /* 枠の中へ戻ってくる（見える） */
    }
}

@media screen and (max-width: 740px) {
    .sec_spirit {
        background-image: url(../img/top/sp/bg_spirit1.png), linear-gradient(to bottom, #c4d3e6 0%, #eaf0f6 38%, #eaf0f600 100%);
        background-size: 100% auto;
        background-position: top;
        background-repeat: no-repeat;
        max-width: 740px;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 15.9vw;
    }

    .sec_spirit .inner_spirit {
        width: 89.6%;
        margin: 0 auto;
    }

    .sec_spirit .spirit_top::before {
        height: 102%;
        left: 0;
    }

    .sec_spirit .spirit_top {
        margin: 0 0 56.5% 0;
        padding-left: 6vw;
    }

    .sec_spirit .mds1 {
        max-width: 416px;
        padding-top: 11%;
    }

    .sec_spirit .catch {
        font-size: min(5.7vw, 42px);
        padding-top: 3%;
        line-height: 1.5;
    }

    .sec_spirit .txt {
        font-size: min(3.8vw, 28px);
        margin: 4.3% 0 6%;
        line-height: 1.8;
    }

    .btn {
        max-height: none;
    }

    .btn.spirit {
        font-size: min(3.4vw, 26px);
        padding: 0.5em 2.2vw 0.5em 0;
        width: 35.8vw;
        min-width: auto;
        text-align: center;
        justify-content: center;
    }

    .spirit_card {
        gap: 2.2vw;
        overflow: visible;
    }

    .spirit_card::before {
        background-image: url(../img/top/sp/bg_spirit2.png);
        width: 28vw;
        height: 49vw;
        max-width: 207px;
        max-height: 362px;
        top: -28%;
        left: -22%;
    }

    .spirit_card::after {
        background-image: url(../img/top/bg_spirit3.png);
        width: 20.2vw;
        height: 45.2vw;
        max-width: 150px;
        max-height: 334px;
        top: 18%;
        right: -9%;
    }

    .spirit_card .card {
        min-height: auto;
        padding: 4.1vw 4.3vw 4.8vw;
    }

    .spirit_card .card::before {
        width: 5.4vw;
        height: 5.4vw;
    }


    .spirit_card .card:after {
        width: 5.4vw;
        height: 5.4vw;
        font-size: min(2.8vw, 20px);
    }

    .spirit_card .card h3 {
        font-size: min(4.4vw, 32px);
        margin-bottom: 2vw;
    }

    .spirit_card .card .sp_icon_h {
        height: 9.5vw;
        display: flex;
        align-items: center;
    }

    .spirit_card .card1 img {
        max-width: 54px;
        width: 7.3vw;
        height: auto;
    }

    .spirit_card .card2 img {
        max-width: 60px;
        width: 8.1vw;
        height: auto;
    }


    .spirit_card .card3 img {
        max-width: 81px;
        width: 11vw;
        height: auto;
    }



}



/* 技術力 */
.sec_technical {
    margin: 9.2% 0 0 0;
    background-color: #fff;
    overflow: hidden;
}

.inner_technical {
    max-width: 1260px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

.sec_technical h2 {
    width: 34.7vw;
    max-width: 436px;
    margin: 0 20% 1.3% auto;
    margin-right: min(9.2vw, 120px);
}

.sec_technical h2 span {
    display: block;
    font-weight: 600;
    font-size: 15px;
}

.sec_technical .txtarea {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.sec_technical .tech_text_box {
    order: 2;
    width: 48%;
    color: #fff;
    position: relative;
    box-sizing: border-box;
}

.sec_technical .tech_text_box::before {
    content: '';
    position: absolute;
    width: 136.7%;
    height: 500px;
    background-image: url(../img/top/img_techical2.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 0;
    left: -34%;
    z-index: 0;

    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.sec_technical .tech_text_box.popup.is-show::before {
    opacity: 1;
    transform: translateY(0);
}

.sec_technical .tech_text_box .inner_box {
    padding: 5.0% 0 0 9.6%;
}


.sec_technical .leftimg {
    order: 1;
    width: 52%;
    display: flex;
    transform: translateY(-25%);
    z-index: 1;
}

.sec_technical .leftimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    min-height: 250px;
}

.sec_technical .box_title {
    font-size: min(2.4vw, 30px);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 3.3%;
    position: relative;
}

.sec_technical .box_desc {
    line-height: 2.0;
    margin-bottom: min(2.7vw, 34px);
    position: relative;
    font-size: min(1.2vw, 15px);
}

.sec_technical .btn {
    text-align: center;
    justify-content: center;
    padding-top: min(1.2vw, 10px);
    padding-bottom: min(1.2vw, 10px);
    padding-right: min(2.8vw, 35px);
    padding-left: min(1.6vw, 20px);
    background-color: #fff;
    color: #000;
    font-weight: 600;
    transition: 0.3s;
}

.btn.techical:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.btn.techical:hover::after {
    background-color: rgba(229, 0, 39, 0.6);
}

@media screen and (max-width: 740px) {
    .sec_technical {
        margin: 0;
    }

    .sec_technical h2 {
        width: 80%;
        max-width: 516px;
        margin: 0 0 2vw 6.8vw;
    }

    .sec_technical h2 span {
        font-size: min(3.8vw, 28px);
    }

    .sec_technical .txtarea {
        flex-direction: column;
    }

    .sec_technical .leftimg {
        max-width: 693px;
        width: 100%;
        transform: translateY(0px);
    }

    .sec_technical .tech_text_box {
        width: 91.6%;
        margin: 0 auto;
    }

    .sec_technical .tech_text_box::before {
        width: 95.8vw;
        height: 111.5vw;
        background-image: url(../img/top/sp/img_techical2.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        top: -34vw;
        left: 0%;
        z-index: 0;
    }

    .sec_technical .box_title {
        font-size: min(5.8vw, 42px);
        margin-bottom: 3%;
    }

    .sec_technical .box_desc {
        font-size: min(3.8vw, 28px);
        margin: 0 0 6.1vw 0;
        line-height: 1.8;
    }

    .sec_technical .box_desc .sp_none {
        display: none;
    }

    .sec_technical .tech_text_box .inner_box {
        padding: 8.4% 0 0 6.9%;
    }

    .btn.techical {
        margin: 0 0 10vw 0;
        font-size: min(3.6vw, 26px);
        padding: 0.5em 2.2vw 0.5em 0;
        width: 35.8vw;
        min-width: auto;
    }

    .btn:before {
        font-size: 1.5em;
        top: 44%;
        right: 3%;
    }


}



/* 製品紹介 */
.sec_products {
    max-width: 1138px;
    margin: 4.5% auto 6.5%;
    padding: 3% 2.8%;
    background-image: url(../img/top/bg_products.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.inner_products {
    max-width: 1062px;
    background-color: #fff;
    margin: 0 auto;
    padding: 4.5% 0 2.9% 0;
    text-align: center;
    position: relative;
}

.inner_products::before {
    content: '';
    position: absolute;
    background-image: url(../img/top/bg_products2.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18.6vw;
    height: 19.7vw;
    max-width: 234px;
    max-height: 248px;
    top: -11%;
    left: -4%;

    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.6s ease-out, transform 0.8s ease-out;
}

.sec_products.is-show .inner_products::before {
    opacity: 1;
    transform: translateY(0);
}


.inner_products::after {
    content: '';
    position: absolute;
    background-image: url(../img/top/bg_products3.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22.4vw;
    height: 25.8vw;
    max-width: 282px;
    max-height: 325px;
    top: 7%;
    right: -2.8%;

    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.6s ease-out, transform 0.8s ease-out;

}

.sec_products.is-show .inner_products::after {
    opacity: 1;
    transform: translateY(0);
}


.sec_products h2 {
    max-width: 386px;
    margin: 0 auto;
}

.sec_products h2 span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin: 2% 0 0 0;
}

.products_desc {
    line-height: 2;
    margin: 1.5% 0 2.2% 0;
}

.sec_products .btn {
    text-align: center;
    justify-content: center;
    padding-right: 35px;
}

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

    .sec_products {
        width: 100%;
        margin: 11.2% auto 0;
        padding: 6% 2.8% 9.2vw;
        background-image: url(../img/top/sp/bg_products.png);
        background-size: 90.8% 95.8%;
        background-position-x: center;
    }

    .inner_products {
        width: 93%;
        background-color: transparent;
        padding: 0;
    }

    .inner_products::before {
        background-image: url(../img/top/sp/bg_products2.png);
        width: 23.7vw;
        height: 59.3vw;
        max-width: 175px;
        max-height: 438px;
        top: 7%;
        left: -4%;
    }

    .inner_products::after {
        background-image: url(../img/top/sp/bg_products3.png);
        width: 24.4vw;
        height: 32.5vw;
        max-width: 180px;
        max-height: 240px;
        top: 57%;
        right: 0.2%;
    }

    .sec_products h2 {
        width: 65.6vw;
        max-width: 485px;
        margin: 6.7vw auto 0;
    }

    .sec_products h2 span {
        font-size: min(3.8vw, 28px);
        margin: 1% 0 0 0;
    }

    .sec_products .pc_none {
        display: block;
    }

    .products_desc {
        font-size: min(3.8vw, 28px);
        line-height: 1.8;
        margin: 4% 0 5.2% 0;
    }

    .sec_products .btn {
        margin-bottom: 6.7vw;
    }

    .btn.products {
        margin: 0 0 6.8vw 0;
        font-size: min(3.6vw, 26px);
        padding: 0.5em 2.2vw 0.5em 0;
        width: 35.8vw;
        min-width: auto;
    }

    .btn.products:before {
        font-size: 1.5em;
        top: 0.7em;
        right: 0.19em;
    }
}




/* 採用情報 */
.sec_recruit {
    margin: 6.4% 0 0 0;
    background-image: url(../img/top/bg_recruit.jpg);
    background-repeat: no-repeat;
    background-size: 100%;

}

.inner_recruit {
    max-width: 1260px;
    width: 90.8%;
    margin: 0 auto;
    padding: 6% 0 5.1%;
    display: flex;
    gap: min(1.1vw, 15px);
    justify-content: space-between;
}

.sec_recruit .left {
    order: 1;
    width: 36%;
}

.sec_recruit h2 {
    max-width: 310px;
    width: 24.7vw;
    margin: 0 0 2.2% 0;
}

.sec_recruit h2 span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin: 2% 0 0 0;
}


.sec_recruit .catch2 {
    font-size: min(2.4vw, 30px);
    font-weight: bold;
    line-height: 1.4;
    margin: 5.1% 0;
    color: #fff;
}

.sec_recruit .txt {
    font-size: min(1.2vw, 15px);
    color: #fff;
    line-height: 2;
    margin: 0 0 9.2% 0;
}

.sec_recruit .btnarea {
    display: flex;
    gap: min(1.2vw, 15px);
}

.sec_recruit .btnarea.pc_none {
    display: none;
}

.sec_recruit .btnarea .btn {
    width: 50%;
    max-width: 182px;
    min-width: auto;
    font-size: min(1.2vw, 15px);
    background-color: #fff;
    color: #000;
    text-align: center;
    justify-content: center;
    padding-right: 11%;
    font-weight: 600;
}

.sec_recruit .btnarea .btn:hover {
    background-color: #000;
    color: #fff;
}

.sec_recruit .recruit_card {
    order: 2;
    width: 64%;
    max-width: 718px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(1.4vw, 17px);
    max-height: 355px;
    box-sizing: border-box;
}

.recruit_card .card {
    width: 25.2%;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 228px;
    padding: 5% 3.5%;
    text-align: center;
}

.recruit_card .card .ttl {
    font-size: min(1.6vw, 20px);
    color: #1b1f8b;
    font-weight: bold;
    margin-bottom: 17.9%;
}

.recruit_card .card .icon {
    height: min(5.2vw, 65px);
    margin: 0 0 7% 0;
}

.recruit_card .card img {
    max-width: 55px;
    width: 4.4vw;
    height: auto;
}

.recruit_card .card2 img {
    max-width: 62px;
    width: 5vw;
    height: auto;
}

.recruit_card .card3 img {
    max-width: 51px;
    width: 4.1vw;
    height: auto;
}


.recruit_card .card .num {
    font-size: min(2.2vw, 29px);
    font-weight: bold;
    margin-bottom: 10.8%;
    color: #1b1f8b;
}

.recruit_card .card .num .outfit {
    font-size: min(5.3vw, 66px);
    color: #1b1f8b;
}

.recruit_card .card .desc {
    font-size: min(1.19vw, 15px);
    line-height: 1.6;
}

.recruit_card .card .palt {
    font-feature-settings: "palt";

}

@media screen and (max-width: 740px) {
    .sec_recruit {
        margin: 13.7% 0 0 0;
        background-image: url(../img/top/sp/bg_recruit.jpg);
        background-size: cover;
    }

    .inner_recruit {
        width: 100%;
        margin: 0 auto;
        padding: 9% 0 7.2%;
        flex-direction: column;
    }

    .sec_recruit .left {
        order: 1;
        width: 85%;
        margin: 0 auto;
    }

    .sec_recruit h2 {
        max-width: 392px;
        width: 53vw;
        margin: 0 0 2.2% 0;
    }

    .sec_recruit h2 span {
        font-size: min(3.8vw, 28px);
        margin: 0% 0 0 0;
    }

    .sec_recruit .btnarea.sp_none {
        display: none;
    }

    .sec_recruit .catch2 {
        font-size: min(5.7vw, 42px);
        line-height: 1.4;
        margin: 7.1% 0 3%;
    }

    .sec_recruit .txt {
        font-size: min(3.6vw, 28px);
        line-height: 1.9;
        margin: 0 0 6.4% 0;
    }

    .sec_recruit .recruit_card {
        width: 95.6%;
        margin: 0 auto 6.6%;
        gap: min(1.9vw, 14px);
        max-height: none;
        box-sizing: border-box;
    }

    .recruit_card .card {
        width: 30%;
        max-width: 228px;
        padding: 4.1% 1.4% 3.6%;
    }

    .recruit_card .card .ttl {
        font-size: min(4.4vw, 32px);
        margin-bottom: 12%;
        line-height: 1.2;
        height: 10.37vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .recruit_card .card .icon {
        height: min(10.2vw, 75px);
        margin: 0 0 -2% 0;
    }

    .recruit_card .card img {
        max-width: 60px;
        width: 8.2vw;
        height: auto;
    }

    .recruit_card .card2 img {
        max-width: 67px;
        width: 9.1vw;
        height: auto;
    }

    .recruit_card .card3 img {
        max-width: 55px;
        width: 7.5vw;
        height: auto;
    }

    .recruit_card .card .num {
        font-size: min(5.5vw, 40px);
        margin-bottom: 3.5%;
    }

    .recruit_card .card .num .outfit {
        font-size: min(12.2vw, 90px);
        letter-spacing: -0.6vw;
        padding: 0 3%;
    }

    .recruit_card .card .desc {
        font-size: min(3.4vw, 28px);
        line-height: 1.8;
        text-align: left;
    }

    .sec_recruit .btnarea.pc_none {
        display: flex;
        order: 3;
        justify-content: center;
        gap: 5.5vw;
    }

    .sec_recruit .btnarea .btn {
        margin: 0 0 0 0;
        font-size: min(3.55vw, 26px);
        padding: 0.45em 2.2vw 0.45em 0;
        width: 35.8vw;
        max-width: none;
    }
}

@media screen and (max-width: 650px) {
    .sec_recruit .txt {
        font-size: min(3.3vw, 22px);
    }

    .recruit_card .card .desc {
        font-size: min(3.0vw, 13px);
    }
}



/* お知らせ */
.sec_news {}

.inner_news {
    max-width: 1260px;
    width: 88.5%;
    margin: 0 auto;
    padding: 5.5% 0 5.4% 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
}

.inner_news::before {
    position: absolute;
    content: '';
    height: 85%;
    width: 5px;
    background-image: linear-gradient(to bottom, #e60020 64%, #000000 36%);
    top: 0;
    left: 0%;

    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.0s ease-out;
}

.sec_news .inner_news.is-show-line::before {
    transform: scaleY(1);
}

.sec_news h2 {
    max-width: 205px;
    margin: 0 0 2.2% 0;
}

.sec_news h2 span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    margin: 2% 0 34.2% 0;
}

.sec_news .left {
    order: 1;
    position: relative;
    padding-left: 3.8%;
    box-sizing: border-box;
    width: 25%;
    max-width: 285px;
}

.btn.news.pc_none {
    display: none;
}

.sec_news .btn {
    padding: 0.75em 20px 0.75em 0px;
    justify-content: center;
    min-width: auto;
    width: min(18vw, 182px);
    font-weight: 600;
}

.sec_news .btn::before {
    top: 43%;
    right: 3%;
}



.box_list_news {
    order: 2;
    width: 74%;
    max-width: 822px;
}

.list_news {
    display: block;
    padding: 2.5% 0 3.8% 1em;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #969696;
}

.list_news:first-child {
    border-top: 1px solid #969696;
}

.list_news:hover {
    background-color: #f9f9f9;
    text-decoration: none;
}

.list_news dl {
    display: flex;
    align-items: center;
    margin: 0;
}

.list_news dt {
    width: 28%;
    min-width: 210px;
    display: flex;
    align-items: center;
}

.list_news dd {
    width: 72%;
    margin-left: 0;
}

.list_news .date {
    margin-right: min(3.3vw, 40px);
}

.list_news .label {
    padding: 0.5px 0;
    margin: 0px 7% 0 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    min-width: 63px;
    line-height: 1.5;
}

.list_news .label.info {
    background-color: #000;
}

.list_news .label.recruit {
    background-color: #e60020;
}

.list_news .label.blog {
    background-color: #1b1f8b;
}

.list_news .txt {
    line-height: 1.6;
}

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

    .sec_news .btn.sp_none {
        display: none;
    }

    .sec_news h2 {
        max-width: 257px;
        width: 34.8vw;
        margin: 0 0 2.2% 0;
    }

    .inner_news {
        width: 83.5%;
        margin: 0 auto 6.7%;
        padding: 9.5% 0 5.4% 4.3%;
        gap: 0px;
        flex-direction: column;
    }

    .inner_news::before {
        height: 100%;
    }

    .sec_news .left {
        padding-left: 3.8%;
        width: 100%;
        max-width: 258px;
    }

    .sec_news h2 span {
        margin: 0;
        font-size: min(3.8vw, 28px);
    }

    .box_list_news {
        order: 2;
        width: 100%;
        max-width: none;
        margin: 5% 0 0 0;
    }

    .list_news dl {
        align-items: baseline;
        justify-content: space-between;
        gap: min(3vw, 22px);
    }

    .list_news dt {
        width: fit-content;
        min-width: auto;
        flex-direction: column;
    }

    .list_news .date {
        font-size: min(3.5vw, 26px);
        margin-right: 0;
    }

    .list_news .label {
        padding: 3px 3vw;
        margin: 0;
        font-size: min(2.8vw, 24px);
        min-width: auto;
        width: max-content;
    }

    .list_news dd {
        width: 100%;
        margin-left: 0;
    }

    .list_news .txt {
        font-size: min(3.8vw, 28px);
        line-height: 1.6;
    }

    .btn.news.pc_none {
        display: flex;
        order: 3;
        margin: 8.1% auto 0;
        font-size: min(3.6vw, 26px);
        padding: 0.5em 2.2vw 0.5em 0;
        width: 35.8vw;
    }
}