@charset "utf-8";
body{
	background-color:#F4F4F4;
}

.btn01 a{
	background: #137CD3;
}

#contents_area{
	color:#313131;
}

#contents_area a{
	color:#313131;
}

footer{
	background:#464646;
}

footer ul.footer_nav li.footer_contact{
	background:#555;
}

.movie{
	margin-bottom:50px;
}

.movie iframe{
	width:100%;
	height:500px;
}

.image_area{
	margin-top:30px;
	text-align:center;
}

.company_bg .company_vi{
	max-width:1100px;
	margin:auto;
	padding-top:110px;
	min-height:440px;
	padding-left:60px;
}

.company_bg .company_vi .company_logo{
	position:absolute;
	top:110px;
}

.company_bg .company_vi h2{
	font-size: 36px;
	line-height: 53px;
	margin-left:150px;
	font-weight:600;
}

.company_bg .company_vi h3{
	font-size: 22px;
	line-height: 33px;
	margin-left:150px;
	font-weight:600;
}

.company_bg .company_vi p{
	font-weight: 500;
	font-size: 16px;
	line-height: 180%;
	margin-top:40px;
}

.company_bg .company_vi h4{
	font-size: 16px;
	line-height: 23px;
	margin-top:20px;
}

ul.sdgs_list{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	padding-bottom:20px;
}

ul.sdgs_list li{
	border-top:solid 7px #ccc;
	border-bottom:solid 7px #ccc;
}

ul.sdgs_list li:first-child{
	border-left:solid 7px #ccc;
}

ul.sdgs_list li:last-child{
	border-right:solid 7px #ccc;
}

ul.sdgs_list li img{
	display:block;
}

#contents_area{
	padding-top:40px;
	padding-bottom:40px;
}

section h3{
	font-weight: 500;
	font-size: 24px;
	line-height: 180%;
	letter-spacing: 0.015em;
	color: #137CD3;
	margin-top:50px;
	font-weight:600;
}

section h4{
	font-size: 20px;
	line-height: 180%;
	letter-spacing: 0.015em;
	margin-top:40px;
	font-weight:600;
}

section p{
	font-size: 16px;
	line-height: 180%;
	margin-top:20px;
}

section p.attend{
	font-size: 14px;
	line-height: 180%;
	margin-top:20px;
}

#guest{
	padding:25px 0 60px 0;
	color:#221714;

}

#guest .guest_area{
	background: #fff;
	border-radius: 30px;
	padding:40px 50px;
}

#guest .guest_area h4{
	margin-top:0;
	text-align:center;
}

#guest .guest_area ul.event_list{
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
	margin-top:25px;
}

#guest .guest_area ul.event_list.one{
	justify-content:center;
}

#guest .guest_area ul.event_list li{
	background: #EBEBEB;
	width:49%;
	padding:20px;
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
}

#guest .guest_area ul.event_list li .img_area{
	width:200px;
}

#guest .guest_area ul.event_list li .text_area{
	flex:1;
}

#guest .guest_area ul.event_list li .text_area{
	flex:1;
}

#guest .guest_area ul.event_list li .text_area h5{
	font-size: 18px;
	font-weight:600;
}

#guest .guest_area ul.event_list li .text_area hr{
	margin:10px 0;
	border-top: 1px solid #221714;
}

#guest .guest_area ul.event_list li .text_area p{
	font-weight: 300;
	font-size: 15px;
	line-height: 180%;
	margin-top:0;
}

#guest .guest_area h4.title_speaker{
	text-align:left;
	font-size: 16px;
	line-height: 23px;
	margin-top:30px;
}

#guest ul.speaker_area{
	background: #EBEBEB;
	padding:20px 15px;
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-top:25px;
z}

#guest ul.speaker_area li:first-child{
	width:86px;
}

#guest ul.speaker_area li:last-child{
	flex:1;
	margin-left:15px;
}

#guest ul.speaker_area li:last-child h5{
	font-size: 16px;
	line-height: 23px;
}

#guest ul.speaker_area li:last-child h5 span{
	font-size: 14px;
	line-height: 20px;
	color: #939393;
	margin-left:10px;
}

#guest ul.speaker_area li:last-child p{
	font-size: 12px;
	line-height: 20px;
	margin-top:10px;
}

#guest .btn01{
	margin-top:40px;
}

#guest .btn01 a:after{
	display:none;
}

.link_area{
	margin-top:60px;
}

.link_area div{
	margin-bottom:10px;
}
.link_area a{
	font-size: 14px;
	line-height: 150%;
	text-decoration: underline;
	color:#221714;
}

#speech .speech_area{
	background: rgba(0, 0, 0, 0.24);
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 20px;
	padding:40px 0;
}

#speech .speech_area h4{
	text-align:center;
	font-weight:600;
	font-size: 18px;
	line-height: 26px;
	margin-top:0;
}

#speech .speech_area .mv_area{
	margin-top:40px;
	text-align:center;
}


footer{
	margin-top:0;
}

.lity {
	z-index: 9999999 !important;
}
@media only screen and (min-width: 1000px) {
}

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

	.company_bg .company_vi{
		padding-left:20px;
		padding-right:20px;
	}

}


@media only screen and (min-width: 900px) {
}

@media only screen and (min-width: 769px) {

	.company_bg .company_vi .company_logo img{
		width:131px;
	}


}

@media (max-width: 768px) {

	.movie iframe{
		height:400px;
	}

	#guest .guest_area ul.event_list li{
		display:block;
	}

	#guest .guest_area ul.event_list li .img_area{
		width:auto;
	}

	#guest .guest_area ul.event_list li img{
		width:100%;
	}

	#guest .guest_area ul.event_list li .text_area h5{
		margin-top:10px;
		font-size:15px;
	}

	#guest .guest_area ul.event_list li .text_area p{
		font-size:12px;
		line-height:150%;
	}

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

}


@media (max-width: 767px) {

	.movie iframe{
		height:170px;
	}

	.company_bg .company_vi h2{
		margin-left:0;
		font-size: 20px;
		line-height: 30px;
		margin-bottom:10px;
	}

	.company_bg .company_vi .company_logo{
		position:unset;
		width:60px;
		float:left;
	}

	.company_bg .company_vi h3{
		margin-left:0;
		font-size: 12px;
		line-height: 18px;
		padding:15px 0 0 10px;
		float:left;
	}

	.company_bg .company_vi p{
		font-size: 12px;
		line-height: 180%;
		margin-top:15px;
	}

	ul.sdgs_list{
		margin-top:8px;
	}

	ul.sdgs_list li{
		border-top:solid 5px #ccc;
		border-bottom:solid 5px #ccc;
	}

	ul.sdgs_list li:first-child{
		border-left:solid 5px #ccc;
	}

	ul.sdgs_list li:last-child{
		border-right:solid 5px #ccc;
	}

	ul.sdgs_list li img{
		width:33px;
		height:33px;
	}

	section h3{
		font-size: 18px;
		margin-top:30px;
	}

	section h4{
		font-size: 16px;
		margin-top:20px;
	}

	section p{
		font-size: 14px;
		margin-top:20px;
		margin-bottom:30px;
	}

	#guest .container{
		padding-left:0;
		padding-right:0;
	}

	#guest .guest_area{
		padding:40px 20px 20px 20px;
		border-radius:0;
	}


	#speech .speech_area{
		padding:30px 0;
	}

	#speech .speech_area .mv_area{
		margin:30px auto 0 auto;
		max-width:260px;
	}


}
