  @charset "utf-8";
html {
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #000;
  width: 100%;
  height: 100%;
	-webkit-text-size-adjust: 100%;
	background-repeat: no-repeat, no-repeat;
	background-position: 0 0, 0 100%;
	background-size: 100% auto;
}
h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
a {
  color: #4f86c5;
  text-decoration: underline;
}
sup, sub {
  line-height: 1;
  font-size: 1.0rem;
}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
.container {
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
}
.mt0 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 20px !important;}
.fs_xsmall {font-size: 80%;}
.fs_small {font-size: 85%;}
.fs_large {font-size: 110%;}
.fs_xlarge {font-size: 120%;}
.fs_xxlarge {font-size: 140%;}
.txt_center {text-align: center;}
.txt_right {text-align: right;}
.em {font-weight: bold;}


/* main */
.btn {
  color: #71757a;
  border: 1px solid #71757a;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-right: 1px solid #71757a;
  border-bottom: 1px solid #71757a;
  transform: rotate(-45deg);
}
article > h1 {
	width: 80%;
	max-width: 600px;
	margin: auto;
}
article > h2 {
	text-align: center;
}
section > h3 {
  background: #5084C4;
	text-align: center;
	line-height: 1;
}
#why .flow img {
	display: block;
	margin: auto;
}
#symbol .l_row > div:nth-child(1) {
	position: relative;
	text-align: center;
}
#symbol .l_row > div:nth-child(1) > img {
	max-width: 200px;
}
#symbol .l_row > div:nth-child(1) > span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	text-align: left;
  max-width: 360px;
}

/* footer */
footer {
	text-align: center;
}
footer small {
	line-height: 1.4;
}

/* movie */
.movie {
	background: #fff;
	border: 3px solid #878888;
	border-radius: 8px;
}
.movie h4 {
	font-weight: bold;
	text-align: center;
	background: #878888;
	color: #fff;
}
.movie .player {
	position: relative;
	padding-bottom: 56.25%;
}


/*-----------------------------------------------
  for Smartphone
-----------------------------------------------*/
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
		background-image: url("/nw/company/bunsha/images/bg_header_sp.jpg"), url("/nw/company/bunsha/images/bg_footer_sp.jpg");
  }
  .pc {display:none;}
  
  /* main */
  .btn {
    display: block;
    width: 94%;
    margin: auto;
    font-size: 1.6rem;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 25px 0 40px;
  }
  .btn::before {
    top: calc(50% - 5px);
    left: 20px;
    width: 9px;
    height: 9px;
  }
	.l_row {
		padding-bottom: 1.5em;
	}
	.l_row, .l_row > * {
		display: block;
	}
	.l_row > * + * {
		margin-top: 1em;
	}
	article > h1 {
		padding: 30px 0 10px;
	}
	article > h2 {
		padding-bottom: 10px;
	}
	article > h2 img {
		display: block;
		margin: 0 auto 8px;
		height: 26px;
	}
	article > h2 + p {
		padding-bottom: 20px;
	}
	article > nav {
		display: none;
	}
	section {
		padding-bottom: 5px;
	}
	section > h3.sp {
		border-radius: 6px;
		padding: 12px 30px 12px 0;
		margin-bottom: 10px;
		position: relative;
	}
	section > h3.sp::after {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		border-bottom: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		right: 15px;
		top: 13px;
	}
	section > h3.sp > img {
		height: 22px;
		margin: 0 auto;
	}
	section > h3.sp > img:nth-of-type(1) {
		display: block;
	}
	section > h3.sp > img:nth-of-type(2) {
		display: none;
	}
	section > h3.sp.active > img:nth-of-type(1) {
		display: none;
	}
	section > h3.sp.active > img:nth-of-type(2) {
		display: block;
	}
	section > h3.sp.active {
		background: #E6E6E6;
	}
	section > h3.sp.active::after {
		border-color: #5084C4;
		transform: rotate(-135deg);
		top: 19px;
	}
	section > h3.sp + div {
		padding: 10px 0 30px;
		display: none;
	}
	#why .flow {
		padding-top: 10px;
	}
	#why .flow img + img {
		margin-top: 10px;
	}
	#why .flow img:nth-of-type(2) {
		width: 50%;
	}
	#symbol .l_row > div:nth-child(1) > img {
		width: 50%;
	}
	#symbol .l_row > div:nth-child(1) > span {
		font-size: 1.2rem;
	}
  
  /* footer */
  footer {
    padding: 25px 0;
    text-align: center;
  }
  footer small {
    font-size: 0.9rem;
  }
  footer small span {
    display: block;
		margin: 0 auto;
  }
	
  /* movie */
	.movie {
		padding-bottom: 15px;
		margin-top: 20px;
	}
	.movie h4 {
		font-size: 120%;
		padding: 5px 3% 8px;
		margin-bottom: 15px;
	}
	.movie h4 ~ * {
		margin-left: 3%;
		margin-right: 3%;
	}
  
  
  
}


/*-----------------------------------------------
  for Tablet & PC
-----------------------------------------------*/
@media only screen and (min-width: 769px), print {
  body {
    font-size: 1.6rem;
		background-image: url("/nw/company/bunsha/images/bg_header.jpg"), url("/nw/company/bunsha/images/bg_footer.jpg");
  }
  .sp {display:none;}
  a:hover {
    text-decoration: none;
    color: #4f86c5;
  }
  a img {
    transition: .5s;
  }
  a:hover img {
    opacity: .7;
  }
  
  /* main */
  .btn {
    display: inline-block;
    width: 300px;
    font-size: 1.8rem;
    line-height: 48px;
    border-radius: 25px;
    padding: 0 30px 0 45px;
    transition: .5s;
  }
  .btn::before {
    top: calc(50% - 6px);
    left: 30px;
    width: 12px;
    height: 12px;
    transition: .5s;
  }
  .btn:hover {
    background: #71757a;
    color: #fff;
  }
  .btn:hover::before {
    border-color: #fff;
  }
	.l_row {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.l_row > * {
		display: table-cell;
		vertical-align: top;
	}
	article > h1 {
		padding: 60px 0 30px;
	}
	article > h2 {
		padding-bottom: 20px;
	}
	article > h2 img {
		display: inline-block;
		height: 42px;
		vertical-align: middle;
		margin-bottom: 10px;
	}
	article > h2 img:nth-of-type(3) {
		margin-left: 5px;
	}
	article > nav {
		margin-left: -18px;
		margin-right: -18px;
		padding-bottom: 30px;
	}
	article > nav .cnav {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 18px;
	}
	article > nav .cnav > li {
		display: table-cell;
		vertical-align: middle;
		border: 3px solid #5084C4;
		border-radius: 8px;
		transition: .5s;
	}
	article > nav .cnav > li:hover {
		border-color: #85A9D6;
	}
	article > nav .cnav > li a {
		display: block;
		text-decoration: none;
		text-align: center;
		line-height: 1;
		padding: 20px 0 10px;
	}
	section {
		padding-bottom: 60px;
	}
	section > h3.pc {
		display: block;
		border-radius: 8px;
		padding: 10px 0;
		margin-bottom: 25px;
	}
	section > h3.pc img {
		height: 36px;
	}
	section > h3 + div {
		display: block !important;
	}
	#why .flow {
		padding-top: 20px;
	}
	#why .flow img + img {
		margin-top: 20px;
	}
	#symbol .l_row > div:nth-child(1) {
		width: 35%;
	}
	#symbol .l_row > div:nth-child(1) > img {
		display: inline-block;
		width: 65%;
		margin: 5px 10px 0;
	}
	#symbol .l_row > div:nth-child(1) > span {
		font-size: 1.4rem;
	}
	#symbol .l_row > div:nth-child(2) {
		width: 60%;
	}
  
  /* footer */
  footer {
    padding: 40px 0;
  }
  footer small {
    font-size: 1.2rem;
  }
  footer small span {
    display: inline-block;
		margin-left: 1em;
  }
	
  /* movie */
	.movie {
		padding-bottom: 40px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.movie h4 {
		font-size: 140%;
		padding: 15px 15px 18px;
		margin-bottom: 40px;
	}
	.movie h4 ~ * {
		margin-left: 50px;
		margin-right: 50px;
	}
  
  
  
  
  
  
  
  
  
}