@charset "UTF-8";
#global-header {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}
#global-header .inner {
  position: relative;
  top: 0;
  left: 0;
  width: 80%;
}
@media screen and (max-width: 1440px) {
  #global-header .inner {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  #global-header .inner {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner {
    width: 100%;
    border-radius: 0;
  }
}
#global-header .inner .logo {
  width: 24%;
  position: fixed;
  left: 12px;
  top: 8px;
}
#global-header .inner .logo a {
  display: block;
}
#global-header .inner .logo a img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #global-header .inner .logo {
    width: 250px;
  }
  #global-header .inner .logo a {
    padding: 8px 0;
  }
  #global-header .inner .logo a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inner .logo {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  #global-header .inner .logo {
    width: 50%;
  }
}
#global-navi {
  width: 100%;
  position: relative;
  top: -40px;
  z-index: 1000;
}
@media screen and (max-width: 520px) {
  #global-navi {
    display: none;
  }
}
#global-navi ul {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
#global-navi ul li {
  width: 100%;
}
#global-navi ul li a {
  width: 100%;
  background: #232323;
  color: #fff;
  padding: 8px 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
#key-visual {
  position: relative;
  background-size: cover;
  min-height: 100vh;
  /*for IE11*/
  min-height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 520px) {
  #key-visual {
    min-height: 40vh;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
  }
}
.slider {
  position: relative;
  z-index: 2;
}
.slide {
  min-height: 100vh;
  /*for IE11*/
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .slide {
    min-height: 40vh;
  }
}
.slide .top-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .slide .top-inner {
    width: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    min-height: 100vh;
  }
}
@media screen and (max-width: 520px) {
  .slide .top-inner {
    min-height: 40vh;
  }
}
.slide .top-inner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1366px) {
  .slide .top-inner img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .slide .top-inner img {
    height: 100%;
    object-fit: cover;
    object-position: 30% 0;
  }
}
@media screen and (max-width: 520px) {
  .slide .top-inner img {
    object-position: center;
  }
}
/*-----------height調整----------*/
.slick-slide {
  height: auto !important;
}
/*------------------------------*/
/*-----------矢印表示----------*/
.slick-next {
  right: 0 !important;
}
.slick-prev {
  left: 0 !important;
}
.slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}
.slick-arrow:before {
  font-size: 30px !important;
}
/*------------------------------*/
.key-txt {
  position: absolute;
  width: 100%;
  height: fit-content;
  -ms-height: fit-content;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .key-txt {
    top: 55px;
  }
}
.key-txt .key-logo {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.7));
  width: 10%;
}
@media screen and (max-width: 1900px) {
  .key-txt .key-logo {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .key-txt .key-logo {
    width: 25%;
  }
}
@media screen and (max-width: 520px) {
  .key-txt .key-logo {
    width: 20%;
  }
}
.key-txt h2.key-title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Folk Medium", sans-serif;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.15em;
  margin-bottom: 0.5vh;
}
@media screen and (max-width: 1900px) {
  .key-txt h2.key-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .key-txt h2.key-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .key-txt h2.key-title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .key-txt h2.key-title {
    font-size: 0.7rem;
    letter-spacing: 0.09em;
  }
}
.key-txt h2.key-title::before {
  content: "";
  background: url("../svg/key-border.svg") no-repeat;
  background-size: contain;
  width: 1550px;
  height: 30px;
  display: block;
  margin: 5vh auto 1vh auto;
}
@media screen and (max-width: 2500px) {
  .key-txt h2.key-title::before {
    width: 700px;
    height: 10px;
    margin: 30px auto 8px auto;
  }
}
@media screen and (max-width: 1900px) {
  .key-txt h2.key-title::before {
    width: 500px;
    height: 8px;
    margin: 40px auto 8px auto;
  }
}
@media screen and (max-width: 1024px) {
  .key-txt h2.key-title::before {
    width: 60%;
    margin: 30px auto 8px auto;
  }
}
@media screen and (max-width: 480px) {
  .key-txt h2.key-title::before {
    width: 346px;
    height: 4px;
    margin: 20px auto 8px auto;
  }
}
@media screen and (max-width: 768px) {
  .key-txt img {
    width: 50%;
  }
}
#sub-key-visual {
  height: 38vh;
}
@media screen and (max-width: 1900px) {
  #sub-key-visual {
    height: 400px;
  }
}
@media screen and (max-width: 1366px) {
  #sub-key-visual {
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  #sub-key-visual {
    height: 300px;
  }
}
@media screen and (max-width: 520px) {
  #sub-key-visual {
    margin-top: 60px;
    height: 200px;
    position: fixed;
    top: 0;
    z-index: 1;
  }
}
#sub-key-visual.visionmap {
  background: linear-gradient(90deg, #ECECEC, #ffffff);
  background-size: cover;
  width: 100%;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #494949;
}
#sub-key-visual.visionmap img {
  width: 30%;
}
@media screen and (max-width: 1100px) {
  #sub-key-visual.visionmap img {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  #sub-key-visual.visionmap img {
    width: 40%;
    margin-top: 10px;
  }
}
.news-bg {
  background: url("../news/images/top.jpg") no-repeat;
  background-size: cover;
  background-position: 25% 50%;
  width: 100%;
}
.newsdetail-bg {
  background: linear-gradient(76deg, #181818, #353535);
  background-size: cover;
  width: 100%;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #494949;
}
.newsdetail-bg img {
  width: 30%;
}
@media screen and (max-width: 1900px) {
  .newsdetail-bg img {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .newsdetail-bg img {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .newsdetail-bg img {
    width: 40%;
    margin-top: 10px;
  }
}
.company-bg {
  background: url("../company/images/top.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
}
.contact-bg {
  background: url("../contact/images/top.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
}
.pankuzu {
  background: #282829;
}
@media screen and (max-width: 520px) {
  .pankuzu {
    margin-top: 260px;
    position: relative;
    z-index: 2;
  }
}
.pankuzu ul {
  width: 1000px;
  margin: 0 auto;
  padding: 8px 0;
  display: flex;
}
@media screen and (max-width: 1900px) {
  .pankuzu ul {
    width: 1240px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 1366px) {
  .pankuzu ul {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .pankuzu ul {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .pankuzu ul {
    padding: 4px 0;
  }
}
.pankuzu ul li {
  display: flex;
  align-items: center;
}
.pankuzu ul li::after {
  content: ">";
  margin: 0 1vw;
  color: #fff;
  font-size: 0.7vw;
}
@media screen and (max-width: 1900px) {
  .pankuzu ul li::after {
    margin: 0 12px;
  }
}
@media screen and (max-width: 480px) {
  .pankuzu ul li::after {
    font-size: 0.8rem;
  }
}
.pankuzu ul li:last-child::after {
  display: none;
}
.pankuzu ul li a {
  font-family: "Folk Medium", sans-serif;
  font-size: 16px;
  transition: all ease 0.5s;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .pankuzu ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .pankuzu ul li a {
    font-size: 0.7rem;
  }
}
.pankuzu ul li a:hover {
  color: #838383;
}
#global-footer {
  background: #fff;
}
#global-footer .copy-wrap {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 4000px) {
  #global-footer .copy-wrap {
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .copy-wrap {
    padding: 12px 0;
  }
}
#global-footer .copy-wrap .copy {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #global-footer .copy-wrap .copy {
    bottom: 4px;
  }
}
#global-footer .copy-wrap .copy small {
  color: #1c1b1b;
  font-size: 0.7vw;
}
@media screen and (max-width: 1900px) {
  #global-footer .copy-wrap .copy small {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .copy-wrap .copy small {
    font-size: 1em;
  }
}
#logo {
  position: fixed;
  width: 240px;
  height: 240px;
  background: #1c1b1b;
  display: grid;
  place-items: center;
  top: 0;
  cursor: pointer;
  transition: all ease 0.3s;
}
#logo:hover {
  opacity: 0.86;
}
@media screen and (max-width: 4000px) {
  #logo {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 520px) {
  #logo {
    width: 100%;
    height: 63px;
    text-align: center;
    z-index: 4;
  }
}
#logo img {
  width: 75%;
}
@media screen and (max-width: 520px) {
  #logo img {
    width: auto;
    height: 48px;
  }
}
#wrapper {
  animation: fadein 3s forwards;
}
#container {
  padding: 150px 0 0 0;
}
@media screen and (max-width: 768px) {
  #container {
    padding: 120px 0 0 0;
  }
}
@media screen and (max-width: 520px) {
  #container {
    padding: 64px 0 0 0;
  }
  #container.top {
    margin-top: 40vh;
    position: relative;
    z-index: 2;
    background: #fff;
  }
}
.content-area {
  width: 1240px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}
@media screen and (max-width: 1366px) {
  .content-area {
    width: 80%;
    padding: 0 0 120px 0;
  }
}
@media screen and (max-width: 1024px) {
  .content-area {
    width: 90%;
  }
}
@media screen and (max-width: 415px) {
  .content-area {
    padding: 0 0 80px 0;
  }
}
.midashi-title {
  margin-bottom: 1vh;
}
@media screen and (max-width: 1900px) {
  .midashi-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .midashi-title {
    margin-bottom: 0;
  }
}
.midashi-title h2 {
  font-family: "Folk Medium", sans-serif;
  font-size: 2vw;
  line-height: 0.6em;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .midashi-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .midashi-title h2 {
    font-size: 1.2rem;
    line-height: 0.8em;
  }
}
.midashi-title h2::before {
  content: "";
  background: url("../svg/title-logo.svg") no-repeat center;
  background-size: contain;
  width: 100px;
  height: 106px;
  display: block;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 1900px) {
  .midashi-title h2::before {
    width: 50px;
    height: 56px;
    margin: 0 auto 16px auto;
  }
}
@media screen and (max-width: 480px) {
  .midashi-title h2::before {
    width: 34px;
    height: 42px;
    margin-top: 18px;
    margin-bottom: 8px;
  }
}
.midashi-title h2 span {
  font-size: 0.9vw;
  color: #03a7e4;
}
@media screen and (max-width: 1900px) {
  .midashi-title h2 span {
    font-size: 0.9rem;
  }
}
a.btn {
  width: 300px;
  text-align: center;
  padding: 1.5vh 0;
  margin: 2vh auto 0 auto;
  display: block;
  transition: all ease 0.5s;
  background: linear-gradient(76deg, #85d7e4, #01a7e4);
  color: #fff;
  font-size: 1vw;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-family: "UD Shin Go Medium" sans-serif;
}
@media screen and (max-width: 1900px) {
  a.btn {
    width: 220px;
    font-size: 1.2rem;
    padding: 12px 0;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 480px) {
  a.btn {
    margin: 10px auto 0;
    font-size: 13px;
    background: #1d1d1d;
    width: 150px;
  }
}
a.btn:hover {
  background: #1C1C1C;
}
a.btn:hover::before {
  left: 36px;
}
a.btn img {
  width: 13%;
}
a.btn.newsbtn {
  width: 300px;
  text-align: center;
  padding: 1.5vh 0;
  margin: 5vh auto 0 auto;
  display: block;
  transition: all ease 0.5s;
  background: linear-gradient(76deg, #85d7e4, #01a7e4);
  color: #fff;
  font-size: 1vw;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-family: "UD Shin Go Medium" sans-serif;
}
@media screen and (max-width: 1900px) {
  a.btn.newsbtn {
    width: 220px;
    font-size: 1.2rem;
    padding: 12px 0;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 520px) {
  a.btn.newsbtn {
    margin: 20px auto 0;
    font-size: 13px;
    border: 1px solid #1d1d1d;
    width: 100%;
    color: #1d1d1d;
    background: #fff;
  }
}
a.btn.newsbtn:hover {
  background: #1C1C1C;
  color: #fff;
}
a.btn.newsbtn:hover::before {
  left: 36px;
}
a.btn.newsbtn img {
  width: 13%;
}
a.btn.compbtn {
  width: 200px;
  padding: 12px 0;
  margin: 24px auto 0;
  display: block;
  transition: all ease 0.5s;
  background: linear-gradient(76deg, #85d7e4, #01a7e4);
  color: #fff;
  font-size: 1vw;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-family: "UD Shin Go Medium" sans-serif;
}
@media screen and (max-width: 1900px) {
  a.btn.compbtn {
    width: 220px;
    font-size: 1.2rem;
    padding: 12px 0;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 520px) {
  a.btn.compbtn {
    margin: 20px auto 0;
    font-size: 13px;
    border: 1px solid #1d1d1d;
    width: 100%;
    color: #1d1d1d;
    background: #fff;
  }
}
a.btn.compbtn:hover {
  background: #1C1C1C;
  color: #fff;
}
a.btn.compbtn:hover::before {
  left: 36px;
}
a.btn.compbtn img {
  width: 13%;
}
#contact {
  width: 100%;
  padding: 6vh 0 0 0;
}
@media screen and (max-width: 1900px) {
  #contact {
    padding: 120px 0 0 0;
  }
}
@media screen and (max-width: 1366px) {
  #contact {
    padding: 100px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  #contact {
    padding: 70px 0 40px 0;
  }
}
#contact h2 {
  color: #fff;
  margin-bottom: 24px;
}
#contact h2::before {
  display: none;
}
@media screen and (max-width: 520px) {
  #contact h2 {
    margin-bottom: 0;
  }
}
#contact .contact-inner {
  width: 80%;
}
@media screen and (max-width: 520px) {
  #contact .contact-inner {
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#contact .contact-inner .ctaread {
  text-align: center;
}
@media screen and (max-width: 520px) {
  #contact .contact-inner .ctaread {
    margin-bottom: 0;
  }
}
#contact .contact-inner .ctaread span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 14px 10px 14px 20px;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #contact .contact-inner .ctaread span {
    font-size: 12px;
  }
}
#contact .contact-inner .txt {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "UD Shin Go Medium" sans-serif;
}
@media screen and (max-width: 1900px) {
  #contact .contact-inner .txt {
    font-size: 15px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 520px) {
  #contact .contact-inner .txt {
    font-size: 12px;
    margin-top: 0;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
}
.contact-top {
  background: url("../images/contact-top.jpg") no-repeat;
  background-size: cover;
  background-position: 65% 50%;
}
@media screen and (max-width: 520px) {
  .contact-top {
    background: url("../images/contact-top-sp.png") no-repeat;
    background-attachment: fixed;
    background-position: bottom left;
  }
}
.contact-news {
  background: url("../images/contact-news.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  .contact-news {
    background: url("../images/contact-news-sp.png") no-repeat center;
    background-attachment: fixed;
    background-position: bottom left;
  }
}
.contact-newsdetail {
  background: url("../images/contact-newsdetail.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  .contact-newsdetail {
    background: url("../images/contact-newsdetail-sp.png") no-repeat center;
    background-attachment: fixed;
    background-position: bottom left;
  }
}
.contact-company {
  background: url("../images/contact-company.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  .contact-company {
    background: url("../images/contact-company-sp.png") no-repeat center;
    background-attachment: fixed;
    background-position: bottom;
  }
}
.anchor {
  padding-top: 120px;
  margin-top: -120px;
}
/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}
/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#wrapper {
  position: relative;
}
#container {
  padding-top: 0;
}
@media screen and (max-width: 520px) {
  #container {
    position: relative;
    z-index: 3;
    background: #fff;
  }
}
#news {
  padding: 10vh 0;
  margin: 0 auto;
}
@media screen and (max-width: 1900px) {
  #news {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1024px) {
  #news {
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  #news {
    padding: 30px 0;
  }
}
#news .newspic {
  margin-bottom: 40px;
}
@media screen and (max-width: 1360px) {
  #news .newspic {
    width: 80%;
    margin: 0 auto 40px;
  }
}
#news .newspic .inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#news ul.news-list {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1900px) {
  #news ul.news-list {
    width: 100%;
  }
}
@media screen and (max-width: 1360px) {
  #news ul.news-list {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #news ul.news-list {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #news ul.news-list {
    margin: 20px auto 0 auto;
    width: 100%;
  }
}
#news ul.news-list li.news-box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 4vh;
  flex-wrap: wrap;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1900px) {
  #news ul.news-list li.news-box {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  #news ul.news-list li.news-box {
    width: 48%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 520px) {
  #news ul.news-list li.news-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 520px) {
  #news ul.news-list li.news-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}
#news ul.news-list li.news-box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #news ul.news-list li.news-box:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  #news ul.news-list li.news-box:nth-child(2n) {
    margin-right: 0;
  }
}
#news ul.news-list li.news-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 520px) {
  #news ul.news-list li.news-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}
#news ul.news-list li.news-box:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}
#news ul.news-list li.news-box .thumbnail img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}
#news ul.news-list li.news-box .news-txt {
  padding: 1.5vh 1vw;
}
@media screen and (max-width: 1900px) {
  #news ul.news-list li.news-box .news-txt {
    padding: 12px;
  }
}
@media screen and (max-width: 480px) {
  #news ul.news-list li.news-box .news-txt {
    padding: 8px;
  }
}
#news ul.news-list li.news-box .news-txt ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #news ul.news-list li.news-box .news-txt ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  #news ul.news-list li.news-box .news-txt ul {
    margin-bottom: 4px;
  }
}
#news ul.news-list li.news-box .news-txt ul li {
  margin-right: 1vw;
}
@media screen and (max-width: 1900px) {
  #news ul.news-list li.news-box .news-txt ul li {
    margin-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  #news ul.news-list li.news-box .news-txt ul li {
    margin-right: 12px;
  }
}
#news ul.news-list li.news-box .news-txt ul li time {
  font-size: 0.8vw;
  font-family: "Folk Medium", sans-serif;
}
@media screen and (max-width: 1900px) {
  #news ul.news-list li.news-box .news-txt ul li time {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #news ul.news-list li.news-box .news-txt ul li time {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 520px) {
  #news ul.news-list li.news-box .news-txt ul li time {
    font-size: 0.6rem;
    color: #535353;
  }
}
#news ul.news-list li.news-box .news-txt ul li .category {
  font-size: 0.9vw;
  font-family: "Folk Medium", sans-serif;
}
@media screen and (max-width: 1900px) {
  #news ul.news-list li.news-box .news-txt ul li .category {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #news ul.news-list li.news-box .news-txt ul li .category {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 520px) {
  #news ul.news-list li.news-box .news-txt ul li .category {
    font-size: 0.7rem;
    color: #535353;
  }
}
#news ul.news-list li.news-box .news-txt h3 {
  font-size: 1vw;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  #news ul.news-list li.news-box .news-txt h3 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #news ul.news-list li.news-box .news-txt h3 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  #news ul.news-list li.news-box .news-txt h3 {
    font-size: 13px;
    font-weight: normal;
    color: #525252;
  }
}
.floatservice {
  display: none;
}
