@charset "UTF-8";
.lawyers_search_menu {
    position: relative;
    padding: 22px 0 0;
}
.lawyers_search_menu:before {
    content: '';
    display: block;
    width: 86.9%;
    height: 78px;
    position: absolute;
    right: 0;
    top: 0;
    background: #192d8c;
    z-index: 1;
}
.search_menu_lst {
    display: flex;
    height: 80px;
    background: #fff;
    box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0 58px;
    padding-top: 20px;
    gap: 0 122px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.search_menu_lst li a {
    text-decoration: none;
}
.search_menu_lst li a span {
    display: inline-block;
    position: relative;
    padding-bottom: 18px;
}
.search_menu_lst li a span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #c65e09;
    border-radius: 50%;
    z-index: 1;
    transition: all .4s;
    opacity: 0;
}
.search_menu_lst li.is-on a span:before {
    opacity: 1;
    pointer-events: none;
}
.search_sbMenu_box {
    display: none;
    background: #f9f9f9;
    padding: 40px 58px 32px;
}
.search_sbMenu_box.is-open {
    display: block;
}
.search_sbMenu_close {
    display: none;
}
.search_sbMenu_flx {
    display: flex;
    justify-content: space-between;
}
.search_sbMenu_lst {
    display: flex;
    box-sizing: border-box;
    width: -webkit-calc(100% - 148px);
    width: calc(100% - 148px);
}
.search_sbMenu_lst > li {
    width: auto;
    position: relative;
}
@media screen and (min-width:1201px) {
    .search_sbMenu_lst {
        display: block;
    }
    .search_sbMenu_lst > li {
        display: inline-block;
        margin-right: min(3.2vw, 95px);
    }
    .search_sbMenu_lst > li:last-child {
        margin-right: 0;
    }
}
.search_sbMenu_lst .ttl {
    font-size : 16px;
    line-height : 35px;
    letter-spacing : 1.28px;
}
.search_sbMenu_lst .ttl a {
    color : #141F3F;
    text-decoration: none;
    position: relative;
    padding-right: 16px;
}
.search_sbMenu_lst .ttl a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%);
    background: url(../svg/arw_down.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.search_sbMenu_lst .ttl.is-pop a:before {
    background: url(../svg/plus.svg) no-repeat center / 100% auto;
}
.search_sbMenu_lst .ttl a span {
    display: inline-block;
    position: relative;
}
body.is-en .search_sbMenu_lst .ttl a span {
    letter-spacing: 0.06em !important;
}
.search_sbMenu_lst .ttl a span:before {
    background: #141F3F;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: all .4s;
}
.enter_button .enter {
    width: 102px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size : 16px;
    line-height: 1;
    letter-spacing : 1.92px;
    color : #13243C;
    border: 1px solid #13243c;
    background: #fff;
    margin-left: auto;
    transition: all .4s;
}
.clear_button {
    margin-top: 12px;
}
.clear_button .clear {
    display: inline-block;
    text-align: right;
    font-size : 12px;
    line-height : 35px;
    letter-spacing : 0.96px;
    color : #141F3F;
    padding-left: 20px;
    position: relative;
    transition: all .4s;
}
.clear_button .clear:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/close.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.clear_button .clear span {
    position: relative;
}
.clear_button .clear span:before {
    background: #141F3F;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: all .4s;
}
.search-name-desc {
    font-size: 16px;
    font-weight: 700;
    color: #091246;
}
.search-name-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 18px;
    padding-left: 17px;
    gap: 0 62px;
}
.search-name-item {
    max-width: 225px;
}
.search-name-item.search-name-item-en {
    max-width: 616px;
}
.search-name-sublist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px 0;
}
.search-name-subitem {
    width: 20%;
}
.search-name-item.search-name-item-en .search-name-subitem {
    width: 7.14286%;
}
.search-name-subitem a {
    text-decoration: none;
}
.search-name-subitem a span {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 26px;
    height: 26px;
    font-size: 16px;
    color: #091246;
    position: relative;
}
.search-name-subitem a span:before {
    background: #141F3F;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: all .4s;
}
.search-name-button.is-disabled {
    cursor: none;
    pointer-events: none;
}
.search-keyword-form form {
    width: 100%;
    /*max-width: 365px;*/
    position: relative;
    margin: 0 auto;
}
.search-keyword-form {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
}
input[type=text].search-input {
    width: 100%;
    height: 52px;
    background-color: #fff;
    border: 1px solid #13243c;
    border-radius: 40px;
    padding: 0 15px;
    padding-right: 50px;
    font-size: 16px;
    color: #091246;
}
.search-button {
    width: 48px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (min-width:640px) {
    .search_sbMenu_hover {
        position: absolute;
        display: block;
        top: 30px;
        left: 0;
        width: 258px;
        max-height: 460px;
        padding-top: 20px;
        box-sizing: border-box;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        transition: all .4s;
    }
}
@media only screen and (min-width:1201px) {
    .search_sbMenu_hover {
        left: 50%;
        transform: translateX(-50%);
    }
}
.content_wrap {
    background: #fff;
    width: 100%;
    padding: 24px 16px 34px;
    z-index: 2;
    box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
@media only screen and (min-width:640px) {
    .content_wrap {
        height: 100%;
        max-height: 460px;
        overflow-y: scroll;
    }
}
.content_title,
.content-close {
    display: none;
}
.menu-wrapper .items {
    text-align: left;
    padding-bottom: 16px;
}
.label-select-all,
.menu-wrapper .label {
    display: flex;
    cursor: pointer;
}
.label-select-all .text,
.menu-wrapper .text {
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    padding-left: 26px;
    transition: all .4s;
    font-weight: 400;
}
.label-select-all .text:before,
.menu-wrapper .label .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    border: 1px solid #BAC0C9;
    transition: all .4s;
    z-index: 1;
    background: #fff;
}
.label-select-all .text:after,
.menu-wrapper .label .text:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all .4s;
    z-index: 2;
    opacity: 0;
}
.label-select-all input[type="checkbox"]:checked + .text:before,
.menu-wrapper .label input[type="checkbox"]:checked + .text:before {
    background: #192d8c;
    border: 1px solid #192d8c;
}
.label-select-all input[type="checkbox"]:checked + .text:after,
.menu-wrapper .label input[type="checkbox"]:checked + .text:after {
    opacity: 1;
}
.menu-wrapper li:not(:first-child) .select-all input[type="checkbox"]:checked + .text {
    color: #a5a7b5;
}
.menu-wrapper li:not(:first-child) .select-all input[type="checkbox"]:checked + .text:before {
    border: 1px solid #a5a7b5;
    background: #a5a7b5;
}
@media only screen and (min-width:640px) {
    .popup_main {
        width: 95vw;
        max-width: 1600px;
        height: 89vh;
        aspect-ratio: auto;
        padding: 0;
        top: 6%;
        left: 50%;
        max-height: none;
        transform: translateX(-50%);
    }
}
.modal-content {
    background-color: #ebebeb;
    padding: 42px 42px;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.modal-header {
    border-bottom: 1px solid #dedfe4;
    padding-bottom: 20px;
    position: relative;
}
.modal-heading {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
.menu-wrapper.is-header {
    margin-top: 30px;
}
.menu-wrapper.is-header .items {
    padding: 0;
}
.modal-close {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    right: 0;
    background-color: #8d0217;
    padding: 10px 40px;
    transition: all .4s;
    text-decoration: none;
    cursor: pointer;
}
.modal-category {
    display: -webkit-box;
    display: flex;
    margin-top: 30px;
    height: calc(100% - 130px);
}
.modal-category-section {
    -webkit-box-flex: 1;
    flex: 1;
}
.modal-category-wrapper {
    position: relative;
    padding-right: 90px;
    height: calc(100%);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.custom-scroll--content::-webkit-scrollbar{
    display: none;
}
.modal-category-list {
    display: none;
}
.modal-category-item {
    border-bottom: 1px solid #ebebeb;
}
.modal-category-text {
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .09em;
    background: #fff;
    padding: 10px 70px 10px 16px;
    position: relative;
    transition: all .4s;
}
body.is-en .modal-category-text {
    line-height: 1.2em;
}
.modal-category-text.is-on {
    background: #FAFBFF;
    color: #023859;
}
.modal-category-text.is-selected {
    background: #ddcdb8;
    color: #023859;
}
.modal-category-text.is-selected:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #aa8f6a;
    border-radius: 50%;
    margin: 10px auto;
    position: absolute;
    right: 50px;
    -webkit-transition: background-color .25s cubic-bezier(.67,0,.33,1);
    transition: background-color .25s cubic-bezier(.67,0,.33,1);
    overflow: hidden;
    border-collapse: separate;
}
body.is-en .modal-category-text.is-selected:before {
    right: 60px;
}
.modal-category-text.is-selected:after {
    content: "\9078\629E\4E2D";
    border-radius: 50%;
    position: absolute;
    font-size: 10px;
    right: 10px;
    top: 0;
    margin-top: 14px;
    color: #000;
    -webkit-transition: background-color .25s cubic-bezier(.67,0,.33,1);
    transition: background-color .25s cubic-bezier(.67,0,.33,1);
}
body.is-en .modal-category-text.is-selected:after {
    letter-spacing: 0.04em;
}
.custom-scroll {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.custom-scroll--content {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.custom-scroll--content::-webkit-scrollbar{
    display: none;
}
.side-modal-items {
    display: none;
}
.side-modal-items.is-open {
    display: block;
}
.side-modal-items .label {
    display: flex;
    cursor: pointer;
}
.side-modal-items .text {
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    padding-left: 26px;
    transition: all .4s ease;
}
.side-modal-items .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #13243c;
    transition: all .4s ease;
    z-index: 1;
    background: #fff;
}
.side-modal-items .text:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all .4s ease;
    z-index: 2;
    opacity: 0;
}
.side-modal-items .label input[type="checkbox"]:checked + .text:before {
    background: #192d8c;
    border: 1px solid #192d8c;
}
.side-modal-items .label input[type="checkbox"]:checked + .text:after {
    opacity: 1;
}
.side-modal-items .menu-wrapper {
    margin: 33px 0 0 60px;
}
.search_seminar_category_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}
.search_seminar_category_list .item {
    width: -webkit-calc((100% - 10px * 2) / 3);
    width: calc((100% - 10px * 2) / 3);
}
.search_seminar_category_list .item a {
    display: block;
    height: 100%;
    padding: 18px 6px;
    padding-right: 20px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
}
.search_seminar_category_list .item a .text {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1.28px;
    color: #13243C;
}
.search_seminar_category_list .item a:after,
.search_seminar_category_list .item a:before {
    background: #13243C;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.search_seminar_category_list .item a:before {
    background: #AA8F6A;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .4s;
    z-index: 2;
}
.search_seminar_category_list .item a .text:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    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;
}

@media screen and (min-width:1201px) and (max-width:1670px) {
    .search_sbMenu_box {
        padding-left: 2.395vw;
        padding-right: 2.395vw;
    }
    body.post-type-archive-lawyers-seminars .search_sbMenu_lst ,
    body.post-type-archive-lawyers-publications .search_sbMenu_lst ,
    body.post-type-archive-lawyers-awards .search_sbMenu_lst ,
    body.post-type-archive-lawyers-topics .search_sbMenu_lst ,
    body.post-type-archive-lawyers-cases .search_sbMenu_lst ,
    body.single-lawyers .search_sbMenu_lst ,
    body.post-type-archive-lawyers .search_sbMenu_lst {
        width: -webkit-calc(100% - 16.666%);
        width: calc(100% - 16.666%);
    }
    .search_sbMenu_button {
        width: 16.666%;
        text-align: right;
    }
    .search_sbMenu_lst .ttl {
        font-size: 0.958vw;
    }
    .search_sbMenu_lst .ttl a {
        padding-right: 0.958vw;
    }
    .enter_button .enter {
        width: 6.108vw;
        height: 2.156vw;
        font-size: 0.958vw;
    }
    .clear_button .clear {
        font-size: 0.719vw;
        line-height: 2.096vw;
        padding-left: 1.198vw;
    }
}
@media screen and (min-width:640px) and (max-width:1200px) {
    .search_menu_lst {
        padding: 20px 24px;
        gap: 0;
        height: auto;
    }
    .search_menu_lst li {
        width: 33.3333%;
        text-align: center;
    }
    .search_sbMenu_flx {
        display: block;
    }
    .search_sbMenu_button {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .enter_button .enter {
        margin-left: 0;
    }
    .clear_button {
        margin-top: 0;
        margin-left: 24px;
    }
    .search_sbMenu_box {
        padding: 28px 24px 30px;
    }
    .search_sbMenu_lst {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        gap: 10px 0;
    }
    .search_sbMenu_lst > li {
        width: 50%;
        position: relative;
    }
    .search_sbMenu_lst .ttl {
        font-size : 14px;
    }
    .search_sbMenu_lst .ttl a:before {
        margin-top: 2px;
    }
    .search-name-list {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 0;
        gap: 0;
    }
    .search-name-item {
        width: 49%;
        max-width: none;
    }
    .search-name-item.search-name-item-en {
        width: 100%;
        max-width: none;
        margin-top: 30px;
    }
    .popup_main {
        top: 6%;
        width: 98vw;
        height: 90vh;
    }
    .modal-content {
        padding: 42px 20px;
    }
    .modal-category-wrapper {
        padding-right: 20px;
    }
    .search_seminar_category_list .item {
        width: -webkit-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
    }
}
@media only screen and (min-width:640px) {
    .search_menu_lst li a:hover span:before {
        opacity: 1;
    }
    .enter_button .enter:hover {
        color : #023859;
        background: #FAFBFF;
    }
    .clear_button .clear:hover span:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .search_sbMenu_lst .ttl a:hover span:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .search-name-subitem a:hover span:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .hoverjs:hover .search_sbMenu_hover {
        opacity: 1;
        pointer-events: auto;
    }
    .hoverjs:hover .ttl a span:before {
        transform: scale(1, 1);
    }
    .modal-category-text:hover {
        background: #FAFBFF;
        color: #023859;
    }
    .modal-category-text.is-selected:hover {
        background: #ddcdb8;
        color: #023859;
        opacity: .8;
    }
    .modal-close:hover {
        opacity: .6;
    }
    .search_seminar_category_list .item a:hover:before {
        transform: scale(1, 1);
    }
    .search_seminar_category_list .item a:hover .text:before {
        clip-path: inset(0);
        transform: rotate(180deg);
    }
}
@media only screen and (max-width:640px) {
    .lawyers_search_menu {
        padding: 3.125vw 0 0;
    }
    .lawyers_search_menu:before {
        width: 91.563vw;
        height: 12.188vw;
        right: 0;
    }
    .search_menu_lst {
        width: 96.875vw;
        height: auto;
        margin: 0 auto;
        padding: 3.2vw 0;
        gap: 0;
    }
    .search_menu_lst li {
        width: 33.3333%;
        font-size: 3.2vw;
        text-align: center;
    }
    .search_menu_lst li a span {
        padding-bottom: 3.733vw;
    }
    .search_sbMenu_box {
        background: #f9f9f9;
        width: 96.875vw;
        margin: 0 auto;
        padding: 7.467vw 0 0;
    }
    .search_sbMenu_close {
        display: block;
        border-top: 1px solid rgb(221, 221, 221);
    }
    .search_sbMenu_close {
        display: none;
    }
    .search_sbMenu_close a {
        display: block;
        padding: 6.4vw 8vw;
        font-size: 4.267vw;
        line-height: 1;
        text-align: center;
        text-decoration: none;
    }
    .search_sbMenu_close a span {
        display: inline-block;
        position: relative;
        padding-left: 5.333vw;
    }
    .search_sbMenu_close a span:before {
        content: '';
        display: block;
        width: 2.667vw;
        height: 2.667vw;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../svg/close.svg) no-repeat center / 100% auto;
        z-index: 1;
        margin-top: 2px;
    }
    .search_sbMenu_flx {
        display: block;
        padding: 0 4.267vw;
        padding-bottom: 4.267vw;
    }
    .search_sbMenu_lst {
        display: block;
        width: 100%;
        border: none;
        border-top: none;
    }
    .search_sbMenu_lst > li {
        width: 100%;
        border-top: none;
        margin-bottom: 1.333vw;
    }
    .search_sbMenu_lst > li:last-child {
        margin-bottom: 0;
    }
    .search_sbMenu_lst .ttl {
        font-size : 3.733vw;
        line-height: 1;
        text-align: left;
    }
    .search_sbMenu_lst .ttl a {
        display: block;
        background-color: #fff;
        padding: 5.867vw 4.8vw;
    }
    .search_sbMenu_lst .ttl a:before {
        right: 4.8vw;
    }
    .enter_button .enter {
        width: 100%;
        height: 13.333vw;
        font-size : 3.733vw;
        margin-top: 7.467vw;
    }
    .clear_button {
        margin-top: 2.667vw;
    }
    .clear_button .clear {
        display: block;
        text-align: right;
        font-size : 3.2vw;
        padding-left: 5.333vw;
        margin-left: auto;
    }
    .clear_button .clear:before {
        width: 2.667vw;
        height: 2.667vw;
    }
    .search-name {
        padding-bottom: 6.933vw;
    }
    .search-name-desc {
        font-size: 4.267vw;
        padding: 0 4.267vw;
    }
    .search-name-list {
        width: 80%;
        margin: 0 auto;
        display: block;
        margin-top: 4.267vw;
        padding: 0;
        gap: 0;
    }
    .search-name-item.search-name-item-en {
        margin-top: 3.733vw;
    }
    .search-name-item,
    .search-name-item.search-name-item-en {
        max-width: none;
    }
    .search-name-sublist {
        gap: 1.333vw 0;
    }
    .search-name-subitem,
    .search-name-item.search-name-item-en .search-name-subitem {
        width: 20%;
        text-align: center;
        margin-top: 0;
        padding: 0;
    }
    .search-name-subitem a span {
        width: 100%;
        height: 8vw;
        font-size: 3.467vw;
    }
    .search-keyword-form {
        padding: 0 4.267vw 6.4vw;
    }
    .search-keyword-form form {
        max-width: 320px;
    }
    .search-button {
        right: 4.267vw;
    }
    .search_sbMenu_hover {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: -webkit-calc(100svh - 65px);
        height: calc(100svh - 65px);
        z-index: 9999;
        transition: all .4s;
        box-sizing: border-box;
        opacity: 0;
        pointer-events: none;
    }
    .search_sbMenu_hover.is-open {
        animation: slide_up .4s ease-out;
        opacity: 1;
        pointer-events: auto;
    }
    @keyframes slide_up{0%{-webkit-transform:translateY(500px);transform:translateY(500px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}
    .content_wrap {
        height: 100%;
        padding: 10.667vw 8.533vw 16vw;
        overflow-y: scroll;
        box-sizing: border-box;
    }
    .content_title,
    .content-close {
        display: block;
    }
    .content_title {
        font-size: 4.8vw;
        font-weight: 700;
        text-align: left;
        margin-bottom: 5.333vw;
    }
    .content-close {
        margin: 0 auto;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: #abadb9;
        padding: 4.8vw 13.333vw;
        text-align: center;
        color: #fff;
        font-size: 3.2vw;
        line-height: 1;
    }
    .content-close span {
        display: inline-block;
        position: relative;
        padding-left: 5.333vw;
    }
    .content-close span:before {
        content: '';
        display: block;
        width: 2.667vw;
        height: 2.667vw;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../svg/close.svg) no-repeat center / 100% auto;
        z-index: 1;
        margin-top: 2px;
        filter: brightness(0) saturate(100%) invert(96%) sepia(17%) saturate(0%) hue-rotate(64deg) brightness(104%) contrast(104%);
        z-index: 999;
    }
    .popup_main {
        top: auto;
        transform: none;
        max-width: none;
        max-height: none;
        aspect-ratio: auto;
        box-sizing: border-box;
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: -webkit-calc(100svh - 65px);
        height: calc(100svh - 65px);
        z-index: 9999;
        transition: all .4s;
        box-sizing: border-box;
        opacity: 0;
        pointer-events: none;
    }
    .popup_wrap.active .popup_main {
        animation: slide_up .4s ease-out;
        opacity: 1;
        pointer-events: auto;
    }
    .modal-content {
        padding: 0 5.867vw;
        padding-top: 9.6vw;
    }
    .modal-header {
        padding-bottom: 5.333vw;
    }
    .modal-heading {
        font-size: 4.8vw;
    }
    .menu-wrapper.is-header {
        margin-top: 8vw;
    }
    .menu-wrapper.is-header .items {
        padding: 0;
    }
    .modal-close {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        color: #fff;
        font-size: 3.2vw;
        line-height: 1;
        background-color: #8d0217;
        padding: 4.8vw 13.333vw;
    }
    .modal-category {
        display: -webkit-box;
        display: flex;
        bottom: 12.8vw;
        margin-top: 5.333vw;
        height: calc(100% - 49.067vw);
    }
    .modal-category-section.is-side {
        display: none;
    }
    .modal-category-wrapper {
        padding-right: 0;
    }
    .modal-category-list {
        display: none;
    }
    .modal-category-list.is-open {
        display: block;
    }
    .modal-subcategory-list {
        padding: 0 3.2vw;
        padding-top: 6.4vw;
        padding-bottom: 6.4vw;
    }
    .modal-subcategory-list .menu-wrapper {
        padding-top: 5.333vw;
        padding-left: 1em;
    }
    .modal-category-item {
        border: none;
        margin-top: 3.2vw;
    }
    .modal-category-item:first-child {
        margin-top: 0;
    }
    .modal-category-text {
        font-size: 3.733vw;
        padding: 3.733vw 18.667vw 3.733vw 4.267vw;
    }
    body.is-en .modal-category-text {
        word-break: break-all;
        padding: 3.733vw 25vw 3.733vw 4.267vw;
        font-size: 3.633vw;
        line-height: 1.2em;
    }
    .modal-category-text.is-selected:before {
        width: 1.6vw;
        height: 1.6vw;
        margin: 10px auto;
        right: 20vw;
    }
    body.is-en .modal-category-text.is-selected:before {
        right: 21.5vw;
    }
    .modal-category-text.is-selected:after {
        font-size: 2.667vw;
        right: 9.333vw;
        top: 0;
        margin-top: 4.8vw;
    }
    body.is-en .modal-category-text.is-selected:after {
        letter-spacing: 0.04em;
    }
    .modal-category-item {
        position: relative;
    }
    .modal-category-item:before {
        content: '';
        display: block;
        width: 2.133vw;
        height: 2.133vw;
        position: absolute;
        right: 3.2vw;
        top: 6.133vw;
        background: url(../svg/arw_down.svg) no-repeat center / 100% auto;
        z-index: 1;
    }
    .modal-category-item.is-on:before {
        transform: rotate(180deg);
    }
    .content_wrap .menu-wrapper .items:first-child {
        border-bottom: 1px solid #dedfe4;
        padding-bottom: 3.2vw;
        margin-bottom: 3.2vw;
    }
    .menu-wrapper .items:last-child {
        padding-bottom: 0;
    }
    .label-select-all,
    .menu-wrapper .label {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .label-select-all .text,
    .menu-wrapper .text {
        display: block;
        font-size: 3.733vw;
        padding: 0;
        padding-right: 6.933vw;
        box-sizing: border-box;
    }
    .label-select-all .text:before,
    .menu-wrapper .label .text:before {
        left: auto;
        right: 0;
        top: 1.067vw;
        width: 4.267vw;
        height: 4.267vw;
    }
    .label-select-all .text:after,
    .menu-wrapper .label .text:after {
        left: auto;
        right: 1.333vw;
        top: 1.333vw;
        width: 1.333vw;
        height: 2.933vw;
    }
    .search_seminar_category_list {
        display: block;
        margin-top: 4.267vw;
        padding: 0 4.267vw;
    }
    .search_seminar_category_list .item {
        width: 100%;
        margin-bottom: 1.333vw;
    }
    .search_seminar_category_list .item:last-child {
        margin-bottom: 0;
    }
    .search_seminar_category_list .item a {
        display: block;
        background-color: #fff;
        padding: 5.867vw 4.8vw;
    }
    .search_seminar_category_list .item a .text {
        font-size: 3.733vw;
        line-height: 1.2;
    }
    .search_seminar_category_list .item a:after,
    .search_seminar_category_list .item a:before {
        content: none;
    }
    .search_seminar_category_list .item a .text:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: 4px;
        transform: translateY(-50%) rotate(32deg);
        background: url(../svg/arw_down.svg) no-repeat center / 100% auto;
        z-index: 1;
        border-radius: 0;
        clip-path: none;
    }
}
