@charset "UTF-8";
.legal-lounge-archive-membership {
    position: relative;
    margin-bottom: 80px;
}
.legal-lounge-archive-membership-img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 678px;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0px 11px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.legal-lounge-archive-membership-img source,
.legal-lounge-archive-membership-img img {
    width: 100%;
    height: 100%;
    min-height: 678px;
    object-fit: cover;
}
.legal-lounge-archive-membership-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
.legal-lounge-archive-membership-desc {
    font-size : 18px;
    line-height : 1.7;
    letter-spacing : 1.44px;
    color : #141F3F;
    text-align: center;
}
.button-legal-lounge {
    width: 380px;
    margin: 0 auto;
    margin-top: 100px;
}
.button-legal-lounge a {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.56px;
    color: #fff;
    background: #c1ad76;
    text-decoration: none;
    box-shadow: 0px 11px 10px rgba(0, 0, 0, 0.1);
}
.legal-lounge-archive-desc {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.28px;
    color : #141F3F;
}
.lounge_wrap {
    width: 100%;
    box-sizing: border-box;
    margin-top: 48px;
}
.loungeCnt_box {
    margin-bottom: 80px;
}
.loungeCnt_box:last-child {
    margin-bottom: 0;
}
.loungeCnt_ttl {
    font-size : 25px;
    letter-spacing : 1.5px;
    line-height: 1.6em;
    font-weight: 600;
}
.loungeCnt_ttl a {
    text-decoration: none;
    color : #141f3f;
    display: block;
    padding: 24px 0;
    position: relative;
}
.loungeCnt_ttl a .is-nmb {
    font-size : 16px;
    letter-spacing : 0.48px;
    margin-right: 18px;
}
.loungeCnt_ttl a:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    clip-path: inset(0 50% 0 0);
    transform: rotate(32deg);
    z-index: 1;
    transition: all .4s;
}
.loungeCnt_flx {
    border-top: 1px solid #dddddd;
    display: flex;
    flex-wrap: wrap;
}
.loungeCnt_txt {
    width: 37%;
    font-size : 18px;
    letter-spacing : 1.44px;
    color : #141F3F;
    box-sizing: border-box;
    padding: 20px 40px;
}
.loungeCnt_dl .loungeCnt_txt {
    width: 100%;
    padding: 0 40px;
}
.loungeCnt_lst {
    width: 63%;
    box-sizing: border-box;
}
.loungeCnt_cnt {
    border-top: 1px solid #dddddd;
}
.loungeCnt_cnt a {
    display: block;
    padding: 20px 26px;
    text-decoration: none;
}
.loungeCnt_cnt .day {
    font-size : 12px;
    letter-spacing : 0.72px;
    color : #1B5D89;
    font-weight: 500;
    margin-bottom: 14px;
}
.loungeCnt_cnt .ttl {
    font-size : 16px;
    letter-spacing : 0.96px;
    color : #141F3F;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-underline-offset: 4px;
    transition: all .4s;
    position: relative;
}
.loungeCnt_cnt .ttl:before {
    background: #192d8c;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 1px;
    margin: auto;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .4s;
}
.loungeCnt_cnt .name {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px 12px;
    padding-left: 22px;
    position: relative;
}
.loungeCnt_cnt .name:before {
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    position: absolute;
    left: 0;
    top: -3px;
    background: #141f3f;
    z-index: 1;
}
.loungeCnt_cnt .name li {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #fff;
    font-weight: 500;
}
.loungeCnt_cnt .name li span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    background: #192d8c;
    padding: 0 18px;
}
@media only screen and (min-width:640px) {
    .button-legal-lounge a:hover {
        opacity: .8;
    }
    .loungeCnt_ttl a:hover {
        color: #023859;
        box-shadow: 0 0px 11px rgba(100, 100, 100, 0.15)
    }
    .loungeCnt_ttl a:hover:before {
        clip-path: inset(0);
        transform: rotate(180deg);
    }
    .loungeCnt_cnt a:hover .ttl:before {
        transform: scale(1, 1);
    }
    .loungeCnt_cnt:first-child {
        border-top: none;
    }
}
@media screen and (min-width:640px) and (max-width:1200px) {
    .loungeCnt_txt {
        width: 100%;
        padding: 20px 40px;
    }
    .loungeCnt_cnt:first-child {
        border-top: 1px solid #dddddd;
    }
    .loungeCnt_lst {
        width: 100%;
    }
}
@media only screen and (max-width:640px) {
    .legal_lounge_wrap {
        padding: 0 4.688vw;
    }
    .legal-lounge-archive-membership {
        margin-bottom: 16vw;
    }
    .legal-lounge-archive-membership-img {
        min-height: 80vw;
    }
    .legal-lounge-archive-membership-img source,
    .legal-lounge-archive-membership-img img {
        min-height: 80vw;
    }
    .legal-lounge-archive-membership-inner {
        padding: 0 5.333vw;
    }
    .legal-lounge-archive-membership-desc {
        font-size : 3.733vw;
        text-align: left;
    }
    .button-legal-lounge {
        width: 100%;
        margin: 0 auto;
        margin-top: 10.667vw;
    }
    .button-legal-lounge a {
        height: 13.333vw;
        font-size: 4.267vw;
    }
    .legal-lounge-archive-desc {
        font-size : 3.733vw;
    }
    .lounge_wrap {
        width: 100%;
        margin-top: 4.267vw;
    }
    .loungeCnt_box {
        margin-bottom: 10.667vw;
    }
    .loungeCnt_ttl {
        font-size : 4.324vw;
    }
    .loungeCnt_ttl a {
        display: block;
        padding: 4.865vw 0;
        padding-left: 2.5em;
    }
    .loungeCnt_ttl a .is-nmb {
        position: absolute;
        left: 1em;
        top: 5.067vw;
        font-size : 3.243vw;
        margin-right: 0;
    }
    .loungeCnt_ttl a:before {
        width: 2.162vw;
        height: 2.162vw;
        margin-top: -1.081vw;
        right: 5.405vw;
    }
    .loungeCnt_txt {
        font-size: 3.733vw;
        width: 100%;
        padding: 3.125vw 0;
    }
    .loungeCnt_dl .loungeCnt_txt {
        padding: 0;
    }
    .loungeCnt_lst {
        width: 100%;
    }
    .loungeCnt_lst {
        margin-left: 0;
    }
    .loungeCnt_cnt {
        border-top: 1px solid #dddddd;
    }
    .loungeCnt_cnt a {
        padding: 3.125vw 0;
    }
    .loungeCnt_cnt .day {
        font-size: 3.243vw;
        margin-bottom: 2.703vw;
    }
    .loungeCnt_cnt .ttl {
        font-size: 3.784vw;
        line-height: 1.7;
    }
    .loungeCnt_cnt .name {
        margin-top: 2.703vw;
        gap: 0 3.438vw;
        padding-left: 3.438vw;
    }
    .loungeCnt_cnt .name:before {
        height: 5.946vw;
        top: -0.267vw;
    }
    .loungeCnt_cnt .name li {
        font-size: 2.973vw;
    }
    .loungeCnt_cnt .name li span {
        height: 4.865vw;
        padding: 0 3.784vw;
        padding-bottom: 1px;
    }
}
/*en*/
@media only screen and (min-width:640px) {
    body.is-en .lounge_read .is-add {
        font-size : 12px;
        letter-spacing : 1.2px;
    }
}
@media only screen and (max-width:640px) {
    body.is-en .lounge_read .is-add {
        font-size : 2.667vw;
    }
    body.is-en .loungeCnt_cnt .name {
        gap: 1.6vw 3.438vw;
    }
}
