#contents .top{
    position: relative;
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
}
#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 .sec1{
    margin-left: auto;
    margin-top: 150px;
    width: 90vw;
}
#contents .sec1 li{
    background: #fafafa;
    padding: 80px 0;
}
#contents .sec1 li:nth-child(even){
    background: #e9e8e3;
}
#contents .sec1 .top-box{
    position: relative;
    background: linear-gradient(90deg, #fafafa 50%, #ececec 50%);
}
#contents .sec1 li:nth-child(even) .top-box{
    background: linear-gradient(90deg, #e9e8e3 50%, #fafafa 50%);
}
#contents .sec1 .top-box h3{
    position: absolute;
    left: 0px;
    top: 0;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    letter-spacing: .2em;
    margin-left: 50px;
    height: 100%;
}
#contents .sec1 .top-box h3:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #bababa;
    width: 1px;
    height: 100%;
}
#contents .sec1 .top-box h3 span{
    padding: 10px 20px 20px;
    background: #fafafa;
    color: #aca3a3;
    letter-spacing: .8em;
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
}
#contents .sec1 li:nth-child(even) .top-box h3 span{
    background: #e9e8e3;
}
#contents .sec1 .top-box .image-box{
    width: 1100px;
    height: 40vh;
    max-height: 450px;
    position: relative;
    display: flex;
    margin: 0 auto;
}
#contents .sec1 .top-box .image-box .image{
    margin: 0 2px;
    width: calc(50% - 4px);
    height: 100%;
}
#contents .sec1 .s1 .image-box .image:nth-child(1){
    background: url(../img/s1-1.jpg) center / cover no-repeat;
}
#contents .sec1 .s1 .image-box .image:nth-child(2){
    background: url(../img/s1-2.jpg) center / cover no-repeat;
}
#contents .sec1 .s2 .image-box .image:nth-child(1){
    background: url(../img/s2-1.jpg) bottom / cover no-repeat;
}
#contents .sec1 .s2 .image-box .image:nth-child(2){
    background: url(../img/s2-2.jpg) bottom / cover no-repeat;
}
#contents .sec1 .s3 .image-box .image:nth-child(1){
    background: url(../img/s3-1.jpg) 50% 87% / cover no-repeat;
}
#contents .sec1 .s3 .image-box .image:nth-child(2){
    background: url(../img/s3-2.jpg) 50% 87% / cover no-repeat;
}
#contents .sec1 .s4 .image-box .image:nth-child(1){
    background: url(../img/s4-1.jpg) center / cover no-repeat;
}
#contents .sec1 .s4 .image-box .image:nth-child(2){
    background: url(../img/s4-2.jpg) center / cover no-repeat;
}
#contents .sec1 .s5 .image-box .image:nth-child(1){
    background: url(../img/s5-1.jpg) center / cover no-repeat;
}
#contents .sec1 .s5 .image-box .image:nth-child(2){
    background: url(../img/s5-2.jpg) 50% 87% / cover no-repeat;
}
#contents .sec1 .s6 .image-box .image:nth-child(1){
    background: url(../img/s6-1.jpg) center / cover no-repeat;
}
#contents .sec1 .s6 .image-box .image:nth-child(2){
    background: url(../img/s6-2.jpg) center / cover no-repeat;
}
#contents .sec1 .s7 .image-box .image:nth-child(1){
    background: url(../img/s7-1.jpg) 50% 27% / cover no-repeat;
}
#contents .sec1 .s7 .image-box .image:nth-child(2){
    background: url(../img/s7-2.jpg) 50% 27% / cover no-repeat;
}
#contents .sec1 .s8 .image-box .image:nth-child(1){
    background: url(../img/s8-1.jpg) center / cover no-repeat;
}
#contents .sec1 .s8 .image-box .image:nth-child(2){
    background: url(../img/s8-2.jpg) center / cover no-repeat;
}
#contents .sec1 .s9 .image-box .image:nth-child(1){
    background: url(../img/s9-1.jpg) 50% 22% / cover no-repeat
}
#contents .sec1 .s9 .image-box .image:nth-child(2){
    background: url(../img/s9-2.jpg) 50% 68% / cover no-repeat;
}
#contents .sec1 .top-box .no{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.4vw;
    letter-spacing: .2em;
    color: #bababa;
    line-height: 1;
    display: block;
    border-bottom: 1px solid #c4bcbc;
    padding: 30px 60px 30px 30px;
}
#contents .sec1 li::nth-child(even) .top-box .no{
    font-size: 1.5vw;
    letter-spacing: .5em;
    color: #c4bcbc;
    line-height: 1;
    display: block;
    margin-left: auto;
    border-bottom: 1px solid #bababa;
    padding: 30px 60px 30px 30px;
}
#contents .sec1 .text-box{
    width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}
#contents .sec1 .text-box .text{
    display: flex;
    align-items: center;
}
#contents .sec1 .text-box .text h2{
    padding-right: 70px;
    font-size: 1.35em;
    letter-spacing: .2em;
    line-height: 1.7;
    font-weight: bold;
}
#contents .sec1 .text-box .tel{
    margin-left: auto;
    letter-spacing: .3em;
    font-size: 1.2em;
    line-height: 1;
    padding: 0 10px 10px;
    white-space: nowrap;
    border-bottom: 1px solid #bababa;
    display: flex;
    align-items: center;
}
#contents .sec1 .text-box .tel span{
    margin-right: 20px;
    font-size: .8rem;
    letter-spacing: .3em;
}
#contents .sec1 .text-box h3{
    font-size: 1.35em;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: .1em;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #606060;
}
#contents .sec1 .text-box p{
    color: #606060;
}
#contents .sec1 .text-box a.link{
    margin-top: 60px;
    margin-left: auto;
}

@media screen and (max-width: 1350px) {
    #contents .sec1 .top-box .image-box {
        width: 60vw;
    }
    #contents .sec1 .text-box {
        width: 55vw;
    }
    #contents .sec1 .text-box .text{
        display: block;
    }
    #contents .sec1 .text-box .text h2 {
        font-size: 1.4em;
        padding-right: 0;
    }
    #contents .sec1 .text-box .tel{
        margin-top: 15px;
        margin-left: 0;
        display: table;
        padding: 23px 0 0;
        border-bottom: none;
        border-top: 1px solid #bababa;
    }
    #contents .sec1 .text-box h3{
        margin-top: 90px;
    }
}
@media screen and (max-width: 1300px) {
    #contents .top .text-box{
        display: block;
        width: 80vw;
        margin: 80px auto 0;
    }
    #contents .top .text-box h2{
        margin-bottom: 30px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 1000px) {
    #contents .sec1{
        width: 95vw;
    }
    #contents .sec1 .top-box{
        background: #fafafa;
    }
    #contents .sec1 li:nth-child(even) .top-box{
        background: #e9e8e3;
    }
    #contents .sec1 .top-box .image-box {
        width: 90%;
    }
    #contents .sec1 .text-box{
        width: 90%;
    }
    #contents .sec1 .text-box .text h2 {
        font-size: 1.2em;
    }
    #contents .sec1 .top-box h3{
        margin-left: 5%;
    }
    #contents .sec1 .top-box .no{
        transform: translateY(-100%);
        border-bottom:none;
        font-size: 1.2em;
    }
    #contents .sec1 .top-box h3 span{
        font-size: .9rem;
    }
}
@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 .sec1 {
        margin: 50px auto 0;
    }
    #contents .sec1 li {
        padding: 5vw 0 120px;
    }
    #contents .sec1 .top-box .no {
        transform: translateY(-5vw);
        padding: 15px;
        background: #fafafa;
        font-size: 1rem;
    }
    #contents .sec1 .top-box h3 span {
        padding: 10px;
        font-size: .8rem;
    }
    #contents .sec1 li:nth-child(even) .top-box .no{
        background: #e9e8e3;
    }
    #contents .sec1 .top-box .image-box{
        display: block;
        height: auto;
        max-height: initial;
    }
    #contents .sec1 .top-box .image-box .image{
        width: 100%;
        height: 220px
    }
    #contents .sec1 .text-box{
        margin-top: 20px;
    }
    #contents .sec1 .text-box .text h2 {
        font-size: 1.1em;
        line-height: 1.7;
        letter-spacing: .05em;
    }
    #contents .sec1 .text-box .tel{
        font-size: 1.2em;
        margin-top: 15px;
        padding: 18px 0 0;
    }
    #contents .top .text-box h2{
        font-size: 1.25em;
        line-height: 1.7;
        letter-spacing: .05em;
        white-space: initial;
        margin-bottom: 20px;
    }
    #contents .sec1 .text-box h3 {
        font-size: 1.2em;
        line-height: 1.7;
        margin-top: 60px;
    }
    #contents .top .text-box h2 br,
    #contents .sec1 .text-box h3 br{
        display: none;
    }
    #contents .top .text-box p,
    #contents .sec1 .text-box p{
        font-size: 1rem;
    }
    #contents .sec1 .text-box a.link{
        margin-top: 20px;
        margin-left: 0;
    }
}
@media screen and (max-width: 375px) {
    #contents .top .main-cap h1{
        font-size: 1.25em;
    }
    #contents .top .text-box h2{
        font-size: 1.15em;
    }
    #contents .sec1 .text-box h3 {
        font-size: 1.1em;
    }
    #contents .top .text-box p,
    #contents .sec1 .text-box p{
        font-size: .9rem;
    }
}