.visual {
  padding: 12px 0 10px;
  height: 345px;
  overflow: hidden;
  visibility: hidden;
}

@media (max-width: 480px) {
  .visual {
    padding-inline: 10px;
    height: unset;
    aspect-ratio: 850 / 489;
  }
}

.visual_list li {
  display: inline-block;
}

@media (min-width: 481px) {
  .visual_list li {
    width: 1020px !important;
  }
}

@media (max-width: 480px) {
  .visual_list img {
    width: 100%;
  }
}

.visual .bx-wrapper {
  margin: 0 auto;
  width: 1020px !important;
}

@media (max-width: 480px) {
  .visual .bx-wrapper {
    width: 100% !important;
  }
}

.visual .bx-prev,
.visual .bx-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 5px;
  top: 50%;
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 480px) {
  .visual .bx-prev,
  .visual .bx-next {
    display: none;
  }
}

.visual .bx-prev {
  left: -20px;
  background-image: url(../img/prev.png);
}

.visual .bx-next {
  right: -20px;
  background-image: url(../img/next.png);
}

/* .top_contents */
.top_contents {
  margin-bottom: 40px;
  padding: 70px 0 0;
  background: url(../img/top_contents_bg.png) no-repeat top center;
}

@media (max-width: 480px) {
  .top_contents {
    background: none;
    padding: 25px 13px 30px;
    margin-bottom: 0;
  }
}

.top_contents_title {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .top_contents_title {
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .top_contents_title span.lead_pc {
    display: none;
  }
}

.top_contents_title span.lead_pc img {
  display: inline-block;
}

.top_contents_title span.lead_sp {
  display: none;
}

@media (max-width: 480px) {
  .top_contents_title span.lead_sp {
    display: block;
  }
}

.top_contents_title span.lead_sp img {
  display: block;
  width: 100%;
}

.top_contents_msg {
  color: #503727;
  text-shadow: 0.5px 0 0 #503727;
  padding: 0 105px;
  position: relative;
}

@media (max-width: 480px) {
  .top_contents_msg {
    padding: 0;
  }
}

.top_contents_msg:before {
  content: url(../img/top_contents_img01.png);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 480px) {
  .top_contents_msg:before {
    content: none;
  }
}

.top_contents_msg:after {
  content: url(../img/top_contents_img02.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 480px) {
  .top_contents_msg:after {
    content: none;
  }
}

/* .top_navi */
.top_navi {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .top_navi {
    margin: 0 -8px 50px -13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
  }
}

.top_navi:after {
  content: " ";
  display: table;
  clear: both;
}

.top_navi_set {
  padding: 8px 8px 4px;
  float: left;
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

@media (max-width: 480px) {
  .top_navi_set {
    border-radius: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: unset;
    padding: 12px 3px 5px 5px;
  }
}

.top_navi_set:first-child {
  background: url(../img/top_navi_bg.png) repeat #f1dfb0;
}

@media (max-width: 480px) {
  .top_navi_set:first-child .top_navi_title span {
    background: #fcfaec;
    color: #f89e3d;
  }
}

.top_navi_set:nth-child(2) {
  background: url(../img/top_navi_bg.png) repeat #91db96;
}

@media (max-width: 480px) {
  .top_navi_set:nth-child(2) .top_navi_title span {
    background: #e1fae3;
    color: #80a531;
  }
}

.top_navi_set:nth-child(3) {
  background: url(../img/top_navi_bg.png) repeat #bdd7ff;
}

@media (max-width: 480px) {
  .top_navi_set:nth-child(3) .top_navi_title span {
    background: #eff4fc;
    color: #596ab4;
  }
}

.top_navi_set:nth-child(-n+2) {
  margin: 0 15px 0 0;
}

@media (max-width: 480px) {
  .top_navi_set:nth-child(-n+2) {
    margin: 0;
  }
}

.top_navi_title {
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .top_navi_title {
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .top_navi_title img {
    display: none;
  }
}

.top_navi_title span {
  display: none;
}

@media (max-width: 480px) {
  .top_navi_title span {
    display: block;
    font-size: 3.8vw;
    text-align: left;
    padding: 5px 10px 4px;
    border-radius: 5px;
    margin-right: 2px;
  }
}

.top_navi_img {
  float: left;
}

@media (max-width: 480px) {
  .top_navi_img {
    display: none;
  }
}

.top_navi_msg {
  padding: 0 0 0 100px;
}

@media (max-width: 480px) {
  .top_navi_msg {
    padding: 0;
  }
}

.top_navi_list li {
  margin-bottom: 3px;
}

@media (max-width: 480px) {
  .top_navi_list li {
    margin-bottom: 7px;
  }
}

@media (max-width: 480px) {
  .top_navi_list a {
    display: block;
    overflow: hidden;
  }
}

.top_navi_list img {
  width: 100%;
}

/* .goals_image */
.goals_image {
  display: table;
  margin: 0 auto 40px;
}

@media (max-width: 480px) {
  .goals_image {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .goals_image img {
    width: 100%;
  }
}

/* .news */
.news {
  margin-bottom: 25px;
  padding: 25px 20px 15px;
  background: #fff;
}

@media (max-width: 480px) {
  .news {
    padding: 15px 10px;
    margin-top: 20px;
  }
}

.news:after {
  content: " ";
  display: table;
  clear: both;
}

.news .news_list_set {
  margin-bottom: 15px;
  padding: 0 5px 15px 0;
  border-bottom: 1px dotted #ccc;
}

@media (max-width: 480px) {
  .news .news_list_set {
    padding: 12px;
    margin-bottom: 0;
  }
}

.news .date {
  width: 120px;
  padding: 0 0 0 5px;
  float: left;
  color: #666;
}

@media (max-width: 480px) {
  .news .date {
    float: none;
    padding-left: 0;
    font-size: 90%;
  }
}

.news .news_info {
  padding: 0 0 0 140px;
}

@media (max-width: 480px) {
  .news .news_info {
    padding: 0;
  }
}

.news .old_link {
  text-align: right;
  font-size: 90%;
}

@media (max-width: 480px) {
  .news .old_link {
    padding-top: 10px;
  }
}

.news .old_link a {
  padding: 0 0 0 14px;
  background: url(../img/point02.png) no-repeat left center;
}
/*# sourceMappingURL=top.css.map */