
.aLinkTop {
    padding-top: 180px !important;
    margin-top: -180px !important;
}
@media (min-width: 768px) {
    .card__btn {
        width: 45% !important;
    }
}

/* intro ここから */
.liveoffice .location__text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-top: 50px;
}
@media (max-width: 768px) {
    .liveoffice .location__text {
        line-height: 1.7;
        letter-spacing: 0;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
}
/* intro ここまで */




/* locationNav ここから */
.locationNav {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 60px;
    list-style: none;
}
.locationNav li {
    margin-top: 15px;
}
.locationNav li a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.9;
    letter-spacing: 0.05em;
    border-radius: 5px;
    background-color: #00267d;
    padding: 10px 5%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.locationNav li a:after {
    content: '';
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 4px #fff;
    border-right: solid 4px #fff;
    margin: auto;
    position: absolute;
    transform: rotate(45deg);
}
@media (min-width: 768px) {
    .locationNav {
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: space-between;
    }
    .locationNav::before {
        width: calc(100% / 4 - 15px);
        display: block;
        content: '';
        order: 1;
    }
    .locationNav::after {
        width: calc(100% / 4 - 15px);
        display: block;
        content: '';
    }
    .locationNav li {
        width: calc(100% / 4 - 15px);
        position: relative;
        box-sizing: border-box;
        transition: all 0.5s;
    }
    .locationNav li:hover {
        opacity: 0.8;
    }
}
/* locationNav ここまで */




/* locationWrap ここから */
.live__main:nth-child(n+4) {
    padding-top: 30px;
}
.locationWrap h2 {
    margin-bottom: 60px;
    position: relative;
    display: flex;
    align-items: center;
}
.locationWrap h2::before {
    content: " ";
    width: 5px;
    height: 38px;
    border-radius: 5px;
    background-color: #012E7B;
    margin-right: 15px;
    display: block;
}
.locationWrap h2 span {
    font-size: 28px;
    font-style: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-optical-sizing: auto;
    line-height: 1;
    display: block;
}
.locationWrap__input {
    display: none;
}
.locationWrap__input:checked ~ .locationWrap__block {
    height: auto;
    opacity: 1;
}
.locationWrap__label {
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}
.locationWrap__label span {
    position: relative;
}
.locationWrap__label span:after,
.locationWrap__label span:before {
    content: "";
    top: -7.5px;
    right: 15px;
    width: 2px;
    height: 15px;
    background-color: #012E7B;
    position: absolute;
    transition: all 0.3s;
}
.locationWrap__label span:before {
    transform: rotate(90deg);
}
.locationWrap__input:checked ~ .locationWrap__label span::after {
    transform: rotate(90deg) !important;
}
.locationWrap__label .locationWrap__h3 {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.locationWrap__label .locationWrap__h3 h3 {
    color: #012E7B;
    font-size: 28px;
    font-style: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-optical-sizing: auto;
    line-height: 1.2;
    padding-right: 30px;
}
.locationWrap__block {
}
.locationWrap__block .locationWrap__h3 {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.locationWrap__block .locationWrap__h3 h3 {
    color: #012E7B;
    font-size: 26px;
    font-style: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-optical-sizing: auto;
    line-height: 1.2;
}
.locationWrap__block .locationWrap__h3 h3 img {
    max-width: 150px;
    margin-left: 20px;
}
.locationWrap__text {
    margin-bottom: 30px;
}
.locationWrap__text img {
    max-width: 180px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.locationWrap__text p {
    font-size: 16px;
}
.locationWrap__flex {
}
.locationWrap__item {
    width: 100%;
}
.locationWrap__item ul {
}
.locationWrap__item ul li {
    align-items: center;
}
.locationWrap__item ul li:nth-child(n+2) {
    margin-top: 10px;
}
.locationWrap__item ul li .locationWrap__item__name {
    width: 100%;
    max-width: 120px;
    color: #fff;
    font-size: 16px;
    background-color: #333;
    margin-right: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.locationWrap__item ul li .locationWrap__item__data {
    width: 100%;
    font-size: 16px;
}
.locationWrap__btn {
}
.locationWrap__btn .card__btn {
    border-radius: 50px;
    margin: auto;
    position: relative;
}
.locationWrap__btn .card__btn:before {
    content: '';
    top: 0;
    right: 20px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #012E7B;
    border-right: solid 2px #012E7B;
    margin: auto;
    position: absolute;
    transform: rotate(45deg);
}
@media (min-width: 768px) {
    .locationWrap__img1 {
        visibility: hidden;
        display: none;
    }
    .locationWrap__label {
        visibility: hidden;
        display: none;
    }
    .locationWrap__block .locationWrap__h3 h3 {
        display: flex;
        align-items: center;
    }
    .locationWrap__text img {
        visibility: hidden;
        display: none;
    }
    .locationWrap__flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .locationWrap__img2 {
        width: 500px;
        margin-left: 20px;
    }
    .locationWrap__item ul li {
        display: flex;
    }
    .locationWrap__btn {
        width: 60%;
        margin: 40px auto 0;
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 768px) {
    .locationWrap__box {
        border-radius: 15px;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
    }
    .locationWrap__ac {
        padding: 0 20px 50px;
    }
    .locationWrap__img1 {
        width: 100%;
        margin-bottom: 30px;
    }
    .locationWrap__img1 img {
        border-radius: 15px 15px 0 0;
    }
    .locationWrap__block {
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.5s;
    }
    .locationWrap__block .locationWrap__h3 {
        visibility: hidden;
        display: none;
    }
    .locationWrap__text {
        margin-top: 30px;
    }
    .locationWrap__text img {
        display: block;
    }
    .locationWrap__img2 {
        visibility: hidden;
        display: none;
    }
    .locationWrap__item {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .locationWrap__item ul li .locationWrap__item__data {
        margin-top: 5px;
        margin-bottom: 30px;
        display: block;
    }
    .locationWrap__btn {
        width: 100%;
        margin: 0 auto;
    }
}
/* locationWrap ここまで */





