@charset "UTF-8";
/* ----------------------------------------------------------------
TOP
------------------------------------------------------------------- */
/* --------------------------------
FV（共通）
----------------------------------- */
.fv {
    position: relative;
    background: url(../img/fv-bg_pc.jpg) center center no-repeat;
    background-size: cover;
    /*padding: 70px 0 50px;*/
    padding: 60px 0 20px;
}
.fv .fv_inner{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.fv .right {
    position: absolute;
    height: 100%;
    width: 20%;
    bottom: -20px;
    right: 0;
    border-radius: 0 0 0 100px;
    background: url(../img/fv_right.png);
    background-size: cover;
    background-position: left;
}
.fv .left {
    position: absolute;
    height: 100%;
    width: 20%;
    top: -20px;
    left: 0;
    border-radius: 0 0 100px 0;
    background: url(../img/fv_left.png);
    background-size: cover;
    background-position: right;
}
.fv .fv_inner h1{
    max-width: 860px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
    border: 1px solid #fff;
    padding: 16px 40px;
}
.fv .fv_inner h1 img{
    filter: drop-shadow(0 0 8px #fff);
}
.fv .fv_inner .fv_date {
    max-width: 460px;
    margin: 0 auto 10px;
    z-index: 5;
    position: relative;
}
.fv .fv_inner .lead_txt{
    max-width: 646px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}
.fv .fv_inner .lead_txt.shokushu{
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: none;
}
.fv .fv_inner .btn_flex.flex {
    justify-content: center;
}
.fv .fv_inner .arrow_Btn {
    margin: 15px 7px 0;
    width: 380px;
}
.fv_inner .date{
    z-index: 100;
    position: relative;
    color: #030b29;
    font-size: 10px;
    text-align: right;
    display: block;
    max-width: 810px;
    margin: 0 auto;
    padding: 10px 20px 0 20px;
}
/* --------------------------------
4つの分野で同時開催
----------------------------------- */
.description_Wrap figure{
    width: 90%;
    max-width: 600px;
    margin: 0 auto 30px;
}
.description_Wrap .lead_txt {
    text-align: center;
}
.description_Wrap .lead_txt .ttl{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 auto 20px;
}
.description_Wrap .lead_txt .txt{
    line-height: 1.8;
}
/* .lead_btn {
    margin: -30px auto 30px;
}
.lead_btn .btn_flex {
    justify-content: center;
}
.lead_btn .btn_flex > a {
    margin: 5px;
    width: 40%;
}
.lead_btn .arrow_Btn {
    padding: 17px 5px;
    position: relative;
}
.lead_btn .arrow_Btn span {
    color: #fff;
    display: block;
}
.lead_btn .arrow_Btn.keiri { background: var(--keiri);}
.lead_btn .arrow_Btn.jinji { background: var(--jinji);}
.lead_btn .arrow_Btn.houmu { background: var(--houmu);}
.lead_btn .arrow_Btn.system { background: var(--system);}

.lead_btn span::before,
.lead_btn span::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    background: #fff;
    right: 5%;
}
.lead_btn span::before{
    top: 40%;
    transform: translateY(-50%) rotate(45deg);
}
.lead_btn span::after{
    top: 65%;
    transform: translateY(-50%) rotate(-45deg);
} */

/* --------------------------------
ギフト
----------------------------------- */
#pre_gift.gift_Wrap{
	padding: 0 !important;
}
#pre_gift.gift_Wrap h2 {
    padding-top: 150px;
}
.gift.m0 {
    padding-bottom: 50px;
}
.gift.m0 .arrow_Btn {
    margin: 0 auto;
}
/* ギフト（大TOP） */
#top #pre_gift.gift_Wrap{
    padding: 100px 0 0 !important;
}

/* --------------------------------
リード文
----------------------------------- */
.intro_Wrap .txt{
	margin-top: 0;
}

/* --------------------------------
SESSION
----------------------------------- */
.session_list{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
#pre_session .Wrap_ttl h2{
    color: #88721a;
}
#pre_session .Wrap_ttl h2::after{
    content: "";
    position: absolute;
    left: -19px;
    bottom: 15px;
    width: 115%;
    height: 32px;
    background: url(../img/wave_underline_gold.png) no-repeat center;
    background-size: cover;
    pointer-events: none;
    z-index: -5;
}
#pre_session .session-att{
    color: #88721a;
}
#pre_session .session_list{
    justify-content: space-between;
}
.session_list .session_list_con {
    width: 31.5%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 7px 2px rgba(119, 124, 142, 0.15);
    margin-bottom: 30px;
    margin: 9px;
}
#pre_session .session_list .session_list_con{
    width: 24%;
    margin: 0;
}
#pre_session .session.system h3,
#pre_session .session.houmu h3,
#pre_session .session.keiri h3,
#pre_session .session.jinji h3{
    border-left: none;
}
#pre_session .session_list .session h3{
    padding-left: 0;
}
#pre_session .session_list .session .speaker .speaker-img{
    width: 110px;
}
#pre_session .session .speaker {
    align-items: center;
    margin-bottom: 15px;
}
#pre_session .session_list .session_r {
    margin-left: 10px;
}
#pre_session .pre-note{
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    color: #88721a;
    font-size: 1.4rem;
}
@media screen and (max-width: 768px){
    #pre_session .Wrap_ttl h2::after{
        left: -20px;
        width: 120%;
        height: 24px;
    }
    #pre_session .session_list .session_list_con {
        width: 100%;
    }
    #pre_session .pre-note{
        padding-top: 0;
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
}
.session_list .session {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 20px 20px 26px;
    border-radius: 5px;
}
.session_list a.session:hover {
    transform: unset;
    transform:scale(1.05,1.05);
}
.session_list .session .category-time_flex {
    margin-bottom: 12px;
}
.session_list .session .category-time_flex .category {
    margin-right: 10px;
    padding: 5px 6px 4px;
    font-size: 1.4rem;
}
.session_list .session .category-time_flex .date {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "Poppins", serif;
    margin-right: 10px;
}
.session_list .session .category-time_flex .keiri.date {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(205, 229, 243) 20%);
}
.session_list .session .category-time_flex .jinji.date {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(243, 237, 190) 20%);
}
.session_list .session .category-time_flex .houmu.date {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(207, 235, 208) 20%);
}
.session_list .session .category-time_flex .system.date {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(253, 228, 227) 20%);
}
.session_list .session h3 {
    font-size: 1.6rem;
    /*padding-left: 12px;*/
    padding-left: 0px;
    border: none;
}
.session_list .session h3 small {
    font-size: 1.0rem;
}
.session_list .speaker {
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 0;
}
.session_list .speaker2 {
    margin-bottom: 20px;
}
.session_list .session .speaker .speaker-img {
    width: 140px;
    flex-shrink: 0;
}
.session_list .session_r {
    width: 100%;
    margin-left: 20px;
}
.session .speaker-detail .company {
    font-size: 13px;
}
.session_list .session .speaker .logo-img {
    width: 70%;
    margin: 0 0 20px 0;
}
.session_list .session .speaker-detail {
    margin: 0;
    color: var(--gray);
}
.session_list .session .name {
    font-size: 1.6rem;
}
.session_list .open-button {
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--blue);
    top: 10px;
    right: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
}
.session_list .open-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 48%;
    width: 2px;
    background: #fff;
}
.session_list .open-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 48%;
    background: #fff;
}
/*.session_list .session:hover .open-button {
    background: linear-gradient(135deg, #40bbed, #f1c6d8);
    transform:scale(1.2,1.2);
}*/
.session .tokuten_mark {
    border-radius: 50vw;
    color: var(--orange);
    background: #fff;
    border: solid 2px var(--orange);
    padding: 4px 7px 4px 23px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    position: relative;
}
.session .tokuten_mark::before {
    content: "";
    background-image: url(../img/star.svg);
    width: 13px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 7px;
    top: 3px;
}
.btn_flex {
    max-width: 800px;
    margin: 0 auto;
}
.session_list .pre-note {
    font-size: 11px;
    font-weight: 600;
    color: var(--gray);
    line-height: 1.5em;
    margin-top: 15px;
    padding: 12px 0 0;
    border-top: dotted 2px var(--gray);
}
.logo2.flex {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
}
.session_list .session .speaker .logo2.flex .logo-img {
    margin-left: 0;
}

/* --------------------------------
MODAL
----------------------------------- */
.dn-headerfooter header, .dn-headerfooter footer {
    display: none;
}
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10020;
}
.modal_bg {
    background: rgba(3, 11, 41, 0.7);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modalScroll {
    background: #fff;
    height: 700px;
    width: 80vw;
    max-width: 1000px;
    max-height: 800px;
    border-radius: 8px;
    overflow: hidden;
}
  /* 画面の中央に寄せるCSS。ウィンドウとボタンに適応 */
.button,
.modalScroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Scroll_date {
    border-radius: 0;
    background: linear-gradient(to right, #4dadd0, #4fd0c5);
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 16px 0 11px;
}
.Scroll_date .date {
    font-size: 3.2rem;
    font-weight: 600;
    font-family: "Palatino","Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
}
.Scroll_date.pre {
	padding: 17px 0 18px;
}
.Scroll_date .pre_til {
    font-size: 2.4rem;
    font-weight: 600;
}
.Scroll_date .day-of-week {
    font-size: 2.5rem;
    font-weight: 600;
}
/* ウィンドウ内のコンテンツ。スクロールの範囲はここになります。 */
.ScrollContent {
    width: 91%;
    padding-bottom: 20px;
}
::-webkit-scrollbar {
    display: none;
}
.modal_con.lower_ttl {
    background: none;
    padding: 30px 0 0;
    height: auto;
}
.modal_con {
    padding-top: 30px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.modal_con .img_Box {
    width: 25%;
}
.modal_con .img_Box .speaker {
    margin-bottom: 20px;
}
.modal_con .img_Box .logo {
    width: 90%;
    max-width: 220px;
    margin: 0 auto;
}
.modal_con .img_Box .logo2 .logo:first-child {
    margin-bottom: 15px;
}
.modal_con .img_Box .logo_box img {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.modal_con .txt_Box {
    margin-left: 38px;
    width: calc(75% - 38px);
}
.modal_con .txt_Box .category {
    display: inline-block;
    background: var(--olive);
    margin-bottom: 10px;
    padding: 7px 10px 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
}
.keiri .modal_con .txt_Box .category {
    background: var(--keiri);
}
.jinji .modal_con .txt_Box .category {
    background: var(--jinji);
}
.houmu .modal_con .txt_Box .category {
    background: var(--houmu);
}
.system .modal_con .txt_Box .category {
    background: var(--system);
}
.modal_ttl {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 16px;
    text-align: left;
}
.modal_ttl_small {
    display: inline-block;
    line-height: 1.2;
    font-size: 2rem;
    font-weight: bold;
}
.modal_ttl span.line {
    font-weight: inherit;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: var(--yellow);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
.modal_con .dotted-line {
    border-top: dotted var(--basic) 2px;
    margin-bottom: 15px;
}
.modal_con .txt_Box .speaker_info {
    width: 100%;
    margin-bottom: 15px;
}
.modal_con .txt_Box .name {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 5px;
}
.modal_con .txt_Box small {
    display: inline-block;
    line-height: 1.2;
    font-size: 80%;
    font-weight: bold;
}
.modal_con .txt_Box .company {
    font-size: 1.5rem;
    line-height: 1.3;
    color: var(--gray3);
}
.modal_wrapper .session-att {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--gray)!important;
    border-top: var(--gray) 2px dotted;
    margin-bottom: 0;
    padding-top: 10px;
    text-align: left;
    text-indent: 0;
}
.modal_wrapper .tokuten {
    text-align: center;
    margin-top: 20px;
    background: #fff;
    border: solid 2px;
    border-radius: 3px;
}
.keiri.modal_wrapper .tokuten {
    border-color: var(--keiri);
}
.jinji.modal_wrapper .tokuten {
    border-color: var(--jinji);
}
.houmu.modal_wrapper .tokuten {
    border-color: var(--houmu);
}
.system.modal_wrapper .tokuten {
    border-color: var(--system);
}
.modal_wrapper .tokuten h3 {
    background: var(--basic);
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    padding: 4px 0 6px;
}
.keiri.modal_wrapper .tokuten h3 {
    background: var(--keiri);
}
.jinji.modal_wrapper .tokuten h3 {
    background: var(--jinji);
}
.houmu.modal_wrapper .tokuten h3 {
    background: var(--houmu);
}
.system.modal_wrapper .tokuten h3 {
    background: var(--system);
}
.modal_wrapper .tokuten .tokuten_List {
    display: inline-block;
    margin: 0 auto;
    padding: 12px 10px;
}
.modal_wrapper .tokuten .tokuten_List li {
    position: relative;
    text-align: left;
    padding-left: 1.2em;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--basic);
}
.keiri.modal_wrapper .tokuten .tokuten_List li {
    color: var(--keiri);
}
.jinji.modal_wrapper .tokuten .tokuten_List li {
    color: var(--jinji);
}
.houmu.modal_wrapper .tokuten .tokuten_List li {
    color: var(--houmu);
}
.system.modal_wrapper .tokuten .tokuten_List li {
    color: var(--system);
}
.modal_wrapper .tokuten .tokuten_List li::before {
    position: absolute;
    content: "■";
    color: var(--basic);
    font-size: 16px;
    top: 0.1em;
    left: 0;
}
.keiri.modal_wrapper .tokuten .tokuten_List li::before {
    color: var(--keiri);
}
.jinji.modal_wrapper .tokuten .tokuten_List li::before {
    color: var(--jinji);
}
.houmu.modal_wrapper .tokuten .tokuten_List li::before {
    color: var(--houmu);
}
.system.modal_wrapper .tokuten .tokuten_List li::before {
    color: var(--system);
}
.modal_wrapper .detail-txts .txt {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 15px;
    font-weight: 500;
}
.modal_wrapper .detail-txts .session-att {
    border: none;
    margin-bottom: 20px;
}
.modal_wrapper .detail-recommend_con {
    border-top: var(--gray) 2px dotted;
    border-radius: 0;
    text-align: center;
    /*margin-bottom: 60px;*/
    /*margin-bottom: 10px;*/
}
#top .modal_wrapper{
    margin-bottom: 60px;
}
.modal_wrapper .detail-recommend_til {
    padding-top: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: var(--yellow);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
    font-weight: bold;
}
.modalScroll .btn_flex > a{
    width: 60%;
}
.keiri.modal_wrapper .detail-recommend_til, .keiri .modal_ttl span.line {
    text-decoration-color: #cde5f3;
}
.jinji.modal_wrapper .detail-recommend_til, .jinji .modal_ttl span.line {
    text-decoration-color: #f3edbe;
}
.houmu.modal_wrapper .detail-recommend_til, .houmu .modal_ttl span.line {
    text-decoration-color: #cfebd0;
}
.system.modal_wrapper .detail-recommend_til, .system .modal_ttl span.line {
    text-decoration-color: #fde4e3;
}
.modal_wrapper .detail-recommend_li {
    padding-left: 1.5em;
    display: inline-block;
}
.modal_wrapper .detail-recommend_li li {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    text-align: left;
}
.modal_wrapper .detail-recommend_li li::before {
    position: absolute;
    content: "";
    background: url(../img/list-head.svg) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -1.4em;
}
.modal_wrapper.keiri .detail-recommend_li li::before {
    background: url(../img/list-head_keiri.svg) center center no-repeat;
    background-size: contain;
}
.modal_wrapper.jinji .detail-recommend_li li::before {
    background: url(../img/list-head_jinji_soumu.svg) center center no-repeat;
    background-size: contain;
}
.modal_wrapper.houmu .detail-recommend_li li::before {
    background: url(../img/list-head_houmu.svg) center center no-repeat;
    background-size: contain;
}
.modal_wrapper.system .detail-recommend_li li::before {
    background: url(../img/list-head_system.svg) center center no-repeat;
    background-size: contain;
}
.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 65px;
    font-weight: 600;
    font-weight: 100;
    color: #fff;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}
.modal-close-btn::after {
    content: "×";
}
.modal-close-btn:hover {
    transition: 0.3s;
}
.footer-wrapper #Pagetop {
    display: none!important;
}
.modal-content .ScrollContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    height: 100%;
    margin-top: 59px;
}
.modal-content .Scroll_date {
    border-radius: 8px 8px 0 0;
}
.modal-content .other_detail {
    display: none;
}
.modal-content .detail_btn_flex {
    display: block;
}
.modal-content .return_btn {
    display: none;
}
.modal-content .detail_btn_flex .arrow_Btn.bgleft.form_cta {
    margin: 0 auto;
}

/* --------------------------------
SPECIAL SESSION
----------------------------------- */
.session_Wrap.special .Wrap_ttl h2{
    color: #005286;
}
.session_Wrap.special .Wrap_ttl h2::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 15px;
    width: 110%;
    height: 32px;
    background: url(../img/wave_underline_lightblue.png) no-repeat center;
    background-size: cover;
    pointer-events: none;
    z-index: -5;
}
.session_Wrap.special .session_Box .session.main,
.session_Wrap.special .session.empty{
    display: none;
}
.session_Wrap.special .session-att{
    color: #005286;
}
.session_Wrap .category-link{
    position: relative;
    width: 100%;
    max-width: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    margin: 10px auto 30px;
    padding: 10px 0;
    border: none;
    transition: 0.3s;
}
.session_Wrap .category-link::after{
    right: 2%;
}
.session_Wrap .category-link.keiri{ background: var(--keiri2);}
.session_Wrap .category-link.jinji{ background: var(--jinji2);}
.session_Wrap .category-link.houmu{ background: var(--houmu2);}
.session_Wrap .category-link.soumu{ background: var(--soumu2);}
.session_Wrap .category-link.soumu{
    margin-bottom: 0;
}
.session_Wrap .category-link:hover{
    transform: translateX(5px);
}
.session_Wrap.special .cv .btn_flex.flex {
    display: flex;
}
/* --------------------------------
MAIN SESSION
----------------------------------- */
.session_Wrap.main .Wrap_ttl h2{
    color: #305773;
}
.session_Wrap.main .Wrap_ttl h2::after{
    content: "";
    position: absolute;
    left: -20px;
    bottom: 15px;
    width: 112%;
    height: 32px;
    background: url(../img/wave_underline_blue.png) no-repeat center;
    background-size: cover;
    pointer-events: none;
    z-index: -5;
}
.session_Wrap.main .session-att {
    color: #305773;
}
.session_Wrap.main .session_Box .session.keynote{
    display: none;
}
.session_Wrap.main .cv .btn_flex {
    display: flex !important;
}
.session_Wrap.main .cv .btn_flex > a {
    margin-top: 30px;
}
.session_Wrap {
    padding: 70px 0 !important;
}
.session_Wrap.main .Wrap_ttl {
    position: relative;
}
.session_Wrap.main .schedule_btn {
    position: absolute;
    top: 10px;
    right: 0;
}
.session_Wrap.main .schedule_btn .arrow_Btn {
    margin-top: -15px;
    width: 210px;
    padding: 15px 5px;
}
.session_Wrap.main .schedule_btn .arrow_Btn span {
    font-size: 16px;
}
.session_Wrap.main .Category_ttl h2 {
    color: #fff;
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 30px;
}
.session_Wrap.main .Category_ttl h2.keiri {
    background: var(--keiri);
    margin-top: 30px;
}
.session_Wrap.main .Category_ttl h2.jinji { background: var(--jinji);}
.session_Wrap.main .Category_ttl h2.houmu { background: var(--houmu);}
.session_Wrap.main .Category_ttl h2.system { background: var(--system);}

#keiri_session,#jinji_session,#houmu_session,#system_session {
    margin-top: -50px;
    padding-top: 50px;
}

/* 経理 */
#keiri .session_Wrap.main{
    background: url(../img/check_keiri-bg.jpg) center center repeat;
    background-size: contain;
}
/* 人事・総務 */
#jinji_soumu .session_Wrap.main{
    background: url(../img/check_jinji-soumu-bg.jpg) center center repeat;
    background-size: contain;
}
/* 法務 */
#houmu .session_Wrap.main{
    background: url(../img/check_houmu-bg.jpg) center center repeat;
    background-size: contain;
}
/* 情シス */
#system .session_Wrap.main{
    background: url(../img/check_system-bg.jpg) center center repeat;
    background-size: contain;
}

.session-add {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    color: #6692b3;
}
/* --------------------------------
申込者特典コンテンツ
----------------------------------- */
.session_Wrap.tokuten .Wrap_ttl h2.jp_ttl {
    margin-bottom: 60px;
}
#keiri .session_Wrap.tokuten,
#jinji_soumu .session_Wrap.tokuten,
#houmu .session_Wrap.tokuten,
#system .session_Wrap.tokuten{
    background: none;
}
.session_Wrap.tokuten .ttl_fukidashi{
    position: relative;
    text-align: center;
    background: var(--olive);
    padding: 10px;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: bold;
    font-style: italic;
    color: var(--yellow);
    margin-bottom: 25px;
}
.session_Wrap.tokuten .ttl_fukidashi::after{
    position: absolute;
    content: "";
    border-top: var(--olive) 15px solid;
    border-right: transparent 12px solid;
    border-left: transparent 12px solid;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
}
.session_Wrap.tokuten .btn_flex > a {
    margin-top: 30px;
}

/* --------------------------------
各カテゴリへ飛ぶボタン
----------------------------------- */
section.category-link_Wrap {
    padding-bottom: 0;
}
.category-link_Wrap .flex a{
    display: block;
    width: 48%;
    border: var(--navy) 1px solid;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: 0.3s;
}
.category-link_Wrap .flex a img{
    padding: 15px 20px;
}
.category-link_Wrap .flex a p{
    position: relative;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.category-link_Wrap .flex a.keiri p{ background: var(--keiri2);}
.category-link_Wrap .flex a.jinji p{ background: var(--jinji2);}
.category-link_Wrap .flex a.houmu p{ background: var(--houmu2);}
.category-link_Wrap .flex a.soumu p{ background: var(--soumu2);}
.category-link_Wrap .flex a p::after{
    position: absolute;
    content: "";
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 2%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
    z-index: 2;
}
.category-link_Wrap .flex a:hover{
    background: #eee;
    transform: translateY(-5px);
}

/* --------------------------------
アーカイブ対応
----------------------------------- */
.archive-ttl{
    background: #032f6b;
    color: #fff!important;
    font-size: 2.4rem!important;
    font-weight: 600;
    text-align: center;
    padding: 12px 0 7px;
    width: 100%;
    margin: 0 auto 10px;
}
.archive-ttl span.red{
    font-size: 140%;
    font-weight: 600;
    font-family: "Palatino","Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
    margin-right: 3px;
    color: var(--yellow);
}
.archive-ttl small{
    font-size: 70%;
    font-weight: 600;
    margin-left: 3px;
}
.fv .archive-ttl,
.lower_ttl .archive-ttl,
.campaign_top .archive-ttl{
    max-width: 460px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.campaign_top .archive-ttl{
    margin-top: 0px;
    margin-bottom: 10px;
}
.tokuten_contents .archive-ttl {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .archive-ttl{
        font-size: 2rem;
    }
    .fv .archive-ttl {
        width: 95%;
        margin-bottom: 20px;
    }
    .tokuten_contents .archive-ttl {
        margin-bottom: 20px;
    }
    .archive-ttl span.red{
        font-size: 125%;
    }
    .lower_ttl .archive-ttl,
    .campaign_top .archive-ttl{
        max-width: 333px;
    }
}

/* --------------------------------
クローズ対応
----------------------------------- */
/*.fv .fv_inner .btn_flex.flex,*/
.session_Wrap.special .cv .btn_flex.flex,
.session_Wrap.main .cv .btn_flex,
.session_Wrap.tokuten .btn_flex{
    display: none !important;
}

/* ==============================================================
PC(1600px~)
============================================================== */
@media screen and (min-width: 1600px) {

    /*.fv {
        padding-top: 0;
        height: 780px;
    }*/

}

/* ==============================================================
PC(~1400px)
============================================================== */
@media screen and (max-width: 1400px) {

    #top .fv .fv_inner{
        width: 80%;
    }
    #keiri .fv .fv_inner,
    #jinji_soumu .fv .fv_inner,
    #houmu .fv .fv_inner,
    #system .fv .fv_inner{
        width: 70%;
    }

}

/* ==============================================================
PC（~1200px）
============================================================== */
@media screen and (max-width:1200px) {
    /* --------------------------------
    fv
    ----------------------------------- */


    /* --------------------------------
    4つの分野で同時開催
    ----------------------------------- */
    .description_Wrap .lead_txt .ttl {
        font-size: 1.8rem;
        margin: 0 auto 10px;
    }
    .description_Wrap .lead_txt .txt{
        text-align: left;
    }

    /* --------------------------------
    ギフト
    ----------------------------------- */
    #pre_gift.gift_Wrap {
        margin-top: 0;
    }
    #pre_gift.gift_Wrap h2 {
        padding-top: 50px;
    }
}

/* ==============================================================
PC（~1200px）
============================================================== */
@media screen and (max-width:1000px) {

    /*.fv{
        padding-top: 60%;
    }*/
    /*.fv .fv_inner {
        width: 60%;
    }*/
    .fv .fv_inner .lead_txt{
        font-size: 1.4rem;
    }
}


/* ==============================================================
SP(~768px)
============================================================== */
@media screen and (max-width:768px) {
    .fv .right, .fv .left {
        display: none;
    }
    #footer{
        padding-bottom: 50px;
    }
    .session_Wrap.tokuten .Wrap_ttl h2.jp_ttl {
        margin-bottom: 50px;
    }

    /* --------------------------------
	FV
	----------------------------------- */
    .fv {
        background: url(../img/fv-bg_sp.jpg) center center no-repeat;
        background-size: cover;
        /*padding: 50px 0 20px;*/
        padding: 45px 0 20px;
	}
    .fv .fv_inner,
    #top .fv .fv_inner,
    #keiri .fv .fv_inner,
    #jinji_soumu .fv .fv_inner,
    #houmu .fv .fv_inner,
    #system .fv .fv_inner{
        width: 95%;
    }
    .fv .fv_inner h1, .fv .fv_inner .fv_date{
        border: none;
        padding: 0 0;
    }
    .fv .fv_inner .lead_txt.shokushu{
        width: 90%;
        text-align: left;
    }
    .fv .fv_inner .arrow_Btn {
        width: 90%;
        margin: 10px auto 0;
    }
    .fv .fv_inner .arrow_Btn.livelist {
        margin: 10px auto 0;
    }
    .session_Wrap {
        padding: 40px 0 !important;
    }
    .session_Wrap .category-link {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        margin: 10px auto 20px;
        padding: 8px 0;
    }
    .session_Wrap .category-link::after {
        border-top: #fff 2px solid;
        border-right: #fff 2px solid;
        width: 4px;
        height: 4px;
    }
    .session_Wrap .category-link.soumu{
        margin-bottom: 20px;
    }

    .category-link_Wrap .flex a p {
        padding: 5px 0;
        font-size: 12px;
        line-height: 1.2;
    }
    .category-link_Wrap .flex a{
        margin-bottom: 15px;
    }
    .category-link_Wrap .flex a p::after {
        width: 4px;
        height: 4px;
        right: 3%;
    }

    /* --------------------------------
    4つの分野で同時開催
    ----------------------------------- */
    .description_Wrap .lunchstudy-circle{
        max-width: 240px;
        margin: 20px auto 50px;
    }
    .lead_btn {
        margin: -25px auto 20px;
    }
    .lead_btn .btn_flex > a {
        margin: 5px 5px 0;
        width: 47%;
    }
    .lead_btn .arrow_Btn {
        padding: 15px 5px;
    }
    /* --------------------------------
    SPECIAL　SESSION
    ----------------------------------- */
    .session_Wrap.special .Wrap_ttl h2::after {
        left: -19px;
        width: 115%;
        height: 26px;
    }

    /* --------------------------------
    申込者特典コンテンツ
    ----------------------------------- */
    .session_Wrap.tokuten .Wrap_ttl h2{
        margin-bottom: 30px;
    }
    .session_Wrap.tokuten .ttl_fukidashi {
        padding: 8px;
        font-size: 1.8rem;
    }
    .session_Wrap.main .cv .btn_flex {
        margin-top: 50px;
    }
    .session_Wrap.main .cv .btn_flex > a,
    .session_Wrap.tokuten .btn_flex > a {
        margin-top: 10px;
    }

    /* --------------------------------
    メインセッション
    ----------------------------------- */
    .session_Wrap.main .Wrap_ttl h2::after{
        width: 120%;
        height: 25px;
    }
    .session_Wrap.main .schedule_btn {
        position: relative;
        margin-bottom: 10px;
    }
    .session_Wrap.main .schedule_btn .arrow_Btn {
        width: 80%;
        margin-bottom: 20px;
        padding: 12px 5px;
    }
    .session_Wrap.main .schedule_btn .arrow_Btn span {
        font-size: 14px;
    }
    .session_Wrap.main .Category_ttl h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #keiri_session,#jinji_session,#houmu_session,#system_session {
        margin-top: -35px;
        padding-top: 35px;
    }

    /* --------------------------------
    SESSION
    ----------------------------------- */
    .session_list {
        display: block;
    }
    .session_list .session_list_con {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .session_list .session {
        height: auto;
        padding: 15px;
        border-radius: 3px;
    }
    .session_list .session h3 {
        font-size: 1.4rem;
        /*padding-left: 10px;*/
        padding-left: 0px;
    }
    .session_list .session .speaker .speaker-img {
        width: 108px;
    }
    .session_list .session_r {
        margin-left: 16px;
    }
    .session_list .session .speaker .logo-img {
        margin: 0 0 10px 0;
    }
    .session_list .session .speaker-detail .name {
        font-size: 1.4rem;
        margin-bottom: 7px;
    }
    .session_list .open-button {
        width: 28px;
        height: 28px;
    }
    .session_list .session .category-time_flex .category {
        margin-bottom: 12px;
    }
    .session_list .session .category-time_flex .date {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    .session .tokuten_mark {
        margin-bottom: 12px;
    }
    .session_list .session .category-time_flex {
        margin-bottom: 0;
    }
    .session_list .session .speaker .logo2.flex {
        width: 100%;
    }

    /* --------------------------------
    MODAL
    ----------------------------------- */
    .modalScroll {
        top: 53%;
        height: 87%;
        width: 90%;
        border-radius: 5px;
    }
    .modal-close-btn {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 40px;
    }
    .Scroll_date {
        padding: 8px 0 6px;
    }
    .modal-content .Scroll_date {
        border-radius: 5px 5px 0 0;
    }
    .Scroll_date .date {
        font-size: 2.3rem;
    }
    .Scroll_date.pre {
        padding: 9px 0 10px;
    }
    .Scroll_date .pre_til {
        font-size: 1.8rem;
    }
    .Scroll_date .day-of-week {
        font-size: 1.8rem;
    }
    .ScrollContent {
        margin-top: 0;
        padding-bottom: 10px;
    }
    .modal-content .ScrollContent {
        margin-top: 37px;
        padding-bottom: 37px;
    }
    .modal_con {
        padding-top: 15px;
    }
    .modal_con .category-time_flex {
        justify-content: center;
    }
    .modal_con .category {
        margin-bottom: 12px;
        padding: 3px 10px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        color: #fff;
    }
    .keiri .modal_con .category {
        background-color: var(--keiri);
    }
    .jinji .modal_con .category {
        background-color: var(--jinji);
    }
    .houmu .modal_con .category {
        background-color: var(--houmu);
    }
    .system .modal_con .category {
        background-color: var(--system);
    }
    .modal_ttl {
        font-size: 1.8rem;
        margin-bottom: 14px;
        line-height: 1.4;
    }
    .modal_ttl_small {
        font-size: 1.6rem;
    }
    .modal_con .dotted-line {
        margin-bottom: 20px;
    }
    .profile_Box {
        flex-wrap: nowrap;
    }
    .profile_Box .speaker_img {
        width: 98px;
    }
    .modal_con .txt_Box {
        margin-left: 18px;
        width: calc(100% - 116px);
    }
    .modal_con .txt_Box .logo {
        width: 80%;
        max-width: 120px;
        margin-bottom: 15px;
    }
    .modal_con .txt_Box .speaker_info {
        color: var(--gray);
    }
    .modal_con .txt_Box .name {
        font-size: 1.4rem;
    }
    .modal_con .txt_Box .company {
        font-size: 1.2rem;
    }
    .modal_wrapper .session-att {
        font-size: 1.2rem;
    }
    .modal_wrapper .tokuten {
        margin-top: 10px;
    }
    .modal_wrapper .tokuten h3 {
        font-size: 1.4rem;
        padding: 0px 0 2px;
    }
    .modal_wrapper .tokuten .tokuten_List {
        padding: 10px 10px;
    }
    .modal_wrapper .tokuten .tokuten_List li {
        padding-left: 1em;
        font-size: 1.4rem;
    }
    .modal_wrapper .tokuten .tokuten_List li::before {
        font-size: 1rem;
        top: 0.2em;
    }
    .modal_wrapper .detail-txts .txt {
        margin-top: 20px;
    }
    .modal_wrapper .detail-recommend_li li {
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .modal_wrapper .detail-recommend_li li::before {
        width: 16px;
        height: 16px;
        top: 2px;
    }
    .modal_wrapper .detail-recommend_con {
        margin-bottom: 10px;
    }
    .modalScroll .btn_flex > a{
        width: 100%;
    }
}


.sample{
    background-color: #8e8e8e;
    padding: 10px;
    text-align: center;
    color: #fff;
}

/* ==============================================================
archive-list 2025/4/23追加
============================================================== */
.archive-list {
    display: flex;
    justify-content: flex-start;
     align-items: stretch;
     flex-wrap: wrap;
  }
  .archive-list .archive-item {
     width: 30.5%;
     background-color: #fff;
     display: flex;
     flex-direction: column;
     border-radius: 5px;
     box-shadow: 0px 1px 7px 2px rgba(119, 124, 142, 0.15);
     margin: 9px;
  }
  .archive-list .archive-img-wrap {
    width: 100%;
    height: 120px;
  }
  .archive-list .archive-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .archive-list .btn-more {
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    text-align: center;
    background-color: navy;
    color: #fff;
  }
  .archive-list .archive_ttl {
    margin-bottom: 10px;
    line-height: 1.5;
    flex-grow: 1;
  }
  .archive-list a {
   transition: transform 0.3s ease;
   display: flex;
   flex-direction: column;
   text-decoration: none;
   color: inherit;
   padding: 20px 20px 26px;
 }
 .archive-list a:hover {
   transform: scale(1.05, 1.05);
 }
 .archive-list .archive-img-wrap h3{
     font-size: 1.6rem;
     font-weight: bold;
 }
 .archive-list .box-child-title {
   margin-bottom: 12px;
 }
 .archive-list .box-child-title_inner {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
 }
 .archive-list .box-child-title .category {
   margin-right: 10px;
   padding: 5px 6px 4px;
   font-size: 1.4rem;
   display: inline-block;
   color: #fff;
   font-family: 'Poppins', sans-serif;
   line-height: 1;
   font-weight: 500;
 }
 .archive-list .box-child-title .date {
   font-size: 1.8rem;
   font-weight: 600;
   font-family: "Poppins", serif;
   margin-right: 10px;
 }
 .archive-list .box-child.jinji .category {
   background: var(--jinji);
 }
 .archive-list .box-child.keiri .category {
   background: var(--keiri);
 }
 .archive-list .box-child.houmu .category {
   background: var(--houmu);
 }
 .archive-list .box-child.system .category {
   background: var(--system);
 }
 .archive-list .box-child.jinji .date {
   background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(243, 237, 190) 20%);
 }
 .archive-list .box-child.keiri .date {
   background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(205, 229, 243) 20%);
 }
 .archive-list .box-child.houmu .date {
   background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(207, 235, 208) 20%);
 }
 .archive-list .box-child.system .date {
   background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(253, 228, 227) 20%);
 }
 .archive-list .speaker-img{
     width: 140px;
     flex-shrink: 0;
 }
 .archive-list .speaker{
     align-items: flex-start;
     margin-bottom: 0;
     flex-wrap: nowrap;
 }
 .archive-list .logo-img{
     width: 70%;
     margin: 0 0 20px 0;
 }
 .archive-list .session_r{
     width: 100%;
     margin-left: 20px;
 }
 .archive-list .name {
     font-size: 1.6rem;
     line-height: 1;
     font-weight: bold;
     margin-bottom: 10px;
 }
 .archive-list .speaker-detail {
     margin: 0;
     color: var(--gray);
 }
 .archive-list .company {
     font-size: 13px;
 }
 .archive-list .small {
     font-size: 80%;
 }
 .archive-list .open-button {
     position: absolute;
     width: 40px;
     height: 40px;
     background: linear-gradient(to right, #4dadd0, #4fd0c5);
     top: 10px;
     right: 10px;
     border-radius: 50%;
     cursor: pointer;
     transition: .3s;
 }
 .archive-list a{
     position: relative;
 }
 .archive-list .open-button::after {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     height: 2px;
     width: 48%;
     background: #fff;
 }
 .archive-list .open-button::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     height: 48%;
     width: 2px;
     background: #fff;
 }
 /*--4カラムver
 #pre_session .archive-list .archive-item{
     width: 23%;
 }
 #pre_session .archive-list .speaker-img {
     width: 110px;
 }
 #pre_session .archive-list .session_r {
     margin-left: 8px;
 }
 #pre_session .archive-list .speaker{
     align-items: center;
     margin-bottom: 15px;
 }
 #pre_session .archive-img-wrap {
     height: 150px;
 }
--*/
 @media screen and (max-width:1000px){
    .archive-list{
        justify-content: space-between;
    }
     .archive-list .archive-item{
         width: 49%;
         margin: 0 0 20px;
         padding: 15px;
     }
     .archive-list .speaker-img {
         width: 108px;
     }
     .archive-list .name{
        font-size: 1.4rem;
        margin-bottom: 7px;
     }
     .archive-list .archive-img-wrap{
         height: auto;
         line-height: 1.2;
     }
     .archive-list .archive-img-wrap h3{
         margin-bottom: 10px;
     }
     .archive-list .archive-list a{
         padding: 15px;
         border-radius: 3px;
         margin: 0 0 20px;
     }
     .archive-list .box-child-title .date{
         font-size: 1.6rem;
         margin-bottom: 12px;
     }
     .archive-list .box-child-title .category{
         margin-bottom: 8px;
     }
     .archive-list .box-child-title{
         margin-bottom: 0;
     }
     .archive-list .open-button{
         width: 28px;
         height: 28px;
     }
     .archive-list .archive-img-wrap h3{
         font-size: 1.4rem;
         line-height: 1.8rem;
     }
     .archive-list .archive_ttl{
         margin-bottom: 0;
     }
    .archive-list .logo-img{
         margin-bottom: 10px;
     }
     #pre_session .archive-list .archive-item{
        width: 49%;
     }
     #pre_session .archive-img-wrap {
        height: auto;
    }
    #pre_session .archive-list .speaker{
        margin-bottom: 10px;
    }
 }
 @media screen and (max-width:768px){
    .archive-list .archive-item {
        width: 100%;
    }
    #pre_session .archive-list .archive-item{
        width: 100%;
     }
 }
/* ==============================================================
recommend 2025/4/24追加
============================================================== */
#redommend .Wrap_ttl h2{
    color: #88721a;
}
#redommend .Wrap_ttl h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    height: 32px;
    background: url(../img/wave_underline_gold.png) no-repeat center;
    background-size: cover;
    pointer-events: none;
    z-index: -5;
}
#redommend .note{
    text-align: right;
    margin-top: 10px;
    max-width: 920px;
}
#redommend .note::before{
    content: "";
}
.point_box{
    display: flex;
    justify-content: center;
    gap: 3.5rem;
}
.point_box .point{
    width: 26%;
    filter: drop-shadow(0 0 3px rgba(188, 156, 0, 0.2));
}
@media screen and (max-width:768px) {
    #redommend .Wrap_ttl h2::after{
        height: 25px;
    }
    .point_box{
        flex-wrap: wrap;
        gap: 1rem;
    }
    .point_box .point{
        width: 82%;
    }
}
/* ==============================================================
information 2025/5/26追加
============================================================== */
.information {
    border: solid 1px var(--basic);
    padding: 15px 25px;
    display: flex;
    background: #fff;
    font-size: 1.4rem;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 30px;
    transition: 0.3s;
}
.information span {
    color: #fff;
    background: var(--basic);
    border-radius: 50vh;
    padding: 2px 10px;
    width: 200px;
    text-align: center;
    margin-right: 20px;
}
.information b {
    font-weight: bold;
}
.information:hover {
    opacity: 0.6;
}
@media screen and (max-width:768px) {
    .information {
        display: block;
    }
    .information span {
        width: auto;
        margin: 0 0 10px 0;
        display: block;
    }
}
/* ==============================================================
フェードインアニメーション 2025/7追加
============================================================== */
.fadeUp, .fadeIn {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}
.fadeUp.active, .fadeIn.active {
    opacity: 1;
    transform: translateY(0);
}
/* --------------------------------
SPECIAL SESSION.MAIN SESSION非表示
----------------------------------- */
.session_Wrap.special,
.session_Wrap.main{
    display: none;
}