/* ----------------------------------------
	.visual_home
---------------------------------------- */
.visual_home {
  position: relative;
  margin: 0 auto;
  height: 660px;
  background-image: url(../images/kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 5%;
}
@media print, screen and (min-width: 481px) {
  .visual_home {
    height: 740px;
  }
}
@media print, screen and (min-width: 768px) {
  .visual_home {
    padding-top: 100px;
    height: 870px;
  }
}
@media print, screen and (min-width: 1025px) {
  .visual_home {
    height: 950px;
  }
}
.visual_home .img_chara_sp {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: -38px auto;
  max-width: 430px;
  z-index: 99;
}
@media print, screen and (min-width: 768px) {
  .visual_home .img_chara_sp {
    max-width: 745px;
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .visual_home .img_chara_sp {
    display: none;
  }
}
.visual_home .img_chara_pc {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .visual_home .img_chara_pc {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.visual_home .smartphone {
  position: absolute;
  bottom: 60px;
  width: 50%;
  right: 5%;
  max-width: 385px;
}
@media print, screen and (min-width: 1025px) {
  .visual_home .smartphone {
    right: 20%;
  }
}
.visual_home .container_top {
  position: relative;
}
.visual_home .container_top .tx_top {
  position: absolute;
  max-width: 1000px;
  top: 30px;
  color: #fff;
  font-family: "Zen Old Mincho", sans-serif;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.visual_home .container_top h2 {
  font-size: clamp(36px, 6.84vw - 9.5px, 68px);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.visual_home .container_top p {
  font-size: clamp(14px, 0.855vw + 11.43px, 18px);
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.visual_home .container_top .container_medal {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
}
.visual_home .container_top .container_medal .item {
  width: 33%;
  max-width: 125px;
}
.visual_home .container_top .container_medal .item .medal {
  text-align: center;
  position: relative;
}
.visual_home .container_top .container_medal .item .medal img {
  width: 100%;
  max-width: 88px;
}
@media print, screen and (min-width: 481px) {
  .visual_home .container_top .container_medal .item .medal img {
    max-width: 125px;
  }
}

/* ----------------------------------------
	#news
---------------------------------------- */
#news {
  /* ------ ul.news_list ------- */
}
#news ul.news_list {
  position: relative;
  margin-bottom: 2em;
  padding-top: 2em;
  width: 100%;
  border-top: 1px dotted #626262;
  z-index: 3;
}
#news ul.news_list li {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #626262;
}
@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: #626262;
}
#news ul.news_list li article .meta .cat a:hover {
  background: #464646;
}
@media print, screen and (min-width: 768px) {
  #news ul.news_list li article .title {
    width: -webkit-calc(100% - 250px);
    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;
}