@charset "UTF-8";
body,section{
	position: relative;
	overflow-x: clip;
	/* overflow-y: visible; */
}
/* --------------------------------
FV
----------------------------------- */
.top_fv{
	background: url(../img/fv_bg.jpg) center center no-repeat;
	background-size: cover;
	/*padding-top: 45%;*/
	height: 570px;
}
.top_fv .fv_inner{
	position: absolute;
    /*width: 83%;*/
	width: 100%;
	max-width: 1190px;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    align-items: center;
}
.top_fv .fv_inner .fv_title {
	width: 100%;
    max-width: 720px;
}
.top_fv .main-ttl{
	margin-bottom: 10px;
}
.top_fv .fv_inner .fv_title .main-ttl,
.top_fv .fv_inner .fv_title .sub-ttl,
.top_fv .fv_inner .fv_title .speakers-img{
	width: 100%;
	opacity: 0;
	overflow: hidden;
	transition: 0s liner;
}
.top_fv .fv_inner .fv_title .sub-ttl.cubic::after{
	animation-duration: 1.3s;
}
.top_fv .fv_inner .fv_title .speakers-img{
	margin-top: 10px;
}
.top_fv .fv_inner .fv_title .speakers-img.cubic::after{
	animation-duration: 1.7s;
}
.top_fv .fv_inner .fv-Btn_Box{
	width: 40%;
}
.top_fv .book_img{
	width: 100%;
    max-width: 400px;
}
.fv_btn{
	margin: auto;
    width: 60%;
}
.fv_btn .cv_Btn.grad{
	margin: 50px auto 0;
    padding: 22px 5px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:1160px){
	.top_fv .fv_inner{
		max-width: 960px;
	}
	.top_fv .fv_inner .fv_title{
		max-width: 600px;
	}
	.top_fv .book_img{
		max-width: 300px;
	}
}
@media screen and (max-width:915px) {
	.top_fv .fv_inner {
        max-width: 730px;
    }
}
@media screen and (max-width:820px){
	.top_fv .fv_inner{
		max-width: 715px;
	}
}
/* --------------------------------
ロゴ横スクロール
----------------------------------- */
.slider{
	overflow: hidden !important;
	width: 100%;
	/* margin-top: 30px; */
	padding: 10px 0;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
	display: flex;
	vertical-align: middle;
	background: #fff;
	justify-content: center;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    overflow: hidden !important;
}
.slick-slide{
	margin: 0 10px;
	padding: 10px 0;
}
.slider img{
	width: auto;
	height: 38px;
}
.slider .slick-track{
	display: flex;
	align-items: center;
}
/* 個別設定 */
.slider div.wevox img{
	height: 30px;
}
.slider div.movication img{
	height: 28px;
}

/* --------------------------------
CONCEPT
----------------------------------- */
section.concept_Wrap{
	padding: 50px 0;
	background-color: ee4937;
    color: #fff;
}
.concept_Wrap .Wrap_ttl{
	color: #fff;
	text-align: left;
}
.concept_Wrap .inner{
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
}
.concept_Wrap .txt{
	text-align: left;
	line-height: 2;
	border-left: solid 1px;
    padding-left: 17px;
	line-break: strict;
    text-align: justify;
}

/* --------------------------------
SESSION
----------------------------------- */
.sponsor_Wrap .Wrap_ttl{
	color: #fff;
}
.soon{
	text-align: center;
    color: #818188;
    font-weight: bold;
    font-size: 3rem;
    padding-top: 10px;
}
.session {
	cursor: pointer!important;
	transition: transform 0.3s ease!important;
  }
  
  .session:hover {
	transform: translateX(0.8rem)!important;
  }
/* --------------------------------
SPONSOR
----------------------------------- */
.company_Wrap{
	background-color: #f1f3f4;
}
.company_Wrap .Wrap_ttl{
	background: linear-gradient(135deg, #f9802d 0%, #e50239 100%);
    background: -webkit-linear-gradient(-45deg, #f9802d 0%, #e50239 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 30px;
	display: inline-block;
}
.company_Wrap .center{
	text-align: center;
}
.company_Wrap .company-logo_li{
	align-items: center;
	/*justify-content: flex-start;*/
	justify-content: center;
}
.company_Wrap .company-logo_li li{
	/* width: 15%; */
	/* margin: 0 20px 20px; */
	/* width: calc(20% - 20px); */
	width: calc(25% - 20px);
    margin: 0 20px 20px 0;
	padding: 0 10px;
	transition:.3s;
}
/* 個別設定 */
.company_Wrap .company-logo_li li.lafool-survey{
	padding: 0 30px;
}
.company_Wrap .company-logo_li li.techacademy{
	padding: 0;
}
.company_Wrap .company-logo_li li.movication{
	margin-right: 10px;
}
.company_Wrap .company-logo_li li.yelloop{
	padding: 15px 20px 0;
}
.company_Wrap .company-logo_li li.aolc{
	width: 26%;
	padding: 0;
}
.company_Wrap .company-logo_li li:nth-child(4n){
	margin-right: 0;
}
.company_Wrap .company-logo_li li:hover{
    transform: translate3d(0, -5px, 0);
}
.company_Wrap .company-logo_li li img{
	max-height: 80px;
}
/* --------------------------------
float
----------------------------------- */
#float_Bnr {
    position: fixed;
    bottom: 3%;
    right: 1.5%;
    width: 30%;
    max-width: 280px;
    border-radius: 5px;
    z-index: 10;
    transition: 0.3s;
}
@media screen and (max-width:768px) {
	#float_Bnr {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: none;
        border: none;
        border-radius: 0;
        z-index: 10;
        transition: 0.3s;
    }
}
/* ==============================================================
PC(1600px~)
============================================================== */
@media screen and (min-width: 1600px) {

}

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

	/* --------------------------------
	FV
	----------------------------------- */
	.top_fv .fv_inner .fv-Btn_Box {
		width: 45%;
	}

}

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

	/* --------------------------------
	FV
	----------------------------------- */
	.top_fv .fv_inner .fv_title {
		max-width: 380px;
	}
	.top_fv .fv_inner .fv-Btn_Box {
		width: 48%;
	}
	.top_fv .fv_inner .fv-Btn_Box .cv_Btn {
		margin: 10px auto 0;
		font-size: 16px;
		padding: 10px 5px;
		font-weight: 500;
	}
	.top_fv .book_img{
		width: 95%;
		max-width: 270px;
		margin: 20px auto 0;
	}
	.fv_btn .cv_Btn.grad{
		margin: 20px auto 0;
		padding: 15px 5px;
	}
	.fv_btn{
		width: 75%;
		margin: auto;
	}
	.fv_btn .cv_Btn span{
        font-size: 14px;
	}
}

/* ==============================================================
SP(~768px)
============================================================== */
@media screen and (max-width:915px) {
	.top_fv{
		height: 380px;
	}
}
@media screen and (max-width:768px) {

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

	/* --------------------------------
	FV
	----------------------------------- */
	.top_fv{
		background: url(../img/fv_bg_sp.jpg) center center no-repeat;
		background-size: cover;
		height: 330px;
	}
	.top_fv .fv_inner{
		flex-wrap: wrap;
	}
	.top_fv .fv_inner .fv_title,
	.top_fv .fv_inner .fv-Btn_Box{
		width: 95%;
		margin: auto;
	}
	.top_fv .fv_inner .fv-Btn_Box{
		margin-top: 5px;
	}
	.top_fv .fv_inner .fv-Btn_Box .cv_Btn{
		width: 100%;
		max-width: none;
		margin: 10px auto 0;
	}

	/* --------------------------------
	ロゴ横スクロール
	----------------------------------- */
	.slider img{
		height: 32px;
	}
	.slider div.wevox img {
		height: 25px;
	}
	.slider div.movication img{
		height: 22px;
	}

	/* --------------------------------
	CONCEPT
	----------------------------------- */
	section.concept_Wrap{
		padding: 30px 0;
	}
	.concept_Wrap .txt {
		text-align: left;
		width: 90%;
		margin: 0 auto;
		line-height: 1.7;
		border-left: none;
		padding-left: 0;
	}
	.concept_Wrap .Wrap_ttl{
		text-align: center;
	}
	/* --------------------------------
	SPONSOR
	----------------------------------- */
	.company_Wrap .company-logo_li{
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
	}
	.company_Wrap .company-logo_li li,
	.company_Wrap .company-logo_li li.movication,
	.company_Wrap .company-logo_li li.aolc{
		width: 48%;
        margin: 20px 0 0 0;
	}
}
@media screen and (max-width:640px) {
    .top_fv {
        height: 500px;
    }
}
/* --------------------------------
アーカイブ対応
----------------------------------- */
.archive-txt{
	width: 72%;
	margin-top: 10px;
}
.top_fv .fv_inner .fv_title .archive-txt.cubic::after{
	animation-duration: 1.5s;
}
.top_fv .fv_inner .fv-Btn_Box .archive_Btn,
.btn_flex .archive_Btn{
	position: relative;
	width: 90%;
	max-width: 380px;
}
.top_fv .fv_inner .fv-Btn_Box .archive_Btn{
	margin: 30px auto 0;
}
.top_fv .fv_inner .fv-Btn_Box .archive_Btn .cv_Btn,
.btn_flex .archive_Btn .cv_Btn{
	width: 100%;
}
.top_fv .fv_inner .fv-Btn_Box .archive_Btn .archive_txt,
.btn_flex .archive_Btn .archive_txt{
    display: inline-block;
    position: absolute;
    width: 90%;
    background: #02BF39;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding: 6px 0;
    border-radius: 3px;
    text-align: center;
    color: #fff;
	top: -40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.btn_flex .archive_Btn .archive_txt{
	top: 10%;
}
.top_fv .fv_inner .fv-Btn_Box .archive_Btn .archive_txt::after,
.btn_flex .archive_Btn .archive_txt::after{
	position: absolute;
    content: "";
    border-top: #02BF39 12px solid;
    border-right: transparent 10px solid;
    border-left: transparent 10px solid;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
}
.sponsor_Wrap .archive-session-txt{
	width: 60%;
	max-width: 500px;
	margin: 0 auto 20px;
	border: #fff 2px solid;
}

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

	.top_fv .fv_inner .fv-Btn_Box .archive_Btn,
	.btn_flex .archive_Btn{
		width: 100%;
		max-width: none;
	}
	.btn_flex .archive_Btn{
		margin-top: 30px;
	}
	.top_fv .fv_inner .fv-Btn_Box .archive_Btn .archive_txt{
		top: -55%;
	}
	.btn_flex .archive_Btn .archive_txt {
		top: -5%;
	}
	.sponsor_Wrap .archive-session-txt {
		width: 90%;
	}
}