@charset "UTF-8";
/* --------------------------------
FV
----------------------------------- */
#pre .fv {
	height: 768px;
    mask-image: url("../img/wave.svg");
    mask-repeat: no-repeat;
    mask-position: center bottom;
    mask-size: cover;
    /* Chrome, Safari用 */
    -webkit-mask-image: url("../img/wave.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    -webkit-mask-size: cover;
    position: relative;
}
#pre .fv .fv_back {
    background: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 768px;
    z-index: 2;
}
#pre .fv .fv_top {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    justify-content: space-between;
}
#pre .fv .center .top {
    margin: 0 auto 20px;
    width: 500px;
    height:  340px;
    background: linear-gradient(0deg, rgba(173,226,239,0.5), rgba(255,255,255,0.7));
    border-radius: 0 0 7px 7px;
    text-align: center;
    box-shadow: 0px 5px 15px 0px rgba(1, 36, 75, 0.15);
    position: relative;
}
#pre .fv .center .top img {
    margin: 25px auto 0;
	width: auto;
}
#pre .fv .center .top p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--basic);
    border-radius: 0 0 7px 7px;
    color: #fff;
    padding: 8px 0;
    font-family: "Poppins";
    font-weight: 200;
    font-size: 26px;
    font-style: italic;
    line-height: 1;
}
#pre .fv .center .top p span {
    font-size: 16px;
    margin: 0 5px;
}
#pre .fv .center .top .arrow_Btn {
	padding: 17px 5px;
	margin: 20px auto;
}
#pre .fv .center .bottom {
    position: relative;
    z-index: 4;
}
#pre .fv .center .bottom:after {
    position: absolute;
    content: url('../img/fv_copy_line.png');
    bottom: -60px;
    left: -15px;
    z-index: -1;
}
#pre .fv_bottom {
    width: 1200px;
    position: absolute;
    top: 520px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    justify-content: space-between;
}
#pre .fv_bottom .campaign {
    width: 280px;
    height: 230px;
    background: var(--basic);
    color: #fff;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    letter-spacing: 0.2em;
}
#pre .fv_bottom .campaign p.date {
    border-bottom: solid 2px #fff;
    margin-bottom: 10px;
    display: inline-block;
}
#pre .fv_bottom .campaign p span {
    font-family: "Poppins";
    font-weight: 200;
    font-size: 26px;
    font-style: italic;
}
#pre .fv_bottom .campaign p span small {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-right: 5px;
}
#pre .fv_bottom .campaign p img {
    display: block;
    margin: 5px auto 0;
}
#pre .fv_bottom .campaign p.present {
    line-height: 2em;
}
#pre .fv_bottom .campaign p.present span {
    background: linear-gradient(90deg, rgba(0, 163, 255, 1), rgba(141, 217, 221, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 0;
    margin-right: 2px;
    line-height: 1.05em;
}
#pre .fv_bottom .theme {
    margin-top: 15px;
    background: rgba(255,255,255,0.85);
    border-radius: 7px;
    width: 700px;
    height: 230px;
    box-shadow: 0px 5px 15px 0px rgba(1, 36, 75, 0.15);
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#pre .fv_bottom .theme:before {
    content: url('../img/session_theme.png');
    top: 10px;
    left: -130px;
    position: absolute;
	filter: drop-shadow(0px 0px 3px #ddd);
}
#pre .fv_bottom .theme ul li {
    font-weight: bold;
    line-height: 2.2em;
    font-size: 18px;
    letter-spacing: 0.08em;
}
#pre .fv_bottom .theme ul li {
    margin-left: 30px;
    position: relative;
}
#pre .fv_bottom .theme ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100vh;
    position: absolute;
    top: 13px;
    left: -32px;
	background: #fff;
}
#pre .fv_bottom li.keiri:before { border: solid 2px var(--keiri); }
#pre .fv_bottom li.jinji:before { border: solid 2px var(--jinji); }
#pre .fv_bottom li.houmu:before { border: solid 2px var(--houmu); }
#pre .fv_bottom li.soumu:before { border: solid 2px var(--soumu); }
#pre .fv_bottom li.special:before { border: solid 2px var(--special); }

#pre .fv_bottom li span {
    margin-left: 35px;
    position: relative;
}
#pre .fv_bottom li span:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
	background: var(--basic);
}

#pre_gift.gift_Wrap {
	margin-top: -200px;
	z-index: -1;
	position: relative;
	padding-bottom: 0 !important;
}
#pre_gift.gift_Wrap h2 {
	padding-top: 220px;
}
#pre .gift.m0 {
	padding-bottom: 50px;
}
#pre .gift.m0 .arrow_Btn {
	margin: 0 auto;
}
#pre .gift_Wrap.pre{
	padding: 70px 0 !important;
}

/* --------------------------------
管理部門と士業のための〜
----------------------------------- */
.intro_Wrap{
	width: 100%;
	background: url(../img/white_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0 !important;
	box-shadow: 0px 15px 25px 0px rgba(1, 36, 75, 0.1);
}
.intro_Wrap h2{
	font-size: 20px;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
}
.intro_Wrap .txt{
	margin-top: 30px;
	line-height: 1.8;
	text-align: center;
}

/* --------------------------------
5月ランスタ申込者向けコンテンツ
----------------------------------- */
.may-contents_Wrap{
	width: 100%;
	background: url(../img/page_bg.jpg) center center no-repeat;
	background-size: cover;
}
.may-contents_Wrap .txt{
	text-align: center;
	margin-bottom: 20px;
}

/* --------------------------------
事前公開特別セッション
----------------------------------- */
.session_Wrap .txt{
	text-align: center;
}
.session_Wrap .bottom-txt{
    font-size: 24px;
    font-weight: 600;
    margin-top: 70px;
	color: var(--navy);
}
.session_Wrap .bottom-txt span{
	margin: 0 3px;
    padding: 0 4px;
}
.session_Wrap .bottom-txt span.keiri{
	background: var(--keiri);
	color: #fff;
}
.session_Wrap .bottom-txt span.houmu{
	background: var(--houmu);
	color: #fff;
}

/* --------------------------------
メインセッション
----------------------------------- */
.main_session {
	padding: 70px 0;
	color: #fff;
}
.main_session h2 {
	font-size: 100px;
	letter-spacing: 0;
	font-weight: 600;
	background: url(../img/bg2.jpg) no-repeat center center/cover;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	line-height: 100px;
    box-shadow: 0px 5px 15px 0px rgba(1, 36, 75, 0.15);
	font-family: 'Poppins';
	text-align: center;
}
.session_Wrap.main_session .session:hover{
	transform: translateX(0px);
}
.main_session p.cap {
	text-align: center;
	margin: 15px auto 40px;
}

/* --------------------------------
特別セッション
----------------------------------- */
.special_bg {
    background: url(../img/bg_special.jpg) center center repeat;
    background-attachment: fixed;
}
.main_session.special_session h2 {
    font-size: 90px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 8px 0px rgba(1, 36, 75, 0.12);
}
.session_Wrap.main_session.special_session .session:hover{
    transform: translateX(5px);
}

/* --------------------------------
前回開催概要
----------------------------------- */
.lnst-13_Wrap .ogp_link{
	display: block;
	margin-bottom: 30px;
	transform: translateX(0);
	transition: 0.3s;
	width: 800px;
	margin: 0 auto;
}
.lnst-13_Wrap .ogp_link img{
	border-radius: 10px;
	/* transition: 0.3s; */
}
.lnst-13_Wrap .ogp_link:hover{
	transform: translateX(5px);
}
/* .lnst-13_Wrap .ogp_link:hover img{
	filter: drop-shadow(0 0 0);
} */
.lnst-13_Wrap .outline{
	margin: 50px auto 30px;
}
.lnst-13_Wrap .outline dl{
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 15px;
}
.lnst-13_Wrap .outline dl dt{
	width: 17%;
	border-left: var(--ttl) 4px solid;
	padding-left: 10px;
	font-weight: bold;
}
.lnst-13_Wrap .outline dl dd{
	width: 54%;
}
.lnst-13_Wrap .speakers_Box{
	border: #394856 1px solid;
	padding: 20px 40px;
	margin: 0 auto;
	width: 650px;
}
.lnst-13_Wrap .speakers_Box h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #394856;
}
.lnst-13_Wrap .speakers_Box ul{
	margin-top: 20px;
}
.lnst-13_Wrap .speakers_Box ul li{
	margin-bottom: 10px;
}
.lnst-13_Wrap .speakers_Box ul li dl{
	line-height: 1.5;
	align-items: flex-start;
}
.lnst-13_Wrap .speakers_Box ul li dl dt{
	width: 15%;
	background: var(--keiri);
	padding: 5px;
	text-align: center;
}
.lnst-13_Wrap .speakers_Box ul li dl dt.jinji{
	background: var(--jinji);
}
.lnst-13_Wrap .speakers_Box ul li dl dt.houmu{
	background: var(--houmu);
}
.lnst-13_Wrap .speakers_Box ul li dl dd{
	width: 82%;
}
.lnst-13_Wrap .speakers_Box .note{
	text-align: right;
}
.lnst-13_Wrap .speakers_Box .note::before{
	content: none;
}

/* --------------------------------
視聴された方の声
----------------------------------- */
.voice_Wrap .Wrap_ttl h2::after{
    content: "";
    position: absolute;
    left: -14px;
    bottom: 15px;
    width: 120%;
    height: 31px;
    background: url(../img/wave_underline_blue_short.png) no-repeat center;
    background-size: cover;
    pointer-events: none;
    z-index: -5;
}
.voice_Wrap .voice_list{
	margin: 0 auto;
    display: flex;
    gap: 4rem;
}
.voice_Wrap .voice_list li{
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	border-radius: 5px;
	padding: 30px 25px 20px;
	box-shadow: 0px 1px 7px 2px rgba(119, 124, 142, 0.15);
	width: 100%;
}
.voice_Wrap .voice_list li .data_area{
	display: flex;
    align-items: center;
	gap: 1rem;
	margin-top: 20px;
}
.voice_Wrap .voice_list li .data_area .profile{
	color: var(--gray);
	font-size: 1.4rem;
}
.voice_Wrap .voice_list li figure img{
	width: 46px;
}
.voice_Wrap .voice_list li .txt{
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}
.voice_Wrap .voice_list li .txt .orange {
	color: #ff8b00;
    font-weight: 500;
}
.voice_Wrap .voice_list li .txt .profile{
	font-size: 1.4rem;
	color: var(--gray);
	display: block;
    margin-top: 10px;
}

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


}

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

	/* --------------------------------
	FV
	----------------------------------- */
	#pre .fv {
		height: auto;
		mask-image: none;
		-webkit-mask-image: none;
		background: url('../img/bg.jpg');
	}
	#pre .fv .fv_back {
		display: none;
	}
	#pre .fv .fv_top {
		width: 100%;
		position: relative;
	}
	#pre .fv .left,
	#pre .fv .right {
		display: none;
	}
	#pre .fv .center {
		margin: 0 auto;
		width: 90%;
	}
	#pre .fv .center .top {
		margin: 0 auto 15px;
		width: 90%;
		height:  auto;
		padding-bottom: 30px;
	}
	#pre .fv .center .top img {
		margin: 20px auto 0;
		width: auto;
	}
	#pre .fv .center .top p {
		padding: 5px 0;
		font-size: 22px;
	}
	#pre .fv .center .top p span {
		font-size: 14px;
	}
	#pre .fv .center .top .arrow_Btn {
		padding: 15px 5px;
		margin: 10px auto;
	}
	#pre .fv .center .bottom {
		width: 90%;
		margin: 0 auto 15px;
		text-align: center;
	}
	#pre .fv .center .bottom img {
		width: auto;
	}
	#pre .fv .center .bottom:after {
		content: none;
		background: url('../img/fv_copy_line.png') no-repeat;
		background-size: contain;
		width: 100%;
		height: 100px;
		bottom: -40px;
		left: 0;
	}
	#pre .fv_bottom {
		width: 100%;
		position: relative;
		top: 0;
		display: block;
	}
	#pre .fv_bottom .campaign {
		width: 100%;
		height: auto;
		padding: 10px;
		letter-spacing: 0.05em;
	}
	#pre .fv_bottom .campaign p.date {
		margin-bottom: 5px;
	}
	#pre .fv_bottom .campaign p span {
		font-size: 22px;
	}
	#pre .fv_bottom .campaign p img {
		display: inline;
		margin: 0 10px 0 0;
		width: auto;
	}
	#pre .fv_bottom .campaign p.present {
		line-height: 2em;
	}
	#pre .fv_bottom .campaign p.present .pc {
		display: none;
	}
	#pre .fv_bottom .campaign p.present span {
		font-weight: 400;
		font-size: 24px;
	}
	#pre .fv_bottom .theme {
		margin-top: 0;
		border-radius: 0;
		width: 100%;
		height: auto;
		padding: 10px 20px;
		display: flex;
		justify-content: center;
	}
	#pre .fv_bottom .theme_title {
		text-align: center;
		margin: 0 30px 15px 0;
		font-family: 'Poppins';
		font-weight: 500;
		font-style: italic;
		font-size: 20px;
		letter-spacing: 0;
	}
	#pre .fv_bottom .theme_title.sp {
		display: block;
	}
	#pre .fv_bottom .theme_title span {
		border-bottom: solid 2px var(--basic);
	}
	#pre .fv_bottom .theme:before {
		content: none;
	}
	#pre .fv_bottom .theme ul li {
		line-height: 1.8em;
		font-size: 14px;
		letter-spacing: 0.02em;
	}
	#pre .fv_bottom .theme ul li {
		margin-left: 20px;
	}
	#pre .fv_bottom .theme ul li:before {
		top: 10px;
		left: -20px;
		width: 7px;
		height: 7px;
	}
	#pre .fv_bottom li span {
		margin-left: 20px;
	}
	#pre .fv_bottom li span:before {
		width: 10px;
		left: -15px;
	}
}

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

	/* --------------------------------
	FV
	----------------------------------- */
	#pre .fv .center .top img {
		width: 80%;
	}
	#pre .fv .center .top .arrow_Btn {
		padding: 12px 5px;
	}
	#pre .fv .center .bottom img {
		width: 100%;
	}
	#pre .fv_bottom .theme {
		display: block;
	}

	/* --------------------------------
	管理部門と士業のための〜
	----------------------------------- */
	.intro_Wrap > *{
		width: 90%;
		margin: 0 auto;
	}
	.intro_Wrap h2 {
		font-size: 18px;
		line-height: 1.5;
		text-align: left;
	}
	.intro_Wrap .txt{
		text-align: left;
		margin-top: 15px;
	}

	/* --------------------------------
	事前公開特別セッション
	----------------------------------- */
	.session_Wrap .bottom-txt{
		font-size: 20px;
		margin-top: 50px;
	}

	/* --------------------------------
	メインセッション
	----------------------------------- */
	.main_session {
		width: 90%;
		padding: 50px 0;
	}
	.main_session h2 {
		font-size: 40px;
		line-height: 60px;
		width: 90%;
		margin: 0 auto;
	}
	.main_session .session {
		padding-bottom: 10px;
	}
	.main_session p.cap {
		margin: 10px auto 20px;
	}


    /* --------------------------------
	特別セッション
	----------------------------------- */
    .main_session.special_session .session {
        padding-bottom: 0;
    }
    .main_session.special_session h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

	/* --------------------------------
	前回開催概要
	----------------------------------- */
	.lnst-13_Wrap .ogp_link{
		width: 100%;
	}
	.lnst-13_Wrap .speakers_Box {
		padding: 15px;
		width: 100%;
	}
	.lnst-13_Wrap .speakers_Box ul {
		margin-top: 10px;
	}
	.lnst-13_Wrap .outline {
		margin: 20px auto;
	}
	.lnst-13_Wrap .outline dl {
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.lnst-13_Wrap .outline dl dt {
		width: 25%;
		font-size: 14px;
		line-height: 1.4;
		padding-left: 5px;
	}
	.lnst-13_Wrap .outline dl dd {
		width: 73%;
		font-size: 14px;
		line-height: 1.4;
	}
	.lnst-13_Wrap .speakers_Box ul li dl dt {
		width: 100%;
		margin-bottom: 5px;
		font-size: 14px;
		padding: 2px;
	}
	.lnst-13_Wrap .speakers_Box ul li dl dd {
		width: 100%;
		font-size: 14px;
		line-height: 1.4;
	}

	/* --------------------------------
	視聴された方の声
	----------------------------------- */
	.voice_Wrap .Wrap_ttl h2::after{
		left: -7px;
		width: 110%;
		height: 22px;
	}
	.voice_Wrap h2 {
		margin-bottom: 30px;
	}
	.voice_Wrap .voice_list{
		gap: 1rem;
		flex-direction: column;
	}
	.voice_Wrap .voice_list li {
		display: flex;
		justify-content: space-between;
		width: 100%;
		border-radius: 5px;
		padding: 20px 20px 10px;
		margin-bottom: 10px;
	}
	.voice_Wrap .voice_list li .data_area .profile{
		font-size: 1.2rem;
	}
	.voice_Wrap .voice_list li figure img {
        width: 45px;
    }
	.voice_Wrap .voice_list li .txt {
        width: 100%;
        line-height: 1.3;
        font-size: 1.4rem;
    }
	.voice_Wrap .voice_list li .txt .profile {
		font-size: 1.2rem;
		margin-top: 8px;
	}
}


@media screen and (max-width:420px) {
    .main_session.special_session h2 {
        font-size: 34px;
    }
}
