/*
Theme Name: EXO | Seo Landing page Template
Author: Markhorthemes
Author URI: https://themeforest.net/user/Markhorthemes
Version: 1
Description: Base theme for HTML5
Text Domain: base
Tags: one-column, two-columns, three-columns
Theme URI: http://www.htmlbeans.com/demos/exo/
*/
/*------------------------------------------------------------------

1. import files / import files
2. Body / body
3. Wrapper / #wrapper
4. Header / #header
5. Logo / .logo
6. Nav / #nav
7. Nav Active / .nav-active
8. Main Slider / .main-slider
9. Heading / .heading
10. Heading2 / .heading2
11. Service Holder / .service-holder
12. Feature Sec / .feature-sec
13. Header / .header
14. Process Holder / .process-holder
15. Testimonail Sec / .testimonail-sec
16. Testimonail Slider / .testimonail-slider
17. Price Sec / .price-sec
18. Subscriber Sec / .subscriber-sec
19. Newsletter Form / .newsletter-form
20. Sign Form / .sign-form
21. Socail Network / .socail-network
22. Fancybox Skin / .fancybox-skin
23. Popup Holder / .popup-holder
24. Newsletter Block / .newsletter-block
25. Footer / #footer
26. Back Top / #back-top
27. Loader Holder / .loader-holder
28. Additional

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
1. import files / import files
-------------------------------------------------------------------*/
#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  .clearfix:after, .sign-form:after {
    content: '';
    display: block;
    clear: both;
  }
  
  .ellipsis {
    white-space: nowrap;
    /* 1 */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
  }
  
  /*------------------------------------------------------------------
  2. Body / body
  -------------------------------------------------------------------*/
  body {
    font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
                 'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
                 'Segoe UI',                  /* Windowsの欧文 */
                 'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
                 Meiryo,                      /* Windowsのメイリオ */
                 sans-serif;
  }
  
  body {
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  
  body.pattern1 {
    background-image: url(images/patterns/pattern1.png);
  }
  
  body.pattern2 {
    background-image: url(images/patterns/pattern2.png);
  }
  
  body.pattern3 {
    background-image: url(images/patterns/pattern3.png);
  }
  
  body.pattern4 {
    background-image: url(images/patterns/pattern4.png);
  }
  
  body.pattern5 {
    background-image: url(images/patterns/pattern5.png);
  }
  
  body.pattern6 {
    background-image: url(images/patterns/pattern6.png);
  }
  
  body.pattern7 {
    background-image: url(images/patterns/pattern7.png);
  }
  
  body.pattern8 {
    background-image: url(images/patterns/pattern8.png);
  }
  
  body.pattern9 {
    background-image: url(images/patterns/pattern9.png);
  }
  
  body.pattern10 {
    background-image: url(images/patterns/pattern10.png);
  }
  
  body.pattern11 {
    background-image: url(images/patterns/pattern11.png);
  }
  
  body.pattern12 {
    background-image: url(images/patterns/pattern12.png);
  }
  
  body.pattern13 {
    background-image: url(images/patterns/pattern13.png);
  }
  
  body.pattern14 {
    background-image: url(images/patterns/pattern14.png);
  }
  
  body.boxed-v #wrapper {
    max-width: 80%;
    margin: 20px auto;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  }

  li{list-style:none;}

  p{
  font-size:14px;
  letter-spacing: 0.07em;
  line-height: 35px;
  color:#676f76;
  }

  a{
    transition: all 0.25s linear;
  }
  
  a:hover, a:focus, a.active {
    text-decoration: none !important;
    outline: none;
    transition: all 0.25s linear;
  }
  .ml10{margin-left:10px;}
  .ml20{margin-left:20px;}
  .ml30{margin-left:30px;}
  .ml40{margin-left:40px;}
  .mt-120{margin-top:-120px !important;}
  .mt-10{margin-top:-10px !important;}
  .mt0{margin-top:0px !important;}
  .mt5{margin-top:5px !important;}
  .mt10{margin-top:10px !important;}
  .mt15{margin-top:15px !important;}
  .mt20{margin-top:20px !important;}
  .mt25{margin-top:25px !important;}
  .mt30{margin-top:30px !important;}
  .mt40{margin-top:40px !important;}
  .mt50{margin-top:50px !important;}
  .mt60{margin-top:60px !important;}
  .mt70{margin-top:70px !important;}
  .mt80{margin-top:80px !important;}
  .mt90{margin-top:90px !important;}
  .mt100{margin-top:100px !important;}
  .mt110{margin-top:110px !important;}
  .mt120{margin-top:120px !important;}
  .mt125{margin-top:125px !important;}
  .mt130{margin-top:130px;}
  .mt140{margin-top:140px !important;}
  .mt150{margin-top:150px !important;}
  .mt160{margin-top:160px !important;}
  .mb0{margin-bottom:0px !important;}
  .mb1{margin-bottom:1px !important;}
  .mb5{margin-bottom:5px !important;}
  .mb10{margin-bottom:10px !important;}
  .mb20{margin-bottom:20px !important;}
  .mb30{margin-bottom:30px !important;}
  .mb40{margin-bottom:40px !important;}
  .mb50{margin-bottom:50px !important;}
  .mb60{margin-bottom:60px !important;}
  .mb70{margin-bottom:70px !important;}
  .mb80{margin-bottom:80px !important;}
  .mb90{margin-bottom:90px !important;}
  .mb100{margin-bottom:100px !important;}
  .mb120{margin-bottom:120px !important;}
  .mb150{margin-bottom:150px !important;}
  .mb180{margin-bottom:180px !important;}
  .mr10{margin-right:10px !important;}
  .mr20{margin-right:20px !important;}
  .mr30{margin-right:30px !important;}
  .mr40{margin-right:40px !important;}
  .pt15{padding-top:15px;}
  .pb20{padding-bottom:20px;}
  .pb30{padding-bottom:30px;}

  .fl_l{
    float:left;
  }
  .fl_r{
    float:right;
  }

  .fontsize16{
    font-size:16px;
  }

  .fontsize26{
    font-size:26px;
  }

  .w100{
    width:100%;
  }

  .link_color{
    color:#26be66;
  }

  .overlay {
    position: relative;
    z-index: 1;
  }
  
  .overlay:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(34, 49, 63, 0.8);
  }

  .linkimg:hover{
    opacity:.8;
  }
  
  .bg-full {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .bg-grey {
    background: #373f46;
  }
  
  .bg-cian {
    background: #1F8FE7;
  }
  
  .round {
    border-radius: 100%;
  }
  
  .md-round {
    border-radius: 3px;
  }
  
  .lg-round {
    border-radius: 45px;
  }
  
  .btn-primary {
    font: 14px/16px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 35px 14px 31px;
    border: 1px solid #fff;
    background: none;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  .btn-primary:hover {
    border-color: #373f46;
    background: #373f46;
  }
  
  .btn-primary.active {
    padding: 14px 48px 14px 44px;
    border-color: #373f46;
    background: #373f46;
  }
  
  .btn-primary.active:hover {
    border-color: #fff;
    background: none;
  }
  
  .btn-use {
    font: 14px/16px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 35px 14px 31px;
    border: 1px solid #fff;
    background: none;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  .btn-use:hover {
    border-color: rgba(34,158,87,1);
    background: rgba(34,158,87,1);
    border-radius: 100%;  
  }
  
  .btn-use.active {
    padding: 14px 48px 14px 44px;
    border-color: rgba(255,255,255,1);
    background: rgba(34,158,87,1);
  }
  
  .btn-use.active:hover {
    border-color: #000;
    background: none;
    -webkit-animation: sk-scaleout 2.0s; 
    animation: sk-scaleout 2.0s;
  }
  
  .btn-b {
    font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
                 'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
                 'Segoe UI',                  /* Windowsの欧文 */
                 'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
                 Meiryo,                      /* Windowsのメイリオ */
                 sans-serif;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    vertical-align: middle;
    padding: 14px 48px 14px 44px;;
    z-index: 2;
    background-color: #0069f9;
    border: 1px solid #0069f9;
    color: #fff;
    overflow: hidden;
    letter-spacing:.1em;
  }
  .btn-b::before,
  .btn-b::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  
  .btn-b,
  .btn-b::before,
  .btn-b::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .btn-b:hover {
    color: #0069f9 !important;
    border: 1px solid #0069f9;
    background-color:#fff;
  }
  .btn-b::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
  
  .btn-b:hover::after {
    background: rgba(255,255,255,1) !important;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .btn-a {
    font: 14px/16px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 35px 14px 31px;
    border: 1px solid #fff;
    background: none;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  
    position: relative;
    transition: all 0.3s;
  }
  
  .btn-a::before, .btn::after {
    content: '';
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .btn-a:hover {
    border-color: rgba(255,255,255,1);
    background: rgba(34,158,87,1);
  }
  
  .btn-a.active {
    padding: 14px 48px 14px 44px;
    border-color: rgba(34,158,87,1);
    background:  rgba(34,158,87,1);
  }
  
  .btn-a.active:hover {
    border-color: rgba(255,255,255,1);
    background: none; 
  }
  
  .btn-five::before {
    transition: transform 0.15s, 0.15s border-radius 0.15s;
    opacity: 0;
    background:  rgba(34,158,87,1);
    transform: scale(0.1, 0.1);
    border-radius: 50%;
  }
  
  .btn-five:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    border-radius: 0;
  }
  
  .btn-five::after {
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 1);
  }
  
  .btn-five:hover::after {
    opacity: 0;
  }
  
  .cc_button {
  	position: relative;
  	display: block;
  	width: 50px;
  	height: 50px;
  	border: 1px solid #ccc;
  	border-radius: 100px;
    background: #04DDFD;
  }
   .c_button {
      font: 14px/16px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 35px 14px 31px;
    border: 1px solid #fff;
    background: none;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .c_button .c_ring {
  	background: rgba(181, 244, 253, 0.8);
  	position: absolute;
  	z-index:-1;
  	border-radius: 100px;
  	height: 70px;
  	width: 70px;
  	top: -10px;  /*A.中心*/
  	left: -10px;  /*A.中心*/
  }
  .c_button:hover .c_ring {
    animation: pulsate 1s ease-out;  /* スピードなど */ 
  	animation-iteration-count: infinite;
  }
  
  @keyframes pulsate {
      0%   { transform: scale(1, 1); }
      50%  { opacity: 1; }
      100% { transform: scale(4, 4); opacity: 0.0; }
  }
  
  #h_box{
    font: 14px/16px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 35px 14px 31px;
    border: 1px solid #fff;
    background: none;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .h_boxin{
    position: relative;
    float: left;
  }
  #h_box a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    padding: 0px;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    line-height: 150px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    z-index: 10;
  }
  #h_box a:hover{
    top: -75px;
    left:-75px;
    width: 300px;
    height: 300px;
    font-size: 48px;
    line-height: 300px;
    z-index: 100;
    border-color: #373f46;
    background: #373f46;
  }
  #h_circle1{
    background: #490A3D;
    background: rgba(73,10,61,.7);
  }
  
  /*------------------------------------------------------------------
  3. Wrapper / #wrapper
  -------------------------------------------------------------------*/
  /*------------------------------------------------------------------
  4. Header / #header
  -------------------------------------------------------------------*/
  #header {
    /*height: 90px;*/
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    padding: 0px 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background-color: #fff;
  }
  
  #header.sticky {
    position: fixed;
    padding: 10px 0;
    /*height: auto !important;*/
    height:65px !important;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.48);
  }
  
  #header.sticky .logo {
    margin-right: 10px;
    margin-left: 5px;
  }
  
  #header .nav-holder {
    float: right;
    padding: 3px 0 0;
  }
  
  #header .sign-list {
    font: 12px/14px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    margin: 0 0 0 32px;
    padding: 0 0 0 4px;
    display: inline-block;
    vertical-align: middle;
  }
  
  #header .sign-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 13px;
  }
  
  #header .sign-list a {
    padding: 11px 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  #header .sign-list a:hover {
    background: #26be66;
    border: 1px solid #229e57;
  }
  
  #header .sign-list a.bg-grey {
    font-weight: 700;
  }
  
  #header .nav-opener {
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top:-8px;
    margin-right:10px;
  }
  
  #header .nav-opener .fa-times {
    display: none;
  }
  
  #header .fa-bars {
    color: #0069f9;
    font-size: 26px;
  }
  
  /*------------------------------------------------------------------
  5. Logo / .logo
  -------------------------------------------------------------------*/
  .logo {
    width: 78px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
  }

  .img-responsive2 {
    height: 48px;
    max-width: none !important;
  }
  /*------------------------------------------------------------------
  6. Nav / #nav
  -------------------------------------------------------------------*/
  #nav {
    font: 12px/14px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
  }
  
  #nav ul {
    overflow: hidden;
    margin: 0;
    padding-top: 12px;
  }
  
  #nav ul li {
    /*display: inline-block;*/
    float:left;
    vertical-align: middle;
    margin: 0 0 0 34px;
  }
  
  #nav ul li:first-child {
    margin: 0;
  }
  
  #nav ul .active {
    color: #373f46;
  }
  
  #nav ul a {
    text-transform: uppercase;
    color: #000;
    display: block;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  #nav ul a:hover {
    color: #0069f9;
  }
  
  
  /*------------------------------------------------------------------
  7. Nav Active / .nav-active
  -------------------------------------------------------------------*/
  .nav-active #header .nav-opener .fa-bars {
    /*display: none;*/
  }
  
  .nav-active #header .nav-opener .fa-times {
    display: block;
  }
  
  .nav-active #nav {
    opacity: 1;
    visibility: visible;
  }
  
  #main {
    /*overflow: hidden;*/
  }
  
  /*------------------------------------------------------------------
  8. Main Slider / .main-slider
  -------------------------------------------------------------------*/
  .main-slider {
    overflow: hidden;
  }
  
  .main-slider .slide {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS PGothic", "Osaka", "Montserrat", "Helvetica Neue", Helvetica, Arial, clean, sans-serif;
    font-weight: 300;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
  }
  
  .main-slider .slide:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100vh;
  }
  
  .main-slider .slide > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
  }
  
  .main-slider .slide p {
    margin: 0 0 42px;
    color: #000;
  }
  
  .main-slider h1 {
    font-size: 36px;
    line-height: 46px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
    letter-spacing:0.15em;
    opacity: 0;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: all 0.50s linear;
    -o-transition: all 0.50s linear;
    transition: all 0.50s linear;
  }
  
  .main-slider .slick-active h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  #bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../images/polina.jpg") no-repeat;
    background-size: cover;
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
  }
  
    #bgtransp {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      z-index: -100;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-size: cover;
      -webkit-transition: 1s opacity;
      -o-transition: 1s opacity;
      transition: 1s opacity;
      background: rgba(255,255,255,0.3);
    }
    
    #top-image.img-holder {
      position: absolute;
      width:100%;
    }
    
    #bgimg {
      position: relative; 
      top:100%;
      left:0%;
      width: 100%;
      min-width: 100%;
      min-height: 100%;
      z-index: -100;
      -webkit-transform: translate(0%, -80%);
      -ms-transform: translate(0%, -80%);
      transform: translate(0%, -80%);
      -webkit-transition: 1s opacity;
      -o-transition: 1s opacity;
      transition: 1s opacity;
      pointer-events: none;
    }
    #bgimg_bak {
      position: absolute;
      top: 80%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      z-index: -100;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: 1s opacity;
      -o-transition: 1s opacity;
      transition: 1s opacity;
    }
    #bgimgsp { display: none !important; }
    #bgimgsp2 { display: none !important; }
  
    @media (max-width: 768px) {
    .ta_c768{text-align: center;}
    #btnlogin { display: none !important; }
    #bgimg { display: none !important; }
    #bgimgsp {
      display: block !important;
      position: absolute;
      top: 50%; 
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      z-index: -100;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-size: cover;
      -webkit-transition: 1s opacity;
      -o-transition: 1s opacity;
      transition: 1s opacity;
    }
    #bgimgsp2 {
      display: block !important;
    }
  }
  
  .tv {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
  }
  
  .tv .screen {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    margin: auto;
    position: absolute;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }
  
  .tv .screen.active {
    opacity: 1;
  }
  
  /*------------------------------------------------------------------
  9. Heading / .heading
  -------------------------------------------------------------------*/
  .heading {
    font-size: 20px;
    line-height: 22px;
    color: #373f46;
    font-weight: 600;
    margin: 0 0 23px;
    /*word-spacing: 1px;*/
  }
  

  body h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
                 'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
                 'Segoe UI',                  /* Windowsの欧文 */
                 'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
                 Meiryo,                      /* Windowsのメイリオ */
                 sans-serif;
  }


  /*------------------------------------------------------------------
  10. Heading2 / .heading2
  -------------------------------------------------------------------*/
  .heading2 {
    font-size: 28px;
    line-height: 30px;
    color: #373f46;
    font-weight: 600;
    margin: 0 0 30px;
    word-spacing: 1px;
  }
  
  /*------------------------------------------------------------------
  11. Service Holder / .service-holder
  -------------------------------------------------------------------*/
  .service-holder2{
    padding-top:0px !important;
    padding-bottom: 0px !important;
  }

  .service-holder {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  
  .service-holder .holder {
    /*margin-bottom: 120px;*/
  }
  
  .service-holder .service-list {
    overflow: hidden;
    font-weight: 300;
    margin: 0;
  }
  
  .service-holder .service-list li {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    margin: 0 -4px 0 0;
  }
  
  .service-holder .service-list .icon {
    width: 54px;
    margin: 0 auto 32px;
  }
  
  .service-holder .service-list p {
    margin: 0;
  }
  
  .service-holder .txt-holder {
    color: #767e85;
    font-weight: 300;
    line-height: 35px;
    padding: 0px 0 0;
  }
  
  .service-holder .txt-holder p {
    margin: 0 0 40px;
  }
  
  .service-holder .btn-primary {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding: 14px 23px 16px 22px;
    margin: 0 0 30px;
    border-width: 1px;
    border-style: solid;
  }
  
  .service-holder .btn-primary .fa {
    margin: 0 0 0 11px;
  }
  
  .service-holder .btn-primary:hover {
    background: none;
  }
  
  .service-holder .img-holder {
    width: 100%;
    /*margin: 0 0 0 177px;*/
  }
  
  /*------------------------------------------------------------------
  12. Feature Sec / .feature-sec
  -------------------------------------------------------------------*/
  .feature-sec {
    /*min-height: 668px;*/
    padding-top: 120px;
    padding-bottom: 120px;
    background: #fff;
  }
  
  .feature-sec .heading2 {
    color: #fff;
    line-height: 40px;
    margin: 0 0 27px;
  }
  
  .feature-sec .txt-holder {
    color: #767e85;
    font-weight: 300;
    line-height: 35px;
    padding: 72px 0px 0 0;
  }s
  
  .feature-sec .txt-holder p {
    margin: 0 0 36px;
  }
  
  .feature-sec .btn-primary {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding: 15px 24px 17px 23px;
    margin: 0 0 30px;
    border-width: 1px;
    border-style: solid;
  }
  
  .feature-sec .btn-primary .fa {
    margin: 0 0 0 11px;
  }
  
  .feature-sec .btn-primary:hover {
    background: none;
  }
  
  .feature-sec .img-holder {
    /*margin: 0 0 0 -76px;*/
  }
  
  /*------------------------------------------------------------------
  13. Header / .header
  -------------------------------------------------------------------*/
  .header {
    line-height: 28px;
    color: #767e85;
    margin: 0 0 61px;
  }
  
  .header h4 {
    font-size: 34px;
    line-height: 36px;
    color: #373f46;
    font-weight: 600;
    margin: 0 0 29px;
  }
  
  .header p {
    margin: 0;
  }
  
  /*------------------------------------------------------------------
  14. Process Holder / .process-holder
  -------------------------------------------------------------------*/
  .process-holder {
    padding-top: 124px;
    padding-bottom: 104px;
    background:#fafafa;
  }
  
  .process-holder .process-list {
    overflow: hidden;
    margin: 0;
    color: #767e85;
    font-weight: 300;
    position: relative;
    z-index: 1;
  }
  
  .process-holder .process-list:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 190px;
    top: 20px;
    bottom: auto;
    right: 190px;
    border: 1px dashed #d7d9da;
  }
  
  .process-holder .process-list li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin: 0 -4px 0 0;
  }
  
  .process-holder .process-list .num {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 43px;
    height: 43px;
    display: block;
    padding: 12px 5px;
    margin: 0 auto 44px;
    background: #373f46;
  }
  
  .process-holder .process-list h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #373f46;
    margin: 0 0 20px;
  }
  
  .process-holder .process-list .icon {
    width: 53px;
    margin: 0 auto 30px;
  }
  
  /*------------------------------------------------------------------
  15. Testimonail Sec / .testimonail-sec
  -------------------------------------------------------------------*/
  .testimonail-sec {
    padding: 125px 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  
  .testimonail-sec:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: auto;
    bottom: -71px;
    right: 0;
    background-size: auto 100%;
    height: 373px;
  }
  
  .testimonail-sec .header {
    margin: 0 0 62px;
  }
  
  /*------------------------------------------------------------------
  16. Testimonail Slider / .testimonail-slider
  -------------------------------------------------------------------*/
  .testimonail-slider {
    overflow: hidden;
  }
  
  .testimonail-slider .slide {
    width: 33.33% !important;
    float: left;
    padding: 0 55px 48px;
    margin: 58px 15px 51px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
  }
  
  .testimonail-slider .slide cite {
    display: block;
    margin: 0 0 10px;
  }
  
  .testimonail-slider .slide strong {
    font: 18px/20px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #373f46;
    font-weight: 600;
    display: block;
    margin: 0 0 8px;
  }
  
  .testimonail-slider .slide a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #989b9d;
    font-style: normal;
    display: block;
  }
  
  .testimonail-slider .slide q {
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    font-style: italic;
    color: #989b9d;
  }
  
  .testimonail-slider .img-holder {
    width: 113px;
    overflow: hidden;
    margin: -57px auto 32px;
  }
  
  .testimonail-slider .slick-dots {
    list-style-type: none;
    overflow: hidden;
    margin: 0 auto;
    width: 106px;
    padding: 0 0 0 10px;
  }
  
  .testimonail-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
  }
  
  .testimonail-slider .slick-dots li:first-child {
    margin: 0;
  }
  
  .testimonail-slider .slick-dots .slick-active button {
    -webkit-transform: scale(1.9, 1.9);
    -ms-transform: scale(1.9, 1.9);
    transform: scale(1.9, 1.9);
  }
  
  .testimonail-slider .slick-dots button {
    width: 7px;
    height: 7px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: #afb2b4;
    border-radius: 100%;
  }
  
  /*------------------------------------------------------------------
  17. Price Sec / .price-sec
  -------------------------------------------------------------------*/
  .price_box{
    border:1px solid #000;
  }
  .price-sec p{
    margin:0 !important;
  }
  .price-sec h3 {
    font: 36px/38px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #373f46;
    display: block;
    margin:0 !important;
    letter-spacing: 0.03em !important;
  }
  .price-sec {
    overflow: hidden;
    padding: 50px 0 15px;
    background-color:#fff !important;
  }
  
  .price-sec .header {
    /*color: #fff;*/
    margin: 0 0 120px;
  }
  
  .price-sec h4 {
    /*color: #fff;*/
  }
  
  .price-sec .price-holder {
    color: #454b4f;
    overflow: hidden;
    background: #fff;
    margin: 0;
    /*padding: 0 0 20px;*/
    border: 3px solid #27ae60;
  }
  
  .price-sec .price-holder.active {
    color: #fff;
    background: #373f46;
  }
  
  .price-sec .price-holder.active .price strong {
    color: #fff;
  }
  
  .price-sec .price-holder.active .price-heading {
    color: #373f46;
    background: #fff;
  }
  
  .price-sec .price-holder li {
    padding: 15px 15px 14px;
    border-top: 1px solid #dddddd;
    font-size: 18px;
  }
  
  .price-sec .price-holder li:first-child {
    border-top: none;
  }
  
  .price-sec .price-holder .price {
    padding: 28px 15px 14px;
    border: none;
  }
  
  .price-sec .price-holder .price strong {
    font: 36px/38px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #373f46;
    display: block;
  }
  
  .price-sec .price-holder .price span {
    font: 20px/38px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
/*    display: block;*/
    color: #454b4f;
  }
  
  .price-sec .price-holder .price-heading {
    font: 18px/18px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    border: none;
    background: #27ae60;
  }
  
  .price-sec .price-holder .btns {
    border: none;
  }
  
  .price-sec .price-holder .btn-primary {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    border-width: 1px;
    border-style: solid;
    padding: 15px 49px 14px;
  }
  
  .price-sec .price-holder .btn-primary:hover {
    background: none;
  }
  .plan_detail table td{
    border:1px solid #cdcdcd;
  }
  .plan_detail th{
    text-align: center;
    border:1px solid #cdcdcd;
    padding:5px 0;
    background: #f6f6f6;
  }
  .plan_detail td{
    text-align: center;
    border:1px solid #cdcdcd;
    padding:5px 0;
  }
  .plan_detail{
    font-size:16px;
    margin-top:30px;
  }
  .plan_starter{
    color:#0d8fd3
  }
  .plan_business{
    color:#229e57
  }
  .price_red_color{
    color:#da3c3c;
  }

  /*------------------------------------------------------------------
  18. Subscriber Sec / .subscriber-sec
  -------------------------------------------------------------------*/
  .subscriber-sec {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 128px;
    background:#fafafa;
  }
  
  .subscriber-sec .header {
    margin: 0 0 33px;
  }
  
  /*------------------------------------------------------------------
  19. Newsletter Form / .newsletter-form
  -------------------------------------------------------------------*/
  .newsletter-form {
    width: 430px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    z-index: 1;
    border: 1px solid #cccccc;
  }
  
  .newsletter-form .form-control {
    font: 15px/20px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #919598;
    font-weight: 300;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 10px 80px 10px 16px;
  }
  
  .newsletter-form .form-control::-webkit-input-placeholder {
    color: #919598;
  }
  
  .newsletter-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #919598;
  }
  
  .newsletter-form .form-control:-moz-placeholder {
    color: #919598;
  }
  
  .newsletter-form .form-control:-ms-input-placeholder {
    color: #919598;
  }
  
  .newsletter-form .form-control.placeholder {
    color: #919598;
  }
  
  .newsletter-form .btn-sub {
    position: absolute;
    right: 9px;
    top: 9px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    width: 67px;
    height: 42px;
    border: none;
    outline: none;
    text-align: center;
    padding: 10px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  .newsletter-form .btn-sub:hover {
    background: #373f46;
  }
  
  /*------------------------------------------------------------------
  19. Register Form / .register-form
  -------------------------------------------------------------------*/
  .register-form {
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    z-index: 1;
  }
  
  .register-form .section > div {
    margin-top: 10px;
  }
  .register-form .section:last-child > div {
    margin-top: 15px;
  }
  
  .register-form .section:last-child > div > p {
    margin-top: 25px;
  }
  
  .register-form .section .title {
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 8px;
  }
  
  .register-form .section:nth-child(n2) .col-sm-6 {
    margin-top: 20px;
  }
  
  .register-form .form-control {
    font: 15px/20px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #919598;
    font-weight: 300;
    width: 100%;
    height: 50px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 2px;
    padding: 10px 80px 10px 16px;
    background-color: #fff;
  }
  
  .register-form .form-control::-webkit-input-placeholder {
    color: #919598;
  }
  
  .register-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #919598;
  }
  
  .register-form .form-control:-moz-placeholder {
    color: #919598;
  }
  
  .register-form .form-control:-ms-input-placeholder {
    color: #919598;
  }
  
  .register-form .form-control.placeholder {
    color: #919598;
  }
  
  .register-form .form-control input[type="checkbox"] {
    display: inline;
    margin: 0;
    vertical-align: middle;
  }
  
  .register-form .checkbox {
    display: inline;
  }
  
  .register-form .btn-sub {
    position: absolute;
    right: 9px;
    top: 9px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    width: 67px;
    height: 42px;
    border: none;
    outline: none;
    text-align: center;
    padding: 10px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  .register-form .btn-sub:hover {
    background: #373f46;
  }
  
  /*------------------------------------------------------------------
  20. Sign Form / .sign-form
  -------------------------------------------------------------------*/
  .sign-form {
    margin: 0 0 30px;
  }
  
  .sign-form .form-group {
    margin: 0;
  }
  
  .sign-form .form-control {
    font: 15px/20px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #919598;
    font-weight: 300;
    width: 100%;
    height: 50px;
    background: none;
    border: 1px solid #919598;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 10px 20px;
    margin: 0 0 20px;
  }
  
  .sign-form .form-control::-webkit-input-placeholder {
    color: #919598;
  }
  
  .sign-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #919598;
  }
  
  .sign-form .form-control:-moz-placeholder {
    color: #919598;
  }
  
  .sign-form .form-control:-ms-input-placeholder {
    color: #919598;
  }
  
  .sign-form .form-control.placeholder {
    color: #919598;
  }
  
  .sign-form textarea {
    font: 15px/20px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #919598;
    font-weight: 300;
    width: 100%;
    min-height: 150px;
    background: none;
    border: 1px solid #919598;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    resize: none;
    border-radius: 15px;
    padding: 10px 20px;
    margin: 0 0 20px;
  }
  
  .sign-form textarea::-webkit-input-placeholder {
    color: #919598;
  }
  
  .sign-form textarea::-moz-placeholder {
    opacity: 1;
    color: #919598;
  }
  
  .sign-form textarea:-moz-placeholder {
    color: #919598;
  }
  
  .sign-form textarea:-ms-input-placeholder {
    color: #919598;
  }
  
  .sign-form textarea.placeholder {
    color: #919598;
  }
  
  .sign-form .btn-sub {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    width: 100%;
    height: 42px;
    border: none;
    outline: none;
    text-align: center;
    padding: 10px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  .sign-form .btn-sub:hover {
    background: #373f46;
  }
  
  .sign-form .has-error .form-control {
    color: red;
    border-color: red;
  }
  
  .sign-form .has-error .form-control::-webkit-input-placeholder {
    color: red;
  }
  
  .sign-form .has-error .form-control::-moz-placeholder {
    opacity: 1;
    color: red;
  }
  
  .sign-form .has-error .form-control:-moz-placeholder {
    color: red;
  }
  
  .sign-form .has-error .form-control:-ms-input-placeholder {
    color: red;
  }
  
  .sign-form .has-error .form-control.placeholder {
    color: red;
  }
  
  .sign-form .form-message {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    position: relative;
  }
  
  .sign-form .form-message:after {
    top: 14px;
    left: 17px;
    width: 20px;
    content: "";
    height: 20px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
  }
  
  .sign-form .form-message.error {
    margin: 0 0 20px;
    background: #ff3333;
    padding: 15px 5px 13px 50px;
  }
  
  .sign-form .form-message.error:after {
    content: "\f00d";
    background: #cc2929;
  }
  
  .sign-form .form-message.success {
    margin: 0 0 20px;
    background: #698cf0;
    padding: 15px 5px 13px 50px;
  }
  
  .sign-form .form-message.success:after {
    content: "\f00c";
    background: #5470c0;
  }
  
  /*------------------------------------------------------------------
  21. Socail Network / .socail-network
  -------------------------------------------------------------------*/
  .socail-network {
    font-size: 13px;
    line-height: 15px;
    color: #dadada;
    overflow: hidden;
    margin: 0;
  }
  
  .socail-network li {
    float: left;
    margin: 0 8px 0 0;
  }
  
  .socail-network a {
    width: 32px;
    height: 32px;
    color: #919191;
    border-radius: 100%;
    text-align: center;
    padding: 8px;
    display: block;
    border: 1px solid #b2b2b2;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #fff;
  }
  
  .socail-network a:hover.facebook {
    border-color: #3b5998;
    color: #3b5998;
  }
  
  .socail-network a:hover.twitter {
    border-color: #0084b4;
    color: #0084b4;
  }
  
  .socail-network a:hover.google {
    border-color: #d34836;
    color: #d34836;
  }
  
  .socail-network a:hover.tumblr {
    border-color: #34526f;
    color: #34526f;
  }
  
  .socail-network a:hover.yelp {
    border-color: #c41200;
    color: #c41200;
  }
  
  /*------------------------------------------------------------------
  22. Fancybox Skin / .fancybox-skin
  -------------------------------------------------------------------*/
  .fancybox-skin {
    padding: 0 !important;
  }
  
  /*------------------------------------------------------------------
  23. Popup Holder / .popup-holder
  -------------------------------------------------------------------*/
  .popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
  }
  
  /*------------------------------------------------------------------
  24. Newsletter Block / .newsletter-block
  -------------------------------------------------------------------*/
  .newsletter-block {
    overflow: hidden;
    width: 550px;
    padding: 40px;
    color: #373f46;
  }
  
  .newsletter-block h2 {
    font-size: 20px;
    line-height: 22px;
    color: #373f46;
    font-weight: 700;
    margin: 0 0 17px;
  }
  
  .newsletter-block p {
    margin: 0 0 30px;
  }
  
  .newsletter-block .txt {
    font-size: 11px;
    line-height: 14px;
    color: #373f46;
    font-weight: 400;
    display: block;
  }
  
  .newsletter-block .txt a {
    text-decoration: underline;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  .newsletter-block .txt a:hover {
    text-decoration: none;
    color: #8e9295;
  }
  
  /*------------------------------------------------------------------
  25. Footer / #footer
  -------------------------------------------------------------------*/
  #footer h3{
    letter-spacing: .05em;
  }
  #footer {
    font-weight: 300;
    color: #c6c6c6;
    overflow: hidden;
    background: #23292e;
    margin-top:180px;
  }
  
  #footer .footer-area {
    padding: 100px 0 72px;
    color: #000000;
    background: #f7f4f4;
  }
  
  #footer .footer-area p {
    margin: 0 0 20px;
  }
  
  #footer .heading {
    margin: 0 0 30px;
  }
  
  #footer .f-nav {
    font-weight: 400;
    color: #c6c6c6;
    overflow: hidden;
    margin: 0;
  }
  
  #footer .f-nav li {
    overflow: hidden;
    margin: 0 0 10px;
  }
  
  #footer .f-nav a {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  #footer .f-logo {
    width: 25px;
    margin: 0 0 7px;
  }

  .f-logo-txt{
    margin-left: 10px;
    padding-top: 1px;
    font-weight: bold;
    font-size: 16px;
  }
  
  #footer .contact-list {
    font: 13px/16px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow: hidden;
    margin: 0 0 16px;
  }
  
  #footer .contact-list li {
    overflow: hidden;
    margin: 0 0 14px;
  }
  
  #footer .contact-list .fa {
    margin: 0 13px 0 0;
    color: #373f46;
  }
  
  #footer .contact-list a {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  #footer .btn-primary {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    border-width: 1px;
    border-style: solid;
    padding: 15px 21px 15px 18px;
  }
  
  #footer .btn-primary:hover {
    background: none;
  }
  
  #footer .copyright {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
  #footer .copyright p {
    margin: 0;
    color: #cdcdcd;
  }

  #footer .copyright a {
    margin: 0;
    color: #b8b8b8;
  }
  
  #footer .socail-network {
    margin-bottom: 20px;
  }
  .copyright_1{
    padding-top:18px !important;
    font-size:12px;
  }
  .copyright_1 a{
    transition: all 0.2s linear;
  }
  .copyright_1 a:hover{
    color:#0069f9 !important;
    transition: all 0.2s linear;
  }

@media(max-width:1024px){
  #footer .copyright {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
  }
  #footer .copyright p {
    margin: 0;
    color: #cdcdcd;
    text-align: center;
  }
  #footer .copyright a {
    margin: 0;
    color: #cdcdcd;
    text-align: center;
  }
  #marshall-canvas{
  display: none;
  }
  .main_sp_bg{
    background-image:url(../images/polina.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 31vh 0px 18vh 0px;
  }
  .copyright_1{
  padding-top:18px !important;
  font-size:11px;
  }
}
  /*------------------------------------------------------------------
  26. Back Top / #back-top
  -------------------------------------------------------------------*/
  #back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    float: right;
    width: 50px;
    height: 50px;
    padding: 14px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
  
  #back-top.active {
    opacity: 1;
    visibility: visible;
  }
  
  /*------------------------------------------------------------------
  27. Loader Holder / .loader-holder
  -------------------------------------------------------------------*/
  .loader-holder {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
  }
  
  .loader-holder .block {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  /*------------------------------------------------------------------
  28. Additional
  -------------------------------------------------------------------*/
  /* Common */
  .required {color: #ff9900;}
  
  .next { width:84px; }
  .back { margin: 0 30px; }
  
  /* Other Section */
  .other-sec {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 128px;
  }
  
  .other-sec .header {
    margin: 0 0 33px;
  }
  
  /* table */
  .other-sec table {
  	width: 100%;
  	border-bottom: 1px solid #d7dce5;
  	margin-bottom: 36px;
  }
  .other-sec table th {
  	width: 22%;
  	border: 1px solid #d7dce5;
  	background: #f6f6f6;
  	padding: 10px;
  	border-bottom: none;
  }
  .other-sec table td {
  	border: 1px solid #d7dce5;
  	padding: 10px;
  	border-bottom: none;
  }
  .provision_agreement li{
    line-height:32px;
  }
  .provision_agreement ul{
    margin-bottom:20px;
    padding-left:15px;
  }
  /*.provision_agreement p{
    line-height:26px !important;
  }*/
  
  .provision {
      /*margin: 0 15px;*/
  }
  .provision h3{
    margin-top:60px;
    margin-bottom: -15px !important;
  }
  .provision p{
    margin-bottom:60px;
    margin-top: -15px;
  }
  .provision ul li{
    list-style:none;
  }
  
  /* default */
  .btn {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .btn:focus,
  .btn.focus {
    color: #fff;
    background-color: #26be66;
    border-color: #26be66;
  }
  .btn:hover {
    color: #fff;
    background-color: #26be66;
    border-color: #26be66;
  }
  .btn:active,
  .btn.active,
  .open > .dropdown-toggle.btn {
    color: #fff;
    background-color: #0c7cd5;
    border-color: #0b76cc;
  }
  .btn:active:hover,
  .btn.active:hover,
  .open > .dropdown-toggle.btn:hover,
  .btn:active:focus,
  .btn.active:focus,
  .open > .dropdown-toggle.btn:focus,
  .btn:active.focus,
  .btn.active.focus,
  .open > .dropdown-toggle.btn.focus {
    color: #fff;
    background-color: #0a68b4;
    border-color: #08528d;
  }
  .btn:active,
  .btn.active,
  .open > .dropdown-toggle.btn {
    background-image: none;
  }
  .btn.disabled:hover,
  .btn[disabled]:hover,
  fieldset[disabled] .btn:hover,
  .btn.disabled:focus,
  .btn[disabled]:focus,
  fieldset[disabled] .btn:focus,
  .btn.disabled.focus,
  .btn[disabled].focus,
  fieldset[disabled] .btn.focus {
    background-color: #2196F3;
    border-color: #2196F3;
  }
  .btn .badge {
    color: #2196F3;
    background-color: #fff;
  }
  
  /* back */
  .btn-back {
    color: #333;
    background-color: #f5f5f5;
    border-color: transparent;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .btn-back:focus,
  .btn-back.focus {
    color: #333;
    background-color: #dcdcdc;
    border-color: rgba(0, 0, 0, 0);
  }
  .btn-back:hover {
    color: #333;
    background-color: #dcdcdc;
    border-color: rgba(0, 0, 0, 0);
  }
  .btn-back:active,
  .btn-back.active,
  .open > .dropdown-toggle.btn-back {
    color: #333;
    background-color: #dcdcdc;
    border-color: rgba(0, 0, 0, 0);
  }
  .btn-back:active:hover,
  .btn-back.active:hover,
  .open > .dropdown-toggle.btn-back:hover,
  .btn-back:active:focus,
  .btn-back.active:focus,
  .open > .dropdown-toggle.btn-back:focus,
  .btn-back:active.focus,
  .btn-back.active.focus,
  .open > .dropdown-toggle.btn-back.focus {
    color: #333;
    background-color: #cacaca;
    border-color: rgba(0, 0, 0, 0);
  }
  .btn-back:active,
  .btn-back.active,
  .open > .dropdown-toggle.btn-back {
    background-image: none;
  }
  .btn-back.disabled:hover,
  .btn-back[disabled]:hover,
  fieldset[disabled] .btn-back:hover,
  .btn-back.disabled:focus,
  .btn-back[disabled]:focus,
  fieldset[disabled] .btn-back:focus,
  .btn-back.disabled.focus,
  .btn-back[disabled].focus,
  fieldset[disabled] .btn-back.focus {
    background-color: #f5f5f5;
    border-color: transparent;
  }
  .btn-back .badge {
    color: #f5f5f5;
    background-color: #333;
  }
  
  /* delete */
  .btn-danger {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .btn-danger:focus,
  .btn-danger.focus {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #a21309;
  }
  .btn-danger:hover {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #e11b0c;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #e11b0c;
  }
  .btn-danger:active:hover,
  .btn-danger.active:hover,
  .open > .dropdown-toggle.btn-danger:hover,
  .btn-danger:active:focus,
  .btn-danger.active:focus,
  .open > .dropdown-toggle.btn-danger:focus,
  .btn-danger:active.focus,
  .btn-danger.active.focus,
  .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #c8180b;
    border-color: #a21309;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    background-image: none;
  }
  .btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #F44336;
    border-color: #F44336;
  }
  .btn-danger .badge {
    color: #F44336;
    background-color: #fff;
  }
  
  /* Contact */
  #contact input[type="checkbox"] {
    display: inline;
    margin: 0;
    vertical-align: middle;
  }
  
  /* Login sec */
  .login-sec {
    background: #eeeeee;
    padding: 132px;
  }
  
  .login-sec .header {
    margin-bottom: 0;
  }
  
  .login-sec .header h4 {
    font-size: 22px;
    line-height: 32px;
  }
  
  .login-sec .input-form {
    width: 700px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  
  .login-sec .form-control {
    font: 15px/20px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 300;
    width: 100%;
    height: 50px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 2px;
    padding: 10px 80px 10px 16px;
  }
  
  .login-sec .section>div {
    padding-bottom: 20px;
  }
  
  .login-sec .section.comp .title {
    margin-top: 50px;
  }
  
  .login-sec .password-show label {
    float:right;
  }
  
  .login-sec .password-show .checkbox {
    display: inline-block;
    vertical-align: middle;
  }
  
  .login-sec .password-show .checkbox-txt {
    font-weight: normal;
    vertical-align: middle;
  }
  
  .login-sec .password-show a {
    float: left;
  }
  
  /* Panel */
  .register-question .content-group {
    margin-bottom: 40px;
  }
  
  .register-question .answer-label {
    margin-top: 10px;
  }
  
  .register-question .form-control {
    font: 15px/20px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #919598;
    font-weight: 300;
    width: 100%;
    height: 100%;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 2px;
    padding: 10px 80px 10px 16px;
  }
  
  .register-question .answer-control {
    font: 15px/20px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #919598;
    font-weight: 300;
    width: 100%;
    height: 100%;
    background: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 80px 10px 16px;
  }
  
  .register-question .q-heading {
    position:relative;
    padding-left:30px;
    line-height: 38px;
  }
   
  .register-question .q-heading:before{
    content:''; 
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px; 
    height:12px; 
    width:12px; 
    display:block; 
    position:absolute; 
    top:14px; 
    left:7px; 
    background-color:#6B0CE8;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    filter:alpha(opacity=50);
    -moz-opacity:0.50;
    -khtml-opacity: 0.50;
    opacity:0.50;
    z-index: 1;
  }
   
  .register-question .q-heading:after{
    content:''; 
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px; 
    height:15px; 
    width:15px; 
    display:block; 
    position:absolute; 
    top:7px; 
    left:2px; 
    background-color:#00A8FF;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
  }
  
  .register-question .input{
    border-bottom: 1px solid #e5e5e5;
  }
  
  .register-question .row {
    margin-top: 10px;
  }
  
  .register-question .row:last-child{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  .register-question .choice span {
    vertical-align: middle;
  }
  
  .register-question label{
    padding-left: 28px;
  }
  
  .register-comp .row:last-child{
    margin-top: 60px;
    margin-bottom: 20px;
  }
  
  .panel {
    margin-bottom: 20px;
    border-width: 0;
    color: #333333;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .panel.has-scroll {
    max-width: 100%;
    overflow-x: auto;
  }
  .panel.has-bg-image {
    background-image: url(../images/backgrounds/panel_bg.png);
  }
  .panel-flat > .panel-heading  .table,
  .panel-flat > .panel-heading  .table-responsive {
    border-top: 1px solid #ddd;
  }
  .panel[class*=bg-] > .panel-heading {
    border-color: rgba(255, 255, 255, 0.2);
  }


/*------------------------------------------------------------------
    max-width 1024px
-------------------------------------------------------------------*/
  @media (max-width: 768px) {
/*.pc_only2{display:none !important;}*/
.sp768_mb0{margin-bottom:0px !important;}
.sp768_mt0{margin-top:0px !important;}
.sp768_mt15{margin-top:15px !important;}
.sp768_mt20{margin-top:20px !important;}
.sp768_mt30{margin-top:30px !important;}
.sp768_mt70{margin-top:70px !important;}
}


  @media (max-width: 991px) {
.sp992_mt15{margin-top:15px !important;}
}


/*------------------------------------------------------------------
    max-width 1024px
-------------------------------------------------------------------*/
  @media (max-width: 768px) {
/*.pc_only2{display:none !important;}*/
.sp_mb0{margin-bottom:0px !important;}
.sp_mt0{margin-top:0px !important;}
.sp_mt15{margin-top:15px !important;}
.sp_mt20{margin-top:20px !important;}
.sp_mt30{margin-top:30px !important;}
.sp_mt70{margin-top:70px !important;}
}
/*------------------------------------------------------------------
    max-width 1024px
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    max-width 1200px
-------------------------------------------------------------------*/
  @media (max-width: 1200px) {
    .tab_mt0{
      margin-top:0px !important;
    }
    .tab_mt60{
      margin-top:60px !important;
    }
  }
/*------------------------------------------------------------------
    max-width 1200px
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    max-width 1024px
-------------------------------------------------------------------*/
  @media (max-width: 1024px) {
  p{
  font-size:14px;
  letter-spacing: 0.1em;
  line-height: 30px !important;
  color:#676f76;
  }
.autobidding_ancher a{
  border-bottom: 6px solid #ffff00;
  color:#229e57;
  font-size:26px !important;
  font-weight:bold;
}
.index_3area_h3 h3 {
    font-size: 26px !important;
    color: #229e57 !important;
}
.service-holder .txt-holder .feature-sec {
    line-height: 30px !important;
  }
.sp_mt0{margin-top:0px !important;}
.sp_mt10{margin-top:10px !important;}
.sp_mt15{margin-top:15px !important;}
.sp_mt20{margin-top:20px !important;}
.sp_mt25{margin-top:25px !important;}
.sp_mt30{margin-top:30px !important;}
.sp_mt40{margin-top:40px !important;}
.sp_mt50{margin-top:50px !important;}
.sp_mt55{margin-top:55px !important;}
.sp_mt60{margin-top:60px !important;}
.sp_mb20{margin-bottom:20px !important;}
.sp_mb30{margin-bottom:30px !important;}
.sp_mb40{margin-bottom:40px !important;}
.sp_mb50{margin-bottom:50px !important;}
.sp_mb-10{margin-bottom:-10px;}
.sp_mt-135{margin-top:-135px;}
.voice_bg{
  padding: 30px 15px !important;}
.staff_bg{
  padding: 20px 0px 7px 0 !important;}
  #nav ul li {
    display: inline-block;
    vertical-align: middle;
    float:none !important;
    margin: 0 0 0 34px;  }
.img-responsive_3area{
  display: inline-block !important;
  max-width: 90% !important;}
.pc_none{display:block !important;}
.pc_only{display:none;}
.sp_only{display:block !important;}
.pc_only2{display:none !important;}
  #header {height:45px !important;}
  #header.sticky {
    height:56px !important; padding:5px 0 !important;}
.ta_c_sp{text-align: center;}
.ta_l_sp{text-align: left;}
.logo_img{
  height:25px !important;
  margin-top: 10px !important;
}
  /*#header{
    height:50px !important;
  }*/
/*.img-responsive2 {
    height: 35px;
}*/
h1{font-size:28px;}
.amp_h1{font-size:25px;}
.main-slider h1 {letter-spacing:0.1em;}
  h1.heading-large {
    font-size: 26pt !important;
    color: black !important;
    line-height: 1.5em !important;
    font-weight: bold !important;
  }
  .mainarea_p{
  font-size:17px !important;
  letter-spacing: .1em !important;
  }
  h2{
    font-size:25px !important;
    line-height: 1.4em;
  }
  h3{
    font-size:20px !important;
  }
  .header h4 {
    font-size: 32px !important;
    line-height: 36px;
    color: #373f46;
    font-weight: 600;
    margin: 0 0 29px;
  }
/*.index_p{
  font-size:15px !important;
  line-height:30px !important;
}*/
    .panel[class*=bg-] > .panel-heading {
      background-color: inherit;
    }
.about_ogive_p{
    font-size: 17px !important;
    line-height: 2.4em;
    font-weight: bold;
    color:#343434;

}
/*.mainarea_p{
    font-size: 16px !important;
    line-height: 1.6em !important;
    letter-spacing: .1em !important;
    padding-top: 0px !important;
}*/
.pc_pad_left_mkt{
  padding-left:0px !important;
}
  .feature-sec .txt-holder {
    line-height: 30px !important;}
  .service-holder .txt-holder {
    line-height: 30px !important;
  }
  p.sentence {
    line-height: 30px !important;
  }
.h2_small{
  font-size:26px !important;
}
  p.sentence {
    font-size: 15px !important;
    line-height: 30px !important;
    letter-spacing: 0.1em;
  }
  .sp_w100_img{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .sp_w100_img2{
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .sec7_p{
  letter-spacing: 0.1em !important;
}
.slick-list{
  /*height:495px !important;*/
}

/*-----------------------------------
下層ヘッダエリア
-----------------------------------*/
.headimg_area{
  height:180px;
  margin-top:45px !important;
  background-image: url(../images/header_bg.png);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.headimg_area img{
  text-align: center;
  margin: 0 auto;
  width: 250px !important;
  padding-top:77px !important;
}
/*-----------------------------------
下層ヘッダエリア
-----------------------------------*/

/*-----------------------------------
会社情報、採用情報
-----------------------------------*/
.company_recruit{
  margin-top:25px !important;
}
.company_td1{
  width:10% !important;
  padding:0 5px !important;
  border:1px solid #cdcdcd;
  background:#f6f6f6;
  font-weight:bold;
  text-align: center;
}
.company_td2{
  border:1px solid #cdcdcd;
  padding:15px 10px 15px 15px !important;
  text-align: left;
}
.company_td3{
  width:25% !important;
  padding:0 5px !important;
  border:1px solid #cdcdcd;
  background:#f6f6f6;
  font-weight:bold;
  text-align: center;
}
.company_td4{
  border:1px solid #cdcdcd;
  padding:15px 10px 12px 15px !important;
  text-align: left;
}
.company_recruit table{
  border:1px solid #cdcdcd;
}
/*.company_recruit_main{
  margin-bottom: 120px
}*/
.company_recruit_main table{
  width:100%;
}
.company_mail{
  width:60% !important;
}
.sp_recruit_3area{
  background-color: #fff;
  padding:25px 15px 5px 15px;;
  box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.09);
}
.sp_recruit_3area2{
  background-color: #fff;
  padding:25px 15px 5px 15px;;
  box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.09);
  margin-top:30px;
}
/*-----------------------------------
会社情報、採用情報
-----------------------------------*/

  /* Login sec */
  .login-sec {
    background: #eeeeee;
    padding:0 !important;
  }  
  .login-sec .header {
    margin-bottom: 0;
  }  
  .login-sec .header h4 {
    font-size: 22px;
    line-height: 32px;
  }  
  .login-sec .input-form {
    width: 100% !important;
    margin: 0 auto;
    padding: 110px 0 35px 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }  
  .login-sec .form-control {
    font: 15px/20px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 300;
    width: 100%;
    height: 50px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 2px;
    padding: 10px 80px 10px 16px;
  }  
  .login-sec .section>div {
    padding-bottom: 20px;
  }  
  .login-sec .section.comp .title {
    margin-top: 50px;
  }  
  .login-sec .password-show label {
    float:right;
  }  
  .login-sec .password-show .checkbox {
    display: inline-block;
    vertical-align: middle;
  }  
  .login-sec .password-show .checkbox-txt {
    font-weight: normal;
    vertical-align: middle;
  }  
  .login-sec .password-show a {
    float: left;
  }
  /* end Login sec */

  /*-----------------------------
  25. Footer / #footer
  -----------------------------*/
  #footer .f-nav a {
    font-size:12px !important;
  }

#footer .f-nav li {
    overflow: hidden;
    margin: 0 0 2px;
}
#footer .f-logo {
    width: 44%;
    margin: 0 auto;
    padding-bottom:20px;
}
#footer .heading {
    margin: 0px 0 25px;
}
#footer .contact-list {
    margin: 0 0 5px;
}
  /*-----------------------------
  end 25. Footer / #footer
  -----------------------------*/
  .price-sec h3 {
    font: 30px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:bold !important;
  }
  .plan_detail{
    font-size:14px;
    margin-top:30px;
  }
  .voice_p2{
  font-size:17px !important;
}

/*------------------------------
お問い合わせ
------------------------------*/
.inputarea1{
  width:100% !important;
  height:36px !important;
  padding-left:10px;
}
.inputarea2{
  width:100% !important;
  padding:5px 10px;
}
.inputarea3{
  width:100% !important;
  height:36px !important;
  padding-left:10px;
}
.inputarea4{
  width:100% !important;
  height:36px !important;
  padding-left:10px;
}
.form-validation-field-0formError {position:relative !important; left: 0% !important; width: 100% !important; top:0% !important;}
.form-validation-field-1formError {position:relative !important; left: 0% !important; width: 100% !important; top:0% !important;}
.form-validation-field-2formError {position:relative !important; left: 0% !important; width: 100% !important; top:0% !important;}
.form-validation-field-3formError {position:relative !important; left: 0% !important; width: 100% !important; top:0% !important;}
.form-validation-field-4formError {position:relative !important; left: 0% !important; width: 100% !important; top:0% !important;}
.form-validation-field-5formError {position:relative !important; left: 0% !important; width: 100% !important; top:0% !important;}
.form-validation-field-6formError {position:relative !important; left: 0% !important; width: 100% !important; top:0% !important;}
.form-validation-field-7formError {position:relative !important; left: 0% !important; width: 100% !important; top:0% !important;}
.form-validation-field-8formError {position:relative !important; left: 0% !important; width: 100% !important; top:0% !important;}
  .other-sec table th {
    width: 30% !important;
    border: 1px solid #d7dce5;
    background: #f6f6f6;
    padding: 10px;
    border-bottom: none;
  }
/*------------------------------
お問い合わせ
------------------------------*/

}
/*------------------------------------------------------------------
    end max-width 768px
-------------------------------------------------------------------*/





  .panel[class*=bg-].panel-flat > .panel-heading {
    border-bottom-color: transparent;
  }
  .panel[class*=bg-] .panel-title {
    color: #fff;
  }
  .panel[class*=bg-] .table thead td,
  .panel[class*=bg-] .table tbody td,
  .panel[class*=bg-] .table thead th,
  .panel[class*=bg-] .table tbody th {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .panel[class*=bg-] .text-muted,
  .panel[class*=bg-] .help-block,
  .panel[class*=bg-] .help-inline {
    color: rgba(255, 255, 255, 0.8);
  }
  .panel-bordered {
    border-width: 1px;
  }
  .panel[class*=border-top-] {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .panel[class*=border-top-]:not(.border-top-lg):not(.border-top-xlg) {
    border-top-width: 1px;
  }
  .panel[class*=border-bottom-] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .panel[class*=border-bottom-]:not(.border-bottom-lg):not(.border-bottom-xlg) {
    border-bottom-width: 1px;
  }
  .panel[class*=border-left-] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .panel[class*=border-left-]:not(.border-left-lg):not(.border-left-xlg) {
    border-left-width: 1px;
  }
  .panel[class*=border-right-] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .panel[class*=border-right-]:not(.border-right-lg):not(.border-right-xlg) {
    border-right-width: 1px;
  }
  .panel-body {
    position: relative;
    margin-left: 15px;
  }
  .panel-flat > .panel-heading  .panel-body {
    padding-top: 0;
  }
  .panel-body  .panel-body,
  .panel-body  .table,
  .panel-body  .table-responsive,
  .panel-body.has-top-border {
    border-top: 1px solid #ddd;
  }
  .panel[class*=bg-] .panel-body  .panel-body,
  .panel[class*=bg-] .panel-body  .table,
  .panel[class*=bg-] .panel-body  .table-responsive,
  .panel[class*=bg-] .panel-body.has-top-border {
    border-top-color: rgba(255, 255, 255, 0.5);
  }
  .panel-body-accent {
    background-color: #fcfcfc;
  }
  .panel[class*=bg-] .panel-body-accent {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .panel-heading {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel-bordered > .panel-heading {
    margin: 0;
  }
  .panel-flat > .panel-heading {
    background-color: #fff;
  }
  .panel-flat > .panel-heading > .panel-title {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .panel-flat > .panel-heading  .tab-content > .has-padding {
    padding-top: 0;
  }
  .panel-flat[class*=bg-] > .panel-heading {
    background-color: inherit;
  }
  .panel-heading[class*=bg-],
  .panel-primary .panel-heading,
  .panel-danger .panel-heading,
  .panel-success .panel-heading,
  .panel-warning .panel-heading,
  .panel-info .panel-heading {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel-white > .panel-heading {
    background-color: #fff;
    border-bottom-color: #ddd;
  }
  .panel-title {
    position: relative;
    font-size: 13px;
  }
  .panel-title.text-size-mini {
    font-size: 11px;
  }
  .panel-title.text-size-small {
    font-size: 12px;
  }
  .panel-title.text-size-large {
    font-size: 14px;
  }
  a.panel-title {
    display: block;
  }
  .panel-title img {
    max-height: 20px;
    display: inline-block;
    vertical-align: top;
  }
  .panel-title > small:not(.display-block),
  .panel-title > .small:not(.display-block) {
    margin-left: 5px;
  }
  h1.panel-title,
  .h1.panel-title {
    font-size: 25px;
  }
  h2.panel-title,
  .h2.panel-title {
    font-size: 23px;
  }
  h3.panel-title,
  .h3.panel-title {
    font-size: 21px;
  }
  h4.panel-title,
  .h4.panel-title {
    font-size: 19px;
  }
  h5.panel-title,
  .h5.panel-title {
    font-size: 17px;
  }
  h6.panel-title,
  .h6.panel-title {
    font-size: 15px;
  }
  .icons-list a[data-action] {
    vertical-align: middle;
  }
  .icons-list a[data-action]:after {
    font-family: 'icomoon';
    font-size: 16px;
    min-width: 16px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icons-list a[data-action="collapse"]:after {
    content: '\e9c1';
  }
  .icons-list a[data-action="reload"]:after {
    content: '\e9fb';
  }
  .icons-list a[data-action="close"]:after {
    content: '\e9b6';
  }
  .icons-list a[data-action="move"]:after {
    content: '\e986';
  }
  .icons-list a[data-action="modal"]:after {
    content: '\e9eb';
  }
  .panel-footer {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel-footer:after {
    content: '';
    display: table;
    clear: both;
  }
  .panel-footer .form-control,
  .panel-footer .selectboxit-btn,
  .panel-footer .multiselect.btn-default,
  .panel-footer .bootstrap-select .btn-default,
  .panel-footer .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-bottom-color: transparent!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .panel-footer-transparent {
    background-color: transparent;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 11px;
  }
  .panel-footer-condensed {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .panel-footer-bordered {
    background-color: #fff;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .panel > .panel-body  .table,
  .panel > .panel-body  .table-responsive {
    border-top-width: 0;
  }
  .panel-group-control .panel-title > a {
    padding-left: 26px;
    display: inline-block;
  }
  .panel-group-control .panel-title > a:before {
    content: '\e9b7';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .panel-group-control .panel-title > a.collapsed:before {
    content: '\e9b8';
  }
  .panel-group-control.panel-group-control-right .panel-title > a {
    padding-left: 0;
    padding-right: 26px;
  }
  .panel-group-control.panel-group-control-right .panel-title > a:before {
    left: auto;
    right: 0;
  }
  .panel-default {
    border-color: transparent;
  }
  .panel-primary {
    border-color: transparent;
  }
  .panel-primary.panel-bordered {
    border-color: #2196F3;
  }
  .panel-success {
    border-color: transparent;
  }
  .panel-success.panel-bordered {
    border-color: #4CAF50;
  }
  .panel-info {
    border-color: transparent;
  }
  .panel-info.panel-bordered {
    border-color: #00BCD4;
  }
  .panel-warning {
    border-color: transparent;
  }
  .panel-warning.panel-bordered {
    border-color: #FF5722;
  }
  .panel-danger {
    border-color: transparent;
  }
  .panel-danger.panel-bordered {
    border-color: #F44336;
  }
  h1.heading-large {
    font-size: 38pt;
    color: #343434;
    line-height: 1.5em;
  }
  h3.heading-middle {
    font-size: 24pt;
  }
  h3.heading-small {
    font-size: 16pt !important;
    line-height: 1.5em !important;
  }
  p.sentence {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.1em;
  }
  .sentence {
    font-size: 13pt;
    line-height: 1.8em;
  }
  .img-icon {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
.mainarea_p{
    font-size: 21px;
    line-height: 1.9em;
    letter-spacing: .2em;
    padding-top: 12px;
}
/*.index_p{
  font-size:16px;
  letter-spacing: 0.1em;
  color:#767e85;
  line-height: 35px;
}*/
.voice_p{
  font-size:14px;
  color:#989b9d;
  font-style: normal;
}
.voice_p2{
  font-size:18px;
}
.voice_name_p{
  font: 18px/20px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #373f46;
  font-weight: 600;
  display: block;
  margin: 0 0 8px;
}
.index_h5{
  font-size:18px;
  font-style: normal;
  line-height:1.4em;
  margin-top:0px;
}
.voice_bg_6{
  background-color: #fff;
  padding: 17px 15px 7px 15px;
  margin: 0px 15px 0px;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
}
.voice_bg{
  background-color: #fff;
  padding: 30px 30px;
  margin: 0px 15px 0px;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
}
.voice_bg2{
  background-color: #fff;
  margin: 0px 15px 0px;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
}
.voice_bg3{
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.voice_bg3 h4{
  margin-bottom:0px;
}
.staff_bg{
  background-color: #fff;
  padding: 30px 15px 20px 15px;
  margin: 0px 15px 0px;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.09);
  margin-bottom:1px;
}
.voice_img img{
  text-align:center;
  margin:0 auto;
  top:-50px;
  position: relative;
}
.logo_img{
  height: 25px;
  margin-top: 10px;
}

.pc_none{
  display:none;
}
.ta_j{
  text-align: justify;
  /*text-justify: inter-ideograph;
  text-align-last: justify;
  text-justify: inter-ideograph;*/
}
.ta_c{
  text-align: center;
}
.ta_l{
  text-align: left;
}
.ta_r{
  text-align: right;
}

.sp_only{
  display:none;
}

.sp_only_ex{
  display:none !important;
}

.bg_area3{
  background:#fafafa;
}

.bg_area4{
  background:#fff;
}


.img-responsive{
  display: inline-block;
}

.img-responsive_3area{
  max-width:100%;
}

.txt-holder_pt0{
  padding-top:0px !important;
}




@media(min-width: 768px){
  .br-sp { display:none; }
}



















/*---------------------------------------------
blockquote
---------------------------------------------*/
blockquote{
background-color:#f5f5f5;
padding:1.7em 1em .6em 1em;
position:relative;
}
blockquote:before{
content:"“";
font-size:500%;
line-height:1.2em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#c8c8c8;
position:absolute;
left:0;
top:0;
}
blockquote:after{
content:"”";
font-size:500%;
line-height:0em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#c8c8c8;
position:absolute;
right:0;
bottom:0;
}
/*---------------------------------------------
end blockquote
---------------------------------------------*/



.about_ogive_p{
    font-size: 18px;
    line-height: 2.4em !important;
    font-weight: bold;
    color:#343434;
    padding-bottom:55px;
}


.register_ico{
  margin-right:10px;
  font-size:19px;
}

.h3_lineheight{
  line-height:0;
  margin-top: 10px !important;
}

.btn-input input{
  background:none;
  border:none;
  padding:14px 36px;
}

.about_ogive_posi_ex{
  margin-top:-20px;
}







  .btn-input {
    font: 14px/16px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    vertical-align: middle;
    /*padding: 14px 48px 14px 44px;;*/
    z-index: 2;
    background-color: rgb(0, 105, 249);
    border: 1px solid rgb(0, 105, 249);
    color: rgba(255,255,255,1);
    overflow: hidden;
    padding: 15px 30px;
  }
  .btn-input::before,
  .btn-input::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  
  .btn-input,
  .btn-input::before,
  .btn-input::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .btn-input:hover {
    color: rgb(0, 105, 249) !important;
    border: 1px solid rgb(0, 105, 249);
    background-color: #fff;
  }
  .btn-input::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
  
  .btn-input:hover::after {
    background: rgba(255,255,255,1) !important;
    -webkit-transform: scale(1);
    transform: scale(1);
  }


  .btn-input2 {
    font: 14px/16px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    vertical-align: middle;
    /*padding: 14px 48px 14px 44px;;*/
    z-index: 2;
    background-color: #fff;
    border: 1px solid #fff;
    color: rgb(0, 105, 249);
    overflow: hidden;
    padding: 15px 30px;
  }
  .btn-input2::before,
  .btn-input2::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  
  .btn-input2,
  .btn-input2::before,
  .btn-input2::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .btn-input2:hover {
    color: rgba(0, 105, 249, .5) !important;
    /*border: 1px solid rgb(0, 105, 249);*/
    background-color: #fff;
  }
  .btn-input2::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
  
  .btn-input2:hover::after {
    background: rgba(255,255,255,1) !important;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
.pc_pad_left_mkt{
  padding-left:35px;
}
.h2_small{
  font-size:35px;
}
.h2_small_auto{
  letter-spacing: 0.07em;
}


label, input[type='checkbox'] {
    cursor: pointer;
}

.chkbox input{
  transform:scale(2) !important;
  margin-right:5px;
}
.chkbox span{
  font-size:16px;
  vertical-align: 9px;
}

.index_btn_register input{
  font-size:22px;
  padding:18px 35px;
}


.index_3area_h3 h3{
  font-size:30px;
  color:#229e57 !important;
}







.main{
  position:relative;
  width:100%;
  z-index:0;
}
 
.main.onhidden{
  height:225px;
  overflow-y:hidden;
}
 
.main .text{
  padding:10px;
}
 
.main .readmore{
  position:absolute;
  bottom:0;
  width:100%;
  padding:5px 0;
  text-align:center;
  background: #fff repeat scroll 0 0;
  font-weight:bold;
  cursor:pointer;
  z-index:999;
}
 
.main .readmore span{
  border-radius:20px;
  padding:5px 30px;
  color:#27ae60;
}

.main .readmore2{
  background: #fafafa repeat scroll 0 0;
}

.sec7_p{
  letter-spacing: 0.07em;
}
.sec7_textarea{
  margin-top:-10px;
}



/*-----------------------------------
下層ヘッダエリア
-----------------------------------*/
.headimg_area{
  height:200px;
  margin-top:45px;
  background-image: url(../images/header_bg.png);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  /*margin-bottom:120px;*/
}
.headimg_area img{
  text-align: center;
  margin: 0 auto;
  width: 280px;
  padding-top:68px;
}
/*-----------------------------------
下層ヘッダエリア
-----------------------------------*/

/*-----------------------------------
会社情報、採用情報
-----------------------------------*/
.company_recruit{
  margin-top:40px;
  margin-bottom:150px;
}
.company_td1{
  width:25%;
  border:1px solid #cdcdcd;
  background:#f6f6f6;
  font-weight:bold;
  text-align: center;
}
.company_td2{
  border:1px solid #cdcdcd;
  padding:20px 20px 20px 30px;
  text-align: left;
}
.company_td3{
  width:25%;
  border:1px solid #cdcdcd;
  background:#f6f6f6;
  font-weight:bold;
  text-align: center;
}
.company_td4{
  border:1px solid #cdcdcd;
  padding:20px 20px 20px 30px;
  text-align: left;
}
.company_recruit table{
  border:1px solid #cdcdcd;
}
/*.company_recruit_main{
  margin-bottom: 120px
}*/
.company_recruit_main table{
  width:100%;
}
.company_mail{
  width:20%;
}
/*-----------------------------------
会社情報、採用情報
-----------------------------------*/

/*a:hover {opacity:.6;
  transition-property: all;
  transition: 0.2s linear;}

a {opacity:1;
  transition-property: all;
  transition: 0.2s linear;}*/


















.inputarea1{
  width:100%;
  height:36px;
  padding-left:10px;
  border: 1px solid #bcbcbc !important;
}
.inputarea2{
  width:100%;
  padding:5px 10px;
  border: 1px solid #bcbcbc !important;
}
.inputarea3{
  width:45.4%;
  height:36px;
  padding-left:10px;
  border: 1px solid #bcbcbc !important;
}
.inputarea4{
  width:35%;
  height:36px;
  padding-left:10px;
  border: 1px solid #bcbcbc !important;
}/*
.form-validation-field-0formError {position:relative !important; left: 0% !important; top:0% !important; width: 30%; margin-top: 0px !important;}
.form-validation-field-1formError {position:relative !important; left: 0% !important; top:0% !important; width: 30%; margin-top: 0px !important;}
.form-validation-field-2formError {position:relative !important; left: 0% !important; top:0% !important; width: 30%; margin-top: 0px !important;}
.form-validation-field-3formError {position:relative !important; left: 0% !important; top:0% !important; width: 30%; margin-top: 0px !important;}
.form-validation-field-4formError {position:relative !important; left: 0% !important; top:0% !important; width: 30%; margin-top: 0px !important;}
.form-validation-field-5formError {position:relative !important; left: 0% !important; top:0% !important; width: 30%; margin-top: 0px !important;}
.form-validation-field-6formError {position:relative !important; left: 0% !important; top:0% !important; width: 30%; margin-top: 0px !important;}
.form-validation-field-7formError {position:relative !important; left: 0% !important; top:0% !important; width: 30%; margin-top: 0px !important;}
.form-validation-field-8formError {position:relative !important; left: 0% !important; top:0% !important; width: 30%; margin-top: 0px !important;}*/


.ancher_posi{
  margin-top:-50px;
}



/*リンクのズレ調整*/
#feature1{
  padding-top: 140px;
}
#feature2{
  padding-top: 140px;
  padding-bottom:140px;
}
#feature3{
  padding-top: 140px;
}
#feature1_2{
  margin-top:-70px;
  padding-top:70px;
}
#feature2_2{
  margin-top:-70px;
  padding-top:70px;
}
#feature2_3{
  margin-top:-70px;
  padding-top:70px;
}
#feature3_2{
  margin-top:-70px;
  padding-top:70px;
}
#privacy_area{
  padding-top: 70px;
}
#privacy_area{
  margin-top:-70px;
  padding-top:70px;
}
#about_ogive{
  padding-top: 100px;
}
#about_ogive{
  margin-top:-100px;
  padding-top:100px;
}
/*リンクのズレ調整*/



.row-center{
/*text-align:center;*/
letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
display:inline-block;
letter-spacing:0;
vertical-align:top;
float:none !important;
}
.row-center.va-middle > [class*='col-'] {
vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
vertical-align:bottom;
}

.row-center h2{
  margin-top:0px;
}
.row-center p{
  margin-bottom:0px;
}

.row_area_top {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 100px;
  margin-top:-70px;
}

.row_area {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.autobidding_bg{
  background-color: #fafafa;
}

.autobidding_ancher a{
  border-bottom: 6px solid #ffff00;
  color:#229e57;
  font-size:35px;
  font-weight:bold;
}

.about_ogive_bg{
  background-color: #fafafa;
}

.ai_right_area{
  float:right;
  width:690px;
  padding:0 0 0 15px;
}

.ai_box{
  width:100%;
}

.ai_box h2{
  margin-top:0;
}

.ai_clear{
  clear: both;
}

/*-------------------------
プレースホルダー、テキストエリアの色
-------------------------*/
/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #b4b4b4;
}
/* Firefox */
input::-moz-placeholder{
    color: #b4b4b4;
}
/* Firefox 18以前 */
input:-moz-placeholder{
    color: #b4b4b4;
}
/* IE */
input:-ms-input-placeholder{
    color: #b4b4b4;
}
/* Chrome, Safari */
::-webkit-input-placeholder{
    color: #b4b4b4;
}
/* Firefox */
::-moz-placeholder{
    color: #b4b4b4;
}
/* Firefox 18以前 */
:-moz-placeholder{
    color: #b4b4b4;
}
/* IE */
:-ms-input-placeholder{
    color: #b4b4b4;
}
/*-------------------------
プレースホルダー、テキストエリアの色
-------------------------*/




/*.main-visual {
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
}
 
.main-visual img {
    z-index: 2;
    position: absolute;
    top: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
 
.main-visual video {
    margin: 0 auto;
    z-index: 1;
    width: 100%;
}*/


.mainVisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mainVisual  video {
  position: absolute;
  top: 0;
  width: 1140px;
  min-height: 100%;
  z-index: -1;
  background-size: cover;
  /*opacity: .7;*/
}

/*.video_bg_pd{
  padding:60px 0 35px 0;
}*/

@media(max-width: 1200px){
  .dispnone{
    display:none;
  }
}

.bg_feature_gray{
  background-color: #fafafa;
  padding: 70px 0;
}


.mt_sitemap{
  margin-top: -15px;
}

.tarea_bold{
  margin-top:10px !important;
}

.tarea_bold span{
  font-size:30px;
  font-weight: bold;
  color:#474747;
}

.future_main_margin{
  margin-top:30px;
  margin-bottom:50px;
}

.feature_fixed_base{
  width:750px;
  margin:0 auto;
}

.feature_fixed_l{
  width:420px;
  float:left;
  margin-right:37px;
}

.feature_fixed_r{
  width:293px;
  float:right;
}

@media(min-width:1025px){
.pc_header_bg{
  background-color:white !important;
  height: 45px;
}
.feature_p_pd{
  padding:0px 30px;
  margin:0;
}
}

@media(max-width:1024px){
.pc_header_bg{
  background-color:rgba(255,255,255,0);
}
.sp_feature_img{
  width:75%;
  margin:0 auto;
}
.sp_feature_h3{
  font-size:25px !important;
}
}

.tit_green{
  color:#20ac33;
}

.tit_pink{
  color:#ff5692;
}

.tit_blue{
  color:#23abec;
}

@media (min-width: 1025px){
.posi_svg0{
  position: relative;
}
.posi_svg{
  position: relative;
  z-index: 100;
}
.posi_svg2{
  position: absolute;
  top:0;
  width:100%;
}
.posi_svg3{
  position: absolute;
  top:0;
  z-index: 110;
  vertical-align: middle;
/*  padding-top:18%;*/
  padding-left:2%;
  margin-top:13%;
}
.posi_svg3 h1{
  color:#fff;
  font-size:4.8vw;
}
}
.top_header_margin{
  margin-top:63px;
}
.top_header_margin_sp{
  margin-top:56px;
}
.sp_top_posi{
  text-align: center;
  width:100%;
  margin:0 auto;
  padding:40px 0 60px 0;
  background-image: url(../images/polina.jpg);
  background-size:cover;
}
.h1_small{
  font-size:3.2vw;
}
/*-----------------------------------
index3
-----------------------------------*/
.business_improvement{
  text-align:right;
  font-size:50px;
  font-weight:bold;
  color:#27ae60;
}
.business_improvement_center{
  text-align:center;
  font-size:50px;
  font-weight:bold;
  color:#27ae60;
}
.underline_font2{
  font-size:30px;
}
.business_improvement1{
  text-align:right;
  font-size:50px;
  font-weight:bold;
  color:#27ae60;
}
.business_improvement2{
  font-size:18px;
  font-weight:bold;
  color:#27ae60;
}
.business_improvement3{
  font-size:18px;
  font-weight:bold;
  color:#343434;
  margin-top: 5px;
}
.business_improvement4{
  font-size:28px;
  font-weight:bold;
  color:#27ae60;
}
.tit_underline{
  background: linear-gradient(transparent 60%, #ff0 0%);
}

@media(max-width:768px){
.business_improvement{
  text-align:right;
  font-size:36px;
  font-weight:bold;
  color:#27ae60;
}
.business_improvement_center{
  text-align:center;
  font-size:33px;
  font-weight:bold;
  color:#27ae60;
}
.underline_font2{
  font-size:24px;
}
.business_improvement2{
  font-size:17px;
  font-weight:bold;
  color:#27ae60;
}
.business_improvement3{
  font-size:16px;
  font-weight:bold;
  color:#343434;
  margin-top: 5px;
}
.business_improvement4{
  font-size:22px;
  font-weight:bold;
  color:#27ae60;
}
#imgHover ul li a:hover .mainImage {
  display: block;
  position: absolute;
  top: -105px !important;
}
}

/*マウスオーバー画像表示*/
#imgHover {
  position: relative;
}
#imgHover #imgFrame {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
#imgHover #imgHoverList {
  list-style: none;
  position: relative;
}
#imgHover ul li {
  /*float: left;*/
  margin-right: 5px;
}
#imgHover ul li img {
  border: none;
}
#imgHover ul li a {
  display: block;
}
#imgHover ul li a:hover {
  position: static;
}
#imgHover ul li a .mainImage {
  display: none;
}
#imgHover ul li a:hover .mainImage {
  display: block;
  position: absolute;
  top: -172px;
  max-width:100%;
}
/*end マウスオーバー画像表示*/
@media(min-width:768px){
.pd_top_index3{
  padding-top:70px;
}
}
@media(min-width:1025px){
.pd_top_index3{
  padding-top:90px;
}
}
@media(min-width:1150px){
.pd_top_index3{
  padding-top:100px;
}
}
@media(min-width:1350px){
.pd_top_index3{
  padding-top:120px;
}
}
@media(min-width:1500px){
.pd_top_index3{
  padding-top:140px;
}
}
@media(min-width:1750px){
.pd_top_index3{
  padding-top:160px;
}
}
@media(min-width:1850px){
.pd_top_index3{
  padding-top:180px;
}
}
@media(min-width:1850px){
.pd_top_index3{
  padding-top:200px;
}
}
@media(min-width:1950px){
.pd_top_index3{
  padding-top:220px;
}
}
/*-----------------------------------
end_index3
-----------------------------------*/

.header_font1{
  font-size:10px;
  text-align:center;
}
.header_font2{
  font-size:21px;
  font-weight:bold;
  text-align:center;
  line-height:1em;
}
.header_font3{
  font-size:10px;
  text-align:center;
}
.header-ul{
  margin-top:-7px;
  line-height: 1.857 !important;
}
.nav-holder li{
  list-style:none;
}

.form-table-tr{
  border-left:1px solid #ddd !important;
  border-right:1px solid #ddd !important;
  font-size:14px;
}

.form-table th{
  background-color:#eaeaea;
  font-weight:normal;
  border:1px solid #ddd;
  padding:0 10px;
  /*position: relative;*/
}

.form-table td{
  background-color:#fff;
  font-weight:normal;
  border:1px solid #ddd !important;
}

.must_btn{
    background-color: #f55555;
    color: #fff;
    border-radius: 3px;
    padding: 1px 6px 1px 6px;
    right: 0;
    position: absolute;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 10px;
}

.check_posi{
    width: 25px;
    transform: scale(1.8); /* 2倍に拡大 */
    margin-top: -3px;
    padding-top:5px;
    float:left;
    padding-left:5px;
}
.check_posi2{
  margin-top: 3px;
  margin-left: 5px;
  float:left;
}

.form_input{
  width:100%;
  padding:5px 10px;
  border-radius:3px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.bg_bluegreen{
  background: linear-gradient(90deg,#1582ed 0%,#1582ed 50%,#81de4e 50%,#81de4e 100%);
}

.bg_bluegreen2{
  background: linear-gradient(90deg,#1582ed 0%,#1582ed 50%,#81de4e 50%,#81de4e 100%);
  padding-top:30px;
}

.bg_contact{
  background:#ffff3c;
  padding:30px 0;
}
.bg_blue p{
  color:#fff;
}

.arrow-border-top{
  box-shadow:0px 6px 0px 0px #ffff3c inset;
}

.maxwidth100{
  max-width:100%;
}
.maxwidth640{
  max-width:640px;
}
.maxwidth750{
  max-width:750px;
}
.maxwidth782{
  max-width:782px;
}
.maxwidth800{
  max-width:800px;
}

.divbar{
  border-left:1px solid #fff;
}

.ad_container_minus{
  margin-bottom:-95px;
}

.ad_container1{
  padding:120px 25px 0 25px;
}

.ad_container2{
  padding:20px 25px 0 25px;
}

#pagetop {
  position: fixed;
  right: 50px;
  bottom: 100px;
  padding-right: 0px;
  padding-bottom: 0px;
  width: 50px;
  height: 50px;
  z-index: 10000;
  background-color: #ffff3c;
  color: #000;
  font-size: 30px;
  line-height: 1.65em;
}

#bottomarea {
  position: fixed;
  bottom: 0;
  height: 105px;
  z-index: 100;
  /*background-color:#1582ed;*/
  background-image: url(../images/blue.png);

  width:100%;
}

#bottomarea .inner{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/bottom-fixed-inner.png);
    background-origin: padding-box;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 119px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    width: 960px;
}

#bottomarea .contact .tel {
    position: absolute;
    right: 280px;
    top: 7px;
}

#bottomarea .contact .web {
    margin-left: 10px;
    position: absolute;
    right: 0px;
    top: 6px;
}

.tel dd p{
  color:#fff;
  line-height: 1.6em;
  margin-top: 16px;
}

.web dd p{
  color:#fff;
  line-height: 0.5em;
  margin-top: 27px;
}

.bottom_font1{
  font-size:12px;
}

.bottom_font2{
  font-size:25px;
  font-weight:bold;
}

.service_img{
  width:55%;
  margin-bottom: 20px;
}

.service_img2{
  width:45%;
  margin-bottom: 14px;
}

.service_img3{
  width:40%;
  margin-bottom: 20px;
}

.qa_tit{
  font-size:40px;
  color:#ffff3c;
  text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}

.qa_description{
  color:#fff;
  font-weight:bold;
  font-size:15px;
}

.minaoshi_mb{
  margin-bottom:-100px;
}

.max-width1000{
  max-width:1000px;
  padding:0 20px;
}

.m0a{
  margin:0 auto;
}

@media(min-width:769px){
.contact_bar{
  border-right:1px solid #000;
}
}

@media(max-width:768px){
.contact_bar{
  border-bottom:1px solid #000;
}
.bg_contact{
  padding:5px 0;
}
}

.footer_alpha{
  z-index: 9999;
  position: relative;
}

.footer_company{
  float:right;
  position: relative;
}

.footer_company a{
  color:#cdcdcd;
  margin-top:-43px;
  position: absolute;
  width:90px;
  font-size:13px;
}

.footer_company_sp{
  color:#cdcdcd;
  font-size:14px;
  line-height:0.1em;
}

.inquiry_footer_fixed{
  position:fixed !important;
  bottom:0;
  width:100%;
}

.inquiry_header_tit{
    text-align: center;
    position: absolute;
    z-index: 100;
    margin: 14px auto;
    width: 100%;
}

@media(max-width:860px){
.inquiry_header_tit{
  display: none;
}
}

.inquiry_h3{
  font-size:35px;
  margin-bottom:25px;
}

.inquiry_p{
  margin-bottom:40px;
  text-align: center;
}

.news_list{
  line-height:3em;
  font-size:16px;
  font-weight:bold;
  text-align: left;
  padding-left:0;
}
.news_list{
  line-height:1.5em;
}
.news_list li{
   padding-bottom:20px;
}
.news_list li:last-child{
   padding-bottom:0px;
}
.news_date{
  margin-right:30px;
  color:#929292;
  font-size:12px;
  font-weight:bold;
}

.mainvisual_pc{
  background-image: url(../images/main_bg_pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 50vh;
}

.mainvisual_pc_text{
  width:850px;
  height:225px;
  text-align: center;
  margin:0 auto;
  display: table;
  padding:0 35px;
  position: relative;
  z-index: 15;
}

.mainvisual_pc_text h1{
  margin-top:0 !important;
  color:#fff !important;/*0069f9*/
  text-shadow:0px 0px 10px rgba(0, 0, 0, 0.7);
}

.mainvisual_pc_text p{
  color:#fff !important;
  font-size:17px;
  font-weight:bold;
  text-shadow:0px 0px 8px rgba(0, 0, 0, 0.8);
}

.mainvisual_pc_text_inner{
  display: table-cell;
  vertical-align: middle;
}

.container_2nd{
  max-width:750px;
  margin:0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#formWrap th{
  background-color:#a4a4a41a;
  text-align: left !important;
  position: relative;
  vertical-align: middle;
  border:1px solid #ddd;
}
#formWrap td{
  padding:20px 10px;
}

#formWrap input{
  /*width:100%;*/
}

#formWrap textarea{
  width:100%;
}

#formWrap select{
  width:100%;
}

.table_tit{
  vertical-align: middle;
}

.tec_center_tag{
  background-color:#0069f9;
  color:#fff;
  padding:5px 0px 7px 0;
  font-size:11px;
  line-height: 1em;
  width: 120px;
  margin-top:-13px;
  position: relative;
  z-index: 10;
}

.tec_tag{
  color:#0069f9;
  text-align: left;
  font-size:11px;
  margin-bottom:3px;
  font-weight:bold;
}

.tec_p{
  font-size:12px;
  line-height:1.5em;
  text-align: justify;
  /*text-align-last: justify;
  text-justify: inter-ideograph;*/
}
.breadcrumb{
  float:left;
  width:100%;
  margin-bottom:120px;
  background: #f6f6f6;
  padding:8px 0 10px 0;
}

.breadcrumb ol{
  padding-left:0;
}

.breadcrumb li{
  float:left;
  font-size:11px;
}

.bread_arrow{
  padding:0 10px;
}

.contact_caution{
  background-color:#f5f5f5;
  padding:20px;
}

.w300{
  width:300px !important;
}




/* -----------------------------------------------------------------
トップのメインビジュアル
-------------------------------------------------------------------*/
#marshall-canvas {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  /*background-image: url("images/wild-mountain.jpg");*/
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.mrs-v11 .fat_title {
    font-family: 'Work Sans', sans-serif;
}
body.mrs-v11 .marshall-content {
  display: block;
  margin-left: 0;
  position: absolute;
  top: 50%;
  visibility: visible;
  width: 100%;
}
body.mrs-v11 .marshall-middle-6 .fat_title {
  text-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
body.mrs-v11 .marshall-middle-6 .stay_connent_with_social h5, 
body.mrs-v11 .short_description {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
/* -----------------------------------------------------------------
end トップのメインビジュアル
-------------------------------------------------------------------*/

.footer_philosophy{
  padding-bottom:8px;
}

.main_visual_pd{
  padding:0 30px;
}



.philosopy h2 {
position: relative;
/*padding-left: 25px;*/
margin-bottom:45px;
padding-bottom: 8px;
font-size:32px;
}

.philosopy h2:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #1582ed;
}
.philosopy h2:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 98%;
border-bottom: solid 3px #1582ed;
}
.philosopy p{
  font-size:17px;
}

.input_style{
  padding:10px;
  border-radius:3px;
  border:1px solid #ddd;
}

.flogo_w{
  width:300px;
}

.display_flex{
  display: flex;
}

.gift4_ogp{
  padding: 2.5em 1em 1.7em 1em !important;
}


@media (min-width: 768px)
{
  #roop2 {
      width: 100%;
      background-color: #fffde6 !important;
      background: url(/images/ico_bg_ptn.png) repeat;
      background-position: 0 0;
      -webkit-animation: bgroop 20s linear infinite;
      animation: bgroop 20s linear infinite;
      /*padding: 2.3em 0 2.3em 0;*/
      height: 200px;
      /*margin-bottom: 50px;*/
      border-top: 2px solid #fe8f00;
      border-bottom: 2px solid #fe8f00;
  }
  .headimg_area2 {
      text-align: center;
      font-size: 2em;
      font-weight: bold;
      color: #000;
      letter-spacing: .1em;
      padding: 75px 15px;
      margin-bottom: 50px;
      margin-top: 0px;
  }
}

@media (min-width: 768px)
.headimg_area2 {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #000;
    letter-spacing: .1em;
    padding: 75px 15px;
    margin-bottom: 50px;
    margin-top: 0px;
}