@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
.mincho {
    font-family: "Noto Serif JP";
}

.softly:hover {
    -webkit-box-shadow: 0px 0px 8px 3px #ccc;
    box-shadow: 0px 0px 8px 3px #ccc;
}

.softly:hover a {
    color: #eb46a2;
}

.inrWidth {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.outerWidth {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.fullWidth {
    margin-right: auto;
    margin-left: auto;
}

.pre-event {
    background-color: #dcdcdc;
    border: 3px solid #000;
    padding: 30px;
    text-align: center;
}

.pre-event h3 {
    font-size: 3rem;
}


/*20200605　佐藤追加　アンカー h3*/

h3 {
    font-weight: bold;
}

a {
    color: #cf5095;
}


/*20200831 セクション系*/

.mb-100 {
    margin-bottom: 100px !important;
}

.mt-p {
    margin-top: 75px !important;
}

.mt-p2 {
    margin-top: 50px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.fs14rem {
    font-size: 1.4rem !important;
}

.fwb {
    font-weight: 700;
}

@media screen and (min-width: 1200px) {
    .fullWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1100px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .fullWidth {
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .outerWidth {
        width: 95% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .inrWidth {
        width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .inrWidth {
        width: 90%;
    }
    .outerWidth {
        width: 90% !important;
    }
    .fullWidth {
        width: 90% !important;
    }
}


/* PC */

@media screen and (min-width: 769px) {
    .h2_border {
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        margin-top: 50px;
    }
    div.sp {
        display: none;
    }
    /*幅*/
    .sio-wd20 {
        width: 17% !important;
    }
    .sio-ml8 {
        margin-left: 8%;
    }
    /*リード文エリア*/
    .eyecatch-event {
        text-align: center;
        width: 100%;
    }
    .eyecatch-event img {
        width: 80%;
    }
    .eyecatch-event p {
        font-weight: 700;
        font-size: 2.5rem;
        margin-top: 20px;
    }
    .sio-lead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.2rem;
        text-align: center;
    }
    /*    .sio-lead div:first-of-type {
        width: 35%;
        margin-right: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }*/
    .sio-lead div {
        width: 30%;
        margin-right: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sio-lead div:last-of-type {}
    /*追加分*/
    .flex-table {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .flex-table div {
        width: 30%;
        height: 220px;
        margin-right: 2%;
        border: solid 1px #333;
    }
    .flex-table div ul {
        margin-top: 10px;
        font-size: 15px;
    }
    .dl-flex {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin-top: 16px;
    }
    .dl-flex dt {
        width: 20%;
    }
    .dl-flex dd {
        width: 80%;
    }
    .ws-wht span {
        background: #fff;
        color: #000;
        padding: 1px;
        margin-right: 1%;
        display: inline-block;
        width: 150px;
        text-align: center !important;
    }
    /*プログラム黒抜き*/
    .prg-flex {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }
    .prg-flex div {
        width: 32%;
        height: 510px;
        /*margin-right: 2%;*/
        background: #333;
        color: #fff;
    }
    .prg-flex div div {
        width: 90%;
        margin: 0 auto;
        padding-top: 10px;
    }
    .prg-flex div div div:first-child {
        height: 270px;
    }
    .prg-flex div div div:last-child {
        height: 200px;
    }
    .prg-flex div div div img {
        width: 100%;
    }
    .prg-flex div div div .preg-txt1 {
        text-align: center;
    }
    .prg-flex div div div .preg-txt2 {
        font-size: 12px;
    }
    .prg-flex div div div .preg-txt3 {
        font-size: 10px;
    }
    .foruse dl dt span {
        font-size: 1.6rem;
    }
    .foruse dl dd {
        margin-bottom: 20px;
    }
    .foruse dl dd span {
        font-weight: bold;
        display: block;
    }
    .foruse ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .foruse ul li {
        width: 33%;
        letter-spacing: 0;
    }
    .foruse ul li:last-of-type {
        text-align: right;
    }
    .date {
        text-align: left;
    }
    /*20200603 佐藤追加 アコーディオン、トップメニュー*/
    #event,
    #guidelines,
    #artive {
        padding-top: 150px;
        margin-top: -150px;
        display: block;
    }
    .acc_content {
        display: none;
    }
    .accordion_btn {
        cursor: pointer;
        position: relative;
    }
    .accordion_btn span {
        position: absolute;
        top: 0;
        right: 0;
        background: #000;
        height: 40px;
        width: 40px;
    }
    .accordion_btn span:before {
        content: "";
        width: 20px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: 19px;
        left: 10px;
    }
    .accordion_btn span.open:after {
        content: "";
        width: 2px;
        height: 20px;
        display: block;
        background: #fff;
        position: absolute;
        top: 10px;
        left: 19px;
    }
    #area_mv ul {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.6rem;
        font-weight: bold;
        justify-content: center;
    }
    #area_mv ul li {
        display: block;
        text-align: center;
        width: 40%;
        /* line-height: 2.9; */
        position: relative;
    }
    #area_mv ul li:not(:last-child) {
        border-right: 1px solid #000;
    }
    #area_mv ul li:not(:nth-of-type(n)):after {
        content: "";
        position: absolute;
        top: 13px;
        right: 10%;
        background: url(../img/common/arrow_b.png) no-repeat;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-size: contain;
        transition: .4s;
        width: 10px;
        height: 20px;
    }
    #area_mv ul li.open:not(:nth-of-type(n)):after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    #area_mv ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
        text-decoration: none;
    }
    .links {
        width: 450px;
        margin: 50px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .links__btn {
        width: 200px;
        text-align: left;
    }
    .links .btnGY {
        background: #cccccc;
        color: #000;
    }
    .links .btnGY:after {
        content: "";
        position: absolute;
        top: 13px;
        right: 10%;
        margin-top: 0;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
    }
    .event p {
        margin-bottom: 0;
    }
    .event a p {
        /* margin-bottom: 20px; */
        padding-left: 72px;
    }
    .event h4 {
        margin-bottom: 20px;
        font-size: 1.7rem;
        font-weight: bold;
        text-align: center;
        padding-top: 20px;
    }
    .event__ttl {
        font-size: 1.8rem;
        font-weight: bold;
        width: 100%;
        margin: 45px 0 20px;
        padding-left: 55px;
        position: relative;
    }
    .event__ttl:before {
        content: "――";
        position: absolute;
        left: 0;
        top: 0;
        color: #e40682;
    }
    .event__dl {
        padding-left: 55px;
        font-size: 1.6rem;
        letter-spacing: 0;
    }
    .event__dt {
        display: inline-block;
    }
    .event .summary__ttl {
        width: 70px;
    }
    .event .summary__dd {
        display: inline-block;
        width: 805px;
    }
    .event .time__ttl {
        width: 140px;
    }
    .event .time__dd {
        display: inline-block;
        width: 800px;
    }
    .event table {
        /* margin-left: 55px; */
        /* width: calc(100% - 55px); */
        width: 90%;
        margin-bottom: 40px;
        margin: 0 auto;
    }
    .event tr {
        border-bottom: 1px solid #000;
    }
    .event tr:first-of-type {
        border-top: 1px solid #000;
    }
    .event td {
        font-size: 1.6rem;
        padding: 20px 25px;
    }
    .event .td-padding {
        padding-top: 0 !important;
    }
    .event .bold {
        font-weight: 700;
    }
    .event .red>li:nth-child(-n+3) {
        color: red;
    }
    .event .btnp {
        text-align: center;
        margin-top: 30px;
    }
    .event th {
        font-size: 1.6rem;
        letter-spacing: 0;
        width: 180px;
        background: #eee;
        vertical-align: middle;
        font-weight: bold;
    }
    .event table.sponsor th {
        width: 200px;
    }
    .event table.sponsor th span {
        font-size: 1.4rem;
    }
    .event__judge {
        padding-left: 55px;
    }
    .event__judge--member {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .event__judge--member li {
        width: 450px;
        margin-bottom: 25px;
    }
    .event__judge--member li:nth-child(2n) {
        width: 495px;
        margin-bottom: 25px;
    }
    .event__judge--member--li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .event__judge--member--img {
        margin-right: 20px;
    }
    .event__judge--member--name {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.45;
    }
    .event__judge--member--camp {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .event__judge--member .ls20 {
        letter-spacing: -0.02em;
    }
    .event__judge--member--post {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .event__atn {
        margin-left: 55px;
        margin-bottom: 25px;
        font-size: 1.6rem;
    }
    .event__atn li {
        /* text-indent: -1em; */
        margin-left: 1em;
        line-height: 1.7;
    }
    .event__atn--contact {
        margin-top: 20px;
        margin-bottom: 10px !important;
    }
    .artive .css-events-list a h4 {
        color: #000;
        text-align: center;
    }
    .artive .css-events-list a p {
        text-align: center;
    }
    .artive .css-events-list a .btnBK {
        text-align: left;
        width: 200px;
        margin: 0 auto 20px;
    }
    .artive .list li {
        margin-bottom: 0;
    }
    .interview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .interview a {
        color: #000;
        text-decoration: none;
    }
    .interview__blk {
        width: 300px;
        border: 1px solid #cccccc;
        text-align: center;
    }
    .interview__blk--ttl {
        font-size: 1.6rem;
        line-height: 1.1;
        margin: 25px 0 15px;
    }
    .interview__blk--ttl span {
        font-size: 1.2rem;
    }
    .interview__blk--name {
        margin-top: 15px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.45;
    }
    .interview__blk--camp {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .interview__blk--txt {
        font-size: 1.4rem;
        letter-spacing: 0;
        width: 80%;
        text-align: left;
        margin: 0 auto 20px;
    }
    .interview .btn-show-profile,
    .interview .btn-show-contents {
        margin: 20px;
        margin-left: 120px;
        border: solid 2px rgba(255, 255, 255, 0);
        border-radius: 40px;
        display: block;
        position: relative;
        right: 0;
        bottom: 0;
        width: 160px;
        line-height: 25px;
        text-align: center;
        font-weight: bold;
        font-size: 80%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        outline: none;
        cursor: pointer;
    }
    .interview .btn-show-profile,
    .interview .btn-show-profile3 {
        background: #e40682;
        color: #fff;
    }
    .interview .btn-show-profile:hover,
    .interview .btn-show-profile3:hover {
        border-color: #e40682;
        background: #fff;
        color: #e40682;
    }
    .readmore {
        display: block;
        text-align: right;
        margin-top: 40px;
    }
    .topPull li {
        position: relative;
        background: #FFF;
    }
    .ancPoint {
        padding-top: 110px;
        margin-top: -110px;
        display: block!important;
    }
    .h2+.ancPoint {
        padding-top: 110px;
        margin-top: -145px;
        display: block!important;
    }
    #area_mv .topPull__event a,
    #area_mv .topPull__artive a {
        display: block;
        height: 50px;
        line-height: 50px;
        width: 100%;
        position: absolute;
        background: #FFF;
        z-index: 1;
        border-top: 1px solid #f3f3f3;
        transition: 0.4s;
    }
    .topPull span {
        cursor: pointer;
        display: block;
    }
    .topPull span:hover,
    .topPull__event.open span,
    .topPull__artive.open span,
    .topPull__event.open a:hover,
    .topPull__artive.open a:hover {
        background: #ffeef8 !important
    }
    .topPull li a:hover {
        background: #ffeef8;
        opacity: 1;
    }
    .topPull li a.colse {
        top: 50px!important;
        pointer-events: none;
        z-index: -1!important;
        color: #FFF!important;
        border: none!important;
    }
    .topPull li a:nth-of-type(1) {
        top: 50px;
    }
    .topPull li a:nth-of-type(2) {
        top: 100px;
    }
    .topPull li a:nth-of-type(3) {
        top: 150px;
    }
    .topPull li a:nth-of-type(4) {
        top: 200px;
    }
    /*2020/6/4 佐藤追加　ピンクボタン*/
    .btnPNK-2 {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
        display: block;
        background: #e40682;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border: 1px solid #e40682;
    }
    .btnPNK-2:after {
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        background: url(../img/common/arrow_w.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        margin-top: -9px;
    }
    .btnPNK-2:hover {
        border: 1px solid #e40682;
        background: #fff;
        color: #000;
    }
    .btnPNK-2:hover:after {
        content: "";
        position: absolute;
        right: 5%;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        top: 50%;
        margin-top: -9px;
    }
    .btnPNK-2.btnS {
        width: 300px;
        display: inline-block;
    }
    .btnPNK-2.btnM {
        width: 500px;
        display: inline-block;
    }
    .btnPNK-2.btnL {
        width: 700px;
        display: inline-block;
    }
    /*2020/6/4 佐藤追加　グレーボタン*/
    .btnGY-2 {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
        display: block;
        background: #cccccc;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border: 1px solid #cccccc;
    }
    .btnGY-2:after {
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        background: url(../img/common/arrow_w.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        margin-top: -9px;
    }
    .btnGY-2 a {
        color: #FFF;
    }
    .btnGY-2.btnS {
        width: 300px;
        display: inline-block;
    }
    .btnGY-2.btnM {
        width: 500px;
        display: inline-block;
    }
    .btnGY-2.btnL {
        width: 700px;
        display: inline-block;
    }
    /*20200609ミートアップの特徴*/
    .point ul li {
        padding-bottom: 30px;
    }
    .point ul li span {
        background: #000;
        color: #fff;
        line-height: 1;
        padding: 7px 10px 10px;
        display: inline-block;
        margin-right: 15px;
    }
    .point dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }
    .point dl dt {
        text-align: center;
        width: 10%;
        margin-right: 2%;
        background: #000;
        color: #fff;
        line-height: 1;
        padding: 7px 10px 10px;
        display: flex;
        margin-right: 15px;
        justify-content: center;
        align-items: center;
    }
    .point dl dd {
        width: 88%;
        line-height: 1.4;
        font-size: 1.6rem;
    }
    .point dl dd span {
        font-weight: bold;
        font-size: 1.8rem;
        margin-bottom: 10px;
        background: #000;
        color: #fff;
        padding: 10px;
        line-height: 3.5;
    }
    /*20200624 佐藤追加　タイムテーブルエリア*/
    .anchor {
        display: block;
        padding-top: 80px;
        margin-top: -80px;
    }
    .bgi-gradation {
        background: linear-gradient(to left, #0092a1, #00ba96);
    }
    .bgi-gray {
        background: #f8f8f8;
    }
    .btn-apply {
        padding-top: 50px;
        display: block;
        width: 320px;
        height: 160px;
        line-height: 1;
        background: url(/data/continuous-course/images/main_visual-btn-bgi.png) no-repeat;
        background-size: 100% auto;
        color: #00ad9c;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        letter-spacing: -.05em;
        text-indent: -40px;
        transition: .3s;
    }
    .btn-apply:hover,
    .btn-apply.close {
        background: url(/data/continuous-course/images/main_visual-btn-bgi-hover.png) no-repeat;
        background-size: 100% auto;
        color: #fff;
    }
    .btn-apply.close {
        padding-top: 2em;
        text-indent: 0;
        pointer-events: none;
    }
    .btn-apply small {
        margin-top: .5em;
        display: block;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: -.025em;
    }
    .btn-apply span {
        font-size: 22px;
    }
    .btn-oval {
        margin: 0 auto;
        border: solid 3px #e40682;
        border-radius: 80px;
        display: block;
        position: relative;
        width: 320px;
        line-height: 40px;
        color: #e40682;
        font-weight: bold;
        text-align: center;
        box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2);
    }
    .btn-oval small {
        font-size: 14px;
    }
    .btn-oval:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1em;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 0.5em;
        height: 0.5em;
        border-top: 3px solid #e40682;
        border-right: 3px solid #e40682;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .btn-oval:hover {
        background: #e40682;
        color: #fff;
    }
    .btn-oval:hover:after {
        border-color: #fff;
    }
    .list1 {
        margin-top: 16px;
    }
    .list1 li {
        display: table;
        width: 100%;
    }
    .list1 li:before {
        display: table-cell;
        width: 1em;
        /* content: "・"; */
    }
    .list1 li.nostyle:before {
        content: none;
    }
    .list2 li {
        display: table;
        width: 100%;
        font-size: 1.7rem;
        margin-bottom: 5px;
    }
    .list2 li:before {
        display: table-cell;
        width: 1em;
        /* content: "・"; */
    }
    .list2 li.nostyle:before {
        content: none;
    }
    .btn-swiper {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        outline: none;
        cursor: pointer;
        display: none;
    }
    .btn-swiper:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1em;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 1.125em;
        height: 1.125em;
        border-top: 5px solid #00999f;
        border-right: 5px solid #00999f;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 0;
    }
    .btn-swiper.btn-swiper-prev {
        right: auto;
        left: 5px;
        -webkit-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
    }
    .btn-swiper.btn-swiper-prev:after {
        border: none;
        border-bottom: 5px solid #00999f;
        border-left: 5px solid #00999f;
        right: auto;
        left: 0;
    }
    .btn-swiper.btn-swiper-next {
        right: 5px;
        left: auto;
    }
    .btn-swiper.btn-swiper-next:after {
        right: 0;
        left: auto;
    }
    .schedule {
        padding: 80px 0 100px;
        /* text-align: center; */
    }
    .schedule .date_list_flg0 {
        position: relative;
        top: -60px;
    }
    .schedule .date_list_wrap {
        padding-top: 40px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        color: #fff;
        transition: background .3s;
    }
    .schedule .date_list_wrap.class0 {
        padding-top: 70px;
        padding-bottom: 10px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 990;
        width: 100%;
        min-width: 1200px;
        background: rgba(0, 146, 161, 0.8);
    }
    .schedule .date_list_wrap.class0~.schedule_list_wrap {
        padding-top: 76px;
    }
    .schedule .date_list_wrap.class1 {
        padding-top: 0;
        position: relative;
    }
    .schedule .date_list_wrap.class1~.schedule_list_wrap {
        padding-top: 0;
    }
    .schedule .date_list_wrap .date {
        margin-right: 30px;
        padding-right: 30px;
        border-right: solid 2px #fff;
        font-size: 24px;
    }
    .schedule .date_list_wrap .date_list {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .schedule .date_list_wrap .date_list li+li {
        margin-left: 10px;
    }
    .schedule .date_list_wrap .date_list a {
        border: solid 1px #fff;
        border-radius: 20px;
        display: block;
        width: 78px;
        line-height: 30px;
    }
    .schedule .date_list_wrap .date_list a:hover {
        opacity: 1;
        border-color: #e40682;
        background: #fff;
        color: #e40682;
    }
    .schedule_list_wrap {
        margin-top: 30px;
        /* width: 900px;*/
        margin: 0 auto;
    }
    .schedule_list_wrap h3 {
        margin: 0 auto;
        border: solid 2px #fff;
        border-radius: 40px;
        position: relative;
        width: 190px;
        line-height: 64px;
        font-size: 30px;
        color: #fff;
    }
    .schedule_list_wrap h3:before {
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 3px;
        height: 80px;
        content: "";
        background: #fff;
    }
    .schedule_list_wrap h4 {
        margin: 0 auto;
        border: solid 2px #fff;
        border-radius: 40px;
        border: solid 1px #333;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 900;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /*width: 120px;*/
        line-height: 40px;
        color: #e40682;
        background: #fff;
        font-size: 24px;
        font-weight: bold;
    }
    .schedule_list_wrap .schedule_list {
        margin-top: 70px;
    }
    .schedule_list_wrap .schedule_list>li {
        position: relative;
        background: #333;
        color: #fff;
        font-size: 14px;
        line-height: 1.7142857143;
    }
    .schedule_list_wrap .schedule_list>li+li {
        margin-top: 60px;
    }
    .schedule_list_wrap .schedule_list>li a:hover {
        color: #e40682;
    }
    .schedule_list_wrap .schedule_list>li:before {
        display: block;
        position: absolute;
        top: 0;
        left: 40%;
        z-index: 900;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 3px;
        height: calc(100% + 60px);
        content: "";
        /*background: #fff;*/
    }
    .schedule_list_wrap .schedule_list>li:last-child:before {
        content: none;
    }
    .schedule_list_wrap .schedule_list>li .anchor {
        margin-top: -156px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .schedule_list_wrap .schedule_list .swiper-slide {
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
    }
    .schedule_list_wrap .schedule_list .panel_area {
        padding: 30px;
        width: 50%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /* max-width: 100%; */
    }
    .schedule_list_wrap .schedule_list .text_area {
        padding: 50px;
        width: 50%;
    }
    .schedule_list_wrap .schedule_list .panel_area {
        /*padding-right: 30px;*/
        text-align: left;
        flex-basis: 40%;
    }
    /*堀追加　text_area　２列*/
    .schedule_list_wrap .schedule_list .text_area2 {
        padding: 50px 12px;
        width: 30%;
    }
    .schedule_list_wrap .schedule_list .panel_area2 {
        text-align: left;
        flex-basis: 30%;
    }
    .schedule_list_wrap .schedule_list .panel_area .flex-panel {
        display: flex;
        justify-content: flex-start;
    }
    .schedule_list_wrap .schedule_list .panel_area .flex-panel div:first-child {
        background: #fff;
        color: #000;
        width: 100px;
        height: 100px;
        font-size: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .schedule_list_wrap .schedule_list .panel_area .flex-panel div:last-child {
        margin-left: 30px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .schedule_list_wrap .schedule_list .panel_area .flex-panel div:last-child span {
        font-size: 4rem;
        margin-right: 10px;
    }
    .schedule_list_wrap .schedule_list .panel_area .flex-panel div:last-child p {
        font-size: 2rem;
        margin: 0;
    }
    .schedule_list_wrap .schedule_list .panel_area h5 {
        margin: .125em 0 .5em;
        font-size: 24px;
        font-weight: bold;
    }
    .schedule_list_wrap .schedule_list .panel_area span {
        font-size: 24px;
        font-weight: bold;
        text-align: left;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel {
        border-radius: 10px;
        /* display: -webkit-flex;
                display: flex; */
        -webkit-align-items: flex-start;
        align-items: flex-start;
        position: relative;
        background: #fff;
        overflow: hidden;
        width: 100%;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel img {
        width: 100%;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel+.lecturer_panel {
        margin-top: 30px;
    }
    /*発表者エリア*/
    .schedule_list_wrap .schedule_list .lecturer_panel2 {
        /* border-radius: 10px; */
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        position: relative;
        background: #fff;
        /* overflow: hidden; */
        margin-top: 30px;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel2 div:first-child {
        width: 50%;
        padding: 10px;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel2 div:first-child {
        width: 50%;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel2 div:last-child {
        width: 50%;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile2,
    .schedule_list_wrap .schedule_list .btn-show-contents {
        /* margin: 20px; */
        margin-bottom: auto;
        left: 70px;
        top: -10px;
        border: solid 2px rgba(255, 255, 255, 0);
        border-radius: 40px;
        display: block;
        position: relative;
        right: 0;
        bottom: 0;
        width: 140px;
        line-height: 25px;
        text-align: center;
        font-weight: bold;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        outline: none;
        cursor: pointer;
        font-size: 12px;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel3 {
        /* border-radius: 10px; */
        position: relative;
        background: #fff;
        margin-top: 0px;
    }
    .schedule_list_wrap .schedule_list .lecturer_info2 {
        padding-top: 20px;
        position: static;
        width: 100%;
        color: #333;
    }
    .schedule_list_wrap .schedule_list .lecturer_info3 {
        position: static;
        width: 100%;
        color: #333;
        padding: 1rem 0;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile2 {
        background: #e40682;
        color: #fff;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile2:hover {
        border-color: #e40682;
        background: #fff;
        color: #e40682;
    }
    .schedule_list_wrap .schedule_list .lecturer_info2 .name {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin: 0;
    }
    .schedule_list_wrap .schedule_list .lecturer_info2 .belong {
        margin-bottom: .75em;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        margin: 0;
    }
    .list3 {
        margin-top: 16px;
    }
    .list3 li {
        display: table;
        width: 100%;
        padding: 20px;
    }
    .list3 li:before {
        display: table-cell;
        width: 1em;
        /* content: "・"; */
    }
    .list3 li.nostyle:before {
        content: none;
    }
    .schedule_list_wrap .schedule_list .lecturer_info {
        padding: 30px;
        position: static;
        width: 100%;
        color: #333;
    }
    .schedule_list_wrap .schedule_list .lecturer_info1 {
        /* padding: 30px; */
        position: relative;
        width: 100%;
        color: #333;
        display: flex;
        /* 子要素をflexboxで揃える */
        flex-direction: column;
        /* 子要素をflexboxにより縦方向に揃える */
        justify-content: center;
        /* 子要素をflexboxにより中央に配置する */
        align-items: center;
        /* 子要素をflexboxにより中央に配置する */
    }
    .schedule_list_wrap .schedule_list .lecturer_info1 {
        padding: 30px;
        position: static;
        width: 100%;
        color: #333;
        font-size: 20px;
    }
    .schedule_list_wrap .schedule_list .lecturer_info .name {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin: 0;
    }
    .schedule_list_wrap .schedule_list .lecturer_info .belong {
        margin-bottom: .75em;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        margin: 0;
    }
    .schedule_list_wrap .schedule_list .lecturer_info .url {
        line-height: 1;
    }
    .schedule_list_wrap .schedule_list .lecturer_info .url a {
        color: #e40682;
    }
    .schedule_list_wrap .schedule_list .lecturer_info .url+.position {
        margin-top: .8em;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile3,
    .schedule_list_wrap .schedule_list .btn-show-contents {
        margin: 20px;
        margin-bottom: auto;
        /*margin-left: 150px;*/
        border: solid 2px rgba(255, 255, 255, 0);
        border-radius: 40px;
        display: block;
        position: relative;
        right: 0;
        bottom: 0;
        width: 160px;
        line-height: 25px;
        text-align: center;
        font-weight: bold;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        outline: none;
        cursor: pointer;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile {
        margin: 20px;
        margin-bottom: auto;
        margin-left: 105px;
        border: solid 2px rgba(255, 255, 255, 0);
        border-radius: 40px;
        display: block;
        position: relative;
        right: 0;
        bottom: 0;
        width: 160px;
        line-height: 25px;
        text-align: center;
        font-weight: bold;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        outline: none;
        cursor: pointer;
    }
    .schedule_list_wrap .schedule_list .btn-show-contents.btn_close_mark {
        margin: 20px;
        border-radius: 0;
        z-index: 900;
        width: auto;
        height: auto;
        opacity: 0;
        transition: 0;
        transition-delay: 0s;
    }
    .schedule_list_wrap .schedule_list .swiper-slide-active.panel_profile .btn-show-contents {
        opacity: 1 !important;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile,
    .schedule_list_wrap .schedule_list .btn-show-profile3 {
        background: #e40682;
        color: #fff;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile:hover,
    .schedule_list_wrap .schedule_list .btn-show-profile3:hover {
        border-color: #e40682;
        background: #fff;
        color: #e40682;
    }
    .schedule_list_wrap .schedule_list .btn-show-contents {
        background: #fff;
        color: #333;
        border-color: #333;
    }
    .schedule_list_wrap .schedule_list .btn-show-contents:hover {
        border-color: #fff;
        background: #333;
        color: #fff;
    }
    .schedule_list_wrap .schedule_list .btn-show-contents:hover {
        border-color: rgba(255, 255, 255, 0);
        color: #fff;
    }
    .schedule_list_wrap .schedule_list .text_area {
        padding-left: 30px;
        padding-top: 100px;
        text-align: justify;
    }
    .schedule_list_wrap .schedule_list .text_area b {
        margin-bottom: .25em;
        display: block;
        line-height: 1;
        font-size: 20px;
    }
    .schedule_list_wrap .schedule_list .text_area ul+b {
        margin-top: 20px;
        padding-top: 20px;
        border-top: solid 1px #fff;
    }
    .schedule_list_wrap .schedule_list .attention {
        margin-top: 1em;
        text-align: right;
    }
    .schedule_list_wrap .schedule_list .panel_profile {
        background: #333;
        color: #fff;
    }
    .schedule_list_wrap .schedule_list .panel_profile .lecturer_panel {
        background: #5c5c5c;
    }
    .schedule_list_wrap .schedule_list .panel_profile .lecturer_info {
        color: #fff;
    }
    .schedule_list_wrap .schedule_list .panel_profile .lecturer_info .url a {
        color: #cff6c7;
    }
    .schedule_list_wrap .schedule_list .panel_profile .panel_area,
    .schedule_list_wrap .schedule_list .panel_profile .text_area {
        padding-top: 110px;
    }
    .schedule_list_wrap .schedule_list .panel_profile .panel_area {
        position: relative;
    }
    .schedule_list_wrap .schedule_list .panel_profile .panel_area h5 {
        margin-top: 40px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .schedule_list_wrap .schedule_list .panel_profile .text_area ul+ul {
        margin-top: 110px;
        padding-top: 1em;
        border-top: solid 1px #fff;
        position: absolute;
        width: 520px;
        top: 50%;
        margin-top: 2em;
    }
    .schedule_list_wrap .schedule_list .panel_profile .text_area li+li {
        margin-top: 1em;
    }
    .schedule_list_wrap .schedule_list .multiple .panel_profile {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .schedule_list_wrap .schedule_list .multiple .panel_profile .text_area+.panel_area,
    .schedule_list_wrap .schedule_list .multiple .panel_profile .panel_area+.panel_area {
        padding-top: 0;
    }
    .schedule_list_wrap .schedule_list .multiple .panel_profile .text_area+.panel_area+.text_area,
    .schedule_list_wrap .schedule_list .multiple .panel_profile .panel_area+.panel_area+.text_area {
        padding-top: 0;
        position: relative;
    }
    .schedule_list_wrap .schedule_list .multiple .panel_profile .text_area+.panel_area+.text_area:before,
    .schedule_list_wrap .schedule_list .multiple .panel_profile .panel_area+.panel_area+.text_area:before {
        margin-top: -25px;
        margin-left: 30px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 520px;
        height: 1px;
        content: "";
        background: rgba(255, 255, 255, 0.8);
    }
    .staff-starters img {
        width: 50%;
    }
    .eventHolding__btn {
        width: 220px;
        margin-left: 0;
        margin-top: 10px;
        text-align: left;
        padding-left: 5%;
    }
    .btn {
        display: block;
        color: #fff;
        font-weight: bold;
        background-color: #222222;
        color: #fff;
        border-radius: 0 0 20px 0;
        width: 200px;
        display: block;
        text-align: center;
        padding: 18px 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 2px solid #222222;
    }
    .flex-company{
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .flex-company div:first-child{
        width:20%;
        margin-right:3%;
    }
    .flex-company div:nth-child(2){
        width:80%;
        display:flex;
        justify-content: flex-start;
        align-items:center;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    div.pc {
        display: none;
    }
    /*幅*/
    .sio-wd20 {
        width: 100% !important;
    }
    .sio-wd20 img {
        width: 70% !important;
    }
    .sio-ml8 {
        margin-left: 0;
    }
    /*リード文エリア*/
    .eyecatch-event {
        text-align: center;
        width: 100%;
    }
    .eyecatch-event img {
        width: 100%;
    }
    .eyecatch-event p {
        font-weight: 700;
        font-size: 1.6rem;
        margin-top: 20px;
    }
    .sio-lead {
        display: block;
        text-align: center;
        width: 100%;
    }
    .sio-lead div:first-of-type {
        margin-bottom: 50px;
    }
    .sio-lead div {
        margin-bottom: 50px;
    }
    .sio-lead div:last-of-type {
        margin-bottom: 20px;
    }
    .flex-table {
        display: block;
        margin-top: 30px;
    }
    .flex-table div {
        width: 100%;
        height: 220px;
        margin-bottom: 5px;
        border: solid 1px #333;
        text-align: center;
    }
    .flex-table div ul {
        margin-top: 10px;
        font-size: 15px;
    }
    .h2 {
        font-size: 1.7rem;
    }
    .foruse dl dt span {
        font-size: 1.2rem;
        display: block;
    }
    .foruse dl dd {
        margin-bottom: 10px;
        text-indent: -1em;
        padding-left: 1em;
    }
    .foruse dl dd span {
        font-weight: bold;
        display: block;
    }
    .foruse ul li:last-of-type {
        padding-top: 5px;
        text-align: right;
    }
    .date {
        text-align: left;
    }
    /*2020/6/4 佐藤追加　ピンクボタン*/
    .btnPNK-2 {
        font-size: 1.5rem;
        line-height: 1.4;
        display: block;
        background: #e40682;
        padding: 15px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border: 1px solid #e40682;
        /* padding-right: 40px; */
    }
    .btnPNK-2:after {
        content: "";
        position: absolute;
        right: 5%;
        background: url(../img/common/arrow_w.png) no-repeat;
        background-size: contain;
        width: 10px;
        top: 50%;
        margin-top: -10px;
        height: 20px;
    }
    .btnPNK-2:hover {
        border: 1px solid #000;
        background: #fff;
        color: #000;
    }
    .btnPNK-2:hover:after {
        content: "";
        position: absolute;
        right: 5%;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
    }
    .btnPNK-2.btnM {
        width: 300px;
        display: inline-block;
    }
    /*2020/6/4 佐藤追加　グレーボタン*/
    .btnGY-2 {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
        display: block;
        background: #cccccc;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border: 1px solid #cccccc;
    }
    .btnGY-2:after {
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        background: url(../img/common/arrow_w.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
        margin-top: -9px;
    }
    .btnGY-2 a {
        color: #FFF;
    }
    .btnGY-2.btnS {
        width: 300px;
        display: inline-block;
    }
    .btnGY-2.btnM {
        width: 300px;
        display: inline-block;
    }
    .btnGY-2.btnL {
        width: 700px;
        display: inline-block;
    }
    /*20200603 佐藤追加　トップメニュー　アコーディオン*/
    #event,
    #guidelines,
    #artive {
        padding-top: 100px;
        margin-top: -100px;
        display: block;
    }
    .acc_content {
        display: none;
    }
    .accordion_btn {
        cursor: pointer;
        position: absolute;
        /* padding-right: 30px; */
    }
    .accordion_btn span {
        position: absolute;
        top: 0;
        right: -15px;
        background: #000;
        height: 40px;
        width: 40px;
    }
    .accordion_btn span:before {
        content: "";
        width: 20px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: 19px;
        left: 10px;
    }
    .accordion_btn span.open:after {
        content: "";
        width: 2px;
        height: 20px;
        display: block;
        background: #fff;
        position: absolute;
        top: 10px;
        left: 19px;
    }
    .btnWH {
        font-size: 1.4rem;
    }
    #area_mv ul {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.3rem;
        letter-spacing: 0;
        font-weight: bold;
    }
    #area_mv ul li {
        display: flex;
        text-align: center;
        width: 50%;
        position: relative;
    }
    #area_mv ul li:not(:last-child) {
        border-right: 1px solid #000;
    }
    #area_mv ul li:not(:nth-of-type(n)):after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 50%;
        background: url(../img/common/arrow_b.png) no-repeat;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-size: contain;
        transition: .4s;
        width: 10px;
        height: 20px;
    }
    #area_mv ul li.open:not(:nth-of-type(2)):after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    #area_mv ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
        text-decoration: none;
        font-size: 1rem;
    }
    .links {
        width: 100%;
        margin: 20px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .links__btn {
        width: 48%;
        text-align: left;
    }
    .links .btnGY {
        background: #cccccc;
        color: #000;
    }
    .links .btnGY:after {
        content: "";
        position: absolute;
        top: 13px;
        right: 10%;
        margin-top: 0;
        background: url(../img/common/arrow_b.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 20px;
    }
    .event {
        margin-top: 50px;
    }
    .event p {
        margin-bottom: 0;
    }
    .event a p {
        font-size: 1.4rem;
        margin-bottom: 20px;
        padding-left: 55px;
    }
    .event h4 {
        padding-top: 30px;
        text-align: center;
        margin-bottom: 10px;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .event__ttl {
        font-size: 1.6rem;
        font-weight: bold;
        width: 100%;
        margin: 45px 0 20px;
        padding-left: 55px;
        position: relative;
    }
    .event__ttl:before {
        content: "――";
        position: absolute;
        left: 0;
        top: 0;
        color: #e40682;
    }
    .event__dl {
        padding-left: 55px;
        font-size: 1.4rem;
        letter-spacing: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .event__dt {
        display: inline-block;
    }
    .event .summary__ttl {
        width: 70px;
    }
    .event .summary__dd {
        width: calc(100% - 70px);
        text-indent: -1em;
        margin-bottom: 10px;
    }
    .event .time__ttl {
        width: 100%;
        list-style: 1.2;
        display: block;
    }
    .event .time__dd {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .event table {
        /* margin-left: 55px; */
        /* width: calc(100% - 55px); */
        width: 100%;
        margin-bottom: 40px;
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    }
    .event tr {
        border-bottom: 1px solid #000;
    }
    .event tr:first-of-type {
        border-top: 1px solid #000;
    }
    .event td {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        padding: 10px 15px;
    }
    .event th {
        display: block;
        font-size: 1.4rem;
        letter-spacing: 0;
        width: 100%;
        background: #eee;
        padding: 10px 15px;
        vertical-align: middle;
        font-weight: bold;
    }
    .event table.sponsor {
        text-align: center;
    }
    .event table.sponsor th span {
        font-size: 1.2rem;
    }
    .event table.sponsor td img {
        margin-bottom: 20px;
    }
    .event__judge {
        padding-left: 55px;
    }
    .event__judge--member li {
        width: 100%;
        margin-bottom: 25px;
    }
    .event__judge--member--li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .event__judge--member--img {
        width: 80px;
        margin-right: 10px;
    }
    .event__judge--member--name {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.45;
    }
    .event__judge--member--camp {
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .event__judge--member .ls20 {
        letter-spacing: -0.02em;
    }
    .event__judge--member--post {
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .event__atn {
        margin-left: 55px;
        margin-bottom: 25px;
        font-size: 1.2rem;
    }
    .event__atn li {
        text-indent: -1em;
        margin-left: 1em;
        line-height: 1.7;
    }
    .artive .css-events-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .artive .css-events-list ul li {
        width: 49%;
        margin-bottom: 2%;
    }
    .artive .css-events-list a h4 {
        color: #000;
        text-align: center;
    }
    .artive .css-events-list a p {
        font-size: 1.2rem;
        text-align: center;
    }
    .artive .css-events-list a .btnBK {
        text-align: left;
        width: 96%;
        font-size: 1.2rem;
        padding-left: 10px;
        margin: 0 auto 4%;
    }
    .artive .list li {
        margin-bottom: 0;
    }
    .artive .list .date {
        font-size: 1.2rem;
    }
    .interview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .interview a {
        color: #000;
        text-decoration: none;
        width: 100%;
    }
    .interview__blk {
        width: 300px;
        margin: 0 auto 20px;
        border: 1px solid #cccccc;
        text-align: center;
    }
    .interview__blk--ttl {
        font-size: 1.6rem;
        line-height: 1.1;
        margin: 25px 0 15px;
    }
    .interview__blk--ttl span {
        font-size: 1.2rem;
    }
    .interview__blk--name {
        margin-top: 15px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.45;
    }
    .interview__blk--camp {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .interview__blk--txt {
        font-size: 1.4rem;
        letter-spacing: 0;
        width: 80%;
        text-align: left;
        margin: 0 auto 20px;
    }
    .readmore {
        display: block;
        text-align: right;
        margin-top: 40px;
    }
    .readmore {
        display: block;
        text-align: right;
        margin-top: 40px;
    }
    .topPull li {
        position: relative;
        background: #FFF;
    }
    .ancPoint {
        padding-top: 110px;
        margin-top: -110px;
        display: block!important;
    }
    .h2+.ancPoint {
        padding-top: 110px;
        margin-top: -145px;
        display: block!important;
    }
    #area_mv .topPull__event a,
    #area_mv .topPull__artive a {
        display: block;
        height: 50px;
        line-height: 50px;
        width: 100%;
        position: absolute;
        background: #FFF;
        z-index: 1;
        border-top: 1px solid #f3f3f3;
        transition: 0.4s;
    }
    .topPull span {
        cursor: pointer;
        display: block;
    }
    .topPull span:hover,
    .topPull__event.open span,
    .topPull__artive.open span,
    .topPull__event.open a:hover,
    .topPull__artive.open a:hover {
        background: #ffeef8 !important
    }
    .topPull li a:hover {
        background: #ffeef8;
        opacity: 1;
    }
    .topPull li a.colse {
        top: 50px!important;
        pointer-events: none;
        z-index: -1!important;
        color: #FFF!important;
        border: none!important;
    }
    .topPull li a:nth-of-type(1) {
        top: 50px;
    }
    .topPull li a:nth-of-type(2) {
        top: 100px;
    }
    .topPull li a:nth-of-type(3) {
        top: 150px;
    }
    .topPull li a:nth-of-type(4) {
        top: 200px;
    }
    /*20200610 佐藤追加　point*/
    .point ul li {
        padding-bottom: 30px;
    }
    .point ul li span {
        background: #000;
        color: #fff;
        line-height: 1;
        padding: 7px 10px 10px;
        display: inline-block;
        margin-right: 15px;
    }
    .point dl {
        margin-bottom: 25px;
    }
    .point dl dt {
        text-align: center;
        background: #000;
        color: #fff;
        line-height: 1;
        padding: 7px 10px 10px;
        display: inline-table;
        margin-bottom: 8px;
    }
    .point dl dd {
        line-height: 1.4;
        font-size: 1.4rem;
    }
    .point dl dd span {
        font-weight: bold;
        font-size: 1.6rem;
        display: block;
        margin-bottom: 8px;
    }
    /*20200610 佐藤追加タイムテーブルエリア*/
    .schedule_list_wrap h4 {
        font-size: 2.4rem;
        font-size: 3.75vw;
        border-radius: 2em;
        width: 5em;
        line-height: 1.6666666667em;
    }
    .schedule_list_wrap h4 {
        margin: 0 auto;
        border: solid 2px #333;
        border-radius: 40px;
        position: relative;
        top: 0;
        /* left: 50%;
                z-index: 900;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); */
        width: auto;
        line-height: 40px;
        color: #e52487;
        background: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .schedule_list_wrap .schedule_list .panel_area,
    .schedule_list_wrap .schedule_list .text_area,
    .schedule_list_wrap .schedule_list .text_area2 {
        padding: 8.3333333333% 5.8333333333% 0;
        width: 100%;
        padding-bottom: 20px;
    }
    .schedule_list_wrap .schedule_list .panel_area {
        padding-right: 6.6666666667%;
    }
    .schedule_list_wrap .schedule_list .panel_area h5 {
        margin: .125em 0 .5em;
        font-size: 2.4rem;
        font-size: 3.75vw;
    }
    .schedule_list_wrap .schedule_list .panel_profile .panel_area,
    .schedule_list_wrap .schedule_list .panel_profile .text_area {
        padding-top: 20%;
    }
    .schedule_list_wrap .schedule_list .panel_profile .panel_area h5 {
        margin-top: 1.6666666667em;
        font-size: 2.4rem;
        font-size: 3.75vw;
    }
    .schedule_list_wrap .schedule_list .multiple .panel_profile .text_area+.panel_area,
    .schedule_list_wrap .schedule_list .multiple .panel_profile .panel_area+.panel_area {
        padding-top: 0;
    }
    .schedule_list_wrap .schedule_list .panel_area .flex-panel {
        display: flex;
        justify-content: flex-start;
    }
    .schedule_list_wrap .schedule_list .panel_area .flex-panel div:first-child {
        background: #fff;
        color: #000;
        width: 100px;
        height: 100px;
        font-size: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .schedule_list_wrap .schedule_list .panel_area .flex-panel div:last-child {
        margin-left: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .schedule_list_wrap .schedule_list .panel_area .flex-panel div:last-child span {
        font-size: 2.5rem;
        margin-right: 10px;
    }
    .schedule_list_wrap .schedule_list .panel_area .flex-panel div:last-child p {
        font-size: 1.8rem;
        margin: 0;
    }
    .schedule_list_wrap .schedule_list .multiple .panel_profile .text_area+.panel_area+.text_area,
    .schedule_list_wrap .schedule_list .multiple .panel_profile .panel_area+.panel_area+.text_area {
        padding-top: 1.5em;
        padding-bottom: 16.6666666667%;
    }
    .schedule_list_wrap .schedule_list .multiple .panel_profile .text_area+.panel_area+.text_area:before,
    .schedule_list_wrap .schedule_list .multiple .panel_profile .panel_area+.panel_area+.text_area:before {
        content: none;
    }
    .schedule_list_wrap .schedule_list>li {
        position: relative;
        background: #333;
        color: #fff;
        font-size: 14px;
        line-height: 1.7142857143;
        margin-top: 30px;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel {
        border-radius: 10px;
        /* display: -webkit-flex;
                display: flex;
                -webkit-align-items: flex-start;
                align-items: flex-start; */
        position: relative;
        background: #fff;
        overflow: hidden;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel+.lecturer_panel {
        margin-top: 30px;
    }
    .schedule_list_wrap .schedule_list .panel_profile .lecturer_panel {
        background: #5c5c5c;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel {
        font-size: 2rem;
        font-size: 3.125vw;
        border-radius: .5em;
        /* -webkit-justify-content: flex-start;
                justify-content: flex-start; */
    }
    .schedule_list_wrap .schedule_list .lecturer_panel img {
        width: 100%;
        height: auto;
    }
    .schedule_list_wrap .schedule_list .lecturer_info {
        padding: 20px;
        position: static;
        width: 100%;
        color: #333;
    }
    .schedule_list_wrap .schedule_list .lecturer_info .name {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        margin: 0;
    }
    .schedule_list_wrap .schedule_list .lecturer_info .belong {
        margin-bottom: .75em;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        margin: 0;
        margin-bottom: 30px;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile,
    .schedule_list_wrap .schedule_list .btn-show-profile2,
    .schedule_list_wrap .schedule_list .btn-show-profile3 {
        background: #e52487;
        color: #fff;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile:hover,
    .schedule_list_wrap .schedule_list .btn-show-profile2:hover,
    .schedule_list_wrap .schedule_list .btn-show-profile3:hover {
        border-color: #e40682;
        background: #fff;
        color: #e40682;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile,
    .schedule_list_wrap .schedule_list .btn-show-profile2,
    .schedule_list_wrap .schedule_list .btn-show-profile3,
    .schedule_list_wrap .schedule_list .btn-show-contents {
        font-size: 2rem;
        font-size: 3.125vw;
        margin-left: 7em;
        padding: 0 1em;
        border: solid 0.1em rgba(255, 255, 255, 0);
        border-radius: 2em;
        width: auto;
        line-height: 1.5em;
        box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
        font-weight: normal;
        position: static;
    }
    .schedule_list_wrap .schedule_list .lecturer_info1 {
        /* padding: 30px; */
        position: relative;
        width: 100%;
        color: #333;
        display: flex;
        /* 子要素をflexboxで揃える */
        flex-direction: column;
        /* 子要素をflexboxにより縦方向に揃える */
        justify-content: center;
        /* 子要素をflexboxにより中央に配置する */
        align-items: center;
        /* 子要素をflexboxにより中央に配置する */
    }
    .schedule_list_wrap .schedule_list .lecturer_info1 {
        padding: 30px;
        position: static;
        width: 100%;
        color: #333;
        font-size: 20px;
    }
    .list1 {
        margin-top: 16px;
    }
    /*発表者エリア*/
    .schedule_list_wrap .schedule_list .lecturer_panel2 {
        /* border-radius: 10px; */
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        position: relative;
        background: #fff;
        /* overflow: hidden; */
        margin-top: 30px;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel2 div:first-child {
        width: 50%;
        padding: 10px;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel2 div:first-child {
        width: 50%;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel2 div:last-child {
        width: 50%;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile2,
    .schedule_list_wrap .schedule_list .btn-show-contents {
        font-size: 2rem;
        font-size: 2.125vw;
        margin-left: 18em;
        padding: 0 1em;
        border: solid 0.1em rgba(255, 255, 255, 0);
        border-radius: 2em;
        width: auto;
        line-height: 1.5em;
        box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
        font-weight: normal;
        position: static;
    }
    .schedule_list_wrap .schedule_list .lecturer_panel3 {
        /* border-radius: 10px; */
        position: relative;
        background: #fff;
        margin-top: 0px;
    }
    .schedule_list_wrap .schedule_list .lecturer_info2 {
        padding-top: 20px;
        position: static;
        width: 100%;
        color: #333;
    }
    .schedule_list_wrap .schedule_list .lecturer_info3 {
        position: static;
        width: 100%;
        color: #333;
        padding: 1rem 0;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile2 {
        background: #e40682;
        color: #fff;
    }
    .schedule_list_wrap .schedule_list .btn-show-profile2:hover {
        border-color: #e40682;
        background: #fff;
        color: #e40682;
    }
    .schedule_list_wrap .schedule_list .lecturer_info2 .name {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin: 0;
    }
    .schedule_list_wrap .schedule_list .lecturer_info2 .belong {
        margin-bottom: .75em;
        font-size: 10px;
        font-weight: 400;
        text-align: center;
        margin: 0;
    }
    .list3 {
        margin-top: 16px;
    }
    .list3 li {
        display: table;
        width: 100%;
        padding: 20px;
        font-size: 12px;
    }
    .list3 li:before {
        display: table-cell;
        width: 1em;
        /* content: "・"; */
    }
    .list3 li.nostyle:before {
        content: none;
    }
    .interview .btn-show-profile,
    .interview .btn-show-contents {
        margin: 20px;
        margin-left: 120px;
        border: solid 2px rgba(255, 255, 255, 0);
        border-radius: 40px;
        display: block;
        position: relative;
        right: 0;
        bottom: 0;
        width: 160px;
        line-height: 25px;
        text-align: center;
        font-weight: bold;
        font-size: 80%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        outline: none;
        cursor: pointer;
    }
    .interview .btn-show-profile,
    .btn-show-profile3 {
        background: #e40682;
        color: #fff;
    }
    .interview .btn-show-profile:hover,
    .btn-show-profile3:hover {
        border-color: #e40682;
        background: #fff;
        color: #e40682;
    }
    .staff-starters img {
        width: 100%;
    }
    /*プログラム黒抜き*/
    .prg-flex {
        display: block;
    }
    .prg-flex div {
        width: 100%;
        /*height: 400px;*/
        margin-right: 2%;
        background: #333;
        color: #fff;
        margin-bottom: 20px;
    }
    .prg-flex div div {
        width: 90%;
        margin: 0 auto;
        padding-top: 10px;
    }
    .prg-flex div div div:first-child {
        /* height: 250px;*/
    }
    .prg-flex div div div:last-child {
        height: 120px;
    }
    .prg-flex div div div img {
        width: 100%;
    }
    .prg-flex div div div .preg-txt1 {
        text-align: center;
        font-size: 12px;
        margin: 0;
    }
    .prg-flex div div div .preg-txt2 {
        font-size: 10px;
        margin: 0;
    }
    .prg-flex div div div .preg-txt3 {
        font-size: 10px;
        margin-top: 10px;
    }
    .flex-company{
        display: block;
        text-align: center;
        margin-top:20px;
    }
    .flex-company div:first-child{
        width:80%;
        margin:0 auto;
    }
}

@media screen and (max-width: 768px) {
    #area_mv .topPull__event a,
    #area_mv .topPull__artive a {
        background: #f3f3f3;
        border-top: 1px solid #FFF;
        width: 150%;
    }
    .topPull li a.colse {
        top: 50px!important;
        pointer-events: none;
        background: #FFF!important;
        z-index: -1!important;
        color: #FFF!important;
        border: none!important;
    }
    li.topPull__artive a {
        transform: translate(-33%, 0);
    }
}

@media screen and (min-width: 1000px) {
    .schedule_list_wrap .schedule_list>li:before {
        display: block;
        position: absolute;
        top: 0;
        left: 40%;
        z-index: 900;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 3px;
        height: calc(100% + 60px);
        content: "";
        background: #fff;
    }
}

/*　20231004 堀追加　*/

.list4 li {
    background: #333;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    font-size: 1.7rem;
}
	
	div.panel_area{
    padding-bottom: 2rem!important;
    padding-top: 0!important;
}
	
.accordion_btn2 {
  width: 40px;
  height: 40px;
  background: #000000;
  position: absolute;
  top: 23%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  border-radius: 10px 0 10px 0;
}
.accordion_btn2 span {
  width: 28px;
  height: 2px;
  display: block;
  background: #fff;
  position: relative;
  top: 18px;
  left: 6px;
}
.accordion_btn2 span:last-of-type {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion_btn2 span:last-of-type.none {
  opacity: 0;
  visibility: hidden;
}
table.more {
  display: none;
}

.ws_txt{
	font-size: 1.8rem;
	font-weight: bold;
}

.ws_txt span{
	font-size: 1.8rem;
	font-weight: bold;
	background: #FFE500;
}	

.ws_ref{
	margin-top: 15px!important;
}

.pl-55{
	padding-left: 55px;
}
	
@media screen and (max-width: 768px) {
 .list4 li {
		flex-direction: column;
	    align-items: center;
	    font-size: 1.4rem;
	}
	
.ws-wht span{
    background: #fff;
    color: #000;
    padding: 1px;
    margin-right: 1%;
    display: inline-block;
    width: 180px;
    text-align: center !important;
	margin-bottom: 1rem;
}
	.panel_area h5{
		font-size:1.6rem;
	}	
	
.ws_txt{
	font-size: 1.6rem;
	font-weight: bold;
}
	
.ws_txt span{
	font-size: 1.6rem;
	font-weight: bold;
	background: #FFE500;
}
	
	.ws_ref{
		margin-bottom: 25px!important;
	}
	
}
	
@media screen and (min-width: 769px) {
 .ml-20{
			margin-left: 2rem;
}
}

/*# sourceMappingURL=maps/intrepreneurs.css.map */