@charset "utf-8";

.pt--part-top .part-header {
	position: relative;
	background: url(../images/common/bg_blur.png) repeat-x center -120px;
	background-size: auto 730px;
	background-color: #fff;
	padding: 100px 0 120px;
	margin-bottom: 60px;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s ease 0.2s;
}

.onloadcomplete .pt--part-top .part-header {
	opacity: 1;
}

.pt--part-top .part-header:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 500px;
	height: 100px;
	pointer-events: none;
}


.part-header__inner-wrap {
	width: calc(100% - 140px);
	margin: 0px auto;
	max-width: 1260px;
}

.part-header__title {
	margin: 60px 0px 25px;
	line-height: 0;
}

.part-header__title img {
	height: 75px;
}


.part-header__description-title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 3.5rem;
	color: #333;
}

.part-header__description-txt {
	font-size: 1.5rem;
	line-height: 3rem;
}

.floating-button {
	position: absolute;
	right: 60px;
	top: 120px;
}

.floating-button a {
	display: table;
	width: 180px;
	height: 180px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
	background: #1b1b1b;
	border-radius: 50%;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	transition: all 0.2s ease;
	text-decoration: none;
}

.part-header .floating-button a:hover {
	background: #333;
	transform: translateY(-2px);
	box-shadow: 0 15px 15px rgba(0,0,0,0.2);
}

.part-header .floating-button a:active {
	transition-duration: 0;
	transform: translateY(2px);
	box-shadow: 0 1px 0 rgba(0,0,0,0.5);
}


.part-header .floating-button .cell {
	display: table-cell;
	vertical-align: middle;
}


.part-header .floating-button i {
	margin-top: -10px;
	display: block;
	fill: #fff;
}

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

@media screen and (min-width: 1181px) {
	.pt--part-top .part-header {
		min-height: 520px;
	}
}

@media screen and (max-width: 1180px) {
	.part-header__inner-wrap {
		width: calc(100% - 140px);
	}
	.floating-button {
		position: absolute;
		right: 40px;
		top: 30px;
	}
}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

/* iPad */
@media screen and (max-width: 768px) {
	.pt--part-top .part-header {
		margin-bottom: 40px;
	}
	
	.floating-button {
		right: 20px;
		top: 20px;
	}
	
	.floating-button a {
		width: 100px;
		height: 100px;
		font-size: 1.1rem;
		line-height: 1.5rem;
	}
	
	.floating-button svg {
		width: 40px;
		height: 40px;
	}
	
	.part-header__title {
		margin-top: 60px;
		text-align: center;
	}
	
	.part-header__title img {
		height: 9vw;
	}
	.part-header__description-title {
		font-size: 2.0rem;
		line-height: 130%;
	}
	.part-header__description-title br {
		display: none;
	}
	
	.part-header__description-txt br {
		display: none;
	}
	
}


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/*@media screen and (max-width: 414px) {*/
@media screen and (max-width: 540px) {
	
	.part-header__inner-wrap {
		width: calc(100% - 40px);
		margin: 0px auto;
	}
	
	.floating-button a {
		font-size: 1.5rem;
	}
	
	.part-header__description-txt {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	
	.pt--part-top .part-header:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0px;
		height: 100px;
	}
	
	.pt--part-top .part-header {
		padding: 50px 0px 110px;
		background-position: center bottom;
		background-size: auto 70vw
	}
	
	.pt--part-top .part-header:before {
		right: 0px;
		width: 100%;
		height: 100px;
	}
	
	.pt--part-top .part-header:before {
		background-position: center bottom;
		background-size: auto 70px;
	}
	
	.part-header__description-title {
		font-size: 4.7vw;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.floating-button {
		position: relative;
		top: 0;
		left: 0;
	}
	.floating-button a {
		width: 100%;
		height: auto;
		border-radius: 5px;
		margin: 20px 0px;
		background: transparent;
		color: #000;
		border: 2px solid #000;
		box-shadow: none;
	}
	.floating-button svg {
		width: 25px;
		height: 25px;
	}
	.floating-button br {
		display: none;
	}
	.part-header .floating-button i {
		display: inline;
		margin: 0px;
		fill: #000;
	}
	.part-header .floating-button .cell {
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
}
