@charset "utf-8";

body {
  font-family: 'Nunito', 'Kosugi Maru', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  color: #777777;
  height: 100%;
  position: relative;
  background: rgb(255, 255, 255);
}


p {
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: 16px;
}


h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'Nunito', 'Kosugi Maru', sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}



#navbar {
  margin-right: 40px;
  background-color: #fff;
}

#navbar a {
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }

#navbar a:hover {
    color: #d3381c;
    }

ul {
  font-size: 13px;
  text-align: center;
  background-color: #fff;
}

ul span {
  display: block;
}

@media only screen and (max-width: 1024px){
 .navbar-header img{
    width: 80px;
    height: 50px;
  }
}

@media only screen and (max-width: 1024px){
  .navbar-header {
    background-color: #fff;
   }
 }



#home {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  color: rgb(255, 255, 255);
}
#home a {
  color: rgba(255, 255, 255, 0) !important;
  text-decoration: underline;
}
#home a:hover {
  color: #fff;
  text-decoration: none;
}
#home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
#home, #fh5co-home .text-wrap {
  height: auto;
  margin-top: 10px;
}
#home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#home .text-inner {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#home .text-inner h1 {
  font-size: 40px;
  color: white;
  margin: 0 0 40px 0;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  #home .text-inner h1 {
    font-size: 30px;
  }
}
#home .text-inner h1 span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  line-height: 20px;
}
#home .text-inner h1 .big {
  font-size: 58px;
  text-transform: none;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  #home .text-inner h1 .big {
    font-size: 30px;
  }
}
#home .text-inner h1 .medium {
  font-size: 40px;
  text-transform: none;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  #home .text-inner h1 .medium {
    font-size: 30px;
  }
}
#home .text-inner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 60px 0;
}
#home .text-inner .call-to-action {
  display: block;
  width: 100%;
}
#home .text-inner .call-to-action a {
  width: 200px;
  display: inline-block;
  font-size: 20px;
  padding: 15px 0;
  margin-right: 10px;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: none;
}
#home .text-inner .call-to-action a i {
  margin-right: 5px;
  margin-top: 5px;
  font-size: 18px;
}
#home .text-inner .call-to-action a.demo {
  border: 2px solid #d3381c;
  background: #d3381c;
  text-decoration: none !important;
}
@media screen and (max-width: 1024px) {
  #home .text-inner .call-to-action a.demo {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
#home .text-inner .call-to-action a.download {
  border: 2px solid #F9ED69;
  background: #F9ED69;
  text-decoration: none !important;
}
@media screen and (max-width: 1024px) {
  #home .text-inner .call-to-action a.download {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}



#services {
  padding-bottom: 0;
}

.about-voicepicture {
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
.about-voicepicture p {
  font-size: 12px;
}
}


.process {
  margin-top: 40px;
  margin-bottom: 40px;
}
.process .entry {
  width: 100%;
  text-decoration: none;
}
.process .entry .desc-grid h3 {
  padding: 2px 0 0 0;
  margin: 0;
  font-size: 20px;
}
.process .entry .process-bg {
  height: 350px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 20px;
}
.process .entry .process-bg .date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  z-index: 2;
  text-align: center;
  padding: 5px 0px;
  background: #d3381c;
}
.process .entry .process-bg .date span, .entry .date small {
  display: block;
  color: #fff;
}
.process .entry .process-bg .date span {
  font-size: 20px;
}
.process .entry .process-bg .date small {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.process .entry .process-bg .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 30px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.process .entry .process-bg .desc p {
  color: #8f989f;
}
/*.process .entry:hover .desc {
  opacity: 1;
}*/



@media screen and (max-width: 1024px) {
.process-bg {
  margin: 0 auto;
  max-width: 52%;
 }
}


@media screen and (max-width: 1024px) {
  .desc-grid {
    margin-bottom: 60px;
  }
}




.pricing__title {
  padding-top: 50px;
}

.pricing__item {
  margin-right: 25px;
  margin-left: 25px;
  padding: 0em 2em 2em 2em;
  cursor: default;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px 3px rgba(26, 7, 7, 0.06);
  -moz-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}



.pricing__item:hover {
  color: #333;
  background: rgba(240, 138, 93, 0.4);
  webkit-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
}


.pricing__price {
  font-weight: bold;
  line-height: 95px;
  width: 100px;
  height: 100px;
  margin: 1.15em auto 1em;
  padding-top: 3px;
  background: #d3381c;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}


.pricing__item:hover .pricing__price {
  color: #fff;
  background: #d3381c;
}

.pricing__feature-list {
  margin: 0;
  padding: 1em 1em 2em 1em;
  list-style: none;
  text-align: center;
}
.pricing__feature-list li {
  font-size: 16px;
  line-height: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
}

.pricing__action {
  font-weight: bold;
  margin-top: auto;
  padding: 0.75em 2em;
  opacity: 0;
  color: #fff;
  background: #82C57E;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

.pricing__item:hover .pricing__action {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1024px) {
  .pricing__item {
    margin-bottom: 30px;
  }
}



.services {
  padding-bottom: 4em;
}
.services .box-services {
  position: relative;
  margin: 0 30px 70px 20px;
}
.services .box-services .icon {
  margin-bottom: 20px;
}
.services .box-services .icon span {
  width: 130px;
  height: 130px;
  display: inline-block;
  position: relative;
  background: #d3381c;
  display: table;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.services .box-services .icon span i {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 30px;
  height: 130px;
  color: #fff;
}
.services .fh5co-post h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.services .call-to-action .btn-learn {
  padding: 12px 30px;
  background: #fbf39a;
  color: #fff;
}


.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .section-heading {
    margin-bottom: -50px;
  }
}

.section-heading h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #8f989f;
  position: relative;
  display: block;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-heading h3 {
    font-size: 16px !important;
    line-height: 28px;
  }
}


.nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #d3381c;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #535659;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #535659;
  transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #535659;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

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

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

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

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

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

.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);
}

.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);
}

.nav-toggle {
  position: absolute;
  top: 2px;
  right: 30px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}



@media screen and (max-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}


@media screen and (max-width: 896px) {
  .nav-toggle {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .nav-toggle {
    display: block;
  }
}

/*@media screen and (min-width:480px) {
  .nav-toggl {
    display:none;
  }
}*/


.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #d3381c;
  color: #fff;
}
.social li a.social-circle {
  background: #d3381c;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #d3381c;
  color: #fff;
}
.social.social-circle a {
  background: #d3381c;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 1024px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 1024px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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



/*video*/

.wrap-video{
  text-align: center;
  padding-bottom: 20px;
  
  
}

.wrap-video p{
  padding: 40px;
  font-size: 25px;
  text-align: center;
}

.wrap-video video{
  width: 85%;
  height: 85%;
  margin-top: -50px;
  border: solid 2px #000;
}

.wrap-video .text{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  text-align:center;
}

.wrap-video .text p{
  font-size:16px;
  font-weight:bold;
  color:black;
}

.wrap-video .text .headline{
  font-size:50px;
}

/*ロゴの高さ調整*/
.navbar-header img{
  margin-top: -16px;
  margin-left: 20px;
}

/*aboutVP*/
.about-voicepicture img {
  width: 7%;
  height: 7%;
  margin-bottom: 10px;
}

.about-voicepicture p {
  color: #d3381c;
  font-size: 28px;
  margin-top: 100px;
  padding-bottom: 30px;
  text-align: center;
}




.sns {
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
}

.sns a {
    color: #d3381c;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
 .sns a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #d3381c;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
 .sns a:hover::after {
    transform: scale(1, 1);
  }


  @media screen and (max-width: 1024px) {
    .text1 {
      padding-bottom: 50px;
    }
    
    .text2 {
      padding-bottom: 50px;
    }
  }
    

/*process追加*/
.desc-grid h3 {
  text-align: center;
}


/*contact form*/
.form-group {
  font-size: 10px;
  width: 90%;
  padding-right: 50px;
  padding-left: 20px;
}

.center {
  margin-top: 20px;
  margin-right: 60px;
  margin-left: 60px;
}

.submit {
width: 100px;
height: 40px;
font-size: 15px;
border-radius: 15px;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}

.reset {
  width: 100px;
  height: 40px;
  border-radius: 15px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  }


#info {
  background-color: #8f989f;
}


.contact-info {
  list-style: none;
  color: #F4F7F7;
  margin-top: 50px;
  margin-bottom: 50px;
}

.social-media li {
  display: inline;
  padding-left: 20px;
}

.copy-right {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}


@media only screen and (max-width: 1024px){
.contact-info {
 font-size: 15px;
 margin-left: 200px;
}
 }


 /*text調整*/
.text1 h3 {
  padding-right: 20px;
}

.text2 h3 {
  padding-right: 20px;
}

.text3 h3 {
  padding-right: 20px;
}

 .text1 p {
text-align: left;
margin-left: 50px;
margin-right: 50px;
 }

 .text2 p {
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
   }


 .text3 p {
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
   }


.desc p {
  text-align: left;
  margin-left: 40px;
  margin-right: 40px;
}


.pricing__price {
  padding-top: 3px;
}

/*テスト
.box-services {
	-webkit-transform: translateX(0);
}

.box-services:before {
	content: '';
	position: absolute;
	width: 90%;
	top: 100%;
	left: 5%;
	height: 10px;
	background: -webkit-radial-gradient(
		center, ellipse,
		rgba(0,0,0,0.30) 0%,
		rgba(0,0,0,0) 80%);
	-webkit-transition-duration: 0.8s;
	opacity: 0;
}

.box-services:hover {
	-webkit-transform: translateY(-15px);	
}
.box-services:hover:before {
	-webkit-transform: translateY(15px);
    opacity: 1;
}*/


/*イメージ動作*/
@-webkit-keyframes pulse {
  from {
    opacity: 1.0;/*透明度100%*/
  }
  to {
    opacity: 0.8;/*透明度80%*/
  }
 }
 .process-bg {
 -webkit-animation-name: pulse;/* 実行する名前 */
 -webkit-animation-duration: 5.3s;/* 0.3秒かけて実行 */
 -webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
 -webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
 -webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
 -webkit-animation-delay: 0s; /* 実行までの待ち時間 */
 }
  



 @-webkit-keyframes pulse {
  from {
    opacity: 1.0;/*透明度100%*/
  }
  to {
    opacity: 0.8;/*透明度80%*/
  }
 }
 .text1 img {
 -webkit-animation-name: pulse;/* 実行する名前 */
 -webkit-animation-duration: 5.3s;/* 0.3秒かけて実行 */
 -webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
 -webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
 -webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
 -webkit-animation-delay: 0s; /* 実行までの待ち時間 */
 }
  
 @-webkit-keyframes pulse {
  from {
    opacity: 1.0;/*透明度100%*/
  }
  to {
    opacity: 0.8;/*透明度80%*/
  }
 }
 .text2 img {
 -webkit-animation-name: pulse;/* 実行する名前 */
 -webkit-animation-duration: 5.3s;/* 0.3秒かけて実行 */
 -webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
 -webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
 -webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
 -webkit-animation-delay: 0s; /* 実行までの待ち時間 */
 }

 @-webkit-keyframes pulse {
  from {
    opacity: 1.0;/*透明度100%*/
  }
  to {
    opacity: 0.8;/*透明度80%*/
  }
 }
 .text3 img {
 -webkit-animation-name: pulse;/* 実行する名前 */
 -webkit-animation-duration: 5.3s;/* 0.3秒かけて実行 */
 -webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
 -webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
 -webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
 -webkit-animation-delay: 0s; /* 実行までの待ち時間 */
 }
 