#summit2019 #main .sessionWrap.single .overOne .sessionContent {
    flex-wrap: wrap;
}

#summit2019 #main .sessionWrap.single:after {
    content: initial;
}

#summit2019 #main .sessionWrap.single {
    padding-top: 50px;
    padding-bottom: 80px;
}

#summit2019 #main .sessionWrap .timeWrap:after {
    content: initial;

}

@media screen and (min-width: 767px) {
    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox:nth-child(n + 4) {
        margin-top: 40px;
    }

    #summit2021-page #outline table.table ul {
        padding-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    #summit2019 #main .sessionWrap.single {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #summit2021-page #outline table.table ul {
        padding-left: 20px;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent {
        display: block;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox {
        width: 100%;
        max-width: initial;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox {
        display: flex;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox .speakerImg {
        width: 50%;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox .speakerDetail {
        width: 50%;
    }
}

.section {
    padding: 80px 0;
}

.mv-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: content-box;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: content-box;
}

.inner2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
}

.section-title {
    font-size: 40px;
    font-weight: bold !important;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.section-title span{
    font-size: 70%;
}

.section-btn {
    text-align: center;
}

.section-btn a {
    background: #fff;
    border-radius: 50px;
    font-size: 18px;
    display: block;
    max-width: 285px;
    margin: 0 auto;
    font-weight: 700 !important;
    padding: 20px;
    transition: .3s;
    color: #0A2FB2;
}

.section-btn a:hover {
    color: #0A2FB2;
    opacity: .6;

}

.section-btn2 span {
    margin-left: 10px;
    font-weight: bold !important;
    font-size: 80%;
    position: relative;
    top: -2px;
}

.section-btn2 a {
    background: linear-gradient(to right, #0A2FB2, #0A1861);
    border-radius: 50px;
    font-size: 20px;
    display: block;
    max-width: 350px;
    margin: 0 auto;
    font-weight: 500 !important;
    padding: 20px;
    transition: .3s;
    color: #fff;
}

.section-btn2 a:hover {
    color: #fff;
    opacity: .6;

}

.time-attention {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.timeTable-box-wrap {
    max-width: 620px;
    margin: 0 auto 30px;
    /* filter: blur(0px); */
}

.timeTable {
    background: linear-gradient(to right, #0A2FB2, #0A1861);
}

.timeTable img {
    width: 100% !important;
    height: auto !important;
}

.contentsSection {
    position: relative;

}

.contentsSection::before {
    content: "";
    background: url(../../summit/img/summit23_mv.jpg) no-repeat bottom center/ cover;
    filter: blur(2px);
    /* ぼかしをかける */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* 画像よりも下に配置 */

}

#summit2021-page .menu .spNavBox nav.spNav ul li.acd a {
    /* background: url(https://farmnote-hd.com/events/assets/images/summit2021/icon_btm.svg) 96% center no-repeat !important; */
}

.contentsSection::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.contentsSection ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.contentsSection li {
    list-style: none !important;

}

.contentsSection ul {
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (min-width: 767px) {
    .contentsSection li {
        width: calc(25% - 20px * 3/4);
        margin-right: 20px;
    }

    .contentsSection li:nth-child(4n) {

        margin-right: 0px;
    }

    .contentsSection li:nth-child(n + 5) {

        margin-top: 20px;
    }

    .is-sp {
        display: none !important;
    }

    #summit2021-page #summit2019 {
        padding-top: 84px;
    }
}

#speakerModal .speakerImg img {
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .is-pc {
        display: none !important;
    }

    .contentsSection li {
        width: calc(50% - 20px * 1/2);
        margin-right: 20px;
    }

    .contentsSection li:nth-child(2n) {

        margin-right: 0px;
    }

    .contentsSection li:nth-child(n + 3) {

        margin-top: 20px;
    }

    .contentsSection .title {
        font-size: 14px !important;
    }

    .contentsSection .text {
        font-size: 13px !important;
    }

}

.contentsSection .img {
    margin-bottom: 10px;

}

.contentsSection .img .wrap {
    position: relative;
    padding-top: 75%;

}

.contentsSection .img img {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}

.contentsSection .title {
    color: #fff;
    font-weight: bold !important;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    background: #0A2FB2;
    padding: 5px 0;
}

.contentsSection .title2 {
    font-size: 20px !important;
}

.contentsSection .text {
    color: #fff;
    font-size: 14px !important;
    font-weight: 500 !important;

}

.mv {
    padding: 80px 0;
    background: url(../../summit/img/summit23_mv.jpg) no-repeat center center/ cover;
    position: relative;
}

.mv::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.mv .wrap {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
}

.mv .title1 {
    font-size: 65px;
    font-weight: bold !important;
    text-align: center;
}

.mv .title2 {
    font-size: 70px;
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 20px;

}

.mv .title2 span {
    font-weight: 400 !important;

}

.mv .title3 {
    font-size: 32px;
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 60px;
}

.mv .date {
    font-size: 45px;
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 20px;
}

.mv .date .span1 {
    font-size: 40%;
    font-weight: bold !important;
    margin-right: 10px;

}

.mv .date .span2 {
    font-size: 50%;

}

.mv .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.mv .flex .item {
    font-size: 16px;
    font-weight: bold !important;
    display: flex;
    align-items: center;
    margin-right: 20px;

}

.mv .flex .item:last-child {
    margin-right: 0;

}

.mv .flex .item .dt {
    padding: 3px 12px;
    border: 1px solid #fff;
    margin-right: 9px;
    font-weight: bold !important;
}

.mv .flex .item .dd {

    font-weight: bold !important;
}

.mv .btn {
    margin: 80px 0;
    display: block;
}

.mv .message {
    font-weight: 500 !important;
    font-size: 17px;
    line-height: 1.8;
}

.join .section-title {
    /* color: #000; */
}

.timeTable-box-wrap img {
    width: 100% !important;
    height: 100% !important;
}

.join .timeTable-box-wrap {

    filter: blur(0px);
}

.join {
    /* background: linear-gradient(to right, #0A2FB2, #0A1861); */
}

.new-summit {
    /* background-attachment: fixed;
    background: url(../../summit/img/pal01.jpg) no-repeat bottom center/ cover;
    background-size: cover; */
    background: url('../../summit/img/pal01.jpg') no-repeat bottom center/cover;
    background-attachment: fixed;
    /* position: fixed;
    overflow: scroll; */
}

#outline {
    background: #fff;
}

.btn-area {
    padding: 60px 0;
    background: #fff;
    text-align: center;
}

#summit2021-page .entryBtnWide,
#summit2019 .container,
#summit2019 #main {
    margin-bottom: 0 !important;
}

.join .timeTable-box-wrap {
    max-width: 700px;
}

.main-message {
    padding: 60px 0;
    font-size: 40px;
    color: #404040;
    font-weight: bold !important;
    text-align: center;
    background-color: #f4f6f6;
}

.font700 {
    font-weight: bold !important;
}

.contentsSection .title {
    height: 65px;
    min-height: 65px;
    position: relative;
}

.contentsSection .title .wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold !important;

}

.and-more {
    text-align: center;
    font-weight: bold !important;
    max-width: 260px;
    margin: 0 auto;
    font-size: 26px;
    margin-top: 60px;
    cursor: pointer;
    transition: 1s;
    background: #fff;
    border-radius: 50px;
    font-size: 18px;
    display: block;
    max-width: 285px;
    font-weight: 700 !important;
    padding: 20px;
    color: #0A2FB2;


}

.addHeight {
    display: block !important;
    height: 100% !important;
    transition: 5s;

}

.summit-accordion {
    transition: 1s;
}

@media screen and (min-width: 767px) {
    .and-more:hover {
        opacity: .6;
    }
}

.and-more span.close2 {
    transition: .3s;
    transform: translateY(10%) rotate(-45deg) !important;
}

@media screen and (max-width: 768px) {

    #speakerModal .sessionContent .speakerImg,
    #summit2019 #main .sessionContent .speakerImg {
        margin-right: 0;
    }

    .and-more {

        margin-top: 30px;
        font-size: 16px;
        padding: 15px 0;
    }

    .contentsSection .section-title {
        font-size: 36px;
    }

    .join2 .section-title,
    .ga .section-title,
    .achievements .section-title,
    .partner .section-title {
        font-size: 25px;
    }

    .timeTable .section-title {
        font-size: 22px;
    }

    #summit2019 #main .sessionWrap.single {
        padding-top: 0 !important;
    }

    .main-message {
        font-size: 20px;
        padding: 30px 0;
    }

    .section-btn2 a {

        font-size: 16px;

        padding: 15px;

    }

    .mv {
        padding: 40px 0;
    }

    .mv .title1 {
        font-size: 26px;

    }

    .mv .message {
        font-size: 14px;
    }

    .mv .title2 {
        font-size: 30px;
    }

    .mv .title3 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .mv .date {
        font-size: 20px;
    }

    .mv .btn {
        margin: 20px 0;
        display: block;
    }

    .mv .flex .item .dt {
        padding: 2px 9px;
        border: 1px solid #fff;
        margin-right: 6px;
        font-weight: bold !important;
    }

    .mv .flex .item {
        font-size: 13px;
    }

    .mv .flex {
        display: block;
    }

    .mv .flex .item {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .section {
        padding: 40px 0;
    }

    .inner {
        padding: 0 15px;
    }

    .mv-inner {
        padding: 0 15px;

    }

    .section-title {
        font-size: 20px;
        position: relative;
        z-index: 10;
        margin-bottom: 30px;
    }

    .section-btn a {

        font-size: 16px;
        display: block;
        max-width: 285px;
        padding: 15px 0;
        transition: .3s;
        color: #0A2FB2;
    }

    .time-attention {
        margin-top: 20px;
        text-align: center;
        color: #fff;
        font-size: 12px;
    }

    .mv .flex {
        display: block;
        max-width: 270px;
        margin: 0 auto !important;
    }

    .mv .title2 {
        margin-bottom: 10px;
    }

    #summit2021-page #summit2019 {
        padding-top: 53px !important;
    }

    .contentsSection .text {
        font-size: 13px !important;
    }

    .contentsSection .title {
        height: 48px;
        min-height: 48px;
        position: relative;
    }

    .contentsSection .title2 {
        font-size: 16px !important;
    }

    .speakerImg-owner {
        width: calc(50% - 7.5px) !important;
        margin: 0 auto 10px;
        min-width: initial !important;
    }

}

@media screen and (max-width: 360px) {
    #summit2019 #main .sessionWrap.single {
        padding-top: 0 !important;
    }

    .section-title {
        font-size: 16px;

        margin-bottom: 20px;
    }

    .partner .section-title {
        font-size: 20px;
    }

    .section-btn a {

        font-size: 14px;
        display: block;
        max-width: 285px;
        padding: 15px 0;
        transition: .3s;
        color: #0A2FB2;
    }

    .time-attention {

        font-size: 10px;
    }

    .contentsSection .title {
        font-size: 12.5px !important;
    }

    .contentsSection .text {
        font-size: 12px !important;
    }

    .mv .title2 {
        font-size: 24px !important;
    }
}


#summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox {
    margin: 0;
}

#summit2019 #main .sessionWrap.single .sessionContent .speakerImg {
    min-width: initial !important;
    width: initial;
    height: initial;
}

#summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox:nth-child(n + 4) {
    margin-top: 0px;
}

#summit2019 #main .sessionWrap.single .sessionContent .speakerImg {

    min-height: initial;
    max-height: initial;
}

#summit2019 #main .sessionWrap.single .sessionContent .speakerImg {
    padding-top: 100%;
    position: relative;
}

.speakerImg-owner {
    width: 170px;
    min-width: 178px;
}

.speakerImg-owner-wrap {
    padding-top: 100%;
    position: relative;
}

.speakerImg-owner-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#summit2019 #main .sessionContent {
    max-width: 1100px !important;

}

.container {
    max-width: 1000px;
}

#summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox .speakerDetail {
    text-align: center;
}

.main-message {
    padding-bottom: 0;
}

.main-message .font700 {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 767px) {
    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox {
        width: calc(20% - 20px * 4/5);
        margin-right: 20px;

    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox:nth-child(5n) {
        margin-right: 0;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox:nth-child(n + 6) {
        margin-top: 40px;
    }
}

#summit2019 #main .speakerImg img {
    object-fit: cover;
}

#speakerModal .speakerImg,
#summit2019 #main .speakerImg {
    background-color: initial !important;
}

@media screen and (max-width: 768px) {
    #summit2019 #main .sessionWrap.single .overOne {
        padding: 0 15px;
    }

    .speakerImg-owner {
        width: 50%;
        margin: 0 auto 10px;
    }

    .contentsSection .section-title {
        font-size: 25px;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent {
        margin-top: 0;
    }

    #speakerModal .sessionWrap.single .speakerDetail .name,
    #speakerModal .speakerDetail .name,
    #summit2019 #main .sessionWrap.single .speakerDetail .name,
    #summit2019 #main .speakerDetail .name {
        text-align: center;
    }

    #summit2019 #main .sessionWrap.single .speakerDetail .company {
        text-align: center;
        margin-bottom: 0;
    }

    #summit2019 #main .sessionWrap.single .sessionContent .speakerDetail {
        text-align: center;
    }

    .main-message {
        font-size: 25px;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent {
        display: flex;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox {
        display: block;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox .speakerImg {
        display: block;
        min-width: initial !important;
        max-width: initial;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox .speakerImg {
        width: 100% !important;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox {
        width: calc(50% - 15px * 1/2);
        margin-right: 15px;

    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox:nth-child(2n) {
        margin-right: 0;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox:nth-child(n + 3) {
        margin-top: 25px;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox {
        padding: 0;
    }

    #summit2019 #main .sessionWrap.single .overOne .sessionContent .speakerBox .speakerDetail {
        width: 100%;
    }

    #speakerModal .speakerDetails {
        padding: 30px 15px 30px;
    }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
    .mv .title2 {
        font-size: 55px;
    }

    #summit2019 #main .sessionWrap.single .overOne .company {
        font-size: 11px;
    }
}

.main-message {
    background-color: transparent;
    color: #fff;
}

#summit2019 #main {
    background-color: transparent;
    color: #fff;

}

#speakerModal .sessionWrap.single .speakerDetail .company,
#speakerModal .speakerDetail .company,
#summit2019 #main .sessionWrap.single .speakerDetail .company,
#summit2019 #main .speakerDetail .company {
    font-weight: bold !important;
}

#summit2019 #main dd,
#summit2019 #main dt,
#summit2019 #main p {
    font-weight: bold !important;

}

#summit2019 #main .sessionWrap.single .overOne .sessionContent .detailBtn,
#summit2019 #main .sessionWrap.single .sessionContent .detailBtn {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.achievements {
    position: relative;

}

.achievements::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    content: "";
}

.achievements::before {
    content: "";
    background: url(../../summit/img/achievements.png) no-repeat center center/cover;
    filter: blur(2px);
    /* ぼかしをかける */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* 画像よりも下に配置 */
}

.achievements-attention {
    position: relative;
    z-index: 2;
    text-align: right;
    font-size: 14px;
    margin-top: 80px;
}



.achievements {
    color: #fff;
}

.achievements-lead {
    color: #fff;
    font-weight: bold !important;
    position: relative;
    z-index: 2;
    font-size: 16px;
    text-align: center;
    margin-bottom: 60px;
}

.achievements-flex {
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    text-align: center;
}

.achievements-item {
    width: 50%;
}

.achievements-dt {
    text-align: center;
    font-size: 18px;
    font-weight: bold !important;
    margin-bottom: 0px;

}

.achievements-dd {
    font-size: 75px;
    text-align: center;
    font-weight: bold !important;
    /* background: #0A2FB2; */



}

.count-size {

    display: inline-block;
    font-weight: bold !important;
}

.achievements-dd .span1 {
    font-size: 50%;
}

@media screen and (max-width: 900px) {
    .achievements-dd {
        font-size: 55px;
    }

    .achievements-dt {
        font-size: 16px;
    }

    .achievements-lead {
        font-size: 15.5px;
    }
}

@media screen and (max-width: 768px) {
    .achievements-lead {
        font-size: 14px;
    }

    .achievements-flex {
        display: block;
    }

    .achievements-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .achievements-item:last-child {
        margin-bottom: 0;
    }

    .achievements-dd {
        font-size: 55px;
    }

    .achievements-dt {
        margin-bottom: 10px;
    }
}

.hide-area {
    /*モーダル表示をする場所をあらかじめ隠す*/
    display: none;
}

.modaal-fullscreen .modaal-content-container {
    /*full画面の色設定*/
    background: #333;
    color: #fff;
    text-align: center;
}

.modaal-fullscreen .modaal-close {
    /*ボタンの色、位置*/
    background: none;
    right: 20px;
}

/*クローズボタンの×の色変更*/
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}

/*キャプション*/
.caption {
    display: block;
    padding: 10px 0;
}

/*===　サムネイル表示のためのcss　*/

.gallery {
    /*ベースになるギャラリーを横並びに*/
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.gallery li {
    width: 33.333%;
    padding: 0 10px;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.ga img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    /*画像の下にできる余白を削除*/
}

ul.gallery li {
    width: initial;
    margin: initial;
}

.modaal-fullscreen .modaal-content-container img {
    width: 100%;
    height: auto;
}

ul.gallery li a {
    display: block;
    width: 100%;

}

@media screen and (min-width: 767px) {
    ul.gallery li {
        width: calc(25% - 20px * 3/4);
        margin-right: 20px;
    }

    ul.gallery li:nth-child(4n) {

        margin-right: 0px;
    }

    ul.gallery li:nth-child(n + 5) {

        margin-top: 20px;
    }

    ul.gallery li a {
        position: relative;
        padding-top: 75%;

    }

    ul.gallery li img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .modaal-fullscreen .modaal-content-container {
        max-width: 1000px;
        margin: 0 auto;
    }

    .modaal-content {
        height: 100%;
        position: relative;
    }

    .modaal-fullscreen .modaal-content-container {
        /* height: 100%; */
        position: absolute;
        padding: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .modaal-content {
        height: 100%;
        background: #333;
    }
}

ul.gallery li a {
    transition: .3s;
    overflow: hidden;
}

ul.gallery li img {
    transition: .3s;

}

ul.gallery li a:hover img {
    transform: scale(1.15);
    transition: .3s;
}

#summit2019 #main .sessionWrap.single .overOne .sessionContent .detailBtn,
#summit2019 #main .sessionWrap.single .sessionContent .detailBtn {
    transition: .3s;
}

#summit2019 #main .sessionWrap.single .sessionContent .detailBtn:hover {
    opacity: .6;

}

@media screen and (max-width: 768px) {
    .modaal-content {
        height: 100%;
        background: #333;
    }

    .modaal-fullscreen .modaal-container {
        height: 100%;
    }

    ul.gallery li {
        width: calc(33.333% - 10px * 2/3);
        margin-right: 10px;
    }

    ul.gallery li:nth-child(3n) {

        margin-right: 0px !important;
    }

    ul.gallery li:nth-child(n + 4) {

        margin-top: 10px;
    }

    ul.gallery li a {
        position: relative;
        padding-top: 75%;

    }

    ul.gallery li img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .modaal-content {
        height: 100%;
        position: relative;
    }

    .modaal-fullscreen .modaal-content-container {
        /* height: 100%; */
        position: absolute;
        padding: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .modaal-content-container {}

    .modaal-wrapper {
        z-index: 999999999999999;
    }

    .modaal-fullscreen .modaal-close {
        right: 0;
    }


}

.join2 {
    color: #fff;
}

.join2 .row {
    display: flex;
}

.join2 .row .dt {
    width: 37%;
    margin-bottom: 0 !important;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 20px;
}

.join2 .row:last-child .dt {

    border-bottom: 1px solid #fff;

}

.join2 .row:last-child .dd {

    border-bottom: 1px solid #fff;

}

.join2 .row .dd {
    width: 63%;
    margin-bottom: 0 !important;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.join2 .row .dd .heading {
    display: flex;
    height: 40%;
}

.join2 .row .dd .bottom {
    width: 100%;
    height: 100%;
}

.join2 .row .dd .heading-item {
    width: 16.6666%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0px;

}

.join2 .row .dd .heading-item:last-child {
    border-right: none;

}

.join2 .row .dd .bottom-item {
    display: flex;
    height: 100%;
    position: relative;

}

.join2 .row .dd .bottom-item-wrap {
    width: 16.6666%;
    border-right: 1px solid #fff;
    height: 100%;
    position: relative;

}

.join2 .row .dd .bottom-item-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40px;

}

.join2 .row .dd .bottom-item-wrap:last-child {
    width: 16.6666%;
    border-right: none;

}

.join2 .row .dd .bottom-item img {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50px;

}

.heading-wrap .title {
    font-size: 13px;
    font-weight: bold !important;
    text-align: center;

}

.heading-wrap .text {
    font-size: 10px;
    margin-top: 10px;
    text-align: center;

}

.join2 .detail-text {
    font-size: 11px;
    font-weight: bold !important;
}

.join2 .detail-text span {
    font-size: 10px;
    /* font-weight: bold !important; */
}

.join2 .main-title {
    font-size: 22px;
    font-weight: bold !important;
    margin-bottom: 8px;

}

.join2 .main-title2 {
    font-size: 38px;
    font-weight: bold !important;
}

.join2 .flex-item {
    display: flex;
    font-size: 18px;
    font-weight: bold !important;
    margin-bottom: 8px;
    align-items: center;
}

.join2 .flex-item span {
    display: inline-block;
    font-size: 70%;
    font-weight: bold !important;
}

.join2 .flex-item-title {
    font-weight: bold !important;
    border: 1px solid #fff;
    padding: 0px 8px;
    margin-right: 5px;
}

.join2 .flex-item-title2 {
    font-weight: bold !important;
    border: 1px solid #fff;
    padding: 0px 8px;
    margin-right: 5px;
    border-radius: 50px;

}

.join2 .price {
    font-weight: bold !important;

}

.join2 .price span {
    display: inline-block;
    font-weight: bold !important;
    margin-left: 5px;

}

.join2 .row .dd .bottom2 {
    height: 60%;
    background: linear-gradient(to bottom, #072894, #5C0063);
}

.join2 .color-add {
    background: linear-gradient(to bottom, #072894, #5C0063);
}

.join2 .box {
    background: #000;
}

.join2 .row .dd .heading-item {
    position: relative;
}

.join2 .row .dd .heading-wrap {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    text-align: center;
}

.join2 .main-title span {
    font-size: 70%;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.join2 .flex-item-title {
    font-size: 14px;
}

.join2-heading {
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold !important;
    text-align: center;
    background: linear-gradient(to bottom, #072894, #5C0063);
}

.join2-bottom {
    background: #fff;
    padding: 15px;
    color: #000;
}

.join2 .flex-item-title2 {
    font-size: 14px;
}

.join2-heading-box {
    /* border: 1px solid #fff; */

}

.row2-span {
    max-width: 26px;
    display: inline-block;
    margin-right: -5px;
}

.join2-heading-box .row1 {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.join2-heading-box .row2 img {
    width: 100% !important;
    height: auto !important;
}

.join2-heading-box .row2 {
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    padding-top: 10px;
}

.join2-heading-box ul {
    margin-bottom: 0 !important;
}

.join2-heading-box {
    margin-bottom: 20px;

}

.join2-heading-box:last-child {
    margin-bottom: 0px;

}

@media screen and (max-width: 370px) {
    .timeTable .section-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 1001px) {
    .contentsSection2 .row {
        font-size: 14px !important;

    }

    .contentsSection2 .second-title-right {
        font-size: 15px !important;
    }

    .color-add2 {
        background: #000 !important;
    }

    .is-pc1000 {
        display: none !important;

    }

    .join2 .flex-item-title,
    .join2 .flex-item-title2 {
        border: 1px solid #000;
        white-space: nowrap;
    }

    .join2 ul {
        padding-left: 29px;
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;

    }

    .join2 ul li {
        margin-right: 30px;

    }

    .join2-heading-box {
        max-width: 600px;
        margin: 0 auto 20px;
    }

    .join2 .row2-main-text {
        font-size: 16px;
        font-weight: bold !important;
    }

    .join2 li::marker {
        font-size: 10px;
    }

    .join2 .detail-text {
        font-size: 13px;
    }

    .detail-text {
        font-weight: 400 !important;
        font-size: 11px !important;
    }

    .join2 ul li:last-child {
        margin-right: 0 !important;
    }

    .join2-heading {
        background: #5C0063;
    }
}

@media screen and (min-width: 1000px) {
    .is-sp1000 {
        display: none !important;
    }
}

.join2-bottom-new {
    background: linear-gradient(to bottom, #072894, #5C0063);
    color: #fff;
}

.partner {
    background: linear-gradient(to right, #0A2FB2, #0A1861);
}

.partner .sub-title {
    text-align: center;
    font-weight: bold !important;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
}

.partner img {
    width: 100% !important;
    height: auto !important;
}

.partner ul {
    margin-bottom: 60px;
    padding-left: 0;
}

.partner li {
    list-style: none;
    margin: 10px;
}

.partner .ul1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.partner .ul1 li {
    margin: 0;
    /* max-width: 311px; */
    width: 100%;
    width: calc(50% - 80px * 1/2);
}

.partner .ul1 li {

    margin-right: 80px;
}

.partner .ul1 li:last-child {

    margin-right: 0px;
}

.partner .ul1 li:nth-child(2n) {

    margin-right: 0px;
}

.partner .ul1 li:nth-child(n + 3) {

    margin-top: 20px;
}

.partner .ul1 li {

    height: 120px;
}

.partner .ul2 li {
    height: 80px;

}

.partner li {
    height: 60px;

}

.partner ul li a {
    pointer-events: none;
    display: block;
    background: #fff;
    padding: 5px;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.partner ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90% !important;


}

@media screen and (min-width: 767px) {
    .partner .ul2 {
        display: flex;
        flex-wrap: wrap;
    }

    .partner .ul2 li {
        margin: 0;
        width: calc(33.333% - 60px * 2/3);
        margin-right: 60px;


    }

    .partner .ul2 li:nth-child(3n) {
        margin-right: 0;


    }

    .partner .ul2 li:nth-child(n + 4) {
        margin-top: 20px;


    }

    .partner .ul3 {
        display: flex;
        flex-wrap: wrap;
    }

    .partner .ul3 li {
        margin: 0;
        width: calc(20% - 20px * 4/5);
        margin-right: 20px;


    }

    .partner .ul3 li:nth-child(5n) {
        margin-right: 0;


    }

    .partner .ul3 li:nth-child(n + 6) {
        margin-top: 20px;


    }
}

@media screen and (max-width: 768px) {
    .partner .ul2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .partner .ul2 li {
        margin: 0;
        width: calc(50% - 20px * 1/2);
        margin-right: 20px;


    }

    .partner .ul1 li {
        margin: 0;
        width: calc(50% - 20px * 1/2);
        margin-right: 20px;


    }

    .partner .ul2 li:nth-child(2n) {
        margin-right: 0;


    }

    .partner .ul2 li:last-child {
        margin-right: 0;


    }

    .partner .ul2 li:nth-child(n + 3) {
        margin-top: 20px;


    }

    .partner .ul3 {
        display: flex;
        flex-wrap: wrap;
    }

    .partner .ul3 li {
        margin: 0;
        width: calc(50% - 20px * 1/2);
        margin-right: 20px;


    }

    .partner .ul3 li:nth-child(2n) {
        margin-right: 0;


    }

    .partner .ul3 li:nth-child(n + 3) {
        margin-top: 20px;


    }

    .partner ul {
        margin-bottom: 30px;
    }

    .partner .sub-title {
        font-size: 20px;
    }

    .partner ul {
        max-width: 420px;
        margin: 0 auto 30px;
    }

    .partner li {
        height: 70px !important;
    }
}

@media screen and (max-width: 768px) {
    .partner .sub-title {
        margin-bottom: 30px;
    }

    .partner .ul1 li {
        max-width: 200px;
    }

    .join2 .flex-item {
        align-items: baseline;
        margin-bottom: 13px;
    }

    .join2 .price span {
        margin-left: 0;
    }

    .join2-heading1 {
        background: linear-gradient(to bottom, #072894, #5C0063);
    }

    .join2-bottom-new1 {
        background: #fff;
        color: #000;
    }

    .join2 .flex-item-title2 {
        font-size: 18px;
        width: 98px;
        min-width: 98px;
        display: block;
        text-align: center;

    }

    .join2 .flex-item-title {
        font-size: 18px;
        width: 98px;
        min-width: 98px;
        display: block;
        text-align: center;
    }

    .join2-heading {
        font-size: 24px;
    }

    .join2 .price {
        font-size: 20px;
    }

    .detail-text {
        font-size: 13px !important;
    }

    .join2 .price {
        line-height: 1.25;
        margin-left: 5px;
    }

    .join2 .row2-main-text {
        font-size: 18px;
    }

    .join2 ul {
        font-size: 14px;
        padding-left: 20px;
        font-weight: bold !important;
    }

    .join2 ul li {
        font-weight: bold !important;

    }

    .join2-bottom-whit {
        background: #000;
        color: #fff;
    }

    .sub-box {
        border: 1px solid #fff;
    }

    .sub-box .row1 {
        border-bottom: 1px solid #fff !important;
    }

    .sub-box .row2 {
        border-bottom: 1px dashed #fff !important;
    }

    .row2-span {
        max-width: 35px;
        display: inline-block;
        margin-right: -5px;
        position: relative;
        top: -2px;
        margin-left: -5px;
    }

    .sub-box .flex-item-title {
        border: 1px solid #fff !important;
        width: 60px;
        min-width: 60px;
    }

    .sub-box .join2-heading {
        border-bottom: 1px solid #fff;
    }

    .join2-heading {
        padding: 12px 0;
    }

    .detail-text {
        font-size: 15px !important;
    }

    .join2 .detail-text span {
        font-size: 13px !important;

    }
}



.contentsSection2 {
    position: relative;

}

.contentsSection2::before {
    /* content: "";
    background: url(../../summit/img/summit23_mv.jpg) no-repeat bottom center/ cover;
    filter: blur(2px); */
    /* ぼかしをかける */
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; */
    /* 画像よりも下に配置 */

}



.contentsSection2::after {
    /* position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5); */
}

.contentsSection2 .box {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.contentsSection2 .flex {
    display: flex;
}

.contentsSection2 .img {
    width: 49%;
    position: relative;
}

.contentsSection2 .img-wrap {

    position: relative;
    padding-top: 94%;
}

.contentsSection2 .img-wrap img {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.contentsSection2 .right {
    width: 51%;
    color: #fff;
    background: #222;

}

.contentsSection2 img {
    width: 100%;
    height: auto;
}

.contentsSection2 .heading-title {
    background: linear-gradient(to right, #A802C3, #0A1861);
    height: 110px;
    padding-left: 30px;
    position: relative;

}

.contentsSection2 .blue {
    background: #0A2FB2 !important;
}

.contentsSection2 .heading-wrap {
    font-size: 24px;
    font-weight: bold !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.contentsSection2 .bottom-contents {
    padding: 20px;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 1.6;

}

.contentsSection2 .row-none::before {
    content: initial !important;
}

.contentsSection2 .bottom-contents .span1 {
    font-size: 150%;
    font-weight: 700 !important;
    /* display: inline-block; */
}

.contentsSection2 .box2 {
    margin-bottom: 40px;
}

.contentsSection2 .box2 .heading-flex {
    display: flex;
    margin-bottom: 40px;
}

.contentsSection2 .img2 {
    width: 50%;
}

.contentsSection2 .main-title {
    color: #FFF;
    font-weight: bold !important;
    padding: 37px 30px;
    background: linear-gradient(to right, #501B73, #0C1A5B);
    font-size: 24px;
}

.contentsSection2 .row {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.contentsSection2 .row {
    position: relative;
}

.contentsSection2 .row5::before {
    content: initial !important;
}

.contentsSection2 .row5::after {
    content: initial !important;
}

.contentsSection2 .main-contents {
    padding: 1rem 0;
    /* display: grid;
    width: min(calc(100% - 2rem), 1280px);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    position: relative;
    color: #fff;

}

.contentsSection2 .main-contents-box {
    /* grid-row: span 6;
    display: grid;
    gap: 0rem;
    grid-template-rows: subgrid; */

}

.contentsSection2 .row::before {
    /* content: "";
    position: absolute;
    border-bottom: 1px dashed #fff;
    bottom: 0;
    left: -1.6px;
    width: 100%;
    height: 100%; */
}

.contentsSection2 .row::after {
    content: "";
    content: initial !important;
    position: absolute;
    border-bottom: 1px dashed #fff;
    bottom: 2px;
    left: -6px;
    width: 113.5%;
    height: 100%;
}

.contentsSection2 .second-title {
    display: flex;
    padding: 15px 7px;
    color: #fff;
    align-items: center;

}

.contentsSection2 .second-title-left {
    border: 1px solid #fff;
    font-size: 35px;
    font-weight: bold !important;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-right: 10px;
}

.contentsSection2 .second-title-right {
    font-size: 15px;
}

.main-contents-area {
    /* grid-row: span 6; */
    /* display: grid;
    gap: 0rem;
    grid-template-rows: subgrid; */

}

.contentsSection2 .row {
    padding: 2rem 0;
    /* display: grid;
    width: min(calc(100%), 1280px);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    position: relative;
    color: #fff;
    font-size: 11px;
    height: 710px;

}


.contentsSection2 .row1 {
    height: 687px;
    /* height: auto; */
}

.contentsSection2 .row2 {
    height: 2394px;
    /* height: auto; */
}

.contentsSection2 .row3 {
    height: 640px;
    /* height: auto; */
}

.contentsSection2 .row4 {
    height: 656px;
    /* height: auto; */
}

.contentsSection2 .row5 {
    height: 623px;
    /* height: auto; */
}

.contentsSection2 .main-contents-area2 .row1 {
    /* height: auto; */
    height: 670px;

}

.contentsSection2 .main-contents-area2 .row2 {
    height: 880px;
    /* height: auto; */

}

.contentsSection2 .main-contents-area2 .row3 {
    height: 840px;
    /* height: auto; */

}

.contentsSection2 .main-contents-area2 .row4 {
    height: 848px;
    /* height: auto; */

}

.contentsSection2 .main-contents-area2 .row5 {
    height: 616px;
    /* height: auto; */

}

@media screen and (max-width: 1000px) {
    .contentsSection2 .box2 .heading-flex {
        max-width: 600px;
        margin: 0 auto 20px;
    }

    .display-no-sp {
        display: none !important;
    }

    .contentsSection2 .main-contents-area2 .row1 {
        /* height: 657px; */
        height: auto;

    }

    .contentsSection2 .main-contents-area2 .row2 {
        /* height: 657px; */
        height: auto;

    }

    .contentsSection2 .main-contents-area2 .row3 {
        /* height: 657px; */
        height: auto;

    }

    .contentsSection2 .main-contents-area2 .row4 {
        /* height: 657px; */
        height: auto;

    }

    .contentsSection2 .main-contents-area2 .row5 {
        /* height: 657px; */
        height: auto;

    }

}

.contentsSection2 .main-contents-box {
    padding-right: 15px;
}

.contentsSection2 .main-contents-box:last-child {
    padding-right: 0px;
}

.contentsSection2 .no-row::before {
    content: initial !important;
}

.contentsSection2 .no-row::after {
    content: initial !important;
}

.contentsSection2 .no-row {
    overflow: initial !important;
}

.special-box-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.contentsSection2 .main-contents-area {
    background: rgba(54, 54, 54, .8);
    padding: 0 12px 2rem;
}

.main-contents1 {
    background: linear-gradient(to right, #281C64, #161B5D);
}

.main-contents2 {
    background: linear-gradient(to right, #161B5D, #0D1B5C);
}

.main-contents3 {
    background: linear-gradient(to right, #0D1B5C, #07124A);
}

.contentsSection2 {}

.special-box {
    height: 1470px;
    width: 100%;
    border: 1px dashed #707070;
    /* position: absolute;
    top: 0;
    left: 0;
    margin: 23px 0; */
    /* height: 181%; */
}

@media screen and (max-width: 1000px) {
    .contentsSection2 .img-wrap {
        padding-top: initial;
    }

    .contentsSection2 img {
        position: initial !important;
    }

    .contentsSection2 .box2 .heading-flex {
        display: block;
        margin-bottom: 20px;
    }

    .contentsSection2 .no-row {
        padding: 10px 0 0;
    }

    .contentsSection2 .img2 {
        width: 100%;
    }

    .contentsSection2 .main-contents-area {
        margin-bottom: 15px;
    }

    .contentsSection2 .main-contents-area:last-child {
        /* margin-bottom: 0; */
    }

    .special-box-text {
        position: initial !important;
        transform: initial;
        padding: 40px 0;
        text-align: center;
    }

    .contentsSection2 .main-contents {
        display: flex;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .contentsSection2 .main-contents-box {
        padding-right: 0;
    }

    .contentsSection2 .main-contents-box {
        display: block;
    }

    .contentsSection2 .box {
        max-width: 600px;
        margin: 0 auto 40px;
    }

    .contentsSection2 .row {
        display: block;
        width: 100%;
    }

    .contentsSection2 .section-title {
        font-size: 25px;
    }

    .main-contents-area {
        display: block;
    }

    .special-box {
        position: initial;
        height: auto;
    }

    .contentsSection2 .flex {
        flex-direction: column-reverse;
    }

    .contentsSection2 .right {
        width: 100%;
    }

    .contentsSection2 .img {
        width: 100%;
    }

    .contentsSection2 .heading-title {
        padding-left: 0px;
        height: 90px;
    }

    .contentsSection2 .heading-wrap {

        font-weight: bold !important;
        position: absolute;
        top: 50%;
        left: 50%;
        /* width: 100%; */
        transform: translate(-50%, -50%);
        text-align: center;
        white-space: nowrap;
    }

    .contentsSection2 .heading-wrap {
        /* padding: 20px; */
        font-size: 20px;

    }

    .contentsSection2 .bottom-contents {
        padding: 15px;
        font-size: 14px;
    }

    .contentsSection2 .bottom-contents .span1 {
        font-size: 130%;

    }

    .contentsSection2 .main-title {
        padding: 30px 0px;
        font-size: 20px;
        font-weight: bold !important;
        text-align: center !important;
    }
}

.contentsSection2 .bottom-contents .span2 {
    font-size: 90%;
    font-weight: bold !important;
}

.contentsSection2 .img-wrap {
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .contentsSection2 .bottom-contents .span2 {
        font-size: 100%;

    }

}

@media screen and (min-width: 1000px) {
    .special-row {
        height: 3080px !important;
    }

    .contentsSection2 .second-title {
        height: 90px;
    }

    .contentsSection2 .main-contents {
        display: flex;
    }

    .contentsSection2 .main-contents-box {
        width: calc(33.333% - 15px * 2/3);
        margin-right: 15px;
        padding-right: 0;
    }

    .contentsSection2 .main-contents-box:last-child {
        margin-right: 0;
    }
}

.summit-information {
    padding: 80px 0;
}

.summit-information ul {
    padding: 40px;
    background: rgba(54, 54, 54, .8);
}

.summit-information ul li {
    margin-bottom: 30px;
}

.summit-information ul li:last-child {
    margin-bottom: 0px;
}

.summit-information ul li a {
    /* display: flex; */
    color: #fff;
    transition: .3s;
}

.summit-information ul li a:hover {
    opacity: .6;
}

.summit-information ul .summit-date {
    font-size: 20px;
    font-weight: bold !important;
    width: 140px;
    min-width: 140px;
    max-width: 140px;
}

.summit-information ul li a .summit-text {
    text-decoration: underline;
    width: calc(100% - 140px);
}

.summit-information .section-btn {
    margin-top: 40px;
}

.contentsSection2 .second-title-right {
    font-weight: bold !important;
}

.contentsSection2 .box2 .heading-flex {
    background: #222;
}

.contentsSection2 .box2 .heading-flex .add-text {
    color: #fff;
    font-weight: bold !important;
    padding: 20px 10px 0 20px;
}

.contentsSection2 .box2 .heading-flex .left-img2 img {
    height: 100%;
    object-fit: cover;
}

.bold-span {
    font-size: 13.5px;
    font-weight: bold !important;
}

@media screen and (max-width: 1000px) {
    .contentsSection2 .box2 .heading-flex .add-text {
        padding: 15px;
        font-size: 14px;
    }

    .summit-information ul li a {
        display: block;
    }

    .summit-information ul .summit-date {
        font-size: 16px;
        width: 100%;
        min-width: initial;
        max-width: initial;
        margin-bottom: 10px;
    }

    .summit-information ul li a .summit-text {
        width: 100%;
    }

    .summit-information ul {
        padding: 30px 20px;
    }

    .contentsSection2 .main-contents {
        display: block;
    }

    .contentsSection2 .main-contents {
        width: 100%;
        margin-bottom: 30px;
    }

    .contentsSection2 .main-contents:last-child {
        margin-bottom: 0;
    }

    .contentsSection2 .row {
        height: auto;
    }
}

.summit-information li {
    list-style: none;

}

.archive-summit-news li {
    list-style: none;
}

.archive-summit-news ul {
    display: flex;
    flex-wrap: wrap;
}

.archive-summit-news li {
    width: calc(50% - 40px * 1/2);
    margin-right: 40px;
}

.archive-summit-news li:nth-child(2n) {
    margin-right: 0;
}

.archive-summit-news li:nth-child(n + 3) {
    margin-top: 50px;
}

.archive-summit-news img {
    width: 100%;
    height: auto;

}

.archive-summit-news {
    color: #fff;
}

.archive-summit-news .thumbnail {
    margin-bottom: 20px;
}

.ss-no-link {
    pointer-events: none !important;
}

.ss-no-link .summit-text {
    text-decoration: none !important;
}

.archive-summit-news .more-link {
    text-align: right;
}

.archive-summit-news .more-link a {
    display: block;
    text-align: right;
    font-weight: bold !important;
}

.archive-summit-news .summit-date {
    margin-bottom: 10px;
}

.archive-summit-news .title {
    margin-bottom: 10px;
    font-weight: bold !important;

}

.archive-summit-news .pageBute {
    text-align: center;
}

.archive-summit-news .pageBute span {
    margin: 10px;
    font-size: 20px;
}

.archive-summit-news .pageBute a {
    margin: 10px;
    font-size: 20px;
    color: #fff;
    text-decoration: underline;
}

.archive-summit-news .summit-title {
    margin-bottom: 10px;
    font-weight: bold !important;

}

.archive-summit-news {}

.archive-summit-news {}

.archive-summit-news .summit-title {
    font-size: 18px;
}

.summit-information ul li a .summit-text {
    font-size: 18px;
    font-weight: bold !important;
}

.summit-information ul .summit-date {
    font-size: 18px;
}

.archive-summit-news .thumbnail {
    padding: 0;
    border: none;
}

.single-summit2023 .summit-title {
    font-size: 28px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
    display: block;
    width: 100%;
}

.single-summit2023 .information-contents a {
    color: #fff;
    text-decoration: underline !important;
    transition: .3s;
}

.single-summit2023 .information-contents a:hover {
    opacity: .6;
}

.single-summit2023 .information-contents .wp-block-image {
    margin-bottom: 20px;
}

.single-summit2023 .information-contents h2,
.single-summit2023 .information-contents h3,
.single-summit2023 .information-contents h4,
.single-summit2023 .information-contents h5 {
    font-weight: bold !important;
    color: #fff;
    margin-top: 60px;
}

.single-summit2023 ul .summit-date {
    width: 100%;
    display: block;
    min-width: initial;
    max-width: initial;
}

.archive-summit-news .thumbnail-wrap {
    position: relative;
    padding-top: 100%;

}

.archive-summit-news .thumbnail-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sessionContent2 {
    margin-top: 40px !important;
}

.and-more span {
    display: inline-block;
    vertical-align: middle;
    color: #0A2FB2;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    margin-left: 16px;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-40%) rotate(135deg);
    transition: .3s;
}

.summit-information-top img {
    width: 100% !important;
    height: auto !important;

}

.summit-information-top ul {
    background: initial;
    padding: 0;
}

.summit-information-top .slick-slide {
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .sessionContent2 {
        margin-top: 25px !important;
    }

}

@media screen and (max-width: 1000px) {

    .single-summit2023 .information-contents h2,
    .single-summit2023 .information-contents h3,
    .single-summit2023 .information-contents h4,
    .single-summit2023 .information-contents h5 {
        font-weight: bold !important;
        color: #fff;
        margin-top: 30px;
        font-size: 20px;
    }

    .single-summit2023 .information-contents .wp-block-image {
        margin-bottom: 10px;
    }

    .single-summit2023 .summit-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .summit-information-top ul .summit-date {
        font-size: 14px;
    }

    .summit-information-top ul li a .summit-text {
        font-size: 16px;
    }

    .archive-summit-news ul {
        display: block;
    }

    .archive-summit-news li {
        width: 100%;
        margin-right: 0;
    }

    .archive-summit-news .thumbnail {
        margin-bottom: 10px;
    }
}

.detailBtn {
    cursor: pointer;
}

.summit-member-box {
    position: relative;
    z-index: 2;
    /* background: #fff; */
    /* border-radius: 15px; */
    /* padding: 20px 15px; */
    /* color: #000; */
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.summit-member-box ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.summit-member-box ul li {
    list-style: none;
    width: calc(50% - 12px * 1/2);
    margin-right: 12px;
}

.summit-member-box ul li:nth-child(2n) {
    margin-right: 0;
}

.summit-member-box ul li:nth-child(n + 3) {
    margin-top: 20px;
}

.summit-member-box .speakerBox {
    text-align: center;
}

.summit-member-box .speakerImg {
    margin-bottom: 3px;
    padding-top: 100%;
    position: relative;
}

.summit-member-box .speakerImg img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.summit-member-box .company {
    font-size: 10px;
}

.summit-member-box .name {
    margin-bottom: 3px;
}

.summit-member-box .name span {
    font-size: 10px;
    transform: scale(0.8) translateY(1%);
    display: inline-block;
}

.summit-member-box .detailBtn {
    background: #161B5D;
    border: 1px solid #161B5D;
    color: #fff;
    padding: 0;
    max-width: 90px;
    margin: 0 auto;
    margin-top: 3px;
    border-radius: 10px;
    transition: .3s;
    font-size: 10px;
}

.summit-member-box .detailBtn:hover {
    background: #fff;
    border: 1px solid #161B5D;
    color: #161B5D;


}

.summit-information-top .slick-dots li button:before {
    font-size: 20px;
    color: #fff !important;
    opacity: 1 !important;
    content: '■' !important;
}

.summit-information-top .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #0A2FB2 !important;
}


.summit-member-box {}

.summit-member-box {}

.contentsSection2 .row {
    border-bottom: 1px dashed #707070;
    color: #404040;
}

.contentsSection2 .bold-span {
    background: linear-gradient(to right, #501B73, #0C1A5B);
    color: #fff;
    padding: 10px 8px;
    display: block;
    margin-bottom: 10px;
}

.special-box .bold-span {
    background: transparent;
    color: #707070;
    padding: 0px;
    display: block;
}

.contentsSection2 .row span {}

.contentsSection2 .main-contents-area {
    background: rgba(255, 255, 255, 0.9);
}

.contentsSection2 .row:last-child {
    border-bottom: none;
}

.main-contents .speakerBox {}

.main-contents-area .time {
    font-size: 14px;
    margin-bottom: 5px;
    color: #161B5D;
    font-weight: bold !important;
}

@media screen and (max-width: 1000px) {
    .summit-member-box {
        margin-top: 20px;
    }

    .main-contents-area .time {
        font-size: 16px;

    }
}



#join2 {
    position: relative;
    top: -82px;
}

.add-flex1115 {
    display: flex;
    justify-content: space-around;

}

.add-flex1115 .section-btn2 a {
    min-width: 350px;

}

.join-btn a {
    margin-left: 20px;
    background: linear-gradient(to right, #151768, #9405B8) !important;
}

@media screen and (max-width: 767px) {
    .add-flex1115 {
        display: block;

    }

    .join-btn {
        margin-top: 15px;
    }

    .join-btn a {
        margin-left: 0;

    }

    .add-flex1115 .section-btn2 a {
        min-width: initial;
    }

    #join2 {
        position: relative;
        top: -54px;
    }
}


/* オンラインボタン1123 */
.online-btn img {
    width: 100% !important;
    height: auto !important;
}

.online-btn a {
    transition: .3s;

}

.online-btn a:hover {
    opacity: .6;
}

.online-btn {
    margin-top: 40px;
}

.add-flex1115 {
    justify-content: space-between;
}

.mv .btn {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .online-btn {
        margin-top: 15px;
    }

}

@media screen and (min-width: 1000px) {
    .add-flex1115 .section-btn2 a {
        min-width: 380px;
    }
}

@media screen and (max-width: 790px) {
    .add-flex1115 .section-btn2 a {
        min-width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .add-flex1115 .section-btn2 a {
        margin-right: auto;
        margin-left: auto;
    }

    .add-flex1115 .section-btn2 {
        text-align: center;
    }

}

.pitch-mv img {
    width: 100%;
    height: auto;
}

.pitch-title4 {
    font-size: 20px;
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 40px;
}
.pitch-title1 {
    margin-bottom: 3%;
}
@media screen and (max-width: 850px) {
    .pitch-title4 {
        font-size: 18px;

    }

    .mv .pitch-title1 {
        font-size: 46px;

    }

    .mv .date {
        font-size: 26px;
    }

}

@media screen and (max-width: 767px) {
    .pitch-title4 {
        font-size: 16px;

    }

    .mv .pitch-title1 {
        font-size: 26px;

    }

    .mv .date {
        font-size: 16px;
    }

}

@media screen and (max-width: 850px) {
    .mv .btn {
        /* max-width: 660px;
        margin-left: auto;
        margin-right: auto; */
    }

}

@media screen and (max-width: 350px) {
    .add-flex1115 .section-btn2 a {
        min-width: initial !important;
        width: 100% !important;
    }
}

.pitch1 {
    color: #fff;
}

.pitch1 img {
    width: 100% !important;
    height: auto !important;
}

.pitch1 ul {
    padding-left: 0;
}

.pitch1 .img {
    width: 100%;
    margin-bottom: 20px;
}

.pitch1 .img .wrap {
    padding-top: 100%;
    position: relative;
}

.pitch1 .img .wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.pitch1 .heading {
    padding-left: 14px;
    border-left: 7px solid #0A2FB2 !important;

}

.pitch1 .name {
    font-size: 24px;
    font-weight: 600 !important;
    margin-bottom: 4px;
}

.pitch1 .position {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600 !important;
}

.pitch1 .position span {
    font-size: 12px;
    display: inline-block;
    font-weight: 500 !important;
}

.pitch1 .bottom {
    font-size: 14px;
    line-height: 2;
    margin-top: 18px;
    font-weight: 500 !important;
}

@media screen and (max-width: 767px) {
    .pitch1 ul li {
        margin-bottom: 40px;

    }

    .pitch1 ul li:last-child {
        margin-bottom: 0px;

    }

    .pitch1 .name {
        font-size: 19px;
        margin-bottom: 6px;
    }

    .pitch1 .position {
        font-size: 11px;
        line-height: 1.5;
    }

    .pitch1 .bottom {
        font-size: 13px;
        line-height: 2;
        margin-top: 12px;
    }

    .pitch1 .img {
        margin-bottom: 15px;
    }
    .pitch1 .position span {
        font-size: 10px;
        display: inline-block;
        font-weight: 500 !important;
    }
}

.pitch1 ul li {

    list-style: none;
}
@media screen and (min-width: 768px) {
    .pitch1 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .pitch1 ul li {
        width: calc(33.333% - 30px * 2/3);
        margin-right: 30px;
        list-style: none;
    }

    .pitch1 ul li:nth-child(3n) {
        margin-right: 0px;
    }

    .pitch1 ul li:nth-child(n + 4) {
        margin-top: 65px;
    }


    .pitch1 ul {}

    .pitch1 ul {}

    .pitch1 ul {}

}
.ul3-a {
    justify-content: center;
}

.pitch-event-info {
    background: linear-gradient(to right, #0A2FB2, #0A1861);
    color: #FFf;
}
.pitch-event-info .row2{
    margin-bottom: 40px;
}
.pitch-event-info .row2:last-child{
    margin-bottom: 0px;
}
.pitch-event-info .dt{
    font-size: 32px;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 0;

}
.pitch-event-info .dd{
    font-size: 26px;
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 0;

}
.pitch-back-top {
    padding: 50px 0;
}
.pitch-back-top a{
    max-width: 350px !important;
}
@media screen and (max-width: 767px) {
    .pitch-back-top {
        padding: 30px 0;
    }
    .pitch-event-info .row2{
        margin-bottom: 20px;
    }
    .pitch-event-info .row2:last-child{
        margin-bottom: 0px;
    }
    .pitch-event-info .dt{
        font-size: 18px;

        text-align: left;

    }
    .pitch-event-info .dd{
        font-size: 14px;
        font-weight: 700 !important;
        text-align: left;

    }
    .pitch-back-top a{
        max-width: 350px !important;
    }
    .btn-area {
        padding-left: 15px;
        padding-right: 15px;
    }

}

.summit-floating {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transform: translateY(100%);
    transition: .5s;

}
.summit-floating a {
    background: linear-gradient(to right, #501B73, #0C1A5B);
    padding: 15px 0 10px;
    color: #fff;
    transition: .3s;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold !important;

}
.summit-floating span {

}
.floating-btn {
    display: block;
    font-size: 16px;
    font-weight: 600 !important;
    background: #fff;
    color: #0A2FB2;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 3px 15px;
    max-width: 200px;
    margin: 10px auto 0;
    transition: .3s;
}
.summit-floating a:hover .floating-btn{


}
@media screen and (max-width: 767px) {
    .summit-floating a {
        background: linear-gradient(to right, #501B73, #0C1A5B);
        padding: 10px 0 8px;
        color: #fff;
        transition: .3s;
        text-align: center;
        display: block;
        font-size: 14px;
        font-weight: bold !important;

    }
    .floating-btn  {
        font-size: 12px;
    }
}

.add-btn1124 {
    text-align: center;
}
.add-btn1124 a{
    background: linear-gradient(to right, #0A2FB2, #0A1861);
    border-radius: 50px;
    transition: .3s;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 7px 0;
    font-size: 14px;
    margin-top: 30px;
    font-weight: bold !important;

}
@media screen and (max-width: 767px) {
    .add-btn1124 a {
        margin-top: 20px;
        font-size: 16px;
    }
}
.add-btn1124 a:hover{
    opacity: .6;
}

.mv .message {
    font-weight: 600 !important;

}
.mv .message span{
   font-size: 90%;

}

.pitch1 ul li .logo{
    margin: 0 auto;
    margin-top: 20px;
    width: 80%;
}
.partner .ul2 {
    /* display: block; */
}
.partner .ul2 li {
    margin: 0 auto 20px !important;
}
.pitch-event-info a{
    color: #fff !important;
    transition: .3s;
}
.pitch-event-info a:hover{
   opacity: .6;
}
.pitch1 ul li .logo a {
    transition: .3s;
}
.pitch1 ul li .logo a:hover {
    opacity: .6;
}
@media screen and (max-width: 767px) {

    .pitch1 ul li .logo{
        width: 100%;
        margin-top: 10px;
    }
    .partner .ul2 li {
        margin: 0 auto 36px !important;
        /* margin: 0 auto 10px; */
    }
    .pitch-event-info .section-title {
        font-size: 18px;
    }
    .ul2-platinum {
        display: block !important;
    }
}


.mv-pi img {
    width: 100% !important;
    height: auto;
}



.summit2023-archive {
    color: #fff;
}
.summit2023-archive .items{
    display: flex;
    flex-wrap: wrap;
}
.summit2023-archive .items .img{
   width: 100%;
   margin-bottom: 10px;

}
.summit2023-archive .items .title{
    font-size: 15px;

    margin-bottom: 10px;

}
.summit2023-archive .items .title .title-wrap{

    font-weight: 600 !important;


}
.summit2023-archive .items .btn .btn-wrap{
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
    transition: .3s;
    cursor: pointer;
    color: #fff;

    display: flex;
    justify-content: center;


}
.summit2023-archive .items .btn .btn-wrap .span{
    margin-left: 10px;
}
.summit2023-archive .items .btn .btn-wrap .text{
    font-weight: 600 !important;
}
.summit2023-archive .items .btn .btn-wrap:hover{

   opacity: .6;


}
.summit2023-archive .btn {

   display: block;
   width: 100%;


}
.summit2023-archive p{
    font-weight: 600 !important;
}
.summit2023-archive label{
    font-weight: 600 !important;
}
.summit2023-archive input[type="submit"]{
    font-weight: 600 !important;
    background: #501B73;
    color: #fff;
    border: none;
    margin-left: 10px;

}
#video-container {
    padding: 100px 0;
}
#video-container iframe{
    width: 100%;
    /* height: auto; */
}
#video-container .video-wrap{
    position: relative;
    padding-top: 56.25%;
}
#video-container .video-wrap iframe{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mv .archive-title {
    margin-bottom: 50px;
    font-weight: 500 !important;
}
.archive-title2 {
    margin-bottom: 50px;
    color: #fff;
    font-weight: 500 !important;
    font-size: 45px;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .summit2023-archive input[type="submit"]{

        padding: 3px 26px;
    }
    .summit2023-archive .items .item {
       width: calc(25% - 20px * 3/4);
       margin-right: 20px;
    }
    .summit2023-archive .items .item:nth-child(4n) {
      margin-right: 0;
    }
    .summit2023-archive .items .item:nth-child(n + 5) {
      margin-top: 20px;
    }

}
@media screen and (max-width: 999px) {
    #video-container {
        padding: 53px 0 0;
    }
    .summit2023-archive .items .item {
       width: calc(50% - 20px * 1/2);
       margin-right: 20px;
    }
    .summit2023-archive .items .item:nth-child(2n) {
      margin-right: 0;
    }
    .summit2023-archive .items .item:nth-child(n + 3) {
      margin-top: 30px;
    }
    .mv .archive-title {
        margin-bottom: 30px;
        font-size: 30px;

    }
    .archive-title2 {
        margin-bottom: 30px;
        font-size: 30px;

    }
    .summit2023-archive .items .title{
        font-size: 14px;

    }

    .summit2023-archive .items .btn .btn-wrap{
        font-size: 14px;

    }

}

/* 2024.01.12追記 */
.summit2023-archive .modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
.summit2023-archive .modal_wrapper{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.summit2023-archive .modal_content{
  background: #55595d;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 500PX;
  width: 95%;
}
.summit2023-archive .close_btn{
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 30px;
  right: 10px;
  top: 10px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  width: 30px;
}
