@charset "UTF-8";

/* wrapper
----------------------------------------*/
.wrapper{
	padding-top: 40px;
}

@media screen and (max-width: 767px){
	.wrapper{
		padding-top: 30px;
	}
}


/* mv
----------------------------------------*/
.mv{
	padding: 0 5%;
}


/* title
----------------------------------------*/
.title{
	position: relative;
	max-width: 1100px;
	margin: 0 auto 25px;
	background: rgba(255,255,255,0.96);
}
.title::before{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background: linear-gradient(90deg,#00ccc5,#004a8a);
}
.title > .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 20px;
}
.title-series{
	width: 27.35849056603774%;
	margin-top: 5px;
}
.title-series .logo{
	margin-bottom: 5px;
}
.title-series .number{
	text-align: right;
}
.title-series .number span{
	position: relative;
	color: #004a8a;
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 6.6rem;
	font-style: italic;
	font-weight: 700;
}
.title-series .number span::before{
	position: absolute;
	top: calc(50% - 3px);
	left: -55px;
	width: 50px;
	height: 3px;
	content: '';
	background: #004a8a;
}
.title-text{
	width: 69.81132075471698%;
}
.title-text .company{
	margin-bottom: 5px;
	color: #cc0000;
	font-feature-settings: "palt";
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4;
}
.title-text .heading{
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.3;
}

@media screen and (max-width: 767px){
	.title::before{
		height: 3px;
	}
	.title > .inner{
		padding: 15px;
	}
	.title-series{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin: 0 0 15px;
	}
	.title-series .logo{
		width: 73%;
		margin-bottom: 0;
	}
	.title-series .number{
		width: 22%;
	}
	.title-series .number span{
		font-size: 11vw;
	}
	.title-series .number span::before{
		left: -60%;
		width: 55%;
	}
	.title-text{
		width: 100%;
	}
	.title-text .company{
		font-size: 2.0rem;
	}
	.title-text .heading{
		font-size: 3.0rem;
	}
}


/* movie
----------------------------------------*/
.movie{
	max-width: 1000px;
	margin: 0 auto;
}


/* person
----------------------------------------*/
.person{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	background: #004a8a;
}
.person .name{
	width: 44.25%;
	color: #fff;
  font-size: 1.3rem;
	font-feature-settings: "palt";
	font-weight: 700;
	letter-spacing: 0.03em;
  line-height: 1.5;
}
.person .name:first-of-type{
	text-align: right;
}
.person .name b{
	font-size: 130%;
}
.person .name span{
  font-size: 215%;
}
.person .cross{
  width: 5.5%;
}

@media screen and (max-width: 767px){
	.person{
		padding: 15px;
	}
	.person .name{
		width: 100%;
		font-size: 1.1rem;
	}
	.person .name,
	.person .name:first-of-type{
		text-align: center;
	}
	.person .name span{
		font-size: 180%;
	}
	.person .cross{
		width: 20px;
		margin: 10px auto;
	}
}


/* lead
----------------------------------------*/
.lead{
	padding: 50px 5%;
}
.lead > .inner{
	max-width: 800px;
	margin: 0 auto;
}
.lead > .inner p{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}

@media screen and (max-width: 767px){
	.lead{
		padding: 30px 5%;
	}
	.lead > .inner p{
		font-size: 1.5rem;
	}
}


/* main
----------------------------------------*/
.main > .inner{
 	padding: 0 5% 80px;
}

@media screen and (max-width: 767px){
	.main > .inner {
		padding: 0 5% 50px;
	}
}


/* section
----------------------------------------*/
.section{
	max-width: 800px;
	margin: 70px auto 0;
}
.section-heading{
	margin-bottom: 40px;
	padding: 20px 10px;
	border-top: solid 1px #004a8a;
	border-bottom: solid 1px #004a8a;
	color: #004a8a;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.section > p{
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 2;
}
.section > p:last-of-type{
	margin-bottom: 0;
}
.section > p .name1{
	font-weight: 700;
}
.section > p .name2{
	color: #c00;
	font-weight: 700;
}
.section a img{
	transition: 0.5s;
}
.section a img:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px){
	.section{
		margin: 50px auto 0;
	}
	.section-heading{
		margin-bottom: 30px;
		padding: 10px 0;
		font-size: 2.2rem;
	}
	.section > p{
		font-size: 1.5rem;
	}
}


/* photo
----------------------------------------*/
.photo-left, .photo-right{
	width: 47.5%;
}
.photo-left{
	float: left;
	margin: 5px 40px 70px 0;
}
.photo-right{
	float: right;
	margin: 5px 0 70px 40px;
}
.photo-center{
	margin: 40px auto;
}
.photo-caption{
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.photo-center_caption{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.photo-center_caption .name{
	width: calc(50% - 20px);
	margin-left: 10px;
	padding: 10px 0 10px 15px;
	border-left: solid 2px #004a8a;
	font-size: 1.5rem;
	line-height: 1.5;
}
.photo-center_caption .name span{
	font-size: 150%;
}
.photo{
	max-width: 700px;
  margin: 40px auto;
}
.photo-title{
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.photo-caption{
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px){
	.photo-left, .photo-right{
		float: none;
		width: 100%;
		margin: 30px auto;
	}
	.photo-center{
		margin: 30px auto;
	}
	.photo-caption{
		font-size: 1.3rem;
	}
	.photo-center_caption{
		margin-top: 15px;
	}
	.photo-center_caption .name{
		width: 100%;
		margin-left: 0;
		padding: 5px 0 5px 10px;
		font-size: 1.4rem;
	}
	.photo-center_caption .name + .name{
		margin-top: 10px;
	}
	.photo{
    margin: 30px auto;
  }
  .photo-title{
    font-size: 1.5rem;
  }
  .photo-caption{
    font-size: 1.3rem;
  }
}


/* graph
----------------------------------------*/
.graph{
  max-width: 700px;
  margin: 40px auto;
}
.graph img{
  border: solid 1px #ccc;
}
.graph-title{
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.graph-caption{
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px){
  .graph{
    margin: 30px auto;
  }
  .graph-title{
    font-size: 1.5rem;
  }
  .graph-caption{
    font-size: 1.3rem;
  }
}


/* information
----------------------------------------*/
.information{
	padding: 70px 5%;
	background: #004a8a;
}
.information > .inner{
	max-width: 800px;
	margin: 0 auto;
}
.information-heading{
	margin-bottom: 10px;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.8;
}
.information-text{
	margin-bottom: 40px;
	padding-bottom: 35px;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2;
}
.information-nbpc{
	max-width: 500px;
	margin: 30px auto 0;
}
.information-nbpc_logo{
	max-width: 290px;
	margin: 0 auto;
}
.information-nbpc_text{
	margin-top: 15px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
}
.information-pickup{
	max-width: 500px;
	margin: 0 auto;
}
.information-pickup_logo{
	max-width: 290px;
	margin: 0 auto;
}
.information-pickup_text{
	margin-top: 15px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
}
.information a,
.information-pickup a{
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}
.information a:hover,
.information-pickup a:hover{
	opacity: 0.7;
	transition: 0.5s;
}

@media screen and (max-width: 767px){
	.information{
		padding: 45px 5%;
	}
	.information-heading{
		font-size: 1.7rem;
	}
	.information-text{
		margin-bottom: 25px;
		padding-bottom: 20px;
		font-size: 1.3rem;
	}
	.information-nbpc{
		max-width: 290px;
		margin: 20px auto 0;
	}
	.information-pickup{
		max-width: 290px;
	}
	.information-nbpc_logo,
	.information-pickup_logo{
		width: 90%;
	}
	.information-nbpc_text,
	.information-pickup_text{
		font-size: 1.3rem;
	}
}


/* nextpage
----------------------------------------*/
.nextpage{
	padding: 70px 5%;
	background: #f7f7f7;
}

@media screen and (max-width: 767px){
	.nextpage{
		padding: 40px 5%;
	}
}


/* readmore
----------------------------------------*/
.readmore{
	max-width: 800px;
	margin: 0 auto;
}
.readmore-heading{
	margin-bottom: 30px;
	color: #004a8a;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.readmore-heading span{
	display: inline-block;
}
.readmore-text{
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 2;
}
.readmore-btn a{
	display: block;
	padding: 30px 10px;
	background: linear-gradient(90deg,#00ccc5,#004a8a);
	border-radius: 0.4em;
	color: #fff;
	font-feature-settings: "palt";
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: 0.5s;
}
.readmore-btn a:hover{
	opacity: 0.7;
}
.readmore-btn a small{
	font-size: 80%;
}
#note_text{
	margin-top: 25px;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px){
	.readmore-heading{
		margin-bottom: 20px;
		font-size: 2.0rem;
	}
	.readmore-text{
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	.readmore-btn a{
		padding: 15px 10px;
		font-size: 2.2rem;
	}
	.readmore-btn a small{
		display: block;
		margin-bottom: 5px;
	}
	#note_text{
		margin-top: 15px;
		font-size: 1.3rem;
	}
}


/* pagenation
----------------------------------------*/
.pagenation{
	max-width: 800px;
  margin: 50px auto;
}
.pagenation-list{
  display: flex;
  justify-content: center;
}
.pagenation-list li{
  width: 50px;
  height: 50px;
	margin: 0 0.4em;
  border: solid 2px #004a8a;
  line-height: 50px;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}
.pagenation-list .current{
  background: #004a8a;
  color: #fff;
}
.pagenation-list .link a{
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #004a8a;
  text-decoration: none;
  transition: 0.5s;
}
.pagenation-list .link a:hover{
  background: #004a8a;
  color: #fff;
}

.readmore + .pagenation{
  margin: 30px auto 0;
}

@media screen and (max-width: 767px){
	.pagenation{
		margin: 30px auto;
	}
  .pagenation-list li{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.0rem;
  }
}


/* contact
----------------------------------------*/
.contact{
	padding: 100px 5%;
	background: #004a8a;
}
.contact > .inner{
	max-width: 900px;
	margin: 0 auto;
}
.contact-logo{
	max-width: 390px;
	margin: 0 auto;
}
.contact-text{
	margin-top: 30px;
	font-size: 1.6rem;
	text-align: center;
}
.contact-text a{
	color: #fff;
}
.contact-text a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 767px){
	.contact{
		padding: 50px 5%;
	}
	.contact-logo{
		max-width: 80%;
	}
	.contact-text{
		margin-top: 30px;
		font-size: 1.4rem;
	}
}


/* series
----------------------------------------*/
.series{
	padding: 80px 5%;
	background: #f7f7f7;
}
.series > .inner{
	max-width: 1000px;
	margin: 0 auto;
}
.series-heading{
	margin-bottom: 30px;
	color: #004a8a;
	font-size: 3.0rem;
	text-align: center;
}
.series-text{
	font-feature-settings: "palt";
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: center;
}
.series-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.series-list li{
	width: 47.5%;
}
.series-list li:nth-child(2n){
	margin-left: 5%;
}
.series-list li:nth-child(n+3){
	margin-top: 50px;
}
.series-list_number{
	position: relative;
  text-align: right;
}
.series-list_number::before{
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #004a8a;
}
.series-list_number span{
	position: relative;
	padding-left: 5px;
	background: #f7f7f7;
	color: #004a8a;
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-style: italic;
	font-size: 3.0rem;
	font-weight: 700;
	z-index: 10;
}
.series-list_number span.index{
	font-size: 2.6rem;
}
.series-list li a{
	display: block;
	text-decoration: none;
	transition: 0.5s;
}
.series-list li a:hover{
	opacity: 0.7;
}
.series-list li a .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.series-list_thumb{
	width: 33.68421052631579%;
}
.series-list_text{
	width: 64.21052631578947%;
}
.series-list_text .company{
	margin-bottom: 5px;
	color: #c00;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}
.series-list_text .heading{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}
.series-list li a .series-list_thumb{
	overflow: hidden;
}
.series-list li a .series-list_thumb img{
  transition: 0.5s;
}
.series-list li a:hover .series-list_thumb img{
  transform:scale(1.1);
}

@media screen and (max-width: 767px){
	.series{
		padding: 50px 5%;
	}
	.series-heading{
		margin-bottom: 20px;
		font-size: 2.2rem;
	}
	.series-text{
		font-size: 1.8rem;
	}
	.series-list{
		margin-top: 30px;
	}
	.series-list li{
		width: 100%;
	}
	.series-list li:nth-child(2n){
		margin-left: 0;
	}
	.series-list li:nth-child(n+2){
		margin-top: 30px;
	}
	.series-list_number span{
		font-size: 2.2rem;
	}
	.series-list_number span.index {
		font-size: 1.8rem;
	}
	.series-list_text .company{
		font-size: 1.4rem;
	}
	.series-list_text .heading{
		font-size: 1.6rem;
	}
}