

.top_main_section {
    position: relative;
    z-index: 3;
    height: auto;

}

.top_main_section_slidein {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}


.top_main_section_slidein.is-visible {
    opacity: 1;
    transform: translateY(0);
}


.top-img_section.top_page p {
    position: absolute;
    top: 70%;
    right: 5vw;
    font-size: 2rem;
    z-index: 1;
}

/*ABOUTUS*/

#aboutus{
    scroll-margin-top: 50vh;
}

.section--aboutus {
    background: linear-gradient(to top, rgba(50 120 194 / 100%), rgba(50 120 194 / 0%) 90%);
    height: 300vh;
    padding-bottom: 30vh;
    display: flex;
    justify-content: center;
    align-items: end;
    text-align: center;
    color: #fff;

}

.aboutus_content {
    padding: 50px;
}

.top_h2--title {
    font-size: 2.3rem;
    color: #333;
}

.top_h2--title.about {
    color: #fff;
}


.section--aboutus p {
    text-align: center;
    padding: 100px 0 80px;

}



.aboutus_btn {
    width: 100%;
}

.aboutus_btn a {
    display: block;
    position: relative;
    max-width: 300px;
    margin-inline: auto;
    background-color: #fff;
    padding: 40px 50px;
    padding-right: 60px;
    border-radius: 10px;
    color: #3278C2;
    font-weight: 600;
    box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.3);
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.aboutus_btn a:hover {
    transform: scale(1.05);

}

.aboutus_btn a::before,
.aboutus_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}


.aboutus_btn a::before {
    background-image: url(../images/rnew/arrow-right--white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    z-index: 2;
    right: 50px;
}

.aboutus_btn a::after {
    background-color: #3278C2;
    width: 25px;
    height: 25px;
    border-radius: 999px;
    z-index: 1;
    right: 45px;
}


.scroll_text {
    margin-top: 100px;
    position: relative;
}

.scroll_text span {
    font-size: 0.8rem;
}

.scroll_text::before,
.scroll_text::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.scroll_text::before {
    width: 23px;
    height: 38px;
    background-color: transparent;
    border: 1px #fff solid;
    border-radius: 999px;
    top: 50px;
}

.scroll_text::after {
    background-image: url(../images/rnew/arrow-right--white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    transform-origin: left;
    top: 50px;
}



/*企業情報、製品情報*/
.section--content_bg {
    padding-top: min(10vw, 200px);
    padding-bottom: min(20vw, 300px);
    position: relative;
    z-index: 2;
}

.section--content_bg::before,
.section--content_bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.section--content_bg::before {
    background-color: rgba(250, 240, 230, .4);
    z-index: -1;
}

.section--content_bg::after {
    background-image: url(../images/rnew/company.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}


.section--content {
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    margin-inline: auto;
}

#section--content01,
#section--content02 {
    margin-bottom: min(10vw, 180px);
}

.section--content h3,
.top_h2--title.content {
    color: #3278C2;
}

#section--content03{
    position: relative;
    z-index: 1;
}

.top_h2--title.content {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.top_h2--title.content::after {
    content: "企業情報";
    display: block;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    position: absolute;
    top: 0.5px;
    left: 0.5px;
    z-index: -1;
}


.top_h2--title.content.content02::after{
    content: "製品・技術";
}

.top_h2--title.content.content_en::after {
    content: "COMPANY";
    display: block;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    position: absolute;
    top: 0.5px;
    left: 0.5px;
    z-index: -1;
}

.top_h2--title.content.content_en02::after{
    content: "Products/Technologies";
}



.top_h2--title.content::before {
    content: "";
    width: 120%;
    height: 2px;
    background-color: #3278C2;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.top_h2--title.content a {
    display: inline-block;
    font-size: 1rem;
    position: relative;
    padding-left: 20px;
    color: #3278C2;
}

.top_h2--title.content a::before,
.top_h2--title.content a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);

}


.top_h2--title.content a::before {
    background-image: url(../images/rnew/arrow-right--blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    z-index: 2;
    right: -30px;
}


.top_h3--title.content a {
    position: relative;
    display: inline-block;
    padding-right: 40px; /* アイコン分の余白 */
    font-size:15px;
}

.top_h3--title.content a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 15px;
    height: 15px;
    background: url(../images/rnew/arrow-right--blue.svg) center/contain no-repeat;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 2;
}

.top_h3--title.content a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.top_h2--title.content a::after {
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 999px;
    z-index: 1;
    right: -35px;
    margin-top: 0px;
}


.company_btn_area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 30px 20px;
    position: relative;
    margin: 70px 3vw 0;
}

.company_btn_area::after,
.company_btn_area.qa::after,
.company_btn_area.sp::after {
    content: "";
    display: block;
    position: absolute;
    width: 55vw;
    min-width: 500px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -80px;
    z-index: -1;
    right: -80px;
}

.company_btn_area::after {
    background-image: url(../images/rnew/top-sec-text_company.png);

}

.company_btn_area.qa::after {
    background-image: url(../images/rnew/top-sec-text_quality.png);
}

.company_btn_area.sp::after {
    background-image: url(../images/rnew/top-sec-text_service.png);
}


.company_btn_area.sp {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   
    gap: 30px 20px;
}

.company_btn,
.company_btn-sm {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.3);
    position: relative;
}


.company_btn a {
    display: block;
    width: 100%;
}

.company_btn-img {
    width: 100%;
    overflow: hidden;
     aspect-ratio: 16/9;
    border: #3278C2 1px solid;
   
}

.company_btn-img img{
    width: 100%;
   object-fit: contain;
    transform: scale(1);
    transition: transform .3s ease-in-out;
}

.company_btn:hover .company_btn-img img{
   transform: scale(1.08);
}

.company_btn-sm:hover .company_btn-img img{
   transform: scale(1.08);
}


.company_btn-tx {
    padding: 15px 10px;
}

.company_btn-tx p {
    margin-top: 5px;
    font-size: 0.8rem;
    color: #333!important;
}

.company_btn::after,
.company_btn-sm::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    background-image: url(../images/rnew/arrow-right--blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    transform-origin: left;

}


/* 採用情報 */
.section--recruit_btn {
    padding: 0 20px;
    height: 80vh;
    text-align: center;
    background-color: #3278C2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_h2--title.recruit_btn {
    color: #fff;
    display: inline-block;
}

.top-entry_btn {
    width: 380px;
}

.section--recruit_btn h2 p {
    text-align: left;
    float: none;
    color: #fff;
    font-size: 1rem
}



.top-entry_btn a {
    display: block;
    position: relative;
    width: 100%;
    margin-inline: auto;
    background-color: #fff;
    padding: 30px 60px;
    border-radius: 10px;
    color: #3278C2;
    font-weight: 600;
    box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.3);
    font-size: 2rem;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    margin-top: 30px;
    margin-bottom: 50px;
}

.top-entry_btn a:hover {
    transform: scale(1.05);
}

.top-entry_btn a::before,
.top-entry_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;

}


.top-entry_btn a::before {
    background-image: url(../images/rnew/arrow-right--blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    z-index: 2;
    right: 50px;
}

.top-entry_btn a::after {
    background-color: transparent;
    border: 1px #3278C2 solid;
    width: 25px;
    height: 25px;
    border-radius: 999px;
    z-index: 1;
    right: 45px;
}

/*スライドイン*/

@media screen and (max-width:800px) {
    .top-img_section.top_page p {
        font-size: 1.5rem;
        right: 0;
    }

    .section--recruit_btn {
        height: 60vh;
    }

}

@media screen and (max-width:600px) {
    .section--aboutus {
        padding-bottom: 40vh;
    }

    .section--aboutus p {
        text-align: center;
        padding: 50px 0 40px;
    }

    .scroll_text {
        margin-top: 30px;
    }

    .section--content_bg {
        padding-bottom: 25vw;
        position: relative;
        z-index: 2;
    }

    .section--content {
        margin-top: 30px;
    }

    .section--content:nth-child(1) {
        margin-bottom: 100px;
    }

    .company_btn_area,
    .company_btn_area.qa,
    .company_btn_area.sp {
        margin-top: 35px;
    }



}

@media screen and (max-width:520px) {

    .company_btn_area::after,
    .company_btn_area.qa::after,
    .company_btn_area.sp::after {
        right: -190px;
    }
}