#fullpage .section .title {
    width: calc(100vw - 40px);
}
#fullpage .section .button {
    bottom: 6.4vh;
}
#fullpage .section .arrow {
    bottom: 1.5vh;
}
#fullpage .section .button a {
    width: calc(100% - 40px);
    margin-top: 15px;
}
#fullpage .section.cooperation .title {
    padding-top: calc(11.4vh + 15px);
    margin: 0 auto 6vh;
}
.scroll-list .mask-left, .scroll-list .mask-right {
    display: none;
}
.scroll-list li {
    width: calc(994/53 * 24vh);
}
.scroll-list {
    width: 100vw;
    height: auto;
}
#fullpage .section.cooperation .tableCell {
    display: block;
    width: 100vw;
}
#fullpage .section.cooperation .button {
    width: auto;
    margin-left: auto;
    bottom: 60px;
}
#fullpage .section.cooperation .footer-2 {
    margin-left: auto;
    font-size: 12px;
    left: 0;
    right: 0;
    padding: 10px 0;
}
