@charset "UTF-8";
#menu a {
  border-bottom: #00a0e9 3px solid; }
  #menu a:hover {
    color: #ffeb3b; }
    #menu a:hover.btn-outline-light {
      color: #28a745; }
  #menu a.dropdown-item {
    color: #9a68a8; }
  #menu a.btn-outline-light {
    border-bottom: #fff 1px solid; }

.btn-primary {
  color: #ffffff;
  background-color: #484240;
  border-width: 4px;
  border-color: #635b58;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); }
  .btn-primary:visited {
    background-color: #3b3634;
    border-color: #3b3634; }
  .btn-primary:hover {
    background-color: #2d2928;
    border-color: #3b3634; }
  .btn-primary:active {
    background-color: #3b3634;
    border-color: #3b3634; }

.btn-outline-primary {
  color: #484240;
  background-color: transparent;
  background-image: none;
  border: #484240 3px solid;
  font-weight: bold; }
  .btn-outline-primary:hover {
    background-color: #484240;
    border: #484240 3px solid; }

.btn-outline-secondary {
  color: #484240;
  background-color: #fff;
  font-weight: bold;
  border: #fff 3px solid;
  border-radius: 0; }
  .btn-outline-secondary:hover {
    background-color: #484240;
    border: #fff 3px solid; }

.note {
  color: #fff100; }

.note2 {
  color: #0068b7;
  font-weight: bold; }

.list-square {
  list-style-type: square; }

.title {
  border-left: 8px solid #9e9e9e;
  font-weight: bold; }

.hot {
  position: absolute;
  text-align: left;
  padding-left: 15px;
  top: -15px;
  left: 0px;
  width: 60%;
  height: 80px;
  font-size: 24px;
  padding-top: 8px;
  font-weight: bold;
  color: #fff;
  background: url(../images/products/hot_bg.png) no-repeat right top;
  background-size: 100% 100%;
  z-index: 99; }

#weakness-test {
  background: #0068b7;
  border-radius: 8px;
  color: white; }

#description::before {
  content: "「";
  position: absolute;
  display: block;
  left: -50px;
  top: -50px;
  width: 30px;
  height: 30px;
  font-size: 80px;
  color: #666; }
#description::after {
  content: "」";
  position: absolute;
  display: block;
  right: 0px;
  bottom: 60px;
  width: 30px;
  height: 30px;
  font-size: 80px;
  color: #666; }

.industry_txt {
  color: #0068b7;
  line-height: 1.3;
  font-weight: bold; }

.badge-big {
  background: #0068b7;
  color: white;
  border-radius: 25px;
  display: inline-block; }

.badge-big-bg {
  background: #f1fafd;
  border-radius: 10px;
  min-height: 390px;
  border: none; }
  .badge-big-bg .list-group-item {
    background: none;
    border: none;
    font-size: 17px;
    padding: 5px 10px; }

#advantages {
  font-size: 18px;
  background: #0068b7 url(../images/products/ai-bg.svg) no-repeat center bottom;
  background-size: cover;
  color: white; }
  #advantages h3 {
    color: #f39800;
    font-weight: bold; }
  #advantages ul {
    color: #fff;
    list-style-type: square;
    line-height: 1.5; }
    #advantages ul li {
      line-height: 1.8; }

#solutions .service {
  background: #f1fafd;
  border-radius: 5px;
  min-height: 330px; }
#solutions .h5 {
  font-size: 20px;
  color: black;
  font-weight: bold; }
#solutions .h6 {
  font-size: 15px;
  line-height: 1.6;
  padding: 0 20px; }

.service {
  border: 3px solid transparent;
  transition: border-color 0.3s ease; }
  .service figure img {
    transition: transform 0.4s ease;
    margin-top: 10px; }
  .service p {
    position: relative; }
    .service p span {
      display: block;
      transition: opacity 0.3s ease; }
    .service p .h5 {
      opacity: 1;
      margin-top: 15px; }
    .service p .h6 {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: none; }
  .service:hover {
    border-color: #009edb; }
    .service:hover figure img {
      transform: scale(0.7);
      margin-top: 0; }
    .service:hover p .h5 {
      opacity: 0;
      display: none; }
    .service:hover p .h6 {
      opacity: 1;
      margin-top: 0;
      display: inline-block;
      text-align: left; }

.btnw-100 {
  width: 100%; }

@media (min-width: 992px) {
  .zerotrust_Q,
  .mail_Q {
    font-size: 1.75rem; } }

/*# sourceMappingURL=X-Village.css.map */
