@charset "utf-8";
/* CSS Document */


@charset "utf-8";
/* CSS Document */

.sec_in{
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
}
.sec01{
    width: 100%;
    height: 62.5vw;
    background: url("../img/top/bg_main1.jpg");
    background-position: center top;
    background-size: cover;
}
.sec01_copy{
    width: 30%;
    max-width: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
    .sec01{
        width: 100%;
        height: 100vh;
        background: url("../img/top/bg_main1.jpg");
        background-position: center top;
        background-size: cover;
    }
}


.sec02{
    width: 100%;
    height: auto;
    background: url("../img/top/bg_main2.jpg");
    background-position: center top;
    background-size: cover;
    padding: 50px 0;
}
.sec02_copy{
    width: 80%;
    max-width: 360px;
    margin: 0 auto;
}
.sec02_text{
    font-size: 1.2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    /*text-shadow: 0 0 5px #000;*/
}
@media screen and (max-width: 768px) {
    .sec02_text{
        font-size: 1em;
        line-height: 1.8em;
        text-align: center;
        color: #fff;
        /*text-shadow: 0 0 5px #000;*/
    }
}


.sec03{
    width: 100%;
    padding: 50px 0;
}

.sec04{
    width: 100%;
    height: auto;
    background: url("../img/top/bg_main3.jpg");
    background-position: center top;
    background-size: cover;
    padding: 50px 0;
}


.section_title p{
    font-size: 1.8em;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.section_title p span{
    font-size: 60%;
}

.sec_bg_text{
    width: auto;
    height: 8vw;
    opacity: 0.1;
}
@media screen and (max-width: 768px) {
    .sec_bg_text{
        width: auto;
        height: 15vw;
        opacity: 0.1;
    }
}
.sec_bg_text img{
    width: auto;
    height: 100%;
}


.service_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.service_flex_re{
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    margin-bottom: 20px;
}
.service_img{
    width: 60%;
}
.service_text{
    width: 40%;
    padding: 3%;
    box-sizing: border-box;
    position: relative;
}

.service_text div{display: block;position: absolute;top: 50%;transform: translateY(-50%);}
.service_text p:nth-child(1){font-size: 1.2em;font-weight: bold;border-bottom: 1px solid #ED1C24;}
.service_text p:nth-child(2){font-size: 1em;line-height: 1.8em;}
.service_text p:nth-child(2) span{color: #ED1C24;}

@media screen and (max-width: 768px) {
    .service_img{
        width: 100%;
    }
    .service_text{
        width: 100%;
        padding: 3%;
        box-sizing: border-box;
        position: relative;
    }
    .service_text div{display: block;position: relative;top: auto;transform: translateY(0);}
}



.work_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.work_img{
    width: 70%;
}
.work_text{
    width: 30%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
.work_text div{background: #fff;padding: 3% 20px;width: 100%; position: absolute;left: -5%;bottom: -5%;box-sizing: border-box;}
.work_text p{font-size: 1em;line-height: 1.8em;}
.work_text p span{color: #ED1C24;border-bottom: 1px solid #ED1C24;}
.work_text a{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
@media screen and (max-width: 768px) {
    .work_img{
        width: 100%;
    }
    .work_text{
        width: 100%;
        height: auto;
        padding: 0;
        box-sizing: border-box;
        position: relative;
    }
    .work_text div{background: #fff;padding: 3% 10px;width: 100%; position: relative;left: auto;bottom: auto;}
}

/*20250709共通化(style.css)
.more_btn{
    width: 90%;
    max-width: 320px;
    background: #F05A24;
    padding: 15px 5px;
    border-radius: 10px;
    text-align: center;
    margin: 30px auto;
}
.more_btn a{
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
*/


.sec05{
    width: 100%;
    padding: 50px 0;
}

.recruit_box{
    width: 100%;
    height: 40vw;
    position: relative;
}
.recruit_box a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.recruit_bg{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40vw;
}
@media screen and (max-width: 768px) {
    .recruit_box{
        width: 100%;
        height: 60vw;
        position: relative;
    }
    .recruit_bg{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 60vw;
    }
}
.recruit_bg01{
    width: 50%;
    height: 100%;
    background: url("../img/top/bg_main4.jpg");
    background-position: center top;
    background-size: cover;
    position: relative;
}
.recruit_bg02{
    width: 50%;
    height: 100%;
    background: url("../img/top/bg_main5.jpg");
    background-position: center top;
    background-size: cover;
    position: relative;
}

.recruit_copy{
    width: 90%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.recruit_copy p:nth-child(1){
    font-size: 1.8em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 2px #000,0 0 4px #333;
}
.recruit_copy p:nth-child(2){
    width: 100%;
    max-width: 240px;
    padding: 10px;
    margin: 0 auto;
    font-size: 1.8em;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: rgba(255,255,255,0);
    transition: all 0.3s;
}
.recruit_box a:hover > .recruit_copy p:nth-child(2){
    width: 100%;
    max-width: 360px;
    color: #000;
    background: rgba(255,255,255,1);
    transition: all 0.5s;
}
@media screen and (max-width: 768px) {
    .recruit_copy p:nth-child(1){
        font-size: 1.3em;
    }
    .recruit_copy p:nth-child(2){
        width: 70%;
        max-width: 180px;
        padding: 10px;
        margin: 0 auto;
        font-size: 1.4em;
        border: 1px solid #fff;
        text-align: center;
        color: #fff;
        font-weight: bold;
        background: rgba(255,255,255,0);
        transition: all 0.3s;
    }
    .recruit_box a:hover > .recruit_copy p:nth-child(2){
        width: 100%;
        max-width: 240px;
        color: #000;
        background: rgba(255,255,255,1);
        transition: all 0.5s;
    }
}


.sec06{
    width: 100%;
    padding: 50px 0;
}
.map_box{
    width: 100%;
    height: 30vw;
    position: relative;
}
.map_box a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.map_bg{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 30vw;
}
@media screen and (max-width: 768px) {
    .map_box{
        width: 100%;
        height: 100vw;
        position: relative;
    }
    .map_bg{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        height: 100vw;
    }
}
.map_bg01{
    width: 60%;
    height: 100%;
    position: relative;
}
.map_bg01 iframe{
    width: 100%;
    height: 100%;
}
.map_bg02{
    width: 40%;
    height: 100%;
    position: relative;
    padding: 5% 3%;
    box-sizing: border-box;
    text-align: left;
}
.map_logo{
    width: 50%;
    max-width: 180px;
}
.map_bg02 p{
    font-size: 1em;
    padding: 20px 0;
}
@media screen and (max-width: 768px) {
    .map_bg01{
        width: 100%;
        height: 60vw;
        position: relative;
    }
    .map_bg02{
        width: 100%;
        height: 100%;
        position: relative;
        padding: 5% 3%;
        box-sizing: border-box;
        text-align: center;
    }
    .map_logo{
        width: 50%;
        max-width: 180px;
        margin: 0 auto;
    }
}


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/



.sec_title{
    width: 100%;
    height: 30vw;
    background: url("../img/service/main_service.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}
@media screen and (max-width: 768px) {
    .sec_title{
        width: 100%;
        height: 60vw;
        background: url("../img/service/main_service.jpg");
        background-size: cover;
        background-position: center;
        position: relative;
    }
}
.sec_title_img{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20%;
    width: auto;
}
.sec_title_img img{
    height: 100%;
    width: auto;
    opacity: 0.5;
}

.sec_main{
    width: 100%;
    padding: 50px 0;
}



/*20250709削除
.ser_content_title{
    width: 100%;
    margin: 0 auto 80px;
    position: relative;
}
.ser_content_cover{
    width: 100%;
    height: 100%;
    background: rgba(0,102,153,0.3);
    position: absolute;
    left: 0;
    top: 0;
}
.ser_content_title p{
    position: absolute;
    left: 0;
    bottom: -0.8em;
    background: rgba(0,102,153,0.3);
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: bold;
    margin: 0;
    padding: 20px;
}
@media screen and (max-width: 768px) {
    .ser_content_title p{
        font-size: 1.6em;
        padding: 10px;
    }
} */
/*20250709追加*/
.ser_content_title {
    margin-bottom: min(6.25vw, 120px);
    max-width: none;
    position: relative;
}
.ser_content_title__re {
    margin-inline: min(8vw,160px) max(-8vw, -160px);
    margin-bottom: min(6.25vw, 120px);
    max-width: none;
    position: relative;
}

.service-visual {
    margin-left: max(-8vw, -160px);
    position: relative;
    display: inline-block;
}
.service-visual img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.service-visual__re {
    position: relative;
    display: inline-block;
}
.service-visual__re img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.ser_content_cover {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 102, 153, 0.3);
    pointer-events: none;
}

.thim {
    position: absolute;
    bottom: max(-2.8vw, -40px);
    left: 0;
    color: #fff;
    font-size: clamp(2rem, 0.854rem + 2.385vw, 3rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: rgba(0, 102, 153, 0.3);
    padding: 0.5em 1em;
}
.const__list {
    width: 90%;
    margin: min(4vw,74px) auto 0;
    display: flex;
    flex-direction: column;
    gap: min(3.1vw, 60px);
}
.const__list--img {
    width: 53%;
}
.const__list--img:nth-of-type(even){
margin-inline: auto 0;
}

@media screen and (max-width: 768px) {
    .ser_content_title {
    margin-inline: auto;
    }
    .ser_content_title__re {
        margin-inline: auto;
    }
    .service-visual {
        margin-left: 0;
    }

.thim {
    font-size: clamp(1.5rem, 1.059rem + 1.961vw, 2rem);
    bottom: max(-5.5vw, -30px);
    }
    .const__list--img {
        width: 70%;
    }
}
/*20250709追加ここまで*/

.ser_content_text{
    margin: 0 auto 20px;
}
.ser_content_text p {
    line-height: 2;
}
.ser_content_img{
    margin: min(4vw, 76px) auto min(6.77vw, 130px);
    /* margin: 20px auto 40px; */
}

.ser_content_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ser_icon{
    width: 50%;
    max-width: none;
    padding: 15px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .ser_content_img {
        width: 85%;
        margin-inline: auto;
    }
}
@media screen and (max-width: 640px) {
    .ser_icon{
        width: 100%;
        max-width: 448px;
        padding: 15px;
        box-sizing: border-box;
    }
}


