@charset "utf-8";

/* ===== works.css ===== */
/* -- works_link -- */
.works_link.splide__list,
.works_link {
    display: flex!important;
    flex-wrap: wrap;
    margin-top: 60px!important;
}
.works_link > * {
    margin: 0 3.47% 4.4% 0!important;
    width: 31.02%;
}
.works_link > :nth-child(3n) {
    margin-right: 0!important;
}
.works_link > :nth-last-child(2),
.works_link > :nth-last-child(3),
.works_link > :nth-last-child(4),
.works_link > :last-child {
    margin-bottom: 0;
}
.works_link a {
    display: block;
}
.works_link .place {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 17px;
}
.works_link .place span {
    color: #000;
    position: relative;
    margin-right: 10px;
    background: linear-gradient( transparent 56%, #E2E2E2 56%, #E2E2E2 100%, transparent 100% );
}
.works_link .place span:last-child {
    color: #888;
    margin-right: 0;
    background: linear-gradient( transparent 56%, #fff 56%, #fff 100%, transparent 100% );
}
.works_link .place span:nth-last-child(2) {
    margin-right: 23px;
}
.works_link .place span:nth-last-child(2):after {
    display: inline-block;
    position: relative;
    top: 2px;
    right: -12px;
    width: 1px;
    height: 13px;
    background: #D3D3D3;
    content: "";
}
.works_link .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
    letter-spacing: 0.8px;
    margin-top: 16px;
}
.works_link .corporation {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #6A6A6A;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 2px solid #D3D3D3;
}
@media screen and ( max-width: 768px ) {
    .works_link {
        margin: 30px 0 60px;
    }
    .works_link.splide__list {
        flex-wrap: nowrap;
    }
    .works_link > *,
    .works_link > :nth-child(3n),
    .works_link > :nth-last-child(3),
    .works_link > :nth-last-child(4) {
        margin: 0 3.6% 10% 0!important;
        width: 48.2%!important;
    }
    .works_link:not(.splide__list) > :nth-child(2n) {
        margin-right: 0!important;
    }
    .works_link > :nth-last-child(2),
    .works_link > :last-child {
        margin-bottom: 0;
    }
    .works_link .place {
        font-size: 12px;
        margin-top: 10px;
    }
    .works_link .place span:nth-last-child(2) {
        margin-right: 16px;
    }
    .works_link .place span:nth-last-child(2):after {
        display: inline-block;
        position: relative;
        top: 2px;
        right: -9px;
        height: 10px;
    }
    .works_link .title {
        font-size: 14px;
        margin-top: 10px;
    }
    .works_link .corporation {
        font-size: 12px;
        margin-top: 10px;
        padding-top: 10px;
        border-top-width: 1px;
    }
}

/* -- works_contents -- */
.works_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.works_contents h1 {
    font-size: 26px;
    font-weight: bold;
    margin: -11px 0 49px;
    width: 100%;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
/* - rnav - */
#rnav {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: 0.02em;
    margin-top: 70px;
    padding: 33px 0 42px;
    width: 318px;
    border: 1px solid #E9E9E9;
    background: #FFF;
}
#rnav > * {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
    padding: 0 30px;
}
#rnav > :last-child {
    margin-bottom: 0;
}
#rnav .corporation {
    margin-bottom: 29px;
    padding: 0 31px 39px;
    border-bottom: 1px solid #E9E9E9;
}
#rnav > * > * {
    width: calc(100% - 101px);
}
#rnav > * > .rnav_tit {
    font-weight: bold;
    letter-spacing: 0;
    width: 101px;
}
#rnav > * > * span {
    display: inline-block;
}
#rnav > * > * span:not(:last-child) {
    margin-right: 10px;
}
#rnav .corporation .rnav_tit {
    letter-spacing: 0.05em;
    width: 100%;
}
#rnav > * > .corporation_img {
    text-align: center;
    margin-top: 5px;
    width: 100%;
}
/* - main - */
#main {
    margin-right: auto;
    width: calc(100% - 379px);
}
/* imgSlider */
.imgSlider {
    width: 100%;
}
.imgSlider_img {
    position: relative;
}
 .imgSlider_img li:not(.act) {
    display: none;
}
.imgSlider_nav {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.imgSlider_nav > * {
    cursor: pointer;
    position: relative;
    padding-top: 11.36%;
    width: 12.21%;
}
.imgSlider_nav > :not(:last-child) {
    margin-right: 20px;
}
.imgSlider_nav > *:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #F5F5F5;
    opacity: 0.8;
    content: "";
    transition: opacity 0.2s;
}
.imgSlider_nav > .act:after {
    opacity: 0;
}
.imgSlider_nav img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
/* txtList */
#main .txtList {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.03em;
    position: relative;
    margin-top: 70px;
    padding: 29px 27px 27px 91px;
    background: #FFF;
    border-radius: 6px;
}
#main .txtList:before {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    writing-mode: vertical-rl;
    display: block;
    position: absolute;
    top: -10px;
    left: 23px;
    padding: 2px 8px 0;
    height: 100px;
}
#main .txtList.kadai:before {
    background: #EEFA52;
    content: "課題";
}
#main .txtList.kaiketsusaku:before {
    background: #70D2AA;
    content: "解決策";
}
#main .txtList.seika:before {
    background: #E9528E;
    content: "成果";
}
#main .txtList li {
    position: relative;
    padding-left: 20px;
}
#main .txtList li:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    content: "";
}
/* h2 */
#main h2 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    position: relative;
    margin: 82px 0 40px;
    padding-left: 21px;
}
#main h2:before {
    position: absolute;
    top: -1px;
    bottom: -6px;
    left: 0;
    margin: auto;
    width: 4px;
    background: #000;
    content: "";
}
/* crm */
#main .crmX,
#main .crmY {
    margin-top: 47px;
}
#main .crmX {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#main .crmX h3,
#main .crmY h3 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: 0.03em;
    margin: 0 0 15px;
    width: 100%;
}
#main .crmX :nth-child(2),
#main .crmY :nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.03em;
}
#main .crmX > :nth-child(2) {
    width: 56%;
}
#main .crmX > :nth-child(3) {
    margin-top: 7px;
    width: 39.9%;
}
#main .crmY > :nth-child(3) {
    margin-top: 22px;
}
#main .crmX > * > *:not(:last-child),
#main .crmY > * > *:not(:last-child) {
    margin-bottom: 15px;
}
#main .crmX a,
#main .crmY a {
    text-decoration: underline;
}
@media screen and ( min-width: 769px ) {
    .imgSlider_nav > * {
        transition: opacity 0.4s;
    }
    .imgSlider_nav > *:hover {
        opacity: 0.6;
    }
}
@media screen and ( max-width: 900px ) {
    .works_contents {
        display: block;
    }
    /* - rnav - */
    #rnav {
        margin-top: 50px;
        margin-bottom: 40px;
        padding: 19px 0 18px;
        width: 100%;
    }
    #rnav > * {
        padding: 0 15px;
    }
    #rnav .corporation {
        margin-bottom: 20px;
        padding: 0 14px 20px;
    }
    /* - main - */
    #main {
        width: 100%;
    }
    .imgSlider_nav > * {
        padding-top: 16.7%;
        width: 18%;
    }
    .imgSlider_nav > :not(:last-child) {
        margin-right: 2.5%;
    }
}
@media screen and ( max-width: 768px ) {
    .works_contents h1 {
        font-size: 20px;
        margin: -11px 0 33px;
    }
    /* - rnav - */
    #rnav {
        font-size: 13px;
    }
    #rnav > * {
        margin-bottom: 3px;
    }
    .rnav_tit {
        width: 90px;
    }
    #rnav .corporation_img {
        margin-top: 8px;
    }
    /* txtList */
    #main .txtList {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 50px;
        padding: 20px 20px 19px 60px;
        border-radius: 3px;
    }
    #main .txtList:before {
        font-size: 16px;
        top: -8px;
        left: 12px;
        padding: 2px 6px 0;
        height: 90px;
    }
    #main .txtList li {
        padding-left: 10px;
    }
    #main .txtList li:not(:last-child) {
        margin-bottom: 5px;
    }
    #main .txtList li:before {
        top: 8px;
        width: 4px;
        height: 4px;
    }
    /* h2 */
    #main h2 {
        font-size: 18px;
        margin: 80px 0 40px;
        padding-left: 14px;
    }
    #main h2:before {
        top: 4px;
        bottom: 0px;
        width: 3px;
    }
    /* crm */
    #main .crmX,
    #main .crmY {
        margin-top: 40px;
    }
    #main .crmX {
        display: block;
    }
    #main .crmX h3,
    #main .crmY h3 {
        font-size: 15px;
        margin: 0 0 15px;
    }
    #main .crmX :nth-child(2),
    #main .crmY :nth-child(2) {
        font-size: 14px;
    }
    #main .crmX :nth-child(2) {
        width: 100%;
    }
    #main .crmX :nth-child(3),
    #main .crmY :nth-child(3) {
        margin-top: 15px;
        width: 100%;
    }
}

/*
    js
*/
#rnav_outer {
    position: fixed;
    top: 160px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1180px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 100;
}
body.fixed #rnav_outer {
    opacity: 1;
}
#rnav_outer #rnav {
    margin-left: auto;
}
body.fixed #contents #rnav {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0s;
}
body.absolute #contents #rnav {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: opacity 0s;
}
.works_contents {
    position: relative;
}
@media screen and (min-width: 901px) {
    #luxy {
        z-index: 200;
    }
}
@media screen and (max-width: 1210px) {
    #rnav_outer {
        margin: 0 15px;
        width: auto;
    }
}
@media screen and ( max-width: 900px ) {
    #rnav_outer {
        display: none;
        top: auto;
        bottom: 0;
        margin: 0;
    }
    body.fixed #rnav_outer {
        opacity: 1;
        z-index: 100;
    }
    #rnav_outer #rnav {
        margin-top: 0;
        margin-bottom: 0;
    }
    body.fixed #contents #rnav {
        position: static;
    }
    body.absolute #contents #rnav {
        position: static;
    }
}