@charset "utf-8";
.rec_btn{
    overflow: hidden;
    width: 250px;
    border: #000 1px solid;
    border-radius: 3em;
    text-align: left;
    font-size: 15px;
}
.rec_btn a{
    display: block;
    padding: 1em;
    box-sizing: border-box;
    background:#fff url(../img/recruit/btn_arrow.png) no-repeat right 21px center;
    line-height: 1;
    color: #2f3026;
    font-size: 15px;
    font-weight: 700;
    transition: 0.5s;
}
.rec_btn a:hover{
    background:#000 url(../img/recruit/btn_arrow_hover.png) no-repeat right 10px center;
    color: #fff;
}
@media screen and (max-width: 1079px) {
    
}
@media screen and (max-width: 767px) {
    #header h1{
        display: none;
    }
    .rec_btn{
        width: 40vw;
        order: 2;
    }
    .rec_btn a{
        background-size: 19px auto;
        background-position: right 10px center;
        font-size:3.7vw;
    }
    .rec_btn a:hover{
        background-size: 19px auto;
        background-position: right 5px center;
    }
}
/*#mv*/
#mv{
    padding-top: 170px;
}
#mv .imgbox{
    position: relative;
}
#mv h2{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top:-105px;
    left: 0;
    right: 0;
    mix-blend-mode:multiply;
    text-align: left;
}
#mv .imgbox .main{
    width: 100%;
}
#mv .btm{
	display: flex;
	flex-direction:row-reverse;
    align-items:center;
    margin-top: 30px;
    margin-right: 50px;
}
#mv .btm .txt{
    margin-right: 0.7em;
    font-size: 35px;
    font-weight: 700;
}

@media screen and (max-width: 1099px) {
    #mv h2{
        height: 14.1vw;
        width: auto;
        top:-9.5vw;
    }
    #mv h2 img{
        height: 100%;
        width: auto;
    }
    #mv .btm .txt{
        width: 100%;
        box-sizing: border-box;
        font-size: 2.9vw;
    }
    
}
@media screen and (max-width: 767px) {
    #mv{
        padding-top:13vw;
    }
    #mv h2{
        top:-12.32vw;
        height: auto;
        width: 100%;
    }
    #mv h2 img{
        height: auto;
        width: 100%;
    }
    #mv .btm{
        width: 90%;
        margin:1em auto 0;
        justify-content:space-between;
        flex-wrap: wrap;
    }
    #mv .btm .txt{
        order: 1;
        margin-bottom: 0.5em;
        font-size:6.5vw;
    }
}
/*END #mv*/

/*#vision*/
#vision{
    padding-top: 22.7%;
}
#vision .tbl2{
    position: relative;
    display: flex;
    align-items:end;
}
#vision .tbl2 h2{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top:-105px;
    left: 0;
    right: 0;
    mix-blend-mode:multiply;
    text-align: right;
}
#vision .tbl2 .imgbox{
    width: 62.5%;
}
#vision .tbl2 .imgbox img{
    width: 100%;
}
#vision .tbl2 .txtbox{
    width: calc(37.5% - 50px);
    overflow: hidden;
}
#vision .tbl2 .txtbox .txt{
    margin-left: 1em;
    font-size: 35px;
    font-weight: 700;
}
#vision .tbl2 .txtbox .rec_btn{
    float: right;
}
@media screen and (max-width: 1079px) {
    #vision .tbl2 h2{
        height: 14.1vw;
        width: auto;
        top:-9.5vw;
    }
    #vision .tbl2 h2 img{
        height: 100%;
        width: auto;
    }
    #vision .tbl2 .txtbox .txt{
        font-size: 2.9vw;
    }
}
@media screen and (max-width: 767px) {
    #vision{
        padding-top: 30.4%;
    }
    #vision .tbl2 h2{
        top:-12.32vw;
        height: auto;
        width: 100%;
    }
    #vision .tbl2 h2 img{
        height: auto;
        width: 100%;
    }
    #vision .tbl2{
        flex-wrap: wrap;
    }
    #vision .tbl2 .imgbox{
        width: 100%;
    }
    #vision .tbl2 .txtbox{
        width: 90%;
        margin: 1em auto 0;
        /*display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
        align-items: flex-end;*/
    }
    #vision .tbl2 .txtbox .txt{
        margin-left: 0;
        margin-bottom: 0.5em;
        font-size: 4.6vw;
    }
}
/*END #vision*/

/*value*/
#value{
    padding-top: 22.7%;
}
#value .inner{
    position: relative;
}
#value h2 {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top:-105px;
    left: 0;
    right: 0;
    z-index: 4;
    mix-blend-mode:multiply;
    text-align: center;
}
#value .value_li li {
    margin: 0 10px;
}
#value .value_li img{
    width: 100%;
}
#value .value_li .slick-next{
    right: 2.27%;
    width: 32px;
    height: 56px;
    background:url(../img/recruit/value_arrow_r.png) no-repeat right center;
}
#value .value_li .slick-prev{
    left: 2.27%;
    width: 32px;
    height: 56px;
    background:url(../img/recruit/value_arrow_l.png) no-repeat right center;
    z-index: 3;
}
#value .value_li .slick-next:before,
#value .value_li .slick-prev:before{
    content: none;
}
#value .btm{
	display: flex;
	flex-direction:row-reverse;
    align-items:center;
    margin-top: 30px;
    margin-right: 50px;
}
#value .btm .txt{
    margin-right: 0.7em;
    font-size: 35px;
    font-weight: 700;
}
@media screen and (max-width: 1079px) {
    #value h2{
        height: 14.1vw;
        width: auto;
        top:-9.5vw;
    }
    #value h2 img{
        height: 100%;
        width: auto;
    }
    #value .btm .txt{
        font-size: 2.9vw;
    }
}
@media screen and (max-width: 767px) {
    #value{
        padding-top: 30.4%;
    }
    #value h2{
        top:-12.32vw;
        height: auto;
        width: 100%;
    }
    #value h2 img{
        height: auto;
        width: 100%;
    }
    #value .btm{
        width: 90%;
        margin:1em auto 0;
        justify-content:space-between;
        flex-wrap: wrap;
    }
    #value .btm .rec_btn{
        order: 2;
    }
    #value .btm .txt{
        width: 100%;
        margin-bottom: 0.5em;
        order: 1;
        font-size: 6.5vw;
    }
}
/*END value*/

/*#style*/
#style{
    padding-top: 22.7%;
}
#style .tbl2{
    position: relative;
    display: flex;
    align-items:end;
    flex-direction:row-reverse;
}
#style .tbl2 h2 {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top:-105px;
    left: 0;
    right: 0;
    mix-blend-mode:multiply;
    text-align: left;
}
#style .tbl2 .imgbox{
    width: 62.5%;
}
#style .tbl2 .imgbox img{
    width: 100%;
}
#style .tbl2 .txtbox{
    width: 460px;
    overflow: hidden;
}
#style .tbl2 .txtbox .txt{
    margin-left: 1em;
    font-size: 19px;
    font-weight: 700;
}
#style .tbl2 .txtbox .rec_btn{
    float: right;
}
#style .btm{
	display: flex;
	flex-direction:row-reverse;
    align-items:center;
    margin-top: 30px;
    margin-right: 50px;
}
#style .btm .txt{
    margin-right: 0.7em;
    font-size: 35px;
}
@media screen and (max-width: 1079px) {
    #style .tbl2 h2{
        height: 14.1vw;
        width: auto;
        top:-9.5vw;
    }
    #style .tbl2 h2 img{
        height: 100%;
        width: auto;
    }
    #style .tbl2 .txtbox .txt{
        font-size: 1.7vw;
    }
}
@media screen and (max-width: 767px) {
    #style{
        padding-top: 30.4%;
    }
    #style .tbl2 h2{
        top:-12.32vw;
        height: auto;
        width: 100%;
    }
    #style .tbl2 h2 img{
        height: auto;
        width: 100%;
    }
    #style .tbl2{
        flex-wrap: wrap;
    }
    #style .tbl2 .imgbox{
        width: 100%;
    }
    #style .tbl2 .txtbox{
        width: 90%;
        margin: 1em auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
        align-items: flex-end;
    }
    #style .btm{
        width: 90%;
        margin:1em auto 0;
        justify-content:space-between;
    }
    #style .tbl2 .txtbox .txt{
        margin-left: 0;
        font-size: 3.7vw;
    }
    #style .rec_btn{
        width: 55vw;
    }
    #style .rec_btn a{
        white-space: nowrap;
    }
}
/*END #style*/

/*#join*/
#join{
    padding: 13.1% 0 9%;
}
#join .tbl2{
    position: relative;
    display: flex;
    align-items:flex-start:
    height: 46.9vw;
}
#join .tbl2 h2 {
    width: 50.81%;
    margin-left: auto;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin-left: auto;
    mix-blend-mode:multiply;
    text-align: right;
}
#join .tbl2 h2 img{
    width: 100%;
}
#join .tbl2 .imgbox{
    width: 63.4%;
}
#join .tbl2 .imgbox img{
    width: 100%;
}
#join .tbl2 .txt{
    margin-top: 2em;
    margin-left: 3em;
    font-size: 25px;
    font-weight: 700;
}
@media screen and (max-width: 1079px) {
    #join .tbl2 .txt{
        margin-top: 1em;
        margin-left: 5vw;
        font-size: 2.5vw;
    }
    
}
@media screen and (max-width: 767px) {
    #join{
        padding: 30.4% 0 2em;
    }
    #join .tbl2{
        position: relative;
    }
    #join .tbl2 h2{
        width: 100%;
        top: inherit;
        bottom: 0;
    }
    #join .tbl2 .imgbox{
        width: 53.3%;
    }
    #join .tbl2{
        align-items: flex-end;
    }
    #join .btm{
        display: block!important;
        width: 90%;
        margin: 2em auto 0;
    }
    #join .btm .txt{
        font-size: 5.0vw;
        font-weight: 700;
    }
}
/*END #join*/

/*career*/
#career{
    padding: 68px 0 75px;
    background: #B1B1B1;
}
#career .inner{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
#career h2{
    margin-bottom: 55px;
}
#career .btn_li{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}
#career .btn_li .bl_btn:first-child { grid-area: 1 / 1 / 2 / 4; }
#career .btn_li .bl_btn:first-child a{ place-content: center;}
#career .btn_li a{
    display: grid;
    height: 3em;
    place-content: space-around start;
    padding-left: 1em;
    border-radius: 3em;
    background:#000 url(../img/recruit/career_arrow.png) no-repeat right 24px center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    transition: 0.5s;
}
#career .btn_li a div{
    font-weight: 700;
}
#career .btn_li a span{
    font-size: 80%;
}
#career .btn_li a:hover{
    background:#fff url(../img/recruit/career_arrow_hover.png) no-repeat right 10px center;
    color: #000;
}
@media screen and (max-width: 1079px) {
    #career .btn_li a{
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 767px) {
    #career{
        padding: 3em 0;
    }
    #career h2{
        margin-bottom: 1em;
    }
    #career .btn_li{
        gap: 1em 0.5em;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    #career .btn_li .bl_btn:first-child { grid-area: 1 / 1 / 2 / 3; }
    #career .btn_li a{
        place-content: center;
        padding: 0.5em;
        background: #000;
        background-size: 1.5em auto;
        font-size: 3.7vw;
        position: relative;
    }
    #career .btn_li a:hover{
        background: #fff;
        background-size: 1.5em auto;
    }
    #career .btn_li a::before, #career .btn_li a::after  {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 15px;
      transform-origin: 100% 50%;
      height: 2px;
      width: 11px;
      background-color: #fff;
      border-radius: 2px;
      will-change: transform;
      transition: .3s;
    }
    #career .btn_li a::before {
      transform: translateY(-50%) rotate(45deg);
    }
    #career .btn_li a::after {
      transform: translateY(-50%) rotate(-45deg);
    }
    #career .btn_li a:hover::before {
      transform: translate(5px, -50%) rotate(45deg);
      background-color: #000;
    }
    #career .btn_li a:hover::after {
      transform: translate(5px, -50%) rotate(-45deg);
      background-color: #000;
    }
    #career .btn_li a span{
        font-size: 70%;
    }
}
/*END #career*/

/*recruitment*/
#recruitment{
    padding: 68px 0 75px;
    background: #000;
}
#recruitment .inner{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
#recruitment h2{
    margin-bottom: 55px;
}
#recruitment .bnr{
    position: relative;
}
#recruitment .bnr .rec_btn{
    position: absolute;
    right: 27px;
    bottom: 18px;
    border: #fff 1px solid;
}
#recruitment .bnr .rec_btn a{
    background: rgba(255,255,255,1.00) url(../img/recruit/recruitment_bnr_btn_arrow_hover.png) no-repeat right 21px center;
    color: rgba(220,58,24,1.00);
    transition: 0.5s;
}
#recruitment .bnr .rec_btn a:hover{
    background: rgba(220,58,24,0.00) url(../img/recruit/recruitment_bnr_btn_arrow.png) no-repeat right 10px center;
    color: #fff;
}
@media screen and (max-width: 1079px) {
    
}
@media screen and (max-width: 767px) {
    #recruitment{
        padding: 3em 0 5em;
    }
    #recruitment h2{
        margin-bottom: 1em;
    }
    #recruitment .bnr .rec_btn {
        width: 50vw;
        right: 0;
        left: 0;
        bottom: -60px;
        margin: 0 auto;
    }
    #recruitment .bnr .rec_btn a{
        background: rgba(255, 255, 255, 1.00) url(../img/recruit/recruitment_bnr_btn_arrow_sp.png) no-repeat right 10px center;
        background-size: 19px auto;
        color: #000;
        font-size: 3.7vw;
    }
    #recruitment .bnr .rec_btn a:hover{
        background: rgba(220, 58, 24, 0.00) url(../img/recruit/recruitment_bnr_btn_arrow.png) no-repeat right 5px center;
        background-size: 19px auto;
        color: #fff;
    }
}
/*END #recruitment*/

/*aboutus*/
#aboutus{
    padding: 13.1% 0 75px;
}
#aboutus .inner{
    max-width: 1000px;
    margin: 0 auto;
}
#aboutus h2{
    margin-bottom: 55px;
}
#aboutus .aboutus_li{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
    width: 90%;
    margin:0 auto 75px;
}
#aboutus .aboutus_li li{
    text-align: center;
    border: solid 1px #b1b1b1;
    overflow: hidden;
}
#aboutus .aboutus_li li a{
    display: block;
    height: 100%;
    padding: 8px 8px;
    box-sizing: border-box;
    background: #fff;
    transition: 0.5s;
    color: #2f3026;
}
#aboutus .aboutus_li li a:hover{
    background: #000;
    color: #fff;
}
#aboutus .aboutus_li .rec_btn{
    border: none;
    width: 100%;
    margin: 0.5em auto 0.3em;
    background: url(../img/recruit/btn_arrow.png) no-repeat right 21px center;
    font-size: 20px;
    font-weight: 700;
    transition: 0.5s;
}
#aboutus .aboutus_li a:hover .rec_btn{
    background: url(../img/recruit/btn_arrow_hover.png) no-repeat right 10px center;
}
#aboutus .com_li{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 90%;
    margin: 0 auto;
    border-top:solid 1px #b1b1b1;
}
#aboutus .com_li a {
    display: block;
    padding: 2em 1em;
    border-bottom:solid 1px #b1b1b1;
    color: #2f3026;
    font-size:20px;
    font-weight: 700;
    line-height: 1;
    background: #fff url(../img/recruit/btn_arrow.png) no-repeat right 21px center;
    transition: 0.5s;
    position: relative;
}
#aboutus .com_li a:hover{
    background: #000 url(../img/recruit/btn_arrow_hover.png) no-repeat right 10px center;
    color: #fff;
}
#aboutus .com_li li:nth-child(even) a:before{
    content:"";
    display: block;
    width: 1px;
    height: 80%;
    background: #b1b1b1;
    position: absolute;
    left: 0;
    top: 10%;
}
@media screen and (max-width: 1079px) {
    #aboutus .aboutus_li .rec_btn,
    #aboutus .com_li a{
        font-size: 2vw;
    }
}
@media screen and (max-width: 767px) {
    #aboutus{
        padding: 3em 0;
    }
    #aboutus h2{
        margin-bottom: 2em;
    }
    #aboutus .aboutus_li{
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    #aboutus .aboutus_li li{
        overflow: visible;
    }
    #aboutus .aboutus_li li a{
        display: flex;
        justify-content:         space-between;
        align-items: center;
        margin: 0 auto;
    }
    #aboutus .aboutus_li li picture{
        width: 50%;
    }
    #aboutus .aboutus_li .rec_btn{
        background: url(../img/recruit/btn_arrow.png) no-repeat right 10px center;
        background-size: 19px auto;
        width: 50%;
        box-sizing: border-box;
        font-size: 3.7vw;
        text-align: center;
    }
    #aboutus .aboutus_li a:hover .rec_btn{
        background: url(../img/recruit/btn_arrow_hover.png) no-repeat right 5px center;
        background-size: 19px auto;
    }
    #aboutus .com_li{
        width: 90%;
        margin: 0 auto;
    }
    #aboutus .com_li a {
        background: #fff url(../img/recruit/btn_arrow.png) no-repeat right 10px center;
        background-size: 19px auto;
        font-size: 3.7vw;
    }
    #aboutus .com_li a:hover{
        background: #000 url(../img/recruit/btn_arrow_hover.png) no-repeat right 5px center;
        background-size: 19px auto;
    }
}
/*END #aboutus*/

/*com_employee*/
#com_employee{
    padding: 68px 0 75px;
}
#com_employee .inner{
    max-width: 1000px;
    margin: 0 auto;
}
#com_employee h2{
    margin-bottom: 55px;
}
#com_employee .com_employee_li{
    width: 90%;
    margin: 0 auto;
}
#com_employee .com_employee_li a{
    display: block;
    height: 100%;
    border: solid 1px #b1b1b1;
    box-sizing: border-box;
    background: #fff;
    color: #2f3026;
    transition: 0.5s;
}
#com_employee .com_employee_li a:hover{
    background: #000;
    color:#fff;
}
#com_employee .com_employee_li .slick-track{
    display: flex;
}
#com_employee .com_employee_li .slick-slide {
    height: auto !important;
}
#com_employee .com_employee_li li{
    margin: 0 4.8px;
}
#com_employee .com_employee_li li img{
    width: calc(100% - 18px);
    margin: 9px auto 0;
}
#com_employee .com_employee_li li p{
    padding: 1em;
    font-size: 15px;
}
#com_employee .com_employee_li .slick-next{
    right: -28px;
    width: 56px;
    height: 56px;
    background:url(../img/recruit/com_employee_arrow_r.png) no-repeat center center;
}
#com_employee .com_employee_li .slick-prev{
    left: -28px;
    width: 56px;
    height: 56px;
    background:url(../img/recruit/com_employee_arrow_l.png) no-repeat center center;
    z-index: 3;
}
#com_employee .com_employee_li .slick-next:before,
#com_employee .com_employee_li .slick-prev:before{
    content: none;
}
#com_employee .btm{
	display: flex;
	flex-direction:row-reverse;
    align-items:center;
    margin-top: 30px;
    margin-right: 50px;
}
#com_employee .btm .txt{
    margin-right: 0.7em;
    font-size: 35px;
    font-weight: 700;
}
@media screen and (max-width: 1079px) {
    
}
@media screen and (max-width: 767px) {
    #com_employee h2{
        margin-bottom: 2em;
    }
    #com_employee .com_employee_li{
        width: 100%;
    }
    #com_employee .com_employee_li li p{
        font-size: 3.7vw;
    }
    #com_employee .com_employee_li .slick-next{
        right: 5%;
        width: 10vw;
        height: 10vw;
        background-size: 100%;
    }
    #com_employee .com_employee_li .slick-prev{
        left: 5%;
        width: 10vw;
        height: 10vw;
        background-size: 100%;
    }
    #com_employee .btm{
        width: 90%;
        margin: 1em auto 0;
        justify-content: space-between;
    }
}
/*END #com_employee*/