#contents .top{
    position: relative;
    width: 100%;
    margin-top: 80px;
}
#contents .top .main-cap{
    position: relative;
    width: 90vw;
    margin: 0 auto;
}
#contents .top .main-cap:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #bababa;
    width: 100%;
    height: 1px;
    z-index: 0;
}
#contents .top .main-cap:after{
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 100px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#contents .top .main-cap h1{
    position: relative;
    display: table;
    z-index: 2;
    padding: 20px 100px 20px 0;
    font-size: 1.6em;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight: normal;
    background: #f5f4eb;
}
#contents .top .text-box{
    width: calc(1200px - 5vw);
    margin-left: 5vw;
    margin-top: 80px;
    display: flex;
}
#contents .top .text-box h2{
    padding-right: 100px;
    font-size: 1.6em;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight:  normal;
    width: auto;
    white-space: nowrap;
}
#contents .sec{
    width: 95vw;
    position: relative;
    margin: 150px auto 0;
}
#contents .sec1{
    width: 95vw;
    margin: 150px auto 0;
}
#contents .sec .image-box {
    width: 85%;
    height: 50vh;
    max-height: 700px;
    margin-left: auto;
    position: relative;
}
#contents .sec .top-box {
    position: relative;
}
#contents .sec .top-box .title {
    position: absolute;
    left: 5vw;
    top: 0;
    font-weight: normal;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .3em;
    line-height: 1;
}
#contents .sec .top-box .title .small{
    font-size: 1.1rem;
    display: block;
}
#contents .sec .top-box .title .big{
    font-size: 1.5rem;
    display: block;
}
#contents .sec .top-box .title .no{
    -ms-writing-mode: initial;
    writing-mode: initial;
    letter-spacing: 0;
    line-height: 1.5;
}
#contents .sec1 .image-box .image{
    width: 100%;
    height: 100%;
    background: url(../img/revew1_1.jpg) 50% 67% / cover no-repeat;
}
#contents .sec2 .image-box .image{
    width: 100%;
    height: 100%;
    background: url(../img/revew2_1.jpg) center / cover no-repeat;
}
#contents .sec3 .image-box .image{
    width: 100%;
    height: 100%;
    background: url(../img/revew3_1.jpg) center / cover no-repeat;
}
#contents .sec .text-box{
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
}
#contents .sec .text-box .name{
    padding-right: 100px;
    font-size: 1.5em;
    letter-spacing: .5em;
    line-height: 1.5;
    font-weight: normal;
    width: auto;
    white-space: nowrap;
}
#contents .sec .text-box .name span{
    display: block;
    font-size: .95rem;
    letter-spacing: .2em;
    margin-top: 5px;
}
#contents .sec .text-box .text{
    width: auto;
    position: relative;
    padding-bottom: 150px;
    border-bottom: 1px solid #bababa;
}
#contents .sec .text-box .text:before{
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 100px;
    height: 1px;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}
#contents .sec .text-box .text.last{
    padding-bottom: 0;
    border-bottom: none;
}
#contents .sec .text-box .text.last:before{
    content: none;
}
#contents .sec .text-box .text h2{
    margin-bottom: 30px;
    font-size: 1.55em;
    line-height: 1.5;
    letter-spacing: .2em;
    font-weight: normal;
}
#contents .sec .text-box .text h3{
    margin-bottom: 30px;
    font-size: 1.55em;
    line-height: 1.5;
    letter-spacing: .1em;
    font-weight: normal;
}
#contents .sec .text-box .text .m-top{
    margin-top: 150px;
}
#contents .sec .text .image{
    margin-bottom: 50px;
}
#contents .sec .text .image img{
    width: 100%;
}
#contents .sec .text-box .text a.link{
    margin-top: 60px;
}
#contents .sec3 {
    margin-bottom: 200px;
}


@media screen and (max-width: 1300px) {
    #contents .top .text-box{
        display: block;
        width: 80vw;
        margin: 80px auto 0;
    }
    #contents .sec .text-box{
        display: block;
        width: 80vw;
        margin: 50px auto 0;
    }
    #contents .sec .text-box .text {
        margin: 70px auto 0;
        width: 80%;
    }
    #contents .sec .text-box .name{
        display: none;
    }
    #contents .top .text-box h2,
    #contents .sec .text-box h2{
        margin-bottom: 30px;
        padding-right: 0;
    }
}
@media screen and (max-width: 1100px) {
    #contents .sec .top-box .title{
        display: none;
    }
    #contents .sec .image-box {
        width: 100%;
        margin: 0 auto;
    }
    #contents .sec .text-box{
        margin: 0 auto;
    }
    #contents .sec .text-box .name{
        display: block;
        width: 90%;
        margin: 0 auto;
        transform: translateY(-50%);
        background: #f5f4eb;
        padding: 20px 5% 0;
    }
}
@media screen and (max-width: 768px) {
    #contents .top {
        margin-top: 30px;
    }
    #contents .top .main-cap{
        width: 86vw;
    }
    #contents .top .main-cap h1{
        font-size: 1.35em;
        padding: 20px 30px 20px 0;
    }
    #contents .top .main-cap:after{
        width: 70px;
    }
    #contents .top .text-box{
        margin-top: 50px;
        width: 86vw;
    }
    #contents .sec {
        margin: 90px auto 0;
    }
    #contents .sec1{
        margin: 50px auto 0;
    }
    #contents .sec .text-box{
        width: 86vw;
        margin: 20px auto 0;
    }
    #contents .top .text-box h2,
    #contents .sec .text-box h2{
        font-size: 1.15em;
        line-height: 1.7;
        letter-spacing: .05em;
        white-space: initial;
        margin-bottom: 20px;
    }
    #contents .top .text-box h2 br,
    #contents .sec .text-box h2 br{
        display: none;
    }
    #contents .top .text-box p,
    #contents .sec .text-box p{
        font-size: 1rem;
    }
    #contents .sec .image-box {
        height: 300px;
    }
    #contents .sec .text-box .name{
        font-size: 1.3em;
        width: 100%;
        text-align: center;
    }
    #contents .sec .text-box .text {
        margin: 40px auto 0;
        width: 86vw;
        padding-bottom: 70px;
    }
    #contents .sec .text-box .text h2,
    #contents .sec .text-box .text h3{
        font-size: 1.25em;
        letter-spacing: .1em;
        margin-bottom: 20px;
    }
    #contents .sec .text-box .text .m-top {
        margin-top: 70px;
    }
}
@media screen and (max-width: 375px) {
    #contents .top .main-cap h1 {
        font-size: 1.25em;
    }
    #contents .sec .text-box .text h2,
    #contents .sec .text-box .text h3{
        font-size: 1.15em;
    }
    #contents .top .text-box p,
    #contents .sec .text-box p{
        font-size: .9rem;
    }
}