@charset "utf-8";

/* header title */
header div.title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #ffffff;
	text-align: center;
	width: 100%;
	max-width: 100%;
	margin: 68px auto 0;
	padding: 68px 0 120px;
	text-align: center;
	background: #002855;
	position: relative;
	background: url(../images/common/mv_bg.png) no-repeat top center/cover;
}
@media only screen and (max-width: 1140px) {
	header div.title {
		min-width: 100%;
	}
}
header div.title h1 {
	font-size: 56px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	background-color: #002855;
}
header div.title h1 img {
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

.mv_text_area {
	display: flex;
	/*justify-content: center;*/
	justify-content: center;
	gap: 0 60px;
	align-items: center;
	margin: 0;
	position: relative;
	z-index: 1;
	max-width: 98%;
}

.mv_lottie {
  width: 240px;   /* サイズはお好みで調整 */
  height: 400px;
  flex-shrink: 0;
}
.mv_text_area .logo {
	max-width: 38%;
	width: 50%;
}
.mv_text_area .data {
	/*width: 430px;*/
	width: 50%;
	max-width: 60%;
	text-align: left;
	margin-right: -50px;
}
.mv_text_area .data .time {
	font-size: 60px;
	color: #fff;
	position: relative;
	padding-right: 45px;
	display: inline;
	font-family: "LLAkkuratWeb-Regular", sans-serif;
}
@media only screen and (max-width: 1024px) {
	.mv_text_area .data .time {
		font-size: 40px;
	}
}
@media only screen and (max-width: 960px) {
	.mv_text_area .data .time {
		font-size: 32px;
	}	
}
.mv_text_area .data .time:after {
	content: "火";
	color: #062753;
	font-size: 28px;
	position: absolute;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	right: 0;
	bottom: 12px;
	margin: auto;
	line-height: 50px;
	text-align: center;
}
@media only screen and (max-width: 960px) {
	.mv_text_area .data .time:after {
		font-size: 20px;
		width: 30px;
		height: 30px;
		bottom: 2px;
		line-height: 30px;
	}
}
.mv_text_area .data .time span {
	font-size: 30px;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 960px) {
	.mv_text_area .data .time span {
		font-size: 22px;
	}
}

.mv_text_area .data p {
	font-size: 32px;
	margin: 10px 0;
}
@media only screen and (max-width: 1024px) {
	.mv_text_area .data p {
		font-size: 28px;
	}
}
@media only screen and (max-width: 960px) {
	.mv_text_area .data p {
		font-size: 22px;
	}	
}
.mv_text_area .data .linkbtn {
	width: 100%;
	margin-top: 35px;
}
.mv_text_area .data .linkbtn a {
	font-size: 30px;
	color: var(--white);
	text-align: center;
	background: var(--skyblue);
	border-radius: 45px;
	padding: 15px 30px;
	font-weight: bold;
	border: 2px solid var(--skyblue);
}
@media only screen and (max-width: 960px) {
	.mv_text_area .data .linkbtn a {
		font-size: 18px;
		padding: 15px 20px;
	}
}
.mv_text_area .data .linkbtn a:hover {
	background: var(--navy);
	color: var(--skyblue);
}

/* main */
main {
	font-size: 16px;
	padding: 0;
}

/* for fixed nav */
#greeting::before,
#outline::before,
#topics::before,
#live::before,
#faq::before {
	content: "";
	display: block;
	height: 70px;
	margin-top: -70px;
	visibility: hidden;
}

/* message */
#message {
	width: 1100px;
	margin: 0 auto;
	padding: 65px 0 0;
	text-align: center;
	line-height: 1.5
}
#message p {
	line-height: 2em;
}

/* greeting */
#greeting {
	width: 100%;
	background: var(--nav-bg-color);
	color: var(--white);
	width: 100%;
	display: flex;
	align-items: center;
}
#greeting h2 {
	color: var(--white);
	text-align: center;
}
#greeting h2 span {
	font-size: 60px;
	font-weight: bold;
	position: relative;
	display: inline;
	padding: 0 50px;
}
#greeting h2 span:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 47px;
	background: url(../images/common/title_icon_left.png) no-repeat center/cover;
	left: 0;
}
#greeting h2 span:after {
	position: absolute;
	content: "";
	width: 22px;
	height: 47px;
	background: url(../images/common/title_icon_right.png) no-repeat center/cover;
	right: 0;
}
#greeting p {
	line-height: 2em;
}
#greeting .wrap {
	flex-grow: 1;
    width: 50%;
    padding: 40px 3%;
    box-sizing: border-box;
    margin: 0;
}
#greeting .greeting_movie  {
        flex-grow: 1;
        width: 50%;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        min-height: 530px;
}
#greeting .greeting_movie img {
	width: 100%;
	height: auto;
}
#greeting .greeting_movie video {
	/*width: 100%;*/
 /*   height: 100%;*/
	width: 80%;
	height: 80%;
    object-fit: cover; 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*#greeting .greeting_movie:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	height: 100%;*/
/*    width: 120%;*/
/*    z-index: 2;*/
/*    overflow: hidden;*/
/*    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%,  rgba(0, 0, 0, 0.7) 25%,  rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100% );*/
/*}*/

/* outline */
#outline {
	width: 1400px;
	max-width: 98%;
	padding: 65px 0;
	color: var(--outline-color);
	margin: 0 auto;
}
#outline .wrap {
	padding: 65px 0;
}
#outline h2 {
	color: var(--navy);
	padding: 0 0 0 50px;
}
#outline h2:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 47px;
	background: url(../images/common/title_icon_left.png) no-repeat center/cover;
	left: 0;
}

#outline table {
	margin: 0 auto;
	width: 85%;
}
#outline table tr th {
	width: 130px;
	font-weight: bold;
	border-top: 1px solid var(--outline-table-border);
	padding: 12px 0 12px 10px;
	color: var(--outline-table-color);
	vertical-align: middle;
}
#outline table tr:first-child th {
	border-top: none;
}
#outline table tr td {
	border-top: 1px solid var(--outline-table-border);
	padding: 12px 0;
}
#outline table tr:first-child td {
	border-top: none;
}
#outline dl {
	width: 100%;
	display: flex;
	box-shadow: 0 5px 30px 0 rgba(0,0,0,.08);
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .08);
}
#outline dl dt {
	width: 360px;
	background: #002855;
	color: #fff;
	font-size: 20px;
	padding: 30px 60px;
	box-sizing: border-box;
	line-height: 1.4;
	max-width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#outline dl dd {
	width: 1040px;
	background: #fff;
	font-size: 20px;
	padding: 30px;
	box-sizing: border-box;
	line-height: 1.4;
	max-width: 70%;
}
#outline dl dd a.map {
	display: inline-flex;
	margin: 0 0 0 5px;
}

/* keynote */
#keynote {
	padding: 80px 0;
}
#keynote h2 {
	padding: 0 0 0 50px;
}
#keynote h2:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 47px;
	background: url(../images/common/title_icon_left.png) no-repeat center/cover;
	left: 0;
}
#keynote ul {
	display: flex;
	justify-content: center;
	gap: 50px 65px;
	flex-wrap: wrap;
	list-style: none;
	/* 4人にするためにあえて入れている余白↓4人になるときは消してください*/
	padding: 0 80px;
}
#keynote ul li {
	width: 300px;
	background: #fff;
	border-bottom: 5px solid var(--skyblue);
	box-shadow: 0 5px 30px 0 rgba(0,0,0,.08);
	text-align: center;
}
#keynote ul li p {
	font-size: 14px;
	margin: 15px 0;
}
#keynote ul li p.name {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}

/* sponsor */

#sponsor {
	padding: 100px 0 120px;
}
#sponsor h2 {
	padding: 0 0 0 50px;
}
#sponsor h2:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 47px;
	background: url(../images/common/title_icon_left.png) no-repeat center/cover;
	left: 0;
}
#sponsor h3 {
	width: 100%;
	background: var(--navy);
	color: var(--white);
	font-size: 22px;
	font-weight: bold;
	padding: 15px;
	margin: 60px 0 40px;
}
#sponsor ul {
	list-style:none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:70px;
	margin-bottom: 80px;
}
#sponsor ul li {
	/*width: 420px;*/
	width: 280px;
	box-shadow: 0 5px 30px 0 rgba(0,0,0,.08);
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 195px;
}
#sponsor ul.silver li,
#sponsor ul.bronze li {
	width: 280px;
}
#sponsor ul.basic li {
	width: 280px;
	width: 330px;
}
#sponsor ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
}
/*#sponsor ul.silver li a {*/
/*	padding: 60px 0;*/
/*}*/
#sponsor ul li a:hover {
	opacity: 0.7;
}
#sponsor ul li a img {
	width: 100%;
	height: auto;
}
#sponsor ul li a img.eps {
	width: 75%;
}
#sponsor ul li a img.a2 {
	width: 90%;
}
#sponsor ul li a img.smartrial {
	width: 90%;
}
/*#sponsor .bronze ul li a img {*/
/*	width: 240px;*/
/*}*/
#sponsor ul li a img.zifo {
	width: 48%;
}
#sponsor ul li a img.din4 {
	width: 85%;
}
#sponsor ul li a img.paraxel {
	width: 60%;
}
#sponsor ul li a img.fujitsu {
	width: 60%;
}
#sponsor ul li a img.hdw {
	width: 80%;
	margin: 20px 0;
}
#sponsor ul li a img.ppd-snbl {
	width: 70%;
}
#sponsor ul li a img.ntt-data {
	width: 70%;
}
#sponsor ul li a img.aspark_medical {
	width: 80%;
}
#sponsor p.txt {
	width: 1200px;
	margin: 0px auto;
	max-width: 95%;
	text-align: right;
	font-size: 16px;
}

/* topics */
#topics .wrap {
	padding: 65px 0;
}
ul.topics {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
ul.topics li {
	width: 320px;
	background-color: var(--topics-bg);
	list-style: none;
	margin: 20px 20px;
	box-shadow: 0px 3px 2px 0px rgba(100, 100, 100, 0.1);
}
ul.topics li .thumbnail {
	max-height: 180px;
	overflow: hidden;
}
ul.topics li .thumbnail img {
	width: 100%;
}
ul.topics li .description {
	padding: 10px 10px;
	font-size: 16px;
	color: var(--topics-discription);
}

/* program */
#program {
	background-color: var(--program-bg);
	padding: 65px 0;
	min-width: 1100px;
}
#program .wrap .title-container {
	background-color: var(--program-bg);;
	padding: 65px 0 40px;
	margin-bottom: 20px;
}
#program .wrap .title-container h3 {
	margin-bottom: 0;
}

/* faq */
#faq .wrap {
	padding: 65px 0 0;
}
#faq .faq_list {
	padding: 0 0 65px 0;
	list-style: none;
}
#faq .faq_list .faq_item {
	padding: 32px 0;
	border-bottom: solid var(--faq-border) 1px;
}
#faq .faq_list .faq_item p {
	margin: 18px 0;
	font-size: 18px;
}
#faq .faq_list .question {
	display: flex;
	align-items: center;
	color: var(--faq-color);
	font-weight: bold;
	padding: 0 0 12px 0;
}
#faq .faq_list .question::before {
	content: "Q";
	display: grid;
	place-items: center;
	margin: 0 12px 0 0;
	min-width: 30px;
	height: 30px;
	color: var(--faq-question-icon-font);
	background-color: var(--faq-question-icon-bg);
}
#faq .faq_list .answer {
	display: flex;
	align-items: center;
}
#faq .faq_list .answer::before {
	content: "A";
	display: grid;
	place-items: center;
	margin: 0 12px 0 0;
	min-width: 30px;
	height: 30px;
	color: var(--faq-answer-icon-font);
	background-color: var(--faq-answer-icon-bg);
}

/* register */
div.register {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
}
div.register .box-button {
	width: 310px;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0;
}
