@charset "UTF-8";

@media print, screen and (min-width:1200px) {

#topHead {
position: fixed;
width: 100%;
height: 90px;
padding: 0;
line-height: 1;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 500;
}

#topHead a, #topHead {
color: #fff;
text-decoration: none;
}

#topHead #logo {
position: absolute;
background: url("../img/logo.png") no-repeat;
background-size: 180px;
width: 180px;
height: 69px;
top: 40px;
left: 50px;
z-index: 1501;
}

#topHead #logo a span {
display: block;
width: 180px;
height: 69px;
font-size: 0;
text-indent: -10000px;
}

#topHead #globalNav ul {
position: relative;
width: 100%;
height: 98px;
padding: 0 270px;
display: flex;
justify-content: flex-end;
align-items: center;
z-index: 501;
}

#topHead #globalNav ul li {
margin-left: 30px;
}

#topHead #globalNav ul li a {
font-size: 1.5rem;
font-weight: 600;
color: #000;
margin: 0;
padding: 0;
line-height: 1.5;
}

#topHead #contact {
position: fixed;
background-color: #ff9900;
width: 120px;
height: 100px;
font-size: 1.5rem;
padding-top: 20px;
border-left: 1px solid #ff9900;
border-bottom: 1px solid #ff9900;
top: 0;
right: 0;
line-height: 1.3;
transition: .3s;
z-index: 502;
box-shadow: 5px 5px 0 #ddd;
}

#topHead #contact:hover {
background-color: #fff;
color: #ff9900;
}

#topHead #entry {
position: fixed;
background-color: var(--themeColor);
width: 120px;
height: 100px;
font-size: 1.5rem;
padding-top: 20px;
border-radius: 0 0 0 10px;
border-left: 1px solid var(--themeColor);
border-bottom: 1px solid var(--themeColor);
top: 0;
right: 120px;
line-height: 1.3;
transition: .3s;
z-index: 502;
box-shadow: 5px 5px 0 #ddd;
}

#topHead #entry:hover {
background-color: #fff;
color: var(--themeColor);
}

#topHead #contact i,
#topHead #entry i,
#coachingExperience i,
#coachingExperienceCo i {
font-size: 2.2rem;
margin-bottom: 5px;
}

#topHead #contact span,
#topHead #entry span,
#coachingExperience span,
#coachingExperienceCo span {
display: block;
font-weight: 600;
}

#topHead #coachingExperience:hover,
#topHead #coachingExperienceCo:hover {
background: #fff;
color: #00a366;
}


/* transition */
#topHead,
#topHead::after,
#topHead #logo,
#topHead #globalNav ul,
#topHead #coachingExperience,
#contactTop,
#contactTelTop,
.mouse,
.arrow,
#scrollDown {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

#topHead.fixed {
background-color: #fff;
}

#topHead.fixed #logo {
background: url("../img/logo.png") no-repeat;
background-size: 150px;
width: 150px;
height: 57px;
top: 16px;
left: 30px;
}

#topHead.fixed  #logo a span {
display: block;
width: 150px;
height: 57px;
font-size: 0;
text-indent: -10000px;
}

#topHead.fixed #globalNav ul {
height: 84px;
}

#topHead #globalNav ul li a,
#topHead.fixed #globalNav ul li a {
position: relative;
display: block;
}

#topHead #globalNav ul li a::after,
#topHead.fixed #globalNav ul li a::after {
position: absolute;
content: "";
width: 100%;
height: 1px;
background-color: var(--themeColor);
bottom: -8px;
left: 0;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#topHead #globalNav ul li a:hover::after,
#topHead.fixed #globalNav ul li a:hover::after {
transform: scale(1, 1);
}

#topHead.fixed #coachingExperience {
top: 130px;
}

#mainViewWrap.fixed #contactTop,
#mainViewWrap.fixed #contactTelTop {
left: -30px;
opacity: 0;
}

#mainViewWrap.fixed .mouse ,
#mainViewWrap.fixed .arrow,
#mainViewWrap.fixed #scrollDown {
left: -30px;
opacity: 0;
}

}

@media print, screen and (max-width:1199px) {

#entry,
#contact,
#contactTelTop,
#contactTop {
display: none;
}

#topHead {
position: fixed;
background-color: #fff;
width: 100%;
height: 60px;
padding: 0;
line-height: 1;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 500;
}

#topHead a, #topHead {
color: #fff;
text-decoration: none;
}

#topHead #logo {
position: relative;
background: url("../img/logo.png") no-repeat;
background-size: 110px;
width: 110px;
height: 42px;
padding: 0;
top: 10px;
left: 15px;
z-index: 501;
}

#topHead #logo a span {
display: block;
width: 110px;
height: 42px;
font-size: 0;
text-indent: -10000px;
}

#topHead #coachingExperience,
#topHead #coachingExperienceCo {
position: fixed;
background: #00a366;
width: 74px;
height: 74px;
font-size: 1rem;
padding-top: 10px;
line-height: 1.3;
top: 190px;
right: 0;
border-radius: 10px 0 0 10px;
border-left: 1px solid #00a366;
border-top: 1px solid #00a366;
border-bottom: 1px solid #00a366;
z-index: 502;
transition: .3s;
box-shadow: 5px 5px 0 #ddd;
}

#topHead #coachingExperienceCo {
top: 70px;
}

#coachingExperience i,
#coachingExperienceCo i {
font-size: 1.8rem;
margin-bottom: 5px;
}

#coachingExperience span,
#coachingExperienceCo span {
display: block;
font-weight: 600;
}

#navToggle {
position: fixed;
width: 40px;
height: 40px;
top: 14px;
right: 15px;
cursor: pointer;
transition: all 1.5s ease;
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
}

#navToggle > div {
position: absolute;
width: 30px;
height: 26px;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}

#navToggle span {
width: 100%;
height: 2px;
right: 0;
display: block;
background: var(--themeColor);
position: absolute;
-webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, top .5s ease;
transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
/* #navToggle close */
}
#navToggle span:nth-child(1) {
top: 0px;
}
#navToggle span:nth-child(2) {
width: 20px;
top: 8px;
}
#navToggle span:nth-child(3) {
width: 24px;
top: 16px;
}
/*
#navToggle:hover span:nth-child(1) {
top: 4px;
}
#navToggle:hover span:nth-child(3) {
top: 23px;
}
*/

.open #navToggle span:nth-child(1) {
width: 30px;
top: 6px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.open #navToggle span:nth-child(2) {
top: 9px;
width: 0;
left: 50%;
}
.open #navToggle span:nth-child(3) {
width: 30px;
top: 6px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.open #navToggle {
}

#navToggle {
z-index: 1501;
}

#globalNav nav {
z-index: 999;
}

#globalNav {
background: #fff;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 20000;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
padding-left: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #globalNav {
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .7s ease;
opacity: 1;
}

#globalNav ul li a {
font-size: 1.2rem;
font-weight: 700;
color: #000;
margin: 0;
padding: 0;
line-height: 1.5;
}

#globalNav ul li a .number {
font-family: 'Libre Baskerville', serif;
font-size: 1.1rem;
font-weight: 400;
}

#globalNav a:hover {
text-decoration: none;
}

#globalNav ul {
position: relative;
list-style: none;
}
#globalNav ul li {
padding: 10px 0;
-webkit-transition: -webkit-transform 1.3s ease;
transition: -webkit-transform 1.3s ease;
transition: transform 1.3s ease;
transition: transform 1.3s ease, -webkit-transform 1.3s ease;
position: relative;
}

#globalNav ul li a span {
position: relative;
font-family: 'Dosis', sans-serif;
display: block;
font-size: 1rem;
font-weight: 600;
color: var(--themeColor);
letter-spacing: .1em;
text-indent: .1em;
}

.open #globalNav li {
-webkit-transform: translateX(0);
transform: translateX(0);
}

}