@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
}
article {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding-top: 67px;
}
figure {
	margin: 0 38px 0 0;
}
figcaption {
	width: 240px;
}
figcaption p {
	margin: 0;
}
h1 {
	position: absolute;
	right: 50%;
	top: 20%;
	transform: translate(50%);
}
  h1#mainMov { top: 10%; }
h2 {
	font-size: 50px;
	font-weight: lighter;
	letter-spacing: 5px;
	margin: 0 0 0.5em;
}
h3 {
	font-size: 24px;
	margin: 4px 0 8px;
	padding-bottom: 8px;
	line-height: 1em;
	border-bottom: solid thin #f1a2c1;
}
h3 span {
	font-size: 16px;
}

#firstSec {
	height: 96vh;
	position: relative;
	color: #f1a2c1;
}
.txt {
  display: block;
	text-align: center;
  font-weight: normal;
}
.nav {
	position: absolute;
	right: 50%;
	bottom: 7%;
	transform: translate(50%);
	text-align: center;
}
.DIN {
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	margin-top: 0.5em;
}
#secondSec {
	background: url("../img/bg-2nd.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 640px;
	color: #FFF;
}
#thirdSec {
	background: url("../img/bg-3rd.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 570px;
}
#thirdSec h2 {
	color: #f1a2c1;
}
#thirdSec dt {
	float: left;
	letter-spacing: 2px;
}
#thirdSec dd {
	margin-left: 110px;
	padding-bottom: 34px;
}
#thirdSec ul {
	margin: 0;
	padding-left: 16px;
}
#forthSec h2 {
	color: #f1a2c1;
}
.talent_Wrapper {
	display: -webkit-flex;
	display: flex;
	width: 750px;
	margin-top: 28px;
}
.talent_Parts {
}
.last-child {
	margin: 0;
}
.talent_Links ul {
	display: -webkit-flex;
	display: flex;
	padding-left: 0;
}
.talent_Links li {
	list-style: none;
	margin-right: 6px;
	text-align: left;
}
.talent_Links a {
	color: #000;
}

footer {
	background-color: #f1a2c1;
	min-height: 368px;
	margin-top: 2em;
}
footer p {
	margin-bottom: 2em;
}
.footer_Wrapper {
	color: #FFF;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding-top: 2em;
}
.name {
	font-size: 24px;
	margin-bottom: -8px;
}


/* h2 before after */

h2::before {
	content: 'ー';
	padding-right: 2px;
}
h2::after {
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 4px;
}

#secondSec h2::after {
	content: 'Message';
}
#thirdSec h2::after {
	content: 'Company Profile';
}
#forthSec h2::after {
	content: 'Talent Introduction';
}


/* Page Top */

#content{
	position: relative;
}
 
#topBtn {
	position: fixed;
	right: 50%;
	transform: translateX(500px);
}


/* media screen */

@media screen and (max-width:767px){.pc {display: none;}}
@media screen and (min-width:768px){.sp {display: none;}}

@media screen and (max-width:430px){.pc430 {display: none;}}
@media screen and (max-width:560px){.pc560 {display: none;}}
@media screen and (min-width:454px){.sp454 {display: none;}}

@media screen and (max-width:1024px){
	#topBtn {
		right: 2em!important;
		transform: translateX(0)!important;
	}
}
@media screen and (max-width:860px){figure {margin: 0 1em 0 0;}}
@media screen and (min-width:860px){#firstSec {min-height: 840px;}}
@media screen and (max-width:768px){
	article {
		width: auto;
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	.footer_Wrapper {
		padding-left: 1.5em;
		padding-right: 1.5em;
		width: 100%;
		box-sizing: border-box;
	}
	.footer_Wrapper p{
		font-size: 14px;
	}
	.talent_Wrapper {
		width: 100%;
	}
	.talent_Wrapper img {
		width: 100%;
	}
	figcaption {
		width: 100%;
	}
	.talent_Parts {
		width: 30%;
    margin-left: 5%;
	}
	.talent_Parts:first-of-type { margin-left: 0; }
	.talent_Parts h3 {
		font-size: 16px;
	}
	.talent_Parts h3 span {
		font-size: 12px;
	}
	.talent_Parts p {
		font-size: 12px;
	}
}
@media screen and (max-width:650px){
	h1 img {
		box-sizing: border-box;
		width: 90vw;
	}
  h1#mainMov {
    margin: 0 5%;
    top: 15%;
    right: 0;
    transform: none;
  }
  h1#mainMov video {
      max-width: 100%;
  }
	h2 {
		font-size: 32px;
		margin-bottom: 1.5em;
	}
	h2::after {
		white-space: pre;
	}
	h3 {
		min-height: 40px;
		font-size: 18px;
	}
	article {
		padding-bottom: 2em;
	}
	figure {
		margin: 0;
	}
	footer img {
		width: 100%;
		max-width: 400px;
	}
}