/* Title */
#titleTop {
  width: 100%;
  height: 760px;
}

@media screen and (max-width: 768px) {
  #titleTop {
    width: 100%;
    height: 680px;
  }
}

#titleTop video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  #titleTop video {
    width: 100%;
    opacity: 1;
  }
}

#titleTop section {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #titleTop section {
    width: 100%;
  }
}

#titleTop section .wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #titleTop section .wrap {
    width: 100%;
  }
}

#titleTop section .wrap h1 {
  width: 100%;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #titleTop section .wrap h1 {
    font-size: 2.4rem;
    width: 100%;
  }
}

#titleTop section .scrolldown {
  position: absolute;
  right: calc(50% - 33px);
  bottom: 10px;
  color: #000;
  z-index: 100;
  height: 80px;
}

@media screen and (max-width: 768px) {
  #titleTop section .scrolldown {
    width: auto;
  }
}

#titleTop section .scrolldown span {
  color: #000;
}

@media screen and (max-width: 768px) {
  #titleTop section .scrolldown span {
    width: auto;
  }
}

#service section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #service section ul {
    display: block;
  }
}

#service section ul li {
  width: 33%;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #service section ul li {
    width: 100%;
    padding: 40px 0;
  }
}

#service section ul li a {
  display: block;
  overflow: hidden;
  border: solid 1px #333;
}

@media screen and (max-width: 768px) {
  #service section ul li a {
    border: none;
  }
}

#service section ul li a:hover {
  opacity: 1;
}

#service section ul li a img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  cursor: pointer;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#service section ul li a img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #service section ul li a img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}

#service section ul li .content {
  padding: 20px 0 0;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #service section ul li .content {
    padding: 20px 10px 0;
  }
}

#service section ul li .content i {
  font-size: 1.1rem;
  opacity: 0.6;
}

#service section ul li .content h3 {
  font-size: 1.8rem;
  padding-bottom: 20px;
  font-weight: 300;
  letter-spacing: 2px;
}

#service section ul li .content p {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 2px;
}

#service section ul li .content a {
  width: 120px;
  display: block;
  margin: auto;
  color: #222;
  font-weight: 300;
  border: solid 1px #222;
  padding: 2px;
  font-size: 1.4rem;
  margin-top: 40px;
  border-radius: 50px;
}

#news section .wrap {
  max-width: 1000px;
  margin: auto;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  #news section .wrap {
    padding: 40px 40px 0;
  }
}

#news section .wrap ul li.news__content {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #news section .wrap ul li.news__content {
    padding: 0px;
  }
}

#news section .wrap ul li.news__content a {
  color: #333;
}

#news section .wrap ul li.news__content a .text__content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  font-weight: 300;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news section .wrap ul li.news__content a .text__content div span {
  display: inline-block;
  padding: 2px 8px;
  border: solid 1px #333;
  font-size: 1.2rem;
}

#news section .wrap ul li.news__content a .text__content div p {
  font-size: 1.2rem;
  text-align: right;
}

#news section .wrap ul li.news__content a .text__content h3 {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.2;
  padding: 20px 0;
}
/*# sourceMappingURL=common.css.map */