* {
  font-famly:sans-seif;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


html{
overflow-x: hidden;
}


body {
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
        background: url("../images/bg.jpg");
	background-repeat:repeat;
overflow-x: hidden;
}



ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

h1 {
    font-size: 40px;
   color: #fff;
   font-weight:bold;
}

h1 .s{
    font-size: 20px;
 font-weight:bold;
margin-top:50px;
display:block;
line-height:40px;
}

h2 {
    color: #111;
    font-weight: 300;
    margin-bottom: 30px;
}


h3, h4, h5 {
    color: #333c4d;
    font-weight: 400;
    margin-bottom: 20px;
}


a h4:hover {
    text-decoration: underline;
}


p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #828282;
    padding-bottom: 15px;
}





.center{
text-align:center;
margin:0 auto;
}


.red{
   color: red;
}

@font-face { 
    font-family: 'FontAwesome'; 
    src: local('FontAwesome'); 
}

ul li {


    line-height: 27px;
    list-style-type: none;
    color: #828282;
}

a {
    color: #828282;
}

a:hover {
    color: #009be3;
}


img {
  max-width: 100%;
  height: auto;
}


.branding img#logo {
    max-width: initial;
    margin-left: -15px;
}


.clear {
    clear: both;
}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
     padding-bottom: 20px;   
}


.caption {
    text-align: center;
    margin-bottom: 70px;
}

.btn-cta-primary {
    color: #ffffff !important;
    padding: 15px 30px 15px 30px !important;
    border-radius: 0px;

    letter-spacing: 2px;
    transition: all .2s ease-in-out;
    position: relative;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-cta-blue {
    background-color: #0785f2;
}

.btn-cta-blue:hover {
    background-color: #fff;
    color: #0785f2 !important;
}



a.more {
    transition: all .2s ease-in-out; 
    font-size: 14px !important;
    margin-top: 10px;
    font-weight: 400;
}

a.more:hover * {
    color: #0785f2;
    padding-left: 10px;
}


a.more i.fa {
    font-size: 15px !important;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-right: 5px;
    transition: all .2s ease-in-out;
}


a.more i.fa:hover {
    color: #009be3;
    
}



/***************** NAV ***************/

 #top-nav {
    transition: all 0.2s linear 0s;

 }

.navbar-fixed-top {
    background-color: transparent;
    border: none;

}


.navbar-fixed-top li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s, border 0.3s;

}

.navbar-default .navbar-nav .activenav a {
    border-bottom: 1px solid #0785f2;
}

.navbar-default .navbar-nav .activenav a:hover {
    border-bottom: 1px solid #0785f2;
}

.navbar-nav > li > a {
    border-bottom: 1px solid transparent;
    transition: color 0.3s, border 0.3s;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
    border-bottom: 1px solid #fff;
}

 
.fixed-header {
    background: #fff !important;
    box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    position:fixed;
    top:0;
    right:0;
    width:100%;
 }

 .fixed-header .navbar-nav > li > a {
     color: #828282;
     opacity: 1;
 }

.fixed-header .navbar-default .navbar-nav .activenav a { 
    opacity: 1;
}

.fixed-header .navbar-nav >li > a:hover {
    border-bottom: 1px solid #111;
}


#top-nav.navbar-scroll-changed {
    background: none;
    margin: 0 auto;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
 }

 


/***************** END NAV ***************/





/************ INDEX ***************/


.hero-overlay{background:rgba(0,0,0,.0);height:700px;top:0;left:0;bottom:0;right:0}

.hero-image{margin-bottom:70px}

.hero-image #home{background:url() center no-repeat;position:relative;width:100%;background-size:cover;overflow:hidden}


.main-message{position:absolute;text-align:center;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);width:100%}



.main-message h1{font-weight:bold;font-size:40px;color:#fff}


.title {
    text-align: center;
    margin-bottom: 70px;
}

.title p {
    font-size: 14px;
    color: #9d9d9d;
}

.title h2 {
    margin-bottom: 15px !important;
}

p.description {
    font-size: 14px;
    font-weight: normal;
    text-align: center !important;
    padding-bottom: 5px;
    max-width: 450px;
    margin: 0 auto;
}

p.description-image {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 15px 230px;
    line-height: 25px;
}


#casestudy{
width:80%;
display:block;
margin:0px auto;

}

#casestudy ul{
margin-bottom:15px;
}

#casestudy h3{
color:#000;
font-size: 1.4em;
margin-bottom:0;
}


#casestudy h4{
font-size: 1.2em;
line-height:1.5em;
color:#0052ac;
}

#casestudy ul li{
border-bottom:1px dotted #cdcdcd;
padding:5px;

}

#casestudy a{

}

.bg_black{
background: #333;
padding:5px 30px 5px 30px;
color:#fff;
margin-bottom:20px;
display:inline-block;
}

strong{
color:#D76B5E;
}

.box_success{

background: #DC4E5B;
color:#fff;
text-align:center;
font-size:1.5em;
padding:20px;
font-weight:bold;
border: solid 1px #fff;    	/* 内側の線になる一本線の枠線をひく*/
outline: solid 5px #DC4E5B;    /* 外側の線になる5pxの一本線の枠線をひく*/

align-items: stretch;

margin-bottom:15px;
}


.tit_success{
padding:10px;
background: #DC4E5B;
color:#fff;
text-align:center;
font-size:20px;
font-weight:bold;

}

@media (max-width: 600px) {
.tit_success{
padding:10px;
background: #DC4E5B;
color:#fff;
text-align:center;
font-size:14px;
font-weight:bold;
display:inline-table;
}
    }


.waku{
border:1px solid #cdcdcd;
padding:10px;
font-size:1.2em;
margin-bottom:10px;
}

.waku p{
font-size:1em;
line-height:1.8em;
color:#333;

}

.waku li{
border-bottom:1px dotted #cdcdcd;
margin-top:5px;
margin-bottom:5px;
}



.s{
font-size:0.7em;
font-weight:normal;
line-height:0.5rem;
}

.l{
font-size:1.5em;
line-height:2em;
}

.bg_gra01{
background: rgb(228,123,161);
background: linear-gradient(40deg, rgba(228,123,161,1) 0%, rgba(249,239,99,0.4780287114845938) 100%);

border-left:20px solid #000;
}

.bg_gra02{
background: rgb(41,195,196);
background: linear-gradient(40deg, rgba(41,195,196,1) 0%, rgba(249,218,99,0.4780287114845938) 100%);

border-right:20px solid #000;
}


.bg_gra01 h2{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:1.8em;
line-height:1.8em;
}

.bg_gra02 h2{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:1.8em;
line-height:1.8em;
}

.text-white{
color:#fff;
}



.w_out{
color:#fff;
background:none;
border:1px solid #fff;
font-size:1em;
padding:10px 30px;
margin:15px 0 0px 0;
}

.w_out:hover{
background:#000;
transition: 1.0s ;
}
























.zig-zag {
    margin-bottom: 100px;
}


.zig-zag h2 {
    margin-top: 70px;
}

.zig-zag-right {
      
}

.zig-zag-right p {
    text-align: right;

}

.zig-zag-right h2 {
    text-align: right;
}



#features { 
    margin-bottom: 70px;
    padding-top: 50px;
       background: url("../images/bg_service.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	color:#fff;
}


#features i.fa {
    font-size: 50px;
    color: #0785f2;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}


#features h3 {
    color: #222222;
}

#features .caption p {
    padding-left: 10px;
    padding-right: 10px;
}




a.company img{
    margin: 0 auto 10px;
    margin-bottom: 30px;
    width: auto;
}



#services a img {
    transition: all .2s ease-in-out;
}

#services a img {
    border: 2px solid #fff;
}

#services a img:hover {
    border: 2px solid #0785f2;
}




/************ INDEX ***************/



/************ PAGE TITLE ***************/


#tit_page {
margin-top: 95px;
margin-bottom: 70px;
padding-top: 50px;
background: url("../images/bg_service.jpg");
background-repeat:no-repeat;
background-size:cover;
text-align:center;
color:#fff;
}
/************ PAGE TITLE ***************/





/**************** MEDIA QUERIES ******************/


@media (max-width: 768px) {
    .hero-overlay {
	   height: 450px;
    }
    .navbar-fixed-top {
        background: #fff !important;
        box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);

    }
    
    .navbar-default .navbar-nav >li >a {
        color: #828282;
        opacity: 1;
        line-height: 20px !important;
    }
    
    .navbar-fixed-top .navbar-toggle .icon-bar {
        background-color: #222 !important;

    }


.bg_gra01{
background: rgb(228,123,161);
background: linear-gradient(40deg, rgba(228,123,161,1) 0%, rgba(249,190,99,1) 100%);

border-left:0px solid #000;
}

.bg_gra02{
background: rgb(41,195,196);
background: linear-gradient(40deg, rgba(41,195,196,1) 0%, rgba(249,218,99,1) 100%);

border-right:0px solid #000;
}





}

@media (max-width: 990px) {
    p.description-image {
        padding: 0px !important;
    }
    
}



@media (max-width: 990px) {
    .zig-zag {
    	text-align: center;
    	margin-bottom: 40px;
     }
    
    .zig-zag-right * {
        text-align: center !important;
    	margin-bottom: 20px;
    }

    
    .carousel-indicators {
        position: relative;
        clear: both;
        margin-bottom: 30px;
        left: 50%;
    }
}


@media (max-width: 450px) {
    .social {
        float: left !important;
        margin-bottom: 20px;
        margin-top: -15px;
    }
}

@media (max-width: 650px) {
    .footer-section {
        text-align: center !important;
    }
    
    
    .social {
        float: none !important;
    }
    
    .marketing-action h1 {
        font-size: 35px;
        font-weight: 400;
    }
}

@media(max-width: 768px) {
    .price-table {
        margin: 30px!important;
    }
}




/******** HERO IMAGE ************/


@media (max-width: 600px) {
    .main-message h1 {
        font-size: 40px !important;
    }
    
    
    
    h1 {
    font-size: 20px;
   color: #fff;
   font-weight:bold;
   line-height:30px;
}

h1 .s{
    font-size: 14px;
 font-weight:bold;
margin-top:50px;
display:block;
line-height:30px;
}



}



/******** HERO IMAGE ************/

#contact{
margin-top:70px;
}


/**************** END MEDIA QUERIES **************/


.marketing-action {
    position: relative;
    background: url('../images/bg_contact.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;

}

.marketing-action .overlay {
    background: rgba(0, 0, 0, 0.5);
}


.marketing-action .text{
    padding-top:50px;
    text-align: center;

    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    
}

.marketing-action a{
  color:#fff;
  text-decoration:none;    
}

.marketing-action a:hover{
  color:#cdcdcd;
text-decoration:underline;
}

.marketing-action h1{
    margin-bottom: 15px !important;
    margin-top: 0px;
    color:#fff;
}

.marketing-action .text h1 {
    color: #ffffff;
}

.btn-cta-buy {
    background-color: #ffae00;
    margin-top: 0px;
}

.btn-cta-buy:hover {
    background-color: #fff;
    color: #009be3 !important;
    margin-top: 0px;
}


/************ FOOTER ***************/


#footer {
     margin-bottom: 0px;   
     background-color: #000;
     padding: 50px;
     text-align:center;
     color:#fff;
     border-top:1px solid #fff;
}


.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    z-index: 9999;
    display: none;
     font-weight:bold;  
}
.back-to-top:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fcc000;

}
.back-to-top:after {
    content: "↑";
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}



/************ FOOTER ***************/



/*
input[type="text"] textarea
input[type="●●●"] 適宜追加
*/

textarea,
input[type="number"],
input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    height: 100px; /* お好みの高さに */
}

/* フォーカス時の色変更 */

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #333;
}


input[type="submit"],input[type="reset"],input[type="button"]{
background:#ffbe33;
display:inline-block;
padding:5px 20px 5px 20px;
margin:5px 0px 5px 5px;
font-size:1.25em;
border:none;
border-radius:5px;
box-shadow: 1px 1px 1px rgba(9,9,9,0.5);
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #fead00;
cursor:pointer;
}


/*TABLE設定
---------------------------------------------------------------------------*/
table{
border-collapse: collapse;
width:100%;
margin:10px auto;
display:table;
margin-bottom:20px;
}

td{ 
margin: 0; 
padding: 10px;
border: 1px solid #cdcdcd;
width:auto;
color:#333;
text-align:center;
}


th{
padding: 10px;
border: 1px solid #cdcdcd;
background: #fbf7e3;
font-weight: bold;

text-align:center;
}

.blue{
background: #bbe6f4;
}


.pink{
background: #ff9c92;
}

.card_wrap{
display: flex;
  justify-content: space-around;
}

.card{
  width: 30%;
  border:1px solid #cdcdcd;
  float:left;
  margin:1%;
flex-direction: column; /* 子要素を縦並べ */
}



.card__imgframe{
font-size:1.3em;
padding: 5%;
  background: #efefef;
  text-align:center;
   border-bottom:1px solid #cdcdcd;
  font-weight: bold;


}

.card__imgframe img{
max-height:100%;
width:auto;
}

.card__textbox{
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #ffffff;
  box-sizing: border-box;
  word-break: break-all;
}
.card__textbox > * + *{
  margin-top: 10px;
}
.card__titletext{
  font-size: 1.2em;
  text-align:center;
  line-height: 125%;
}
.card__overviewtext{
  font-size: 12px;
  line-height: 150%;
}




@media (max-width: 600px) {
table{
border-collapse: collapse;
width:95%;
margin:10px auto;
display:table;
margin-bottom:20px;
}
   
   
   
th{
padding: 5px;
border: 1px solid #cdcdcd;
background: #fbf7e3;
font-weight: bold;
text-align:center;
0.9em;
}



  
  h2 {
    color: #111;
    font-weight: 300;
    margin-bottom: 30px;
    font-size:2em;
}



.card_wrap{
display: block;
  justify-content: space-around;
}

.card{
  width: 90%;
  height: auto;
  border:1px solid #cdcdcd;
  float:none;
  margin:5% auto;
  display:block;
}

.card__imgframe{
font-size:1.2em;

  padding: 1%;
  background: #efefef;
  text-align:center;
  border-bottom:1px solid #cdcdcd;
  font-weight: bold;
}

.card__titletext{
  font-size: 1.2em;
  text-align:center;
  line-height: 1.2em;
}

 }
    
    
    