html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

a{
    text-decoration: none;
    color: #000;
}


.wrap{
    width: 100%;
    padding-bottom: 120px;
    background: #000;
    font-family: noto-sans-cjk-jp, sans-serif;
    color: #fff;
}

.pc{
    display: block;
}
.sp{
    display: none;
}

/* fv */
.fv{
    width: 1200px;
    margin: 0 auto 70px;
}
.fv img{
    width: 100%;
}
/* about */
.about{
    margin-bottom: 60px;
    font-size: 22px;
    line-height: 45px;
    letter-spacing: 0.05em;
    text-align: center;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* setup */
.setup{
    width: 1200px;
    margin: 0 auto 86px;
    position: relative;
}
.setup::before,.setup::after{
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/setup_square.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.setup::before{
    left: 0;
}
.setup::after{
    right: 0;
}
.setup span{
    display: block;
    width: 331px;
    height: 49px;
    margin: auto;
    background: url(../images/setup_title.png) no-repeat;
    background-size: contain;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 49px;
    text-align: center;
}
.setup span::before,.setup span::after{
    content: '';
    width: 433px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.setup span::before{
    left: 5px;
}
.setup span::after{
    right: 5px;
}
/* item */
.item{
    width: 1150px;
    margin: 0 auto 140px;
}
.item > li{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.item > li img{
    width: 100%;
}
.item > li:nth-child(2n){
    flex-direction: row-reverse;
}
.item > li + li{
    margin-top: 80px;
    padding-top: 80px;
}
.item > li + li::before{
    content: '';
    width: 1200px;
    height: 1px;
    position: absolute;
    top: 0;
    left: -25px;
    background: #fff;
}
.item > li > p{
    width: 427px;
}
.item > li > p > img{
    width: 100%;
}
.item .main{
    width: 690px;
}
.item .images{
    margin: 0 0 60px;
    display: flex;
    justify-content: space-between;
}
.item .images li{
    width: 32%;
}
.item .images li img{
    width: 100%;
}
.item .info .name{
    margin-bottom: 28px;
    font-size: 54px;
    line-height: 1em;
    font-family: century-gothic, sans-serif;
    color: #c7c7c7;
}
.item .info .sub{
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: .05em;
}
.item .info .link{
    width: 300px;
    height: 40px;
    font-size: 16px;
    margin: 0 0 20px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 3px;
}
.item .info .link:hover:after{
    left: 10px;
}
.item .info .link::after{
    content: '';
    width: 0;
    height: 0;
    margin-left: 10px;
    border-left: 7px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: 0;
    top: 2px;
    display: block;
    position: relative;
    transition: .2s;
}
.item .info .text{
    font-size: 15px;
    line-height: 25px;
}

/* other */
.other{
    width: 1200px;
    margin: auto;
}
.other h2,.other p{
    font-size: 22px;
    line-height: 45px;
    font-weight: lighter;
    text-align: center;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.other ul{
    margin: 30px 0 0;
    display: flex;
    justify-content: space-between;
}
.other li{
    width: 49.4%;
}
.other img{
    width: 100%;
}

@media screen and (max-width:1300px) {
    /* fv */
    .fv{
        width: 92.3vw;
        margin: 0 auto 5.3vw;
    }
    /* about */
    .about{
        margin-bottom: 4.6vw;
        font-size: 1.6vw;
        line-height: 3.4vw;
    }
    /* setup */
    .setup{
        width: 92.3vw;
        margin-bottom: 6.6vw;
    }
    .setup::before,.setup::after{
        width: 12px;
        height: 12px;
    }
    .setup span{
        width: 32vw;
        height: 4.8vw;
        font-size: 2.2vw;
        line-height: 4.8vw;
    }
    .setup span::before,.setup span::after{
        width: 30vw;
        height: 2px;
    }
    /* item */
    .item{
        width: 88.4vw;
        margin: 0 auto 10.7vw;
    }
    .item > li + li{
        margin-top: 6.1vw;
        padding-top: 6.1vw;
    }
    .item > li + li::before{
        width: 92.3vw;
        left: -2vw;
    }
    .item > li > p{
        width: 32.8vw;
    }
    .item .main{
        width: 53vw;
    }
    .item .images{
        margin: 0 0 4.6vw;
    }
    .item .info .name{
        margin-bottom: 2.1vw;
        font-size: 4.1vw;
    }
    .item .info .sub{
        margin-bottom: 2.6vw;
        font-size: 1.3vw;
    }
    .item .info .link{
        width: 23vw;
        height: 3vw;
        font-size: 1.6vw;
        margin: 0 0 1.5vw;
    }
    .item .info .link:hover:after{
        left: .7vw;
    }
    .item .info .link::after{
        margin-left: .7vw;
        border-left: .5vw solid #fff;
        border-top: .4vw solid transparent;
        border-bottom: .4vw solid transparent;
    }
    .item .info .text{
        font-size: 1.3vw;
        line-height: 2.4vw;
    }
    /* other */
    .other{
        width: 92.3vw;
    }
    .other h2,.other p{
        font-size: 2vw;
        line-height: 3.4vw;
    }
    .other ul{
        margin: 3vw 0 0;
    }
}

@media screen and (max-width:767px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    /* firstview */
    .fv{
        width: 92%;
        margin: 0 auto 6vw;
    }
    .about{
        margin-bottom: 9vw;
        font-size: 3.4vw;
        line-height: 5.2vw;
    }
    /* setup */
    .setup{
        width: 92%;
        margin-bottom: 12vw;
    }
    .setup::before,.setup::after{
        width: 6px;
        height: 6px;
    }
    .setup span{
        width: 54.3vw;
        height: 8vw;
        font-size: 3.6vw;
        line-height: 8vw;
    }
    .setup span::before,.setup span::after{
        width: 18vw;
        height: 1px;
    }
    /* item */
    .item{
        width: 92%;
    }
    .item > li{
        display: block;
    }
    .item > li + li{
        margin-top: 12vw;
        padding-top: 12vw;
    }
    .item > li + li::before{
        width: 100%;
        left: 0;
    }
    .item > li > p{
        width: 100%;
        margin-bottom: 5vw;
    }
    .item .main{
        width: 100%;
    }
    .item .images{
        margin: 0 0 5vw;
    }
    .item .info .name{
        margin-bottom: 4.2vw;
        font-size: 8.2vw;
    }
    .item .info .sub{
        margin-bottom: 5.2vw;
        font-size: 3vw;
    }
    .item .info .link{
        width: 100%;
        height: 10vw;
        font-size: 3.8vw;
        margin: 0 0 5vw;
    }
    .item .info .link:hover:after{
        left: 2.8vw;
    }
    .item .info .link::after{
        margin-left: 2.8vw;
        border-left: 1.8vw solid #fff;
        border-top: 1.4vw solid transparent;
        border-bottom: 1.4vw solid transparent;
    }
    .item .info .text{
        font-size: 3vw;
        line-height: 6vw;
    }
    /* other */
    .other{
        width: 92%;
    }
    .other h2,.other p{
        font-size: 4vw;
        line-height: 7vw;
    }
    .other ul{
        display: block;
        margin: 6vw 0 0;
    }
    .other li{
        width: 100%;
    }
    .other li + li{
        margin-top: 3vw;
    }
}