@charset "utf-8";
/* CSS Document */
/* Style CSS - PC */


/*------------------------------------------------
Base
------------------------------------------------*/
body {
    min-width: 960px;
}

.box {
    margin: 0 auto;
    min-width: 960px;
    width: 960px;
}

.page_contents {
    background-color: #fff;
}

.page_content {
    margin: 0 auto;
    padding: 120px calc((100% - 960px) / 2) 100px;
}

.page_content_g {
    background-color: #f7f8f9;
}

.pc_hide {
    display: none;
}

.pc_block {
    display: block;
}




/*------------------------------------------------
link
------------------------------------------------*/
a:hover img {
    opacity: .7;
}

.u:hover,
.a:hover .u {
    text-decoration: none;
}

.bl:hover {
    opacity: .7;
}

.bl:hover img {
    opacity: 1;
}




/*------------------------------------------------
image
------------------------------------------------*/
.ofi {
    font-family: "object-fit: cover;";
}




/*------------------------------------------------
flex-box
------------------------------------------------*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}




/*------------------------------------------------
SNS
------------------------------------------------*/
.snss .sns {
    margin: 0 10px 0 0;
}




/*------------------------------------------------
ヘッダー
------------------------------------------------*/
.global_header {
    background-color: #fff;
    height: 100px;
}

.global_header .box {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    gap: 0 25px;
    height: 100%;
    justify-content: space-between;
}

.global_header .logo {
    width: 190px;
}

.global_header .header_nav {
    margin-left: auto;
}

.global_header .nav {
    line-height: 1.1;
}

.global_header .nav:not(:first-child) {
    border-left: 1px dotted #333;
    margin-left: 15px;
    padding-left: 15px;
}

.global_header .btn {
    background: rgb(1, 162, 154);
    background: -webkit-gradient(linear, left top, right top, from(rgba(1, 162, 154, 1)), to(rgba(26, 50, 96, 1)));
    background: linear-gradient(90deg, rgba(1, 162, 154, 1) 0%, rgba(26, 50, 96, 1) 100%);
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    width: 200px;
}

.global_header .btn::after {
    background-image: url(/reusetech/2026/assets/images/common/circle_arrow_wht.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    content: "";
    display: block;
    height: 17px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
    width: 17px;
}

.global_header_min {
    background-color: #000;
    color: #fff;
}

.global_header_min .box {
    align-items: center;
    height: 60px;
    justify-content: space-between;
}

.global_header_min .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    max-width: 160px;
    width: 160px;
}

.global_header_min .title {
    font-size: 12px;
}




/*------------------------------------------------
フッター
------------------------------------------------*/
.global_footer {
    background-color: #111;
    color: #fff;
    padding: 40px 0 150px;
}

.global_footer .box {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
}

.global_footer .nav a {
    color: #fff;
}

.global_footer .nav a:hover {
    text-decoration: underline;
}

.global_footer .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
}

.global_footer .nav {
    margin: 0 0 0 15px;
}

.global_footer .copy {
    -webkit-box-flex: 0;
    display: block;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    font-size: 13px;
    margin: 30px 0 0;
    max-width: 100%;
    text-align: center;
    width: 100%;
}




/*------------------------------------------------
コンテンツ
------------------------------------------------*/


/*共通
------------------------------------------------*/
.section_title {
    font-size: 34px;
    margin: 0 0 125px;
    text-align: center;
}

.section_title .gradient {
    color: #000b70;
    padding: 0 0 25px;
    position: relative;
}

.section_title .gradient::after {
    background-color: #000b70;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
}

.section_subtitle {
    border-bottom: 1px solid #111;
    border-top: 1px solid #111;
    font-size: 24px;
    font-weight: 700;
    height: 100px;
    line-height: 98px;
    margin: 80px 0 60px;
    text-align: center;
}

.common_bnr {
    height: 390px;
    margin: 60px auto 0;
    position: relative;
    width: 960px;
}

.common_bnr .btn {
    bottom: 60px;
    left: 50%;
    margin: 0 0 0 -350px;
    position: absolute;
}

.common_btn {
    border-radius: 50px;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(158, 0, 59, .3);
            box-shadow: 5px 5px 20px 0 rgba(158, 0, 59, .3);
    height: 100px;
    width: 700px;
}

.common_btn img {
    height: 100px;
    width: 700px;
}


/*カバー
------------------------------------------------*/
.cover {
    align-items: center;
    background-color: #f6f7f7;
    background-image: url(/reusetech/2026/assets/images/pc/bg_cover.jpg?1000);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px calc((100% - 960px) / 2);
}

.cover .infos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
        flex: 0 0 480px;
    max-width: 480px;
    width: 480px;
}

.cover .catch {
    background-image: url(/reusetech/2026/assets/images/common/icon_speaker.svg);
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    font-size: 22px;
    line-height: 1.4;
    margin: 30px 0 0;
    padding: 0 0 0 37px;
}

.no-svg .cover .catch {
    background-image: url(/reusetech/2021/assets/images/common/icon_speaker.png);
}

.cover .info {
    margin: 15px 0 0;
}

.cover .snss {
    margin: 20px 0 0;
}

.cover .thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
        flex: 0 0 420px;
    height: 510px;
    max-width: 420px;
    width: 420px;
}

.cover .sponsors {
    align-items: center;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
            box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    -ms-flex-align: center;
    height: 90px;
    margin: 30px 0 0;
    max-width: 100%;
    width: 100%;
}

.cover .dt {
    border-right: 1px dotted #111;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 145px;
        flex: 0 0 145px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    max-width: 145px;
    text-align: center;
    width: 145px;
}

.cover .dd {
    height: 40px;
    margin-left: 15px;
}

.cover .dd_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68px;
        flex: 0 0 68px;
    max-width: 68px;
    width: 68px;
}

.cover .dd_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78px;
        flex: 0 0 78px;
    max-width: 78px;
    width: 78px;
}

.cover .dd_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
        flex: 0 0 84px;
    max-width: 84px;
    width: 84px;
}

.cover .dd_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 106px;
        flex: 0 0 106px;
    max-width: 106px;
    width: 106px;
}

.cover .dd_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 121px;
        flex: 0 0 121px;
    max-width: 121px;
    width: 121px;
}

.cover .dd_6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
        flex: 0 0 38px;
    max-width: 38px;
    width: 38px;
}

.cover .dd_7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 112px;
        flex: 0 0 112px;
    max-width: 112px;
    width: 112px;
}

.cover .dd_8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
        flex: 0 0 75px;
    max-width: 75px;
    width: 75px;
}


/*開催概要
------------------------------------------------*/
.table {
    border: 1px solid #ddd;
}

.table .tr {
    border-top: 1px solid #ddd;
}

.table .th,
.table .td {
    padding: 15px 35px;
    vertical-align: middle;
}

.table .th {
    background-color: #f7f8f9;
    border-right: 1px solid #ddd;
    text-align: center;
    white-space: nowrap;
}

.table .td p + p {
    margin-top: .5rem;
}

.table_note {
    margin: 35px 0 0;
}

.table_note .dt {
    font-weight: 700;
    margin: 25px 0 0;
}

.table_note .dd {
    margin: 10px 0 0;
}

.table_note .separate:last-child {
    display: none;
}

.flows {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-align: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    width: 300px;
}

.flow .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    height: 200px;
    max-width: 300px;
    width: 300px;
}

.flow .bl {
    height: 200px;
    width: 300px;
}

.flow .thumb img {
    height: 200px;
    width: 300px;
}

.flow .infos {
    margin: 20px 0 0;
}

.flow .title {
    font-size: 18px;
    line-height: 1.5;
}

.flow .gradient {
    color: #000b70;
}

.flow .info {
    margin: 10px 0 0;
}

.flows + .notes {
    font-size: 12px;
    margin: 30px 0 0;
}

.border_box {
    align-items: center;
    border: 5px solid #eee;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 0;
    padding: 35px 25px;
}

.border_box .title {
    font-size: 24px;
    font-weight: 700;
    width: 100%;
}

/*
.border_box .title::before {
    background-color: #000b70;
    content: "";
    display: block;
    height: 4px;
    margin: 0 0 25px;
    width: 35px;
}
*/

.floor_map .info_box {
    flex-wrap: wrap;
    width: 270px;
}

.floor_map .place {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
}

.floor_map .infos {
    align-self: flex-end;
    -ms-flex-item-align: end;
    font-weight: 700;
    margin: 0 0 10px;
}

.floor_map .subtitle {
    font-size: 22px;
}

.floor_map .count {
    font-size: 24px;
}

.floor_map .num {
    font-size: 54px;
    line-height: .9;
    margin: 0 5px;
}

.floor_map .info {
    margin: .75em 0;
}

.floor_map .note {
    font-size: 12px;
}

.floor_map .thumb {
    flex: 0 0 600px;
    height: 328px;
    width: 600px;
}

.floor_map .pdf {
    background-color: #b80000;
    background-image: url(/reusetech/2026/assets/images/common/icon_pdf.svg);
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 20px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
    width: 220px;
}

.movie_box {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.movie_box .info_box {
    flex: 0 0 420px;
    width: 420px;
}

.movie_box .info {
    margin: 30px 0 0;
}

.movie_box .movie {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
        flex: 0 0 450px;
    width: 450px;
}

.movie_box .situation_thumbs {
    height: 260px;
    width: 450px;
}

.movie_box .slick-dots li {
    background-color: #ccc;
    border-radius: 50%;
    height: 10px;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    width: 10px;
}

.movie_box .slick-dots li.slick-active {
    background-color: #000;
}

.movie_box .slick-dots li button {
    height: 10px;
    width: 10px;
}


/*セッションスケジュール
------------------------------------------------*/
.session_tables {
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
}

.session_table {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
        flex: 0 0 460px;
    max-width: 460px;
    width: 460px;
}

.session_table .place {
    text-align: center;
}

.session_dates {
    align-items: center;
    background-color: #111;
    border-left: 5px solid #000b70;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    color: #fff;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    height: 95px;
    justify-content: space-between;
    padding: 0 30px;
    position: relative;
}

.session_tables + .session_dates {
    margin: 60px 0 0;
}

.session_table + .gradient_bubble {
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 1.5;
    margin: 40px 0 0;
    padding: 12px 10px;
}

.session_table + .gradient_bubble::before {
    height: calc(100% - 4px);
}

.gradient_bubble_s {
    background-color: #fff;
    border: 2px solid #000b70;
    color: #000b70;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 100%;
    padding: 2px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
}

.gradient_bubble_s::before,
.gradient_bubble_s::after {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.gradient_bubble_s::before {
    border-color: rgba(147, 20, 255, 0);
    border-top-color: #000b70;
    border-width: 10px;
    margin-left: -10px;
}

.gradient_bubble_s::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

.gradient_bubble_s .txt {
    position: relative;
    z-index: 5;
}

.vimeo_link_btn {
    background-color: #000b70;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 20px auto 40px;
    padding: 0 40px;
    text-align: center;
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
}

.session_dates a {
    color: #fff;
    text-decoration: underline;
}

.session_dates a:hover {
    text-decoration: none;
}

.session_dates .date {
    font-size: 24px;
    font-weight: 700;
}

.session_table {
    margin: 40px 0 0;
}

.session_table .schedules {
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.session_table .empty {
    padding: 52px 20px;
}

/*
.session_table .th,
.session_table .td {
    width: 50px;
}

.session_table .th.odd {
    padding: 0 20px 0 0;
}

.session_table .th.even {
    padding: 0 0 0 20px;
}
*/

.session_table .place {
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 35px;
    padding: 10px 0;
    position: relative;
}

.session_table .place::after,
.session_table .place::before {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.session_table .place::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

.session_table .place::before {
    border-width: 10px;
    margin-left: -10px;
}

.session_table .place_a {
    border: 2px solid #02b0c0;
    color: #02b0c0;
}

.session_table .place_a::before {
    border-color: rgba(16, 109, 249, 0);
    border-top-color: #02b0c0;
}

.session_table .place_b {
    border: 2px solid #ff0054;
    color: #ff0054;
}

.session_table .place_b::before {
    border-color: rgba(147, 20, 255, 0);
    border-top-color: #ff0054;
}

.session_table .place_c {
    border: 2px solid #0048ff;
    color: #0048ff;
}

.session_table .place_c::before {
    border-color: rgba(147, 20, 255, 0);
    border-top-color: #0048ff;
}

.session_table .td {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.session_table .td.odd {
    border-right: 40px solid #f7f8f9;
}

.session_table .td.even {
    border-left: 40px solid #f7f8f9;
}

/*
.session_table .td_1,
.session_table .td_2 {
    border-top: 1px solid #ddd;
}
*/

.session_table .session {
    padding: 19px 20px;
}

.session_table .break {
    background-color: #edeff0;
}

.session_table .times {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
}

.session_table .infos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    max-width: 300px;
    width: 300px;
}

.session_table .open {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.session_table .time {
    color: #fff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 10px 0 0;
    text-align: center;
    width: 50px;
}

.session_table .session_a .time {
    background-color: #02b0c0;
}

.session_table .session_b .time {
    background-color: #ff0054;
}

.session_table .session_c .time {
    background-color: #0048ff;
}

.session_table .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    word-break: break-all;
}

.session_table .speakers {
    margin: 15px 0 0;
}

.session_table .speaker {
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0 0;
}

.session_table .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    height: 50px;
    max-width: 50px;
    width: 50px;
}

.session_table .names {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    font-size: 13px;
    line-height: 1.5;
    max-width: 240px;
    width: 240px;
}

.zoom_session {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0 0;
    max-width: 100%;
    padding: 19px 20px;
    width: 100%;
}

.zoom_session .times {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
}

.zoom_session .open {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.zoom_session .time {
    background-color: #000b70;
    color: #fff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 10px 0 0;
    text-align: center;
    width: 50px;
}

.zoom_session .infos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
        flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    width: calc(100% - 120px);
}

.zoom_session .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.zoom_session .info {
    font-size: 13px;
    line-height: 1.5;
    margin: 10px 0 0;
}

.social_gathering {
    align-items: center;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 40px 0 0;
    padding: 15px;
}

.social_gathering .place {
    -webkit-box-shadow: 0 0 0 2px #6821e9 inset;
            box-shadow: 0 0 0 2px #6821e9 inset;
    color: #6821e9;
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 150px;
}

.social_gathering .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 30px;
}

.social_gathering .price {
    margin: 0 0 0 auto;
}


/*出展企業一覧
------------------------------------------------*/
.gradient_bubble {
    border: 2px solid #000b70;
    -webkit-box-flex: 0;
    color: #000b70;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    font-size: 18px;
    font-weight: 700;
    height: 70px;
    line-height: 66px;
    max-width: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}

.session_sponsors + .gradient_bubble {
    margin: 50px 0 0;
}

.gradient_bubble::before,
.gradient_bubble::after {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.gradient_bubble::before {
    border-color: rgba(147, 20, 255, 0);
    border-top-color: #000b70;
    border-width: 10px;
    margin-left: -10px;
}

.gradient_bubble::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

.gradient_bubble .txt {
    position: relative;
    z-index: 5;
}

.session_sponsors {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0 0;
}

.session_sponsors .session_sponsor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 184px;
        flex: 0 0 184px;
    height: 120px;
    margin: 10px 0 0 10px;
    max-width: 184px;
    width: 184px;
}

.session_sponsors .session_sponsor:nth-child(5n + 1) {
    margin: 10px 0 0 0;
}

.session_merits {
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0;
}

.session_merit {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 110px 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    margin: 50px 0 0;
    max-width: 200px;
    padding: 100px 0 0;
    text-align: center;
    width: 200px;
}

.session_merit_1 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_1.svg);
}

.no-svg .session_merit_1 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_1.gif);
}

.session_merit_2 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_2.svg);
}

.no-svg .session_merit_2 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_2.gif);
}

.session_merit_3 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_3.svg);
}

.no-svg .session_merit_3 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_3.gif);
}

.session_merit_4 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_4.svg);
}

.no-svg .session_merit_4 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_4.gif);
}

.session_merit_5 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_5.svg);
}

.no-svg .session_merit_5 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_5.gif);
}

.session_merit_6 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_6.svg);
}

.no-svg .session_merit_6 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_6.gif);
}

.session_merit_7 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_7.svg);
}

.no-svg .session_merit_7 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_7.gif);
}

.session_merit_8 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_8.svg);
}

.no-svg .session_merit_8 {
    background-image: url(/reusetech/2024/assets/images/common/bg_merit_8.gif);
}

.session_merit .title {
    font-size: 18px;
    font-weight: 700;
}

.session_merit .info {
    margin: 15px 0 0;
}


/*よくある質問
------------------------------------------------*/
.faq_result .faq {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 5px;
    padding: 20px 70px 20px 30px;
    position: relative;
}

.faq_result .faq::before {
    background-image: url(/reusetech/2026/assets/images/common/circle_arrow_nvy.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    content: "";
    display: block;
    height: 17px;
    margin-top: -8px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    width: 17px;
}

.faq_result .faq.is_show::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.faq_result .q,
.faq_result .a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq_result .q {
    color: #000b70;
}

.faq_result .a {
    color: #01a29a;
    margin-top: 10px;
}

.faq_result .q::before,
.faq_result .a::before {
    margin-right: 5px;
}

.faq_result .q::before {
    content: "Q.";
}

.faq_result .a::before {
    content: "A.";
}


/*下部カバー
------------------------------------------------*/
.foot_cover {
    align-items: center;
    background-color: #f6f7f7;
    background-image: url(/reusetech/2026/assets/images/pc/bg_cover.jpg?1000);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 3px solid #000d7f;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px calc((100% - 960px) / 2);
}

.foot_cover .infos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
        flex: 0 0 480px;
    max-width: 480px;
    width: 480px;
}

.foot_cover .sponsors {
    align-items: center;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
            box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 15px;
    justify-content: center;
    justify-content: center;
    margin: 35px 0 0;
    padding: 35px 0;
}

.foot_cover .dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.foot_cover .dt::before,
.foot_cover .dt::after {
    background-color: #111;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 0 5px;
    vertical-align: middle;
    width: 4px;
}

.foot_cover .dd {
    height: 42px;
    margin: 10px 0 0;
}

.foot_cover .dd_1 {
    width: 68px;
}

.foot_cover .dd_2 {
    width: 78px;
}

.foot_cover .dd_3 {
    width: 84px;
}

.foot_cover .dd_4 {
    width: 106px;
}

.foot_cover .dd_5 {
    width: 121px;
}

.foot_cover .dd_6 {
    width: 38px;
}

.foot_cover .dd_7 {
    width: 112px;
}

.foot_cover .dd_8 {
    width: 75px;
}

.foot_cover .snss {
    margin: 30px 0 0;
}

.foot_cover .common_btns {
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 700px;
        flex: 0 0 700px;
    height: 100px;
    margin: 30px auto 0;
    max-width: 700;
    width: 700px;
}

.foot_cover .links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin: 55px 0 0;
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.foot_cover .link {
    background-image: url(/reusetech/2021/assets/images/common/icon_blank_b.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding: 0 0 0 20px;
    text-decoration: underline;
}

.foot_cover .link:hover {
    text-decoration: none;
}

.fix_menu {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
    height: 100px;
    left: 0;
    position: fixed;
    transform: translateY(180px);
    transition: all 1s ease;
    width: 100%;
    z-index: 100;
}

.fix_menu .box {
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.fix_menu .logo {
    flex: 0 0 190px;
    max-width: 190px;
    width: 190px;
}

.fix_menu .menu {
    line-height: 1.1;
}

.fix_menu .menu:not(:first-child) {
    border-left: 1px dotted #111;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
}

.fix_menu .menu a:hover {
    text-decoration: underline;
}

.fix_menu .btn {
    background: #ff3b9f;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    width: 200px;
}

.fix_menu .btn::after {
    background-image: url(/reusetech/2026/assets/images/common/circle_arrow_wht.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    content: "";
    display: block;
    height: 17px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 17px;
}

.fix_menu.is_show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
