@charset "utf-8";

/* header title */
header div.title {
	color: #ffffff;
	text-align: center;
	min-width: 1100px;
	margin: 0 auto;
	text-align: center;
	height: 750px;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 1900px) {
	header div.title {
		height: 680px;
	}
}
@media only screen and (max-width: 1700px) {
	header div.title {
		height: 560px;
	}
}
@media only screen and (max-width: 1199px) {
	header div.title {
		min-width: 100%;
	}
}
@media only screen and (max-width: 950px) {
	header div.title {
		height: 535px;
	}	
}
header div.title .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/common/main_visual.jpg') center top/cover no-repeat;
	opacity: 0;
	transform: translateY(250px);
	animation: fadeUpBg 1.5s ease-out forwards;
	z-index: 1;
}
@media only screen and (max-width: 950px) {
	header div.title .background {
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		background: url('../images/common/main_visual_tab.jpg') center top/cover no-repeat;
	}
}

@keyframes fadeUpBg {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

header div.title .wrap {
	position: relative;
	height: 100%;
}
header div.title h1 {
	position: absolute;
	z-index: 2;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	border: none;
	padding: 35px 15px;
	box-sizing: border-box;
	width: 330px;
	height: 180px;
	background: url(../images/common/main_visual_date_bg.png) no-repeat top center/cover;
	bottom: 180px;
	left: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 4;
}
@media only screen and (max-width: 1700px) {
	header div.title h1 {
		bottom: 100px;
	}
}
@media only screen and (max-width: 1199px) {
	header div.title h1 {
		left: 8%;
	}
}
@media only screen and (max-width: 950px) {
	header div.title h1 {
		bottom: 80px;
	}
}
header div.title h1 a {
	display: block;
	width: 100%;
	color: var(--white);
}
header div.title h1 .txt01 {
	font-size: 22px;
	text-align: center;
	font-feature-settings: "palt";
	margin: 0 0 10px;
	display: block;
}
header div.title h1 .txt01 em {
	font-style: normal;
	font-size: 32px;
}
header div.title h1 .txt01 .txt02 {
	font-size: 18px;
}
header div.title h1 .linkbtn {
	width: 80%;
	display: block;
	text-align: center;
	background: #FFD900;
	background: linear-gradient(0deg,rgba(255, 217, 0, 1) 35%, rgba(255, 244, 0, 1) 100%);
	color: #f90000;
	font-size: 18px;
	font-weight: bold;
	border-radius: 25px;
	padding: 10px 0;
	box-shadow: 2px 4px 0px -1px #870425;
	position: relative;
	margin: 0 auto;
}
header div.title h1 a:hover .linkbtn{
	background: linear-gradient(0deg,rgba(255, 188, 0, 1) 35%, rgba(255, 220, 0, 1) 100%);
}
header div.title h1 .linkbtn::after {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/common/top_btn_arrow.svg)no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}
header div.title .balloon {
	display: none;
}

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

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

/* special */
#special {
	width: 100%;
	background: var(--blue);
	padding: 0 0 80px;
	color: var(--white);
}
@media only screen and (max-width: 950px) {
	#special {
		padding: 0 0 15px;
	}
}

#special .speaker_list {
	display: flex;
	justify-content: center;
	gap: 60px;
	flex-wrap: wrap;
	list-style: none;
}
@media only screen and (max-width: 1199px) {
	#special .speaker_list {
		gap: 40px;
	}
}
@media only screen and (max-width: 950px) {
	#special .speaker_list {
		gap: 20px;
	}	
}
#special .speaker_list li {
	width: 280px;
	text-align: center;
	position: relative;
	min-height: 300px;
	padding-top: 230px;
	z-index: 100;
}
@media only screen and (max-width: 1199px) {
	#special .speaker_list li {
		width: 200px;
		min-height: 220px;
		padding-top: 150px;
	}
}

#special .speaker_list li .outer-frame {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background-color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: auto;
	outline: 5px solid var(--blue);
}
@media only screen and (max-width: 1199px) {
	#special .speaker_list li .outer-frame {
		width: 200px;
		height: 200px;
	    top: -65px;
	}
}

#special .speaker_list li .inner-frame {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background-color: #0FE0ED;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 1199px) {
	#special .speaker_list li .inner-frame {
		width: 200px;
		height: 200px;
	}
}

#special .speaker_list li .dot-border {
	width: 270px;
	height: 270px;
	border-radius: 50%;
	border: 5px dotted var(--blue);
	overflow: hidden;
	padding: 2px;
}
@media only screen and (max-width: 1199px) {
	#special .speaker_list li .dot-border {
		width: 190px;
		height: 190px;
	}
}

#special .speaker_list li .dot-border img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 5px solid var(--blue);
}
#special .speaker_list li .category {
	width: initial;
	background: var(--white);
	color: var(--blue);
	font-weight: bold;
	border-radius: 10px;
	padding: 10px 0;
	text-align: center;
	margin: 0 0 10px;
	font-size: 18px;
}
@media only screen and (max-width: 1199px) {
	#special .speaker_list li .category {
		font-size: 16px;
	}
}
#special .speaker_list li .name {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
	margin: 0 0 10px;
}
#special .speaker_list li .position {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
}
@media only screen and (max-width: 1199px) {
	#special .speaker_list li .name {
		font-size: 18px;
	}
	#special .speaker_list li .position {
		font-size: 14px;
	}
}

/* supporter */
#supporter {
	width: 100%;
	background: var(--white);
	padding: 40px 0;
	position: relative;
	z-index: 4;
}
#supporter h2 {
	color: var(--blue);
	font-size: 32px;
	font-weight: 900;
}
#supporter h2 span {
	font-size: 30px;
	font-weight: bold;
}

@media only screen and (max-width: 950px) {
	#supporter h2 {
		font-size: 28px;
	}
	#supporter h2 span {
		font-size: 22px;
	}
}

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

.d-demo__wrap {
	display: flex;
	overflow: hidden;
}

.d-demo__list {
	display: flex;
	list-style: none;
	gap:30px;
	align-items: center;
}

.d-demo__list-left {
	animation :infinity-scroll-left 95s infinite linear 0.5s both;
	margin-left: 30px;
}

.d-demo__item {
	width: calc(100vw / 10);
	text-align: center;
	background: var(--white);
	border-radius: 20px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 1299px) {
	.d-demo__item {
		width: calc(100vw / 8);
	}
}
@media only screen and (max-width: 950px) {
	.d-demo__item {
		width: calc(100vw / 6);
	}
}
@media only screen and (max-width: 768px) {
	.d-demo__item {
		width: calc(100vw / 4);
	}
}
.d-demo__item a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.d-demo__item img {
	width: 90%;
	height: auto;
}
.d-demo__item img.ai {
	width: 55%;
}
.d-demo__item img.ftime {
	width: 70%;
}
.d-demo__item img.scsk {
	width: 70%;
}
.d-demo__item img.tsuzuki {
	width: 80%;
}
.d-demo__item img.tmj {
	width: 55%;
}
.d-demo__item img.nice {
	width: 55%;
}
.d-demo__item img.biztel {
	width: 70%;
}
.d-demo__item img.pksha {
	width: 80%;
}
.d-demo__item img.mobilus {
	width: 80%;
}
.d-demo__item img.bellsystem {
	width: 80%;
}
.d-demo__item img.abeam {
	width: 80%;
}
.classmethod_mixpanel a img {
	width: 100%;
	height: auto;
}
.d-demo__item img.nomura {
	width: 100%;
}
.d-demo__item img.omotenashi {
	width: 55%;
}
.d-demo__item img.learningit {
	width: 35%;
}

/* message */
#message {
	width:100%;
	margin: 0 auto;
	padding: 106px 0 41px;
	text-align: center;
	line-height: 1.5;
	background: #FFFFFF;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(219, 250, 252, 1) 100%);
	position: relative;
	z-index: 4;
}
#message:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url('../images/common/event_theme_bg.png') no-repeat bottom center/cover;
	left: 0;
	top: 0;
}
#message p {
	line-height: 2em;
	/*width: 600px;*/
	width: 702px;
	max-width: 80%;
	font-weight: 400;
	font-size: 18px;
	margin: 40px auto;
}
@media only screen and (max-width: 950px) {
	#message p {
		max-width: 60%;
		font-size: 16px;
	}
}
#message h2 {
	color: var(--blue);
	font-family: "jumble", sans-serif;
	font-size: 50px;
	font-weight: bold;
}
#message h2 span {
	font-size: 22px;
	font-weight: bold;
}
#message h3 {
	background: var(--blue);
	color: var(--white);
	display: inline;
	/*padding: 0px 15px 6px 15px;*/
	padding: 0px 40px 6px 40px;
	font-size: 60px;
	margin: 40px 0;
	line-height: 0.8;
	font-feature-settings: "palt";
}
@media only screen and (max-width: 950px) {
	#message h3 {
		padding: 0px 10px;
		font-size: 40px;
	}
}

#message .wrap {
	position: relative;
}
#message .img {
	position: absolute;
	/*left: -80px;*/
	left: -95px;
	bottom: -81px;
}
@media only screen and (max-width: 1199px) {
	#message .img {
		left: 0;
		width: 18%;
	}
	#message .img img {
		width: 100%;
		height: auto;
	}
}

/* greeting */
#greeting {
	padding: 65px 0;
	min-width: 1100px;
}
#greeting p {
	line-height: 2em;
}

/* outline */
#outline {
	min-width: 1100px;
	background-color: var(--white);
	padding: 200px 0 65px;
	color: var(--outline-color);
	position: relative;
}
@media only screen and (max-width: 1199px) {
	#outline {
		min-width: 100%;
	}
}
@media only screen and (max-width: 950px) {
	#outline {
		padding: 70px 0 35px;
	}
}
#outline:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/common/overview_bg.png) no-repeat center top;
	bottom: 0;
	left: 0;
}
#outline .gate{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}
@media only screen and (max-width: 1465px) {
	#outline .gate {
		background: url(../images/common/overview_gate_min.png) no-repeat top center/cover;
		height: 100%;
	}
}
@media only screen and (max-width: 1199px) {
	#outline .gate{
		width: 98%;
		margin: 0 auto;
        background-position: top center;
        background-size: contain;
	}
}

#outline .gate img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 1465px) {
	#outline .gate img {
		display: none;
	}
}
#outline .wrap {
	background-color: var(--outline-wrap);
	padding: 65px 0;
}
#outline h2 {
	color: var(--outline-title);
	font-family: "jumble", sans-serif;
	font-size: 50px;
	font-weight: bold;
}
@media only screen and (max-width: 950px) {
	#outline h2 {
		margin: 0 0 20px 0;
	}
}
#outline h2 span {
	font-size: 22px;
	font-weight: bold;
}
#outline h2:before {
	background: var(--outline-title);
}
#outline table {
	margin: 0 auto;
	width: 85%;
}
@media only screen and (max-width: 1465px) {
	#outline table {
		width: 70%;
	}
}
@media only screen and (max-width: 1130px) {
	#outline table {
		margin: 0 auto;
		width: 75%;
	}
}
@media only screen and (max-width: 940px) {
	#outline table {
		width: 65%;
	}	
}
#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;
	text-align: left;
}
#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:after{
	content: "";
	height: 415px;
	width: 1600px;
	max-width: 100%;
	background: url(../images/common/overview_bottom.png) no-repeat bottom center;
	position: absolute;
	bottom: 0;
}
@media only screen and (max-width: 950px) {
	#outline:after{
			height: 200px;
			background-size: contain;
		}
}

/* access */
#access {
	width: 100%;
	background: var(--blue);
	padding: 80px 0;
	color: var(--white);
	position: relative;
	z-index: 3;
}
#access h2 {
	color: var(--white);
	font-family: "jumble", sans-serif;
	font-size: 50px;
	font-weight: bold;
}
#access h2 span {
	font-size: 22px;
	font-weight: bold;
}
#access p {
	text-align: center;
	font-weight: bold;
}
#access ul {
	width: 800px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#access ul li {
	width: 45%;
	list-style-type: none;
	line-height: 1.2;
	font-weight: bold;
}
#access ul li:before {
	content: "●";
	margin-right: 10px;
}
#access .map {
	width: 920px;
	height: 450px;
	margin: 40px auto 0;
	max-width: 95%;
}
#access .map iframe {
	width: 100%;
}
/* topics */
#topics {
	width: 100%;
	padding: 40px 0 250px;
	background-image: repeating-linear-gradient(135deg, #fff500, #fff500 40px, #ffff87 40px, #ffff87 80px);
	position: relative;
	z-index: 4;
}
@media only screen and (max-width: 950px) {
	#topics {
		padding: 40px 0 100px;
	}
}
#topics:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: url('../images/common/headline_after_bg.png') no-repeat bottom center/cover;
	margin-top: 0;
}
#topics:after{
	content: "";
	width: 100%;
	height: 293px;
	background: url(../images/common/headline_bg.png) no-repeat bottom center;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
@media only screen and (max-width: 950px) {
	#topics:after{
		background-size: contain;
		height: 200px;
	}
}
#topics .wrap {
	padding: 0 0 65px;
}
#topics h2 {
	margin: 40px 0 80px;
	color: var(--blue);
	font-family: "jumble", sans-serif;
	font-size: 50px;
	font-weight: bold;
}
#topics h2 span {
	font-size: 22px;
	font-weight: bold;
}
#topics h2.voice {
	margin: 80px 0 40px;
}
ul.topics {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	gap: 40px;
	position: relative;
    z-index: 1;
}
ul.topics li {
	width: 540px;
	max-width: 48%;
	background-color: var(--topics-bg);
	padding: 30px;
	box-sizing: border-box;
	list-style: none;
	box-shadow: 0px 3px 2px 0px rgba(100, 100, 100, 0.1);
}
@media only screen and (max-width: 1199px) {
	ul.topics li {
		max-width: 46%;
	}
}
@media only screen and (max-width: 950px) {
	ul.topics li {
		padding: 15px;
	}
}
ul.topics li .thumbnail {
	overflow: hidden;
}
ul.topics li .thumbnail img {
	width: 100%;
}
ul.topics li h3 {
	color: var(--blue);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
ul.topics li .description {
	padding: 10px 10px;
	font-size: 16px;
	color: var(--topics-discription);
}
ul.topics li p {
	margin: 0;
	line-height: 1.6;
	font-size: 16px;
	min-height: 150px;
}
ul.topics li div.linkbtn {
	text-align: center;
	color: var(--yellow);
	background: var(--blue);
	border-radius: 25px;
	margin: 15px auto 0;
	display: block;
	width: 60%;
	padding: 10px 0;
	font-weight: bold;
	font-size: 16px;
}
ul.topics li div.linkbtn a {
	display: block;
	color: var(--yellow);
	width: 100%;
}
ul.topics li div.linkbtn a:hover {
	text-decoration: none;
}
/*ul.topics li div.linkbtn a:hover div.linkbtn {*/
/*	background: #4ca0ff;*/
/*	opacity: 1;*/
/*}*/
ul.topics li div.linkbtn:hover {
	opacity: 1;
	background: #4ca0ff;
}
#topics p.text01 {
	text-align: center;
	color: var(--blue);
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	margin: 0 0 20px;
}
#topics p.text01 span.number {
	font-size: 30px;
}
#topics p.text01 span.small {
	font-size: 14px;
}
#topics ul.voice_list {
	list-style: none;
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
@media only screen and (max-width: 1199px) {
	#topics ul.voice_list {
		max-width: 80%;
	}
}
@media only screen and (max-width: 950px) {
	#topics ul.voice_list {
		max-width: 73%;
	}	
}
#topics ul.voice_list li {
	border: 5px solid var(--blue);
	background: var(--white);
	padding: 20px;
	border-radius: 20px;
	color: var(--blue);
	font-size: 16px;
	width: 45%;
	font-weight: bold;
	position: relative;
}
#topics ul.voice_list li:nth-child(1):before,
#topics ul.voice_list li:nth-child(3):before{
	content: "";
	position: absolute;
	top: 45%;
	left: -40px;
	margin-top: -15px;
	border: 20px solid transparent;
	border-right: 20px solid var(--blue);
}
#topics ul.voice_list li:nth-child(2):before,
#topics ul.voice_list li:nth-child(4):before{
	content: "";
	position: absolute;
	top: 45%;
	left: 100%;
	margin-top: -15px;
	border: 20px solid transparent;
	border-left: 20px solid var(--blue);
}
#topics ul.voice_list li:nth-child(1):after {
	content: "";
	width: 90px;
	height: 90px;
	background: url(../images/common/voice_icon01.png)no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -125px;
}
#topics ul.voice_list li:nth-child(2):after {
	content: "";
	width: 90px;
	height: 90px;
	background: url(../images/common/voice_icon02.png)no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -125px;
}
#topics ul.voice_list li:nth-child(3):after {
	content: "";
	width: 90px;
	height: 90px;
	background: url(../images/common/voice_icon03.png)no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -125px;
}
#topics ul.voice_list li:nth-child(4):after {
	content: "";
	width: 90px;
	height: 90px;
	background: url(../images/common/voice_icon04.png)no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -125px;
}
.voice_photo {
	width: 1100px;
	max-width: 90%;
	margin: 40px auto 0;
	background: var(--white);
	padding: 15px;
	overflow: hidden;
}
.voice_photo ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.voice_photo ul li {
	width: 345px;
}
.voice_photo ul li img {
	width: 100%;
	height: auto;
}
/* sponsor */
#sponsor {
	width: 100%;
	padding: 80px 0;
	background-image: repeating-linear-gradient(135deg, #79eef5, #79eef5 40px, #99f2f8 40px, #99f2f8 80px);
	position: relative;
}
#sponsor:after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/common/sponsor_bg.png) no-repeat bottom center/cover;
	top: 0;
	left: 0;
	position: absolute;
}
#sponsor .wrap {
	position: relative;
}
#sponsor .box {
	background: var(--white);
	padding: 40px;
	width: 100%;
	border-radius: 30px;
	margin: 0 0 60px;
	box-shadow: 9px 10px 0px 2px #0EE1EC;
	text-align: center;
	position: relative;
	z-index: 5;
}
@media only screen and (max-width: 1199px) {
	#sponsor .box {
		width: 95%;
		margin: 0 auto 60px;
	}
}
#sponsor .ribbon {
	display: inline-block;
	position: relative;
	height: 45px;
	text-align: center;
	box-sizing: border-box;
}

#sponsor .ribbon::before {
	content: '';
	position: absolute;
	width: 10px;
	bottom: -10px;
	left: -26px;
	z-index: 1;
	border: 20px solid var(--blue);
	border-left-color: transparent;
}

#sponsor .ribbon::after {
	content: '';
	position: absolute;
	width: 10px;
	bottom: -10px;
	right: -26px;
	z-index: 1;
	border: 20px solid var(--blue);
	border-right-color: transparent;
}

#sponsor .ribbon h3 {
	display: inline-block;
	width: 400px;
	position: relative;
	margin: 0;
	padding: 0 20px;
	line-height: 45px;
	font-size: 22px;
	color: var(--white);
	background: var(--blue);
	z-index: 2;
}

#sponsor .ribbon h3::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 15px #002796;
}

#sponsor .ribbon h3::after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-left: solid 15px #002796;
}
#sponsor .sponsor_img01,
#sponsor .sponsor_img02 {
	position: absolute;
	z-index: 5;
}
#sponsor .sponsor_img01 {
	bottom: -140px;
	left: -180px;
}
#sponsor .sponsor_img02 {
	bottom: -140px;
	right: -220px;
}

#sponsor ul.sponsor_list {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 80px 90px;
	flex-wrap: wrap;
	margin: 60px 0;
	align-items: center;
}
#sponsor ul.sponsor_list li {
	width: 250px;
}
#sponsor ul.sponsor_list li img {
	width: 100%;
	height: auto;
}
#sponsor ul.sponsor_list li img.ai {
	width: 65%;
}
#sponsor ul.sponsor_list li img.scsk {
	width: 80%;
}
#sponsor ul.sponsor_list li img.ftime {
	width: 80%;
}
#sponsor ul.sponsor_list li img.tsuzuki {
	width: 90%;
}
#sponsor ul.sponsor_list li img.tmj {
	width: 75%;
}
#sponsor ul.sponsor_list li img.nice {
	width: 65%;
}
#sponsor ul.sponsor_list li img.pksha {
	width: 85%;
}
#sponsor ul.sponsor_list li img.mobilus {
	width: 85%;
}
#sponsor ul.sponsor_list li img.biztel {
	width: 90%;
}
#sponsor ul.sponsor_list li img.omotenashi {
	width: 70%;
}
#sponsor ul.sponsor_list li img.learningit {
	width: 40%;
}
#sponsor ul.sponsor_list li img.nomura {
	width: 100%;
}
#sponsor ul.sponsor_list li img.bell {
	width: 90%;
}
#sponsor ul.sponsor_list li a:hover img {
	opacity: 0.7;
}
#sponsor ul.sponsor_list.media li{
	width: 240px;
}
#sponsor ul.sponsor_list.cooperate li{
	width: 200px;
}
#sponsor ul.sponsor_list.fast li{
	width: 240px;
}

/* 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_btn {
	width: 460px;
	height: 120px;
	margin: 60px auto 15px;
}
@media only screen and (max-width: 1199px) {
	.faq_btn {
		max-width: 90%;
	}
}
.faq_btn a {
	display: block;
	width: 100%;
	text-align: center;
	color: var(--white);
	font-size: 35px;
	font-weight: bold;
	line-height: 120px;
	background: url(../images/common/faq_bg.png) no-repeat center/cover;
}
.faq_btn a:visited {
	color: var(--white);
}
.faq_txt {
	font-size: 14px;
	text-align: center;
	color: var(--black);
	line-height: 1.6;
	margin: 0;
}
.faq_btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#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);
}

/* fast series */
#fastseries {
	width: 100%;
	padding: 80px 0;
	background: #E3F6FD;
	position: relative;
}
@media only screen and (max-width: 950px) {
	#fastseries {
		padding: 80px 0 120px;
	}
}
#fastseries .logo {
	width: 300px;
	margin: 40px auto;
	max-width: 65%;
}
#fastseries .logo img {
	width: 100%;
	height: auto;
}
#fastseries p {
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
	color: var(--blue);
	font-weight: bold;
}
#fastseries p.txt01 {
	color: var(--black);
	font-weight: normal;
	font-size: 16px;
}
#fastseries p.txt01 a {
	color: var(--blue);
	text-decoration: underline;
	font-weight: bold;
}
#fastseries p.txt01 a:hover {
	text-decoration: none;
}
#fastseries .ship {
	position: absolute;
	width: 196px;
	bottom: 0;
	right: 10%;
}
@media only screen and (max-width: 1199px) {
	#fastseries .ship {
		width: 12%;
		right: 5%;
	}
}
#fastseries .ship img {
	width: 100%;
	height: auto;
}

/* 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;
}
