ul li {
    list-style-type: none;
    margin-left: 0!important;
}
.dl, ol, ul{
    margin-bottom: 0;
}
.businesses button{
    border: 0px solid rgba(255, 255, 255 , .3);
    outline: none;
}
/* ---- links > container ---- */
.business-index .businesses {
    position: relative;
    height: 4.8rem;
    background-color: #000;
    overflow: hidden;
}

.business-index .businesses ul {
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-left: 0;
}

.business-index .businesses ul li {
    position: relative;
    flex: 1;
    border-right: 1px solid rgba(255,255,255,.15);
    transition: flex .6s cubic-bezier(.08,.4,.25,1), background-color .6s ease-in-out;
    transform: translateZ(0);
}

.business-index .businesses ul li:last-child {
    border-right-style: none;
}

.business-index .businesses ul li.stretch {
    flex: 8;
}

.business-index .businesses ul li.shrink {
    flex: 1;
    background-color: rgba(0,0,0,.3);
}

@media screen and (max-width: 1800px){
    .business-index .businesses button .txt {
        margin-left: 0!important;
        text-align: center;
    }
    .business-index .businesses button {
        justify-content: center;
    }
    }
@media screen and (max-width: 992px) {

    .business-index .businesses {
        height: auto!important;
    }

    .business-index .businesses ul {
        display: block;
        height: auto;
    }

    .business-index .businesses ul li {
        width: auto;
        border-right-style: none;
        border-bottom: 1px solid rgba(255,255,255,.20);
        transition: height .6s cubic-bezier(.08,.4,.25,1), background-color .6s ease-in-out;
    }

    .business-index .businesses ul li:last-child {
        border-bottom-style: none;
    }

    .business-index .businesses ul li.stretch {
        width: auto;
    }

    .business-index .businesses ul li.shrink {
        width: auto;
    }

}


/* ---- links > background ---- */

.business-index .businesses .bgs {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.business-index .businesses .bgs .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: opacity .6s ease-in-out;
}

.business-index .businesses .bgs .bg.show {
    opacity: 1;
}

/* ---- links > button ---- */

.business-index .businesses button {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: rgba(0,0,0,0);
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
}

.business-index .businesses button:hover {
    background-color: rgba(0,0,0,.3);
}

.business-index .businesses li.stretch button {
    display: none;
}

.business-index .businesses button .txt {
    display: inline-block;
    font-size: .2rem /* 20/100 */;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    height: 100%;
    padding-top: .75rem /* 75/100 */;
    letter-spacing: .1em;
    /*writing-mode: vertical-rl;*/
    /*writing-mode: tb-rl;*/
    /*text-align: left;*/
    width: 0.4rem;
    text-align: center;
}

@media screen\0 {
    .business-index .businesses button .txt {
        padding-right: .1rem /* 10/100 */;
    }
}

.business-index .businesses button .icon {
    display: block;
    position: absolute;
    left: 50%;
    bottom: .1rem /* 10/100 */;
    /*right: 10px;*/
    /*top: 56px;*/
    width: .64rem /* 64/100 */;
    height: .64rem /* 64/100 */;
    margin-left: -.32rem /* 32/100 */;
    border-radius: .32rem /* 32/100 */;
    /*background-image: url(../img/business/index/button_icon_bg_pc.png);*/
    transition: bottom .6s cubic-bezier(.08,.4,.25,1);
}

.business-index .businesses button:hover .icon {
    bottom: .5rem /* 50/100 */;
}

.business-index .businesses li.shrink button .icon {
    background-image: none;
}

.business-index .businesses button .icon span {
    display: block;
    position: absolute;
    left: .07rem /* 7/100 */;
    top: .07rem /* 7/100 */;
    width: .5rem /* 50/100 */;
    height: .5rem /* 50/100 */;
    border-radius: .25rem /* 25/100 */;
    background-color: rgba(255,255,255,0);
    transition: background-color .6s cubic-bezier(.7,.25,.25,1);
}

.business-index .businesses li.shrink button .icon span {
    left: .17rem /* 17/100 */;
    top: .17rem /* 17/100 */;
    width: .3rem /* 30/100 */;
    height: .3rem /* 30/100 */;
    border-radius: .15rem /* 15/100 */;
}

.business-index .businesses button:hover .icon span {
    background-color: rgba(255,255,255,1);
}

.business-index .businesses button .icon span::before {
    content: "";
    display: block;
    position: absolute;
    left: .18rem /* 18/100 */;
    top: .24rem /* 24/100 */;
    width: .15rem /* 15/100 */;
    height: .03rem /* 3/100 */;
    background-color: #fff;
    transition: background-color .4s ease-in-out;
}

.business-index .businesses button:hover .icon span::before {
    background-color: #0f53a0;
}

.business-index .businesses li.shrink button .icon span::before {
    left: .08rem /* 8/100 */;
    top: .14rem /* 14/100 */;
}

.business-index .businesses button .icon span::after {
    content: "";
    display: block;
    position: absolute;
    left: .24rem /* 24/100 */;
    top: .18rem /* 18/100 */;
    width: .03rem /* 3/100 */;
    height: .15rem /* 15/100 */;
    background-color: #fff;
    transition: background-color .4s ease-in-out;
}

.business-index .businesses button:hover .icon span::after {
    background-color: #0f53a0;
}

.business-index .businesses li.shrink button .icon span::after {
    left: .14rem /* 14/100 */;
    top: .08rem /* 8/100 */;
}

@media screen and (max-width: 992px) {

    .business-index .businesses button {
        width: 100%;
        height: auto;
        background-color: rgba(0,0,0,0);
        text-align: left;
        transition: none;
        display: flex;
        justify-content: space-between;
    }

    .business-index .businesses button:hover {
        background-color: rgba(0,0,0,0);
    }

    .business-index .businesses li.stretch button {
        display: block;
        border: 0;
        border: 1px solid rgba(255, 255, 255 , .3);
    }

    .business-index .businesses button .txt {
        display: inline-block;
        height: auto;
        padding: 30px 0 30px 4vw;
        opacity: 1;
        font-size: .32rem;
        letter-spacing: .02em;
        writing-mode: horizontal-tb;
        transform: translateY(0);
        transition: opacity .6s ease-out .3s, transform .3s ease-out .3s;
        width: auto;
        font-weight: bold;
    }

    .business-index .businesses li.stretch button .txt {
        opacity: 0;
        transform: translateY(-50px);
        transition: opacity .3s ease-out, transform .3s ease-out;
    }

    .business-index .businesses button .icon {
        left: auto;
        right: 4vw;
        /*bottom: 50%;*/
        width: 49px;
        height: 49px;
        /*margin: 0 0 -24.5px 0;*/
        border-radius: 24.5px;
        /*background-image: url(../img/business/index/button_icon_bg_sp.png);*/
        transition: none;
        top: 50%;
        margin: -24.5px 0 0 0;
    }

    .business-index .businesses button:hover .icon {
        bottom: 50%;
    }

    .business-index .businesses li.shrink button .icon {
        /*background-image: url(../img/business/index/button_icon_bg_sp.png);*/
    }

    .business-index .businesses button .icon span {
        left: 6px;
        top: 6px;
        width: 36px;
        height: 36px;
        border-radius: 18.5px;
        transition: none;
    }

    .business-index .businesses li.shrink button .icon span {
        left: 6px;
        top: 6px;
        width: 36px;
        height: 36px;
        border-radius: 18.5px;
    }

    .business-index .businesses button:hover .icon span {
        background-color: rgba(255,255,255,0);
    }

    .business-index .businesses button .icon span::before {
        left: 10px;
        top: 17px;
        width: 16px;
        height: 2px;
        transition: none;
    }

    .business-index .businesses button:hover .icon span::before {
        background-color: #fff;
    }

    .business-index .businesses li.shrink button .icon span::before {
        left: 10px;
        top: 17px;
    }

    .business-index .businesses button .icon span::after {
        left: 17px;
        top: 10px;
        width: 2px;
        height: 16px;
        transition: transform .2s;
    }

    .business-index .businesses button:hover .icon span::after {
        background-color: #fff;
    }

    .business-index .businesses li.shrink button .icon span::after {
        left: 17px;
        top: 10px;
    }

    .business-index .businesses li.stretch button .icon span::after {
        transform: rotate(90deg);
    }

}

@media screen and (max-width: 768px) {

    .business-index .businesses button .txt {
        padding: .27rem 0 .27rem 15px;
    }

    .business-index .businesses button .icon {
        right: 15px;
    }
}


/* ---- links > description ---- */

.business-index .businesses .desc {
    position: absolute;
    top: .65rem /* 65/100 */;
    right: 20%;
    bottom: .65rem /* 65/100 */;
    left: 20%;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(50px);
    transition: opacity .2s ease-out 0s, transform .2s ease-out 0s;
}

.business-index .businesses li.stretch .desc {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    transition: opacity .8s ease-out .6s, transform .4s ease-out .6s;
}

.business-index .businesses .desc h2 {
    font-size: .34rem /* 34/100 */;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .14rem /* 14/100 */;
}

@media screen\0 {
    .business-index .businesses .desc h2 {
        padding-top: 10px;
    }
}

.business-index .businesses .desc h2 span {
    display: block;
    margin-top: 5px;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: .2em;
    text-indent: 3px;
    opacity: .5;
}

.business-index .businesses .desc .lead {
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .4rem;
    font-size: .24rem;
}

.business-index .businesses .desc p {
  font-size: .18rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .32rem /* 32/100 */;
  margin-bottom: 0;
  text-align: justify;
    text-justify: inter-ideograph;/*IE*/
}

.business-index .businesses .desc p .note {
    opacity: .5;
    font-size: smaller;
}

.business-index .businesses .desc .dot-frame-button {
    position: absolute;
    left: 0;
    bottom: 0;
}
.business-index .businesses .desc .dot-frame-button a{
    text-decoration: none;
    background-color: white;
    color: #0f53a0;
    padding: 1em 2em;
    width: 252px;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dot-frame-button a:hover{
    background-color: #0f53a0!important;
    color: #fff!important;
}
@media screen and (max-width: 749px){
    .dot-frame-button a, .dot-frame-button div {
        width: 192px!important;
        transition: none!important;
    }
}

@media screen and (max-width: 992px) {
    .business-index .businesses .desc {
        top: 0;
        right: 4vw;
        bottom: auto;
        left: 4vw;
        padding: 32px 0;
        transform: translateY(50px);
    }

    .business-index .businesses li.stretch .desc {
        transform: translateY(0);
    }

    .business-index .businesses .desc h2 {
        font-size: .32rem;
        margin-top: -0.3rem;
        font-weight: bold;
    }

    .business-index .businesses .desc h2 span {
        margin-top: 10px;
        font-size: 1.3rem;
    }

    .business-index .businesses .desc .lead {
        margin-top: 40px;
        font-size: .4rem;
        line-height: 1.4;
    }

    .business-index .businesses .desc p {
        margin-top: .25rem;
        font-size: .3rem;
        line-height: .6;
    }

    .business-index .businesses .desc .dot-frame-button {
        position: static;
        margin-top: 40px;
    }

}


/* ---- links > close button ---- */

.business-index .businesses button.close {
    display: block;
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 3;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 25px;
    background-color: rgba(255,255,255,0);
    opacity: 0;
    transition: top .6s ease-out 0s, opacity .2s;
    padding-top: 0!important;
}

.business-index .businesses button.close:hover {
    background-color: rgba(255,255,255,1);
}

.business-index .businesses button.close.show {
    top: 30px;
    opacity: 1;
    transition: background-color .3s ease-out, top .6s cubic-bezier(.08,.4,.25,1) 1s, left .6s ease-in-out .4s, opacity .4s ease-out .2s;
}

.business-index .businesses button.close::before {
    content: "";
    display: block;
    position: absolute;
    left: 17px;
    top: 23px;
    width: 15px;
    height: 3px;
    background-color: #fff;
    transform: rotate(45deg);
    transition: background-color .3s ease-out;
}

.business-index .businesses button.close:hover::before {
    background-color: #000;
}

.business-index .businesses button.close::after {
    content: "";
    display: block;
    position: absolute;
    left: 23px;
    top: 17px;
    width: 3px;
    height: 15px;
    background-color: #fff;
    transform: rotate(45deg);
    transition: background-color .3s ease-out;
}

.business-index .businesses button.close:hover::after {
    background-color: #000;
}

@media screen and (max-width: 959px) {

    .business-index .businesses button.close {
        display: none;
    }

}
