@charset "UTF-8";

/* #page_title */
#page_title {
	padding: 150px 50px;
	animation: show 2s ease-out both;
	transition: .3s ease;
	overflow: hidden;
	}
@media screen and (max-width:1100px){
#page_title {
	padding: 100px 50px 100px;
	}
}
@media screen and (max-width:767.98px){
#page_title {
	padding: 70px 4vw;
	}
}

#page_title {
	background: url(../img/KorekiyoTakahashi.jpg) right bottom no-repeat #fff;
	}
@media screen and (max-width:1100px){
#page_title {
	background-size: 350px auto;
	}
}
@media screen and (max-width:767.98px){
#page_title {
	background: url(../img/KorekiyoTakahashi.jpg) right -50px bottom no-repeat #fff;
	background-size: 250px auto;
	}
}

@keyframes show {
	0% {
		transform: translate(0,.5em);
		opacity: 0;
	}
	100% {
		transform: translate(0,0);
		opacity: 1;
	}
}

#page_title h1 {
	animation: show 1s ease-out both .5s;
	}
@media screen and (max-width:1100px){
#page_title h1 {
	font-size: 42px;
	}
}
@media screen and (max-width:768px){
#page_title h1 {
	font-size: 36px;
	text-indent: -.2em;
	letter-spacing: .2em;
	}
}
@media screen and (max-width:767.98px){
#page_title h1 {
	font-size: 6vw;
	text-indent: -.1em;
	letter-spacing: .1em;
	}
}

#page_title h1 br {
	display: none;
	}
@media screen and (max-width:768px){
#page_title h1 br {
	display: inline;
	}
}

#page_title div {
	position: absolute;
	right: 500px;
	bottom: 10px;
	animation: show 1s ease-out both 1s;
	}
@media screen and (max-width:1100px){
#page_title div {
	right: 300px;
	}
}
@media screen and (max-width:767.98px){
#page_title div {
	right: auto;
	left: 4vw;
	}
}

#page_title div h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 16px;
	letter-spacing: .5em;
	line-height: 2em;
	}
@media screen and (max-width:1100px){
#page_title div h2 {
	font-size: 12px;
	}
}
@media screen and (max-width:767.98px){
#page_title div h2 {
	font-size: 2vw;
	}
}

#page_title div p {
	font-family: "Zen Old Mincho", serif;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: .2em;
	}
@media screen and (max-width:1100px){
#page_title div p {
	font-size: 8px;
	}
}
@media screen and (max-width:767.98px){
#page_title div p {
	font-size: 1.5vw;
	letter-spacing: 0;
	}
}

/* #counselling_form */
#counselling_form {
	padding: 100px 4vw;
	background: url(../img/bg_blue.jpg) center center;
	}
@media screen and (max-width:767.98px){
#counselling_form {
	padding: 20vw 4vw;
	}
}

#counselling_form #timerex_calendar {
	margin-bottom: 30px;
	background: none;
	}

#counselling_form #timerex_calendar iframe {
	background: none;
	}

#counselling_form a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 1em;
	padding: 20px 0 10px;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 2em;
	text-align: center;
	background: #FFC300;
	background: linear-gradient(180deg,rgba(255, 195, 0, 1) 0%, rgba(254, 204, 25, 1) 50%, rgba(235, 187, 28, 1) 50%, rgba(255, 217, 0, 1) 100%);
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
#counselling_form a:hover {
	background: #ffcd29;
	background: linear-gradient(180deg,rgba(255, 205, 41, 1) 0%, rgba(255, 212, 59, 1) 50%, rgba(255, 207, 51, 1) 50%, rgba(255, 224, 46, 1) 100%);
	}
@media screen and (max-width:767.98px){
#counselling_form a {
	font-size: 4vw;
	}
}

#counselling_form a:before {
	content: "\f054" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}
