/*
Theme Name: shoeisetsubi
Theme URI: http://192.168.0.210:8144
Author:officepartner
Description: 昭栄設備工業株式会社のテーマ
Version: 1.0
*/
/* -------------------------------- */
/* --------------共通-------------- */
/* -------------------------------- */
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

/* -------------------------------- */
/* --------------タグ-------------- */
/* -------------------------------- */
html{
    font-size:16px;
    overflow: visible;
}
body {
    font-size:1.1rem;
    color:rgb(255,255,255);
    text-align:left;
    margin:0;
    line-height: 2rem;
    overflow: visible;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

/* メニュー表示時スクロール禁止 */
html.noscroll{
    overflow: hidden;
}
body.noscroll{
    overflow: hidden;
}

ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

section{
    padding-bottom: 3%;
}

img{
    width: 100%;
    vertical-align: bottom;
    height: auto;
}

h1{
    padding: 0;
    margin: 0;
}

h2{
    padding: 100px 0 70px;
    margin: 0;
    text-align: center;
    font-weight: normal;
    line-height: 1.8rem;
    font-size: 2rem;
}

h2 span{
    font-size: 1.2rem;
}

h3{
    margin: 0;
}

a{
    text-decoration: none;
    color: rgb(60,60,60);
}

p{
    margin: 0;
    padding: 0;
}

/* -------------------------------- */
/* -----------header.php----------- */
/* -------------------------------- */
.sp-img{
    display: none;
}

/* header div div h2{
    color: rgb(60,60,60);
    padding: 0;
    position: absolute;
    bottom: 4vw;
    left: 62vw;
    line-height: 3.8vw;
    font-size: 2.5vw;
}

header .top-img div{
    position: relative;
} */

header div h1{
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
}

header div .company-name-wrapper{
    /* height: 4.0625vw; */
    position: relative;
    color: rgb(60,60,60);
}

header div .company-name-wrappe .logo-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

header div .company-name-wrapper .logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

header div .company-name-wrapper .logo li:nth-of-type(1){
    width: 30px;
    margin-right: 5px;
}

header div .company-name-wrapper .logo li:nth-of-type(1){
    margin-left: 5px;
}

/* インターハイ用 */
header div .company-name-wrapper .inter-high{
    display: flex;
    justify-content: center;
}

header div .company-name-wrapper .inter-high div:nth-of-type(1){
    width: 40px;
}

header div .company-name-wrapper .inter-high div:nth-of-type(2){
    width: 250px;
}
/* --ここまで-- */



header nav ul{
    display: flex;
    justify-content: center;
    padding: 1% 0;
}

header nav ul li{
    padding: 0 2%;
    border-right: 2px solid rgb(230,230,230);
}

header nav ul li:nth-of-type(1){
    border-left: 2px solid rgb(230,230,230);
}

header nav ul li a{
    white-space: nowrap;
    text-decoration: none;
    color: rgb(60,60,60);
    font-size: 1.2rem;
}

header nav ul li a:hover{
    font-weight: bold;
    border-bottom: 1px solid rgb(200,200,200);
}

.fixed{
    position:fixed;
    top:0;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
    border-bottom: 1px solid rgb(200,200,200);
    z-index: 1000;
}

/* -------------------------------- */
/* ---------front-page.php--------- */
/* -------------------------------- */
.top-img{
    padding: 0;
}

.top-img div h2{
    color: rgb(60,60,60);
    padding: 0;
    position: absolute;
    bottom: 4vw;
    left: 62vw;
    line-height: 3.8vw;
    font-size: 2.5vw;
}

.top-img div{
    position: relative;
}


/* メニュー下の画像 */
#concept{padding: 0;}



#concept .company-introduction{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    /* text-shadow: 1px 1px 1px rgb(51,51,51); */
}

#concept .company-introduction h2{
    padding: 2vw 0 1vw 0;
    font-size: 4vw;
    line-height: 5vw;
}

#concept .company-introduction p{
    margin: 0 0 5vw 0;
    font-size: 1.6vw;
}

#concept .company-introduction div{
    line-height: 2.5vw;
    font-size: 1.3vw;
}


#concept .company-introduction div .w768-br{
    display: none;
}

/* 業務案内 */
#company-information{
    background-color: rgb(51,51,51);
}

#company-information ul{
    max-width: 68.75vw;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#company-information ul li{
    width: 30%;
    padding-top: 3%;
}

#company-information ul li:nth-of-type(1),
#company-information ul li:nth-of-type(2),
#company-information ul li:nth-of-type(3){
    padding-top: 0;
}

#company-information ul li div:nth-last-of-type(1){
    border-top: 1px solid rgba(255,255,255,0.6);
    background-color: rgb(76,76,76);
    padding: 12px;
    margin-top: 2%;
    height: 160px;
}

#company-information .for-traders{
    text-align: center;
    margin-top: 4%;
    font-size: 1.3rem;
}

/* 施工実績 */
#achievements{
    background-color: rgb(51,51,51);
}


#achievements ul{
    max-width: 68.75vw;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#achievements ul li{
    width: 30%;
    /* width: 95%; */
    margin: 0 auto 5%;
}

#achievements ul li div{
    position: relative;
    width: 100%;
    height: auto;
}

#achievements ul li div:nth-last-of-type(1){
    margin-top: 3%;
    line-height: 2rem;
}

#achievements ul li div::before{
    content: "";
    display: block;
    padding-top: 75%;
}

#achievements ul li p:nth-last-of-type(1){
    line-height: 1.7rem;
}

#achievements ul li div img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#achievements ul li p:nth-of-type(1){
    margin-top: 3%;
}

/* facebookや職場改善の取組部分 */
#initiatives{
    padding: 100px 0 0;
}

#initiatives ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

#initiatives ul .facebook{
    width: 450px;
    text-align: center;
}

#initiatives ul .initiatives-icon-sp{
    display: none;
}

#initiatives ul .initiatives-icon div{
    width: 170px;
    margin-bottom: 50px;
    text-align: center;
    color: rgb(60,60,60);
}

#initiatives ul .initiatives-icon div:nth-of-type(1) img{
    width: 80%;
}

#initiatives ul .initiatives-icon div:nth-of-type(2) img{
    width: 80%;
}


#initiatives ul .initiatives-icon div:nth-of-type(1){
    line-height: 1rem;
    font-size: 1rem;
}

#initiatives ul .initiatives-icon div span{
    display: block;
    line-height: 1.4rem;
    font-size: 0.9rem;
}

#initiatives ul li{
    margin: 0 10px;
}

#initiatives ul .facebook.fb-sp{
    display: none;
}

#initiatives ul .facebook.fb-sp-small{
    display: none;
}

.kochi_green_bond{
    margin-top: 1%;
    text-align: center;
}
.green_bond{
    color:rgb(0,176,84)!important;
    /* text-decoration: underline; */
    /* border: 2px solid #94D054; */
    padding: 3px 5px;
    font-size: 1.2rem;
    border-radius: 2px;
    text-decoration: none!important;
}
.kochi_green_bond a:hover{
    opacity: 0.6;
}

.green_bond_content a{
    color: #94D054;
    border-bottom: 2px solid;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .green_bond_content a{
        /* font-size: 15px!important; */
    }
}

@media screen and (max-width: 552px){
    .green_bond_content a{
        /* font-size: 12px!important; */
    }
}

@media screen and (max-width: 320px){
    .green_bond_content a{
        /* font-size: 10px!important; */
    }
}

/* 当社の職場づくり */
#family-office{
    color: rgb(60,60,60);
}

#family-office ul{
    display: flex;
    justify-content: space-between;
    max-width:57vw;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
}

@media screen and (max-width: 1280px){
    #family-office ul{
        max-width: 80vw;
        font-size: 1.5vw;
    }
}


@media screen and (max-width: 1024px){
    #family-office ul {
        flex-wrap: wrap;
    }
    #family-office ul{
        max-width: 95vw;
        font-size: 1rem;
    }
}


#family-office ul li{
    width: 45%;
    margin-bottom: 3%;
}


@media screen and (max-width: 1024px){
    #family-office ul li{
        width: 45%!important;
    }

    #family-office ul li:nth-of-type(n+3){
        margin-top: 2%;
    }
}

#family-office ul li h3{
    text-align: center;
    margin: 3% 0;
    font-size: 1.1rem;
}

@media screen and (max-width: 1280px){
    #family-office ul li h3{
        font-size: 1.5vw!important;
    }
}
@media screen and (max-width: 1024px){
    #family-office ul li h3{
        font-size: 1.1rem!important;
    }
}

#family-office ul li a{
    text-decoration: underline;
    color: rgb(85,159,225);
}

#family-office ul li span{
    
}



/* 切り替え時用の */
.background-cafespace-switching{
    display: none;
    padding-bottom: 3%;
    background-color: rgb(51,51,51);
    color: rgb(60,60,60);
}


/* お問い合わせ */
#contact{
    /* background-color: rgb(51,51,51); */
    color: rgb(60,60,60);
}

#contact .contact-notes{
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
}

#contact .contact-form{
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
}

#contact .contact-form ul{
    display: flex;
    justify-content: center;
    border-bottom: 1.5px solid rgb(240,240,240);
}

#contact .contact-form ul li:nth-of-type(1){
    width: 25%;
}

#contact .contact-form ul li:nth-of-type(2){
    width: 12.5%;
    color: rgb(255,255,255);
}

#contact .contact-form ul li:nth-of-type(3){
    width: 60%;
}

#contact .contact-form ul li{
    padding: 2% 0;
}

#contact .contact-form ul li:nth-of-type(2) p{
    max-width: 70px;
    width: 80%;
    margin: 0 auto;
    padding: 1% 0;
    background-color: rgb(20,53,104);
    text-align: center;
    border-radius: 10px;
}

#contact .contact-form ul li input{
    width: 100%;
    padding: 1%;
    border-radius: 5px;
    border: 1px solid rgb(60,60,60);
}

#contact .contact-form ul li textarea{
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgb(60,60,60);
    padding: 1%;
}

#contact .approve{
    max-width: 800px;
    width: 95%;
    margin: 1% auto 0;
}

#contact .approve .wpcf7-list-item{
    margin: 0!important;
}

#contact .contact-btn{
    text-align: center;
}

/* ローダー */
div.wpcf7 .ajax-loader {
    display: block;
    margin: 5px auto 0;
}

#contact .contact-btn input[type="submit"]{
    width: 150px;
    margin-top: 3%;
    padding: 1% 0;
    border-radius: 5px;
    border: none;
}

/* #contact .contact-btn input[type="submit"]:hover{
    opacity: 0.8;
    cursor: pointer;
} */

/* 会社概要 */
#about-company{
    padding-top: 60px;
}

#about-company .about-company-wrapper{
    max-width: 800px;
    width: 95%;
    margin: 0 auto 0;
    padding: 40px 0 20px;
    background-color: rgba(255,255,255,0.75);
}

#about-company .about-company-wrapper h2{
    padding-top: 0px;
}

#about-company div{
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
}
#about-company div ul{
    padding: 3% 0;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.6);
}

#about-company div ul:nth-last-of-type(1){
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

#about-company div ul li:nth-of-type(1){
    width: 40%;
    text-align: center;
}

#about-company div ul li:nth-of-type(2){
    width: 60%;
}

#about-company div ul li br{
    display: none;
}

#about-company div ul li div{
    width: 100px;
    text-align: left;
}

#access{
    color: rgb(60,60,60);
    padding-bottom: 0;
}

#access iframe{
    vertical-align: bottom;
}


/* ---------------------------- */
/* ------page-recruit.php------ */
/* ---------------------------- */
#recruit-container{
    color: rgb(60,60,60);
}

#recruit-container .recruit-top ul{
    position: relative;
}

#recruit-container .recruit-top ul li:nth-of-type(1){
    position: relative;
}

#recruit-container .recruit-top ul li:nth-of-type(2){
    position: absolute;
    width: 40vw;
    right: 7vw;
    bottom: 0;
    z-index: 1;
}

#recruit-container .recruit-top ul li:nth-of-type(3){
    position: absolute;
    /* top: 10vw;
    right: 41.5vw; */
    bottom: 5vw;
    right: 1vw;
    font-size: 13vw;
    font-weight: bold;
    color: rgb(255,255,255);
    line-height: 4vw;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    z-index: 0;
    text-shadow: 1px 2px 3px #161515;
}

#recruit-container .recruit-top ul li:nth-of-type(3) span{
    font-size: 4vw;
    font-weight: normal;
    
}

#recruit-container .recruit-concept{
    text-align: center;
}

#recruit-container .recruit-concept h3{
    display: inline-block;
    font-size: 4.5rem;
    text-align: center;
    line-height: 4.5rem;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    color: rgb(56,99,173);
}

#recruit-container .recruit-concept .concept-contents{
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
    padding-top: 5%;
    text-align: left;
}

#recruit-container .recruit-concept .ambiance-wrapper{
    max-height: 1250px;
    height: 95vw;
}

#recruit-container .recruit-concept .ambiance-images{
    max-width: 1300px;
    width: 95%;
    margin: 5% auto 0;
    max-height: 800px;
    height: 60vw;
    position: relative;
}

#recruit-container .recruit-concept .ambiance-images li{
    position: absolute;
    max-width: 800px;
    width: 60vw;
}

#recruit-container .recruit-concept .ambiance-images li:nth-of-type(1){
    top: 10%;
    right: 0;
    z-index: 2;
}

#recruit-container .recruit-concept .ambiance-images li:nth-of-type(2){
    top: 60%;
    left: 0;
    z-index: 1;
}



/* #recruit-container .recruit-concept .ambiance-images li:nth-of-type(3){
    top: 100%;
    right: 0;
    z-index: 0;
} */

#recruit-container .recruit-concept .ambiance-images li:nth-of-type(3){
    max-width: 220px;
    width: 20vw;
    top: 0%;
    left: 5vw;
    transform: scale(-1, 1);
}

#recruit-container .recruit-concept .ambiance-images li:nth-of-type(4){
    top: 2%;
    left: 7vw;
    font-size: 1.5rem;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    color: rgb(105,74,34);
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/* #recruit-container .recruit-concept .ambiance-images li:nth-of-type(5){
    top: 160%;
    right: 0;
} */

#recruit-container .recruit-concept .ambiance-images li:nth-of-type(5){
    top: 100%;
    /* right: 63vw; */
    right: 3vw;
    width: 350px;
    text-align: left;
    font-size: 1.5rem;
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    color: rgb(105,74,34);
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#recruit-container .recruit-concept .ambiance-images li:nth-of-type(6){
    max-width: 200px;
    top: 115%;
    /* right: 65vw; */
    right: 5vw;
    width: 19vw;
    transform: scale(-1, 1);
}

#recruit-container .recruit-concept .ambiance-images li .block480{
    display: none;
}

/* SCENERY(社内風景) */
#recruit-container .recruit-scenery .scenery-wrapper{
    max-width: 1024px;
    width: 95%;
    margin: 0 auto;
}

#recruit-container .recruit-scenery .scenery-wrapper .column3{
    display: flex;
    justify-content: space-between;
    padding-top: 0.5%;
}

#recruit-container .recruit-scenery .scenery-wrapper .column3 li{
    width: 33%;
}

.pickup-wrapper{
    max-height: 1150px;
    height: 90vw;
}

.pickup-images{
    max-width: 1300px;
    width: 95%;
    margin: 5% auto 0;
    max-height: 800px;
    height: 60vw;
    position: relative;
}

.pickup-images li{
    position: absolute;
    max-width: 800px;
    width: 60vw;
}

.pickup-images li:nth-of-type(1){
    top: 10%;
    left: 0;
    z-index: 1;
}

.pickup-images li:nth-of-type(2){
    top: 60%;
    right: 0;
    z-index: 2;
}


.pickup-images li:nth-of-type(3){
    max-width: 220px;
    top: 110%;
    /* right: 65vw; */
    left: 5vw;
    width: 19vw;
    transform: scale(-1, 1);
}

.pickup-images li:nth-of-type(4){
    top: 95%;
    /* right: 63vw; */
    left: 1.5vw;
    width: 370px;
    text-align: left;
    font-size: 1.5rem;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    color: rgb(105,74,34);
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.pickup-images li:nth-of-type(5){
    display: inline-block;
    width: auto;
    top: 10%;
    right: 60px;
    font-size: 1.4rem;
    line-height: 3rem;
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    color: rgb(105,74,34);
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.pickup-images li:nth-of-type(6){
    max-width: 420px;
    width: 34vw;
    max-height: 360px;
    height: 280px;
    top: 0%;
    right: 0.5vw;
}

.pickup-images li:nth-of-type(6) img{
    height: 100%;
}

.pickup-images li:nth-of-type(7){
    max-width: 200px;
    width: 15vw;
    top: 92%;
    right: 0;
}

.pickup-images li .block480{
    display: none;
}

/* 募集要項 */
#recruit-container .recruit-details .details-wrapper{
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
}

#recruit-container .recruit-details .details-wrapper ul{
    display: flex;
    justify-content: center;
    padding: 2% 0;
    border-top: 1px solid rgb(200,200,200);
}

#recruit-container .recruit-details .details-wrapper ul:nth-of-type(1){
    border-top: none;
    padding-top: 0;
}

#recruit-container .recruit-details .details-wrapper ul li:nth-of-type(1){
    width: 25%;
    font-weight: bold;
}

#recruit-container .recruit-details .details-wrapper ul li:nth-of-type(2){
    width: 70%;
}

#recruit-container .recruit-details .details-wrapper ul li:nth-of-type(1) br{
    display: none;
}

#recruit-container .recruit-details .details-wrapper ul li .message{
    margin-bottom: 3%;
}

#recruit-container .recruit-details .details-wrapper ul li p{
    padding-bottom: 2%;
}


/* conceptに設定中のデザイン */
/* #recruit-container .pickup-images li:nth-of-type(1){
    right: 0;
    left: auto;
}

#recruit-container .pickup-images li:nth-of-type(2){
    left: 0 !important;
}


#recruit-container .pickup-images li:nth-of-type(6){
    left: 0;
    right: auto;
    transform: scale(-1, 1);
} */

/* ---------------------------- */
/* ---------footer.php--------- */
/* ---------------------------- */
#footer{
    border-top: 1px solid rgb(69,106,181);
    background-color: rgb(227,227,227);
    color: rgb(60,60,60);
    padding: 3% 0;
}

#footer ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1%;
}

#footer ul li:nth-of-type(1){
    width: 40px;
}

#footer h2{
    padding: 0;
    font-weight: bold;
    line-height: normal;
}

#footer p{
    text-align: center;
}

#footer p:nth-of-type(1){
    padding-bottom: 5px;
}

#footer p .br768{
    display: none;
}

@media screen and (max-width: 1235px){
    .pickup-images li:nth-of-type(5){
        right: auto;
        left: 66vw;
    }
}

@media screen and (max-width: 1745px){
    /*1300pxまでの処理*/
    #company-information ul li div:nth-last-of-type(1){
        height: 190px;
    }
}

@media screen and (max-width: 1405px){
    /*1300pxまでの処理*/
    #company-information ul li div:nth-last-of-type(1){
        height: 220px;
    }
}

@media screen and (max-width: 1300px){
    /*1300pxまでの処理*/
    /* -------------------------------- */
    /* ---------front-page.php--------- */
    /* -------------------------------- */

    #concept .company-introduction h2{
        padding:40px 0 20px 0;
        font-size: 3.5rem;
    }
    
    #concept .company-introduction p{
        margin: 0 0 100px 0;
        font-size: 1.3rem;
    }
    
    #concept .company-introduction div{
        line-height: 2.2rem;
        font-size: 1.1rem;
    }

    #company-information ul{
        justify-content: space-around;
    }

    /* 施工実績 */
    #achievements ul{
        justify-content: space-around;
    }


    .pickup-images li:nth-of-type(5){
        white-space: nowrap;
        /* right: 2.7vw; */
        /* left: 66vw; */
    }
    .pickup-images li:nth-of-type(6){
        width: 32.5vw;
    }
}

@media screen and (max-width: 1172px){
    /*1172pxまでの処理*/
    #recruit-container .recruit-concept .ambiance-images li:nth-of-type(4){
        font-size: 2vw;
    }

    #recruit-container .recruit-concept .ambiance-images li:nth-of-type(5){
        width: 30vw;
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .pickup-images li:nth-of-type(1){
        top: 20%;
    }

    .pickup-images li:nth-of-type(2){
        top: 70%;
    }
    
    .pickup-images li:nth-of-type(3){
        top: 125%;
    }

    .pickup-images li:nth-of-type(4){
        top: 105%;
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .pickup-images li:nth-of-type(5){
        /* top: 10%; */
        /* width: 48vw; */
        font-size: 2vw;
        line-height: 4vw;
        /* left: 65.5vw; */
    }

    .pickup-images li:nth-of-type(6){
        right: 0;
        /* min-height: 150px; */
        height: 20vw;
    }

    .pickup-images li:nth-of-type(7){
        top: 96%;
    }

    /* .pickup-images li:nth-of-type(6){
        top: 10%;
        max-width: 200px;
    } */
}

@media screen and (max-width: 1150px){
    /* 1141pxまでの処理 */
    /* -------------------------------- */
    /* ---------front-page.php--------- */
    /* -------------------------------- */
    #company-information ul li div:nth-last-of-type(1){
        height: 250px;
    }
}


@media screen and (max-width: 1024px){
    /*1024pxまでの処理*/
    /* -------------------------------- */
    /* -----------header.php----------- */
    /* -------------------------------- */
    header div .company-name-wrapper{
        /* height:8.125vw; */
    }

    header div .company-name-wrapper .logo{
        padding: 1% 0;
    }

    header nav ul li{
        border: none;
    }

    header nav ul li:nth-of-type(1){
        border: none;
    }

    header nav ul li a{
        color: rgb(255,255,255);
    }

    header nav ul li a:hover{
        border-bottom: none;
        text-decoration: underline;
    }

    

    /* ボタンを装飾 */
    .menu-trigger{
        display: block;
        position: fixed;
        /* top: 25px; */
        top: 10px;
        right: 5px;
        width: 55px;      
        height: 45px;          
        z-index: 3;
        border:none;    
    }   

    .menu-trigger span{      
        width: 30px;      
        height: 3px;        
        display: block;      
        position: absolute;      
        left: 50%;      
        transform: translateX(-50%);      
        background-color: rgb(0,149,217);    
    }    
    .menu-trigger span:nth-of-type(1){   
        top: 12px;
    }
    .menu-trigger span:nth-of-type(2){    
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .menu-trigger span:nth-of-type(3){
        bottom: 12px;
    }

    /* 3本線が☓印になるCSS */
    .menu-trigger.close span{
        background-color: rgb(255,255,255); 
    }
    
    .menu-trigger.close span:nth-of-type(1){      
        transform: translate(-50%,10px) rotate(45deg);      
        transition: transform .3s;  
    }    
    .menu-trigger.close span:nth-of-type(2){      
        opacity: 0;       
        transition: opacity .3s;    
    }    
    .menu-trigger.close span:nth-of-type(3){      
        transform: translate(-50%,-8px) rotate(-45deg);      
        transition: transform .3s;    
    }

    /* ハンバーガーメニューを全画面表示 */
    .nav-wrapper{      
        display: none;      
        width: 100vw;      
        height: 100vh;      
        position: fixed;      
        top: 0;      
        left: 0;       
        z-index: 2;  
    }     
    nav{        
        width: 100%;        
        height: 100%;        
        background-color:rgba(0,0,0,0.9);        
        z-index: 2;      
    }     
    nav .menu{        
        display: block;        
        position: absolute;        
        top: 50%;        
        left: 50%;        
        transform: translate(-50%,-50%);        
        text-align: center;
        background-color: transparent ;
    }      
    nav .menu li{        
        margin-right: 0;
        margin-bottom: 40px;      
    }

    nav .menu li a{
        display: block;
    }

    .fixed{
        border-bottom: none;
    }

    /* -------------------------------- */
    /* ---------front-page.php--------- */
    /* -------------------------------- */
    /* メニュー直下 */
    /* #concept .company-introduction h2{
        padding-bottom: 2vw;
    }
    
    #concept .company-introduction p{
        margin-bottom: 3vw;
        font-size: 1.1rem;
    }

    #concept .company-introduction div{
        font-size: 1rem;
        line-height: 1.8rem;
    } */

    .top-img div h2{
        bottom: 4vw;
        left: 60vw;
        font-size: 1.5rem;
    }

    /* 業務案内 */
    #company-information ul{
        max-width: 100%;
    }

    #company-information ul li div:nth-last-of-type(1){
        height: 220px;
    }

    /* 施工実績 */
    #achievements ul{
        max-width: 100%;
    }

    /* facebookや職場改善の取組部分 */
    #initiatives ul{
        flex-direction: column;
    }

    #initiatives ul li{
        margin: 0;
    }

    #initiatives ul .facebook{
        margin-bottom: 20px;
    }

    #initiatives ul .facebook{
        margin: 0 auto 20px;
    }

    #initiatives ul .initiatives-icon{
        display: flex;
        align-items: start;
        justify-content: space-around;
    }

    #initiatives ul .initiatives-icon div{
        margin: 0;
    }

    #initiatives ul .initiatives-icon{
        display: none;
    }

    #initiatives ul .initiatives-icon-sp{
        display: inline;
        flex-direction: column;
    }

    #initiatives ul .initiatives-icon-sp ul{
        flex-direction: row;
    }

    #initiatives ul .initiatives-icon-sp ul:nth-of-type(1){
        flex-direction: row;
        align-items:center;
    }


    #initiatives ul .initiatives-icon-sp li{
        font-size: 1.05rem;
        max-width:200px;
        width: 25%;
        text-align:center;
        color: rgb(60,60,60);
    }

    #initiatives ul .initiatives-icon-sp li img:nth-of-type(1){
        width:70%;
    }

    #initiatives ul .initiatives-icon-sp li img:nth-of-type(2){
        width:70%;
    }

    #initiatives ul .initiatives-icon-sp li img:nth-of-type(3){
        width:100%;
    }

    /* 当社の職場づくり */
    #family-office ul{
        max-width: 100%;
    }
    #family-office ul li{
        width: 32%;
    }

    /* 切り替え */
    .background-cafespace-switching{
        width: 100%;
        /* height: 200.08333333vw; */
    }


    /* -------------------------- */
    /* -----recruit.php.php------ */
    /* -------------------------- */  
    #recruit-container .recruit-concept h3{
        font-size: 4rem;
        line-height: 4.2rem;
    }


    #recruit-container .recruit-concept .ambiance-images li:nth-of-type(6){
        line-height: 3vw;
    }
    


}
@media screen and (max-width: 835px){
    #company-information ul li div:nth-last-of-type(1){
        height: 250px;
    }
}

@media screen and (max-width: 768px){
    /*768pxまでの処理*/

    /* -------------------------------- */
    /* -----------header.php----------- */
    /* -------------------------------- */
    nav .menu li{
        margin-bottom: 20px;
    }


    /* -------------------------------- */
    /* ---------front-page.php--------- */
    /* -------------------------------- */
    /* メニュー直下 */
    .top-img div h2{
        font-size: 1.2rem;
        line-height: 2rem;
    }
    #concept .concept-overlap{
        height: 500px;
    }
    #concept .company-introduction h2{
        font-size: 7vw;
        padding-bottom: 2vw;
        padding-top: 80px;
    }
    #concept .company-introduction p{
        margin-bottom: 60px;
        font-size: 1.3rem;
    }
    #concept .company-introduction div{
        font-size: 1.1rem;
        line-height: 2rem;
    }

    #concept .company-introduction div .w768-br{
        display: block;
    }

    /* #concept .company-introduction h2{
        font-size: 5vw;
        padding-bottom: 1.5vw;
    }
    
    #concept .company-introduction p{
        margin-bottom: 2vw;
        font-size: 2.5vw;
    }

    #concept .company-introduction div{
        font-size: 2.2vw;
        line-height: 3.6vw;
    } */

    /* 業務案内 */
    #company-information ul li{
        width: 48%;
    }
    
    #company-information ul li div:nth-last-of-type(1){
        height: 190px;
    }



    #company-information ul li:nth-of-type(3){
        padding-top: 3%;
    }

    /* 施工実績 */
    #achievements ul li{
        width: 48%;
    }

    /* facebookや職場改善の取組部分 */
    #initiatives ul .initiatives-icon div{
        width: 150px;
    }

    #initiatives ul .initiatives-icon-sp li{
        font-size: 2.6vw;
        line-height: 4.3vw;
    }
        
    .kochi_green_bond a {
        font-size: 1.3rem;
    }

    /* 当社の職場づくり */
    #family-office ul{
        flex-direction: column;
    }
    #family-office ul li{
        width: 95%!important;
        margin-bottom: 5%;
    }

    #family-office ul li h3{
        font-size: 1.3rem;
    }

    /* 会社概要 */
    #about-company div ul{
        padding: 0;
        height: 80px;
    }

    #about-company div ul li br{
        display: block;
    }

    /* -------------------------- */
    /* -----recruit.php.php------ */
    /* -------------------------- */  
    #recruit-container .recruit-concept h3{
        font-size: 3.2rem;
        line-height: 3.7rem;
    }

    #recruit-container .recruit-details .details-wrapper ul li:nth-of-type(1) br{
        display: block;
    }

    /* --------------------------- */
    /* --------footer.php--------- */
    /* --------------------------- */  
    #footer p span{
        display: none;
    }

    #footer p .br768{
        display: block;
    }
}

@media screen and (max-width: 640px){
    /*640pxまでの処理*/
    #company-information ul li div:nth-last-of-type(1){
        height: 220px;
    }
}

@media screen and (max-width: 515px){
    /*510pxまでの処理*/
    #company-information ul li div:nth-last-of-type(1){
        height: 250px;
    }
}

@media screen and (max-width: 480px){
    /*480pxまでの処理*/
    /* -------------------------------- */
    /* --------------タグ-------------- */
    /* -------------------------------- */
    html{
        font-size: 3.5vw;
    }

    h2{
        padding: 30px 0 20px;
        font-size: 1.5rem;
    }

    h2 span{
        font-size: 1rem;
    }

    /* -------------------------------- */
    /* -----------header.php----------- */
    /* -------------------------------- */
    .pc-img{
        display: none;
    }

    .sp-img{
        display: block;
    }

     /* ボタンを装飾 */
    .menu-trigger{
        top: 25px; 
    }   

    header div .company-name-wrapper{
        /* height: 50px; */
    }

    /* -------------------------------- */
    /* ---------front-page.php--------- */
    /* -------------------------------- */
    /* メニュー直下 */
    .top-img div h2{
        left: 62vw;
        font-size: 3.5vw;
        line-height: 5.5vw;
    }

    #concept .concept-overlap{
        height: 93vw;
    }

    #concept .company-introduction h2{
        font-size: 8vw;
        padding-bottom: 2vw;
        padding-top: 8vw;
    }
    
    #concept .company-introduction p{
        margin-bottom: 8vw;
        font-size: 4vw;
    }

    #concept .company-introduction div{
        font-size: 3.5vw;
        line-height: 6vw;
    }

    /* 業務案内 */
    #company-information ul{
        flex-direction: column;
    }

    #company-information.view2 ul{
        flex-direction: row;
    }

    #company-information ul li{
        width: 100%;
    }

    #company-information.view2 ul li{
        width: 49%;
    }

    #company-information.view2 ul li h3{
        font-size: 1.1rem;
    }

    #company-information.view2 ul li p{
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    #company-information ul li div:nth-last-of-type(1){
        padding: 10px;
        height: 40vw;
    }

    #company-information ul li div:nth-last-of-type(1) p{
        margin-bottom: 0;
    }

    #company-information .for-traders{
        font-size: 1.15rem;
    }

    /* 施工実績 */
    #achievements ul{
        flex-direction: column;
    }

    #achievements ul li{
        width: 100%;
    }

    #achievements.view2 ul{
        flex-direction: row;
    }

    #achievements.view2 ul li{
        width: 48%;
        font-size: 0.9rem;
    }

    #achievements.view2 ul li p{
        line-height: 1.5rem;
    }

    #initiatives{
        padding-top: 30px;
    }

    #initiatives ul .initiatives-icon div{
        width: 100px;
    }

    #initiatives ul .initiatives-icon-sp li{
        font-size: 0.8rem;
        line-height: 1.5rem;
        white-space: nowrap;
    }

    /* お問い合わせフォーム */
    #contact .contact-form ul{
        justify-content: left;
        flex-wrap: wrap;
        border-bottom: none;
    }

    #contact .contact-form ul li:nth-of-type(1){
        width: 33vw;
    }

    #contact .contact-form ul li:nth-of-type(3){
        width: 100%;

    }

    #contact .contact-form ul li input{
        font-size: 16px;
    }

    #contact .contact-btn input[type="submit"]{
        -webkit-appearance: none;
        padding: 3% 0;
        background-color: rgb(230,230,230);
        font-size: 1.1rem;
        width: 120px;
    }

    #contact .contact-form ul li textarea{
        font-size: 16px;
    }


    /* 会社概要 */
    #about-company div ul{
        height: 90px;
    }

    #about-company div ul li div{
        width: 90px;
    }

    /* 切り替え */
    .background-cafespace-switching{
        width: 100%;
        /* height: 250.08333333vw; */
    }

    /* --------------------------- */
    /* -----page-recruit.php------ */
    /* --------------------------- */  
    #recruit-container .recruit-concept h3{
        font-size: 2.5rem;
        line-height: 3rem;
    }

    #recruit-container .recruit-concept .ambiance-images li:nth-of-type(1){
        top: 25%;
    }

    #recruit-container .recruit-concept .ambiance-images li:nth-of-type(2){
        top: 80%;
    }

    #recruit-container .recruit-concept .ambiance-images li:nth-of-type(4){
        top: 5%;
        left: 23vw;
        font-size: 3.5vw;
        line-height: 4.2vw;
    }

    #recruit-container .recruit-concept .ambiance-images li:nth-of-type(5){
        /* top: 180%; */
        /* left: 3vw; */
        top: 115%;
        right: 1vw;
        font-size: 3vw;
        line-height: 4vw;
    }

    #recruit-container .recruit-concept .ambiance-images li:nth-of-type(6){
        /* top: 180%; */
        /* left: 3vw; */
        top: 140%;
        font-size: 3vw;
        line-height: 4vw;
        width: 16vw;
    }

    #recruit-container .recruit-concept .ambiance-images li .block480{
        display: block;
    }

    /* 社内風景 */
    #recruit-container .recruit-scenery h2{
        padding-top: 85px;
    }

    .pickup-wrapper{
        height: 110vw;
    }

    .pickup-images li:nth-of-type(1){
        top: 45%;
    }
    .pickup-images li:nth-of-type(2){
        top: 95%;
    }

    .pickup-images li:nth-of-type(3){
        top: 160%;
    }

    .pickup-images li:nth-of-type(4){
        top: 120%;
        font-size: 3.5vw;
        line-height: 4.2vw;
        left: 2%;
        width: 80%;
    }

    .pickup-images li:nth-of-type(5){
        font-size: 3.5vw;
        line-height: 6vw;
        /* right: 0;
        right: 18vw; */
        /* left: 40vw; */
        left: 43vw;
    }

    .pickup-images li:nth-of-type(6){
        top: 0%;
        right: 0vw;
        height: 25vw;
        width: 60vw;
    }

    .pickup-images li .block480{
        display: block;
    }

    /* --------------------------- */
    /* --------footer.php--------- */
    /* --------------------------- */  
    #footer ul li:nth-of-type(1){
        width: 7vw;
    }
 
    

}

@media screen and (max-width: 380px){
    /*380pxまでの処理*/

    
}


