@charset 'UTF-8';

/*----------------------------------------------------------------------------

メインビジュアル

-----------------------------------------------------------------------------*/
.scroll {
  position: absolute;
  left: 2%;
  top: 40%;
}
@media all and (min-width: 769px) and (max-width: 1280px) {
.scroll {
  position: absolute;
  left: 0%;
  top: 40%;
	}
}

@media screen and (max-width:768px){
.scroll {
  position: absolute;
  left: 0%;
  top: 40%;
	}
}


.scroll span{
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  font-size:.8rem;
  color:#333;
}
@media all and (min-width: 769px) and (max-width: 1280px) {
.scroll span{
  color:#333;
	}
}
@media screen and (max-width:768px){
.scroll span{
	color:#333;
	}
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: 60px;
  content: "";
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



/*----------------------------------------------------------------------------

コンテンツ領域

-----------------------------------------------------------------------------*/
.bgColor{
	background: /*linear-gradient(180deg, #fff 0%, #fff 30%, #FFCB8C 30%, #FFCB8C 100%) ,*/
	url(../images/bg.png) no-repeat 0 0 #000;
	background-size:cover;
	padding:0 0 10em;
}
@media all and (min-width: 769px) and (max-width: 1280px) {
.bgColor{
	background: /*linear-gradient(180deg, #fff 0%, #fff 30%, #FFCB8C 30%, #FFCB8C 100%) ,*/
	url(../images/bg_tab.png) no-repeat 0 100% #fff;
	padding:0 0 10em;
	}
}
@media screen and (max-width:768px){
.bgColor{
	background: /*linear-gradient(180deg, #fff 0%, #fff 30%, #FFCB8C 30%, #FFCB8C 100%) ,*/
	url(../images/bg_sp.png) no-repeat 0 100%;
	background-size:100%;
	padding:0 0 5em;
	}
}



/*----------------------------------------------------------------------------

インタビュー

-----------------------------------------------------------------------------*/
.training_title{
	padding:250px 0 80px;
}
@media screen and (max-width:768px){
.training_title{
	padding:80px 0 80px;
	}
}

.training_title span{
	display:block;
	margin: 0 0 40px;
	font-weight:700;
	letter-spacing:2px;
}
.training_txt{
	line-height:2;
	font-weight:500;
	padding:0px 0 80px;
}

/*----------------------------------------------------------------------------

ボイス

-----------------------------------------------------------------------------*/


.titleImg_voice img{
	max-width:100%;
}
@media all and (min-width: 769px) and (max-width: 1280px) {
.titleImg_voice img{
	max-width:85%;
	}
}
@media all and (max-width: 768px) {
.titleImg_voice img{
	max-width:250px;
	}
}

.voiceonly{
	padding:5em 0 ;
	background: linear-gradient(180deg, #fff 0%, #fff 750px, #CEE6FF 750px, #CEE6FF 100%);
}
.voice_title{
	display:flex;
	align-items:end;
	justify-content:center;
}
.voiceImg{
	padding:70px 20px 70px 0;
}


.voice_detail{
	margin: 30px auto 0px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	
}
.voice_photo{
	text-align:center;
}

.voice_detail .detail{
	background:#fff;
	margin:0px 0px 80px 0;
	position:relative;
	width:calc(90% / 2);
}

@media all and (min-width: 769px) and (max-width: 1280px) {
.voice_detail{
	justify-content: start;
	flex-wrap:wrap;
}
.voice_detail .detail{
	width:calc(90% / 3);
	margin:15px 10px;
	}
}
@media all and (max-width: 768px) {
.voice_detail .detail{
	margin:15px 10px;
	width:calc(88% / 2);
	}

}

.voice_jobName{
	font-size:.9rem;
	padding:25px 0 0px;
	font-weight:700;
	max-width:350px;
	margin: 0 auto
}
@media all and (min-width: 769px) and (max-width: 1280px) {
.voice_jobName{
	max-width:85%;
	margin: 0 auto
	}
}

@media all and (max-width: 768px) {
.voice_jobName{
	text-align:left;
	max-width:85%;
	margin: 0 auto;
	line-height:1.3;
	padding:15px 0 0px;
	}
}
.detail dl{ 
	padding:0 0 20px;
}
.detail dl dt{
	font-size:1rem;
	max-width:350px;
	margin: 0 auto;
}
@media all and (min-width: 769px) and (max-width: 1280px) {
.detail dl dt{
	max-width:85%;
	margin: 0 auto;
	}
}
@media all and (max-width: 768px) {
.detail dl dt{
	max-width:85%;
	}
.detail dl{
	padding:20px 0 15px;
	}
}

.detail dl dt span{
	font-size:2rem;
	font-weight:500;
}
.detail dl dd{
	font-size:.7rem;
	max-width:95%;
	text-align:right;
}
@media all and (max-width: 768px) {
.detail dl dt span{
	font-size:1.5rem;

	}
}

.detail dl dd span{
	font-size:1.3rem;
	display:inline-block;
	margin:0 0 0 .3em;
}
.detail dl dd p{
	border-bottom:1px solid #333;
	display:inline-block;
	}
.circle {
	width: 70px;
	height: 70px; 
	background:#EF7A89;
	border-radius: 50%; 
	margin: 0 auto;/* ←円を中央揃え */
	text-align: center;/* ←文字を左右に中央揃え */
	line-height: 70px;/* ←文字を上下に中央揃え */
	color:#fff;
	position:absolute;
	left:10px;
	top:10px;
	font-size:.8rem;
}

@media all and (max-width: 768px) {
.circle {
	width: 50px;
	height: 50px; 
	border-radius: 50%; 
	margin: 0 auto;/* ←円を中央揃え */
	text-align: center;/* ←文字を左右に中央揃え */
	line-height: 50px;/* ←文字を上下に中央揃え */
	color:#fff;
	position:absolute;
	left:-8px;
	top:-8px;
	font-size:.8rem;
}

}

.post02 {
	display: block;
	margin: 0px 0px 0px 0;
	text-decoration: none;
	padding: 0 0 0px;
	color:#333;
}


.post02 .image {
	height: auto;
	overflow: hidden;
	display:block;
}

.post02 .image img {
	max-width: 100%;
	height: auto;
	transition: .3s;
}

.post02:hover .image img {
	transform: scale(1.1);
}




