@charset "UTF-8";


/*============================
	com-contents 
============================*/
.com-contents {
    padding: 100px 0 150px;
}


.com-pn__btn {
    width: 247px;
    height: 83px;
    background: #EEECE5;
    margin-right: 20px;
    position: relative;
    transition: .3s ease-out;
}

.com-pn__btn::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #eeece5 transparent transparent transparent;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
    transition: .3s ease-out;
}

.com-pn__btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.com-pn__btn .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.com-pn__btn:hover {
    background: #DDD9CC;
    transform: translate(0, 5px);
}

.com-pn__btn:hover a {
    opacity: 1;
}

.com-pn__btn:hover::before {
    border-color: #DDD9CC transparent transparent transparent;
}



@media screen and (max-width:1024px) {
    .com-contents {
        padding: 80px 0 100px;
    }


    .com-pn__btn {
        width: 247px;
        height: 83px;
        margin-right: 20px;
    }

    .com-pn__btn::before {
        border-width: 15px 10px 0 10px;
        bottom: -14px;
    }

    .com-pn__btn .txt {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:767px) {
    .com-contents {
        padding: 60px 0 80px;
    }


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

    .com-pn__btn {
        width: 48%;
        height: 60px;
        margin: 0 auto 20px;
    }

    .com-pn__btn::before {
        border-width: 10px 5px 0 5px;
        bottom: -9px;
    }

    .com-pn__btn .txt {
        font-size: 1.4rem;
        line-height: 1;
    }

}

/*============================
	com-contents 
============================*/
.com-concept {
    padding: 140px 0 0;
}

.c-sec__bgtxt {
    width: 57px;
    right: 0;
    top: -40px;
}

.c-con__imgwrap {
    width: 70%;
    margin: 0 -20% 0 0;
    position: relative;
}

.c-con__txtwrap {
    width: 60%;
    margin: 0 0 0 -10%;
    position: relative;
}

@media screen and (max-width:1024px) {
    .com-concept {
        padding: 100px 0 0;
    }

    .c-sec__bgtxt {
        width: 40px;
        right: 0;
        top: -25px;
    }

    .c-con__imgwrap {
        width: 70%;
        margin: 0 -20% 0 0;
    }

    .c-con__txtwrap {
        width: 60%;
        margin: 0 0 0 -10%;
    }
}

@media screen and (max-width:767px) {
    .com-concept {
        padding: 60px 0 0;
    }

    .c-sec__bgtxt {
        width: 30px;
        right: 0;
        top: -25px;
    }

    .c-con__imgwrap {
        width: 100%;
        margin: 0;
        z-index: -1;
    }

    .c-con__txtwrap {
        width: 100%;
        margin: 0;
    }

    .c-con__txt {
        line-height: 1.5;
    }
}

/*============================
	com-message
============================*/
.com-message {
    padding: 60px 0 0;
}

.c-me__txtwrap {
    width: 50%;
}

.c-me__imgwrap {
    width: 45%;
}

.c-me__name {
    text-align: right;
}

.c-me__name .name {
    font-weight: 500;
    display: block;
    text-align: right;
}
.c-me__name .txt{
    font-weight: 500;
}
.c-me__name a{
    color: #6B6EC2;
    text-decoration: underline;
}
@media screen and (max-width:1024px) {
    .com-message {
        padding: 60px 0 0;
    }
    
    .c-me__txtwrap {
        width: 50%;
    }
    
    .c-me__imgwrap {
        width: 45%;
    }
    
}

@media screen and (max-width:767px) {
    .com-message {
        padding: 60px 0 0;
    }
    .c-me__flex{
        display: flex;
        flex-direction: column-reverse;
    }
    .c-me__txtwrap {
        width: 100%;
        
    }
    
    .c-me__imgwrap {
        width: 80%;
        margin: 0 auto 30px;
    }
    .c-me__name .name{
        font-size: 1.6rem;
    }
    
}


/*============================
	com-works
============================*/
.com-works{
    padding: 60px 0 0;
}
.c-wo__img01{
    width: 36%;
}
.c-wo__img02{
    width: 62%;
}
.c-wo__ul .dot{
    font-size: 1rem;
    margin-right: .5em;
    position: relative;
    top: -2px;
}

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

}

@media screen and (max-width:767px) {
    .com-works{
        padding: 60px 0 0;
    }
    .c-wo__img01{
        width: 75%;
        margin:0 auto 20px;
    }
    .c-wo__img02{
        width: 100%;
    }
    .c-wo__ul .dot{
        font-size: 1rem;
        margin-right: .5em;
        top: -1px;
    }
    .c-wo__btm{
        width: 112%;
        margin-left: -6%;
    }
}

/*============================
	com-info
============================*/
.com-info{
    padding: 80px 0 0;
}
.c-wo__tbl{
    width: 100%;
    font-size: 1.5rem;
}
.c-wo__tbl a{
    color: #B3A86F;
}
.c-wo__tbl th{
    width: 160px;
    background: #F5F4F0;
    font-weight: 400;
    line-height: 2;
    padding: 1em;
    text-align: left;
    border-top: solid 1px #B3A86F;
    border-bottom: solid 1px #B3A86F;
}
.c-wo__tbl td{
    font-weight: 400;
    line-height: 2;
    padding: 1em 0 1em 1.5em;
    text-align: left;
    border-top: solid 1px #B3A86F;
    border-bottom: solid 1px #B3A86F;
}
@media screen and (max-width:1024px) {
    .com-info{
        padding: 80px 0 0;
    }
    .c-wo__tbl{
        font-size: 1.4rem;
    }
    .c-wo__tbl th{
        width: 140px;
        padding: 1em;
    }
    .c-wo__tbl td{
        padding: 1em 0 1em 1.5em;
    }
}

@media screen and (max-width:767px) {
    .com-info{
        padding: 60px 0 0;
    }
    .c-wo__tbl{
        font-size: 1.2rem;
        position: relative;
    }
    .c-wo__tbl th{
        width: auto;
        padding: 1em;
        white-space: nowrap;
    }
    .c-wo__tbl td{
        padding: 1em 0 1em 1em;
    }
}