@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{
	color: #fff;
	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: #fff;
    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;
}

.bg_wrap {
    background: url(../img/bg_fv.png) no-repeat top;
    background-size: cover;
}
.bg_wrap2 {
    /* background: url(../img/bg_about.png) no-repeat center;
    background-size: 100%; */
    /* background: url(../img/bg_about.png) no-repeat top center;
    background-size: 100%;
    background-position: center -50px; */
}


.wrap {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 1000px){
    .wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.wrap3 {
    max-width: 1720px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 1720px){
    .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: 62px;
        line-height: 1.2;
        letter-spacing: 0;
        font-family: "zen-old-mincho", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    .ttl .bar {
        width: 400px;
    }
    .ttl_area .bar {
        width: 400px;
    }

/* btn */
.btn {
    width: 440px;
    margin: 0 auto;
    text-align: center;
}
    .btn a {
        position: relative;
        display: block;
        padding: 24px;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1.2;
        color: #F94F4D;
        border: 2px solid #F94F4D;
        width: 100%;
        transition: transform 0.3s ease;
        overflow: hidden;
    }
    .btn a:hover {
        color: #fff;
    }
    .btn a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #F94F4D;
        z-index: 0;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
        z-index: 0;
    }
    .btn a:hover::before {
        transform: scaleX(1);
    }
        .btn a span {
            position: relative;
            z-index: 1;
        }
        .btn a img {
            position: relative;
            z-index: 1;
            display: inline-block;
            margin-left: 15px;
            transition: opacity 0.3s ease;
        }
        .btn a:hover img {
            content: url("../img/icon_arrow_w.png");
        }

/* 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%;
    /* height: 90px; */
    transition: all .2s; 
}
header.scrolled {
    background-color: #001335;
    /* background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px); */
}

header #header_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 50px auto 0; */
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 50px;
    padding-left: 50px;
    transition: all .2s; 
}
    header.scrolled #header_area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    header #header_area h1 {
        width: auto;
    }
        header #header_area h1 img {
            display: inline-block;
            width: 120px;
            max-width: 100%;
        }
    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: 50px;
        }
            header #header_area nav li a {
                position: relative;
                width: 100%;
                display: block;
                font-size: 18px;
                line-height: 1.2;
                letter-spacing: 0;
            }
            header #header_area nav li a:not(.contact)::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -17px;
                height: 1px;
                width: 0;
                background-color: #fff;
                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: #F94F4D;
                padding: 15px 35px;
                font-size: 20px;
                font-weight: 900;
                letter-spacing: 0.05em;
                line-height: 1.2;
            }
            header #header_area nav li a.contact:hover {
                opacity: .8;
            }
            header #header_area nav li a.contact img {
                display: inline-block;
                margin-left: 15px;
            }
        
        
    .nav-button_area {
        display: none;
    }

/*====================================
	fv
====================================*/
#fv {
    margin-bottom: 120px;
}

#fv .fv_area {
    position: relative;
    overflow: hidden;
}
    #fv .fv_area .fv_txt.sp {
        display: none;
    }
    #fv .fv_area .fv_txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
        #fv .fv_area .fv_txt .txt1 {
            margin-bottom: 25px;
            width: 85%;
        }
        #fv .fv_area .fv_txt .txt2 {
            margin-bottom: 35px;
            width: auto;
            width: 85%;
        }
        #fv .fv_area .fv_txt .txt3 {
            width: 85%;
        }
        #fv .fv_area .fv_txt .bar {
            margin-bottom: 40px;
            width: 85%;
        }

        #fv .fv_area .btn {
            text-align: center;
            margin-top: 50px;
            display: block;
        }
        #fv .fv_area.sp .btn {
            display: none;
        }

/*====================================
	cmp
====================================*/
#cmp {
    /* background-color: #fff; */
    /* padding-bottom: 335px; */
    padding-bottom: 250px;
    /* background: linear-gradient(97.69deg, #F94F4D -47.38%, #002452 62.49%, #002D64 108.56%); */


}
/* #cmp img {
    display: block;
    width: auto;
    height: 100%;
} */
#cmp .cmp_area {
    /* max-width: 1920px;
    margin: 0 auto; */
    position: relative;
    padding-top: 25px;
    padding-bottom: 7px;
    display: flex;
    width: 100vw;
    height: 110px;
    overflow: hidden;
}
#cmp .cmp_area.second {
    padding-top: 7px;
    padding-bottom: 25px;
}

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  @keyframes loop3 {
    0% {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(100%);
    }
  }
  
  @keyframes loop4 {
    0% {
      transform: translateX(-200%);
    }
    to {
      transform: translateX(0);
    }
  }

.cmp_area img:first-child {
    animation: loop 200s -100s linear infinite;
  }
  
  .cmp_area img:last-child {
    animation: loop2 200s linear infinite;
  }
  .cmp_area.second img:first-child {
    animation: loop3 200s -100s linear infinite;
  }
  
  .cmp_area.second img:last-child {
    animation: loop4 200s linear infinite;
  }


.marquee-wrapper {
  overflow: hidden;
  /* background: #000; */
      background-color: #fff;

}
.marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  height: 60px;
  margin-bottom: 20px;
}
.marquee.top {
    margin-top: 20px;
}
.marquee-track {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.marquee img {
  margin: 0 30px;
  height: 50px;
  width: auto;
}
.marquee img.keyence {
    height: 40px;
}

.marquee.top .marquee-track {
  animation: scroll-left 2000s linear infinite;
}

.marquee.bottom .marquee-track {
  animation: scroll-right 2000s linear infinite;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

/*====================================
	about
====================================*/
#about {
    width: 100%;
    margin-bottom: 100px;
}

    #about .box {
        padding: 60px;
        position: relative;
        /* background: url(../img/about_bg.png) no-repeat center; */
        background: 
        linear-gradient(
        135deg,
        rgba(249, 79, 77, 0.4) 0%, 
        rgba(0, 36, 82, 1) 25%, 
        rgba(0, 29, 65, 1) 70%,
        rgba(0, 17, 37, 0.60) 100% 
        /* rgba(249, 79, 77, 0.71) 0%,
        rgba(0, 36, 82, 0.75) 25%,
        rgba(0, 29, 65, 0.83) 70%,
        rgba(0, 17, 37, 0.60) 99% */
        );
    }

        #about .box .item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 60px;
        }
            #about .box .item .thumb {
                width: 31%;
            }
                #about .box .item .thumb img {
                    width: 100%;
                    max-width: 100%;
                }
            #about .box .item .txt {
               width: 58%;
            }
                #about .box .item .txt p {
                    font-size: 16px;
                    line-height: 1.8;
                    letter-spacing: 0;
                }


/*====================================
	program
====================================*/
#program {
    width: 100%;
    position: relative;
    margin-top: -150px;
}
#program .ttl {
    z-index: 1;
}
#program .btn {
    margin-bottom: 195px;
}
#program .time_link {
    background: linear-gradient(97.69deg, #F94F4D -47.38%, #002452 62.49%, #002D64 108.56%);
    margin-bottom: 150px;
}
    #program .time_link .wrap {
        display: flex;
        gap: 50px;
        padding-top: 40px;
        padding-bottom: 40px;
        justify-content: center;
    }
        #program .time_link a {
            position: relative;
            display: block;
            text-align: center;
            width: 400px;
            border-radius: 50px;
            border: 2px solid #F8F8F8;
            font-size: 24px;
            line-height: 1.2;
            letter-spacing: 0;
            font-weight: 500;
            padding: 20px;
        }
        #program .time_link a:hover {
            background-color: #fff;
            color: #001335;
        }
            #program .time_link a::after {
                content: "";
                position: absolute;
                right: 60px;
                top: 50%;
                width: 12px;
                height: 12px;
                border-right: 2px solid #fff;
                border-bottom: 2px solid #fff;
                transform: translateY(-75%) rotate(45deg);
                pointer-events: none;
            }
            #program .time_link a:hover::after {
                border-right: 2px solid #001335;
                border-bottom: 2px solid #001335;
            } 

    #program .bg_prog {
        background: url(../img/bg_program.png) no-repeat center;
        /* background-size: contain; */
        background-size: cover;
        background-position: center 30%;
        background-attachment: fixed;
    }
    #program .time_table {
        margin-bottom: 120px;
        text-align: center;
    }
        #program .time_table h3 {
            font-family: "zen-old-mincho", sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 42px;
            line-height: 1.2;
            letter-spacing: 0.03em;
            padding-top: 250px;
            position: relative;
        }
        #program .time_table h3::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            background: url(../img/bg_ttl.png) no-repeat center;
            background-size: 100%;
            width: 431px;
            height: 254px;
        }
         #program .time_table h5 {
            font-family: "zen-old-mincho", sans-serif;
            font-size: 32px;
            line-height: 1.2;
            letter-spacing: 0.03em;
            margin-top: 15px;
            margin-bottom: 170px;
         }

        #program .time_table .kichou {
            margin-bottom: 85px;
        }
            #program .time_table .kichou .ttl_area {
                text-align: center;
                font-family: "zen-old-mincho", sans-serif;
                font-style: normal;
            }
                #program .time_table .kichou .ttl_area .time {
                    font-family: 'Noto Sans JP', sans-serif;
                    font-size: 22px;
                    line-height: 1.2;
                    letter-spacing: 0.05em;
                    margin-bottom: 20px;
                    display: inline-block;
                    background: linear-gradient(97.69deg, #F94F4D -47.38%, #002452 62.49%, #002D64 108.56%);
                    padding: 5px 20px;
                }
                #program .time_table .kichou .ttl_area h4 {
                    font-size: 40px;
                    line-height: 1.2;
                    letter-spacing: 0.15em;
                }
                #program .time_table .kichou .ttl_area h5 {
                    font-size: 32px;
                    line-height: 1.2;
                    letter-spacing: 0.03em;
                    margin-top: 50px;
                }
            #program .time_table .kichou .pic_area {
                margin-bottom: 50px;
            }
                #program .time_table .kichou .pic_area .pic {
                    display: flex;
                    justify-content: center;
                    padding-top: 70px;
                    background: url(../img/bg_kichou.png) no-repeat bottom;
                    /* background-size: cover; */
                    background-size: 100%;
                    align-items: flex-end;
                }
                #program .time_table .kichou .pic_area .pic.second {
                    display: none;
                }
                    #program .time_table .kichou .pic_area .pic .pic_wrap {
                        max-width: 100%;
                        width: 32%;
                        display: block;
                    }
                #program .time_table .kichou .pic_area .info {
                    display: flex;
                    justify-content: space-between;
                    margin-top: -70px;
                }
                #program .time_table .kichou .pic_area .info.second {
                    display: none;
                }
                    #program .time_table .kichou .pic_area .info .info_item {
                        width: 32%;
                        display: block;
                        padding: 15px 20px;
                        background-color: #001335;
                        opacity: .8;
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                    }
                        #program .time_table .kichou .pic_area .info .info_item p {
                            text-align: left;

                        }
                        #program .time_table .kichou .pic_area .info .info_item p.name {
                            font-size: 26px;
                            font-weight: 700;
                            line-height: 1.2;
                            letter-spacing: 0;
                            margin-bottom: 5px;
                        }
                        #program .time_table .kichou .pic_area .info .info_item p.company {
                            font-size: 16px;
                            font-weight: 500;
                            line-height: 1.5;
                            letter-spacing: 0;
                            margin-bottom: 10px;
                        }
                        #program .time_table .kichou .pic_area .info .info_item a {
                            font-size: 14px;
                            font-weight: 500;
                            line-height: 1.3;
                            letter-spacing: 0;
                            padding-bottom: 10px;
                            text-decoration: underline;
                            margin-bottom: 5px;
                            display: block;
                            text-align: left;
                        }
                        #program .time_table .kichou .pic_area .info .info_item a:hover {
                            text-decoration: none;
                        }
            #program .time_table .kichou .txt_area {
                text-align: left;
            }
                #program .time_table .kichou .txt_area p {
                    font-size: 16px;
                    line-height: 1.7;
                    letter-spacing: 0.03em;
                }

        #program .time_table .prog {
            margin-bottom: 85px;
            display: flex;
            justify-content: space-between;
        }
            #program .time_table .prog .ttl_txt_area {
                /* width: 50%; */
                width: 55%;
            }
                #program .time_table .prog .ttl_area {
                    text-align: left;
                    font-family: "zen-old-mincho", sans-serif;
                    font-style: normal;
                }
                    #program .time_table .prog .ttl_area .time {
                        font-family: 'Noto Sans JP', sans-serif;
                        font-size: 22px;
                        line-height: 1.2;
                        letter-spacing: 0.05em;
                        margin-bottom: 20px;
                        display: block;
                        background: linear-gradient(97.69deg, #F94F4D -47.38%, #002452 62.49%, #002D64 108.56%);
                        padding: 5px 20px;
                        display: inline-block;

                    }
                    #program .time_table .prog .ttl_area h5 {
                        font-size: 32px;
                        line-height: 1.3;
                        letter-spacing: 0.04em;
                        margin-bottom: 32px;
                    }
                #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;
                    }
            #program .time_table .prog .pic_area {
                /* width: 45%; */
                width: 38%;
            }
                #program .time_table .prog .pic_area .pic {
                    width: 65%;
                    margin-right: auto;
                }
                #program .time_table .prog.uruteq .pic_area .pic,
                #program .time_table .prog.satori .pic_area .pic {
                    width: 75%;
                }
                    #program .time_table .prog .pic_area .pic img {
                        max-width: 100%;
                        width: 100%;
                        display: block;
                    }
                #program .time_table .prog .pic_area .info {
                    width: 85%;
                    margin-top: -60px;
                    margin-left: auto;
                }
                    #program .time_table .prog .pic_area .info .info_item {
                        width: 100%;
                        display: block;
                        padding: 15px 20px;
                        background-color: #001335;
                        opacity: .8;
                    }
                        #program .time_table .prog .pic_area .info .info_item p {
                            text-align: left;
                        }
                        #program .time_table .prog .pic_area .info .info_item p.name {
                            font-size: 26px;
                            font-weight: 700;
                            line-height: 1.2;
                            letter-spacing: 0;
                            margin-bottom: 5px;
                        }
                        #program .time_table .prog .pic_area .info .info_item p.company {
                            font-size: 16px;
                            font-weight: 500;
                            /* line-height: 1.2; */
                            line-height: 1.5;
                            letter-spacing: 0;
                            margin-bottom: 10px;
                        }
                        #program .time_table .prog .pic_area .info .info_item a {
                            font-size: 14px;
                            font-weight: 500;
                            line-height: 1.3;
                            letter-spacing: 0;
                            text-decoration: underline;
                            margin-bottom: 5px;
                            display: block;
                            text-align: left;
                        }
                        #program .time_table .prog .pic_area .info .info_item a:hover {
                            text-decoration: none;
                        }
            
/* modal */
#program .modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
#program .modal .wrap {
    position: relative;
}
    #program .modal .modal-content {
        max-height: 80vh;
        overflow-y: auto;
        background: #fff;
        /* padding: 70px 70px 0 70px; */
        width: 100%;
        /* position: relative; */
        /* background: linear-gradient(to right, #1c2541, #3a506b); */
        background: linear-gradient(
            135deg, 
            rgba(249, 79, 77, 0.4) 0%, 
            #16325c 30%, 
            #16325c 70%, 
            rgba(200, 200, 200, 0.1) 100% 
        ),#03000C;
        color: #fff;
        padding-bottom: 100px;
    }

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

    #program .modal .btn {
        width: 100%;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
        #program .modal .btn a {
            background-color: #F94F4D;
            color: #fff;
        }
        #program .modal .btn a::before {
            content: none;
        }

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

            }
                #program .modal .profile .text .block .en {
                    font-size: 16px;
                    font-weight: 700;
                    letter-spacing: 0;
                    line-height: 1.2;
                    margin-bottom: 10px;
                }
                #program .modal .profile .text .block .name {
                    font-size: 34px;
                    font-weight: 700;
                    letter-spacing: 0.05em;
                    line-height: 1.2;
                    margin-bottom: 20px;
                }
                #program .modal .profile .text .block .cmp {
                    font-size: 16px;
                    font-weight: 500;
                    letter-spacing: 0;
                    /* line-height: 1.2; */
                    line-height: 1.5;
                    margin-bottom: 10px;
                }
                #program .modal .profile .text .block .thumb {
                    /* width: 100%; */
                }
                    #program .modal .profile.mcnext .text .block .thumb img {
                        width: 225px;
                    }
                    #program .modal .profile .text .block .thumb img {
                        max-width: 100%;
                    }
                    #program .salsego .modal .profile .text .block .thumb img {
                        width: 209px;
                    }
                    #program .cloudcircus .modal .profile .text .block .thumb img {
                        width: 225px;
                    }
                    #program .kiros .modal .profile .text .block .thumb img {
                        width: 188px;
                    }
                    #program .rockets .modal .profile .text .block .thumb img {
                        width: 205px;
                    }
                    #program .modal .profile.evem .text .block .thumb img {
                        width: 181px;
                    }
                    #program .modal .profile.keyence .text .block .thumb img {
                        width: 200px;
                    }
                    #program .modal .profile.sansan .text .block .thumb img {
                        width: 128px;
                    }
                    #program .blastmail .modal .profile .text .block .thumb img {
                        width: 147px;
                    }
                    #program .uruteq .modal .profile .text .block .thumb img {
                        width: 225px;
                    }
                    #program .ferret .modal .profile .text .block .thumb img {
                        width: 169px;
                    }
                    #program .mer .modal .profile .text .block .thumb img {
                        width: 194px;
                    }
                    #program .mm .modal .profile .text .block .thumb img {
                        width: 163px;
                    }
                    #program .innova .modal .profile .text .block .thumb img {
                        width: 177px;
                    }
                    #program .satori .modal .profile .text .block .thumb img {
                        width: 147px;
                    }
                    #program .azitas .modal .profile .text .block .thumb img {
                        width: 184px;
                    }
                    #program .dxo .modal .profile .text .block .thumb img {
                        width: 184px;
                    }
                    #program .salesforce .modal .profile .text .block .thumb img {
                        width: 153px;
                    }

        #program .modal .profile .image {
            width: 30%;
        }
            #program .modal .profile .image img {
                width: auto;
                max-width: 100%;
                display: block;
            }



/*====================================
	gaiyou
====================================*/
#gaiyou {
    /* margin-bottom: 200px; */
    padding-bottom: 200px;
}
#gaiyou .gaiyou_wrap {
    padding: 60px 40px;
    /* background: linear-gradient(128.28deg, rgba(0, 19, 53, 0.91) 22.56%, #000000 110.8%); */
    background: 
    linear-gradient(
      135deg,
      rgba(0, 19, 53, 0.91) 0%,
    rgba(0, 31, 83, 1) 100%
    )
    
}
#gaiyou .ttl h2 {
    font-size: 42px;
    /* margin-bottom: 36px; */
}
#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: 18px;
        line-height: 1.8;
        letter-spacing: 0.03em;
        text-align: left;
    }
    #gaiyou table tr:last-child th,
    #gaiyou table tr:last-child td {
        border-bottom: none;
    }
    #gaiyou table th {
        width: 23%;
        position: relative;
        padding: 24px 0;
    }
    #gaiyou table td {
        width: 76%;
        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: linear-gradient(97.69deg, #F94F4D -47.38%, #002452 62.49%, #002D64 108.56%);
}
#contact .ttl h2 {
    font-size: 42px;
}

/*====================================
	privacy
====================================*/
#privacy {
    background-color: #03000C;
    /* padding-top: 150px;
    padding-bottom: 120px; */
    /* background: url(../img/bg_privacy.png) no-repeat bottom;
    background-size: 100%; */
}
#privacy .bg {
    padding-top: 150px;
    padding-bottom: 120px;
    background: url(../img/bg_privacy.png) no-repeat bottom;
    background-size: 100%;
}
#privacy .logo {
    display: block;
    max-width: 100%;
    margin: 100px auto 0;
    width: 300px;
}
#privacy .ttl h2 {
    font-size: 42px;
}
#privacy .stage_area{
    padding-bottom: 50px;
}
#privacy .stage_area + .stage_area {
    /* margin-top: 100px; */
    padding-top: 50px;
    border-top: 1px solid #fff;
}
#privacy .stage_area ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;
}
    #privacy .stage_area ul li {
        /* width: calc((100% - 160px) / 5); */
        text-align: center;
    }
    #privacy .stage_area ul li a {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0;
        display: inline-block;
        padding-bottom: 10px;
        transition: all .4s; 
        border-bottom: 1px solid transparent;
    }
    #privacy .stage_area ul li a:hover {
        border-bottom-color: #fff;
    }
    #privacy .stage_area ul li span {
        display: block;
        margin-bottom: 15px;
    }


/*====================================
	thanks
====================================*/
.page_thanks {
    background: url(../img/bg_thanks.png) no-repeat bottom;
    background-size: cover;
}
#thanks {
    padding-top: 175px;
    width: 100%;
    padding-bottom: 90px;
}
#thanks h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

    #thanks .box {
        padding: 60px;
        position: relative;
        background: 
        linear-gradient(
        135deg,
        rgba(249, 79, 77, 0.4) 0%, 
        rgba(0, 36, 82, 1) 25%, 
        rgba(0, 29, 65, 1) 70%,
        rgba(0, 17, 37, 0.60) 100% 
        );
    }

        #thanks .box .item {
            display: flex;
            /* justify-content: space-between; */
            align-items: center;
            /* margin-bottom: 60px; */
        }
            #thanks .box .item .thumb {
                width: 33%;
                margin-right: 60px;
            }
                #thanks .box .item .thumb img {
                    width: 100%;
                    max-width: 100%;
                }
            #thanks .box .item .txt {
               width: 58%;
            }
                #thanks .box .item .txt p {
                    font-size: 16px;
                    line-height: 1.8;
                    letter-spacing: 0;
                }
                #thanks .box .item .txt p + p {
                    margin-top: 35px;
                }
                #thanks .box .item .txt p span {
                    font-weight: 700;
                }


/*====================================
	footer
====================================*/
footer{
    width: 100%;
    position: relative;
    background-color: #001335;
    /* padding-top: 65px;
    padding-bottom: 65px; */
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
    footer a,
    footer p {
        font-size: 10px;
        line-height: 1.2;
        letter-spacing: 0;
    }
    footer a {
        text-decoration: underline;
    }


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

/*====================================
	header
====================================*/
header #header_area {
    padding-left: 25px;
    padding-right: 25px;
}
/* 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;
    background-color: #001335;
    display: block;
}
header.scrolled #header_area.sp-mode {
    padding-top: 20px;
    padding-bottom: 20px;
}
    header #header_area.sp-mode nav {
        margin-top: 50px;
    }
        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: 60%;
            margin: 0 auto;
        } */

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

/*メニューボタンのエフェクト*/
/* .nav-button_area {
    display: block;
    z-index: 3;
    position: fixed;
    right: 25px;
    top: 40px;
    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: 60px;
    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: #fff;
		border-radius: 2.5px;
	  }
	  .nav-button.bar_black span {
		background-color: #000;
	  }
	  .nav-button span:nth-of-type(1) {
		top: 0;
	  }
	  .nav-button span:nth-of-type(2) {
		  top: 15px;
	  }
	  .nav-button span:nth-of-type(3) {
		  top: 30px;
	  }
	  .nav-button.active span:nth-of-type(1) {
		  transform: translateY(30px) 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);
	  } */


}


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

/*====================================
	about
====================================*/
#about .box {
    padding: 30px;
}


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

/* modal */
#program .modal {
    padding-left: 25px;
    padding-right: 25px;
}
#program .modal .wrap {
    padding-left: 0;
    padding-right: 0;
}
 #program .modal .profile  {
    padding: 30px 30px 50px 30px;
}

/*====================================
	thanks
====================================*/
#thanks .box {
    padding: 30px;
}
 #thanks .box .item .thumb {
    margin-right: 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;
}

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

/* ttl */
.ttl {
    margin-bottom: 30px;
}
    .ttl h2 {
        font-size: 30px;
    }
    .ttl span {
        font-size: 18px;
    }
    .ttl .bar {
        width: 200px;
    }
    .ttl_area .bar {
        width: 200px;
    }


/* btn */
.btn {
    width: 80%;
    padding-bottom: 20px;
}
    .btn a {
        padding: 20px;
        font-size: 20px;
    }


/* 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: #001335;
    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/privacy_logo.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 {
        /* margin-top: 100px; */
    }
        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;
            /* display: none; */
        }
        header #header_area.sp-mode nav li a.contact {
            /* display: none; */
        }

        

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: 68px;
            }
        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: #fff;
		border-radius: 2.5px;
	  }
	  .nav-button.bar_black span {
		background-color: #000;
	  }
	  .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 {
    margin-bottom: 60px;
}

#fv .fv_area .fv_txt.sp {
    display: flex;
}
#fv .fv_area .fv_txt.pc {
    display: none;
}
#fv .fv_area .fv_txt img {
    /* max-width: 100%; */
    width: auto;
}
    #fv .fv_area .btn {
        margin-top: 30px;
        width: 80%;
    }
        #fv .fv_area .btn img {
            width: 100%;
        }
    #fv .fv_area.sp .btn {
        display: block;
    }
    #fv .fv_area.pc .btn {
        display: none;
    }


/*====================================
	about
====================================*/
#about {
    margin-bottom: 50px;
}

    #about .box {
        padding: 20px;
    }

        #about .box .item {
            flex-direction: column;
            margin-bottom: 40px;
        }
            #about .box .item .thumb {
                width: 80%;
                margin-bottom: 40px;
            }
            #about .box .item .txt {
               width: 100%;
            }


/*====================================
	cmp
====================================*/
#cmp {
    padding-bottom: 200px;
}
#cmp .cmp_area {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 2px;
}
#cmp .cmp_area.second {
    padding-top: 2px;
    padding-bottom: 10px;
}

.marquee {
  margin-bottom: 20px;
}
.marquee img {
  margin: 0 20px;
  height: 50px;
  /* width: 80%; */
}

/*====================================
	program
====================================*/
#program {
    margin-top: -150px;
}
#program .btn {
    margin-bottom: 100px;
}
#program .time_link {
    margin-bottom: 100px;
}
    #program .time_link .wrap {
        gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }
        #program .time_link a {
            width: 80%;
            max-width: 400px;
            border-radius: 50px;
            font-size: 20px;
            padding: 20px;
        }
            #program .time_link a::after {
                right: 30px;
                width: 10px;
                height: 10px;
            }
    #program .bg_prog {
        background: none;
    }
    #program .bg_prog2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/bg_program.png) repeat center;
        background-size: contain; 
        background-position: center 30%;
        z-index: -1;
    }
    #program .time_table {
        margin-bottom: 60px;
    }
        #program .time_table h3 {
            font-size: 24px;
            padding-top: 100px;
        }
        #program .time_table h3::before {
            width: 200px;
            height: 150px;
        }
        #program .time_table h5 {
            font-size: 22px;
            margin-bottom: 70px;
        }

        #program .time_table .kichou {
            margin-bottom: 70px;
        }
                #program .time_table .kichou .ttl_area .time {
                    font-size: 16px;
                }
                #program .time_table .kichou .ttl_area h4 {
                    font-size: 24px;
                }
                #program .time_table .kichou .ttl_area h5 {
                    font-size: 22px;
                    margin-top: 20px;
                }
            #program .time_table .kichou .pic_area {
                margin-bottom: 50px;
            }
                #program .time_table .kichou .pic_area .pic {
                    padding-top: 70px;
                }
                #program .time_table .kichou .pic_area .pic.first {
                    /* background: none; */
                }
                #program .time_table .kichou .pic_area .pic.second {
                    display: flex;
                    /* padding-top: 0; */
                    justify-content: center;
                }
                    #program .time_table .kichou .pic_area .pic .pic_wrap {
                        width: 40%;
                    }
                        #program .time_table .kichou .pic_area .pic .pic_wrap.sansan img {
                            width: 95%;
                        }
                    #program .time_table .kichou .pic_area .pic .pic_wrap:nth-of-type(3) {
                        display: none;
                    }
                #program .time_table .kichou .pic_area .info {
                    margin-top: -30px;
                }
                #program .time_table .kichou .pic_area .info.second {
                    display: flex;
                    justify-content: center;
                }
                    #program .time_table .kichou .pic_area .info .info_item {
                        width: 47%;
                        padding: 10px;
                    }
                    #program .time_table .kichou .pic_area .info .info_item:nth-of-type(3) {
                        display: none;
                    }
                        #program .time_table .kichou .pic_area .info .info_item p.name {
                            font-size: 20px;
                        }
                        #program .time_table .kichou .pic_area .info .info_item p.company {
                            font-size: 14px;
                            margin-bottom: 15px;
                        }
                        #program .time_table .kichou .pic_area .info .info_item a {
                            font-size: 12px;
                        }
                        #program .time_table .kichou .pic_area .info .info_item a:hover {
                            text-decoration: none;
                        }
                #program .time_table .kichou .txt_area p {
                    font-size: 14px;
                }

        #program .time_table .prog {
            margin-bottom: 70px;
            flex-direction: column;
        }
            #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 h4 {
                    font-size: 32px;
                }
                #program .time_table .prog .ttl_area h5 {
                    font-size: 22px;
                }
            #program .time_table .prog .pic_area {
                width: 100%;
            }
                #program .time_table .prog .pic_area .pic {
                    width: 100%;
                }
                    #program .time_table .prog .pic_area .pic img {
                        width: 60%;
                    }
                    #program .time_table .prog.cloudcircus .pic_area .pic img {
                        width: 50%;
                    }
                    #program .time_table .prog.uruteq .pic_area .pic img,
                    #program .time_table .prog.satori .pic_area .pic img {
                        width: 90%;
                    }

                #program .time_table .prog .pic_area .info {
                    width: 80%;
                    margin-top: -30px;
                }
                    #program .time_table .prog .pic_area .info .info_item {
                        width: 80%;
                        padding: 10px;
                        margin: 0 auto;
                    }
                        #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 a {
                            font-size: 12px;
                        }
                        #program .time_table .prog .pic_area .info .info_item a:hover {
                            text-decoration: none;
                        }
                #program .time_table .prog .txt_area p {
                    font-size: 14px;
                }

/* modal */
#program .modal {
    padding-left: 20px;
    padding-right: 20px;
}
    #program .modal .close {
        top: 15px;
        right: 15px;
    }

    #program .modal .btn {
        padding-bottom: 0;
    }

    #program .modal .profile {
        flex-direction: column;
    }
        #program .modal .profile .text {
            width: 100%;
        }
            #program .modal .profile .text .msg {
                font-size: 14px;
                margin-bottom: 30px;
            }
            #program .modal .profile .text .block {
                flex-direction: column;
                margin-bottom: 30px;

            }
                #program .modal .profile .text .block .thumb img {
                        width: 50% !important;
                }
                #program .blastmail .modal .profile .text .block .thumb img,
                #program .satori .modal .profile .text .block .thumb img {
                        width: 25% !important;
                }
                #program .modal .profile .text .block .en {
                    font-size: 14px;
                }
                #program .modal .profile .text .block .name {
                    font-size: 24px;
                    margin-bottom: 15px;
                }
                #program .modal .profile .text .block .cmp {
                    font-size: 14px;
                    margin-bottom: 20px;
                }


        #program .modal .profile .image {
            width: 80%;
            margin: 0 auto;
        }


/*====================================
	gaiyou
====================================*/
#gaiyou {
    padding-bottom: 120px;
}
#gaiyou .gaiyou_wrap {
    padding: 20px;
}
#gaiyou .ttl h2 {
    font-size: 30px;
    /* margin-bottom: 20px; */
}
#gaiyou table tr {
    display: block;
    width: 100%;
}
    #gaiyou table th,
    #gaiyou table td {
        display: block;
        width: 100%;
        font-size: 16px;
    }
    #gaiyou table th {
        border-bottom: none;
        padding-top: 15px;
        padding-bottom: 0;
    }
    #gaiyou table td {
        padding: 15px 0;;
    }


/*====================================
	contact
====================================*/
#contact {
    padding-top: 50px;
    padding-bottom: 50px;
}
#contact .ttl h2 {
    font-size: 30px;
}


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


/*====================================
	thanks
====================================*/
#thanks {
    padding-top: 120px;
    padding-bottom: 40px;
}

#thanks h2 {
    font-size: 30px;
}

    #thanks .box {
        padding: 20px;
    }

        #thanks .box .item {
            flex-direction: column;
            margin-bottom: 40px;
        }
            #thanks .box .item .thumb {
                width: 80%;
                margin-right: 0;
                margin-bottom: 40px;
            }
            #thanks .box .item .txt {
               width: 100%;
            }

/*====================================
	footer
====================================*/
footer{
    /* padding-top: 40px;
    padding-bottom: 40px; */
    height: 50px;
}

}