@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 481px) {
#all #wrapper #main .cont .photo {
	float: left;
	width: 205px;
}
#all #wrapper #main .cont .prof {
	margin-left: -220px;
	width: 100%;
	float: left;
}
#all #wrapper #main .cont .prof .box {
	margin-left: 280px;
}
#all #wrapper #main .innerBox .pic-right {
	float: right;
	margin-bottom: 20px;
}
#all #wrapper #main .cont h2 .subttl {
	display: inline;
	margin-left:25px;
	padding-bottom: 8px!important;
	margin-bottom: 0!important;
}
#all #wrapper #main p {
    font-size: 16px;
}

}

#all #wrapper #main p {
	background: url(./img/bg_logo_m.png) no-repeat;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "YuGo", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 700;
    line-height: 1.7;
}

#all #wrapper #main .recruit_ttl img{
	margin-top: 20px;
	margin-bottom: 25px;
}
/* section01 */
#all #wrapper #main .cont{
	margin-bottom: 20px;
}
#all #wrapper #main .recruit_ttl p{
	background-image: none;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
#all #wrapper #main .recruit_ttl p span{
	color: #3768bd;
    font-weight: 700;
}
#all #wrapper #main .recruit_ttl p::before{
	content: "";
	background: url(./img/Merit.png) no-repeat;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 320px;
    height: 92px;
    z-index: -1;
}
#all #wrapper #main #section01 .merit_h3_ttl{
	text-align: center;
    margin-bottom: 10px;
}

#all #wrapper #main #section01 .recruit_flex_wrap {
	/* background: url(./img/bg_logo_m.png) no-repeat; */
	background-position: center right;
    display: flex;
    justify-content: space-evenly;
}
#all #wrapper #main #section01 .recruit_flex_wrap p{
	background-position: right center;
	max-width: 385px;
    margin: 20px 0 0;
}
#all #wrapper #main #section01 .recruit_flex_wrap.recruit_flex_reverse p{
	background-position: left center;
}
/* section02 */

/* section03 */
#all #wrapper #main #section03 .recruit_ttl img{
    margin-bottom: 10px;
}
#all #wrapper #main #section03 .director_img{
	text-align: center;
	margin-bottom: 10px;
}
#all #wrapper #main #section03 p{
    background-position: right 100px;
    margin: 0 5px 0;
}

/* section04 */
#all #wrapper #main #section04 .recruit_ttl img{
    margin-bottom: -40px;
}
#all #wrapper #main #section04{
	margin-bottom: 0;
}
#all #wrapper #main #section04 p{
	background-position: center right;
    margin: 0 5px 0;
	padding-bottom: 40px;
}
#all #wrapper #main{
	margin-bottom: 0;
}

.entry_bnr_red  {
	position: relative;
	text-align: center;
}

.pulse-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    margin: 30px auto 50px;
	width: 170px;
    height: 170px;
	border-radius: 50%;
	background-color: #b0043b;
	box-shadow: 0 0 20px #b0043b;
	cursor: pointer;
  }

  .pulse-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: 1px solid #b0043b2b;
	border-radius: 50%;
	box-sizing: border-box;
	pointer-events: none;
	animation: pulsate 2s linear infinite;
  }

  .pulse-btn::after {
	animation-delay: 1s;
  }

  @keyframes pulsate {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}

	100% {
	  transform: scale(1.3);
	  opacity: 0;
	}
  }

.effect-fade {
	opacity : 0;
	transform : translate(0, 45px);
	transition : all 2s;
	text-align: center;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

@media screen and (max-width: 960px){
	.mv_imgmap img{
		width: 100%;
	}
	#all #wrapper #main .recruit_ttl img {
		width: 100%;
	}
	#all #wrapper #main #section01 .merit_h3_ttl img{
		width: 100%;
	}
	#all #wrapper #main .recruit_ttl p::before {
		background-size: contain;
		top: -75px;
		width: 35%;
	}
}

@media screen and (max-width: 480px) {

	#all #wrapper #main .mv_imgmap {
		position: relative;
	}
	#all #wrapper #main .grey_p {
		position: absolute;
		bottom: 9px;
		display: block;
		padding: 10px 5px;
		background: rgb(245, 245, 245, 80%);
	}
	#all #wrapper #main .grey_p p{
		font-size: 12px;
		font-family: "HiraginoKaku";
	}
	#all #wrapper #main .grey_p span{
		font-size: 13px;
		font-weight: 700;
		color: #3768bd;
	}
	#all #wrapper #main .recruit_ttl {
		text-align: center;
		position: relative;
	}
	#all #wrapper #main .recruit_ttl img {
		width: 100%;
		max-width: 320px;
	}
	#all #wrapper #main .recruit_ttl p::before {
		content: none;
	}
	#all #wrapper #main .recruit_ttl::before {
		content: "";
		background: url(./img/Merit.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 40px;
		right: 20px;
		width: 240px;
		height: 92px;
		z-index: -1;
	}
	#all #wrapper #main #section03 .recruit_ttl img {
		margin-bottom: 40px;
	}
	#all #wrapper #main #section03 .recruit_ttl::before {
		background: url(./img/Director.png) no-repeat;
		background-size: contain;
	}
	#all #wrapper #main #section04 .recruit_ttl img {
		margin-bottom: 40px;
	}
	#all #wrapper #main #section04 .recruit_ttl::before {
		background: url(./img/Image.png) no-repeat;
		background-size: contain;
	}

	#all #wrapper #main #section01 .merit_wrap .merit_h3_ttl{
		/* background-image: radial-gradient(#2ba7d5 60%, #c4cce2); */
		/* padding: 20px 0; */
	}
	#all #wrapper #main #section01 .merit_wrap .merit_h3_ttl.section01_02 p{
		background: linear-gradient(to right, #fff 0%, #dd546e 15%,#dd546e 85%, #fff 100%);
	}
	#all #wrapper #main #section01 .merit_wrap .merit_h3_ttl.section01_03 p{
		background: linear-gradient(to right, #fff 0%, #ff9800 15%,#ff9800 85%, #fff 100%);
	}
	#all #wrapper #main #section01 .merit_wrap .merit_h3_ttl.section01_04 p{
		background: linear-gradient(to right, #fff 0%, #8cc63f 15%,#8cc63f 85%, #fff 100%);
	}
	#all #wrapper #main #section01 .merit_h3_ttl p{
		/* background: none; */
		color: #fff;
		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
		font-size: 16px;
		line-height: 1.5;
		display: block;
		padding: 5px 0;
		background: linear-gradient(to right, #fff 0%, #2ba7d5 15%,#2ba7d5 85%, #fff 100%);
	}
	#all #wrapper #main #section01 .merit_h3_ttl span{
		font-size: 19px;
		font-weight: bold;
	}
	#all #wrapper #main #section01 .merit_h3_ttl img {
		width: auto;
	}
	#all #wrapper #main #section01 .recruit_flex_wrap{
		flex-direction: column;
		align-items: center;
	}
	#all #wrapper #main #section01 .recruit_flex_wrap.recruit_flex_reverse{
		flex-direction: column-reverse;
	}
	#all #wrapper #main #section01 .recruit_flex_wrap p{
		margin: 0 0 10px;
		padding: 15px 0;
		background-size: 40%;
	}
	#all #wrapper #main #section03 p {
		background-position: right bottom;
		background-size: 40%;
	}
	#all #wrapper #main #section04 p {
		background-position: right bottom;
		background-size: 40%;
		padding-bottom: 0px;
	}
	.koudou {
		width: 100%;
		height: auto;
		margin: 20px auto 0;
	}

}
@media screen and (max-width: 321px) {
	#all #wrapper #main .grey_p span{
		font-size: 11px;
	}
	#all #wrapper #main .grey_p p{
		font-size: 10px;
	}
	.koudou{
		/* height: 30px; */
	}
}

/* section05 */

#all #wrapper #main #section05 .recruit_ttl::before {
	content: none;
}
#all #wrapper #main #section05 p {
    background-position: right;
    margin: 0 5px 0;
		padding: 10px 0 40px;
}
#all #wrapper #main #section05 p.voice_content_heading {
  color: #fff;
	padding: 0 10px;
}
#all #wrapper #main #section05 p.voice_content_heading.-color01 {
	background: #33a8d3;
}
#all #wrapper #main #section05 p.voice_content_heading.-color02 {
	background: #7fb042;
}

@media screen and (max-width: 480px) {
#all #wrapper #main #section05 .recruit_ttl img {
	max-width: 200px;
}
#all #wrapper #main #section05 p.voice_content_heading {
  font-size: 16px;
}
}
