@charset "UTF-8";


/* ------------------------------------------------------------
   Worksページ
------------------------------------------------------------ */
#works .main-contents .tit {
    background: url(../img/works_bg.png) no-repeat center/cover;
    margin: 70px 0 60px;
}

#works .contents_tit {
    border-bottom: solid 3px #1e5f43;
    position: relative;
    padding-bottom: 20px;
    margin: 40px 0 45px;
}

#works .contents_tit img {
    height: 30px;
}

#works .contents_tit:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #448f30;
    bottom: -3px;
    width: 12%;
}

#works .palw {
    display: flex;
}

#works .palw a {
    text-decoration: none;
    display: block;
}

#works .palw .contents {
    width: 580px;
}

#works .palw .contents:first-child {
    margin: 0 20px 0 0;
}

#works .palw .contents .palw_tit {
    display: flex;
}

#works .palw .contents .palw_tit .tit_job {
    padding: 30px 20px;
    text-align: center;
    width: 160px;
    height: 160px;
}

#works .palw .contents .palw_tit .tit_job img {
    width: 50px;
    height: 52px;
    margin: auto;
}

#works .palw .contents .palw_tit .tit_job .job {
    display: block;
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;
    margin: 14px 0 -4px;
}

#works .palw .contents .palw_tit .tit_job .job_en {
    font-size: 0.625rem;
    color: #fff;
}

#works .palw .contents .palw_tit .tit_space {
    flex: auto;
    margin-top: 90px;
    background: #f8f8f8;
}

#works .palw .contents .palw_list {
    background: #f8f8f8;
    padding: 40px 40px 60px;
}

#works .palw .contents .palw_list p {
    margin: 0 0 20px;
}

#works .palw .contents .palw_list li {
    display: flex;
    align-items: baseline;
    margin: 5px 0 0;
}

#works .palw .contents .palw_list li .number {
    font-size: 1.25rem;
    font-weight: bold;
}

#works .palw .contents .palw_list li .text {
    margin-left: 16px;
}

#works .palw .contents .palw_list li .text_bold {
    margin-left: 16px;
    font-weight: bold;
}

#works .palw .contents .palw_list .next_btn {
    border-radius: 5px;
    padding: 16px 30px 16px 16px;
    margin: 60px 0 0;
    transition: all 0.4s ease;
}

#works .palw .contents .palw_list .next_btn2 {
    border-radius: 5px;
    padding: 16px 30px 16px 16px;
    margin: 20px 0 0;
    transition: all 0.4s ease;
}

#works .palw .pa .palw_tit .tit_job {
    background: #1e5f43;
}

#works .palw .pa .palw_list .number {
    color: #50933e;
}

#works .palw .pa .palw_list .next_btn {
    border: 1px solid #50933e;
    color: #50933e;
    background: url(../img/arrow_1@2x.png) no-repeat right 20px center/8px 14px;
}

#works .palw .pa .palw_list .next_btn:hover {
    background: #50933e url(../img/arrow_wh@2x.png) no-repeat right 20px center/8px 14px;
    color: #fff;
}

#works .palw .pa .palw_list .next_btn2 {
    border: 1px solid #50933e;
    color: #50933e;
    background: url(../img/arrow_1@2x.png) no-repeat right 20px center/8px 14px;
}

#works .palw .pa .palw_list .next_btn2:hover {
    background: #50933e url(../img/arrow_wh@2x.png) no-repeat right 20px center/8px 14px;
    color: #fff;
}

#works .palw .lw .palw_tit .tit_job {
    background: #6c1d3d;
}

#works .palw .lw .palw_list .number {
    color: #9c2d67;
}

#works .palw .lw .palw_list .next_btn {
    border: 1px solid #9c2d67;
    color: #9c2d67;
    background: url(../img/arrow_2@2x.png) no-repeat right 20px center/8px 14px;
}

#works .palw .lw .palw_list .next_btn:hover {
    background: #9c2d67 url(../img/arrow_wh@2x.png) no-repeat right 20px center/8px 14px;
    color: #fff;
}

#works .palw .lw .next_btn2 {
    border: 1px solid #9c2d67;
    color: #9c2d67;
    background: url(../img/arrow_1@2x.png) no-repeat right 20px center/8px 14px;
}

#works .palw .lw .next_btn2:hover {
    background: #9c2d67 url(../img/arrow_wh@2x.png) no-repeat right 20px center/8px 14px;
    color: #fff;
}

#works .footer {
    margin: 100px 0 0;
}

/* ------------------------------------------------------------
   Lawyerページ
------------------------------------------------------------ */
#lawyer .main-contents .tit {
    background: url(../img/works_bg.png) no-repeat center/cover;
    margin: 70px 0 60px;
}

#lawyer .contents .contents_tit {
    border-bottom: solid 3px #6c1d3d;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 45px;
}

#lawyer .contents .contents_tit img {
    height: 30px;
}

#lawyer .contents .contents_tit:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #9c2d67;
    bottom: -3px;
    width: 12%;
}

#lawyer .contents .lawyer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#lawyer .contents .lawyer .list {
    margin: 0 40px 0 0;
    flex: 1 1 880px;
}

#lawyer .contents .lawyer .list li {
    position: relative;
    margin: 0 0 20px 25px;
}

#lawyer .contents .lawyer .list li:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #9c2d67;
    border-radius: 50%;
    margin: 11px 0 0 -17px;
}

#lawyer .contents .lawyer .image {
    width: 280px;
    height: 100%;
    outline: 2px solid #fff;
    outline-offset: -8px;
}

#lawyer .contents .lawyer .image img {
    width: 100%;
}

#lawyer .contents_under {
    margin: 40px 0 0;
}

#lawyer .contents_under .under_tit {
    position: relative;
    background: #6c1d3d;
    padding: 16px 30px 23px;
}

#lawyer .contents_under .under_tit:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    margin: 16px 0 0 -30px;
}

#lawyer .contents_under .under_tit h3 {
    color: #fff;
    font-size: 1.25rem;
}

#lawyer .contents_under .under_text {
    padding: 30px;
    background: #f8f8f8;
}

#lawyer .contents_under .under_text .bold {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 20px 0;
    display: block;
}

#lawyer .contents_under .under_text .under_list li {
    position: relative;
    margin: 0 0 12px 15px;
}

#lawyer .contents_under .under_text .under_list li:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #9c2d67;
    border-radius: 50%;
    margin: 11px 0 0 -15px;
}

#lawyer .contents_under .under_text .under_item {
    margin: 30px 0 0 0;
}

#lawyer .contents_under .under_text .under_item h4 {
    color: #9c2d67;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #9c2d67;
}

/* ------------------------------------------------------------
   Patent-caseページ
------------------------------------------------------------ */
#patent-case .main-contents .tit {
    background: url(../img/works_bg.png) no-repeat center/cover;
    margin: 70px 0 60px;
}

#patent-case .contents .contents_tit {
    border-bottom: solid 3px #1e5f43;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 45px;
}

#patent-case .contents .contents_tit img {
    height: 33px;
}

#patent-case .contents .contents_tit:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #448f30;
    bottom: -3px;
    width: 12%;
}

#patent-case .contents_under {
    margin: 30px 0 0;
}

#patent-case .contents_under .under_tit {
    position: relative;
    background: #1e5f43;
    padding: 16px 30px 23px;
}

#patent-case .contents_under .under_tit:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    margin: 16px 0 0 -30px;
}

#patent-case .contents_under .under_tit h3 {
    color: #fff;
    font-size: 1.25rem;
}

#patent-case .contents_under .under_text {
    padding: 30px;
    background: #f8f8f8;
}

#patent-case .contents_under .under_text .mid {
    font-size: 1rem;
}

#patent-case .contents_under .under_text .under_item {
    display: flex;
    flex-wrap: wrap;
}

#patent-case .contents_under .under_text .under_item .col {
    flex: 46%;
    margin: 30px 0 0 0;
}

#patent-case .contents_under .under_text .under_item .col:nth-child(odd) {
    margin: 30px 40px 0 0;
}

#patent-case .contents_under .under_text .under_item .col h4 {
    color: #50933e;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #50933e;
}

#patent-case .contents_under .under_text .under_item .col li {
    position: relative;
    margin: 0 0 0 15px;
}

#patent-case .contents_under .under_text .under_item .col li:before {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    background: #000;
    border-radius: 50%;
    margin: 12px 0 0 -12px;
}

@media screen and (max-width: 767px) {
    #works .main-contents .tit {
        margin: 30px 0 40px;
    }
    #works .contents_tit {
        margin-bottom: 40px;
    }
    #works .contents_tit img {
        height: 25px;
    }
    #works .palw {
        flex-direction: column;
    }
    #works .palw .contents {
        width: 100%;
    }
    #works .palw .contents:first-child {
        margin: 0 0 60px;
    }
    #works .palw .contents .palw_tit {
        flex-direction: column;
        align-items: center;
    }
    #works .palw .contents .palw_tit .tit_job {
        z-index: 100;
    }
    #works .palw .contents .palw_tit .tit_space {
        margin: -80px;
        height: 140px;
        width: 100%;
    }
    #lawyer .main-contents .tit {
        margin: 30px 0 40px;
    }
    #lawyer .contents .contents_tit {
        margin-bottom: 40px;
    }
    #lawyer .contents .contents_tit .pc {
        display: none;
    }
    #lawyer .contents .contents_tit img {
        height: 45px;
    }
    #lawyer .contents .lawyer .list {
        margin: 0;
    }
    #lawyer .contents_under .under_tit h3 {
        font-size: 1.125rem;
    }
    #patent-case .main-contents .tit {
        margin: 30px 0 40px;
    }
    #patent-case .contents .contents_tit {
        margin-bottom: 40px;
    }
    #patent-case .contents .contents_tit img {
        height: 31px;
    }
    #patent-case .contents_under .under_tit h3 {
        font-size: 1.125rem;
    }
    #patent-case .contents_under .under_text .under_item {
        display: block;
        margin: 30px 0 0;
    }
    #patent-case .contents_under .under_text .under_item .col:nth-child(odd) {
        margin: 30px 0 0;
    }
}

@media print {
    #lawyer .contents .contents_tit .sp {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #lawyer .contents .contents_tit .sp {
        display: none;
    }
}

@media screen and (max-width: 419px) {
    #lawyer .contents .contents_tit img {
        height: auto;
        width: 100%;
    }
    #patent-case .contents .contents_tit img {
        height: auto;
        width: 100%;
    }
}
