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

*{
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
	color: #333;
}
p,h1,h2,h3,h4,h5,h6{ line-height: 1.6em; }
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-center{
	text-align: center;
}

header{
	height: 75px;
	border-bottom: 1px solid #dbdbdb;
}
header h1{
	float: left;
	width: 141px;
	padding: 7px 0;
	margin: 0 0 0 30px;
}
header .contact{
	display: block;
	float: right;
	width: 219px;
	padding: 10px 0 0;
	margin: 0 30px 0 0;
}

.sec-pd{
	padding: 100px 0 120px;
}

.btn{
	display: block;
	background: #fff;
	max-width: 980px;
	margin: 0 auto;
	padding: 25px 0;
	border: 5px solid #ff4385;
	color: #ff4385;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	z-index: 2;
	transition: 0.4s all;
	position: relative;
	font-size: 25px;
	letter-spacing: 1px;
}
.btn strong{
	display: block;
	font-size: 36px;
	margin-top: 10px;
}
.btn span{
	display: block;
	position: relative;
}
.btn span:after{
	content: "";
	background: url(../img/ico_arrow01.png) no-repeat left top;
	background-size: 35px;
	width: 35px;
	height: 70px;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn:before,
.btn:after{
	position: absolute;
	width: 100%;
	max-width: 100%;
	top: 100%;
	left: 0;
	bottom: -10px;
	content: '';
	z-index: 1;
	transition: 0.4s all;
}
.btn:before{
	background: #ff4385;
		  top: 10px;
		  left: -15px;
		  height: 100%;
		  width: 15px;
}
.btn:after{
	width:100%;
	background: #ff4385;
	right: 0px;
	left: -15px;
	height: 15px;
}
.btn:hover{
	background: #ff4385;
	color: #fff;
}
.btn:hover:after,
.btn:hover:before{
	top: 100%;
	left: 0;
	bottom: 0px;
}
.btn:hover:before{
	top: 0px;
	left: 0px;
	width: 0px;
}
.btn:hover:after{
	right: 0px;
	left: 0px;
	height: 0px;
}

.ttl_personality{
	margin-bottom: -4.9%;
}
.personality{
	padding: 0 0 120px;
	background: #a4d1ee;
    background: -webkit-linear-gradient(45deg, #beffc6 0%, #a4d1ee 50%, #beffc6 100%);
    background: linear-gradient(45deg, #beffc6 0%, #a4d1ee 50%, #beffc6 100%);
}
.personality h3{
	margin-bottom: -310px;
}
.personality .base{
	max-width: 985px;
	margin: 0 auto;
}
.personality .base > div{
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid #fff;
}
.personality .base > div:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.personality .base > div a.voice{
	position: absolute;
	left: 0;
	top: 53%;
	width: 19%;
	z-index: 2;
}
.personality .base > div.box01 a.voice{
	top: 48%;
}

.flow{
	padding: 120px 0;
	background: #e7e7e7;
}

.station h4{
	margin-bottom: 60px;
}
.station .base{
	max-width: 1110px;
	margin: 0 auto;
}
.station .base p{
	margin-bottom: 30px;
}
.station .base p:last-child{
	margin-bottom: 0;
}

footer{
	padding: 0 0 30px;
}
footer .copy{
	font-size: 10px;
	color: #333333;
	text-align: center;
	margin-top: 25px;
}

@media only screen and (min-width: 750px) {
	.sp{
		display:none !important;
	}
}

@media only screen and (max-width: 749px) {
	.pc{
		display:none !important;
	}

	header{
		height: 55px;
	}
	header h1{
		width: 92px;
		padding: 8px 0 0;
		margin: 0 0 0 15px;
	}
	header .contact{
		width: 146px;
		padding: 9px 0 0;
		margin: 0 8px 0 0;
	}
	
	.sec-pd{
		padding: 50px 0 60px;
	}
	
	.btn{
		padding: 20px 0;
		border: 3px solid #ff4385;
		font-size: 14px;
		max-width: 330px;
	}
	.btn strong{
		font-size: 19px;
		margin-top: 10px;
	}
	.btn span{
		display: block;
		position: relative;
	}
	.btn span:after{
		background: url(../img/ico_arrow01.png) no-repeat left top;
		background-size: 14px;
		width: 14px;
		height: 30px;
		right: 10px;
	}
	.btn:before,
	.btn:after{
		bottom: -7px;
	}
	.btn:before{
			  top: 7px;
			  left: -7px;
			  width: 7px;
	}
	.btn:after{
		left: -6px;
		height: 7px;
	}
	
	.ttl_personality{
		margin-bottom: -7.3%;
	}
	.personality{
		padding: 0 0 45px;
	}
	.personality h3{
		margin-bottom: -38%;
	}
	.personality .base{
		max-width: 335px;
	}
	.personality .base > div{
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.personality .base > div a.voice{
		right: 0;
		margin-right: auto;
		margin-left: auto;
		top: 170px;
		width: 39%;
	}
	.personality .base > div.box01 a.voice{
		top: 170px;
	}
	
	.flow{
		padding: 60px 0;
	}
	
	.station h4{
		margin-bottom: 40px;
	}
	.station .base{
		max-width: 350px;
	}
	.station .base p{
		margin-bottom: 20px;
	}
	
	footer{
		padding: 0 0 20px;
	}
	footer img{
		width: 110px;
	}
	footer .copy{
		margin-top: 15px;
	}
}