<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 上書き*/

h1,p,h2 {
    margin: 0;
    padding: 0;
}

main p{
    color: #778899;
}

.content-f h1{
    margin: 0;
    padding: 0;

}
#Recruit .container {
    max-width: 1140px;
}

.col-md-12 {
    padding: 0px;
}

#Recruit .content-f a:hover i{
    color:#E60012;
}

#Recruit .content-f a:focus i {
    color: #E60012;
}

dl, menu, ol, ul {
     margin:0px; 
}

section#content-f .contentInner {
    padding: 0;
}

/* index メインビジュアル */

.mv {
    height: 400px;
    width: 100%;
    background: url(../img/index/mv.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
}

.mv .inner {
    max-width: 1280px;
    margin: 0 auto;
}

.mv h1 {
    line-height: 1.4;
    font-size: 30px;
    font-weight: 700;
    padding-top: 270px;
    padding-left: 70px;
}

.mv h1 span {
    font-size: 0.8em;
    font-weight: 200;
}

/* index コンテンツ */

.index-wrap{
    max-width: 1000px;
    margin: 0 auto;
}

.recruit-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.border-b{
    border-bottom: solid 1px #778899;
}

.recruit-box {
    width: 30%;
    position: relative;
}

.recruit-box h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top:15px ;
}

.recruit-box p {
    color: #778899;
}

.recruitment-area{
    margin-top:50px ;
}

.recruitment-area .inner {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 70px;
}

.recruitment-area .positions {
    width: 50%;
    padding-right: 90px;
}

#recruit .recruitment-area .positions h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 0.8;
    margin-bottom: 15px;
    color: #000;
}

.recruitment-area .positions h2 span {
    font-size: 14px;
    font-weight: 400;
    color: #778899;
}

.recruitment-area .positions p {
    color: #778899;
}

.recruitment-area .positions ul {
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
}

.recruitment-area .positions ul li {
    list-style: none;
    margin-bottom: 19px;
    height: 20px;
    line-height: 20px;
}

.recruitment-area .positions ul li a{
    color: #000;
}

.recruitment-area .positions ul li a:hover{
    color: #E60012;
}

.positions ul li a {
    color: #000;
}

.recruitment-area .positions ul li:last-child {
    margin-bottom: 0px;
}

.recruitment-area .entry {
    width: 50%;
}

#recruit .recruitment-area .entry h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 0.8;
    margin-bottom: 15px;
    color: #000;
}

.recruitment-area .entry h2 span {
    font-size: 14px;
    font-weight: 400;
    color: #778899;
}

.recruitment-area .entry p {
    color: #778899;
}

.entry .download-btn {
    display: inline-block;
    width: 100%;
    padding: 27px 0px;
    text-align: center;
    border: 4px solid #E60012;
    border-radius: 3px;
    color: #E60012;
    font-size: 18px;
    margin-top: 30px;
}

.entry a:hover{
    color: #E60012;
    opacity: 0.7;
}

.recruit-wrap .recruit-box a{
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.recruit-wrap .recruit-box:hover{
    opacity: 0.7;
}

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

    #Recruit .container {
        width: 100%;
    }
    .index-wrap{
        width: 100%;
    }
    

    .container {
        width: 100%;
    }
    main .container {
        width: 100%;
    }
    .mv {
        width: 100vw;
        height: calc(400/ 1280 * 100vw);
        background-size: 100%;
        color: #fff;
    }
    .mv .inner {
        width: 100vw;
    }
    .mv h1 {
        font-size: calc(1rem + ((1vw - 5.21px) * 3.1891));
        padding-top: 20%;
        padding-left: 7.5%;
    }
    .recruit-wrap {
        display: block;
        margin-bottom: 0px;
        padding: 0 4vw;
    }
    .recruit-box {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .recruitment-area .inner {
        display: block;
        width: 100%;
        margin: 0 auto 70px;
        padding: 0 4vw;
    }

    .recruitment-area .entry {
        width: 100%;
        text-align: center;
        padding-right: 0px;
    }
    .entry .download-btn{
        width: 100%;
    }

    .recruitment-area .positions {
        width: 100%;
        text-align: center;
        padding-right: 0px;
    }
    .positions ul li a {
        text-align: left;
    }

    #recruit .recruitment-area .entry h2 {
        margin-top: 50px;
    }

}

@media screen and (max-width:520px) {
    .mv h1 {
        font-size: calc(1rem + ((1vw - 3.3px) * 7.3684));
        padding: 8% 2% 0%;
    }
}

/* 下層ページ 共通 */

.recruit-nav-box {
    width: 100%;
    background: url(../img/other/nav-back.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
}

.recruit-nav-box .title a{
    color: #fff;
}

.recruit-nav-box a:hover{
    color: #ff8080;
}


.recruit-nav-box .inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 67px;
    align-items: center;
}

.recruit-nav-box .title{
    margin-left: 65px;
}

.nav-menu-pc ul{
    display: flex;
}

.nav-menu-pc ul li{
    margin-right: 30px;
    list-style: none;
}

.nav-menu-pc ul li:last-child{
    margin-right: 40px;
}
.nav-menu-pc ul li a{
    color: #fff;
}

.nav-menu-tab{
    display: none;
}

.nav-menu-sp{
    display: none;
}

.pc-none{
    display: none;
}

@media screen and (max-width:960px) {
    .pc-none{
        display: block;
    }
}

@media screen and (max-width:960px) {
    .recruit-nav-box .inner{
        width: 100%;
        height: auto;
        display: block;
        padding: 10px 4vw;
    }

    .recruit-nav-box .title {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .nav-menu-pc{
        display: none;
    }

    .nav-menu-tab{
        display: block;
    }
    
    .nav-menu-sp{
        display: none;
    }

    .nav-menu-tab ul{
        display: flex;
        flex-wrap: wrap;
    }
    
    .nav-menu-tab ul li{
        margin-right: 40px;
        padding: 4px 0px;
        list-style: none;
        text-decoration-line: underline;
    }
    
    .nav-menu-tab ul li:last-child{
        margin-right: 40px;
    }
    .nav-menu-tab ul li a{
        color: #fff;
    }

}

@media screen and (max-width:520px) {
    .nav-menu-tab{
        display: none;
    }
    .nav-menu-sp{
        display: flex;
    }
    .nav-menu-sp ul li{
        margin-right: 20px;
        padding: 4px 0px;
        list-style: none;
        text-decoration-line: underline;
    }
    
    .nav-menu-sp ul li a{
        color: #fff;
    }



}

/* 社長メッセージ */
.messeage-wrap{
    max-width: 1120px;
    margin: 0 auto;
}

.messeage-wrap h1{
    margin-bottom: 32px;
    padding: 0px;
}

.messeage-wrap p{
    font-size: 14px;
    color:#778899;
}
.mg15{
    margin-bottom: 15px;
}

.mg30{
    margin-bottom: 30px;
}

.messeage-wrap .top-txt{
    margin-bottom: 50px;
}

.messeage-wrap .btm-area{
    display: flex;
}
.txt-right{
    text-align: right;
}

.messeage-wrap .btm-area .btm-txt{
    margin-right: 40px;
}

.pc-none{
    display: none;
}

@media screen and (max-width:960px) {
    .messeage-wrap{
        width: 100%;
        padding: 0 4vw;
    }

    .messeage-wrap .btm-area{
        display: block;
    }

    .messeage-wrap .btm-area .btm-txt {
        margin-right: 0px;
    }

    .sp-none{
        display: none;
    }

    .pc-none{
        display: block;
    }
    
    .ceo{
        text-align: center;
    }

    .ceo img{
        margin-bottom: 5px;
    }
}

/* SQIPを知る */
.style-wrap{
    max-width: 1120px;
    margin: 0 auto;
}

.style-wrap .about-sqip p {
    margin-bottom: 32px;
}
.style-wrap .about-sqip a {
    margin-bottom: 50px;
}

.style-wrap h1{
    margin-bottom: 32px;
}
.style-wrap h3{
    color: #24374B;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
#Recruit #content-f .style-wrap .style-box h2{
    margin: 40px 0px 21px ;
    color: #24374B;
    font-weight: 600;
    font-size: 26px;
}
.style-box {
    padding-bottom: 90px;
}
.style-wrap .stuff{
    text-align: center;
    background-color: #ffffff;
    padding: 10px 60px 20px 60px;
    border-radius: 15px;
}
.stuff-main img{
    width: 60%;
    margin-top: 20px;
}
.stuff-list{
    text-align: left;
    border-top: 1px solid #C2CBD2;
    margin-top: 50px;
}
.stuff-list .stuff-data{
    border-bottom: 1px solid #C2CBD2;
    padding: 0 0 25px 0;

}
.stuff-list .stuff-data {
    display: flex;
    padding: 10px 0 30px 0;
}
.stuff-list .stuff-data .stuff-text{
    margin-left: 20px;
    width: 890px;
}
.stuff-list .stuff-data .stuff-text h3{
    margin-bottom: 8px;
}
.stuff-list .stuff-data dl{
    margin-top: 10px;
}
.stuff-list .stuff-data dl dt{
    margin-bottom: 5px;
    color: #24374B;
}
.stuff-list .stuff-data dl dd{
    margin: 0;
    color: #778899;
}
.stuff-list .stuff-data figure{
    width: 90px;
    height: 100px;
    text-align: center;
    margin-top: 20px;
}
.stuff-list .stuff-data figure img{
    width: auto;
    height: 100%;
}


@media screen and (max-width:960px) {
    .style-wrap{
        width: auto;
        padding: 0 4vw;
    }

    .style-box {
        padding-bottom: 0px;
    }

    .style-wrap .stuff{
        padding:  1px 15px 20px 15px;
        margin-top: 50px;
    }
    .stuff-text h3{
        text-align: center;
    }
    .stuff-text p{

        margin-bottom: 20px;
    }
    .stuff-list .stuff-data .stuff-text{
        margin-left: 0;
        width: 100%;
    }
    .stuff-main img{
        width: 100%;
    }
    .stuff-list .stuff-data {
        display: block;
    }
    .stuff-list .stuff-data figure{
        width: 100%;
        height: 120px;
        text-align: center;
    }
    .stuff-list .stuff-data figure img{
        width: auto;
        height: 100%;
    }
}

/*入社まで/入社後の流れ */
.flow-wrap{
    max-width: 1120px;
    margin: 0 auto;
}
.flow-wrap h1{
    margin-bottom: 39px;
}

#Recruit #content-f .flow-wrap  .flow-top-box h2{
    font-weight: 600;
    margin-bottom: 26px;
    font-size: 26px;
}

.flow-top-box h3{
    color: #24374B;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.flow-top-box p{
    margin-bottom:40px;
    color: #778899;
}


.flow-top-box .mg-b90{
    margin-bottom: 90px;
}

#Recruit #content-f .flow-wrap  .flow-btm-box h2{
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 26px;
    font-size: 26px;
}

.flow-btm-box h3{
    color: #24374B;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.flow-btm-box p{
    margin-bottom:40px;
    color: #778899;
}

.flow-btm-box ul{
    margin-left: 1.5em;
    color: #778899;
}

.flow-btm-box ul li{
    margin-bottom: 1em;
}

@media screen and (max-width:960px) {
    .flow-wrap{
        max-width: auto;
        padding: 0 4vw;
    }
}

/* 制作事例 */
.col-md-12 h1{
    margin-bottom: 32px;
}

.mg-b40{
    margin-bottom: 20px;
}

.caseBlock p + p span {
    font-size: 0.85em;
    padding: 0 0.6em;
    background-color: #c2c2c2;
    color: #fff;
}

@media screen and (max-width:960px) {
    .col-md-12{
        padding: 0 4vw;
    }
}

/* 募集職種詳細 jobページ */
.contentInner h2{
    font-weight: 500;
    color: #24374b;
    margin: 0.83em 0;
    font-size: 1.5em;
}

.contentInner p{
    font-size: 14px;
    line-height: 25px;
    margin: 1em 0;
}
</pre></body></html>