@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
font: 13px/1.5 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.7;
color: #828282;
background: #fff;
}
.blockPc {display: block;}
.blockSp {display: none;}
@media screen and (max-width: 768px) {
.blockPc {display: none;}
.blockSp {display: block;}
}

#page {
position: relative;
overflow-x: hidden;
width: 100%;
height: 100%;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.offcanvas #page {
overflow: hidden;
position: absolute;
}
.offcanvas #page:after {
-webkit-transition: 2s;
-o-transition: 2s;
transition: 2s;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 101;
background: rgba(0, 0, 0, 0.7);
content: "";
}

a {
color: #000;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
a:hover, a:active, a:focus {
color: #EA9215;
outline: none;
text-decoration: none;
}

p {
margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
color: #000;
font: 13px/1.5 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-weight: 400;
margin: 0 0 20px 0;
}

::-webkit-selection {
color: #fff;
background: #EA9215;
}

::-moz-selection {
color: #fff;
background: #EA9215;
}

::selection {
color: #fff;
background: #EA9215;
}

.jue-nav {
position: absolute;
top: 0;
margin: 0;
padding: 0;
width: 100%;
padding: 0;
z-index: 1001;
}
.jue-nav .top-menu {
padding: 15px 0;
}
.jue-nav .top {
padding: 7px 0;
margin-bottom: 0;
}
.jue-nav .top .num, .jue-nav .top .jue-social {
display: inline-block;
margin: 0;
}
.jue-nav .top .num {
color: rgba(255, 255, 255, 0.6);
font-size: 13px;
padding-right: 10px;
margin-right: 5px;
border-right: 1px solid rgba(255, 255, 255, 0.2);
letter-spacing: 0px;
}
.jue-nav .top .jue-social li {
font-size: 14px;
}
.jue-nav .top .jue-social li a {
padding: 0 7px;
}
.jue-nav .top .jue-social li a i {
font-size: 14px;
}
.jue-nav #jue-logo {
font-size: 24px;
margin: 0;
padding: 0;
text-transform: uppercase;
font-weight: bold;
font-weight: 700;
font: 13px/1.5 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.jue-nav #jue-logo a span {
color: #EA9215;
}
.jue-nav a {
padding: 5px 10px;
color: #fff;
}
@media screen and (max-width: 768px) {
.jue-nav .menu-1 {
display: none;
}
}
.jue-nav ul {
padding: 0;
margin: 15px 0 0 0;
}
.jue-nav ul li {
padding: 0;
margin: 0;
list-style: none;
display: inline;
}
.jue-nav ul li a {
font-size: 15px;
padding: 30px 30px;
color: #000;
text-shadow:1px 2px 0px #fff200;
font-weight: bold;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.jue-nav ul li a:hover, .jue-nav ul li a:focus, .jue-nav ul li a:active {
}
.jue-nav ul li.has-dropdown {
position: relative;
}
.jue-nav ul li.has-dropdown .dropdown {
width: 140px;
-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
z-index: 1002;
visibility: hidden;
opacity: 0;
position: absolute;
top: 40px;
left: 0;
text-align: left;
background: #000;
padding: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: 0s;
-o-transition: 0s;
transition: 0s;
}
.jue-nav ul li.has-dropdown .dropdown:before {
bottom: 100%;
left: 40px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-bottom-color: #000;
border-width: 8px;
margin-left: -8px;
}
.jue-nav ul li.has-dropdown .dropdown li {
display: block;
margin-bottom: 7px;
}
.jue-nav ul li.has-dropdown .dropdown li:last-child {
margin-bottom: 0;
}
.jue-nav ul li.has-dropdown .dropdown li a {
padding: 2px 0;
display: block;
color: #999999;
line-height: 1.2;
text-transform: none;
font-size: 13px;
letter-spacing: 0;
}
.jue-nav ul li.has-dropdown .dropdown li a:hover {
color: #fff;
}
.jue-nav ul li.has-dropdown:hover a, .jue-nav ul li.has-dropdown:focus a {
color: #fff;
}
.jue-nav ul li.btn-cta a {
padding: 30px 0px !important;
text-shadow:1px 2px 0px transparent;
color: #fff;
margin: 0 0 0 40px;
}

.jue-nav ul li.btn-cta a span {
background: #000;
color: #fff;
padding: 6px 30px;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
font-size: 14px;
font-weight: normal;
}
.jue-nav ul li.btn-cta a:hover span {
}
.jue-nav ul li.active > a {
color: #fff !important;
}

,
#jue-counter,
.jue-bg {
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
position: relative;
}
#jue-header {
margin: 50px 0 0;
}
.jue-bg {
background-size: cover;
background-position: center center;
position: relative;
width: 100%;
float: left;
}

.jue-video {
overflow: hidden;
}
@media screen and (max-width: 992px) {
.jue-video {
height: 450px;
}
}
.jue-video a {
z-index: 1001;
position: absolute;
top: 50%;
left: 50%;
margin-top: -45px;
margin-left: -45px;
width: 90px;
height: 90px;
display: table;
text-align: center;
background: #fff;
-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.jue-video a i {
text-align: center;
display: table-cell;
vertical-align: middle;
font-size: 40px;
}
.jue-video .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.2);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.jue-video:hover .overlay {
background: rgba(0, 0, 0, 0.7);
}
.jue-video:hover a {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}

.jue-cover {
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
position: relative;
float: left;
width: 100%;
}
.jue-cover .overlay {
z-index: 0;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
/*  background: rgba(0, 0, 0, 0.4);*/
}
.jue-cover > .jue-container {
position: relative;
z-index: 10;
}
@media screen and (max-width: 768px) {
.jue-cover {
height: auto;
}
}
.jue-cover .display-t,
.jue-cover .display-tc {
z-index: 9;
height: 700px;
display: table;
width: 100%;
margin-top: 100px;
}
@media screen and (max-width: 768px) {
.jue-cover .display-t,
.jue-cover .display-tc {
height: 600px;
}
}
.jue-cover.jue-cover-sm {
height: 600px;
}
@media screen and (max-width: 768px) {
.jue-cover.jue-cover-sm {
height: 400px;
}
}
.jue-cover.jue-cover-sm .display-t,
.jue-cover.jue-cover-sm .display-tc {
height: 600px;
display: table;
width: 100%;
}
@media screen and (max-width: 768px) {
.jue-cover.jue-cover-sm .display-t,
.jue-cover.jue-cover-sm .display-tc {
height: 400px;
}
}

#jue-header .display-tc,
#jue-counter .display-tc,
.jue-cover .display-tc {
display: table-cell !important;
vertical-align: middle;
}
#jue-header .display-tc h1, #jue-header .display-tc h2,
#jue-counter .display-tc h1,
#jue-counter .display-tc h2,
.jue-cover .display-tc h1,
.jue-cover .display-tc h2 {
margin: 0;
padding: 0;
color: white;
}
#jue-header .display-tc h1,
#jue-counter .display-tc h1,
.jue-cover .display-tc h1 {
margin-bottom: 20px;
font-size: 54px;
line-height: 1.3;
font-weight: 300;
}
@media screen and (max-width: 768px) {
#jue-header .display-tc h1,
#jue-counter .display-tc h1,
.jue-cover .display-tc h1 {
font-size: 30px;
}
}
#jue-counter {background-color: #fff;}
#jue-header .display-tc h2,
#jue-counter .display-tc h2,
.jue-cover .display-tc h2 {
font-size: 20px;
line-height: 1.5;
margin-bottom: 30px;
}
#jue-header .display-tc .btn,
#jue-counter .display-tc .btn,
.jue-cover .display-tc .btn {
padding: 15px 30px;
color: #fff;
border: none !important;
font-size: 18px;
}
#jue-header .display-tc .btn.btn-video,
#jue-counter .display-tc .btn.btn-video,
.jue-cover .display-tc .btn.btn-video {
background: rgba(9, 198, 171, 0.8);
border: none;
}
#jue-header .display-tc .btn.btn-video:hover, #jue-header .display-tc .btn.btn-video:focus,
#jue-counter .display-tc .btn.btn-video:hover,
#jue-counter .display-tc .btn.btn-video:focus,
.jue-cover .display-tc .btn.btn-video:hover,
.jue-cover .display-tc .btn.btn-video:focus {
background: rgba(9, 198, 171, 0.9) !important;
color: #fff !important;
}
#jue-header .display-tc .btn:hover, #jue-header .display-tc .btn:focus,
#jue-counter .display-tc .btn:hover,
#jue-counter .display-tc .btn:focus,
.jue-cover .display-tc .btn:hover,
.jue-cover .display-tc .btn:focus {
color: #fff !important;
}
#jue-header .display-tc .btn.btn-learn,
#jue-counter .display-tc .btn.btn-learn,
.jue-cover .display-tc .btn.btn-learn {
background: rgba(234, 146, 21, 0.8);
border: none;
}
#jue-header .display-tc .btn.btn-learn:hover, #jue-header .display-tc .btn.btn-learn:focus,
#jue-counter .display-tc .btn.btn-learn:hover,
#jue-counter .display-tc .btn.btn-learn:focus,
.jue-cover .display-tc .btn.btn-learn:hover,
.jue-cover .display-tc .btn.btn-learn:focus {
background: rgba(234, 146, 21, 0.9) !important;
color: #fff !important;
}
#jue-header .display-tc .btn:hover,
#jue-counter .display-tc .btn:hover,
.jue-cover .display-tc .btn:hover {
background: #EA9215 !important;
-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#jue-header .display-tc .form-inline .form-group,
#jue-counter .display-tc .form-inline .form-group,
.jue-cover .display-tc .form-inline .form-group {
width: 100% !important;
margin-bottom: 10px;
}
#jue-header .display-tc .form-inline .form-group .form-control,
#jue-counter .display-tc .form-inline .form-group .form-control,
.jue-cover .display-tc .form-inline .form-group .form-control {
width: 100%;
background: #fff;
border: none;
}

.jue-bg-section {
background: rgba(0, 0, 0, 0.05);
}

#jue-pricing,
#jue-testimonial,
#jue-started,
#jue-project,
#jue-blog,
#jue-contact,
#jue-box,
#jue-footer {
padding: 7em 0;
clear: both;
background-color: #fff;
}
#jue-explore {padding: 7em 0 2em; background-color: #fff;}
#jue-started{
background-image: url("../images/dot_grn.gif");
}
#jue-blog {
background-image: url("../images/dot.gif");
}
#jue-explore {
/*background-image: url("../images/dot.gif");*/
}
#jue-box {
  background-color: #fff003;
}
@media screen and (max-width: 768px) {
#jue-explore,
#jue-pricing,
#jue-testimonial,
#jue-started,
#jue-project,
#jue-blog,
#jue-contact,
#jue-box,
#jue-footer {
padding: 3em 0;
}
}

#jue-counter {
padding: 0em 0 0;
clear: both;
}

#jue-steps {
clear: both;
padding: 4em 0;
background-image: url("../images/line.gif");
}

.jue-counters {
padding: 3em 0;
background-size: cover;
background-attachment: fixed;
background-position: center center;
}
.jue-counters .counter-wrap {
border: 1px solid red !important;
}
.jue-counters .jue-counter {
font-size: 44px;
display: block;
color: rgba(0, 0, 0, 0.7);
font: 13px/1.5 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
width: 100%;
font-weight: 400;
margin-bottom: .3em;
}
.jue-counters .jue-counter-label {
color: rgba(0, 0, 0, 0.5);
text-transform: uppercase;
font-size: 14px;
letter-spacing: 5px;
margin-bottom: 2em;
display: block;
}

#jue-explore .jue-explore1 {
margin-bottom: 7em;
}

.mt {
margin-top: 70px;
}
.mt h4 {
position: relative;
padding-left: 40px;
font-size: 20px;
}
.mt h4 i {
position: absolute;
left: 0;
top: 0;
color: #EA9215;
}
.mt > div {
margin-bottom: 40px;
}
.mt .list-nav {
margin: 50px 0 30px 0;
padding: 0;
}
.mt .list-nav li {
list-style: none;
margin: 0;
padding: 0;
font-size: 16px;
padding-left: 30px;
margin-bottom: 10px;
position: relative;
}
.mt .list-nav li i {
position: absolute;
left: 0;
top: 0;
font-size: 18px;
color: #EA9215;
}

.jue-social-icons {
margin: 0;
padding: 0;
}
.jue-social-icons li {
margin: 0;
padding: 0;
list-style: none;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.jue-social-icons li a {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
color: #EA9215;
padding-left: 10px;
padding-right: 10px;
}
.jue-social-icons li a i {
font-size: 20px;
}

.jue-contact-info ul {
padding: 0;
margin: 0;
}
.jue-contact-info ul li {
padding: 0 0 0 40px;
margin: 0 0 30px 0;
list-style: none;
position: relative;
}
.jue-contact-info ul li:before {
color: #EA9215;
position: absolute;
left: 0;
top: .05em;
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.jue-contact-info ul li.address:before {
font-size: 30px;
content: "\e9d1";
}
.jue-contact-info ul li.phone:before {
font-size: 23px;
content: "\e9f4";
}
.jue-contact-info ul li.email:before {
font-size: 23px;
content: "\e9da";
}
.jue-contact-info ul li.url:before {
font-size: 23px;
content: "\e9af";
}

.proj-bottom {
padding-bottom: 4em;
}

.jue-project {
margin-bottom: 30px;
}
.jue-project > a {
display: block;
color: #000;
position: relative;
bottom: 0;
overflow: hidden;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.jue-project > a img {
position: relative;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.jue-project > a:after {
opacity: 0;
visibility: hidden;
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
-webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
-moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
-ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
-o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
z-index: 8;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.jue-project > a h3, .jue-project > a span {
z-index: 12;
position: absolute;
right: 20px;
left: 20px;
bottom: 50px;
color: #fff;
margin: 0;
padding: 0;
opacity: 1;
font-size: 30px;
font-weight: 300;
visibility: visible;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.jue-project > a span {
font-size: 14px;
bottom: 20px;
}
.jue-project > a:hover {
-webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.jue-project > a:hover:after {
opacity: 1;
visibility: visible;
}
@media screen and (max-width: 768px) {
.jue-project > a:hover:after {
opacity: 0;
visibility: hidden;
}
}
.jue-project > a:hover h3, .jue-project > a:hover span {
opacity: 1;
bottom: 55px;
}
.jue-project > a:hover span {
bottom: 15px;
}
.jue-project > a:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
@media screen and (max-width: 768px) {
.jue-project > a:hover img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}

.features {
margin-bottom: 3em;
width: 100%;
float: left;
}

.jue-heading {
margin-bottom: 5em;
}
.jue-heading.jue-heading-sm {
margin-bottom: 2em;
}
.jue-heading h2 {
margin-bottom: 20px;
line-height: 1.5;
color: #000;
}
.jue-heading p {
font-size: 2.5rem;
line-height: 1.5;
font-weight: bold;
color: #000;
}
.jue-heading span {
}

#jue-testimonial {
background: #efefef;
}
#jue-testimonial .testimony-slide {
text-align: center;
}
#jue-testimonial .testimony-slide span {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
display: block;
}
#jue-testimonial .testimony-slide figure {
margin-bottom: 10px;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
#jue-testimonial .testimony-slide figure img {
width: 100px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
#jue-testimonial .testimony-slide blockquote {
border: none;
margin: 30px auto;
width: 70%;
position: relative;
padding: 0;
}
@media screen and (max-width: 992px) {
#jue-testimonial .testimony-slide blockquote {
width: 100%;
}
}
#jue-testimonial .arrow-thumb {
position: absolute;
top: 40%;
display: block;
width: 100%;
}
#jue-testimonial .arrow-thumb a {
font-size: 32px;
color: #dadada;
}
#jue-testimonial .arrow-thumb a:hover, #jue-testimonial .arrow-thumb a:focus, #jue-testimonial .arrow-thumb a:active {
text-decoration: none;
}

.bs-wizard {
margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
border-bottom: solid 1px #e0e0e0;
padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
padding: 0;
position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
font-size: 16px;
margin-bottom: 10px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
color: #999;
font-size: 14px;
padding: 20px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
position: absolute;
width: 30px;
height: 30px;
display: block;
background: #fbe8aa;
top: 45px;
left: 50%;
margin-top: -15px;
margin-left: -15px;
border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
content: ' ';
width: 14px;
height: 14px;
background: #fbbd19;
border-radius: 50px;
position: absolute;
top: 8px;
left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
position: relative;
border-radius: 0px;
height: 8px;
box-shadow: none;
margin: 22px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
width: 0px;
box-shadow: none;
background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
left: 50%;
width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
pointer-events: none;
}

#jue-started {
position: relative;
float: left;
width: 100%;
}
#jue-started .overlay {
z-index: 0;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
}
#jue-started .jue-heading h2 {
margin-bottom: 20px !important;
}
#jue-started .jue-heading p {
color: rgba(255, 255, 255, 0.5);
}
#jue-started .form-control {
background: rgba(255, 255, 255, 0.2);
border: none !important;
color: #fff;
font-size: 16px !important;
width: 100%;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
#jue-started .form-control::-webkit-input-placeholder {
color: #fff;
}
#jue-started .form-control:-moz-placeholder {
/* Firefox 18- */
color: #fff;
}
#jue-started .form-control::-moz-placeholder {
/* Firefox 19+ */
color: #fff;
}
#jue-started .form-control:-ms-input-placeholder {
color: #fff;
}
#jue-started .form-control:focus {
background: rgba(255, 255, 255, 0.3);
}
#jue-started .btn {
height: 54px;
border: none !important;
background: #EA9215;
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
padding-left: 50px;
padding-right: 50px;
}
#jue-started .form-inline .form-group {
width: 100% !important;
margin-bottom: 10px;
}
#jue-started .form-inline .form-group .form-control {
width: 100%;
}

.jue-blog {
margin-bottom: 60px;
}
.jue-blog > a {
display: block;
position: relative;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.jue-blog > a img {
width: 100%;
}
@media screen and (max-width: 768px) {
.jue-blog {
width: 100%;
}
}
.jue-blog .blog-text {
margin-bottom: 30px;
position: relative;
background: #fff;
width: 100%;
padding: 30px;
float: left;
-webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
-moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.jue-blog .blog-text span {
display: inline-block;
margin-bottom: 20px;
}
.jue-blog .blog-text span.comment {
float: right;
}
.jue-blog .blog-text span.comment a {
color: rgba(0, 0, 0, 0.3);
}
.jue-blog .blog-text span.comment a i {
color: #EA9215;
padding-left: 7px;
}
.jue-blog .blog-text h3 {
font-size: 2.5rem;
text-align: center;
font-weight: bold;
margin-bottom: 20px;
line-height: 1.5;
}
.jue-blog .blog-text h3 a {
color: black;
}
.jue-blog .blog-text p {
  font-size: 13px; color: #000;
}
.pricing {
display: block;
float: left;
margin-bottom: 30px;
width: 100%;
}

.price-box {
width: 100%;
text-align: center;
padding: 30px;
background: rgba(0, 0, 0, 0.05);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
margin-bottom: 40px;
position: relative;
}
.price-box.popular .btn-select-plan {
background: #EA9215;
}
.price-box.popular .price {
color: #EA9215;
}
.price-box .btn-select-plan {
padding: 10px 20px;
background: #09C6AB;
color: #fff;
}
.price-box .classes {
padding: 0;
}
.price-box .classes li {
display: block;
width: 100%;
list-style: none;
margin: 0;
font-size: 16px;
padding: 8px 10px;
}
.price-box .classes li.color {
background: rgba(0, 0, 0, 0.04);
}

.pricing-plan {
margin: 0 0 50px 0;
padding: 0;
font-size: 13px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
color: #888f94;
}
.pricing-plan.pricing-plan-offer {
margin-bottom: 24px;
}
.pricing-plan span {
display: block;
margin-top: 10px;
margin-bottom: 0;
color: #d5d8db;
}

.price {
font-size: 72px;
color: #000;
line-height: 50px;
}
.price .currency {
font-size: 30px;
top: -0.9em;
padding-right: 10px;
}
.price small {
font-size: 13px;
display: block;
text-transform: uppercase;
color: #888f94;
}

#jue-footer {
background: #fff;
color: #000;
font-size: 11px;
}
#jue-footer .jue-footer-links {
padding: 0;
margin: 0;
}
#jue-footer .jue-footer-links li {
padding: 0;
margin: 0;
list-style: none;
}
#jue-footer .jue-footer-links li a {
color: rgba(0, 0, 0, 0.5);
text-decoration: none;
}
#jue-footer .jue-footer-links li a:hover {
text-decoration: underline;
}
#jue-footer .jue-widget {
margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
#jue-footer .jue-widget {
text-align: left;
}
}
#jue-footer .jue-widget h3 {
margin-bottom: 15px;
font-weight: bold;
font-size: 15px;
letter-spacing: 2px;
text-transform: uppercase;
}
#jue-footer .copyright .block {
display: block;
}

#map {
width: 100%;
height: 500px;
position: relative;
}
@media screen and (max-width: 768px) {
#map {
height: 200px;
}
}

#jue-offcanvas {
position: absolute;
z-index: 1901;
width: 270px;
background: black;
top: 0;
right: 0;
top: 0;
bottom: 0;
padding: 75px 40px 40px 40px;
overflow-y: auto;
display: none;
-moz-transform: translateX(270px);
-webkit-transform: translateX(270px);
-ms-transform: translateX(270px);
-o-transform: translateX(270px);
transform: translateX(270px);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
@media screen and (max-width: 768px) {
#jue-offcanvas {
display: block;
}
}
.offcanvas #jue-offcanvas {
-moz-transform: translateX(0px);
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
#jue-offcanvas a {
color: rgba(255, 255, 255, 0.5);
}
#jue-offcanvas a:hover {
color: rgba(255, 255, 255, 0.8);
}
#jue-offcanvas ul {
padding: 0;
margin: 0;
}
#jue-offcanvas ul li {
padding: 0;
margin: 0;
list-style: none;
}
#jue-offcanvas ul li > ul {
padding-left: 20px;
display: none;
}
#jue-offcanvas ul li.offcanvas-has-dropdown > a {
display: block;
position: relative;
}
#jue-offcanvas ul li.offcanvas-has-dropdown > a:after {
position: absolute;
right: 0px;
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e921";
font-size: 20px;
color: rgba(255, 255, 255, 0.2);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
#jue-offcanvas ul li.offcanvas-has-dropdown.active a:after {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}

.uppercase {
font-size: 14px;
color: #000;
margin-bottom: 10px;
font-weight: 700;
text-transform: uppercase;
}

.gototop {
position: fixed;
bottom: 20px;
right: 10px;
z-index: 999;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
writing-mode: vertical-rl;
text-orientation: upright;
}
.gototop.active {
opacity: 1;
visibility: visible;
}
.gototop a {
display: table;
background: #000;
color: #fff;
font-weight: bold;
border-radius: 10px;
padding: 20px;
text-align: center;
}
.gototop a:hover {
	background-color: #fff003;
	color: #000;
}
.gototop a i {
height: 50px;
display: table-cell;
vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
text-decoration: none;
outline: none;
}

.jue-nav-toggle {
width: 25px;
height: 25px;
cursor: pointer;
text-decoration: none;
}
.jue-nav-toggle.active i::before, .jue-nav-toggle.active i::after {
background: #444;
}
.jue-nav-toggle:hover, .jue-nav-toggle:focus, .jue-nav-toggle:active {
outline: none;
border-bottom: none !important;
}
.jue-nav-toggle i {
position: relative;
display: inline-block;
width: 25px;
height: 2px;
color: #252525;
font: bold 14px/.4 Helvetica;
text-transform: uppercase;
text-indent: -55px;
background: #252525;
transition: all .2s ease-out;
}
.jue-nav-toggle i::before, .jue-nav-toggle i::after {
content: '';
width: 25px;
height: 2px;
background: #252525;
position: absolute;
left: 0;
transition: all .2s ease-out;
}
.jue-nav-toggle.jue-nav-white > i {
color: #fff;
background: #fff;
}
.jue-nav-toggle.jue-nav-white > i::before, .jue-nav-toggle.jue-nav-white > i::after {
background: #fff;
}

.jue-nav-toggle i::before {
top: -7px;
}

.jue-nav-toggle i::after {
bottom: -7px;
}

.jue-nav-toggle:hover i::before {
top: -10px;
}

.jue-nav-toggle:hover i::after {
bottom: -10px;
}

.jue-nav-toggle.active i {
background: transparent;
}

.jue-nav-toggle.active i::before {
top: 0;
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}

.jue-nav-toggle.active i::after {
bottom: 0;
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
-ms-transform: rotateZ(-45deg);
-o-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
}

.jue-nav-toggle {
position: absolute;
right: 0px;
top: 65px;
z-index: 21;
padding: 6px 0 0 0;
display: block;
margin: 0 auto;
display: none;
height: 44px;
width: 44px;
z-index: 2001;
border-bottom: none !important;
}
@media screen and (max-width: 768px) {
.jue-nav-toggle {
display: block;
}
}

.btn {
margin-right: 4px;
margin-bottom: 4px;
font: 13px/1.5 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 16px;
font-weight: 400;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
padding: 8px 20px;
}
.btn.btn-md {
padding: 8px 20px !important;
}
.btn.btn-lg {
padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
box-shadow: none !important;
outline: none !important;
}

.btn-primary {
background: #EA9215;
color: #fff;
border: 2px solid #EA9215;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
background: #ec9d2c !important;
border-color: #ec9d2c !important;
}
.btn-primary.btn-outline {
background: transparent;
color: #EA9215;
border: 2px solid #EA9215;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
background: #EA9215;
color: #fff;
}

.btn-success {
background: #5cb85c;
color: #fff;
border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
background: #4cae4c !important;
border-color: #4cae4c !important;
}
.btn-success.btn-outline {
background: transparent;
color: #5cb85c;
border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
background: #5cb85c;
color: #fff;
}

.btn-info {
background: #5bc0de;
color: #fff;
border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
background: #46b8da !important;
border-color: #46b8da !important;
}
.btn-info.btn-outline {
background: transparent;
color: #5bc0de;
border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
background: #5bc0de;
color: #fff;
}

.btn-warning {
background: #f0ad4e;
color: #fff;
border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
background: #eea236 !important;
border-color: #eea236 !important;
}
.btn-warning.btn-outline {
background: transparent;
color: #f0ad4e;
border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
background: #f0ad4e;
color: #fff;
}

.btn-danger {
background: #d9534f;
color: #fff;
border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
background: #d43f3a !important;
border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
background: transparent;
color: #d9534f;
border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
background: #d9534f;
color: #fff;
}

.btn-outline {
background: none;
border: 2px solid gray;
font-size: 16px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
box-shadow: none;
}

.btn.with-arrow {
position: relative;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.btn.with-arrow i {
visibility: hidden;
opacity: 0;
position: absolute;
right: 0px;
top: 50%;
margin-top: -8px;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.btn.with-arrow:hover {
padding-right: 50px;
}
.btn.with-arrow:hover i {
color: #fff;
right: 18px;
visibility: visible;
opacity: 1;
}

.form-control {
box-shadow: none;
background: transparent;
border: 2px solid rgba(0, 0, 0, 0.1);
height: 54px;
font-size: 18px;
font-weight: 300;
}
.form-control:active, .form-control:focus {
outline: none;
box-shadow: none;
border-color: #EA9215;
}

.row-pb-md {
padding-bottom: 4em !important;
}

.row-pb-sm {
padding-bottom: 2em !important;
}

.jue-loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
opacity: 0;
}

.bg {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.bg__video_wrap {
height: 100%;
width: 100%;
}
.bg video {width: 100%; }
.bg__video {
height: auto;
left: 50%;
min-height: 100%;
min-width: 100%;
position: fixed;
top: 50%;
transform: translate(-50%, -50%);
width: auto;
z-index: -101;
}
.bg__video_wrap::after {
background-image: url("../images/bg_bg_01.png");
background-size: 6px 6px;
bottom: 0;
content: "";
display: block;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
z-index: -101;
}
.bg__black-screen {
background: #000;
}
.bg__black-screen, .bg__footer {
position: fixed;
top: 50%;
left: 50%;
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -100;
opacity: 0;
}
.intro-text {
text-align: center;
font-weight: bold;
padding: 80px 0;
line-height: 2em;
letter-spacing: 2px;
font-size: 2rem;
}

.contents-title{
position:relative;
margin:0 -1px;
font:bold Arial, Helvetica, sans-serif;
text-align:center;
font-size: 5rem;
color:#333;
background:#fff003;
-webkit-transform: rotate(-3deg) skew(-3deg);
-moz-transform: rotate(-3deg) skew(-3deg);
-o-transform: rotate(-3deg) skew(-3deg);
-ms-transform: rotate(-3deg) skew(-3deg);
transform: rotate(-3deg) skew(-3deg);
text-shadow:3px 3px 0 rgba(255,255,255,1);
box-shadow:15px 15px 0 rgba(255,250,188,1);
}
#jue-box .contents-title{
  background-color: #fff;
  box-shadow:15px 15px 0 rgba(0,0,0,1);
}


.contents-title span {font-size: 4rem; font-weight: bold; padding: 0px;}


#jue-explore .jue-explore1 {
margin-bottom: 7em;
}
#jue-explore .jue-explore2 {
margin-bottom: 7em;
}

.explore-text {
margin-top: 70px;
padding: 80px;
background-color: #fff003;
color: #000;
width: 600px;
position: absolute;}
.explore-textRight {
right: 0px;
margin-top: 70px;
padding: 80px;
background-color: #fff003;
color: #000;
width: 600px;
position: absolute;}
.explore-text h3 {
position: relative;
font-size: 2.5rem;
color: #000;
font-weight: bold;
}
.text-grn {color: #83ba3b;}
.explore-icon {
display: inline-block;
background-color: #fff;
padding: 6px 18px;
font-weight: bold;
color: #000;
margin: 0 0 20px;
border-radius: 30px;
font-size: 13px;
}
@media screen and (max-width: 768px) {
.explore-text {
margin: 0px 0px;
padding: 30px;
color: #000;
width: 100%;
position: static;}
.explore-textRight {
margin: 0px 0px;
padding: 30px;
color: #000;
width: 100%;
position: static;}
#jue-explore .jue-explore1 {
margin-bottom: 0em;
}
#jue-explore .jue-explore2 {
margin-bottom: 0em;
}
}
.under {
background: linear-gradient(transparent 70%, #ff0 0%);
}
.bannerimg {text-align: center;}
.lineHr {
background-color: #fff;
border-top: 2px dashed #8c8b8b;
margin: 50px auto 80px;
width: 50%;
}
.bannerimg h4 {font-size: 3rem; font-weight: bold; margin: 0 0 50px;}
.bannerimg img {margin: 0 auto;border:10px solid #fff003;}

.qa dl {padding: 40px; background-color: #fff; border-radius: 20px; color: #000; border:10px solid #fff003;}
.qa dt {font-size: 2rem; margin: 0 0 15px;border-bottom: 2px dashed #8c8b8b; padding: 0 0 15px;}
.iconQ {font-size: 2rem;font-weight: bold; color: #e97e26;}
.iconA {font-size: 2rem;font-weight: bold; color: #975097;}

.feTitle h2 {font-family: 'Londrina Outline', cursive; font-size: 5rem;}

#jue-movie {
  clear: both;
padding: 7em 0;
background-image: url("../images/line.gif");
}
.movie-wrap {
position: relative;
padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
height: 0;
overflow: hidden;
}

.movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#jue-counter span {font-size: 2.5rem;}

#jue-box p {text-align: center; color: #000; font-size: 13px; }
#jue-box ul {margin: 0 0 50px; display: flex; padding: 0px;}
#jue-box li {letter-spacing: 1px; line-height: 1.3em; width: 33%; list-style: none; background-color: #fff; font-size: 2.2rem; color: #fff;  text-align: center; font-weight: bold;  margin: 0 20px 30px 0;}
#jue-box li a { display: block; color: #fff;padding: 20px;}
#jue-box li.cta1 a {background-color: #e87d25;box-shadow: 15px 15px 0 rgba(0,0,0,1);}
#jue-box li.cta2 a {background-color: #975097;box-shadow: 15px 15px 0 rgba(0,0,0,1);}
#jue-box li.cta3 a {background-color: #87bc42;box-shadow: 15px 15px 0 rgba(0,0,0,1);}
#jue-box li a:hover {background-color: #fff; color: #000;}

#jue-box li span {display: block; font-size: 1.5rem;}

#jue-logo img {width: 100%;}
@media screen and (max-width: 768px) {
#jue-logo {text-align: center;}
#jue-logo img {width: 30%;}
.js-jue-nav-toggle {display: none;}
.jue-nav .top-menu {padding: 10px 0;}
#jue-header {margin: 70px 0 0;}

.intro-text {padding: 40px 15px;}
#jue-counter span {font-size: 1.5rem;}
.intro-text {font-size: 1.2rem;}
.contents-title {font-size: 2rem;}
.contents-title span {font-size: 3rem;}
.jue-heading p {font-size: 1.5rem;}
.bannerimg h4 {font-size: 2rem;}

.qa dl {padding: 20px;}
#jue-movie {padding: 3em 0;}
.lineHr {margin: 20px auto 30px;}

#jue-box .jue-heading {margin-bottom: 2em;}

#jue-explore .container .col-md-8 {padding: 0px;}
#jue-box ul {display: block;}
#jue-box ul li {width: 96%;}

.gototop {right: 5px; bottom: 5px;}
.gototop a {font-size: 1rem; padding: 10px;}
}

