@charset "utf-8";
/*----------------------------------------------
	.l_wrap
---------------------------------------------*/
.l_wrap {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:1000px) {
  .l_wrap {
    width: 90%;
  }
}

/*----------------------------------------------
	.l_header
---------------------------------------------*/
#top .l_header {
	text-align: center;
	position: relative;
	height: 830px;
}

#top .l_header::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	background: url(../images/mv.png) no-repeat;
	/* background-position: left 55% top 50%; */
	background-position: left 0 top 70%;
	background-size: cover;
	width: 100%;
	height: 830px;
}

/* .l_header::after{
	content:"";
	background: rgb(174,212,236);
	background: linear-gradient(180deg, rgba(174,212,236,0) 0%, rgba(174,212,236,1) 100%);
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 50px;
	display: block;
} */

.l_title{
	max-width: 990px;
	width: 90vw;
	position: relative;
	z-index: 100;
}

.l_theme{
	max-width: 1063px;
	width: 90vw;
	position: relative;
  z-index: 100;
}

@media screen and (max-width:1000px) {
  #top .l_header::before{
		content: "";
		height: 70vw;
	}
	#top .l_header {
		height: 70vw;
	}
}

/*----------------------------------------------
	.l_note
---------------------------------------------*/
.l_note{
	max-width: 810px;
	width: 90vw;
	margin: 0 auto auto;
	position: relative;
}

@media screen and (max-width:1000px) {
  .l_note{
		margin: 0 auto auto;
	}
}

/*----------------------------------------------
	.l_form
---------------------------------------------*/
.l_form{
	text-align: center;
	margin: auto;
}

/*----------------------------------------------
	.l_browser
---------------------------------------------*/
.l_browser {
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 10px 0px #17204B14;
}

/*----------------------------------------------
	.l_tabs
---------------------------------------------*/
.l_tabs {
	display: flex;
	justify-content: space-between;
}

/*----------------------------------------------
	.l_container
---------------------------------------------*/
.l_container {
	border-top: 5px solid #005196;
	padding-bottom: calc(182px + 60px);
}

.l_container::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	background: url(../images/bg.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -100;
}

#video .l_container {
	padding-bottom: 0;
}

@media screen and (max-width: 1000px) {
	#video .l_container {
		padding-bottom: 250px;
	}
}

/*----------------------------------------------
	.l_content
---------------------------------------------*/
.l_content {
	padding: 50px 30px 30px;
	background: #fff;
	border: 1px solid #0089742a;
	box-shadow: 0 0 10px 0 #17204B1a;
}

.l_content.is_custom01 {
	padding: 30px 20px 30px 30px;
	height: 377px;
	overflow: hidden;
	width: 300px;
	box-shadow: none;
}

.l_content.is_custom02{
	padding: 20px 10px 20px 20px;
	height: 180px;
}

.is_custom01 #l_rss{
	height: 297px;
	padding-right: 10px;
	overflow-y: scroll;
}

.is_custom02 #l_rss{
	height: 110px;
	padding-right: 10px;
	overflow-y: scroll;
}


/*----------------------------------------------
	.l_pagetop
---------------------------------------------*/
.l_pagetop {
	position: fixed;
	right: 25px;
	z-index: 999;
	bottom: 250px;
	border: 1px solid #fff;
}

.l_pagetop a {
	line-height: 0;
	display: block;
}

@media screen and (max-width:1000px) {
  .l_pagetop {
		bottom: 100px;
	}
}

/*----------------------------------------------
  .l_footer_area
---------------------------------------------*/
.l_footer_area {
  position: relative;
  background: #ddd;
  color: #000;
}

/*----------------------------------------------
  .l_contact_area
---------------------------------------------*/
.l_contact_area {
  padding-bottom: 0px;
  background: #0082CA;
  padding: 20px 0;
  clear: both;
}

.l_contact_area .c_contact_type02:first-child {
  padding-left: 55px;
}

/*----------------------------------------------
  .l_double
---------------------------------------------*/
.l_double {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.l_double > * {
  width: 50%!important;
}


/*----------------------------------------------
  .l_copyright
---------------------------------------------*/
.l_copyright {
  padding: 10px;
  font-size: 1.2rem;
  background: #0495BC;
  color: #FFF;
	text-align: center;
}

/*----------------------------------------------
	.l_item
---------------------------------------------*/
.l_item {
	display: flex;
	align-items: flex-start;
}

.l_chair div:not(:last-of-type){
	margin-bottom: 10px;
}

/*----------------------------------------------
	.l_movie_bg
---------------------------------------------*/
.l_movie_bg {
	width: 100%;
	min-width: 1000px;
	/* margin-bottom: calc(15vw); */
}


.l_movie {
	position: absolute;
	top: 50px;
	right: calc(50% - (((100vw * 0.6) * 0.8) / 2));
	z-index: 999;
	/* height: 495px; */
	width: calc((100vw * 0.6) * 0.8);
	/* min-width: calc((1000px * 0.6) * 0.8); */
	padding: 5px 2px 8px;
	border-left: 15px solid #17204B;
	border-right: 15px solid #17204B;
	border-top: 11px solid #4D808B;
	border-bottom: 30px solid #17204B;
}

/* l_movie base color */
.l_movie::after {
	display: inline-block;
	position: absolute;
	top: -3px;
	left: -5px;
	z-index: -100;
	width: calc((100vw * 0.6) * 0.8 - 20px);
	/* min-width: calc((1000px * 0.6) * 0.8 - 20px); */
	height: 101%;
	background: rgb(5,116,141);
	background: linear-gradient(180deg, #05748D 0%, #05748D 100%);
	content: "";
}

.l_movie_container {
	position: relative;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
}

.l_movie_container iframe {
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width: 1000px) {
	.l_movie_bg {
		display: none;
	}
	.l_movie {
		position: relative;
		width: 90vw;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
		/* right: calc(50% - (((1000px * 0.6) * 0.8) / 2)); */
		background: none;
		border: none;
	}
	.l_movie::after{
		content: none;
	}
}

.l_presenter{
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #D1D3D5;
}

section .l_presenter:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
}