/* ==========================================================================
1. IMPORT GOOGLE FONTS
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
/* ==========================================================================
2. GENERAL
========================================================================== */
body {
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","sans-serif";
  color: #546E7A;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}
.navbar-brand img{
	width:150px
}
@media screen and (min-width:769px){
p {
  font-size: 16px;
  color: #546E7A;
  line-height: 1.7em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  margin-bottom: 0;
}
}
@media screen and (max-width:768.98px){
p {
  font-size: 14px;
  color: #546E7A;
  line-height: 1.7em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  margin-bottom: 0;
}
}
a:hover,
a:focus {
  color: rgba(27,20,100,1);
}

a {
  color: rgba(27,20,100,1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #263238;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: rgba(27,20,100,1) !important;
}

/* ==========================================================================
2.1 Section Title
========================================================================== */
.section {
  padding: 80px 0;
}
@media screen and (min-width:769px){
.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.section-title--balloon1 {
  font-size: 28px;
  text-transform: uppercase;
  padding: 10px 10px 0 10px;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  color: #FFF;
  position: relative;
}
.section-subtitle1{
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 40px;
	font-size: 24px;
	font-weight: 600;
	color:rgba(27,20,100,1);
}
.section-subtitle1 br{
	display: none;
}
.section-title--balloon2 {
  font-size: 28px;
  text-transform: uppercase;
  padding: 10px 10px 0 10px;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  color: rgba(27,20,100,1);
  position: relative;
}
.section-subtitle2{
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 40px;
	font-size: 24px;
	font-weight: 600;
	color:#FFF;
}
}
@media screen and (max-width:768.98px){
.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.section-title--balloon1 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 10px 0 10px;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  color: #FFF;
  position: relative;
}
.section-subtitle1{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color: rgba(27,20,100,1);
	line-height: 1.7em;
}
.section-title--balloon2 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 10px 0 10px;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  color: rgba(27,20,100,1);
  position: relative;
}
.section-subtitle2{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color:#FFF;
	line-height: 1.7em;
}
}
@media screen and (min-width:769px){
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: rgba(27,20,100,1);
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(27,20,100,1);
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}
}
@media screen and (max-width:768.98px){
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: rgba(27,20,100,1);
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(27,20,100,1);
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}
}

/* ==========================================================================
2.2 Buttons
========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: rgba(27,20,100,1);
  position: relative;
  z-index: 1;
  padding: 12px 32px;
  border-radius: 30px;
}

.btn-common:hover {
  color: #fff;
}

.btn-effect {
  overflow: hidden;
}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {
  width: 100%;
}

.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: rgba(27,20,100,.5);
  border-color: #fff;
  color: #fff;
}

.btn-border:hover {
  color: #ffffff;
  background-color: rgba(27,20,100,1);
}

@media screen and (min-width:769px){
.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}
}
@media screen and (max-width:768.98px){
.btn-lg {
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 13px;
}
}
.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
2.3 Social Iocns
========================================================================== */
.social-icons {
  margin-bottom: 20px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
2.4  Pre Loader
========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #263238;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(27,20,100,1);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
-2.5 Scroll To Up 
========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  background-color: rgba(27,20,100,1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-2 {
  background: rgba(0, 0, 0, 0.9) !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(27,20,100,1);
  opacity: 0.5;
  filter: alpha(opacity=80);
}

/* ==========================================================================
Navbar Style
========================================================================== */
.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom:1.5px solid rgba(27,20,100,1);
}

.navigation.navigation-two {
  background-color: #fff;
}

.navigation.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
}

.navbar {
  padding: 15px 0;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 5px 16px;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 5px 16px;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }
}

.navbar-nav .nav-item a {
  color: #fff;
  font-size: 15px;
  padding: 5px 0px;
  margin-left: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    color: #212121;
    display: block;
    padding: 4px 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: #212121;
    display: block;
    padding: 4px 0;
    margin-left: 0;
  }
}

.navbar-nav .nav-item a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: rgba(27,20,100,1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

.navbar-nav .nav-item:hover a, .navbar-nav .nav-item.active a {
  color: rgba(27,20,100,1);
}

.navbar-nav .nav-item:hover a::before, .navbar-nav .nav-item.active a::before {
  width: 50%;
}

.navigation-two .navbar-toggler .toggler-icon {
  background-color: #212121;
}

.navigation-two .navbar-nav .nav-item a {
  color: #212121;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #212121;
}

.sticky .navbar-nav .nav-item a {
  color: #212121;
}




/* ==========================================================================
Video Background
========================================================================== */
@media screen and (min-width: 993px) {
	.flont-up{
		margin-top: -75em;
}
#video-area {
  overflow: hidden;
  position: relative;
  min-height: 600px;
  background-image:url("../video/001_001.mp4");
}
#video-area .contents {
  padding: 160px 0 80px;
}
#video-area .contents h1 {
  color: #fff;
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
  line-height: 70px;
}
#video-area .top-lead {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
#video-area .top-sub {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
	line-height: 2em;
}
#video-area .top-sub-phone{
	display:none;		
}
}
@media screen and (min-width: 769px) and (max-width: 992.98px) {
.flont-up{
	margin-top: -76em;
}
#video-area {
  overflow: hidden;
  position: relative;
  min-height: 500px;
} 
#video-area .contents {
  padding: 160px 0 80px;
}
#video-area .contents h1 {
    font-size: 50px;
	color: #fff;
    line-height: 46px;
	margin-bottom: 25px;
	margin-top: 15px;
	font-weight: bold;
}
#video-area .top-lead {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
#video-area .top-sub {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
	line-height: 1.7em;
}
#video-area .top-sub-phone{
	display:none;		
}
}
@media screen and (min-width: 481px) and (max-width: 768.98px) {
.flont-up{
	margin-top: -76em;
}
#video-area {
  overflow: hidden;
  position: relative;
  background-size: cover;
  min-height: 600px;
} 
#video-area .contents {
  padding: 160px 0 80px;
}
#video-area .contents h1 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 15px;
}
#video-area .top-lead {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#video-area .top-sub{
	display:none;		
}
#video-area .top-sub-phone {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
	line-height: 1.7em;
	text-align: center;
}
}
@media screen and (max-width: 480.98px) {
.flont-up{
	margin-top: -76em;
}
#video-area {
  overflow: hidden;
  position: relative;
  background-size: cover;
  min-height: 600px;
} 
#video-area .contents {
  padding: 280px 0 80px;
}
#video-area .contents h1 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 15px;
}
#video-area .top-lead {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
	margin-top: 80px;
}
#video-area .top-sub{
	display:none;		
}
#video-area .top-sub-phone {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
	line-height: 1.7em;
	text-align: center;
}
}

.call-action {
  background: url("../img/index_img/index_advantage_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.call-action .cta-trial h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: 1px;
}

.call-action .cta-trial p {
  margin-bottom: 30px;
}
.item-size{
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	margin-bottom: 15px;
}
@media screen and (min-width:993px){
.item-size-advantage{
	font-size: 24px;
	color:#FFF;
	font-weight: 600;
	line-height: 1.7em;
}
.item-size-advantage-pick{
	color:rgba(255,244,0,1.00);
}
.btn-area{
	margin-top: 25px;	
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.item-size-advantage{
	font-size: 20px;
	color:#FFF;
	font-weight: 600;
	line-height: 1.7em;
}
.item-size-advantage-pick{
	color:rgba(255,244,0,1.00);
}
.btn-area{
	margin-top: 25px;	
}
}
@media screen and (max-width:768.98px){
.item-size-advantage{
	font-size: 16px;
	color:#FFF;
	font-weight: 600;
	line-height: 1.7em;
}
.item-size-advantage-pick{
	color:rgba(255,244,0,1.00);
}
.btn-area{
	margin-top: 25px;	
}
}
.contact-area{
	display:flex;
}
.contact-boxes-green {
  padding: 30px;
  border-radius: 4px;
  margin: 15px 0;
  background-color:rgba(137,195,63,1) ;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-boxes-orange {
  padding: 30px;
  border-radius: 4px;
  margin: 15px 0;
  background-color:rgba(238,90,36,1) ;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width:993px){
.question-boxes-orange {
  padding: 20px;
  border-radius: 4px;
  margin: 15px 0;
  border:3px solid rgba(238,90,36,1) ;
  background-color:rgba(253,255,207,1.00);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.question-boxes-ttl{
	font-size: 20px;
	color:rgba(238,90,36,1);
	font-weight: bold;
	text-align: center;
	line-height: 1.7em;
}
.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 4px 10px;
  min-width: 120px;
  max-width: 100%;
  background: rgba(238,90,36,1);
}
.balloon3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(238,90,36,1);
}
.section-title--balloon3 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 10px 6px 10px;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  color: #FFF;
  position: relative;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.question-boxes-orange {
  padding: 20px;
  border-radius: 4px;
  margin: 15px 0;
  border:3px solid rgba(238,90,36,1) ;
  background-color:rgba(253,255,207,1.00);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.question-boxes-ttl{
	font-size: 20px;
	color:rgba(238,90,36,1);
	font-weight: bold;
	text-align: center;
	line-height: 1.7em;
}
.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 4px 10px;
  min-width: 120px;
  max-width: 100%;
  background: rgba(238,90,36,1);
}
.balloon3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(238,90,36,1);
}
.section-title--balloon3 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 10px 6px 10px;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  color: #FFF;
  position: relative;
}
}
@media screen and (max-width:768.98px){
.question-boxes-orange {
  padding: 10px;
  border-radius: 4px;
  margin: 15px 0;
  border:3px solid rgba(238,90,36,1) ;
  background-color:rgba(253,255,207,1.00);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.question-boxes-ttl{
	font-size: 16px;
	color:rgba(238,90,36,1);
	font-weight: bold;
	text-align: center;
	line-height: 1.7em;
}
.question-boxes-ttl br{
	display: none;
}
.balloon3 {
  position: relative;
  display: inline-block;
  margin: .5em 0 1.3em;
  padding: 4px 10px;
  min-width: 120px;
  max-width: 100%;
  background: rgba(238,90,36,1);
}
.balloon3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(238,90,36,1);
}
.section-title--balloon3 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 10px 6px 10px;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  color: #FFF;
  position: relative;
}
}

@media screen and (min-width:993px){
.contact-title{
	font-size: 20px;
	color:#FFF;
	font-weight: 600;
	text-align: center;
	padding-bottom: 5px;
}
.contact-main{
	font-size: 32px;
	color:#FFF;
	font-weight: bold;
	padding-bottom: 15px;
	text-align: center;
	line-height: 1.7em;
}	
ul.contact-detail{
	font-size: 16px;
	color:#FFF;
	line-height: 1.7em;
}
ul.contact-detail li{
	list-style:square;
}
}

@media screen and (min-width:769px) and (max-width:992.98px){
.contact-title{
	font-size: 20px;
	color:#FFF;
	font-weight: 600;
	text-align: center;
	padding-bottom: 5px;
}
.contact-main{
	font-size: 28px;
	color:#FFF;
	font-weight: bold;
	padding-bottom: 15px;
	text-align: center;
	line-height: 1.7em;
}	
ul.contact-detail{
	font-size: 16px;
	color:#FFF;
	line-height: 1.7em;
}
ul.contact-detail li{
	list-style:square;
}
}
@media screen and (max-width:768.98px){
.contact-title{
	font-size: 18px;
	color:#FFF;
	font-weight: 600;
	text-align: center;
	padding-bottom: 5px;
}
.contact-main{
	font-size: 24px;
	color:#FFF;
	font-weight: bold;
	padding-bottom: 15px;
	text-align: center;
	line-height: 1.7em;
}	
ul.contact-detail{
	font-size: 14px;
	color:#FFF;
	line-height: 1.7em;
}
ul.contact-detail li{
	list-style:square;
}
}

/* ==========================================================================
Video promo Style
========================================================================== */
.video-promo {
  background: url(../img/bg/video.jpg);
  position: relative;
}

.video-promo .video-promo-content {
  color: #fff;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
}

.video-promo .video-promo-content h2 {
  margin-top: 30px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.video-promo .video-promo-content p {
  color: #fff;
}

/* ==========================================================================
Portfolio Section
========================================================================== */
#portfolios {
  background: #f9f9f9;
}

#portfolios .mix {
  padding: 0px;
}

#portfolios .portfolio-item {
  padding: 10px;
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: rgba(27,20,100,1) !important;
  border-color: rgba(27,20,100,1);
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}

.controls:hover {
  color: #fff;
  cursor: pointer;
}

.shot-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.shot-item img {
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 4000ms;
  transition-duration: 4000ms;
}

.shot-item .single-content {
  background-color: rgba(22, 26, 39, 0.7);
  opacity: 0.90;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
}

.shot-item .single-content .fancy-table {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.shot-item .single-content .fancy-table .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.shot-item .single-content .zoom-icon a {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}

.shot-item .single-content a {
  color: #fff;
  font-size: 16px;
}

.shot-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.shot-item:hover .single-content {
  opacity: 0.8;
}

/* Services Item */
.item-boxes {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  margin: 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon {
  margin-bottom: 10px;
}

.item-boxes .icon i {
  font-size: 30px;
  line-height: 60px;
  color: rgba(27,20,100,1);
}

.item-boxes h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.item-boxes p {
  margin: 0;
}

.item-boxes:hover {
  background: transparent;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
          box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.services-item {
  padding: 30px 15px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .icon {
  margin-bottom: 20px;
}

.services-item .icon i {
  width: 60px;
  height: 60px;
  background: #f9f9f9;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .color-1 i {
  background: #FAE3E3;
  color: #D82928 !important;
}

.services-item .color-2 i {
  background: #E6F8ED;
  color: #57D283 !important;
}

.services-item .color-3 i {
  background: #E3EAFA;
  color: #457BF4 !important;
}

.services-item .color-4 i {
  background: #F3EAD6;
  color: #f1a90a !important;
}

.services-item .color-5 i {
  background: #E7E6FF;
  color: #7271FF !important;
}

.services-item .color-6 i {
  background: #DEDEDE;
  color: #35393D !important;
}

.services-item .services-content {
  padding-left: 65px;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.services-item .services-content h3 a {
  color: #272727;
}

.services-item .services-content h3 a:hover {
  color: rgba(27,20,100,1);
}

.services-item:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
          box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.services-item:hover .icon i {
  background: transparent;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.featured-bg {
  background: #fafafa;
}

@media screen and (min-width:993px) {
.ttl-green{
	background-color: rgba(137,195,63,1);
	font-weight: 600;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
.ttl-green-detail{
	font-weight: 600;
	color:  rgba(137,195,63,1);
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
}
@media screen and (min-width:769px) and  (max-width:992.98px) {
.ttl-green{
	background-color: rgba(137,195,63,1);
	font-weight: 600;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
.ttl-green-detail{
	font-weight: 600;
	color:  rgba(137,195,63,1);
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
}
@media screen and (max-width:768.98px) {
.ttl-green{
	background-color: rgba(137,195,63,1);
	font-weight: 600;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
}
.ttl-green-detail{
	font-weight: 600;
	color:  rgba(137,195,63,1);
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
}
}
@media screen and (min-width:993px) {
.ttl-green2{
	background-color: rgba(137,195,63,1);
	font-weight: 600;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
.ttl-green2-detail{
	font-weight: 600;
	color:  rgba(137,195,63,1);
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
}
@media screen and (min-width:769px) and  (max-width:992.98px) {
.ttl-green2{
	background-color: rgba(137,195,63,1);
	font-weight: 600;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
.ttl-green2-detail{
	font-weight: 600;
	color:  rgba(137,195,63,1);
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
}
@media screen and (max-width:768.98px) {
.ttl-green2{
	background-color: rgba(137,195,63,1);
	font-weight: 600;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
	margin-top: 20px;
}
.ttl-green2-detail{
	font-weight: 600;
	color:  rgba(137,195,63,1);
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
}
}
@media screen and (min-width:993px) {
.name-lineup-camera{
	font-weight: 600;
	color:  rgba(27,20,100,1);
	font-size: 18px;
	text-align: left;
	padding: 5px 0;
}
}
@media screen and (min-width:769px) and  (max-width:992.98px) {
.name-lineup-camera{
	font-weight: 600;
	color:  rgba(27,20,100,1);
	font-size: 18px;
	text-align: left;
	padding: 5px 0;
}
}
@media screen and (max-width:768.98px) {
.name-lineup-camera{
	font-weight: 600;
	color:  rgba(27,20,100,1);
	font-size: 16px;
	text-align: left;
	padding: 5px 0;
}
}


@media screen and (min-width:993px) {
.ttl-s-blue{
	background-color: rgba(47,157,229,1);
	font-weight: 600;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
.ttl-s-blue-detail{
	font-weight: 600;
	color:  rgba(47,157,229,1);
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
}
@media screen and (min-width:769px) and  (max-width:992.98px) {
.ttl-s-blue{
	background-color: rgba(47,157,229,1);
	font-weight: 600;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
.ttl-s-blue-detail{
	font-weight: 600;
	color:  rgba(47,157,229,1);
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
}
@media screen and (max-width:768.98px) {
.ttl-s-blue{
	background-color: rgba(47,157,229,1);
	font-weight: 600;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
	margin-top: 20px;
}
.ttl-s-blue-detail{
	font-weight: 600;
	color:  rgba(47,157,229,1);
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
}
}
@media screen and (min-width:993px) {
.ttl-orange{
	background-color: rgba(238,90,36,1);
	font-weight: 600;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
.ttl-orange-detail{
	font-weight: 600;
	color:  rgba(238,90,36,1);
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
}
@media screen and (min-width:769px) and  (max-width:992.98px) {
.ttl-orange{
	background-color: rgba(238,90,36,1);
	font-weight: 600;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
	margin-top: 20px;
}
.ttl-orange-detail{
	font-weight: 600;
	color:  rgba(238,90,36,1);
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
}
}
@media screen and (max-width:768.98px) {
.ttl-orange{
	background-color: rgba(238,90,36,1);
	font-weight: 600;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
	margin-top: 20px;
}
.ttl-orange-detail{
	font-weight: 600;
	color:  rgba(238,90,36,1);
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
}
}


#google-map-area {
  position: relative;
	padding-top:50px; 
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.toggle-map {
  height: 5px;
  width: 100%;
  background-color: rgba(27,20,100,1);
  bottom: 0px;
  text-align: center;
  position: absolute;
  z-index: 106;
}

.toggle-map .map-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff;
  border: rgba(27,20,100,1) 3px solid;
  position: relative;
  top: -46px;
}

.toggle-map .map-icon i {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}

#google-map {
  text-align: center;
  background-color: #fff;
  height: 465px;
  position: absolute;
  bottom: -460px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
  border-top: rgba(27,20,100,1) 3px solid;
}

#google-map.panel-show {
  bottom: -20px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* ==========================================================================
Footer Style
========================================================================== */
.block-title {
  font-size: 14px;
  font-weight: 500;
  color: #263238;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

footer .footer-Content {
  background-color: #ffffff;
  padding: 60px 0 20px;
  color: #546E7A;
}

.textwidget {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.textwidget p {
  color: #546E7A;
}

footer .menu {
  padding-left: 0;
}

footer .menu li {
  padding-bottom: 12px;
}

footer .menu li a {
  color: #546E7A;
}

footer .menu li a:hover {
  color: rgba(27,20,100,1);
}

.contact-footer {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.contact-footer li {
  padding: 3px 0;
  margin-bottom: 15px;
}

.contact-footer li strong {
  float: left;
}

.contact-footer li span {
  margin-left: 73px;
  display: block;
}

.contact-footer li span a {
  color: #546E7A;
}

.contact-footer li span a:hover {
  color: rgba(27,20,100,1);
}

.instagram-footer {
  padding: 0;
}

.instagram-footer li {
  display: block;
  width: 33%;
  float: left;
  padding: 0 5px 5px 0;
  margin: 0;
}

.instagram-footer li a img {
  width: 100%;
}

.footer-social li {
  display: inline-block;
  margin-right: 12px;
}

.footer-social li a {
  background-color: rgba(27,20,100,1);
  border-radius: 50%;
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer-social li .facebook:hover {
  background-color: #3b5998;
}

.footer-social li .twitter:hover {
  background-color: #55acee;
}

.footer-social li .linkedin:hover {
  background-color: #007bb5;
}

.footer-social li .google-plus:hover {
  background-color: #dd4b39;
}

#copyright {
  background-color: rgba(27,20,100,1);
  padding: 50px 0 130px;
  border-top: 1px solid #eaeaea;
  color: #FFF;
}

#copyright p {
  margin-bottom: 0;
  line-height: 40px;
  text-align: center;
}
@media screen and (min-width:769px){
.copyright{
	color: #FFF;
	text-align: center;
}
}
@media screen and (max-width:768.98px){
.copyright{
	color: #FFF;
	text-align: center;
	font-size: 14px;
}
}
#copyright p a {
  color: #FFF;
}

#copyright p a:hover {
  color: rgba(27,20,100,1);
}

#copyright .nav-inline .nav-link {
  color: #FFF;
  padding: 10px 0;
  margin-left: 10px;
}

#copyright .nav-inline .nav-link:hover {
  color: rgba(27,20,100,1);
}

@media screen and (min-width: 769px) {
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
z-index: 9999;
}
#pageTop a {
  display: block;
  z-index: 9999;
  padding:.3em 0 0 0;
  width: 40px;
  height: 40px;
  background-color: rgba(48,48,48,.7);
	border-radius: 2px;
	border: 1px solid rgba(100,100,100,.7);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
}
@media screen and (max-width: 768px) {
#pageTop {
	position: fixed;
	bottom: 65px;
	right: 10px;
	z-index: 9999;
}
#pageTop a {
  display: block;
  z-index: 9999;
  padding:.3em 0 0 0;
  width: 35px;
  height: 35px;
  background-color: rgba(48,48,48,.7);
	border-radius: 2px;
	border: 1px solid rgba(100,100,100,.7);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
}
@media screen and (min-width: 769px) {	
.company-data{
	font-size: 16px;	
}
.company-data dl {
padding: 15px 0;

}
.company-data dt {
padding:10px;
	background-color: rgba(27,20,100,1);
	margin-bottom: 2em;
	text-align: center;
	color: #FFF;
}
.company-data dd {
	margin-bottom: 2em;
	padding:10px;
}
}
@media screen and (max-width: 768px) {	
.company-data{
	font-size: 14px;
}
.company-data dt {
padding:10px;
	background-color: rgba(27,20,100,1);
	text-align: center;
	margin-bottom: .5em;
	color: #FFF;
}
}
@media screen and (min-width: 768px) {
.company-data dt {
clear: left;
float: left;
width: 15%;
}
.company-data dd {
margin-left: 18%;
}
}

@media screen and (min-width:993px){
.top-company{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../img/bg/top_company.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00)
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-company{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../img/bg/top_company.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-company{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image:url("../img/bg/top_company.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width:993px){
.top-faq{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../img/bg/top_faq.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00)
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-faq{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../img/bg/top_faq.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-faq{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image:url("../img/bg/top_faq.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width:993px){
.top-advantage{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../img/bg/top_advantage.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00)
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-advantage{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../img/bg/top_advantage.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-advantage{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image:url("../img/bg/top_advantage.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width:993px){
.top-services{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../img/bg/top_services.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00)
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-services{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../img/bg/top_services.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-services{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image:url("../img/bg/top_services.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
#top-under{
	margin: 0;
}
@media screen and (min-width:993px){
.top-under{
	margin: 10em 0;	
}
.top-under h1{
  font-size: 24px;
	line-height: 1.5em;
  color: #fff;
	font-weight: 600;
	text-align:center;
	font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.top-under-border{
	border: rgba(255,255,255,1) solid 2px;
	width: 60px;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom: 10px;
}
.top-under-en{
	text-align: center;
	font-size:24px;
	font-weight: 600;
	color:rgba(255,255,255,1);
	font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-under{
	margin: 0em 0;	
}
.top-under h1{
  font-size: 24px;
	line-height: 1.5em;
    color: #fff;
	font-weight: 600;
	text-align:center;
	font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.top-under-border{
	border: rgba(255,255,255,1) solid 2px;
	width: 60px;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom: 10px;
}
.top-under-en{
	text-align: center;
	font-size:24px;
	font-weight: 600;
	color:rgba(255,255,255,1);
	padding-top: 6em;
	font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}
@media screen and (max-width:768.98px){
.top-under{
	margin: 0em 0;	
}
.top-under h1{
  font-size: 20px;
	line-height: 1.5em;
  color: #fff;
	font-weight: 600;
	text-align:center;
	font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.top-under-border{
	border: rgba(255,255,255,1) solid 2px;
	width: 60px;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom: 10px;
}

.top-under-en{
	text-align: center;
	font-size:20px;
	font-weight: 600;
	color:rgba(255,255,255,1);
	padding-top: 6.3em;
	font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}
.text--mm{
	margin-top: 2em;
	margin-bottom: 2em
}
@media screen and (min-width:993px){
.text--oo{
	margin-top: 2em;
	margin-bottom: -4em
}
.blank-area{
	margin-top: -2em;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.text--oo{
	margin-top: 2em;
	margin-bottom: -4em
}
.blank-area{
	margin-top: -2em;
}
}
@media screen and (max-width:768.98px){
.text--oo{
	margin-top: 2em;
	margin-bottom: -4em
}
.blank-area{
	margin-top: -2em;
}
}
@media screen and (min-width:993px){
.job-box{
	border: rgba(27,20,100,1) solid 3px;
	margin-bottom: 0em;
	margin-top: 2em;
	padding-bottom: 1.5em;
	width: 100%;
}
.job-box h3{
	text-align: center;
	font-size:20px;
	font-weight: 600;
	background: rgba(27,20,100,1);
	color: #FFF;
	margin-bottom: 1em;
	padding: .5em 0 .8em;
}
.job-box h4{
	text-align: center;
	font-size:20px;
	font-weight: 600;
	background: rgba(27,20,100,1);
	color: #FFF;
	margin-bottom: 1em;
	padding: .5em 0 .8em;
}
.job-box p{
	margin:0 2em;
}
.pickup-orange{
	font-size:20px;
	color:rgba(238,90,36,1);
	font-weight: bold;
	text-align: center;
	padding-top:15px;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.job-box{
	border: rgba(27,20,100,1) solid 3px;
	margin-bottom: 0em;
	margin-top: 2em;
	padding-bottom: 1.5em;
	width: 100%;
}
.job-box h3{
	text-align: center;
	font-size:18px;
	font-weight: 600;
	background: rgba(27,20,100,1);
	color: #FFF;
	margin-bottom: 1em;
	padding: .5em 0 .8em;
}
.job-box h4{
	text-align: center;
	font-size:18px;
	font-weight: 600;
	background: rgba(27,20,100,1);
	color: #FFF;
	margin-bottom: 1em;
	padding: .5em 0 .8em;
}
.job-box p{
	margin:0 1.5em;
}
.pickup-orange{
	font-size:18px;
	color:rgba(238,90,36,1);
	font-weight: bold;
	text-align: center;
	padding-top:15px;
}
}
@media screen and (max-width:768.98px){
.job-box{
	border: rgba(27,20,100,1) solid 3px;
	margin-bottom: 0em;
	margin-top: 2em;
	padding-bottom: 1.5em;
	width: 100%;
}
.job-box h3{
	text-align: center;
	font-size:16px;
	font-weight: 600;
	background: rgba(27,20,100,1);
	color: #FFF;
	margin-bottom: 1em;
	padding: .5em 0 .8em;
}
.job-box h4{
	text-align: center;
	font-size:16px;
	font-weight: 600;
	background: rgba(27,20,100,1);
	color: #FFF;
	margin-bottom: 1em;
	padding: .5em 0 .8em;
}
.job-box p{
	margin:0 1em;
	font-size:14px;
}
.pickup-orange{
	font-size:16px;
	color:rgba(238,90,36,1);
	font-weight: bold;
	text-align: center;
	padding-top:15px;
}
}
@media screen and (min-width:993px){
.job-box-buy{
	font-size:28px;
	color:rgba(27,20,100,1);
	font-weight: bold;
	text-align: center;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.job-box-buy{
	font-size:24px;
	color:rgba(27,20,100,1);
	font-weight: bold;
	text-align: center;
}
}
@media screen and (max-width:768.98px){
.job-box-buy{
	font-size:20px;
	color:rgba(27,20,100,1);
	font-weight: bold;
	text-align: center;
}
}
@media screen and (min-width:993px){
.job-box-plan{
	margin-bottom: 0em;
	font-weight: 600;
	background: rgba(27,20,100,1);
	margin-top: 1em;
	width: 100%;
	font-size:20px;
	color: #FFF;
	text-align: center;
	padding: .6em 0 .8em;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.job-box-plan{
	margin-bottom: 0em;
	font-weight: 600;
	background: rgba(27,20,100,1);
	margin-top: 1em;
	width: 100%;
	font-size:18px;
	color: #FFF;
	text-align: center;
	padding: .6em 0 .8em;
}
}
@media screen and (max-width:768.98px){
.job-box-plan{
	margin-bottom: 0em;
	font-weight: 600;
	background: rgba(27,20,100,1);
	margin-top: 1em;
	width: 100%;
	font-size:16px;
	color: #FFF;
	text-align: center;
	padding: .6em 0 .8em;
}
}
@media screen and (min-width:993px){
.process-area{
	margin: 1em 0;
}
.process-area-1{
	width: 127px;
	float: left;
	margin-right: 1.5em;
}
.process-area-1 img{
	width: 127px;
}
.process-area-2{
	background: #FFF;
	width:90%;
}
.process-area-ttl{
	color: rgba(137,195,63,1);
	font-size: 20px;
	font-weight: 600;
}
.process-area-detail{
	margin-top: 1em;
}
}
@media screen and (min-width:993px){
.point-area{
	margin: 0 auto;
	margin-bottom: 1em;
	padding-bottom: 10em;
	padding-top: 1em;
	background: none;
}
.point-icon{
	width:10%;
	float:left;
	margin-right: 5%;
}
.point-icon img{
	width:127px;
}
.point-text-area{
	float:left;
	width:80%;
}
.point-ttl{
	font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.8em;
	color:rgba(137,195,63,1);
	padding-bottom: .3em;
	margin-top: -.2em;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.point-area{
	margin: 0 auto;
	margin-bottom: 1em;
	padding-bottom: 9em;
	padding-top: 1em;
	background: none;
}
.point-icon{
	width:110px;
	float:left;
	margin-right: 1em;
}
.point-text-area{
	float:left;
	width:80%;
}
.point-icon img{
	width:110px;
}
.point-ttl{
	font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8em;
	color:rgba(137,195,63,1);
	padding-bottom: 0em;
	margin-top: -.1em;
}
}
@media screen and (max-width:768.98px){
.point-area{
	margin: 0 auto;
	margin-bottom: 1em;
	border-bottom:none;
	padding-top: 1em;
	background: none;
}
.point-icon{
	width:60px;
	float:left;
	margin-bottom: 2em;
	margin-right: 1em;
}
.point-icon img{
	width:60px;
}
.point-text-area{
	float:left;
	width:70%;
}
.point-ttl{
	font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.8em;
	color:rgba(137,195,63,1);
}
}
@media screen and (min-width:993px){
.service-plan{
	border-bottom: 3px solid rgba(27,20,100,1);
	border-top: 3px solid rgba(27,20,100,1);
	margin-bottom: 3em;
	font-weight: 600;
	margin-top: 1em;
	width: 100%;
	font-size:20px;
	color: rgba(27,20,100,1);
	text-align: center;
	padding: .6em 0 .8em;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.service-plan{
	border-bottom: 3px solid rgba(27,20,100,1);
	border-top: 3px solid rgba(27,20,100,1);
	margin-bottom: 2em;
	font-weight: 600;
	margin-top: 1em;
	width: 100%;
	font-size:20px;
	color: rgba(27,20,100,1);
	text-align: center;
	padding: .6em 0 .8em;
}
}
@media screen and (max-width:768.98px){
.service-plan{
	border-bottom: 2px solid rgba(27,20,100,1);
	border-top: 2px solid rgba(27,20,100,1);
	margin-bottom: 2em;
	font-weight: 600;
	margin-top: 1em;
	width: 100%;
	font-size:16px;
	color: rgba(27,20,100,1);
	text-align: center;
	padding: .6em 0 .8em;
}
}
@media screen and (min-width:993px){
.arrow-process{
	margin-bottom: 0em;
	margin-top: -.3em;
	width: 100%;
	font-size:30px;
	color: rgba(137,195,63,1);
	text-align: left;
	margin-left: 6%;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.arrow-process{
	margin-bottom: 0em;
	margin-top: -.3em;
	width: 100%;
	font-size:30px;
	color: rgba(137,195,63,1);
	text-align: left;
	margin-left: 8%;
}
}
@media screen and (max-width:768.98px){
.arrow-process{
	margin-bottom: 0em;
	margin-top: 0em;
	width: 100%;
	font-size:30px;
	color: rgba(137,195,63,1);
	text-align: center;
}
}
@media screen and (max-width: 768px) {
 #white-section {
	background-color:none;
	padding: 2em 0;
}
.fh5co-heading .message-area h3 {
  margin-bottom: .5em;
  font-size: 18px;
	line-height: 1.7em;
  font-weight: bold;
  color:rgba(27,20,100,1);
	text-align: left;
	margin-top: 2em;
}
.fh5co-heading .message-text p{
	text-align: left;
}
}
@media screen and (min-width: 769px) {
#white-section {
	background-color:none;
	padding: 2em 0;
}
.fh5co-heading .message-area h3 {
  margin-bottom: .5em;
  font-size: 22px;
	line-height: 1.7em;
  font-weight: bold;
  color:rgba(27,20,100,1);
	text-align: left;
	margin-top: 2em;
}
.fh5co-heading .message-text p{
	text-align: left;
}
}
/*# sourceMappingURL=main.css.map */