@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
    min-width: 0;
}
#company_search * {
	font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
}
#company_search .sp {
    display: none;
}
.topicpath.sp {
    display: none;
}
#company_search {
    padding-top: 1px;
    padding-bottom: 60px;
    background-color: #f4f4f4;
}
#company_search.page_search {
    padding-top: 40px;
}
#company_search .btn_wrap {
    display: flex;
    justify-content: center;
}
#company_search .btn_wrap .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    height: 50px;
    color: #fff;
    background-color: #217ad3;
    border: 1px solid #217ad3;
    text-decoration: none;
    border: none;
    border-radius: 25px;
    font-size: 14px;
}
#company_search .btn_wrap .btn.clear {
    height: 36px;
    font-size: 14px;
    border: 1px solid #217ad3;
    color: #000;
    background-color: #fff;
}
#company_search .btn_wrap .btn.back {
    color: #006bcd;
    border: 1px solid #fff;
    background-color: #fff;
}
#company_search .btn_wrap .btn.search {
    color: #fff;
    background-color: #217ad3;
    border: 1px solid #fff;
}
.search_back {
    color: #fff;
    background-color: #f57c31;
    border: 1px solid #fff;
}
#company_search .hover {
    cursor: pointer;
}
#company_search .hover:hover {
    opacity: 0.8;
}
#company_search .mainvisual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 490px;
    background: linear-gradient(-290deg, #46b7df 0%, #fff 100%);
}
#company_search .mainvisual:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/bg_mainvisual_mesh.png);
}
#company_search .mainvisual .logo_area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 80%;
    max-width: 550px;
    border-radius: 20px;
    padding: 20px 0;
    text-align: center;
}
#company_search .mainvisual .logo_area img {
    width: 86%;
}
#company_search .mainvisual .logo_area p {
    margin-top: 20px;
    background-color: #04b3f2;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
#company_search .mainvisual .info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
#company_search .mainvisual .info .schedule {
    display: flex;
    gap: 15px;
}
#company_search .mainvisual .info .schedule .date {
    font-size: 26px;
}
#company_search .mainvisual .info .schedule .time {
    font-size: 26px;
}
#company_search .mainvisual .info .place {
    font-size: 26px;
}

#company_search .company_search_nav {
    max-width: 1130px;
    width: 90%;
    margin: 40px auto;
    padding: 40px 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 24px;
}
#company_search .company_search_nav p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#company_search .company_search_nav nav {
    margin-top: 40px;
}
#company_search .company_search_nav nav ul {
    display: flex;
    justify-content: center;
}
#company_search .company_search_nav nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}
#company_search .company_search_nav nav ul li img {
    max-width: 100%;
}

#company_search .company_search_page_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(#46b7df 0%, #0084e9 100%);
}
#company_search .company_search_page_title .inner {
    font-size: 20px;
}
#company_search .company_search_page_title .inner span {
    font-size: 28px;
}
#company_search .company_search_page_title.matches {
    background: linear-gradient(#00d4c5 0%, #00946d 100%);
}
#company_search .company_search_page_title.copy {
    background: linear-gradient(#ffb955 0%, #ff8200 100%);
}

#company_search .boothSearchFormCondition {
    width: 90%;
    max-width: 850px;
    padding: 30px 20px;
    margin: 40px auto 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
#company_search .boothSearchFormCondition .btn_wrap {
    margin-top: 30px;
}
#company_search .conditionItem {
    border-radius: 4px;
    border: 1px solid #cccccc;
}
#company_search .conditionItem + .conditionItem {
    margin-top: 14px;
}
#company_search .conditionItem .conditionLabel {
    position: relative;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
#company_search .conditionLabel:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 19px;
    height: 1px;
    transform: translate(0, -50%);
    background-color: #333333;
}
#company_search .conditionLabel:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 1px;
    height: 19px;
    transform: translate(0, -50%);
    background-color: #333333;
}
#company_search .conditionLabel.show:after {
    display: none;
}
#company_search .conditionItem .checkboxList {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px 20px;
}
#company_search .conditionItem .checkboxList.show {
    display: flex;
}
#company_search .conditionItem .checkboxList label {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #04b3f2;
    border-radius: 20px;
    cursor: pointer;
}
#company_search .conditionItem .checkboxList input {
    display: none;
}
#company_search .conditionItem .checkboxList input:checked ~ label {
    background-color: #04b3f2;
    color: #fff;
    font-weight: bold;
}

#company_search .floating {
    position: sticky;
    bottom: 0;
    margin-top: 40px;
    padding: 20px;
    background-color: rgba(0, 0, 0, .5);
}
#company_search .floating .btn_wrap {
    gap: 10px;
}


#company_search .resultListWrapper {
    max-width: 1128px;
    width: 90%;
    margin: 0 auto;
}
#company_search .result_section .resultTitle {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}
#company_search .result_section .resultTitle span {
    font-size: 28px;
    color: #217ad3;
}
#company_search .result_section .resultInfo {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
#company_search .resultListWrapper .resultList {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 55px;
}
#company_search .resultListWrapper .resultList .resultItem {
    width: calc(25% - 23px);
    background-color: #fff;
}
#company_search .resultListWrapper .resultList .resultItem .resultItemHeader {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #04b3f2;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    min-height: 4em;
}
#company_search .resultListWrapper .resultList .resultItem .boothInfo {
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
    margin-top: 20px;
}
#company_search .resultListWrapper .resultList .resultItem .boothInfo .booth,
#company_search .resultListWrapper .resultList .resultItem .boothInfo .area {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: #e8e8e8;
    min-width: 80px;
    padding: 5px;
    text-align: center;
}
#company_search .resultListWrapper .resultList .resultItem .boothInfo .booth {
    width: calc(35% - 5px);
}
#company_search .resultListWrapper .resultList .resultItem .boothInfo .area {
    width: 65%;
    min-height: 4em;
}
#company_search .resultListWrapper .resultList .resultItem .companyName {
    padding: 0 18px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
}
#company_search .resultListWrapper .resultList .resultItem .companyName a {
    color: #04b3f2;
}
#company_search .resultListWrapper .resultList .resultItem .resultItemData {
    display: flex;
    flex-wrap: wrap;
    padding: 0 18px 18px;
    margin-top: 20px;
    gap: 5px;
}
#company_search .resultListWrapper .resultList .resultItem .resultItemData span {
    padding: 3px 10px;
    border: 1px solid #04b3f2;
    border-radius: 30px;
    font-size: 12px;
}



#company_search .resultListWrapper.balloon {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
}
@media screen and (max-width: 1155px) {
    #company_search .resultListWrapper.balloon {
        max-width: 820px;
        padding: 30px 0;
    }
}
@media screen and (max-width: 900px) {
    #company_search .resultListWrapper.balloon {
        max-width: 540px;
    }
}

#company_search .resultListWrapper.balloon .resultList {
    gap: 20px;
    margin: 0;
}
.resultBalloon {
    width: 260px;
    height: 138px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s ease;
    cursor: pointer;
}
.resultBalloon:hover {
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .3));
}
.resultBalloon[data-bg="1"] {
    background-image: url(../img/bg_1@2x.png);
}
.resultBalloon[data-bg="2"] {
    background-image: url(../img/bg_2@2x.png);
}
.resultBalloon[data-bg="3"] {
    background-image: url(../img/bg_3@2x.png);
}
.resultBalloon[data-bg="4"] {
    background-image: url(../img/bg_4@2x.png);
}
.resultBalloon[data-bg="5"] {
    background-image: url(../img/bg_5@2x.png);
}
.resultBalloon[data-bg="6"] {
    background-image: url(../img/bg_6@2x.png);
}
.resultBalloon[data-bg="7"] {
    background-image: url(../img/bg_7@2x.png);
}
.resultBalloon[data-bg="8"] {
    background-image: url(../img/bg_8@2x.png);
}
.resultBalloon .companyCopy {
    display: flex;
    align-items: center;
    height: 116px;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
}
.resultBalloon .companyCopy p {
    font-size: 18px;
}

#company_search #detail {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    /* height: 100%; */
}
#company_search #detail .detailCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0;
}
#company_search #detail .detailContainerScroll {
    /* overflow: auto; */
    padding: 30px 0;
    max-height: 100%;
    width: 100%;
}
#company_search #detail .detailContainer {
    position: relative;
    z-index: 1;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
#company_search #detail .detailContainer .detailClose {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: none;
}
#company_search #detail .detailContainer .resultItemHeader {
    display: flex;
    align-items: center;
    padding: 8px 30px 8px 12px;
    background-color: #04b3f2;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
#company_search #detail .detailContainer .boothType {
    padding: 0 18px;
    margin-top: 20px;
    font-weight: bold;
}
#company_search #detail .detailContainer .boothInfo {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}
#company_search #detail .detailContainer .boothInfo .booth,
#company_search #detail .detailContainer .boothInfo .area {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: #e8e8e8;
    min-width: 80px;
    padding: 5px;
    text-align: center;
}
#company_search #detail .detailContainer .boothInfo .booth {
    width: calc(35% - 5px);
}
#company_search #detail .detailContainer .boothInfo .area {
    width: 65%;
    min-height: 4em;
}
#company_search #detail .detailContainer .companyName {
    padding: 0 18px;
    font-weight: bold;
    font-size: 16px;
}
#company_search #detail .detailContainer .companyName a {
    color: #04b3f2;
    font-size: 16px;
}
#company_search #detail .detailContainer .resultItemData {
    display: flex;
    flex-wrap: wrap;
    padding: 0 18px 18px;
    margin-top: 20px;
    gap: 5px;
}
#company_search #detail .detailContainer .resultItemData span {
    padding: 3px 10px;
    border: 1px solid #04b3f2;
    border-radius: 30px;
    font-size: 12px;
}