/* CSS Document */
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		display: inline-block;
		pointer-events: none;
		color: #000;
		text-decoration: none;
	}
}
/* =============================================

changeable

=============================================*/
.changeable + .footer {
	margin-top: 40px;
}
.changeable .pagettl {
	background-image: url("../images/education/changeable/bg-pagettl_pc.jpg");
}
.pagettl:before {
	content: none;
}
.changeable .pagettl .txt {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 340px;
}
.changeable .pagettl .txt .ttl {
	margin-bottom: 30px;
}
.changeable .pagettl .txt p {
	font-size: 1.4em;
}
.changeable {
	position: relative;
	z-index: 0;
}
.changeable .changeable-inner {
	margin: 0 auto;
	max-width: 970px;
}
.changeable .changeable-keyword {
	margin: 60px 0 90px;
	position: relative;
}
.changeable .changeable-keyword:after {
	background: #f1f1f1;
	content: '';
	display: block;
	height: 30px;
	width: 88%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.changeable .changeable-keyword.left:after {
	left: auto;
	right: 0;
}
.changeable .changeable-keyword .photo {
	width: 50%;
}
.changeable .changeable-keyword .txt {
	padding: 0 0 0 80px;
	position: relative;
	width: 38%;
}
.changeable .changeable-keyword .txt .ttl {
	position: absolute;
	left: -26%;
	top: -100px;
	width: 131%;
	max-width: 674px;
}
.changeable .changeable-keyword.left .txt {
	padding: 0 80px 0 0;
}
.changeable .changeable-keyword.left .txt .ttl {
	left: auto;
}
.changeable .changeable-keyword .txt .headline {
	font-size: 2.2em;
	margin-bottom: 20px;
}
.changeable .changeable-keyword .txt p {
	font-size: 1.35em;
	line-height: 1.8;
}
.changeable .changeable-keyword .txt .more {
	display: inline-block;
	margin-top: 36px;
	position: relative;
	text-decoration: none;
}
.changeable .changeable-keyword .txt .more span {
	line-height: 1.0;
	color: #fff;
	position: relative;
	background-color: #FF006F;
	font-weight: 600;
	font-size: 1.2em;
	padding: 10px 45px 10px 20px;
	display: block;
	width: 100%;
	height: 100%;
}
.changeable .changeable-keyword .txt .more span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	border-top: 1px solid #fff;
	width: 23px;
	right: 10px;
	transition: all .3s ease-out;
}
.changeable .changeable-keyword .txt .more:hover span:after {
	right: 5px;
}
.changeable .changeable-keyword .txt .more.off {
	pointer-events: none;
}
.changeable .changeable-keyword .txt .more.off span {
	background: #B2B2B2;
}
/*tab*/
@media screen and (max-width: 1024px) {
	.changeable .changeable-inner {
		padding: 0 5%;
	}
	.changeable .changeable-keyword .txt {
		padding: 0 0 0 30px;
	}
	.changeable .changeable-keyword.left .txt {
		padding: 0 30px 0 0;
	}
	.changeable .changeable-keyword .txt .headline {
		font-size: 1.8em;
		margin-bottom: 10px;
	}
	.changeable .changeable-keyword .txt .ttl {
		top: -7vw;
	}
	.changeable .changeable-keyword .txt p {
		font-size: 1.2em;
	}
	.changeable .changeable-keyword .txt .more {
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.changeable .pagettl {
		background-image: url("../images/education/changeable/bg-pagettl_sp.jpg");
	}
	.changeable .pagettl .txt {
		padding: 0 5%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 20px;
		top: auto;
		transform: none;
		width: 100%;
	}
	.changeable .pagettl .txt .ttl {
		margin: 0 auto 20px;
		width: 70%;
	}
	.changeable .pagettl .txt p {
		font-size: 1.3em;
		padding: 0 7%;
	}
	.changeable .changeable-keyword {
		margin-top: 30px;
		padding: 60px 0 30px;
		position: relative;
	}
	.changeable .changeable-keyword .photo {
		margin-bottom: 10px;
		width: 100%;
	}
	.changeable .changeable-keyword .txt {
		padding: 0 5%;
		position: static;
		width: 100%;
	}
	.changeable .changeable-keyword.left .txt {
		padding: 0 5%;
	}
	.changeable .changeable-keyword .txt .ttl {
		top: 0;
		right: 0;
		left: auto;
		width: 85%;
	}
	.changeable .changeable-keyword.left .txt .ttl {
		right: 0;
	}
	.changeable .changeable-keyword .txt .more {
		display: block;
		margin: 20px auto;
		width: 110px;
	}
	.changeable .changeable-keyword .txt .more span {
		padding: 8px 40px 6px 10px;
	}
	.changeable .changeable-keyword:last-of-type {
		padding-bottom: 0;
		margin-bottom: 50px;
	}
	.changeable .changeable-keyword:last-of-type:after {
		content: none;
	}
	.changeable .changeable-keyword:after {
		width: 100%;
		height: 15px;
	}
	.changeable .backbtn {
		margin-bottom: 50px;
	}
	
	.changeable + .footer {
		margin-top: 0;
	}
}
.changeable + .footer:before {
	content: none;
}