﻿.wrap1920 {
    margin: auto;
    width: 100%;
    max-width: 1920px;
}

.wrap1200 {
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.ttl_box {
    padding: 37px 5%;
    line-height: 1.4;
}

.bold {
    font-weight: bold;
}

.align_right {
    text-align: right;
}

/**************************************************************
*
* サービス紹介
*
***************************************************************/
#service .flex {
    justify-content: space-between;
    margin-top: 60px;
    align-items: center;
}

#service .flex .left {
    width: 45%;
}

#service .flex .right {
    width: 49%;
}

#service .flex .left .textarea {
    width: 70%;
    margin: auto;
}

#service .flex.service2 .left .textarea,
#service .flex.service4 .left .textarea {
    width: 70%;
    margin-left: 30%;
    margin-right: 70%;
}

#service .flex .right img {
    width: 100%;
    object-fit: cover;
}

.service1,
.service3 {
    flex-direction: row-reverse;
}

#service .ttl_box {
    padding-left: 0;
}

.service1 .ttl_box {
    position: relative;
}

.service1 .ttl_box::before {
    content: "exhibition stand";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #043f9b;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.service1 .ttl_box::after {
    content: "";
    width: 120px;
    height: 120px;
    background: url(../img/service/ttl_service1.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -80px;
    top: -25px;
}

.service2 .ttl_box {
    position: relative;
}

.service2 .ttl_box::before {
    content: "signboard";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #043f9b;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.service2 .ttl_box::after {
    content: "";
    width: 120px;
    height: 120px;
    background: url(../img/service/ttl_service2.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -80px;
    top: -25px;
}

.service3 .ttl_box {
    position: relative;
}

.service3 .ttl_box::before {
    content: "plastic material";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #043f9b;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.service3 .ttl_box::after {
    content: "";
    width: 120px;
    height: 120px;
    background: url(../img/service/ttl_service3.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -80px;
    top: -25px;
}

.service4 .ttl_box {
    position: relative;
}

.service4 .ttl_box::before {
    content: "cardboard furniture";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #043f9b;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.service4 .ttl_box::after {
    content: "";
    width: 120px;
    height: 120px;
    background: url(../img/service/ttl_service4.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -80px;
    top: -25px;
}

.ttl_box > a {
    position: relative;
    z-index: 20;
}

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

    #service .flex .left,
    #service .flex .right {
        width: 100%;
        margin: 30px auto;
    }

    #service .flex.service2 .left .textarea,
    #service .flex.service4 .left .textarea {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

/**************************************************************
*
* 企業情報
*
***************************************************************/
.wrap1200 {
    max-width: 1200px;
    margin: auto;

}

.width_30 {
    width: 30%;
}

.width_70 {
    width: 70%;
}

#company .ttl_box {
    padding-left: 10px;
}

#company .flex {
    justify-content: space-between;
    align-items: center;
}

#company .top_message .left {
    width: 65%;
    margin-left: 2%;
}

#company .top_message .right {
    width: 30%;
}

#company .top_message .right img {
    width: 100%;
}

#com_philosophy .content_inner {
    padding: 120px 100px 120px;
    background: url(../img/company/com_bg.png) center bottom no-repeat;
    background-size: cover;
    margin-top: 100px;
    color: #fff;
}

#company table {
    width: 100%;
    font-size: 19px;
}

#company table tr {
    border-bottom: 1px solid #dcdddd;
}

#company table tr th {
    width: 27%;
}

#company table tr th div {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background-color: #043f9b;
    margin: 20px auto;
}

#company table tr td {
    width: 70%;
    padding-left: 3%;
}

iframe {
    width: 100%;
    height: 600px;
}

#com_map {
    position: relative;
    height: 0;
    padding-bottom: 35%;
    overflow: hidden;
    max-width: 1600px;
    width: 100%;
    margin: 70px auto 0;
}

#com_map iframe,
#com_map object,
#com_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .wrap1200 {
        width: 97%;
        margin: auto;
    }

    .font_size27,
    .font_size36 {
        margin-top: 15px;
    }

    .font_size36 {
        font-size: 5.5vw;
    }

    #company .flex {
        flex-direction: row-reverse;
        justify-content: center;
    }

    #company .flex .left {
        width: 100%;
        order: 2;
    }

    #company .flex .right {
        order: 1;
        width: 50%;
        text-align: center;
        margin-bottom: 30px;
    }

    #com_philosophy .content_inner {
        padding: 120px 5% 120px;
    }

    #company table tr {
        border: none;
    }

    #company table tr th,
    #company table tr td {
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: none;

    }

    #company table tr th div {
        padding-left: 3%;
        margin-top: 0;
    }

    #company table tr td {
        padding-bottom: 20px;
    }

    #com_map {
        padding-bottom: 60%;
    }

}


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

    #service .flex .left .textarea,
    #service .flex.service2 .left .textarea,
    #service .flex.service4 .left .textarea {
        width: 80%;
    }

    #service .ttl_box {
        padding-left: 40px;
    }

    .service1 .ttl_box::before,
    .service2 .ttl_box::before,
    .service3 .ttl_box::before,
    .service4 .ttl_box::before {
        left: 40px;
    }

    .service1 .ttl_box::after,
    .service2 .ttl_box::after,
    .service3 .ttl_box::after,
    .service4 .ttl_box::after {
        left: -30px;
    }
}

@media screen and (max-width: 450px) {
    #company table {
        font-size: 17px;
    }

    #service .ttl_box .font_size26 {
        font-size: 24px;
    }

    #com_map {
        padding-bottom: 80%;
    }
}

/**************************************************************
*
* 設備紹介
*
***************************************************************/
#facility .flex {
    justify-content: space-between;
    margin-top: 60px;
    align-items: center;
}

#facility .flex .left {
    width: 45%;
}

#facility .flex .right {
    width: 49%;
}

#facility .flex .left .textarea {
    width: 70%;
    margin: auto;
    max-width: 570px;
}

#facility .flex.facility2 .left .textarea,
#facility .flex.facility4 .left .textarea {
    width: 70%;
    margin-left: 30%;
    margin-right: 70%;
}

#facility .flex .right img {
    width: 100%;
    object-fit: cover;
}

.facility1,
.facility3 {
    flex-direction: row-reverse;
}

#facility .ttl_box {
    padding-left: 0;
}

.facility1 .ttl_box {
    position: relative;
}

.facility1 .ttl_box::before {
    content: "laser";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #043f9b;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.facility1 .ttl_box::after {
    content: "";
    width: 120px;
    height: 120px;
    background: url(../img/facility/ttl_facility1.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -80px;
    top: -25px;
}

.facility2 .ttl_box {
    position: relative;
}

.facility2 .ttl_box::before {
    content: "cutting machine";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #043f9b;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.facility2 .ttl_box::after {
    content: "";
    width: 120px;
    height: 120px;
    background: url(../img/facility/ttl_facility2.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -80px;
    top: -25px;
}

.facility3 .ttl_box {
    position: relative;
}

.facility3 .ttl_box::before {
    content: "printer";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #043f9b;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.facility3 .ttl_box::after {
    content: "";
    width: 120px;
    height: 120px;
    background: url(../img/facility/ttl_facility3.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -80px;
    top: -25px;
}

.facility4 .ttl_box {
    position: relative;
}

.facility4 .ttl_box::before {
    content: "router";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #043f9b;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.facility4 .ttl_box::after {
    content: "";
    width: 120px;
    height: 120px;
    background: url(../img/facility/ttl_facility4.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -80px;
    top: -25px;
}

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

    #facility .flex .left,
    #facility .flex .right {
        width: 100%;
        margin: 30px auto;
    }

    #facility .flex.facility2 .left .textarea,
    #facility .flex.facility4 .left .textarea {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

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

        #facility .flex .left .textarea,
        #facility .flex.facility2 .left .textarea,
        #facility .flex.facility4 .left .textarea {
            width: 80%;
        }

        #facility .ttl_box {
            padding-left: 40px;
        }

        .facility1 .ttl_box::before,
        .facility2 .ttl_box::before,
        .facility3 .ttl_box::before,
        .facility4 .ttl_box::before {
            left: 40px;
        }

        .facility1 .ttl_box::after,
        .facility2 .ttl_box::after,
        .facility3 .ttl_box::after,
        .facility4 .ttl_box::after {
            left: -30px;
        }
    }

    @media screen and (max-width: 450px) {
        #facility .ttl_box .font_size26 {
            font-size: 24px;
        }
    }

}

/**************************************************************
*
* コンセプト
*
***************************************************************/
#con_lead .content_back .wrap1920 {
    padding-top: 80px;
}

#con_lead .flex {
    justify-content: space-between;
}

#con_lead .ttl_box {
    padding: 0 0 15px;
}

#con_lead .left {
    width: 46%;
    min-height: 740px;
}

#con_lead .left .textarea {
    padding-left: 10%;
    padding-bottom: 50px;
}

#con_lead .left .imgarea {
    position: relative;
}

#con_lead .left .imgarea .img01 {
    position: absolute;
    left: 0;
    top: 0;
}

#con_lead .left .imgarea .img02 {
    position: absolute;
    right: 0;
    top: 50px;
}

#con_lead .right {
    width: 50%;
    min-height: 740px;
    display: flex;
    align-items: flex-end;
}

#con_lead .image_sp {
    display: none;
}

#con_philosophy {
    margin-top: -60px;
}

#con_philosophy > .content_back {
    padding: 130px 1rem;
    background-image: url(../img/concept/con_04.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 700px;
    width: 100%;
    margin: auto;
}

.phi_list {
    margin: auto;
    width: 100%;
    max-width: 960px;
}

.phi_list > li {
    display: block;
    width: 100%;
    background: white;
    text-align: center;
    font-size: 22px;
    padding: 38px 4%;
}

.phi_list > li:not(:last-child) {
    margin-bottom: 15px;
}

#con_knowledge .content_back .content_inner {
    padding-top: 50px;
}

.know_img_pc {
    display: block;
    width: 100%;
}

.know_list_sp {
    display: none;
}


/**************************************************************
*
* リクルート
*
***************************************************************/
.introduction_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.introduction_list > li {
    width: 32%;
    text-align: center;
}

.introduction_list > li img {
    display: block;
    width: 100%;
}

.introduction_list > li .name {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 22px;
    letter-spacing: 0.2em;
}

.introduction_list > li .year {
    padding-bottom: 10px;
}

.introduction_list > li a {
    position: relative;
    background: #043F9B;
    border-radius: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    max-width: 300px;
    min-height: 60px;
    margin: auto;
    transition: 0.5s ease-in;
    text-transform: uppercase;
    overflow: hidden;
}

.introduction_list > li a::before {
    border-right: 30px solid transparent;
    transform: translateX(-100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 30px solid #00A5ED;
    border-bottom: 30px solid #00A5ED;
    transition: 0.5s ease-out;
    z-index: -1;
}

.introduction_list > li a::after {
    border-left: 30px solid transparent;
    transform: translateX(100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 30px solid #00A5ED;
    border-bottom: 30px solid #00A5ED;
    transition: 0.5s ease-out;
    z-index: -1;
}

.introduction_list > li a:hover::before {
    transform: translateX(-30%);
    z-index: 0;
}

.introduction_list > li a:hover::after {
    transform: translateX(30%);
    z-index: 0;
}

.introduction_list > li a span {
    position: relative;
    z-index: 2;
}

.introduction_list > li a span::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    vertical-align: middle;
}

.introduction_list > li a span::after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    bottom: 1px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #043F9B;
    border-right: 1px solid #043F9B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    vertical-align: middle;
}

.interview_list {
    display: flex;
    flex-wrap: wrap;
}

.interview_list > li {
    width: 100%;
    padding: 120px 0 100px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(white, #EEF4F7);
}

/**************************************************************
*
* レスポンシブ
*
***************************************************************/
@media screen and (max-width: 1500px) {
    #con_lead .left .imgarea .img02 {
        top: 100px;
    }
}

@media screen and (max-width: 1200px) {
    #con_lead .left {
        width: 100%;
        min-height: auto;
    }

    #con_lead .left .textarea {
        padding-right: 1rem;
    }

    #con_lead .left .imgarea,
    #con_lead .right {
        display: none;
    }

    #con_lead .image_sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 1rem;
    }

    #con_lead .image_sp > li img {
        display: block;
        width: 100%;
    }

    #con_lead .image_sp > li:nth-child(1) {
        max-width: 350px;
        width: 25%;
    }

    #con_lead .image_sp > li:nth-child(2) {
        max-width: 440px;
        width: 30%;
        display: flex;
        align-items: end;
        padding-bottom: 25px;
        margin-left: -10%;
    }

    #con_lead .image_sp > li:nth-child(3) {
        max-width: 960px;
        width: 45%;
    }
}

@media screen and (max-width: 1000px) {
    .know_img_pc {
        display: none;
    }

    .know_list_sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .know_list_sp > li {
        width: 38%;
    }

    .know_list_sp > li:nth-child(1),
    .know_list_sp > li:nth-child(4) {
        margin-right: -9%;
    }

    .know_list_sp > li:nth-child(3),
    .know_list_sp > li:nth-child(6) {
        margin-left: -9%;
    }

    .know_list_sp > li img {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #con_lead .left .textarea {
        padding-left: 1rem;
    }
}
