@charset "UTF-8";
/* Body Background color ----------------------------------- */
body {
  background-color: #efedea;
}
body:not([class^='page-']) #header .header-static {
  border-bottom-color: #999;
}
/* Button -------------------------------------------------- */
.btn {
  border-radius: 3px;
}
.btn-white {
  background-color: #fff;
}
.btn-fill-primary {
  background-color: #ff9718;
}
.btn-fill-primary.focus, .btn-fill-primary:focus, .btn-fill-primary:hover {
  background-color: #e47d00;
}
/* Index page ---------------------------------------------- */
#index {
  background-color: #333;
}
@media screen and (min-width: 576px) {
  #index {
    height: 100vh;
    width: 100%;
  }
}
.front {
  position: relative;
  width: 100%;
}
.front__logo {
  text-align: center;
  height: 20vh;
  display: table;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .front__logo > div {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (min-width: 576px) {
  .front__logo {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
@media screen and (max-width: 575px) {
  .front__logo .img-fluid {
    width: 180px;
  }
}
.front__tagline {
  text-align: center;
  color: #e9e9e9;
  font-size: 12px;
}
@media screen and (min-width: 576px) {
  .front__tagline {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
  }
}
.front__block {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 40vh;
}
@media screen and (min-width: 576px) {
  .front__block {
    height: 100vh;
  }
}
.front__block.-tokyo {
  background-image: url(/items-VF18/img/bg_tokyo.jpg);
  background-position: 0%;
}
.front__block.-osaka {
  background-image: url(/items-VF18/img/bg_osaka.jpg);
  background-position: 100%;
}
@media screen and (min-width: 576px) {
  .front__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.front__block {
  position: relative;
}
@media screen and (min-width: 576px) {
  .front__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: center;
        flex-flow: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.front__content {
  padding: 20px;
  display: table;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.front__content > div {
  position: relative;
}
@media screen and (max-width: 575px) {
  .front__content > div {
    display: table-cell;
    vertical-align: middle;
  }
}
.front__content > div .fas {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.front__content:hover, .front__content:focus, .front__content:visited {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  .front__content {
    display: block;
    position: static;
    height: auto;
    height: initial;
    margin: 0 auto 100px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    max-width: 80%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .front__content:hover {
    background-color: rgba(255, 255, 255, .9);
    color: #717074;
  }
}
@media screen and (min-width: 768px) {
  .front__content {
    max-width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .front__content {
    max-width: 60%;
  }
}
.front__content ul {
  margin-top: 20px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .front__content ul {
    font-size: 14px;
  }
}
/* Home news icon ------------------------------------------ */
.content-home .news .list li .new {
  background-color: #D91643 !important;
}
/* Navigation color ---------------------------------------- */
.page-tokyo.page-home #header .header-nav ul.nav li.nav-home a {
  background-color: #0c4585 !important;
}
.page-osaka.page-home #header .header-nav ul.nav li.nav-home a {
  background-color: #0c884e !important;
}
.page-tokyo #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #1267c7 !important;
}
.page-osaka #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #12ca74 !important;
}
.page-tokyo.page-about #header .header-nav ul.nav li.nav-about a {
  background-color: #0c4585 !important;
}
.page-osaka.page-about #header .header-nav ul.nav li.nav-about a {
  background-color: #0c884e !important;
}
.page-tokyo #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #1267c7 !important;
}
.page-osaka #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #12ca74 !important;
}
.page-tokyo.page-program #header .header-nav ul.nav li.nav-program a {
  background-color: #0c4585 !important;
}
.page-osaka.page-program #header .header-nav ul.nav li.nav-program a {
  background-color: #0c884e !important;
}
.page-tokyo #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #1267c7 !important;
}
.page-osaka #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #12ca74 !important;
}
.page-tokyo.page-showcase #header .header-nav ul.nav li.nav-showcase a {
  background-color: #0c4585 !important;
}
.page-osaka.page-showcase #header .header-nav ul.nav li.nav-showcase a {
  background-color: #0c884e !important;
}
.page-tokyo #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #1267c7 !important;
}
.page-osaka #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #12ca74 !important;
}
.page-tokyo.page-lab #header .header-nav ul.nav li.nav-lab a {
  background-color: #0c4585 !important;
}
.page-osaka.page-lab #header .header-nav ul.nav li.nav-lab a {
  background-color: #0c884e !important;
}
.page-tokyo #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #1267c7 !important;
}
.page-osaka #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #12ca74 !important;
}
.page-tokyo.page-faq #header .header-nav ul.nav li.nav-faq a {
  background-color: #0c4585 !important;
}
.page-osaka.page-faq #header .header-nav ul.nav li.nav-faq a {
  background-color: #0c884e !important;
}
.page-tokyo #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #1267c7 !important;
}
.page-osaka #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #12ca74 !important;
}
.page-tokyo.page-map #header .header-nav ul.nav li.nav-map a {
  background-color: #0c4585 !important;
}
.page-osaka.page-map #header .header-nav ul.nav li.nav-map a {
  background-color: #0c884e !important;
}
.page-tokyo #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #1267c7 !important;
}
.page-osaka #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #12ca74 !important;
}
.page-tokyo.page-sponsor #header .header-nav ul.nav li.nav-sponsor a {
  background-color: #0c4585 !important;
}
.page-osaka.page-sponsor #header .header-nav ul.nav li.nav-sponsor a {
  background-color: #0c884e !important;
}
.page-tokyo #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #1267c7 !important;
}
.page-osaka #header .header-nav ul.nav li:not(.nav-register) a:hover {
  background-color: #12ca74 !important;
}
.page-tokyo #header .header-top ul li.nav-tokyo a {
  color: #0f56a6;
  font-weight: 600;
  border-bottom: 2px solid #0f56a6;
}
.page-tokyo #header .header-top ul li.nav-tokyo a:hover {
  text-decoration: none;
}
.page-osaka #header .header-top ul li.nav-osaka a {
  color: #0fa961;
  font-weight: 600;
  border-bottom: 2px solid #0fa961;
}
.page-osaka #header .header-top ul li.nav-osaka a:hover {
  text-decoration: none;
}
.page-tokyo #header .header-nav.header-tokyo {
  background-color: #0f56a6;
}
.page-tokyo #header .navbar-toggle {
  background-color: #0b3e77;
}
.page-tokyo #header .header-static {
  border-color: #2f88ec;
}
.page-osaka #header .header-nav.header-osaka {
  background-color: #0fa961;
}
.page-osaka #header .navbar-toggle {
  background-color: #0b7a46;
}
.page-osaka #header .header-static {
  border-color: #31ed95;
}
/* Header -------------------------------------------------- */
#header {
  background-color: #fff;
}
#header .logo {
  width: 270px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  #header .logo {
    width: 140px !important;
    top: 14px !important;
  }
}
#header .header-top a {
  color: #333;
}
#header .header-top .pointer i, #header .header-top .pointer:before, #header .header-top .pointer:after {
  background-color: #444;
}
#header .header-nav {
  background-color: #464648;
}
#header .header-nav nav ul.nav li.nav-register a {
  border-radius: 3px;
  background-color: #ff9718;
}
#header .header-nav nav ul.nav li.nav-register a:hover {
  background: #e47d00;
}
#header .header-mypage .logo {
  top: 12px;
  left: 15px;
  width: 200px;
}
#header .navbar-toggle-mypage span i {
  background-color: #464648;
}
/* Tokyo/Osaka home ---------------------------------------- */
.demo {
  /*
  Home - Hero -------------------------------------------------
*/
  /*
  Home - Introduction -----------------------------------------
*/
  /*
  Home - Recommended -----------------------------------------
*/
  /*
  Home - Executive -----------------------------------------
*/
}
.demo .hero {
  min-height: 300px;
  color: #fff;
  background-image: url(/items-VF18/img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 371px) {
  .demo .hero {
    background-position: 100% 0;
  }
}
@media screen and (min-width: 576px) {
  .demo .hero {
    min-height: 0;
    min-height: initial;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 576px) {
  .demo .hero__wrapper {
    background-image: none;
  }
}
.demo .hero__sns .sns {
  margin-top: 20px;
}
.demo .hero__title {
  line-height: 1.7;
  text-align: center;
}
.demo .hero__title img {
  margin: auto;
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (min-width: 371px) {
  .demo .hero__title img {
    max-width: none;
    max-width: initial;
    width: 300px;
  }
}
@media screen and (min-width: 576px) {
  .demo .hero__title img {
    width: 380px;
  }
}
.demo .hero__subtitle {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  display: block;
  vertical-align: bottom;
  line-height: 1.6;
}
@media screen and (min-width: 371px) {
  .demo .hero__subtitle {
    font-size: 13px;
  }
}
@media screen and (min-width: 576px) {
  .demo .hero__subtitle {
    text-align: left;
    font-size: 18px;
    margin-top: 25px;
  }
}
.demo .hero__tagline {
  margin-top: 10px;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .demo .hero__tagline {
    font-size: 18px;
  }
}
.demo .hero__date {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
@media screen and (min-width: 576px) {
  .demo .hero__date {
    margin-top: 20px;
    letter-spacing: .1em;
  }
}
.demo .hero__dateNum {
  font-weight: 400;
  font-size: 1.3em;
}
@media screen and (min-width: 768px) {
  .demo .hero__dateNum {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 992px) {
  .demo .hero__dateNum {
    font-size: 2em;
  }
}
.demo .hero__sns {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .demo .hero__sns {
    text-align: left;
  }
}
.demo .hero__venue {
  text-align: center;
  color: #fff;
}
.demo .hero__register {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .demo .hero__register {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .demo .hero__register {
    margin-top: 40px;
  }
}
.demo .hero__register .button {
  min-width: 280px;
  margin: 0;
}
.demo .hero__message {
  margin-top: 40px;
  padding: 10px;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .demo .hero__message {
    background-color: rgba(0, 0, 0, .4);
    margin-top: 60px;
    padding: 20px;
    color: #fff;
    font-size: 16px;
  }
}
.demo .hero.-end .hero__message:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -26px;
  border: 26px solid transparent;
  border-top: 26px solid rgba(0, 0, 0, .4);
}
.demo .message {
  background-color: #fff;
  text-align: center;
  color: #414042;
  font-weight: 600;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 371px) {
  .demo .message {
    background-position: 100% 0;
  }
}
@media screen and (min-width: 768px) {
  .demo .message {
    background-image: url(/items-VF18/img/bg_hero_.png);
    background-position: 100% 0;
    background-attachment: fixed;
  }
}
.demo .message p {
  line-height: 1.5;
  margin: 1em;
}
.demo .message:before {
  background-color: rgba(255, 255, 255, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 0;
}
.demo .introduction {
  background-color: #eee;
  position: relative;
}
.demo .introduction .container {
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .demo .introduction .container {
    border-bottom: none;
  }
}
.demo .introduction .container h3 {
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 576px) {
  .demo .introduction .container h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .demo .introduction__text {
    font-size: 16px;
  }
}
.demo .recommended {
  background-color: #fff;
}
.demo .recommended .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.demo .recommended .card {
  margin-bottom: 15px;
}
.demo .recommended .card__title {
  margin-top: .3em;
}
.demo .recommended .card__inner {
  border-top: 0;
}
.demo .recommended .card.-case .card__title:after,
.demo .recommended .card.-tech .card__title:after {
  margin-top: 5px;
  color: #fff;
  max-width: 7em;
  display: block;
  content: "";
  font-size: 10px;
  padding: 2px 5px;
  text-align: center;
  border-radius: 2px;
  font-weight: 400;
}
.demo .recommended .card.-tech .card__title:after {
  background-color: #333;
  content: "テクニカル";
}
.demo .recommended .card.-tech .recommended__id {
  background-color: #333;
}
.demo .recommended .card.-case .card__title:after {
  background-color: #333;
  content: "お客様事例";
}
.demo .recommended .card.-case .recommended__id {
  background-color: #333;
}
.demo .recommended__id {
  font-size: 12px;
  background-color: #333;
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  height: 20px;
  line-height: 20px;
}
.demo .recommended__time, .demo .recommended__icon {
  display: inline-block;
  font-size: 12px;
  margin-left: .5em;
  color: #666;
}
@media screen and (max-width: 370px) {
  .demo .recommended__icon {
    margin-left: 0;
    margin-top: 5px;
    display: block;
  }
}
.demo .recommended__icon span {
  margin-left: .3em;
}
.demo .executive__photo {
  background-color: #f4f4f4;
  padding: 20px;
}
.demo .executive__photo img {
  margin: auto;
}
.demo .executive .col-lg {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .demo .executive .col-lg {
    max-width: 280px;
  }
}
.page-tokyo .demo .hero {
  background-image: url(/items-VF18/img/bg_tokyo.jpg);
  background-position: 0% 100%;
}
.page-osaka .demo .hero {
  background-image: url(/items-VF18/img/bg_osaka.jpg);
  background-position: 0% 100%;
}
/* Form ---------------------------------------------------- */
.form i.must {
  background-color: #D91643;
}
/* Mypage -------------------------------------------------- */
.page-mypage .layout-head-secondary {
  background-color: #003C51;
  color: #fff;
}
.page-mypage .mypage-home-menu ul li .new {
  background-color: #D91643;
}
/* Social -------------------------------------------------- */
.layout-social,
.layout-social-info {
  display: none;
}
/* Footer -------------------------------------------------- */
#footer {
  color: #746a5e;
}
#footer a {
  color: #746a5e !important;
}
