/*End Generated Styles*//*
 +-----------------------------------------------------------------------+
 | Project Name    : WDX template site creation                            |
 | File Name       : Custom CSS                                                    |
 | Creation Date   : Oct 14, 2020                                                 |
 |                                                                                              |
 | Copyright (C) 2020, Pacific Software Publishing. Inc.                 |
 |                                                                                              |
 | This source code or any portion thereof must not be                  |
 | reproduced or used in any manner whatsoever.                         |
 |                                                                                              |
 +-----------------------------------------------------------------------+
 | Author: Miyuki Hirayama                                                         |
 +-----------------------------------------------------------------------+
 */

/** see README file http://wdx.coaching.webdexpress.com/uploads/2020/08/07/readme_coaching-css.txt for editing help  **/

/** FOR CONTACT PAGE - Please use Dashboard menu to edit Contact page content and settings. Using Wizard menu will cause the current content to be overridden. **/


/** values noted on README ****************************************/
#header h1:before {
	background: url(/uploads/2020/10/09/yumiko-sakamoto.jpg) center/cover no-repeat; /** Note 1 - image of portrait **/
}

.headerslide-image {
	animation-duration: 40s; /** Note 2 - image swap speed **/
}

.call-to-action{
	border: 1px solid #857789; /** Note 3a - border of box on homepage content **/
}
.call-to-action::before {
	background-image: linear-gradient(-45deg, #1b5f25 25%, #b39cb9 25%, #b39cb9 50%, #1b5f25 50%, #1b5f25 75%, #b39cb9 75%, #b39cb9 100%); /** Note 3b - stripe color of box on homepage content **/
}
.call-to-action strong {
	color: #f7931c; /** Note 3c - color of emphasized text in box of homepage content **/
}
.button {
	background-color: #1b335f; /** Note 4 - color of button **/
	color: #fff; /** Note 4 - text color of button **/
}
.button:after {
	background: #a6b5cf; /** Note 4 - color of button on mouse over **/
}

.page-title, .page_title {
	color: #1b335f; /** Note 5 - color of page title **/
}

ul.services li:first-child:before {
	background: url(/uploads/2020/10/13/ginza-school.png) center/130px no-repeat, #42BDA0; /** Note 6 - service image and background color **/
}
ul.services li:nth-child(2):before {
	background: url(/uploads/2020/10/13/ginza-school.png) center/130px no-repeat, #4AAAD2; /** Note 6 - service image and background color **/
}
ul.services li:nth-child(3):before {
	background: url(/uploads/2020/10/13/working-women.png) center/130px no-repeat, #FFC60B; /** Note 6 - service image and background color **/
}
ul.services li:nth-child(4):before {
	background: url(/uploads/2020/09/15/health-mental.png) center/130px no-repeat, #D43A80; /** Note 6 - service image and background color **/
}

/** END values noted on README ****************************************/
.marker-line {
background: linear-gradient(transparent 60%, #66FFCC 60%);
}

#content p, #content pre, #contact_content_before div, #contact_form label, .contact_notice, #contact_content_before h2 {
    font-family: 'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 14px;
}
body, #header h1, #header a, #header h2, #footer li a, #languages a, .page_title, #navigation, #content, .whatsnew_title, .whatsnew_date, #whatsnew_full_list, #whatsnew_full, a, #footer .copyright, #navigation ul.nav li a, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #mainbody #whatsnew .page_title {
    font-family: 'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 14px;
}
#navigation ul.nav li a {
    font-size: 16px;
}

.video-wrapper {
    text-align: center;
    background-color: black;
    margin: 1em 0;
}
.video-wrapper video {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.feature {
    display: inline-block;
    background: #e9eef7;
    padding: 1em;
}

/* You should not need to edit anything below this point! */

/** Setting for header images **/
.headerslide {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -5;
	top: 0;
}
.headerslide-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 50%;
	background-size: cover;
	animation-name: kenburns;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	opacity: 1;
	transform: scale(1.2);
}
.headerslide-image:nth-child(1) {
animation-name: kenburns-1;
z-index: 3; }
.headerslide-image:nth-child(2) {
animation-name: kenburns-2;
z-index: 2; }
.headerslide-image:nth-child(3) {
animation-name: kenburns-3;
z-index: 1; }
.headerslide-image:nth-child(4) {
animation-name: kenburns-4;
z-index: 0; }

@keyframes kenburns-1 {
0% { opacity: 1; transform: scale(1); }
1.5625% { opacity: 1; }
23.4375% { opacity: 1; }
26.5625% { opacity: 0; transform: scale(1.2); }
100% { opacity: 0; transform: scale(1.2); }
98.4375% { opacity: 0; transform: scale(1); }
100% { opacity: 1; transform: scale(1) }
}
@keyframes kenburns-2 {
23.4375% { opacity: 1; transform: scale(1); }
26.5625% { opacity: 1; }
48.4375% { opacity: 1; }
51.5625% { opacity: 0; transform: scale(1.2); }
100% { opacity: 0; transform: scale(1); }
}
@keyframes kenburns-3 {
48.4375% { opacity: 1; transform: scale(1); }
51.5625% { opacity: 1; }
73.4375% { opacity: 1; }
76.5625% { opacity: 0; transform: scale(1.2); }
100% { opacity: 0; transform: scale(1); }
}
@keyframes kenburns-4 {
73.4375% { opacity: 1; transform: scale(1); }
76.5625% { opacity: 1; }
98.4375% { opacity: 1; }
100% { opacity: 0; transform: scale(1.2); }
}

.color-overlay {
position: absolute;
width: 100%;
background: rgba(250,239,196,0.5);
height: 100%;
z-index: 5;
}

/** Setting for header section - index **/
#header {
	background: none;
}
#header svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}
#header svg g {
	mix-blend-mode: lighten;
}
#header svg polygon {
	stroke: none;
	fill: white;
}

#header h1:before {
	content: "";
	width: 250px;
	height: 250px;
	display: block;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	border: 3px solid #fff;
}

#header .webdexpress_header {
	position: relative;
	padding: 6rem 2rem 4rem 1.25rem;
}
#header h1 a {
	word-break: break-word;
	font-size: 55px;
}
#header h2 {
	font-size: 24px;
}

/** Setting for header section - sub pages **/
#header.sub-header .webdexpress_header {
	max-width: 100%;
	padding: 6rem 5rem 2rem 5rem;
}

#header.sub-header h1 {
	display: table;
	width: 100%;
}
#header.sub-header h1:before {
	margin: 0 0.5em 0 0;
}
#header.sub-header h1 a {
	vertical-align: middle;
	display: table-cell;
	text-align: left;
	width: 100%;
}
#header.sub-header h2 {
position: absolute;
top: 65%;
left: 355px;
margin-top: 35px;
}

/** Setting for homepage **/
.call-to-action{
	margin: 2em auto;
	text-align: center;
	width: 80%;
}
.call-to-action::before {
	content: "";
	height: 5px;
	width: 100%;
	display: block;
	background-size: 30px 30px;
}
.call-to-action p {
	margin: 0;
	padding: 0 1em;
}
.call-to-action strong {
	font-size: 1.6em;
	font-family: "Volkhov",serif;
}
.button {
	text-decoration: none;
	padding: 0.8em 1.2em;
	border-radius: 10px;
	margin: 1em auto;
	display: inline-block;
	font-weight: bold;
	overflow: hidden;
	position:relative;
	z-index: 1;
}
.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.button:hover:after {
	height: 355%;
	opacity: 1;
}



/** Setting for menu **/
#content ul.services {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#content ul.services li {
	width: 49%;
	margin: 2em 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 1em;
	text-align: left;
	box-sizing: border-box;
}

#content ul.services li strong {
	display: block;
	margin-bottom: -8px;
}

#content ul.services li:before {
	content: "";
	width: 150px;
	height: 150px;
	float: left;
	border-radius: 100px;
	margin: 0 10px 10px 0;
}

#content ul.services li:after {
	content: "";
	display: table;
	clear: both;
}

.page-title, .page_title {
	font-family: 'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 1.7em;
	margin-bottom: 1em;
	font-weight: bold;
}
.page-title:before, .page_title:before {
	content: '“';
	font-size: 5em;
	color: rgba(125,125,125,0.2);
	line-height: 0;
	position: relative;
	bottom: -49px;
	margin-right: -32px;
	left: -15px;
	font-family: "Volkhov",serif;
}
#mainbody #whatsnew .page_title:before {
	display: none;
}
#mainbody #whatsnew .page_title {
	margin-bottom: inherit;
	font-size: 20px;
}

.center {
text-align: center;
}

@media screen and (max-width: 1145px) {
	#header.sub-header h1 {
		display: table;
		width: 100%;
	}
	#header.sub-header h1:before {
		margin: 0 auto 10px auto;
		float: none;
	}
	#header.sub-header h1 a {
		display: block;
		width: 100%;
		text-align: center;
	}
	#header.sub-header h2 {
		position: inherit;
	}
	#header.sub-header .webdexpress_header {
		padding: 2em 1rem;
	}
}
@media screen and (max-width: 905px) {
	#header .webdexpress_header {
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#content ul.services li {
		width: 100%;
		margin: 1.5em 0;
	}
}

@media only screen and (max-width: 39.99em) {
	#header .webdexpress_header {
		padding: 1rem 1.25rem 2rem;
	}
	#header h1:before {
		width: 150px;
		height: 150px;
	}
	#content ul.services li::before {
		float: none;
		display: block;
		margin: 0 auto 1em auto;
	}
}

@media screen and (max-width: 375px) {
	#content ul.services li {
		text-align: center;
	}
	#content ul.services li:before {
		float: none;
		display: block;
		margin: 0 auto 1em auto;
	}
}