/* ----------------------------------------
	.visual_home
---------------------------------------- */
.visual_home {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 10% 5% 0%;
}
@media print, screen and (min-width: 768px) {
  .visual_home {
    padding: 0 5%;
  }
}
@media (min-width: 1400px) {
  .visual_home {
    padding-left: 10.715vw;
    padding-right: 10.715vw;
  }
}
.visual_home .fade {
  width: 100%;
}
.visual_home .fade img {
  width: 100%;
  max-width: 1100px;
}
@media (min-width: 1400px) {
  .visual_home .fade img {
    max-width: none;
    width: 78.57vw;
    max-width: 2200px;
  }
}
.visual_home .kv_tx_img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .visual_home .kv_tx_img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* ----------------------------------------
	#news
---------------------------------------- */
#news {
  /* ------ ul.news_list ------- */
}
#news ul.news_list {
  position: relative;
  margin-bottom: 2em;
  padding-top: 2em;
  width: 100%;
  border-top: 1px dotted #6c9bd2;
  z-index: 3;
}
#news ul.news_list li {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #6c9bd2;
}
@media print, screen and (min-width: 768px) {
  #news ul.news_list li article {
    display: flex;
    justify-content: space-between;
  }
}
#news ul.news_list li article .meta {
  display: flex;
  align-items: center;
  width: 250px;
}
@media screen and (max-width: 767px) {
  #news ul.news_list li article .meta {
    padding-bottom: 0.5em;
    width: 100%;
  }
}
#news ul.news_list li article .meta .date {
  width: 100px;
}
#news ul.news_list li article .meta .cat a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 2px 10px;
  width: 120px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #6c9bd2;
}
#news ul.news_list li article .meta .cat a:hover {
  background: #2e7ad1;
}
@media print, screen and (min-width: 768px) {
  #news ul.news_list li article .title {
    width: calc(100% - 250px);
  }
}
#news ul.news_list li article .title a {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  #news ul.news_list li article .title a {
    font-size: 1.6rem;
  }
}
#news ul.news_list li article .title a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=home.css.map */