@charset "utf-8";


/*
     =================================
        　　*   サイドマップ   *
     =================================
*/

/* ======= Fonts Settings (Mukta | Playfair Display) ======= */

@import url('https://fonts.googleapis.com/css?family=Mukta:300,400,500,600,700|Playfair+Display:400,500,600,700&display=swap');

.comIndex_head h4{
    font-size: 2.5rem;
    color: #0b0b0b;
    font-weight: bold;
    padding: 8rem 0;
}

.animate-box{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;

}
.right_line{
    border-right: 1px #999 solid;
}
@media screen and (max-width: 991px) {
    .right_line{
        border-right: none;
    }
}

.company_index .item {
    padding: 4rem 3rem;
    position: relative;
    background-size: cover;
    background-position: 50% 0 !important;
    height: 330px;
}
.company_index .item:hover:after {
    opacity: 0;
}

.company_index .item:hover h5,
.company_index .item:hover p,
.company_index .item:hover h5 .company_index .item:hover span {
    color: #fff;
}
.company_index .item:hover .numb {
    -webkit-text-stroke: 1px #fff
}
.company_index .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f4f5f7;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.company_index .item .con {
    position: relative;
    z-index: 7;
}
.company_index .item h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #0b0b0b;
    line-height: 1.75em;
    text-align: center;
}

.company_index .item .numb {
    font-size: 55px;
    line-height: 55px;
    font-weight: 300;
    color: transparent;
    -webkit-text-stroke: 2px #b36e00;
    opacity: .9;
    margin-bottom: 20px;
    text-align: center;
}
.company_index .item p {
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 500;
    color: #808080;
    text-align: center;
}

/* 採用情報 */
.company_index .bg-1 {
    background-image: url(../images/company/02.jpg);
}
/* 代表プロフィール */
.company_index .bg-2 {
    background-image: url(../images/company/02.jpg);
}
/* 沿革・歴史 */
.company_index .bg-3 {
    background-image: url(../images/company/03.jpg);
}
/* 国家認定職人 */
.company_index .bg-4 {
    background-image: url(../images/company/04.jpg);
}
/* 企業理念 */
.company_index .bg-5 {
    background-image: url(../images/company/05.jpg);
}
/* メディア掲載情報 */
.company_index .bg-6 {
    background-image: url(../images/company/06.jpg);
}
/* 会社概要 */
.company_index .bg-7 {
    background-image: url(../images/company/06.jpg);
}

/*
     =================================
        　　*    会社概要    *
     =================================
*/

.company_header{
    background:url("../company/images/back_head.jpg");
    height: 45rem;
}


.company_company{
    justify-content: center;
    padding: 2rem;
}

.company_table {
    margin-top: 6rem;

}

.history{
    width: 20%;
    padding: 25px 20px;
    background-color: rgba(255, 233, 193,0.8);
    border: 1px solid rgba(0,0,0,0.5);
    color: rgba(0,0,0,0.8);
    font-size: 1.2rem;
}
.caption{
    padding: 25px 20px;
    background: rgba(255, 233, 193,0.1);
    border: 1px solid rgba(0,0,0,0.5);
    font-size: 13px;
    letter-spacing:1px;
    text-align: left;
}

@media screen and (max-width: 768px){
    .history{
        width: 25%;
    }
}

@media screen and (max-width: 576px){
    .history{
        width: 25%;
        padding-left: 10px;
    }
}

/*
     =================================
        　　*    沿革・歴史    *
     =================================
*/
.company_history{
    justify-content: center;
}

.history_table{
    margin: 6rem 0;
}

.history_th{
    width: 25%;
    padding: 5rem 4rem 5rem 1.5rem;
    border-right: 1px solid rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.8);
    position: relative;
    text-align: right;
}

th.history_th::before{
    display: inline-block;
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    right: -4px;
    bottom: calc(50% - 2px);
    border-radius: 50%;
    background-color: #0b0b0b;
}
.caption_td{
    padding-right: 1.5rem;
    padding-left: 4rem;
    font-size: 13px;
    letter-spacing:1px;
    text-align: left;
}
@media screen and (max-width: 576px){
    .history_th{
        padding: 5rem 2rem 5rem 1.5rem;
    }
}


/*
     =================================
        　*    メディア情報    *
     =================================
*/
.company_media{
    justify-content: center;
    margin-bottom: 5rem;
}

.media_title{
    margin-top: 30px;
    margin-bottom: 10px;
}
.media_title p{
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    padding: 0.5rem 0;
    position: relative;
    display: inline-block;
    margin-top: 3rem;
    margin-bottom: 1.2rem;
}

.media_title p:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    background-color: #cc7e00;
}

.md_as dt{
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-top: 1rem;
    padding-left: 1rem;
    width: 25%
}
.md_as dd{
    padding-top: 10px;
    border-bottom:1px solid #CCC;
    padding-bottom: 15px;
    font-size: 12px;
}
.md_as{
    margin-left: 40px;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .md_as dt{
        float: none;
        width: 100%;
    }
    .md_as dd{
        padding-left: 2rem;
    }
}

@media screen and (max-width: 576px) {
    .md_as {
        margin-left: 2rem;
    }
}



/*
     =================================
         *    国家認定の技能士    *
     =================================
*/


.service_skill{
    margin-top: 10rem;
    max-width: 1100px;
}

.service_skill_01{
    flex-direction: row-reverse;
    align-items: center;
}

.service_skill_img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.skill_content_p2{
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
    margin-bottom: 2rem;
    letter-spacing:2px;
}

.skill_content_p2 span{
    display: block;
    font-size: 1.4rem;
    color: #cc7e00;
    letter-spacing:1px;
}

.skill_content p:last-child{
    width: 150%;
    display: block;
    background: #F4F5F7;
    padding: 3rem 3rem 3rem 0;
    letter-spacing:2px;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .service_skill{
        padding: 0 1rem 0 1rem;
    }
    .skill_content_p2 span{
        padding-top: 3rem;
    }

    .skill_content p:last-child{
        width: 100%;
        padding: 0;
    }

}

.skill_content_02{
    margin: 10rem 0;
}

.technician_title_2{
    margin: 6rem 0 5rem 0;
}

.technician_title_2 h2{
    display: inline-block;
    font-size: 2.4rem;
    color: #333631;
    font-weight: 600;
    position: relative;
    letter-spacing: .3rem;
    line-height: 3.5rem;
    padding: 0 15px;
}

.technician_title_2 h2:before{
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(204,126,0,0.6);
    bottom: 3px;
    z-index: -1;
}

.skill_content_02 p{
    padding: 1.2rem 0;
    letter-spacing: 2px;
    line-height: 2.4rem;
}

.s_content_p span{
    font-weight: bold;
    font-size: 22px;
}

.s_content_p02:last-child p span{
    display: block;
    padding-top: 4rem;
    position: relative;
}

.s_content_p02:last-child p span::before{
    position: absolute;
    content: "";
    height: 3px;
    width: 15%;
    background: #0b0b0b;
    bottom: 0;
    left: 0;
}


/*
     =================================
         *    代表プロフィール    *
     =================================
*/

.profile_main{
    background-color: #224558;
    margin: 8rem 0;
    padding-bottom: 40px;
}

.profile_title{
    margin-top: 80px;
}

.profile_title img{
    padding: 1rem;
    border: 5px solid #e68e00;
    border-radius: 50%;
}

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

    .profile_title img{
        width:95%;
    }

}

.profile_main .profile_contents{
    margin-top: 40px;
}

.profile_main .profile_contents > ul li{
    letter-spacing:2px;
    padding-left: 1em;
    padding-top:10px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(210, 210, 210,0.5);
    color: #fff;
}

.profile_main .profile_title h2{
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 1px;
    color:#e68e00;
    margin-top: 30px;
    text-align: center;
}
.profile_main .profile_title p{
    color: #F4F5F7;
    font-size: 1.3rem;
}

.profile_main .profile_contents p{
    display: block;
    text-shadow: 5px 3px 0 rgba(139, 114, 49,0.2);
    font-weight: 600;
    padding: 5px;
    color: #e68e00;
}

.profile_main .profile_contents em{
    display: block;
    background: rgba(139, 114, 49,0.2);
    height: 5px;
    width: 10px;
}

.profile_h3{
    padding: 3rem 3rem 0 3rem;
}

.profile_h3 h3{
    font-size: 2.7rem;
    font-weight: bold;
    display: inline-block;
}
.profile_h3 h3 span{
    display: block;
    font-size: 1.3rem;
    color: #b36e00;
    padding: 1rem 0 1rem 3.5rem;
    position: relative;
}

.profile_h3 h3 span::before{
    content: "";
    position: absolute;
    left: 0;
    bottom:calc(50% - 1px);
    height: 2px;
    width: 2.5rem;
    background: #b36e00;
}

.profile_p{
    margin-top: 2rem;
    margin-bottom: 5rem;
    padding: 0 3rem;
}

.profile_p p{
    padding-top: 1.5rem;
    line-height: 2.7rem;
}

.profile_p p span{
    font-weight: bold;
}

.profile_p tr{
    border-bottom: 1px rgba(0,0,0,0.3) solid;
}

.profile_history{
    width: 20%;
    padding: 2.3rem;
    vertical-align: top;
    font-size: 1.2rem;
}
.profile_caption{
    padding: 2.3rem;
    font-size: 13px;
    letter-spacing:1px;
    text-align: left;
}
@media screen and (max-width: 991px) {
    .profile_history{
        width: 20%;
        padding: 2.3rem 0 2.3rem 0;
    }
}

/*
     =================================
        　　 *    採用情報  　 *
     =================================
*/

.employment_top_back{
    width: 100%;
    height: 100vh;
}

.e_top_img{
    background-image: url("../company/images/employment/employment.jpg");
    background-size: cover;
    -webkit-background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
    display: block;
}

.employment_content_top{
    position: absolute;
    top: calc(50%);
    width: 100%;
}


.employment_content_top h2{
    padding-bottom:20px;
    font-weight:bold;
    font-size: 4.6rem;
    color: #eee;
    display: block;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .employment_content_top h2{
        font-size: 3.8rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (max-width: 576px) {
    .employment_content_top h2{
        font-size: 3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/*　------------　コンテンツ　-------------　*/

.employment_back{
    margin-top: 10rem;
    display: block;
}

.employment_content{
    align-items: center;
    background-color: #F4F5F7;
    height: auto;
    box-shadow: #c0c0c0 0 0 7px;
    border-radius: 10px;
}

.employment_content_p{
    padding: 1.5rem;
    height: auto;
    align-items: center;
}

.employment_content_p p{
    font-size: 1.6rem;
    padding-left: 3rem;
    text-align: justify;
    padding-bottom: 1.5rem;
}

.employment_content_p h3{
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-bottom: 3rem;
    color:#b36e00;
    text-shadow: #c0c0c0 0 0 7px;
}

.employment_content_img{
    width: 100%;
    height: 100%;
    display: block;
}

.employment_content_img img{
    object-fit: cover;
    width: 100%;
    height: auto;
    padding: 2rem;
}

.employment_content_02{
    margin-top: 15rem;
    border-top: #0b0b0b thick double;
    border-bottom: #0b0b0b thick double;
    padding: 8rem 0;
    text-align: center;
    margin-bottom: 15rem;
}

.employment_content_02 p{
    width: 60%;
    margin: 0 auto;
}


@media screen and (max-width: 1200px) {
    .employment_content_img img{
        width: 100%;
        padding: 0 1.5rem 0 0;
    }
    .employment_content_02 p{
        width: 70%;
    }

}
@media screen and (max-width: 992px) {
    .employment_content {
        height: auto;
    }
    .employment_content_p p{
        padding: 1.5rem
    }
    .employment_content_02 p{
        width: 75%;
    }
    .employment_content_img img{
        width: 100%;
        height: 430px;
        padding: 1.5rem 1.5rem 3rem 1.5rem;
    }
    .employment_content_p h3{
        padding: 3rem 1.5rem 1.5rem 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .employment_content_img img{
        top:0;
        position: relative;
        width: 100%;
        padding: 1.5rem 1.5rem 3rem 1.5rem;
    }
    .employment_content{
        height: auto;
    }
    .employment_content_p h3{
        padding-left: 1.5rem;
    }
    .employment_content_p p{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .employment_content_02 p{
        width: 80%;
    }
}

@media screen and (max-width: 576px) {
    .employment_content_02 p{
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/*　--------------　採用情報　-----------　*/

.employment_table {
    position: relative;
    justify-content: center;
    max-width: 98rem;
    margin: 0 auto;
    padding-bottom: 8rem;
}

.employment_table tr{
    border-bottom: 1px rgba(0,0,0,0.2) solid;
}

.employment_th{
    width: 25%;
    padding: 3.5rem 2rem;
    font-size: 1.5rem;
    vertical-align: top;
}
@media screen and (max-width: 576px) {
    .employment_th{
        font-size: 1.3rem;
    }
}
.employment_td{
    padding: 3.5rem 2rem;
    font-size: 1.5rem;
    letter-spacing:1px;
    text-align: justify;
}

@media only screen and (max-width: 600px){
    .employment_th{
        width: 25%;
    }

}

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

    .employment_th{
        width: 30%;
    }
    .employment_td{
        font-size: 13px;
    }
}



/*
     =================================
        　　*    企業理念    *
     =================================
*/

.order_main .philosophy_img01{
    margin-top: 30px;
    margin-bottom: 35px;
}

.order_main .philosophy_img01 > img{
    margin-left: 0;
    width: 95%;
    margin-top: 10px;
    padding: 15px;
}

.order_main .philosophy_contents{
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 45px;
}


.philosophy_c_title h2{
    display: inline-block;
    font-size: 2.4rem;
    color: #333631;
    font-weight: 600;
    position: relative;
    letter-spacing: .3rem;
    line-height: 3.5rem;
    padding: 0 15px;
    margin: 1.5rem 0;
}

.philosophy_c_title h2:before{
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(204,126,0,0.6);
    bottom: 3px;
    z-index: -1;
}

.philosophy_02{
    border-top: 3px dashed #CF9F41;
    border-bottom: 3px dashed #CF9F41;
    background-color: #f2f2f2;
}

.philosophy_02_content{
    padding: 1.5rem 0;
}

.philosophy_02_outline{
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    padding: 15px 0 15px 0;
    border-top: 1px solid #8A5E09;
    border-bottom: 1px solid #8A5E09;
    box-shadow:0 10px 10px -10px rgba(0,0,0,0.4),
    0 -10px 10px -10px rgba(0,0,0,0.4);
    background-color: #f2f2f2;
}

.philosophy_02_img{
    height: 480px;
    overflow: hidden;
}

.philosophy_02_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.philosophy_02_p{
    display: flex;
    align-items: center;
    height: 480px;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
}

.philosophy_02_p p{
    color: #eee;
    text-align: justify;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.philosophy_02_p em{
    display: block;
    width: 5rem;
    height: 3px;
    background-color: #eee;
    margin-top: 40px;
}


.philosophy_contents03 h2.philosophy_title{
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 40px;
    margin: 0 auto;
    color: #b36e00;
}

.philosophy_contents03 h2.philosophy_title:after,
.philosophy_contents03 h2.philosophy_title:before{
    content: "ー";
    padding: 20px;
}

@media only screen and (max-width: 525px){
    .order_main .philosophy_contents{
        padding: 20px;
    }
}

.order_main .philosophy_contents > p{
    line-height: 27px;
    letter-spacing:1px;
}


.philosophy_contents03 p{
    line-height: 23px;
    padding: 0 5px;
    text-align: justify;
    font-size: 1.4rem;
    color: rgba(0,0,0,0.7);
}

.philosophy_contents03 span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #B08022;
    padding: 1rem 0;
}

.philosophy_contents03 img{
    border: solid 3px #B08022;
    padding: 5px;
    margin-bottom: 50px;
    border-radius: 50%;
}

.philosophy_contents03 em{
    display: block;
    width: 5rem;
    height: 3px;
    background-color: #555;
    margin-left: 10px;
    margin-top: 40px;
}

.philosophy_contents03{
    padding: 50px 20px;
}