@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Cabin+Sketch:700|Clicker+Script|Noto+Sans+JP:400,500,700|Noto+Serif+JP:300,400,600&subset=japanese,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Yantramanav:300,400,700");
@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url("https://fonts.googleapis.com/css?family=Cabin:400,600,700&display=swap");
/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
/* line 1, ../scss/_common.scss */
* {
  　　box-sizing: border-box;
  　　margin: 0;
  　　padding: 0;
}

/* line 6, ../scss/_common.scss */
html {
  　　box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

/* line 12, ../scss/_common.scss */
*:before, *:after {
  　　box-sizing: inherit;
}

/* line 15, ../scss/_common.scss */
:root {
  　　font-size: calc(1vw + 1vh + .5vmin);
}

/* line 18, ../scss/_common.scss */
html, body {
  　　height: 100%;
  　　margin: 0;
}

/* line 22, ../scss/_common.scss */
body {
  　　-webkit-align-items: center;
  　　-ms-flex-align: center;
  　　align-items: center;
  　　display: -webkit-flex;
  　　display: flex;
  font: 1.6rem/1.6 sans-serif;
}

/* line 30, ../scss/_common.scss */
.intro > * {
  　　line-height: 1.25rem;
  　　margin-bottom: 1.25rem;
}

/* line 36, ../scss/_common.scss */
body {
  background: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #222;
  -webkit-font-smoothing: antialiased;
}

/* line 43, ../scss/_common.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 47, ../scss/_common.scss */
.img-respnsive {
  width: 100%;
}

/* line 50, ../scss/_common.scss */
.img-respnsive100 {
  max-width: 100%;
}

/* line 53, ../scss/_common.scss */
iframe {
  border: 0;
}

/* line 57, ../scss/_common.scss */
.align-center {
  text-align: center;
}

/* line 61, ../scss/_common.scss */
.align-left {
  text-align: left !important;
}

/* line 65, ../scss/_common.scss */
.position-relative {
  position: relative;
}

/* line 69, ../scss/_common.scss */
.leftauto {
  right: 0 !important;
  left: auto !important;
}

/* Transition elsements */
/* line 77, ../scss/_common.scss */
a,
.btn {
  -webkit-transition: all 0.125s ease-in-out 0s;
  -moz-transition: all 0.125s ease-in-out 0s;
  -ms-transition: all 0.125s ease-in-out 0s;
  -o-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}

/* line 97, ../scss/_common.scss */
.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
/* line 114, ../scss/_common.scss */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Reset border-radius */
/* line 130, ../scss/_common.scss */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 137, ../scss/_common.scss */
.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

/* line 142, ../scss/_common.scss */
.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}

/* line 148, ../scss/_common.scss */
.examples.bg-dark {
  background: #333;
  border: 0;
}

/* line 153, ../scss/_common.scss */
.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}

/* line 163, ../scss/_common.scss */
.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

/* line 174, ../scss/_common.scss */
.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

/* line 181, ../scss/_common.scss */
.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

/* line 192, ../scss/_common.scss */
.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sections */
/* line 200, ../scss/_common.scss */
.navbar-custom + .main {
  margin-top: 50px;
}

/* line 204, ../scss/_common.scss */
.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

/* line 211, ../scss/_common.scss */
.module,
.module-small {
  position: relative;
  padding: 140px 0 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  /* line 211, ../scss/_common.scss */
  .module,
  .module-small {
    padding: 25px 0;
  }
}

/* Module header */
/* line 227, ../scss/_common.scss */
.module-small {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  /* line 227, ../scss/_common.scss */
  .module-small {
    padding: 25px 0;
  }
}

/* line 234, ../scss/_common.scss */
.module-extra-small {
  padding: 25px 0px;
}

/* line 239, ../scss/_common.scss */
.module-medium {
  padding: 75px 0px;
}

/* line 243, ../scss/_common.scss */
.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

/* line 251, ../scss/_common.scss */
.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
/* line 263, ../scss/_common.scss */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

/* line 268, ../scss/_common.scss */
.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
/* line 275, ../scss/_common.scss */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 286, ../scss/_common.scss */
.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}

/* Dark background */
/* line 311, ../scss/_common.scss */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

/* line 315, ../scss/_common.scss */
.bg-dark {
  background: #111;
}

/* line 319, ../scss/_common.scss */
.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 329, ../scss/_common.scss */
.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 339, ../scss/_common.scss */
.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 349, ../scss/_common.scss */
.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(0, 0, 0, 0.95)), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 95%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 366, ../scss/_common.scss */
.bg-light {
  background: #f6f6f6;
}

/* line 370, ../scss/_common.scss */
.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}

/* Vertical margin, padding */
/* line 377, ../scss/_common.scss */
.p-0 {
  padding: 0!important;
}

/* line 378, ../scss/_common.scss */
.pt-0 {
  padding-top: 0!important;
}

/* line 379, ../scss/_common.scss */
.pt-10 {
  padding-top: 10px!important;
}

/* line 380, ../scss/_common.scss */
.pt-20 {
  padding-top: 20px!important;
}

/* line 381, ../scss/_common.scss */
.pt-30 {
  padding-top: 30px!important;
}

/* line 382, ../scss/_common.scss */
.pt-40 {
  padding-top: 40px!important;
}

/* line 383, ../scss/_common.scss */
.pt-50 {
  padding-top: 50px!important;
}

/* line 384, ../scss/_common.scss */
.pt-140 {
  padding-top: 140px!important;
}

/* line 386, ../scss/_common.scss */
.pb-0 {
  padding-bottom: 0!important;
}

/* line 387, ../scss/_common.scss */
.pb-10 {
  padding-bottom: 10px!important;
}

/* line 388, ../scss/_common.scss */
.pb-20 {
  padding-bottom: 20px!important;
}

/* line 389, ../scss/_common.scss */
.pb-30 {
  padding-bottom: 30px!important;
}

/* line 390, ../scss/_common.scss */
.pb-40 {
  padding-bottom: 40px!important;
}

/* line 391, ../scss/_common.scss */
.pb-50 {
  padding-bottom: 50px!important;
}

/* line 392, ../scss/_common.scss */
.pb-140 {
  padding-bottom: 140px!important;
}

/* line 394, ../scss/_common.scss */
.m-0 {
  margin: 0 !important;
}

/* line 395, ../scss/_common.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 396, ../scss/_common.scss */
.mt-10 {
  margin-top: 10px !important;
}

/* line 397, ../scss/_common.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 398, ../scss/_common.scss */
.mt-30 {
  margin-top: 30px !important;
}

/* line 399, ../scss/_common.scss */
.mt-40 {
  margin-top: 40px !important;
}

/* line 400, ../scss/_common.scss */
.mt-50 {
  margin-top: 50px !important;
}

/* line 401, ../scss/_common.scss */
.mt-60 {
  margin-top: 60px !important;
}

/* line 402, ../scss/_common.scss */
.mt-70 {
  margin-top: 70px !important;
}

/* line 403, ../scss/_common.scss */
.mt-80 {
  margin-top: 80px !important;
}

/* line 405, ../scss/_common.scss */
.mb-0 {
  margin-bottom: 0!important;
}

/* line 406, ../scss/_common.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 407, ../scss/_common.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 408, ../scss/_common.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 409, ../scss/_common.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 410, ../scss/_common.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/* line 411, ../scss/_common.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 412, ../scss/_common.scss */
.mb-70 {
  margin-bottom: 70px !important;
}

/* line 413, ../scss/_common.scss */
.mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
  /* line 417, ../scss/_common.scss */
  .mt-sm-0 {
    margin-top: 0!important;
  }

  /* line 418, ../scss/_common.scss */
  .mt-sm-10 {
    margin-top: 10px !important;
  }

  /* line 419, ../scss/_common.scss */
  .mt-sm-20 {
    margin-top: 20px !important;
  }

  /* line 420, ../scss/_common.scss */
  .mt-sm-30 {
    margin-top: 30px !important;
  }

  /* line 421, ../scss/_common.scss */
  .mt-sm-40 {
    margin-top: 40px !important;
  }

  /* line 422, ../scss/_common.scss */
  .mt-sm-50 {
    margin-top: 50px !important;
  }

  /* line 423, ../scss/_common.scss */
  .mt-sm-60 {
    margin-top: 60px !important;
  }

  /* line 424, ../scss/_common.scss */
  .mt-sm-70 {
    margin-top: 70px !important;
  }

  /* line 425, ../scss/_common.scss */
  .mt-sm-80 {
    margin-top: 80px !important;
  }

  /* line 427, ../scss/_common.scss */
  .mb-sm-0 {
    margin-bottom: 0!important;
  }

  /* line 428, ../scss/_common.scss */
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  /* line 429, ../scss/_common.scss */
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  /* line 430, ../scss/_common.scss */
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  /* line 431, ../scss/_common.scss */
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  /* line 432, ../scss/_common.scss */
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  /* line 433, ../scss/_common.scss */
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  /* line 434, ../scss/_common.scss */
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }

  /* line 435, ../scss/_common.scss */
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 441, ../scss/_common.scss */
  .mt-xs-0 {
    margin-top: 0!important;
  }

  /* line 442, ../scss/_common.scss */
  .mt-xs-10 {
    margin-top: 10px !important;
  }

  /* line 443, ../scss/_common.scss */
  .mt-xs-20 {
    margin-top: 20px !important;
  }

  /* line 444, ../scss/_common.scss */
  .mt-xs-30 {
    margin-top: 30px !important;
  }

  /* line 445, ../scss/_common.scss */
  .mt-xs-40 {
    margin-top: 40px !important;
  }

  /* line 446, ../scss/_common.scss */
  .mt-xs-50 {
    margin-top: 50px !important;
  }

  /* line 447, ../scss/_common.scss */
  .mt-xs-60 {
    margin-top: 60px !important;
  }

  /* line 448, ../scss/_common.scss */
  .mt-xs-70 {
    margin-top: 70px !important;
  }

  /* line 449, ../scss/_common.scss */
  .mt-xs-80 {
    margin-top: 80px !important;
  }

  /* line 451, ../scss/_common.scss */
  .mb-xs-0 {
    margin-bottom: 0!important;
  }

  /* line 452, ../scss/_common.scss */
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }

  /* line 453, ../scss/_common.scss */
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }

  /* line 454, ../scss/_common.scss */
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }

  /* line 455, ../scss/_common.scss */
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }

  /* line 456, ../scss/_common.scss */
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }

  /* line 457, ../scss/_common.scss */
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }

  /* line 458, ../scss/_common.scss */
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }

  /* line 459, ../scss/_common.scss */
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}
/* Scroll to top */
/* line 465, ../scss/_common.scss */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

/* line 473, ../scss/_common.scss */
.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 490, ../scss/_common.scss */
.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}

/* Video */
/* line 497, ../scss/_common.scss */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* line 505, ../scss/_common.scss */
.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}

/* Landing Page */
/* line 512, ../scss/_common.scss */
.landing-reason:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 26, 107, 0.9);
}

/* line 522, ../scss/_common.scss */
.landing-reason {
  color: #fff;
  font-size: 13px;
}

/* line 527, ../scss/_common.scss */
.landing-image-text {
  padding-top: 70px;
  padding-bottom: 0px;
}
/* line 531, ../scss/_common.scss */
.landing-image-text h2 {
  margin-top: 100px;
  margin-bottom: 15px;
}

/* line 537, ../scss/_common.scss */
.landing-screenshot:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 60, 130, 0.5);
}

/* line 547, ../scss/_common.scss */
.alert i {
  margin-right: 5px;
}

/* line 550, ../scss/_common.scss */
.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  /* line 550, ../scss/_common.scss */
  .no-gutter [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 558, ../scss/_common.scss */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 991px) {
  /* line 563, ../scss/_common.scss */
  .brsm {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  /* line 568, ../scss/_common.scss */
  .brxs {
    display: none;
  }
}

/* line 573, ../scss/_common.scss */
.underline {
  text-decoration: underline;
}

/* line 576, ../scss/_common.scss */
.divider-w {
  margin-top: 40px;
  border-bottom: 1px #CDD6DD dotted;
}

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
/* line 1, ../scss/_button.scss */
.btn {
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

/* line 15, ../scss/_button.scss */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

/* line 19, ../scss/_button.scss */
.btn.btn-round {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 25, ../scss/_button.scss */
.btn.btn-circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 31, ../scss/_button.scss */
.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

/* line 37, ../scss/_button.scss */
.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

/* line 42, ../scss/_button.scss */
.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

/* line 48, ../scss/_button.scss */
.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

/* line 53, ../scss/_button.scss */
.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

/* line 60, ../scss/_button.scss */
.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

/* line 66, ../scss/_button.scss */
.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

/* line 72, ../scss/_button.scss */
.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

/* line 76, ../scss/_button.scss */
.btn.btn-b {
  background: #111111;
  color: #fff;
}

/* line 82, ../scss/_button.scss */
.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

/* line 86, ../scss/_button.scss */
.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

/* line 93, ../scss/_button.scss */
.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #111111;
  color: #fff;
}

/* line 99, ../scss/_button.scss */
.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

/* line 103, ../scss/_button.scss */
.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
/* line 110, ../scss/_button.scss */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

/* line 115, ../scss/_button.scss */
.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

/* line 121, ../scss/_button.scss */
.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

/* line 127, ../scss/_button.scss */
.btn-list .btn {
  margin: 5px 0;
}

/* line 131, ../scss/_button.scss */
.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

/* line 147, ../scss/_button.scss */
.image-button {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
/* line 4, ../scss/_forms.scss */
::-moz-selection {
  background: #000;
  color: #fff;
}

/* line 9, ../scss/_forms.scss */
::-webkit-selection {
  background: #000;
  color: #fff;
}

/* line 14, ../scss/_forms.scss */
::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
/* line 21, ../scss/_forms.scss */
.form-control {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
  font-size: 11px;
  height: 33px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

/* line 37, ../scss/_forms.scss */
.form-control:focus {
  border-color: #CACACA;
}

/* Forms size */
/* line 44, ../scss/_forms.scss */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}

/* line 49, ../scss/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}

/* line 54, ../scss/_forms.scss */
.rqst-form {
  margin-top: 27px;
}
/* line 57, ../scss/_forms.scss */
.rqst-form .btn {
  margin-top: 5px;
}

/* line 62, ../scss/_forms.scss */
.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

/* line 4, ../scss/_form.scss */
form#mail_form {
  width: 100%;
  margin: 50px auto;
  padding: 10px 0;
  background: #ffffff;
}

/* line 14, ../scss/_form.scss */
form#mail_form dl {
  margin: 0 auto;
  overflow: hidden;
}

/* line 20, ../scss/_form.scss */
form#mail_form dl dt {
  clear: both;
  width: 20%;
  float: left;
  border-top: 1px solid #cccccc;
  padding: 15px 0;
  text-align: right;
  overflow: hidden;
}

/* line 29, ../scss/_form.scss */
form#mail_form dl dt span.required:after {
  content: "※";
  font-size: 12px;
  margin-right: 5px;
  color: #ff0000;
  margin-left: 10px;
}

/* line 37, ../scss/_form.scss */
form#mail_form dl dd {
  width: 75%;
  float: right;
  border-top: 1px solid #cccccc;
  padding: 15px 0 15px 5%;
}

/* line 45, ../scss/_form.scss */
form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
  border: none;
}

/* line 49, ../scss/_form.scss */
form#mail_form dl dt span {
  font-size: 85%;
  color: #999999;
  font-weight: 400;
}

/* line 59, ../scss/_form.scss */
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  max-width: 100%;
  height: 2em;
  padding: 2px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
}

/* line 75, ../scss/_form.scss */
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

/* line 82, ../scss/_form.scss */
form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 7px;
}

/* line 88, ../scss/_form.scss */
form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
  margin-top: 0px;
}

/* line 92, ../scss/_form.scss */
form#mail_form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}

/* line 98, ../scss/_form.scss */
form#mail_form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 2px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

/* line 114, ../scss/_form.scss */
form#mail_form ul {
  list-style-type: none;
}

/* line 118, ../scss/_form.scss */
form#mail_form ul li label:hover {
  cursor: pointer;
}

/* line 123, ../scss/_form.scss */
form#mail_form input#company {
  width: 60%;
}

/* line 134, ../scss/_form.scss */
form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule,
form#mail_form input#car_num {
  width: 30%;
}
@media screen and (max-width: 480px) {
  /* line 134, ../scss/_form.scss */
  form#mail_form input#name_1,
  form#mail_form input#name_2,
  form#mail_form input#read_1,
  form#mail_form input#read_2,
  form#mail_form input#postal,
  form#mail_form input#phone,
  form#mail_form input#schedule,
  form#mail_form input#car_num {
    width: 48%;
  }
}

/* line 142, ../scss/_form.scss */
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
  width: 80%;
}

/* line 146, ../scss/_form.scss */
form#mail_form input#postal + a {
  display: inline-block;
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5bc0de;
  border: 1px solid #46b8da;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  text-decoration: none;
  position: relative;
  top: -1px;
}

/* line 161, ../scss/_form.scss */
form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

/* line 167, ../scss/_form.scss */
form#mail_form input#address {
  width: 90%;
}

/* line 172, ../scss/_form.scss */
form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #cccccc;
}

/* line 179, ../scss/_form.scss */
form#mail_form input[type="button"] {
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5cb85c;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%;
}

/* line 192, ../scss/_form.scss */
form#mail_form input[type="button"]:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}

/* line 198, ../scss/_form.scss */
form#mail_form input#form_submit_button {
  margin-left: 35%;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /* line 214, ../scss/_form.scss */
  form#mail_form {
    width: 95%;
  }

  /* line 218, ../scss/_form.scss */
  form#mail_form dl {
    overflow: visible;
    flex-direction: column;
  }

  /* line 223, ../scss/_form.scss */
  form#mail_form dl dt {
    width: 100%;
    text-align: left;
    padding: 10px 0 5px;
    font-weight: bold;
  }

  /* line 230, ../scss/_form.scss */
  form#mail_form dl dd {
    width: 100%;
    display: block;
    float: none;
    border-top: none;
    padding: 0px 0 13px 0px;
  }

  /* line 238, ../scss/_form.scss */
  form#mail_form dl dt span {
    font-weight: normal;
  }

  /* line 246, ../scss/_form.scss */
  form#mail_form input[type="text"],
  form#mail_form input[type="email"],
  form#mail_form input[type="tel"] {
    margin-top: 0px;
  }

  /* line 250, ../scss/_form.scss */
  form#mail_form input#form_submit_button {
    margin-left: 0;
  }

  /* line 254, ../scss/_form.scss */
  form#mail_form select {
    margin-top: 0;
  }

  /* line 259, ../scss/_form.scss */
  form#mail_form input#phone,
  form#mail_form input#schedule {
    width: 50%;
  }
}
/* 1000pixel end */
/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
/* line 1, ../scss/_typography.scss */
a {
  color: #111;
}

/* line 5, ../scss/_typography.scss */
a:hover {
  text-decoration: none;
  color: #ffffff;
  outline: 0;
}

/* line 11, ../scss/_typography.scss */
.bg-dark a {
  color: #aaa;
}

/* line 15, ../scss/_typography.scss */
.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

/* line 19, ../scss/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 600;
}

/* line 24, ../scss/_typography.scss */
p, ol, ul, blockquote {
  margin: 0 0 10px;
}

/* line 29, ../scss/_typography.scss */
.rotate {
  text-shadow: none !important;
}

/* line 33, ../scss/_typography.scss */
.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: #111;
  margin: 0 0 70px;
}

/* line 43, ../scss/_typography.scss */
.module-subtitle {
  text-align: center;
  font-size: 16px;
  color: #111;
  margin-bottom: 70px;
}

/* line 50, ../scss/_typography.scss */
.module-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

/* line 56, ../scss/_typography.scss */
.module-title + .module-subtitle {
  margin-top: -35px;
}

/* Restaurant module header */
/* line 62, ../scss/_typography.scss */
.alt-module-subtitle {
  display: table;
}

/* line 66, ../scss/_typography.scss */
.alt-module-subtitle h5 {
  display: table-cell;
  white-space: pre;
  padding: 0 8px;
  color: #111;
}

/* Finance case study header */
/* line 74, ../scss/_typography.scss */
.finance-image-content {
  border: 1px solid #e5e5e5;
  padding: 60px 0px;
}
/* line 78, ../scss/_typography.scss */
.finance-image-content .module-title {
  margin-bottom: 20px;
}
/* line 82, ../scss/_typography.scss */
.finance-image-content .alt-features-item {
  margin-top: 40px;
}

/* Landing Page */
/* line 90, ../scss/_typography.scss */
.landing-reason .module-title {
  color: #e6af4b;
}
/* line 93, ../scss/_typography.scss */
.landing-reason .module-title + .module-subtitle {
  margin-top: -60px;
  margin-bottom: 40px;
}

/* line 98, ../scss/_typography.scss */
h2 {
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  /* line 98, ../scss/_typography.scss */
  h2 {
    font-size: 20px;
  }
}

/* line 104, ../scss/_typography.scss */
h3 {
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  /* line 104, ../scss/_typography.scss */
  h3 {
    font-size: 20px;
  }
}

/* line 110, ../scss/_typography.scss */
h4 {
  font-size: 24px;
  font-weight: 400;
}

/* line 114, ../scss/_typography.scss */
h5 {
  font-size: 15px;
}

@media screen and (max-width: 480px) {
  /* line 117, ../scss/_typography.scss */
  p, th, td, li, dt, dd {
    font-size: 14px;
  }
}

/* line 122, ../scss/_typography.scss */
.larged-text {
  font-size: 34px;
}
@media screen and (max-width: 480px) {
  /* line 122, ../scss/_typography.scss */
  .larged-text {
    font-size: 18px;
  }
}
/* line 127, ../scss/_typography.scss */
.larged-text i {
  font-size: 20px;
}

/* line 132, ../scss/_typography.scss */
.text-grey {
  color: #6F7579;
}

/* line 136, ../scss/_typography.scss */
.lead {
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  /* line 136, ../scss/_typography.scss */
  .lead {
    font-size: 16px;
    line-height: 22px;
  }
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
/* line 1, ../scss/_navbar.scss */
.navbar-custom {
  border: 0;
  border-radius: 0;
  z-index: 1000;
  letter-spacing: 0px;
  font-size: 17px;
  text-align: center;
  -webkit-transition: background, padding 0.4s ease-in-out 0s;
  -moz-transition: background, padding 0.4s ease-in-out 0s;
  -ms-transition: background, padding 0.4s ease-in-out 0s;
  -o-transition: background, padding 0.4s ease-in-out 0s;
  transition: background, padding 0.4s ease-in-out 0s;
}

/* line 15, ../scss/_navbar.scss */
.navbar a {
  -webkit-transition: color 0.125s ease-in-out 0s;
  -moz-transition: color 0.125s ease-in-out 0s;
  -ms-transition: color 0.125s ease-in-out 0s;
  -o-transition: color 0.125s ease-in-out 0s;
  transition: color 0.125s ease-in-out 0s;
}

/* line 23, ../scss/_navbar.scss */
.navbar-custom .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 33, ../scss/_navbar.scss */
.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

/* line 40, ../scss/_navbar.scss */
.navbar-custom .nav li > a {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}

/* line 45, ../scss/_navbar.scss */
.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15);
  padding: 11px 0px;
  letter-spacing: 0px;
  color: #999;
}

/* line 52, ../scss/_navbar.scss */
.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

/* line 60, ../scss/_navbar.scss */
.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

/* line 73, ../scss/_navbar.scss */
.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #fff;
}

/* line 78, ../scss/_navbar.scss */
.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* line 84, ../scss/_navbar.scss */
.navbar-custom .navbar-toggle .icon-bar {
  background: #ffffff;
}

/* line 88, ../scss/_navbar.scss */
.dropdown-menu {
  min-width: 250px;
  width: 100%;
  font-size: 15px;
  background: inherit;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
/* line 1, ../scss/_header.scss */
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 14, ../scss/_header.scss */
.titan-title-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
}

/* line 19, ../scss/_header.scss */
.titan-title-size-2 {
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: .8;
}

/* line 26, ../scss/_header.scss */
.titan-title-size-3 {
  letter-spacing: 16px;
  font-size: 46px;
}

/* line 31, ../scss/_header.scss */
.titan-title-size-4 {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 8px #000000;
}

/* Agency Page Header */
/* line 40, ../scss/_header.scss */
.agency-page-header:before {
  background: rgba(0, 0, 0, 0);
}

/* About us Page Header */
/* line 46, ../scss/_header.scss */
.about-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Service Page Header */
/* line 51, ../scss/_header.scss */
.service-page-header:before {
  background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */
/* line 57, ../scss/_header.scss */
.pricing-page-header {
  background-position: 40% 14%;
  background-repeat: no-repeat;
}
/* line 61, ../scss/_header.scss */
.pricing-page-header:before {
  background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */
/* line 68, ../scss/_header.scss */
.gallery-page-header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
/* line 72, ../scss/_header.scss */
.gallery-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
/* line 79, ../scss/_header.scss */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}
/* line 83, ../scss/_header.scss */
.contact-page-header:before {
  background: rgba(2, 2, 2, 0.5);
}

/* FAQ Page Header */
/* line 90, ../scss/_header.scss */
.faq-page-header:before {
  background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */
/* line 96, ../scss/_header.scss */
.blog-page-header {
  background-position: 50% 24%;
  background-repeat: no-repeat;
}
/* line 100, ../scss/_header.scss */
.blog-page-header:before {
  background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */
/* line 107, ../scss/_header.scss */
.restaurant-menu-bg:before {
  background: rgba(2, 2, 2, 0.4);
}

/* line 111, ../scss/_header.scss */
.restaurant-page-header:before {
  background: rgba(0, 0, 0, 0.45);
}

/* line 115, ../scss/_header.scss */
.restaurant-image-overlay:before {
  background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
/* line 121, ../scss/_header.scss */
.portfolio-page-header {
  background-position: 50% 50%;
}
/* line 124, ../scss/_header.scss */
.portfolio-page-header:before {
  background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */
/* line 131, ../scss/_header.scss */
.landing-header:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 141, ../scss/_header.scss */
.banner-img {
  margin-top: -145px;
}

/* line 145, ../scss/_header.scss */
.shop-page-header:before {
  background: rgba(34, 34, 34, 0.3);
}

@media screen and (max-width: 480px) {
  /* line 148, ../scss/_header.scss */
  .pankuzu {
    display: none;
  }
}
/* line 153, ../scss/_header.scss */
.pankuzu ul {
  padding: 5px 10px;
}
/* line 155, ../scss/_header.scss */
.pankuzu ul li {
  list-style: none;
  display: inline;
  font-size: 13px;
  margin-right: 10px;
}
/* line 160, ../scss/_header.scss */
.pankuzu ul li a {
  color: #222222;
}
/* line 162, ../scss/_header.scss */
.pankuzu ul li a:hover {
  color: #efefef;
}
/* line 166, ../scss/_header.scss */
.pankuzu ul li a:after {
  content: ">";
  margin-left: 10px;
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
/* line 1, ../scss/_footer.scss */
.footer {
  padding: 30px 0 0;
  background: #eeeeee;
}
/* line 4, ../scss/_footer.scss */
.footer .copyright {
  margin: 30px 0 10px;
}
/* line 8, ../scss/_footer.scss */
.footer .footer-social-links {
  text-align: right;
}
/* line 11, ../scss/_footer.scss */
.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/
/* line 1, ../scss/_services_and_features.scss */
.features-item {
  margin: 20px 0;
  text-align: center;
}

/* line 7, ../scss/_services_and_features.scss */
.features-icon,
.alt-features-icon {
  line-height: 1.2;
  font-size: 42px;
  color: #111;
}

/* line 14, ../scss/_services_and_features.scss */
.features-title,
.alt-features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 15px;
}

/* line 23, ../scss/_services_and_features.scss */
.alt-features-item {
  position: relative;
  padding-left: 55px;
  margin: 65px 0 0 0;
}

/* line 29, ../scss/_services_and_features.scss */
.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

/* line 40, ../scss/_services_and_features.scss */
.alt-features-title {
  font-size: 13px;
  margin: 0 0 10px;
}

/* Content box */
/* line 47, ../scss/_services_and_features.scss */
.content-box {
  margin: 20px 0;
  text-align: center;
}

/* line 52, ../scss/_services_and_features.scss */
.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: #111;
  margin: 16px 0 15px;
}

/*--------------------------------------------------------------
	Fun fact
--------------------------------------------------------------*/
/* line 1, ../scss/_funfact.scss */
.count-item {
  text-align: center;
}

/* line 5, ../scss/_funfact.scss */
.count-icon {
  line-height: 1.2;
  font-size: 42px;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
/* line 1, ../scss/_video_box.scss */
.video-box {
  text-align: center;
  padding: 40px 0;
}

/* line 7, ../scss/_video_box.scss */
.video-box-icon > a > i,
.video-box-icon > a > span {
  line-height: 1.8;
  font-size: 40px;
  color: #fff;
}

/* line 13, ../scss/_video_box.scss */
.video-title {
  letter-spacing: 4px;
  font-size: 30px;
  margin: 10px 0 0;
}

/* line 19, ../scss/_video_box.scss */
.video-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
	Calendar
--------------------------------------------------------------*/
/*サイドカレンダー*/
/* line 3, ../scss/_calendar.scss */
.calendar {
  background: #F8F8FA;
}
/* line 5, ../scss/_calendar.scss */
.calendar .calendar-inner {
  position: relative;
  margin: 5px auto 5px;
  padding-bottom: 3px;
  width: 96%;
  background: #ffffff;
}
/* line 11, ../scss/_calendar.scss */
.calendar .calendar-inner h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 5px;
}
/* line 17, ../scss/_calendar.scss */
.calendar .calendar-inner table {
  width: 96%;
  margin: 0px auto 5px;
}
/* line 21, ../scss/_calendar.scss */
.calendar .calendar-inner table tr td {
  width: calc(100%/7);
  text-align: center;
  border: 1px #ffffff solid;
}
/* line 25, ../scss/_calendar.scss */
.calendar .calendar-inner table tr td.date {
  font-size: 12px;
  padding: 5px;
  background: #F0F3F5;
}
/* line 30, ../scss/_calendar.scss */
.calendar .calendar-inner table tr td.sun {
  color: #E9546B;
}
/* line 33, ../scss/_calendar.scss */
.calendar .calendar-inner table tr td.sat {
  color: #00AFEC;
}
/* line 36, ../scss/_calendar.scss */
.calendar .calendar-inner table tr td.today {
  background: #C0EEFC;
}
/* line 39, ../scss/_calendar.scss */
.calendar .calendar-inner table tr td.ful {
  background: #FCC0EC;
}
/* line 42, ../scss/_calendar.scss */
.calendar .calendar-inner table tr td.pful {
  background: #fcdcc0;
}
/* line 48, ../scss/_calendar.scss */
.calendar .calendar-inner .next {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 11px;
}
/* line 53, ../scss/_calendar.scss */
.calendar .calendar-inner .next a:hover {
  color: #00ADA9;
}
/* line 57, ../scss/_calendar.scss */
.calendar .calendar-inner .prev {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 11px;
}
/* line 62, ../scss/_calendar.scss */
.calendar .calendar-inner .prev a:hover {
  color: #00ADA9;
}
/* line 67, ../scss/_calendar.scss */
.calendar .calendar-caption {
  font-size: 12px;
  color: #333333;
  padding-bottom: 10px;
  margin-left: 5px;
}
/* line 72, ../scss/_calendar.scss */
.calendar .calendar-caption .pinks {
  color: #FCC0EC;
}
/* line 75, ../scss/_calendar.scss */
.calendar .calendar-caption .blues {
  color: #C0EEFC;
}
/* line 78, ../scss/_calendar.scss */
.calendar .calendar-caption .yellow {
  color: #fcdcc0;
}

/*メインカレンダー
イベント書き込み*/
/* line 86, ../scss/_calendar.scss */
#mini-calendar .calendar-head {
  position: relative;
}
/* line 88, ../scss/_calendar.scss */
#mini-calendar .calendar-head .calendar-pre-month {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 600;
}
/* line 94, ../scss/_calendar.scss */
#mini-calendar .calendar-head .calendar-pre-month a:before {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
/* line 102, ../scss/_calendar.scss */
#mini-calendar .calendar-head .calendar-next-month {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 600;
}
/* line 107, ../scss/_calendar.scss */
#mini-calendar .calendar-head .calendar-next-month a:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

/* line 116, ../scss/_calendar.scss */
#mini-calendar .calendar-year-month {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 116, ../scss/_calendar.scss */
  #mini-calendar .calendar-year-month {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  /* line 116, ../scss/_calendar.scss */
  #mini-calendar .calendar-year-month {
    font-size: 24px;
  }
}

/* line 128, ../scss/_calendar.scss */
#mini-calendar table {
  width: 100%;
  border-spacing: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 0;
  line-height: 1.5;
  border-collapse: separate;
}

/* line 138, ../scss/_calendar.scss */
#mini-calendar th,
#mini-calendar td {
  background: #fff;
  padding: 7px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* line 144, ../scss/_calendar.scss */
#mini-calendar th {
  color: #fff;
  background: #4F616B;
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 7px;
}

/*
#mini-calendar th.calendar-sun {
	color: #DF0D2D;
	background: #F8E4E4;
}

#mini-calendar th.calendar-sat {
	color: #2574D3;
	background: #E2F3FC;
}
*/
/* line 165, ../scss/_calendar.scss */
#mini-calendar td {
  width: 14.3%;
  height: 100px;
  vertical-align: top;
}

/* line 170, ../scss/_calendar.scss */
#mini-calendar td.calendar-day-off {
  background: #F4F3F2;
  color: #555;
}

/* line 175, ../scss/_calendar.scss */
#mini-calendar td.calendar-holiday a,
#mini-calendar td.calendar-sun a {
  color: #CE2727;
}

/* line 179, ../scss/_calendar.scss */
#mini-calendar td.calendar-sat a {
  color: #54AFC8;
}

/* line 183, ../scss/_calendar.scss */
#mini-calendar td.calendar-today {
  background: #F5FBFE;
}

/* line 186, ../scss/_calendar.scss */
#mini-calendar td.calendar-ful {
  background: #FCF3F3;
}

/* line 189, ../scss/_calendar.scss */
#mini-calendar td.calendar-pful {
  background: #fce2cc;
}

/* line 192, ../scss/_calendar.scss */
#mini-calendar .calendar-day-number {
  font-style: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 0 3px;
  line-height: 1.2;
}

/* line 202, ../scss/_calendar.scss */
#mini-calendar td.calendar-holiday .day,
#mini-calendar td.calendar-sun .day {
  color: #DF0D2D;
}

/* line 205, ../scss/_calendar.scss */
#mini-calendar td.calendar-sat .day {
  color: #2574D3;
}

/* line 208, ../scss/_calendar.scss */
#mini-calendar td span {
  font-size: 11px;
  line-height: 1.3;
  display: block;
}

/* line 213, ../scss/_calendar.scss */
#mini-calendar [class*=calender-label] {
  font-size: 11px;
  line-height: 1.3;
  color: #000;
  background: #FCEBCF;
  border: solid 1px #D2AC8E;
  display: block;
  padding: 3px;
  margin-top: 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}

/* line 228, ../scss/_calendar.scss */
#mini-calendar td span.calender-label-red {
  background-color: #FCCFD1;
  border-color: #D28EA6;
}

/* line 232, ../scss/_calendar.scss */
#mini-calendar td span.calender-label-blue {
  background-color: #CFE4FC;
  border-color: #8E9BD2;
}

/* line 236, ../scss/_calendar.scss */
#mini-calendar td span.calender-label-green {
  background-color: #E5FCCF;
  border-color: #99C170;
}

/* 何もない日 */
/* line 241, ../scss/_calendar.scss */
#mini-calendar td.calendar-none {
  background: #FBFAF7;
}

@media screen and (max-width: 600px) {
  /* line 247, ../scss/_calendar.scss */
  #mini-calendar thead {
    display: none;
  }

  /* line 251, ../scss/_calendar.scss */
  #mini-calendar th,
  #mini-calendar td {
    display: block;
    width: 100%;
    padding: 0;
  }

  /* line 256, ../scss/_calendar.scss */
  #mini-calendar td {
    height: auto;
    display: -webkit-flex;
    display: flex;
  }

  /* line 261, ../scss/_calendar.scss */
  #mini-calendar .calendar-none {
    display: none;
  }

  /* line 265, ../scss/_calendar.scss */
  #mini-calendar .calendar-labels {
    padding: 5px;
  }

  /* line 268, ../scss/_calendar.scss */
  #mini-calendar [class*=calender-label] {
    display: inline-block;
    padding: 5px;
    margin-top: 0;
    margin-right: 5px;
    font-size: 12px;
  }

  /* 日付 */
  /* line 277, ../scss/_calendar.scss */
  #mini-calendar td .calendar-day-number {
    font-weight: normal;
    padding: 7px;
    font-size: 18px;
    display: block;
    background: #f2e6cd;
    margin-bottom: 0;
    width: 75px;
    height: auto;
  }

  /* line 288, ../scss/_calendar.scss */
  #mini-calendar td.calendar-holiday .calendar-day-number,
  #mini-calendar td.calendar-sun .calendar-day-number {
    background: #f8c7c7;
  }

  /* line 292, ../scss/_calendar.scss */
  #mini-calendar td.calendar-sat .calendar-day-number {
    background: #c8ebfe;
  }

  /* モバイル用曜日を追加 */
  /* line 297, ../scss/_calendar.scss */
  #mini-calendar td i:after {
    font-size: 12px;
    position: relative;
    left: -5px;
  }

  /* line 302, ../scss/_calendar.scss */
  #mini-calendar td:nth-child(1) i:after {
    content: "（日）";
  }

  /* line 305, ../scss/_calendar.scss */
  #mini-calendar td:nth-child(2) i:after {
    content: "（月）";
  }

  /* line 308, ../scss/_calendar.scss */
  #mini-calendar td:nth-child(3) i:after {
    content: "（火）";
  }

  /* line 311, ../scss/_calendar.scss */
  #mini-calendar td:nth-child(4) i:after {
    content: "（水）";
  }

  /* line 314, ../scss/_calendar.scss */
  #mini-calendar td:nth-child(5) i:after {
    content: "（木）";
  }

  /* line 317, ../scss/_calendar.scss */
  #mini-calendar td:nth-child(6) i:after {
    content: "（金）";
  }

  /* line 320, ../scss/_calendar.scss */
  #mini-calendar td:nth-child(7) i:after {
    content: "（土）";
  }
}
/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
/* line 1, ../scss/_cta.scss */
.callout-text {
  color: rgba(255, 255, 255, 0.6);
}

/* line 5, ../scss/_cta.scss */
.callout-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

/* line 12, ../scss/_cta.scss */
.callout-btn-box {
  text-align: right;
  padding-top: 4px;
}

/* line 17, ../scss/_cta.scss */
.request-cta {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/
/* line 1, ../scss/_testimonial.scss */
.testimonial:before {
  background: rgba(2, 2, 2, 0.4);
}

/* line 5, ../scss/_testimonial.scss */
.testimonials-slider {
  position: relative;
}

/* line 9, ../scss/_testimonial.scss */
.testimonial-text {
  text-align: center;
  font-style: normal;
  font-size: 18px;
}

/* line 15, ../scss/_testimonial.scss */
.testimonial-caption {
  text-align: center;
  padding: 10px 0 0;
}

/* line 20, ../scss/_testimonial.scss */
.testimonial-title {
  font-size: 14px;
}

/* line 24, ../scss/_testimonial.scss */
.testimonial-descr {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
/* line 1, ../scss/_gallery.scss */
.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

/* line 7, ../scss/_gallery.scss */
.gallery-image {
  position: relative;
  overflow: hidden;
}

/* line 12, ../scss/_gallery.scss */
.gallery-image a.gallery {
  position: relative;
  display: block;
}

/* line 17, ../scss/_gallery.scss */
.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

/* line 23, ../scss/_gallery.scss */
.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 35, ../scss/_gallery.scss */
.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

/* line 49, ../scss/_gallery.scss */
.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 24px;
  margin: 0 auto;
}

/* line 59, ../scss/_gallery.scss */
.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
/* line 65, ../scss/_gallery.scss */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

/* line 69, ../scss/_gallery.scss */
.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
/* line 1, ../scss/_blogpost.scss */
.post {
  margin: 0 0 80px;
}

/* line 5, ../scss/_blogpost.scss */
.post-title {
  line-height: 1.4;
  font-size: 22px;
  color: #111;
  margin: 0;
}

/* line 12, ../scss/_blogpost.scss */
.post-header {
  margin: 0 0 15px;
}

/* line 16, ../scss/_blogpost.scss */
.post-meta {
  font-size: 11px;
  color: #aaa;
}

/* line 21, ../scss/_blogpost.scss */
.post-entry {
  border-top: 1px dotted #c2c2c2;
  padding-top: 20px;
  margin-top: 10px;
}

/* line 27, ../scss/_blogpost.scss */
.post-images-slider {
  position: relative;
}

/* line 31, ../scss/_blogpost.scss */
.post-images-slider .flex-control-nav {
  bottom: 0;
}

/* line 37, ../scss/_blogpost.scss */
.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 20px;
}

/* line 41, ../scss/_blogpost.scss */
.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

/* Post columns */
/* line 49, ../scss/_blogpost.scss */
.post-columns .post {
  margin: 0 0 60px;
}

/* line 53, ../scss/_blogpost.scss */
.post-columns .post-header {
  margin: 0 0 10px;
}

/* line 57, ../scss/_blogpost.scss */
.post-columns .post-title {
  line-height: 1.8;
  font-size: 14px;
}

/* line 62, ../scss/_blogpost.scss */
.post-columns .post-entry {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

/* line 67, ../scss/_blogpost.scss */
.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

/* line 72, ../scss/_blogpost.scss */
.post-columns .post-entry p:last-child {
  margin: 0;
}

/* line 76, ../scss/_blogpost.scss */
.more-link:after {
  content: "\00BB";
  color: #666666;
  padding-left: 5px;
}

/************************
pagenation
************************/
/* line 85, ../scss/_blogpost.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 91, ../scss/_blogpost.scss */
.pagination > li {
  display: inline;
}

/* line 95, ../scss/_blogpost.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42857;
  text-decoration: none;
  color: #2350a1;
  background: none;
  border: none;
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  /* line 95, ../scss/_blogpost.scss */
  .pagination > li > a,
  .pagination > li > span {
    padding: 10px 10px;
  }
}

/* line 112, ../scss/_blogpost.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #2350a1;
  background: none;
  border-color: none;
}

/* line 121, ../scss/_blogpost.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #2350a1;
  background: none;
  border-color: none;
  cursor: default;
  font-weight: 600;
}

/* line 134, ../scss/_blogpost.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: none;
  border-color: none;
  cursor: not-allowed;
}

/* line 141, ../scss/_blogpost.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 147, ../scss/_blogpost.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 152, ../scss/_blogpost.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 157, ../scss/_blogpost.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 163, ../scss/_blogpost.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 168, ../scss/_blogpost.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 172, ../scss/_blogpost.scss */
.pagination a {
  border: none;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 20px 12px;
}

/* line 180, ../scss/_blogpost.scss */
.pagination a.active {
  border-color: none;
  background-color: none;
}

/* line 185, ../scss/_blogpost.scss */
.pagination > li.previous a,
.pagination > li.next a {
  background: #F0F3F5;
  border-radius: 50%;
  padding: 12px 16px;
  border: none;
}
/* line 190, ../scss/_blogpost.scss */
.pagination > li.previous a:hover,
.pagination > li.next a:hover {
  background: #cccccc;
  color: #ffffff;
}

/* line 195, ../scss/_blogpost.scss */
.pagination > li.previous a {
  margin-right: 20px;
}

/* line 198, ../scss/_blogpost.scss */
.pagination > li.next a {
  margin-left: 20px;
}

/* line 202, ../scss/_blogpost.scss */
.news-list li {
  border-bottom: 1px #cccccc dotted;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 206, ../scss/_blogpost.scss */
.news-list li h4 {
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  /* line 206, ../scss/_blogpost.scss */
  .news-list li h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 206, ../scss/_blogpost.scss */
  .news-list li h4 {
    font-size: 18px;
  }
}
/* line 220, ../scss/_blogpost.scss */
.news-list li .date {
  font-size: 14px;
  color: #2350a1;
  margin-right: 20px;
}
/* line 224, ../scss/_blogpost.scss */
.news-list li .date:before {
  content: "\f274";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}
/* line 230, ../scss/_blogpost.scss */
.news-list li .date.flag01:after {
  content: "news";
  text-transform: uppercase;
  font-family: 'Yantramanav', sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 10px;
  background: #FF416C;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  /* line 230, ../scss/_blogpost.scss */
  .news-list li .date.flag01:after {
    font-size: 11px;
    letter-spacing: 0;
    padding: 2px 4px;
  }
}
/* line 246, ../scss/_blogpost.scss */
.news-list li .date.flag02:after {
  content: "topics";
  text-transform: uppercase;
  font-family: 'Yantramanav', sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 10px;
  background: #36D1DC;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  /* line 246, ../scss/_blogpost.scss */
  .news-list li .date.flag02:after {
    font-size: 11px;
    letter-spacing: 0;
    padding: 2px 4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 220, ../scss/_blogpost.scss */
  .news-list li .date {
    display: block;
  }
}

/* line 269, ../scss/_blogpost.scss */
.news_main h2.news-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
/* line 273, ../scss/_blogpost.scss */
.news_main h2.news-title:after {
  content: "";
  width: 100%;
  display: block;
  height: 3px;
  background: #efefef;
  margin-top: 10px;
}
/* line 281, ../scss/_blogpost.scss */
.news_main h2.news-title.flag01:after {
  background: #FF416C;
}
/* line 284, ../scss/_blogpost.scss */
.news_main h2.news-title.flag02:after {
  background: #36D1DC;
}
/* line 287, ../scss/_blogpost.scss */
.news_main h2.news-title.flag03:after {
  background: #76b852;
}
@media screen and (max-width: 767px) {
  /* line 269, ../scss/_blogpost.scss */
  .news_main h2.news-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  /* line 269, ../scss/_blogpost.scss */
  .news_main h2.news-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
/* line 299, ../scss/_blogpost.scss */
.news_main .date2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 303, ../scss/_blogpost.scss */
.news_main .date2.before {
  content: "\f274";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}
/* line 309, ../scss/_blogpost.scss */
.news_main .date2.flag01:after {
  content: "news";
  text-transform: uppercase;
  font-family: 'Yantramanav', sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 10px;
  background: #FF416C;
  background: -webkit-linear-gradient(to right, #ff4b2b, #ff416c);
  background: linear-gradient(to right, #ff4b2b, #ff416c);
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  /* line 309, ../scss/_blogpost.scss */
  .news_main .date2.flag01:after {
    font-size: 11px;
    letter-spacing: 0;
    padding: 2px 4px;
  }
}
/* line 327, ../scss/_blogpost.scss */
.news_main .date2.flag02:after {
  content: "topics";
  text-transform: uppercase;
  font-family: 'Yantramanav', sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 10px;
  background: #36D1DC;
  background: -webkit-linear-gradient(to right, #5b86e5, #36d1dc);
  background: linear-gradient(to right, #5b86e5, #36d1dc);
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  /* line 327, ../scss/_blogpost.scss */
  .news_main .date2.flag02:after {
    font-size: 11px;
    letter-spacing: 0;
    padding: 2px 4px;
  }
}
/* line 345, ../scss/_blogpost.scss */
.news_main .date2.flag03:after {
  content: "products";
  text-transform: uppercase;
  font-family: 'Yantramanav', sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 10px;
  background: #76b852;
  background: -webkit-linear-gradient(to left, #8dc26f, #76b852);
  background: linear-gradient(to left, #8dc26f, #76b852);
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  /* line 345, ../scss/_blogpost.scss */
  .news_main .date2.flag03:after {
    font-size: 11px;
    letter-spacing: 0;
    padding: 2px 4px;
  }
}
/* line 364, ../scss/_blogpost.scss */
.news_main .news-info {
  margin: 40px auto;
  width: 90%;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */
/* line 3, ../scss/_widgets.scss */
.progress {
  overflow: visible;
  height: 4px;
}

/* line 8, ../scss/_widgets.scss */
.progress-bar {
  position: relative;
}

/* line 12, ../scss/_widgets.scss */
.progress-bar.pb-dark {
  background: #111;
}

/* line 16, ../scss/_widgets.scss */
.progress-bar span {
  position: absolute;
  display: block;
  right: 0px;
  top: -24px;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #111;
  padding: 4px 0px;
}

/* line 28, ../scss/_widgets.scss */
.progress-bar span:after {
  display: inline-block;
  content: "%";
}

/* Tabs */
/* line 35, ../scss/_widgets.scss */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
/* line 41, ../scss/_widgets.scss */
.panel-title {
  font-size: 14px;
}

/* line 45, ../scss/_widgets.scss */
.panel-heading a {
  position: relative;
  display: block;
}

/* line 50, ../scss/_widgets.scss */
.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

/* line 61, ../scss/_widgets.scss */
.panel-heading a.collapsed:after {
  content: "\f107";
}

/* Tables */
/* line 72, ../scss/_widgets.scss */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

/* line 81, ../scss/_widgets.scss */
.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

/* line 85, ../scss/_widgets.scss */
.checkout-table {
  border: 1px solid #e5e5e5;
}

/* line 96, ../scss/_widgets.scss */
.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

/* line 101, ../scss/_widgets.scss */
.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

/* line 109, ../scss/_widgets.scss */
.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/* line 114, ../scss/_widgets.scss */
.table-striped tr th {
  padding: 15px 10px !important;
  white-space: nowrap;
}
/* line 118, ../scss/_widgets.scss */
.table-striped tr td {
  padding: 15px 10px !important;
}
/* line 121, ../scss/_widgets.scss */
.table-striped tr:last-child {
  border-bottom: 1px #cdcdcd solid;
}

/* Sidebar / Widget common*/
/* line 128, ../scss/_widgets.scss */
.sidebar .widget {
  margin-bottom: 60px;
}

/* line 132, ../scss/_widgets.scss */
.sidebar .widget-title {
  color: #111;
}

/* line 136, ../scss/_widgets.scss */
.widget .widget-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

/* line 143, ../scss/_widgets.scss */
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Icon List */
/* line 151, ../scss/_widgets.scss */
.widget .icon-list li {
  padding: 5px 0;
}

/* line 155, ../scss/_widgets.scss */
.widget .icon-list li a:before {
  content: "\00BB";
  color: #666666;
  padding-right: 5px;
}

/* Posts */
/* line 163, ../scss/_widgets.scss */
.widget-posts li {
  margin: 0 0 15px;
}

/* line 167, ../scss/_widgets.scss */
.widget-posts li:last-child {
  margin: 0;
}

/* line 171, ../scss/_widgets.scss */
.widget-posts-image {
  float: left;
  width: 64px;
}

/* line 176, ../scss/_widgets.scss */
.widget-posts-body {
  margin-left: 74px;
}

/* Search */
/* line 182, ../scss/_widgets.scss */
.search-box {
  position: relative;
}

/* Tags */
/* line 188, ../scss/_widgets.scss */
.tags a {
  background: #111;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px 4px 12px;
  margin: 0 1px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 200, ../scss/_widgets.scss */
.tags a:hover {
  background: rgba(17, 17, 17, 0.8);
}

/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/
/* line 2, ../scss/_comment_box.scss */
.comments,
.comment-form {
  margin: 80px 0 0;
}

/* line 7, ../scss/_comment_box.scss */
.comments .comment-title,
.comment-form .comment-form-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 16px;
  color: #111;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

/* line 15, ../scss/_comment_box.scss */
.comment-author {
  font-size: 14px;
  margin: 0 0 10px;
}

/* line 20, ../scss/_comment_box.scss */
.comment-avatar {
  width: 55px;
  float: left;
  margin-top: 10px;
}

/* line 26, ../scss/_comment_box.scss */
.comment-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 32, ../scss/_comment_box.scss */
.comment-content {
  padding-top: 5px;
  margin-left: 75px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 39, ../scss/_comment_box.scss */
  .comment .comment {
    margin-left: 75px;
  }
}
/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/
/* line 1, ../scss/_client.scss */
.client-logo {
  opacity: .5;
}

/* line 5, ../scss/_client.scss */
.client-logo:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/
/* line 2, ../scss/_showcase.scss */
.showcase-page .showcase-page-header {
  background-color: rgba(2, 2, 2, 0.7);
}
/* line 6, ../scss/_showcase.scss */
.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}
/* line 10, ../scss/_showcase.scss */
.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}
/* line 22, ../scss/_showcase.scss */
.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
	Documentation Page
--------------------------------------------------------------*/
/* line 1, ../scss/_documentation.scss */
.documentation-page {
  font-size: 14px;
}
/* line 4, ../scss/_documentation.scss */
.documentation-page .pln {
  color: #000;
}
/* line 8, ../scss/_documentation.scss */
.documentation-page pre.prettyprint {
  border: 1px solid #888;
  padding: 15px;
}
/* line 13, ../scss/_documentation.scss */
.documentation-page ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 18, ../scss/_documentation.scss */
.documentation-page li.L0, .documentation-page li.L1, .documentation-page li.L2, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L6, .documentation-page li.L7, .documentation-page li.L8 {
  list-style-type: none;
}
/* line 22, ../scss/_documentation.scss */
.documentation-page li.L1, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L7, .documentation-page li.L9 {
  background: #eee;
}
/* line 25, ../scss/_documentation.scss */
.documentation-page .com {
  color: #800;
}
/* line 29, ../scss/_documentation.scss */
.documentation-page .lit {
  color: #066;
}
/* line 33, ../scss/_documentation.scss */
.documentation-page .pun, .documentation-page .opn, .documentation-page .clo {
  color: #660;
}
/* line 37, ../scss/_documentation.scss */
.documentation-page .fun {
  color: red;
}
/* line 41, ../scss/_documentation.scss */
.documentation-page .str, .documentation-page .atv {
  color: #080;
}
/* line 45, ../scss/_documentation.scss */
.documentation-page .kwd, .documentation-page .tag {
  color: #008;
}
/* line 49, ../scss/_documentation.scss */
.documentation-page .typ, .documentation-page .atn, .documentation-page .dec, .documentation-page .var {
  color: #606;
}
/* line 53, ../scss/_documentation.scss */
.documentation-page a {
  color: #19B5FE;
}
/* line 57, ../scss/_documentation.scss */
.documentation-page a:hover {
  color: #1C92C9;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 991px) {
  /* line 3, ../scss/_media_querries.scss */
  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  /* line 9, ../scss/_media_querries.scss */
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }

  /* line 16, ../scss/_media_querries.scss */
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  /* line 21, ../scss/_media_querries.scss */
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    content: "\f107";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* line 36, ../scss/_media_querries.scss */
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }

  /* Comments */
  /* line 43, ../scss/_media_querries.scss */
  .comment .comment {
    margin-left: 75px;
  }
}
@media (max-width: 1200px) {
  /* Features */
  /* line 53, ../scss/_media_querries.scss */
  .alt-features-item {
    margin: 20px 0 0;
  }
}
@media (max-width: 1050px) {
  /* Navbar */
  /* line 63, ../scss/_media_querries.scss */
  .navbar-custom {
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) {
  /* Navbar */
  /* line 73, ../scss/_media_querries.scss */
  .navbar-custom {
    letter-spacing: 0;
  }

  /* Headers */
  /* line 79, ../scss/_media_querries.scss */
  .titan-title-size-3 {
    letter-spacing: 8px;
    font-size: 36px;
  }

  /* line 84, ../scss/_media_querries.scss */
  .titan-title-size-4 {
    letter-spacing: 12px;
    font-size: 38px;
  }

  /* line 93, ../scss/_media_querries.scss */
  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }

  /* Half-image */
  /* line 99, ../scss/_media_querries.scss */
  .side-image {
    position: relative;
    height: 300px;
  }
}
@media (max-width: 991px) {
  /* Navbar */
  /* line 110, ../scss/_media_querries.scss */
  .navbar-custom .navbar-nav {
    letter-spacing: 0px;
    margin-top: 1px;
    margin-bottom: 0;
  }

  /* line 116, ../scss/_media_querries.scss */
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }

  /* line 121, ../scss/_media_querries.scss */
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }

  /* line 126, ../scss/_media_querries.scss */
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }

  /* line 131, ../scss/_media_querries.scss */
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }

  /* line 136, ../scss/_media_querries.scss */
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  /* line 149, ../scss/_media_querries.scss */
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  /* Shop navbar */
  /* line 162, ../scss/_media_querries.scss */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }

  /* line 166, ../scss/_media_querries.scss */
  .navbar-custom .cart-item-number {
    display: none;
  }

  /* line 170, ../scss/_media_querries.scss */
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }

  /* line 174, ../scss/_media_querries.scss */
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }

  /* line 179, ../scss/_media_querries.scss */
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }

  /* line 183, ../scss/_media_querries.scss */
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }

  /* line 189, ../scss/_media_querries.scss */
  .navbar-cart-img {
    display: none;
  }

  /* line 193, ../scss/_media_querries.scss */
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }

  /* Headers */
  /* line 203, ../scss/_media_querries.scss */
  .titan-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }

  /* line 208, ../scss/_media_querries.scss */
  .titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 16px;
    opacity: .8;
  }

  /* line 215, ../scss/_media_querries.scss */
  .titan-title-size-3 {
    letter-spacing: 4px;
    font-size: 26px;
  }

  /* line 220, ../scss/_media_querries.scss */
  .titan-title-size-4 {
    letter-spacing: 6px;
    font-size: 28px;
  }

  /* Features */
  /* line 227, ../scss/_media_querries.scss */
  .features-item {
    margin: 0 0 30px;
  }

  /* line 231, ../scss/_media_querries.scss */
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }

  /* line 237, ../scss/_media_querries.scss */
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }

  /* Callout */
  /* line 245, ../scss/_media_querries.scss */
  .callout-text {
    margin: 0 0 30px;
  }

  /* line 250, ../scss/_media_querries.scss */
  .callout-text,
  .callout-btn-box {
    text-align: center;
  }

  /* Sidebar */
  /* line 256, ../scss/_media_querries.scss */
  .sidebar {
    margin-top: 50px;
  }

  /* line 260, ../scss/_media_querries.scss */
  .widget {
    margin-bottom: 60px;
  }

  /* line 264, ../scss/_media_querries.scss */
  .post.mb-0 {
    margin-bottom: 40px !important;
  }

  /* line 268, ../scss/_media_querries.scss */
  .footer {
    text-align: center;
  }

  /* line 273, ../scss/_media_querries.scss */
  .copyright,
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }

  /* Half-image */
  /* line 280, ../scss/_media_querries.scss */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Restaurant menu */
  /* line 289, ../scss/_media_querries.scss */
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }

  /* line 293, ../scss/_media_querries.scss */
  .align-center-sm {
    text-align: center;
  }

  /* line 297, ../scss/_media_querries.scss */
  .align-left-sm {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  /* line 308, ../scss/_media_querries.scss */
  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }
}
/*************************
動画音
*************************/
/* line 23, ../scss/_custom.scss */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* line 32, ../scss/_custom.scss */
a:hover, a:focus {
  color: #d6aa96;
}

/* line 35, ../scss/_custom.scss */
ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}
/* line 39, ../scss/_custom.scss */
ul.decimal {
  margin-left: 20px;
  list-style: decimal;
}
/* line 43, ../scss/_custom.scss */
ul.indent {
  margin-left: calc(20px + 1em);
}

/* line 47, ../scss/_custom.scss */
p {
  text-align: justify;
}

/* line 50, ../scss/_custom.scss */
.pink {
  color: #ea5532;
}

/* line 53, ../scss/_custom.scss */
.blue {
  color: #187fc4;
}

/* line 56, ../scss/_custom.scss */
.purples {
  color: #d29cc9;
}

/* line 59, ../scss/_custom.scss */
.purple {
  color: #a64a97;
}

/* line 62, ../scss/_custom.scss */
.red {
  color: #ea5532;
}

/* line 65, ../scss/_custom.scss */
.main-color {
  color: #2350a1;
}

/* line 68, ../scss/_custom.scss */
.text-primary {
  color: #2350a1;
}

/* line 72, ../scss/_custom.scss */
.green {
  color: #222222;
}

/* line 75, ../scss/_custom.scss */
.gray {
  color: #333333;
}

/* line 78, ../scss/_custom.scss */
.black {
  color: #222222;
}

/* line 81, ../scss/_custom.scss */
.caption {
  font-size: 1.4rem;
  color: #333333;
}

/* line 85, ../scss/_custom.scss */
.mincho {
  font-family: 'Noto Serif JP',  serif;
}

/* line 88, ../scss/_custom.scss */
.font-alt {
  font-family: 'Yantramanav', sans-serif;
  text-transform: inherit;
}

/*********************************
flexslider
*********************************/
/* line 96, ../scss/_custom.scss */
h4 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #535353;
}
@media screen and (max-width: 480px) {
  /* line 96, ../scss/_custom.scss */
  h4 {
    font-size: 20px;
    letter-spacing: 0px;
  }
}

/* line 107, ../scss/_custom.scss */
html,
body {
  width: 100%;
  height: 100%;
}

/* line 111, ../scss/_custom.scss */
body {
  background-color: #ffffff;
  color: #222222;
  webkit-tap-highlight-color: #222;
}

/* line 117, ../scss/_custom.scss */
hr {
  max-width: 80px;
  border-width: 3px;
  opacity: 0.09;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 124, ../scss/_custom.scss */
.icon-lg {
  font-size: 50px;
  line-height: 18px;
}

/* line 128, ../scss/_custom.scss */
.bg-primary {
  background-color: #ffffff;
}

/* line 131, ../scss/_custom.scss */
.cursive {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: none;
}

/* line 135, ../scss/_custom.scss */
section {
  padding: 50px 0 60px;
}
@media screen and (max-width: 480px) {
  /* line 135, ../scss/_custom.scss */
  section {
    padding: 0px 0px 40px;
  }
}

/* line 141, ../scss/_custom.scss */
.subvisual + section {
  padding-top: 0px;
}

/* line 144, ../scss/_custom.scss */
footer {
  padding: 15px;
}

/* line 147, ../scss/_custom.scss */
.no-padding {
  padding: 0;
}

/***********************************
navbar
*************************************/
/* line 153, ../scss/_custom.scss */
.navbar-default {
  background-color: #fcfcfc;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  border-bottom: none;
}

/* line 160, ../scss/_custom.scss */
.navbar-header {
  width: 100%;
  display: block;
  text-align: center;
  height: 90px;
}

/* line 166, ../scss/_custom.scss */
.navbar-header > .navbar-brand {
  padding: 10px 0px 10px;
  margin: 0px;
  width: 100%;
  -webkit-transition: padding .2s ease-in;
  -moz-transition: padding .2s ease-in;
  transition: padding .2s ease-in;
}
/* line 173, ../scss/_custom.scss */
.navbar-header > .navbar-brand img {
  width: 300px;
  height: 85px;
  margin: 0px auto;
}
@media screen and (max-width: 991px) {
  /* line 173, ../scss/_custom.scss */
  .navbar-header > .navbar-brand img {
    margin: -40px 0px 0px;
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  /* line 173, ../scss/_custom.scss */
  .navbar-header > .navbar-brand img {
    width: 220px;
  }
}
@media screen and (max-width: 991px) {
  /* line 166, ../scss/_custom.scss */
  .navbar-header > .navbar-brand {
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 166, ../scss/_custom.scss */
  .navbar-header > .navbar-brand {
    margin-left: 10px;
  }
}

/* line 194, ../scss/_custom.scss */
.navbar-default .navbar-toggle {
  top: 6px;
}

/* line 197, ../scss/_custom.scss */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ffffff;
}

/* line 200, ../scss/_custom.scss */
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
  border-color: transparent;
}

/* line 203, ../scss/_custom.scss */
.navbar-default .nav {
  margin-top: 30px;
}

/* line 207, ../scss/_custom.scss */
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border: 1px #2350a1 solid;
  color: #222222;
  margin: 10px 20px;
  position: relative;
}

/* line 218, ../scss/_custom.scss */
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #2350a1;
}

/* line 222, ../scss/_custom.scss */
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #2350a1 !important;
  background-color: transparent;
}

/* line 227, ../scss/_custom.scss */
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

@media (min-width: 990px) {
  /* line 231, ../scss/_custom.scss */
  .navbar-default {
    margin: 0px;
    padding: 0px;
  }

  /* line 235, ../scss/_custom.scss */
  .navbar-default .nav {
    width: 100%;
    margin: 20px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px #ababab solid;
  }

  /* line 244, ../scss/_custom.scss */
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    border: none;
    margin: 0px 15px 0px;
    padding: 20px 0px 20px;
    border-bottom: 2px #ffffff solid;
  }

  /* line 250, ../scss/_custom.scss */
  .navbar-default .nav > li.active > a {
    border-bottom: 2px #2350a1 solid;
  }

  /* line 254, ../scss/_custom.scss */
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    border-bottom: 2px #2350a1 solid;
  }

  /* line 258, ../scss/_custom.scss */
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #2350a1;
    padding: 10px 5px;
  }

  /* line 263, ../scss/_custom.scss */
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #8b27b0;
  }
}
/* line 267, ../scss/_custom.scss */
header {
  position: relative;
  width: 100%;
}
/* line 270, ../scss/_custom.scss */
header #Audio-Control {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  /* line 270, ../scss/_custom.scss */
  header #Audio-Control {
    display: none;
  }
}
/* line 279, ../scss/_custom.scss */
header #Audio-Control button {
  border: 1px solid #ddd;
  width: 30px;
  float: left;
  font-size: 13px;
  padding: 2px 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 290, ../scss/_custom.scss */
header #Audio-Control button.on {
  border-left: none;
}
/* line 293, ../scss/_custom.scss */
header #Audio-Control button.off {
  border-right: none;
}
/* line 296, ../scss/_custom.scss */
header #Audio-Control button.active {
  background: rgba(254, 254, 254, 0.8);
}
/* line 299, ../scss/_custom.scss */
header #Audio-Control button:not(.active):hover {
  background: rgba(254, 254, 254, 0.3);
}

/* line 305, ../scss/_custom.scss */
.header-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
/* line 310, ../scss/_custom.scss */
.header-wrapper #video-background {
  padding: 0px 0px;
  width: 100%;
}

/* line 316, ../scss/_custom.scss */
footer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  background: #222222;
  color: #ffffff;
}
/* line 322, ../scss/_custom.scss */
footer .f_menu {
  font-size: 14px;
  font-weight: 600;
}
/* line 326, ../scss/_custom.scss */
footer .list-unstyled {
  font-size: 14px;
  margin-top: 30px;
}
/* line 330, ../scss/_custom.scss */
footer .list-unstyled li {
  display: block;
  margin-right: 25px;
  margin-bottom: 10px;
}
/* line 334, ../scss/_custom.scss */
footer .list-unstyled li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
/* line 340, ../scss/_custom.scss */
footer .list-unstyled li a {
  color: #ffffff;
}
/* line 342, ../scss/_custom.scss */
footer .list-unstyled li a:hover {
  color: #d6aa96;
}
@media screen and (max-width: 767px) {
  /* line 330, ../scss/_custom.scss */
  footer .list-unstyled li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px #efefef dotted;
  }
}
/* line 353, ../scss/_custom.scss */
footer .black {
  color: #222222;
}
/* line 356, ../scss/_custom.scss */
footer p a {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  /* line 316, ../scss/_custom.scss */
  footer {
    padding-bottom: 20px;
  }
}

/* line 363, ../scss/_custom.scss */
.no-gutter {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 367, ../scss/_custom.scss */
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  /* line 547, ../scss/_common.scss */
  /* line 373, ../scss/_custom.scss */
  .no-gutter [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }

  /* line 377, ../scss/_custom.scss */
  .no-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 382, ../scss/_custom.scss */
.shadow {
  display: block;
  box-shadow: 0px 2px 0px 5px rgba(0, 0, 0, 0);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
/* line 388, ../scss/_custom.scss */
.shadow:hover {
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.3);
}

/* line 392, ../scss/_custom.scss */
.btn-default {
  border: 1px #2350a1 solid;
  color: #2350a1;
  background: #ffffff;
  padding-right: 25px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

/* line 406, ../scss/_custom.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background: #2350a1;
  border-color: #2350a1;
}

/* line 413, ../scss/_custom.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 416, ../scss/_custom.scss */
.btn {
  border: 0;
  border-radius: 0px;
  font-size: 15px;
}

/* line 422, ../scss/_custom.scss */
.btn-xl {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
  border: 2px #2350a1 solid;
}
@media screen and (max-width: 480px) {
  /* line 422, ../scss/_custom.scss */
  .btn-xl {
    font-size: 16px;
    padding: 10px 40px;
  }
}

/* line 433, ../scss/_custom.scss */
.btn-lg {
  font-size: 16px !important;
}

/* line 436, ../scss/_custom.scss */
.btn-sm {
  font-size: 13px !important;
}

/* line 439, ../scss/_custom.scss */
.btn.btn-primary {
  color: #ffffff;
  background: #222222;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  border: 2px #222222 solid;
}

/* line 447, ../scss/_custom.scss */
.btn.btn-primary:hover {
  background: #2350a1;
  border: 2px #2350a1 solid;
}

/* line 452, ../scss/_custom.scss */
.btn-white {
  border: 2px #ffffff solid;
  color: #ffffff;
}
/* line 455, ../scss/_custom.scss */
.btn-white:hover {
  background: #ffffff;
  color: #222222;
}

/* line 460, ../scss/_custom.scss */
.btn-green {
  color: #222222;
}

/* line 463, ../scss/_custom.scss */
.btn-info {
  background: #222222;
}
/* line 465, ../scss/_custom.scss */
.btn-info:hover {
  background: #2350a1;
}

/* line 469, ../scss/_custom.scss */
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

/* line 474, ../scss/_custom.scss */
::selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

/* line 479, ../scss/_custom.scss */
img::selection {
  color: #fff;
  background: 0 0;
}

/* line 483, ../scss/_custom.scss */
img::-moz-selection {
  color: #fff;
  background: 0 0;
}

@-webkit-keyframes scroll-inner {
  /* line 490, ../scss/_custom.scss */
  from {
    margin-top: 15%;
    opacity: 1;
  }

  /* line 495, ../scss/_custom.scss */
  to {
    margin-top: 95%;
    opacity: 1;
  }
}

@keyframes scroll-inner {
  /* line 503, ../scss/_custom.scss */
  from {
    margin-top: 15%;
    opacity: 1;
  }

  /* line 508, ../scss/_custom.scss */
  to {
    margin-top: 95%;
    opacity: 1;
  }
}

/* line 514, ../scss/_custom.scss */
div.mouse-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  display: block;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 526, ../scss/_custom.scss */
div.mouse {
  position: relative;
  display: block;
  width: 20px;
  height: 30px;
  margin: 0 auto;
  border-radius: 8px;
}
/* line 535, ../scss/_custom.scss */
div.mouse span.scroll-down {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  -webkit-animation: scroll-inner 1.5s;
  animation: scroll-inner 1.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes rotate {
  /* line 554, ../scss/_custom.scss */
  0% {
    transform: rotate(0);
  }

  /* line 555, ../scss/_custom.scss */
  100% {
    transform: rotate(360deg);
  }
}

/* line 557, ../scss/_custom.scss */
.h3 {
  font-weight: 400;
  font-size: 30px;
  padding: 10px 25px;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  /* line 557, ../scss/_custom.scss */
  .h3 {
    font-size: 22px;
  }
}

/* line 569, ../scss/_custom.scss */
.h3_2 {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 573, ../scss/_custom.scss */
.h3_2 span {
  padding: 10px 25px;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}
/* line 581, ../scss/_custom.scss */
.h3_2.text-green {
  color: #222222;
}
/* line 583, ../scss/_custom.scss */
.h3_2.text-green span {
  border-top: 1px #222222 solid;
  border-bottom: 1px #222222 solid;
}
@media screen and (max-width: 480px) {
  /* line 569, ../scss/_custom.scss */
  .h3_2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

/* line 594, ../scss/_custom.scss */
.h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 597, ../scss/_custom.scss */
.h4 span {
  padding: 6px 25px 5px;
  position: relative;
  background: #ffffff;
}
/* line 601, ../scss/_custom.scss */
.h4 span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ffffff;
  border-width: 21px 20px;
  width: 0;
  height: 0;
}
@media screen and (max-width: 480px) {
  /* line 601, ../scss/_custom.scss */
  .h4 span:after {
    border-width: 18px 18px;
  }
}
/* line 616, ../scss/_custom.scss */
.h4 span.green {
  background: #222222;
  color: #ffffff;
}
/* line 619, ../scss/_custom.scss */
.h4 span.green:after {
  border-left-color: #222222;
}
@media screen and (max-width: 480px) {
  /* line 594, ../scss/_custom.scss */
  .h4 {
    font-size: 18px;
    margin: 40px 0px 30px;
  }
}

/* line 630, ../scss/_custom.scss */
.subvisual {
  margin-top: 0px;
  width: 100%;
}
/* line 634, ../scss/_custom.scss */
.subvisual h1 {
  font-size: 80px;
  text-align: left;
  font-weight: 700;
  background: linear-gradient(to bottom, #f2f2f2 25%, #ffffff 75%);
  -webkit-background-clip: text;
  color: transparent;
  margin-top: -65px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  /* line 634, ../scss/_custom.scss */
  .subvisual h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  /* line 634, ../scss/_custom.scss */
  .subvisual h1 {
    font-size: 24px;
  }
}

/* line 653, ../scss/_custom.scss */
#firstcont {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  /* line 653, ../scss/_custom.scss */
  #firstcont {
    margin-top: 60px;
  }
}

/* line 659, ../scss/_custom.scss */
.firstcont {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  /* line 659, ../scss/_custom.scss */
  .firstcont {
    margin-top: 60px;
  }
}
/* line 664, ../scss/_custom.scss */
.firstcont.no-bottom {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* line 669, ../scss/_custom.scss */
table.table-striped tr:nth-of-type(even) {
  background: #ffffff;
}

/* line 672, ../scss/_custom.scss */
table.table-striped tr:nth-of-type(odd) {
  background: #ffffff;
}

/* line 675, ../scss/_custom.scss */
table.table-striped tr th {
  white-space: nowrap;
  background: #efefef;
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  /* line 675, ../scss/_custom.scss */
  table.table-striped tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    background: #ffffff;
    text-align: left;
    color: #2350a1;
  }
}

@media screen and (max-width: 480px) {
  /* line 694, ../scss/_custom.scss */
  table.table-striped tr td {
    display: block;
    width: 100%;
    border-top: none;
    padding-top: 0px !important;
    margin-top: 0px;
  }
}

/* line 703, ../scss/_custom.scss */
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  /* line 703, ../scss/_custom.scss */
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/****************************************************************** custom ***********************************************************/
/* line 713, ../scss/_custom.scss */
.h2_title {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  /* line 713, ../scss/_custom.scss */
  .h2_title {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  /* line 713, ../scss/_custom.scss */
  .h2_title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

/* line 727, ../scss/_custom.scss */
.h2_title2 {
  margin-top: 0px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  /* line 727, ../scss/_custom.scss */
  .h2_title2 {
    margin: 20px 0px;
  }
}
/* line 733, ../scss/_custom.scss */
.h2_title2:before {
  content: " ";
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  background: url(../images/sub/tree.svg);
  background-size: cover;
}

/* line 743, ../scss/_custom.scss */
.h2_lead {
  text-transform: uppercase;
  color: #2350a1;
  font-size: 14px;
}

/* line 748, ../scss/_custom.scss */
section.uno {
  padding: 120px 0px 80px;
}
/* line 750, ../scss/_custom.scss */
section.uno .lead {
  line-height: 34px;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  /* line 750, ../scss/_custom.scss */
  section.uno .lead {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  /* line 748, ../scss/_custom.scss */
  section.uno {
    padding: 40px 0px 40px;
  }
}

/* line 763, ../scss/_custom.scss */
section.uno2 {
  padding: 80px 0px 80px;
  background: url(../images/index/illustration01.png) no-repeat;
  background-position: center right;
}
/* line 767, ../scss/_custom.scss */
section.uno2 p {
  line-height: 30px;
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  /* line 767, ../scss/_custom.scss */
  section.uno2 p {
    font-size: 15px;
    line-height: 28px;
  }
}

/* line 777, ../scss/_custom.scss */
section.dio {
  margin: 150px 0px 0px;
  padding-bottom: 40px;
  background: linear-gradient(90deg, #ffffff 50%, #d6aa96 50%);
}
/* line 781, ../scss/_custom.scss */
section.dio .right-column {
  margin-top: 200px;
}
/* line 784, ../scss/_custom.scss */
section.dio .right-column h3 {
  color: #ffffff;
}
/* line 787, ../scss/_custom.scss */
section.dio .right-column p {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  /* line 781, ../scss/_custom.scss */
  section.dio .right-column {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  /* line 781, ../scss/_custom.scss */
  section.dio .right-column {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  /* line 777, ../scss/_custom.scss */
  section.dio {
    margin-top: 90px;
    background: #d6aa96;
    margin-bottom: 50px;
  }
}

/* line 807, ../scss/_custom.scss */
.btn-gray {
  background: #535353;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 15px;
}

/* line 813, ../scss/_custom.scss */
.gbg {
  background: #efefef;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  /* line 813, ../scss/_custom.scss */
  .gbg {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

/* line 822, ../scss/_custom.scss */
.hr {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 2px #e3ede4 solid;
}

/* line 827, ../scss/_custom.scss */
.bodywrapper {
  min-height: 100vh;
  min-height: 100vh;
  position: relative;
  padding-bottom: 340px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  /* line 827, ../scss/_custom.scss */
  .bodywrapper {
    box-sizing: content-box;
  }
}
/* line 836, ../scss/_custom.scss */
.bodywrapper .footer_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 844, ../scss/_custom.scss */
.example {
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #222222, #222222 2px, white 2px, white 5px);
  background: repeating-linear-gradient(-45deg, #222222, #222222 2px, white 2px, white 5px);
}
/* line 848, ../scss/_custom.scss */
.example .example_box {
  margin: 6px 6px;
  background: #ffffff;
  padding: 20px 30px;
}
/* line 852, ../scss/_custom.scss */
.example .example_box .interview_lead {
  text-transform: uppercase;
  color: #2350a1;
  font-size: 14px;
  margin-bottom: 0px;
}
/* line 858, ../scss/_custom.scss */
.example .example_box .interview_title {
  margin-bottom: 20px;
  font-size: 28px;
  margin-top: 0px;
}
@media screen and (max-width: 1200px) {
  /* line 858, ../scss/_custom.scss */
  .example .example_box .interview_title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  /* line 858, ../scss/_custom.scss */
  .example .example_box .interview_title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

/* line 873, ../scss/_custom.scss */
#inquiry {
  padding-top: 120px;
  padding-bottom: 200px;
  background: url(../images/footer/bgs.jpg);
  background-size: cover;
  background-position: bottom;
}

/* line 880, ../scss/_custom.scss */
.img-area {
  width: 100%;
  height: 200px;
  display: block;
  background: #f2f2f2;
}

/* line 886, ../scss/_custom.scss */
.recent-title {
  width: 90%;
  margin-left: 10%;
}
@media screen and (max-width: 991px) {
  /* line 886, ../scss/_custom.scss */
  .recent-title {
    width: 100%;
    margin-left: 0;
  }
}

/* line 894, ../scss/_custom.scss */
.recent {
  width: 90%;
  margin-left: 10%;
}
@media screen and (max-width: 991px) {
  /* line 894, ../scss/_custom.scss */
  .recent {
    width: 100%;
    margin-left: 0;
  }
}
/* line 901, ../scss/_custom.scss */
.recent span.r-date {
  display: block;
  font-size: 14px;
}
/* line 905, ../scss/_custom.scss */
.recent span.r-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-left: 1em;
}
/* line 911, ../scss/_custom.scss */
.recent li {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px #cccccc solid;
}

/* line 919, ../scss/_custom.scss */
.news-list .date.flag01:after {
  content: "トピックス";
  font-size: 13px;
  padding: 2px 10px;
  background: #eb3a31;
  margin-left: 20px;
  color: #ffffff;
  white-space: nowrap;
}
/* line 928, ../scss/_custom.scss */
.news-list .date.flag02:after {
  content: "イベント";
  font-size: 13px;
  padding: 2px 10px;
  background: #2597cd;
  margin-left: 20px;
  color: #ffffff;
}
/* line 936, ../scss/_custom.scss */
.news-list .date.flag03:after {
  content: "お知らせ";
  font-size: 13px;
  padding: 2px 10px;
  background: #9ccd25;
  margin-left: 20px;
  color: #ffffff;
  white-space: nowrap;
}

/* line 948, ../scss/_custom.scss */
.news_main .img_area {
  margin-top: 30px;
  text-align: center;
}
/* line 952, ../scss/_custom.scss */
.news_main .date {
  margin-bottom: 15px;
  margin-top: 0px;
  color: #222222 !important;
}
/* line 956, ../scss/_custom.scss */
.news_main .date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #222222;
}
/* line 963, ../scss/_custom.scss */
.news_main .date span.flag01:before {
  content: "トピックス";
  font-size: 12px;
  padding: 4px 10px;
  background: #eb3a31;
  color: #ffffff;
  margin-left: 10px;
  width: 80px;
  text-align: center;
}
/* line 974, ../scss/_custom.scss */
.news_main .date span.flag02:before {
  content: "イベント";
  font-size: 12px;
  padding: 4px 10px;
  background: #2597cd;
  color: #ffffff;
  margin-left: 10px;
}
/* line 983, ../scss/_custom.scss */
.news_main .date span.flag03:before {
  content: "お知らせ";
  font-size: 12px;
  padding: 4px 10px;
  background: #9ccd25;
  color: #ffffff;
  margin-left: 10px;
}

/* line 996, ../scss/_custom.scss */
.pdfdown li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
