@charset "utf-8";
/*********************************************************************
 *
 *  For お客様との関わり方
 *
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_search_wrap */
/* ---------------------------------------------------- */
.sec_search_wrap {
    padding-top: 70px;
    padding-bottom: 100px;
}

.sec_search_wrap .nav_anchor>ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #000;
}

.sec_search_wrap .nav_anchor>ul>li {
    width: calc(33.33%);
    border-right: 1px solid #000;
}

.sec_search_wrap .nav_anchor a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    height: 70px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
}

.sec_search_wrap .nav_anchor a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 140px;
    height: 2px;
    background-color: #000;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.sec_search_wrap .nav_anchor a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateX(-50%) rotate(135deg);
    transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .sec_search_wrap .nav_anchor a:hover::before {
        opacity: 1;
    }

    .sec_search_wrap .nav_anchor a:hover::after {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .sec_search_wrap {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .sec_search_wrap .nav_anchor>ul {
        border: none;
        border-top: 1px solid #000;
    }

    .sec_search_wrap .nav_anchor>ul>li {
        width: 100%;
        border: none;
        border-bottom: 1px solid #000;
    }

    .sec_search_wrap .nav_anchor a {
        padding-bottom: 0;
        height: 60px;
        font-size: 1.7rem;
    }

    .sec_search_wrap .nav_anchor a::after {
        left: auto;
        right: 10px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%) rotate(135deg);
    }
}

/* ---------------------------------------------------- */
/* sec_dept_wrap */
/* ---------------------------------------------------- */
.sec_dept_wrap {
    padding-top: 150px;
    padding-bottom: 150px;
}

.sec_dept_wrap .sec_ttl {
    position: absolute;
    top: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
    white-space: nowrap;
    writing-mode: vertical-rl;
}

.sec_dept_wrap .sec_ttl.t1 {
    left: 0;
}

.sec_dept_wrap .sec_ttl.t2 {
    right: 0;
}

.sec_dept_wrap .sec_ttl .ja {
    font-size: 5.0rem;
    font-weight: 700;
}

.sec_dept_wrap .sec_ttl .en {
    margin-top: 10px;
    color: #80898E;
    font-size: 2.4rem;
    font-weight: 500;
}

.sec_dept_wrap .mv_1 {
    display: flex;
    justify-content: space-between;
    margin: 0 75px;
}

.sec_dept_wrap .mv_1 .img {
    width: 588px;
    height: 510px;
    border-radius: 30px;
    overflow: hidden;
}

.sec_dept_wrap .mv_1.t2 .img {
    order: 2;
}

.sec_dept_wrap .mv_1 .img span {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_dept_wrap .mv_1 .txt {
    padding-top: 35px;
    width: 360px;
}

.sec_dept_wrap .mv_1.t2 .txt {
    order: 1;
}

.sec_dept_wrap .mv_1 .txt .ttl {
    margin-bottom: 30px;
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    white-space: nowrap;
    transform: translateX(-80px);
}

.sec_dept_wrap .mv_1.t2 .txt .ttl {
    transform: translateX(-20px);
}

.sec_dept_wrap .mv_1 .txt .ttl span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #FFF;
    border-bottom: 6px solid #FFEF24;
}

.sec_dept_wrap .mv_1 .txt .ttl.t2 span {
    background-color: #F1F1F1;
}

.sec_dept_wrap .mv_1 .txt .desc {
    font-size: 1.7rem;
    line-height: 2;
}

.sec_dept_wrap .copy_1 {
    margin-top: 150px;
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
}

.sec_dept_wrap .list_1 {
    margin: 100px 75px 0;
}

.sec_dept_wrap .list_1>ul>li {
    display: flex;
    justify-content: space-between;
}

.sec_dept_wrap .list_1>ul>li+li {
    margin-top: 85px;
}

.sec_dept_wrap .list_1 .clm_wrap:nth-of-type(1) {
    flex: none;
    width: 500px;
}

.sec_dept_wrap .list_1 .clm_wrap:nth-of-type(2) {
    flex: none;
    width: 455px;
}

.sec_dept_wrap .list_1>ul>li:nth-child(odd) .clm_wrap:nth-of-type(1) {
    order: 2;
}

.sec_dept_wrap .list_1>ul>li:nth-child(odd) .clm_wrap:nth-of-type(2) {
    order: 1;
}

.sec_dept_wrap .list_1 .img_1 {
    border-radius: 30px;
    overflow: hidden;
}

.sec_dept_wrap .list_1 .img_2 {
    margin-top: 30px;
}

.sec_dept_wrap .list_1 .ttl_1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: 500;
    border-bottom: 2px solid #000;
}

.sec_dept_wrap .list_1 .desc_1 {
    font-size: 1.5rem;
    line-height: 2;
}

.sec_dept_wrap .list_2 {
    position: relative;
    margin-top: 80px;
    height: 2250px;
}

.sec_dept_wrap .list_2 .item {
    position: absolute;
}

.sec_dept_wrap .list_2 .txt_1 {
    position: absolute;
    padding: 25px 20px;
    width: 310px;
    background-color: #FFF;
}

.sec_dept_wrap .list_2 .txt_1 .ttl_1 {
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-weight: 500;
}

.sec_dept_wrap .list_2 .txt_1 .desc_1 {
    font-size: 1.3rem;
}

.sec_dept_wrap .list_2 .item_1 {
    right: -125px;
    top: 0;
    width: 455px;
}

.sec_dept_wrap .list_2 .item_1 .txt_1 {
    left: -160px;
    top: 50%;
    transform: translateY(-50%);
}

.sec_dept_wrap .list_2 .item_2 {
    left: -125px;
    top: 75px;
    width: 510px;
}

.sec_dept_wrap .list_2 .item_2 .txt_1 {
    right: -25px;
    bottom: -140px;
}

.sec_dept_wrap .list_2 .item_3 {
    left: 440px;
    top: 368px;
    width: 455px;
}

.sec_dept_wrap .list_2 .item_3 .txt_1 {
    right: -250px;
    top: 50%;
    transform: translateY(-50%);
}

.sec_dept_wrap .list_2 .item_4 {
    left: 75px;
    top: 670px;
    width: 338px;
}

.sec_dept_wrap .list_2 .item_4 .txt_1 {
    left: -75px;
    top: -25px;
}

.sec_dept_wrap .list_2 .item_5 {
    right: -125px;
    top: 744px;
    width: 551px;
}

.sec_dept_wrap .list_2 .item_5 .txt_1 {
    left: -220px;
    top: 50%;
    transform: translateY(-50%);
}

.sec_dept_wrap .list_2 .item_6 {
    left: -125px;
    top: 1256px;
    width: 546px;
}

.sec_dept_wrap .list_2 .item_6 .txt_1 {
    right: -25px;
    bottom: -25px;
}

.sec_dept_wrap .list_2 .item_7 {
    left: 525px;
    top: 1190px;
    width: 546px;
}

.sec_dept_wrap .list_2 .item_7 .txt_1 {
    right: -125px;
    bottom: -25px;
}

.sec_dept_wrap .list_2 .item_8 {
    left: 190px;
    top: 1928px;
    width: 488px;
}

.sec_dept_wrap .list_2 .item_8 .txt_1 {
    left: -210px;
    top: 50%;
    transform: translateY(-50%);
}

.sec_dept_wrap .list_2 .item_9 {
    right: -125px;
    top: 1654px;
    width: 515px;
}

.sec_dept_wrap .list_2 .item_9 .txt_1 {
    left: -185px;
    top: -50px;
}

.sec_dept_wrap .list_3 {
    margin-top: 70px;
}

.sec_dept_wrap .list_3>ul {
    display: flex;
    justify-content: space-between;
}

.sec_dept_wrap .list_3>ul>li {
    padding: 0 40px 70px;
    width: 565px;
}

.sec_dept_wrap .list_3>ul>li:nth-child(1) {
    background-color: #D8D8D8;
}

.sec_dept_wrap .list_3>ul>li:nth-child(2) {
    background-color: #EDEDED;
}

.sec_dept_wrap .list_3 .ttl_1 {
    margin: 0 auto 50px;
    width: 380px;
    height: 100px;
    line-height: 1;
    text-align: center;
    background-color: #FFF;
    border-radius: 0 0 20px 20px;
}

.sec_dept_wrap .list_3 .ttl_1 .en {
    display: block;
    font-size: 4.0rem;
    font-weight: 500;
}

.sec_dept_wrap .list_3 .ttl_1 .ja {
    display: block;
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 500;
}

.sec_dept_wrap .list_3 .detail_1 {
    margin: 0 20px 40px;
    min-height: 430px;
}

.sec_dept_wrap .list_3 .detail_1 table {
    width: 100%;
}

.sec_dept_wrap .list_3 .detail_1 table th {
    padding-right: 20px;
    padding-bottom: 10px;
    width: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: top;
    border-right: 1px solid #FFF;
}

.sec_dept_wrap .list_3 .detail_1 table td {
    padding-left: 20px;
    padding-bottom: 10px;
    vertical-align: top;
}

.sec_dept_wrap .list_3 .img_1 {
    margin-bottom: 50px;
}

.sec_dept_wrap .list_3 .btn_dl::after {
    display: none;
}


@media (max-width: 767px) {
    .sec_dept_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sec_dept_wrap .sec_ttl {
        top: 5px;
    }

    .sec_dept_wrap .sec_ttl .ja {
        font-size: 3.0rem;
    }

    .sec_dept_wrap .sec_ttl .en {
        font-size: 1.2rem;
    }

    .sec_dept_wrap .mv_1 {
        display: block;
        margin: 0;
    }

    .sec_dept_wrap .mv_1 .img {
        margin-left: auto;
        margin-right: -20px;
        width: calc(100% - 35px);
        height: auto;
        border-radius: 20px 0 0 20px;
    }

    .sec_dept_wrap .mv_1.t2 .img {
        margin-left: -20px;
        border-radius: 0 20px 20px 0;
    }


    .sec_dept_wrap .mv_1 .img span {
        padding-top: 100%;
        height: 0;
    }

    .sec_dept_wrap .mv_1 .txt {
        padding-top: 0;
        margin-top: -75px;
        width: auto;
    }

    .sec_dept_wrap .mv_1 .txt .ttl {
        margin-bottom: 20px;
        font-size: 2.2rem;
        transform: translateX(-5px);
    }

    .sec_dept_wrap .mv_1.t2 .txt .ttl {
        text-align: right;
        transform: translateX(5px);
    }

    .sec_dept_wrap .mv_1 .txt .ttl span {
        margin-bottom: 10px;
        padding: 10px 15px;
    }

    .sec_dept_wrap .copy_1 {
        margin-top: 60px;
        font-size: 2.0rem;
        letter-spacing: 0.05em;
    }

    .sec_dept_wrap .list_1 {
        margin: 60px 0 0;
    }

    .sec_dept_wrap .list_1>ul>li {
        display: block;
    }

    .sec_dept_wrap .list_1>ul>li+li {
        margin-top: 60px;
    }

    .sec_dept_wrap .list_1 .clm_wrap:nth-of-type(1) {
        margin-bottom: 30px;
        width: auto;
    }

    .sec_dept_wrap .list_1 .clm_wrap:nth-of-type(2) {
        width: auto;
    }

    .sec_dept_wrap .list_1 .img_1 {
        border-radius: 20px;
    }

    .sec_dept_wrap .list_1 .img_2 {
        margin-top: 20px;
    }

    .sec_dept_wrap .list_1 .ttl_1 {
        font-size: 2.0rem;
    }

    .sec_dept_wrap .list_1 .desc_1 {
        font-size: 1.6rem;
    }

    .sec_dept_wrap .list_2 {
        margin-top: 50px;
        height: auto;
    }

    .sec_dept_wrap .list_2>ul>li+li {
        margin-top: 40px;
    }

    .sec_dept_wrap .list_2 .item {
        position: static;
        width: auto !important;
    }

    .sec_dept_wrap .list_2 .img_1 {
        margin: 0 -20px;
    }

    .sec_dept_wrap .list_2 .txt_1 {
        position: static;
        transform: translate(0, 0) !important;
        margin-top: -40px;
        padding: 20px;
        width: auto;
    }

    .sec_dept_wrap .list_2 .txt_1 .ttl_1 {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }

    .sec_dept_wrap .list_2 .txt_1 .desc_1 {
        font-size: 1.5rem;
    }





    .sec_dept_wrap .list_3 {
        margin: 50px -20px 0;
    }

    .sec_dept_wrap .list_3>ul {
        display: block;
    }

    .sec_dept_wrap .list_3>ul>li {
        padding: 0 20px 40px;
        width: auto;
    }

    .sec_dept_wrap .list_3>ul>li+li {
        margin-top: 50px;
    }

    .sec_dept_wrap .list_3 .ttl_1 {
        width: 250px;
        height: 60px;
    }

    .sec_dept_wrap .list_3 .ttl_1 .en {
        font-size: 2.4rem;
    }

    .sec_dept_wrap .list_3 .ttl_1 .ja {
        font-size: 1.4rem;
    }

    .sec_dept_wrap .list_3 .detail_1 {
        margin: 0 0 35px;
        min-height: auto;
    }

    .sec_dept_wrap .list_3 .detail_1 table th {
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .sec_dept_wrap .list_3 .detail_1 table td {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .sec_dept_wrap .list_3 .img_1 {
        margin-bottom: 20px;
    }

}






/* ---------------------------------------------------- */
/* sec_sales_wrap */
/* ---------------------------------------------------- */
.sec_sales_wrap {
    background-color: #F1F1F1;
    background-image: url(../../common/img/bg/line_1.png);
    background-size: 21px auto;
    background-position: center;
}


/* ---------------------------------------------------- */
/* sec_design_wrap */
/* ---------------------------------------------------- */
.sec_design_wrap {}


/* ---------------------------------------------------- */
/* sec_construction_wrap */
/* ---------------------------------------------------- */
.sec_construction_wrap {
    background-color: #F1F1F1;
    background-image: url(../../common/img/bg/line_1.png);
    background-size: 21px auto;
    background-position: center;
}