@charset "utf-8";
/*-------------------------------------
            index
--------------------------------------*/
#container {
    padding-top: 79px;
}
#main .mainVisual {
    margin-bottom: 85px;
    padding-top: 184px;
    height: 950px;
    box-sizing: border-box;
    background: url(../img/index/main_bg.jpg) no-repeat center center / cover;
}
#main .mainVisual .textImg {
    margin: 0 auto;
    max-width: 1378px;
}
#main .mainVisual .textImg img {
    width: 796px;
}
#main .topBox {
    margin-bottom: 116px;
    width: 1116px;
}
#main .topBox h2 {
    margin-bottom: 53px;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.08em;
}
#main .topBox h2 span {
    margin-top: -5px;
    font-size: 4rem;
    display: block;
    letter-spacing: 0.2em;
}
#main .topBox .textBox {
    margin-bottom: 80px;
    padding: 47px 210px 60px;
    background: url(../img/index/top_bg01.jpg) no-repeat center center / cover;
}
#main .topBox .textBox .title {
    margin-bottom: 20px;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-indent: 0;
}
#main .topBox .textBox p {
    font-weight: bold;
    letter-spacing: 0.1em;
    text-indent: 1em;
}
#main .topBox .comBtn {
    margin: 40px -5px 0 auto;
    width: 200px;
}
#main .topBox .comBtn a {
    padding: 4px 5px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
#main .topBox .linkList {
    margin-top: -28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .topBox .linkList a {
    display: block;
    position: relative;
}
#main .topBox .linkList li {
    margin-top: 28px;
    width: 542px;
}
#main .topBox .linkList .pho img {
    width: 100%;
}
#main .topBox .linkList .txtBox {
    width: calc(100% - 80px);
    position: absolute;
    left: 40px;
    bottom: 29px;
}
#main .topBox .linkList .txtBox .mark {
    margin: 0 0 10px -3px;
}
#main .topBox .linkList li:nth-of-type(2n) .txtBox .mark {
    margin-left: 10px;
}
#main .topBox .linkList .txtBox .mark img {
    width: 130px;
}
#main .topBox .linkList li:nth-of-type(2n) .txtBox .mark img {
    width: 103px;
}
#main .topBox .linkList .txtBox .ttl {
    margin-bottom: 2px;
    font-size: 2.1rem;
}
#main .topBox .linkList .txtBox p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-shadow: 5px 2px 10px rgba(0,0,0) , 2px 5px 10px rgba(0,0,0);
}
#main .voice {
    margin-bottom: 114px;
    width: 1116px;
    padding: 0;
}
#main .voice h2 {
    margin-bottom: 65px;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
}
#main .voice .textList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .voice .textList li {
    width: 320px;
}
#main .voice .textList::after {
    width: 320px;
    content: '';
}
#main .voice .textList .txtBox {
    margin: 36px 40px 0;
}
#main .voice .textList .txtBox .ttl {
    margin-bottom: 7px;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
#main .voice .textList .txtBox p {
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
}
#main .works {
    margin-bottom: 100px;
    padding-bottom: 54px;
    background-color: #CACACA;
}
#main .works .content {
    padding-top: 146px;
    width: 1130px;
    position: relative;
}
#main .works h2 {
    position: absolute;
    left: -125px;
    top: -40px;
}
#main .works h2 em {
    padding-right: 60px;
    font-style: normal;
}
#main .works .linkList {
    margin: -58px 0 84px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .works .linkList li {
    margin-top: 58px;
    width: 513px;
    display: flex;
}
#main .works .linkList a {
    padding: 10px 25px 10px 10px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #fff;
}
#main .works .linkList a .pho {
    width: 173px;
    height: 173px;
    background: url(../img/index/works_bg02.jpg) no-repeat center center / cover;
}
#main .works .linkList a .txtBox {
    margin-top: 7px;
    width: 275px;
}
#main .works .linkList a .txtBox .ttl {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
}
#main .works .linkList a .txtBox .img {
    width: 30px;
}
#main .works .linkList a .txtBox .txt {
    width: calc(100% - 40px);
    letter-spacing: 0.08em;
}
#main .works .linkList a .txtBox p {
    margin-bottom: 18px;
    font-size: 1.3rem;
    line-height: 1.29;
    letter-spacing: 0;
}
#main .works .linkList a .txtBox p:last-of-type {
    margin-bottom: 0;
}
#main .works .linkList a .txtBox p.time {
    font-size: 1.5rem;
}
#main .works .comBtn {
    margin: 0 auto;
    width: 310px;
}
#main .works .comBtn a {
    padding: 1px 10px 4px;
    line-height: 2;
    background: url(../img/common/icon01.png) no-repeat right 10px center / 9px auto;
    background-color: #4D4D4D;
}
#main .comContactBox .list02 .link a {
    width: 56px;
    display: inline-block;
    vertical-align: top;
}
#main .comContactBox .list02 .txtBox {
    margin-right: 0;
}
@media all and (min-width: 897px) {
    #main .topBox .linkList a:hover {
        opacity: 0.7;
    }
    #main .works .linkList a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    #container {
        padding-top: 0;
    }
    #main .mainVisual {
        margin-bottom: 0;
        padding-top: 146px;
        height: 536px;
        background-image: url(../img/index/sp_main_bg.jpg);
    }
    #main .mainVisual .textImg {
        margin: 0 auto 42px;
        width: calc(100% - 40px);
        max-width: 306px;
    }
    #main .mainVisual .textImg img {
        width: 100%;
    }
    #main .mainVisual .scroll {
        text-align: center;
    }
    #main .mainVisual .scroll a {
        display: inline-block;
        vertical-align: top;
        width: 68px;
    }
    #main .topBox {
        margin-bottom: 50px;
        padding-top: 40px;
        width: auto;
    }
    #main .topBox h2 {
        margin-bottom: 20px;
        font-size: 2rem;
    }
    #main .topBox h2 span {
        font-size: 2.6rem;
    }
    #main .topBox .textBox {
        margin-bottom: 20px;
        padding: 20px;
    }
    #main .topBox .textBox .title {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }
    #main .topBox .comBtn {
        margin: 20px auto 0;
    }
    #main .topBox .linkList {
        margin-top: 0;
        display: block;
    }
    #main .topBox .linkList a {
        display: block;
        position: relative;
    }
    #main .topBox .linkList li {
        margin: 0 0 20px;
        width: auto;
    }
    #main .topBox .linkList li:last-of-type {
        margin-bottom: 0;
    }
    #main .topBox .linkList .pho {
        height: 90vw;
        max-height: 300px;
        overflow: hidden;
    }
    #main .topBox .linkList .pho img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    #main .topBox .linkList .txtBox {
        width: calc(100% - 40px);
        left: 20px;
    }
    #main .topBox .linkList .txtBox .mark img {
        width: 100px;
    }
    #main .topBox .linkList li:nth-of-type(2n) .txtBox .mark img {
        width: 80px;
    }
    #main .topBox .linkList .txtBox .ttl {
        font-size: 1.6rem;
    }
    #main .topBox .linkList .txtBox p {
        font-size: 1.2rem;
    }
    #main .voice {
        margin-bottom: 114px;
        width: auto;
        padding: 0 20px;
    }
    #main .voice h2 {
        margin-bottom: 30px;
        font-size: 2rem;
        letter-spacing: 0.05em;
    }
    #main .voice .textList {
        display: block;
    }
    #main .voice .textList li {
        margin-bottom: 30px;
        width: auto;
    }
    #main .voice .textList li:last-of-type {
        margin-bottom: 0;
    }
    #main .voice .textList::after {
        display: none;
    }
    #main .voice .textList li .pho {
        text-align: center;
    }
    #main .voice .textList .txtBox {
        margin: 20px 0 0;
    }
    #main .voice .textList .txtBox .ttl {
        font-size: 1.6rem;
    }
    #main .voice .textList .txtBox p {
        font-size: 1.2rem;
    }
    #main .works {
        padding-bottom: 40px;
    }
    #main .works .content {
        padding-top: 140px;
        width: auto;
    }
    #main .works h2 {
        position: absolute;
        left: 20px;
        top: 15px;
    }
    #main .works h2 em {
        padding-right: 0;
    }
    #main .works .linkList {
        margin: 0 0 40px;
        display: block;
    }
    #main .works .linkList li {
        margin: 0 0 30px;
        width: auto;
        display: flex;
    }
    #main .works .linkList li:last-of-type {
        margin-bottom: 0;
    }
    #main .works .linkList a {
        padding: 10px 25px 10px 10px;
    }
    #main .works .linkList a .pho {
        width: 110px;
        height: 110px;
    }
    #main .works .linkList a .txtBox {
        margin-top: 7px;
        width: calc(100% - 120px);
    }
    #main .works .linkList a .txtBox .ttl {
        margin-bottom: 15px;
        word-wrap: break-word;
        font-size: 1.2rem;
    }
    #main .works .linkList a .txtBox .img {
        width: 20px;
    }
    #main .works .linkList a .txtBox .txt {
        width: calc(100% - 30px);
    }
    #main .works .linkList a .txtBox p {
        margin-bottom: 10px;
        font-size: 1.1rem;
    }
    #main .works .linkList a .txtBox p.time {
        font-size: 1.2rem;
    }
    #main .works .comBtn {
        width: auto;
        max-width: 310px;
    }
    #main .comContactBox .list02 .link a {
        margin-right: 19px;
        width: 56px;
        display: inline-block;
        vertical-align: top;
    }
    #main .comContactBox .list02 .link a:last-of-type {
        margin-right: 0;
    }
    #main .comContactBox .list02 .txtBox {
        margin-right: 0;
    }
}
#main .works .linkList a .txtBox .innertag,
#main .works .linkList a .txtBox .innertxt {
    margin-bottom: 18px;
    height: 32px;
    overflow: hidden;
}
@media all and (max-width: 896px) {
    #main .works .linkList a .txtBox .innertag,
    #main .works .linkList a .txtBox .innertxt {
        margin-bottom: 15px;
        height: 30px;
    }
}