@charset "UTF-8";

/*====================================
	Reset
====================================*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
div, a, li, span, textarea, input{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input[type="text"], input[type="password"],textarea,button{ outline: none; vertical-align:middle;}
input[type="text"], input[type="password"],textarea{border: 1px solid #ccc;}

/*====================================
	font
====================================*/
html{
	font-size: 62.5%;
}
body, textarea, input, select, label{
	font-size: 16px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
    /* font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    /* background-color: #03000C; */
}

/*====================================
	base
====================================*/
a{
	color: #000;
    text-decoration: none;
    transition: all .2s;
}
a:hover {
    opacity: .7;
}
img {
    vertical-align: middle;
    object-fit: cover;
    max-width: 100%;
}
table {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
}
ul {
    list-style: none;
}
p {
    letter-spacing: 0.05em;
}

.sp{
    display: none;
}


.wrap {
    max-width: 1730px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 1730px){
    .wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.wrap2 {
    max-width: 1720px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 1720px){
    .wrap2 {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.wrap3 {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 1000px){
    .wrap3 {
        padding-left: 25px;
        padding-right: 25px;
    }
}
/* section:not(#fv):not(#cmp) {
    padding-top: 145px;
    padding-bottom: 145px;
} */

/* ttl */
.ttl {
    margin-bottom: 80px;
    text-align: center;
}
    .ttl h2 {
        font-size: 42px;
        line-height: 1.5;
        letter-spacing: 0.06em;
        font-weight: 900;
        color: #121E3E;
    }
        .ttl h2 span {
            background-color: #E8FF74;
        }


/* btn */
.present {
    margin-bottom: 10px;
}
    .present img {
        display: block;
        width: auto;
        margin: 0 auto;
    }
.btn {
    width: 450px;
    margin: 0 auto;
    text-align: center;
    animation: btn_animation 2s infinite;
}
@keyframes btn_animation {
    0% {
        transform: translate(4px, 0px);
    }
    5% {
        transform: translate(-4px, 0px);
    }
    10% {
        transform: translate(4px, 0px);
    }
    15% {
        transform: translate(-4px, 0px);
    }
    20% {
        transform: translate(4px, 0px);
    }
    25% {
        transform: translate(-4px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
    .btn a {
        position: relative;
        display: block;
        padding: 23px;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.2;
        color: #000;
        border: 2px solid #121E3E;
        width: 100%;
        transition: transform 0.3s ease;
        overflow: hidden;
        background-color: #E8FF74;
        border-radius: 38px;
    }
        .btn a span {
            position: relative;
            z-index: 1;
        }
        .btn a img {
            position: relative;
            z-index: 1;
            display: inline-block;
            margin-left: 10px;
            transition: opacity 0.3s ease;
        }

/* iframe */
.ifm {
    width: 100%;
    height: 2500px;
    overflow: hidden;
    padding-bottom: 57%;
    position: relative;
}
    .ifm iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    .ifm iframe .p-request .m-form td:last-of-type {
        min-width: initial !important;
    }

/* pagetop */
#pagetop {
    position: fixed;
    z-index: 10;
    bottom: 3.5rem;
    right: 4rem;
    width: 14rem;
    height: 20rem;
    cursor: pointer;
}
    #pagetop img {
        width: 100%;
    }

/*====================================
	header
====================================*/
header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    transition: all .2s; 
}
header.scrolled {
    /* background-color: #001335; */
    background-color: rgba(255, 255, 255, 0.8);
    /* backdrop-filter: blur(5px); */
}

header #header_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 90px;
    padding-left: 90px;
    transition: all .2s; 
}
    header #header_area h1 {
        width: auto;
    }
        header #header_area h1 img {
            display: inline-block;
            width: 160px;
        }
    header #header_area .logo {
        display: none;
    }
    header #header_area .btn {
        display: none;
    }
    header #header_area nav {
        display: block;
    }
        header #header_area nav ul {
            display: flex;
            align-items: center;
            box-sizing: border-box;
            position: relative;
        }
        header #header_area nav li {
            display: block;
            text-align: left;
            margin-left: 40px;
        }
            header #header_area nav li a {
                position: relative;
                width: 100%;
                display: block;
                font-size: 20px;
                line-height: 1.5;
                letter-spacing: 0.02em;
                font-weight: 900;
            }
            header #header_area nav li a:hover {
                opacity: 1;
            }
            header #header_area nav li a:not(.contact)::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -10px;
                height: 1px;
                width: 0;
                background-color: #000;
                transition: width 0.3s ease;
            }
            header #header_area nav li a:not(.contact):hover::after {
                width: 100%;
            }

            header #header_area nav li a.contact {
                background: #E8FF74;
                padding: 18px 40px;
                font-size: 20px;
                font-weight: 700;
                letter-spacing: 0;
                line-height: 1.2;
                border-radius: 38px;
                border: 2px solid #121E3E;
            }
            header #header_area nav li a.contact:hover {
                opacity: .8;
            }
            header #header_area nav li a.contact img {
                display: inline-block;
                margin-left: 10px;
            }
        
        
    .nav-button_area {
        display: none;
    }

/*====================================
	fv
====================================*/
#fv {
    background: url(../img/fv_bg.png) no-repeat top;
    background-size: cover;
}

#fv .fv_area {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
    #fv .fv_area .fv_txt {
        padding-left: 90px;
        position: relative;
        z-index: 2;
    }
        #fv .fv_area .fv_txt .logo {
            width: 35%;
            margin-bottom: 30px;
            display: block;
        }
        #fv .fv_area .fv_txt .txt {
            width: 63%;
            margin-bottom: 30px;
            display: block;
        }
         #fv .fv_area .fv_txt .txt.sp {
            display: none;
         }
   #fv .fv_area .fv_pic {
        position: absolute;
        bottom: 0px;
        z-index: 1;
        width: 100%;
   }
         #fv .fv_area .fv_pic img {
            width: 50%;
            /* width: 39%; */
            display: block;
            margin-left: auto;
        }
        #fv .fv_area .fv_pic img.sp {
            display: none;
        }

#fv .fv_btm_area {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #121E3E;
    display: flex;
    align-items: flex-end;
    padding-left: 90px;
    position: relative;
}
    #fv .fv_btm_area .pic_date {
        width: 40%;
    }
    #fv .fv_btm_area .pic_speaker {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 48%;
        z-index: 3;
    }
        #fv .fv_btm_area img {
            width: 100%;
            object-fit: cover;
            display: block;
        }
/*====================================
	cmp
====================================*/
#cmp {
    padding-top: 25px;
    padding-bottom: 90px;
}
#cmp .cmp_area {
    display: flex;
    gap: 25px 60px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 55px; */
    max-width: 1400px;
    margin: 0 auto 55px;
}
#cmp .cmp_area .item {
    width: 130px;
}
    #cmp .cmp_area img {
        display: block;
        width: 100%;
    }

/*====================================
	about
====================================*/
#about {
    padding-top: 110px;
    padding-bottom: 110px;
    background: url(../img/about_bg.png) no-repeat left;
    background-size: cover;
    border-top: 3px solid #121E3E;
    border-bottom: 3px solid #121E3E;
}

    #about .box {
        max-width: 1340px;
        margin: 0 auto;
        padding-right: 25px;
        padding-left: 25px;
    }
        #about .box .item {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 45px;
        }
            #about .box .item .thumb {
                width: 33%;
            }
                #about .box .item .thumb img {
                    width: 100%;
                    display: block;
                }
            #about .box .item .txt {
               width: 60%;
            }
                #about .box .item .txt p {
                    font-size: 16px;
                    line-height: 1.6;
                    letter-spacing: 0.07em;
                }

/*====================================
	panel
====================================*/
#panel {
    padding-top: 150px;
    padding-bottom: 150px;
    /* background: url(../img/bg.png) no-repeat center;
    background-size: cover; */
    background: url(../img/bg.png) repeat top;
}
    #panel .item {
        background-color: #0066FE;
        margin-bottom: 20px;
        padding: 150px 150px 0;
    }
    #panel .item:nth-child(odd) {
        background-color: #E7E7E7;
    }
        #panel .item .ttl_area {
            text-align: center;
            color: #fff;
            max-width: 1200px;
            margin: 0 auto 25px;
        }
        #panel .item:nth-child(odd) .ttl_area {
            color: #0066FE;
        }
            #panel .item .ttl_area .panel_time {
                font-size: 28px;
                font-weight: 700;
                line-height: 1.5;
                letter-spacing: 0.02em;
            }
            #panel .item .ttl_area .panel_cmp {
                font-size: 32px;
                font-weight: 900;
                line-height: 1.5;
                letter-spacing: 0.06em;
                margin-bottom: 35px;
            }
            #panel .item .ttl_area .panel_ttl {
                font-size: 30px;
                font-weight: 700;
                line-height: 1.3;
                letter-spacing: 0.06em;
                color: #0066FE;
                background-color: #fff;
                padding: 10px;
                margin-bottom: 25px;
            }
            #panel .item:nth-child(odd) .ttl_area .panel_ttl {
                color: #FFF;
                background-color: #0066FE;
            }
            #panel .item .ttl_area .panel_cont {
                text-align: left;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.7;
                letter-spacing: 0.03em;
            }
        #panel .item .speak_area {
            display: flex;
            max-width: 1430px;
            margin: 0 auto;
        }
            #panel .item .speak_area .speaker {
                display: flex;
                align-items: center;
                width: 50%;
            }
                #panel .item .speak_area .speaker .txt {
                    width: 38%;
                    color: #fff;
                }
                #panel .item:nth-child(odd) .speak_area .speaker .txt {
                    color: #0066FE;
                }
                    #panel .item .speak_area .speaker .txt span {
                        display: block;
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 1.2;
                        letter-spacing: 0;
                    }
                    #panel .item .speak_area .speaker .txt .name {
                        font-size: 26px;
                        font-weight: 700;
                    }
                    #panel .item .speak_area .speaker .txt .cmp {
                        font-weight: 700;
                        padding-bottom: 10px;
                    }
                    #panel .item .speak_area .speaker .txt .post {
                        padding-bottom: 30px;
                        margin-bottom: 30px;
                        border-bottom: 1px solid #fff;
                    }
                    #panel .item:nth-child(odd) .speak_area .speaker .txt .post {
                        border-bottom: 1px solid #0066FE;
                    }
                    #panel .item .speak_area .speaker .txt a {
                        position: relative;
                        font-size: 14px;
                        font-weight: 700;
                        line-height: 1.3;
                        letter-spacing: 0;
                        color: #fff;
                    }
                    #panel .item .speak_area .speaker .txt a::after {
                        content: '';
                        position: absolute;
                        right: -35px;
                        top: 50%;
                        transform: translateY(-50%);
                        background: url(../img/icon_open_w.png) no-repeat center;
                        background-size: cover;
                        width: 25px;
                        height: 25px;
                    }
                    #panel .item:nth-child(odd) .speak_area .speaker .txt a {
                        color: #0066FE;
                    }
                    #panel .item:nth-child(odd) .speak_area .speaker .txt a::after {
                        background: url(../img/icon_open_b.png) no-repeat center;
                        background-size: cover;
                        width: 25px;
                        height: 25px;
                    }
                #panel .item .speak_area .speaker .thumb {
                    width: 57%;
                }
                    #panel .item .speak_area .speaker .thumb img {
                        width: 100%;
                        display: block;
                    }


/*====================================
	program
====================================*/
#program {
    padding-top: 120px;
    padding-bottom: 150px;
    background-color: #F9FAFB;
}
#program .ttl {
    z-index: 1;
}
    #program .time_table {
        max-width: 1075px;
        margin: 0 auto 120px;
    }
        #program .time_table .prog {
            margin-bottom: 60px;
            padding: 60px 55px 0;
            display: flex;
            justify-content: space-between;
            position: relative;
            z-index: 1;
        }
        #program .time_table .prog::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0%;
            background: url(../img/icon_q1.svg) no-repeat center;
            background-size: cover;
            width: 94px;
            height: 82px;
            z-index: -1;
        }
        #program .time_table .prog::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            background: url(../img/icon_q2.svg) no-repeat center;
            background-size: cover;
            width: 94px;
            height: 82px;
            z-index: 1;
        }
            #program .time_table .prog .ttl_txt_area {
                width: 64%;
            }
                #program .time_table .prog .ttl_area {
                    text-align: left;
                }
                    #program .time_table .prog .ttl_area .time {
                        font-size: 28px;
                        line-height: 1.5;
                        letter-spacing: 0.02em;
                        margin-bottom: 20px;
                        display: block;
                        font-weight: 700;
                        color: #121E3E;
                    }
                    #program .time_table .prog .ttl_area h5 {
                        font-size: 30px;
                        line-height: 1.3;
                        letter-spacing: 0.06em;
                        margin-bottom: 30px;
                        background-color: #fff;
                        padding: 10px 15px;
                        font-weight: 900;
                        color: #0066FE;
                    }
                #program .time_table .prog .txt_area {
                    text-align: left;
                }
                    #program .time_table .prog .txt_area p {
                        font-size: 16px;
                        line-height: 1.7;
                        letter-spacing: 0.03em;
                        font-weight: 500;
                        color: #121E3E;
                    }
            #program .time_table .prog .bg_b {
                position: relative;
                /* padding: 15px 20px 25px; */
                padding: 20px 20px 25px;
                background-color: #0066FE;
                margin-bottom: 15px;
            }
            #program .time_table .prog .pic_area {
                width: 33%;
            }
                #program .time_table .prog .pic_area .pic {
                    width: 100%;
                    margin-bottom: 20px;
                }
                    #program .time_table .prog .pic_area .pic img {
                        max-width: 100%;
                        width: auto;
                        margin: 0 auto;
                        display: block;
                    }
                #program .time_table .prog .pic_area .info {
                    width: 100%;
                }
                    #program .time_table .prog .pic_area .info .info_item {
                        width: 100%;
                    }
                        #program .time_table .prog .pic_area .info .info_item p {
                            text-align: left;
                            font-weight: 700;
                            line-height: 1.2;
                            letter-spacing: 0;
                            color: #fff;
                        }
                        #program .time_table .prog .pic_area .info .info_item p.name {
                            font-size: 26px;
                            margin-bottom: 10px;
                        }
                        #program .time_table .prog .pic_area .info .info_item p.company {
                            font-size: 16px;
                            margin-bottom: 15px;
                        }
                        #program .time_table .prog .pic_area .info .info_item p.post {
                            font-size: 16px;
                            font-weight: 500;
                        }
            #program .time_table .prog .pic_area a {
                position: relative;
                font-size: 14px;
                font-weight: 700;
                line-height: 1.3;
                letter-spacing: 0;
                display: inline-block;
            }
                #program .time_table .prog .pic_area a::after {
                    content: '';
                    position: absolute;
                    right: -35px;
                    top: 50%;
                    transform: translateY(-50%);
                    background: url(../img/icon_open.svg) no-repeat center;
                    background-size: cover;
                    width: 25px;
                    height: 25px;
                }
            
/* modal */
.modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.modal .wrap3 {
    position: relative;
}
    .modal .modal-content {
        max-height: 80vh;
        overflow-y: auto;
        width: 100%;
        background: #FDFEFF;
        box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
    }

    .modal .close {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        cursor: pointer;
    }
        .modal .close img.pc {
            display: block;
        }

    .modal .btn {
        width: 100%;
        margin-bottom: 0;
        position: absolute;
        top: 100%;
        left: 0;
        animation: none;
    }
        .modal .btn a {
            border-bottom: none;
            border-right: none;
            border-left: none;
            border-radius: 0;
            font-size: 28px;
            letter-spacing: 0.05em;
        }
            .modal .btn a img {
                transform: translateY(-3px);
            }

    .modal .profile {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
        .modal .profile .text {
            width: 66%;
            padding: 80px 30px 50px 70px;
            text-align: left;
        }
            .modal .profile .text .msg {
                font-size: 16px;
                letter-spacing: 0.03em;
                line-height: 1.7;
            }
            .modal .profile .text .block {
                width: 100%;
                display: flex;
                justify-content: space-between;
                margin-bottom: 30px;

            }
                .modal .profile .text .block .en {
                    font-size: 16px;
                    font-weight: 700;
                    letter-spacing: 0;
                    line-height: 1.2;
                    margin-bottom: 10px;
                }
                .modal .profile .text .block .name {
                    font-size: 34px;
                    font-weight: 700;
                    letter-spacing: 0.05em;
                    line-height: 1.2;
                    margin-bottom: 20px;
                }
                .modal .profile .text .block .cmp {
                    font-size: 16px;
                    font-weight: 500;
                    letter-spacing: 0;
                    line-height: 1.2;
                    margin-bottom: 10px;
                }
                .modal .profile .text .block .post {
                    font-size: 16px;
                    font-weight: 500;
                    letter-spacing: 0;
                    line-height: 1.2;
                }
                .modal .profile .text .block .thumb {
                    width: auto;
                }
                    .modal.haihai .profile .text .block .thumb img,
                    .modal.dealagent .profile .text .block .thumb img,
                    .modal.appolink .profile .text .block .thumb img,
                    .modal.planb .profile .text .block .thumb img {
                        width: 200px;
                    }
                    .modal.kairos .text .block .thumb img,
                    .modal.neo .profile .text .block .thumb img {
                        width: 150px;
                    }
                    .modal.salesguild .profile .text .block .thumb img {
                        width: 225px;
                    }
                    .modal.willgate .profile .text .block .thumb img,
                    .modal.debono .profile .text .block .thumb img {
                        width: 207px;
                    }
                    .modal.toppan .profile .text .block .thumb img {
                        width: 179px;
                    }
                    .modal.ntc .profile .text .block .thumb img {
                        width: 111px;
                    }
                    .modal.logolabo .profile .text .block .thumb img {
                        width: 252px;
                    }


        .modal .profile .image {
            width: 33%;
            background-color: #0066FE;
            padding-top: 80px;
            display: flex;
            align-items: flex-end;
            overflow: hidden;
        }
            .modal .profile .image img {
                width: auto;
                max-width: 100%;
                display: block;
                margin: 0 auto;
            }
            .modal.optemo .profile .image img, 
            .modal.xaion .profile .image img, 
            .modal.kairos .profile .image img, 
            .modal.planb .profile .image img {
                scale: 1.3;
            }



/*====================================
	gaiyou
====================================*/
#gaiyou {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #121E3E;
}

#gaiyou .ttl h2 {
    color: #E8FF74;
}
#gaiyou table {
    border-collapse: separate;
    border-spacing: 15px 0;
}
    #gaiyou table th,
    #gaiyou table td {
        box-sizing: border-box;
        border-bottom: 1px solid #606774;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0;
        text-align: left;
        color: #fff;
        vertical-align: middle;
    }
    #gaiyou table th {
        border-bottom: 1px solid #E8FF74;
        color: #E8FF74;
        text-align: center;
    }
    #gaiyou table th {
        width: 26%;
        position: relative;
        padding: 24px 0;
    }
    #gaiyou table td {
        width: 72%;
        padding: 24px 0;
    }
        #gaiyou table td ul {
            margin: 0;
        }
            #gaiyou table td li {
                position: relative;
                padding-left: 1em;
                word-break: break-all;
            }
            #gaiyou table td li::before {
                content: "・";
                position: absolute;
                left: 0;
                top: 0;
            }


/*====================================
	contact
====================================*/
#contact {
    padding-top: 150px;
    padding-bottom: 150px;
    background: url(../img/contact_bg.png) no-repeat center;
    background-size: cover;
}


/*====================================
	privacy
====================================*/
#privacy {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 3px solid #121E3E;
}
#privacy .logo {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 247px;
}
#privacy .stage_area{
    padding-bottom: 50px;
}
#privacy .unei_area {
    padding-top: 35px;
}
#privacy ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
    #privacy ul li {
        text-align: center;
    }
    #privacy ul li a {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0;
        display: inline-block;
        padding-bottom: 0px;
        transition: all .4s; 
        border-bottom: 1px solid transparent;
    }
    #privacy .unei_area ul li a {
        font-weight: 700;
    }
    #privacy ul li a:hover {
        border-bottom-color: #000;
        opacity: 1;
    }
    #privacy .unei_area ul li span {
        display: block;
        font-size: 14px;
    }


/*====================================
	thanks
====================================*/
.page_thanks {
    background: url(../img/contact_bg.png) no-repeat center;
    background-size: cover;
}
#thanks {
    padding-top: 200px;
    padding-bottom: 100px;
}
    #thanks .ttl {
        text-align: left;
        margin-bottom: 25px;
    }
            #thanks .ttl p {
                font-size: 16px;
                font-weight: 700;
                line-height: 1.5;
                letter-spacing: 0;
                color: #0066FE;
            }

    #thanks .txt p {
        font-size: 18px;
        line-height: 2.1;
        letter-spacing: 0;
        font-weight: 500;
    }

/*====================================
	footer
====================================*/
footer{
    width: 100%;
    position: relative;
    background-color: #121E3E;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
    footer p {
        font-size: 12px;
        line-height: 2;
        letter-spacing: 0;
        color: #E8FF74;
    }


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

/*====================================
	header
====================================*/
header #header_area {
    padding-left: 25px;
    padding-right: 25px;
}

/*====================================
	fv
====================================*/
    #fv .fv_area .fv_txt {
        padding-left: 25px;
    }
        #fv .fv_area .fv_txt .logo {
            margin-bottom: 20px;
        }
        #fv .fv_area .fv_txt .txt {
            margin-bottom: 20px;
        }
    #fv .fv_btm_area {
        padding-left: 25px;
    }

/*====================================
	program
====================================*/



/*====================================
	thanks
====================================*/
#thanks .box {
    padding: 30px;
}
 #thanks .box .item .thumb {
    margin-right: 30px;
}

}

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

/*====================================
	cmp
====================================*/
#cmp .cmp_area {
    padding-left: 25px;
    padding-right: 25px;
}

}


@media only screen and (max-width: 1430px) {
/*====================================
	panel
====================================*/
    #panel .item {
        padding: 100px 25px 0;
    }


}


@media only screen and (max-width: 1200px) {
/*====================================
	header
====================================*/
        header #header_area nav li {
            margin-left: 20px;
        }
            header #header_area nav li a {
                font-size: 16px;
            }
            header #header_area nav li a.contact {
                padding: 18px 30px;
                font-size: 16px;

            }

/*====================================
	cmp
====================================*/
#cmp .cmp_area {
    gap: 20px 40px;
}
    #cmp .cmp_area .item {
        /* width: 130px; */
        width: 150px;
        height: 60px;
    }
        #cmp .cmp_area .item img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

/*====================================
	panel
====================================*/
    #panel .item {
        padding: 100px 25px;
    }
        #panel .item .speak_area {
            justify-content: space-between;
        }
            #panel .item .speak_area .speaker {
                flex-wrap: wrap;
                width: 48%;
                flex-direction: column-reverse;
                justify-content: flex-end;
            }
            #panel .item .speak_area .speaker + .speaker {
                flex-direction: column;
                justify-content: flex-start;
            }
                #panel .item .speak_area .speaker .txt {
                    width: 100%;
                }
                #panel .item .speak_area .speaker .thumb {
                    width: 100%;
                    margin-bottom: 20px;
                }


}


@media only screen and (max-width: 1075px) {
/*====================================
	program
====================================*/
    #program .time_table {
        padding-left: 25px;
        padding-right: 25px;
    }

}


@media only screen and (max-width: 1000px) {
/*====================================
	base
====================================*/
/* modal */
.modal {
    padding-left: 25px;
    padding-right: 25px;
}

.modal .wrap3 {
    padding-right: 0;
    padding-left: 0;
}

        .modal .profile .text {
            width: 66%;
            padding: 30px 30px 30px 30px;
            text-align: left;
        }
        .modal .profile .image {
            padding-top: 30px;
        }

}

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

/*====================================
	font
====================================*/
body, textarea, input, select, label{
	font-size: 14px;
}

/*====================================
	base
====================================*/

.sp{
    display: block;
}
.pc{
    display: none;
}

html.is-fixed body {
    height: 100%;
    overflow: hidden;
}

.wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.wrap2 {
    padding-left: 20px;
    padding-right: 20px;
}

.wrap3 {
    padding-left: 20px;
    padding-right: 20px;
}

/* ttl */
.ttl {
    margin-bottom: 40px;
}
    .ttl h2 {
        /* font-size: 30px; */
        font-size: 25px;
    }

/* btn */
.present {
    width: 80%;
    margin: 0 auto 10px;
}
    .present img {
        max-width: 100%;
    }
.btn {
    width: 80%;
    padding-bottom: 20px;
}
    .btn a {
        padding: 20px;
        font-size: 18px;
    }


/* pagetop */
#pagetop {
    bottom: 3rem;
    right: 1.5rem;
    width: 5rem;
    height: 5rem;
}



/*====================================
	header
====================================*/
header #header_area {
    padding: 20px 20px;
}
header #header_area nav {
    display: none;
}
header #header_area.sp-mode nav {
    display: flex;
}

header #header_area.sp-mode {
    margin: 0;
    padding: 40px 25px;
    height: 100vh;
    max-height: 100dvh;
    background-color: #fff;
    display: block;
}
header.scrolled #header_area.sp-mode {
    padding-top: 20px;
    padding-bottom: 20px;
}
    header #header_area.sp-mode .logo {
        display: block;
        margin: 50px auto;
        width: 250px;
    }
    header #header_area.sp-mode .btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 0;
        z-index: 99999;
    }
    header #header_area.sp-mode .btn::before {
        content: '';
        position: absolute;
        top: -180px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/logo_lp.png) no-repeat center;
        background-size: 100%;
        width: 250px;
        height: 105px;
        max-width: 100%;
    }
        header #header_area.sp-mode .btn a {
            background-color: #F94F4D;
            color: #fff;
        }
        header #header_area.sp-mode nav ul {
            flex-direction: column;
            width: 100%;
        }
        header #header_area.sp-mode nav li {
            width: 100%;
            margin: 0 auto 50px;
            text-align: center;
        }
        header #header_area nav li a.contact {
            width: 80%;
            margin: 50px auto 0;
        }

        

header #header_area.sp-mode {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
        header #header_area.sp-mode h1 {
            position: absolute;
            top: 20px;
            left: 20px;
        }
            header #header_area h1 img {
                width: 110px;
            }
        header #header_area.sp-mode .sp-mode-wrap {
            width: 100%;
        }

header .nav-button {
    display: block;
    cursor: pointer;
}

/*メニューボタンのエフェクト*/
.nav-button_area {
    display: block;
    z-index: 3;
    position: fixed;
    right: 25px;
    top: 20px;
    transition: all .2s; 
}
.nav-button_area.scrolled {
    top: 20px;
}
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
	width: 40px;
    height: 35px;
    margin: 0 auto;
    position: relative;
  }
	.nav-button.active {
		height: 100px;
	}
	  .nav-button span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #000;
		border-radius: 2.5px;
	  }
	  .nav-button span:nth-of-type(1) {
		top: 0;
	  }
	  .nav-button span:nth-of-type(2) {
		  top: 10px;
	  }
	  .nav-button span:nth-of-type(3) {
		  top: 20px;
	  }
	  .nav-button.active span:nth-of-type(1) {
		  transform: translateY(20px) rotate(-45deg);
	  }
	  .nav-button.active span:nth-of-type(2) {
		opacity: 0;
	  }
	  .nav-button.active span:nth-of-type(3) {
		  transform: translateY(0) rotate(45deg);
	  }

/*====================================
	fv
====================================*/
#fv .fv_area {
    padding-top: 80px;
}
    #fv .fv_area .fv_txt {
        padding-left: 20px;
    }
        #fv .fv_area .fv_txt .logo {
            /* width: 60%; */
            width: 50%;
            /* margin-bottom: 10px; */
            margin: 0 auto 10px;
        }
        #fv .fv_area .fv_txt .txt {
            width: 90%;
            margin-bottom: 10px;
        }
        #fv .fv_area .fv_txt .txt.pc {
            display: none;
        }
        #fv .fv_area .fv_txt .txt.sp {
            display: block;
            width: auto;
            max-width: 100%;
            margin: 0 auto;
        }
   #fv .fv_area .fv_pic {
        position: relative;
        width: 100%;
        margin-left: auto;
   }
         #fv .fv_area .fv_pic img {
            width: auto;
            max-width: 100%;
         }
         #fv .fv_area .fv_pic img.pc {
            display: none;
         }
         #fv .fv_area .fv_pic img.sp {
            display: block;
            width: auto;
            max-width: 100%;
            margin: 0 auto;
         }
    #fv .fv_btm_area {
        padding-left: 20px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
        #fv .fv_btm_area .pic_date {
            width: 90%;
        }
        #fv .fv_btm_area .pic_speaker {
            position: relative;
            width: 100%;
            padding-left: 0;
        }
        #fv .fv_btm_area img {
            width: auto;
            max-width: 100%;
            margin: 0 auto;
        }

/*====================================
	cmp
====================================*/
#cmp {
    padding-top: 50px;
    padding-bottom: 50px;
}
#cmp .cmp_area {
    /* gap: 20px 20px; */
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
    #cmp .cmp_area .item {
        /* width: 140px; */
        width: 100px;
        height: 50px;
    }
    #cmp .cmp_area .item.kairos {
        width: 90px;
    }
    #cmp .cmp_area .item.xaion {
        width: 90px;
    }


/*====================================
	about
====================================*/
#about {
    padding-top: 50px;
    padding-bottom: 50px;
}
    #about .box {
        padding-left: 20px;
        padding-right: 20px;
    }
        #about .box .ttl h2 {
            font-size: 18px;
        }
        #about .box .item {
            flex-wrap: wrap;
            margin-bottom: 40px;
        }
            #about .box .item .thumb {
                width: 100%;
                margin-bottom: 30px;
                padding-left: 30px;
            }
                #about .box .item .thumb img {
                    width: auto;
                    max-width: 100%;
                    margin: 0 auto;
                }
            #about .box .item .txt {
               width: 610%;
            }

/*====================================
	panel
====================================*/
#panel {
    padding-top: 50px;
    padding-bottom: 50px;
}
    #panel .item {
        padding: 50px 20px;
    }
            #panel .item .ttl_area .panel_time {
                font-size: 20px;
            }
            #panel .item .ttl_area .panel_cmp {
                /* font-size: 24px; */
                font-size: 14px;
                margin-bottom: 25px;
            }
            #panel .item .ttl_area .panel_ttl {
                font-size: 22px;
                margin-bottom: 20px;
            }
            #panel .item .ttl_area .panel_cont {
                line-height: 1.6;
            }

                    #panel .item .speak_area .speaker .txt span {
                        font-size: 16px;
                    }
                    #panel .item .speak_area .speaker .txt .name {
                        font-size: 18px;
                    }
                    #panel .item .speak_area .speaker .txt .post {
                        padding-bottom: 20px;
                        margin-bottom: 20px;
                    }
                    #panel .item .speak_area .speaker .txt a::after {
                        right: -30px;
                        width: 20px;
                        height: 20px;
                    }
                    #panel .item:nth-child(odd) .speak_area .speaker .txt a::after {
                        width: 20px;
                        height: 20px;
                    }



/*====================================
	program
====================================*/
#program {
    padding-top: 50px;
    padding-bottom: 50px;
}
    #program .time_table {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 60px;
    }
        #program .time_table .prog {
            margin-bottom: 40px;
            flex-direction: column;
            padding: 30px 10px 0;
        }
        #program .time_table .prog::before {
            width: 44px;
            height: 32px;
        }
        #program .time_table .prog::after {
            width: 44px;
            height: 32px;
        }
            #program .time_table .prog .ttl_txt_area {
                width: 100%;
                margin-bottom: 20px;
            }
                #program .time_table .prog .ttl_area .time {
                    font-size: 16px;
                }
                #program .time_table .prog .ttl_area h5 {
                    font-size: 22px;
                }
                #program .time_table .prog .txt_area p {
                    line-height: 1.6;
                }
             #program .time_table .prog .bg_b {
                padding: 15px;
            }
            #program .time_table .prog .pic_area {
                width: 100%;
            }
                #program .time_table .prog .pic_area .pic {
                }
                    #program .time_table .prog .pic_area .pic img {
                        width: 70%;
                    }
                        #program .time_table .prog .pic_area .info .info_item p.name {
                            font-size: 20px;
                        }
                        #program .time_table .prog .pic_area .info .info_item p.company {
                            font-size: 14px;
                            margin-bottom: 15px;
                        }
                        #program .time_table .prog .pic_area .info .info_item p.post {
                            font-size: 14px;
                        }
                #program .time_table .prog .pic_area a::after {
                    right: -30px;
                    width: 20px;
                    height: 20px;
                }

/* modal */
.modal {
    padding-left: 20px;
    padding-right: 20px;
}
    .modal .close {
        top: 15px;
        right: 15px;
    }
    .modal .close img.pc {
        display: none;
    }

    .modal .btn {
        top: calc(100% - 60px);
    }
        .modal .btn a {
            font-size: 18px;
        }
            .modal .btn a img {
                transform: translateY(-1px);
            }

    .modal .profile {
        flex-direction: column;
        padding-bottom: 50px;
    }
        .modal .profile .text {
            width: 100%;
        }
            .modal .profile .text .msg {
                font-size: 14px;
                line-height: 1.6;
            }
            .modal .profile .text .block {
                flex-direction: column;
                margin-bottom: 30px;

            }
                .modal .profile .text .block .thumb img {
                        width: 50% !important;
                }
                .modal .profile .text .block .en {
                    font-size: 14px;
                }
                .modal .profile .text .block .name {
                    font-size: 24px;
                }
                .modal .profile .text .block .cmp {
                    font-size: 14px;
                }
                .modal .profile .text .block .post {
                    font-size: 14px;
                     margin-bottom: 20px;
                }

        .modal .profile .image {
            width: 100%;
        }
            .modal .profile .image img {
                width: 80%;
                margin: 0 auto;
            }
            .modal.optemo .profile .image img, 
            .modal.xaion .profile .image img, 
            .modal.kairos .profile .image img,
            .modal.planb .profile .image img {
                scale: 1;
            }


/*====================================
	gaiyou
====================================*/
#gaiyou {
    padding-top: 50px;
    padding-bottom: 50px;
}
#gaiyou table tr {
    display: block;
    width: 100%;
}
    #gaiyou table th,
    #gaiyou table td {
        display: block;
        width: 100%;
    }
    #gaiyou table th {
        border-bottom: none;
        padding-top: 15px;
        padding-bottom: 0;
        text-align: left;
    }
    #gaiyou table td {
        padding: 15px 0;;
    }


/*====================================
	contact
====================================*/
#contact {
    padding-top: 50px;
    padding-bottom: 50px;
}


/*====================================
	privacy
====================================*/
#privacy .bg {
    padding-top: 50px;
    padding-bottom: 50px;
}
#privacy .logo {
    width: 200px;
}
#privacy .stage_area ul {
    flex-direction: column;
    gap: 20px;
}
    #privacy ul li a {
       font-size: 14px;
    }


/*====================================
	thanks
====================================*/
#thanks {
    padding-top: 100px;
    padding-bottom: 50px;
}

    #thanks .txt p {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0;
        font-weight: 500;
        word-break: break-all;
    }

/*====================================
	footer
====================================*/
footer{
    padding-top: 20px;
    padding-bottom: 20px;
}


}