@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 9, ../sass/top.scss */
section.main .main__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 9, ../sass/top.scss */
  section.main .main__img {
    height: 45.57292vw;
  }
}
/* line 20, ../sass/top.scss */
section.main .main__lead {
  position: absolute;
  top: 35%;
  width: 75%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  /* line 20, ../sass/top.scss */
  section.main .main__lead {
    position: static;
    width: 100%;
  }
}
/* line 33, ../sass/top.scss */
section.main .main__lead h1 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  /* line 33, ../sass/top.scss */
  section.main .main__lead h1 {
    font-size: 4.6875vw;
  }
}
/* line 42, ../sass/top.scss */
section.main .main__lead p {
  text-align: center;
}

/* line 48, ../sass/top.scss */
#wrapper .panel {
  width: 75%;
  margin: 0 auto;
  position: relative;
  top: -140px;
}
@media screen and (max-width: 768px) {
  /* line 48, ../sass/top.scss */
  #wrapper .panel {
    width: 90%;
    position: static;
  }
}
/* line 57, ../sass/top.scss */
#wrapper .panel .panel__link {
  width: 33.333333333%;
  background-color: #fff;
  text-decoration: none;
  display: block;
  color: #757575;
  padding: 2.5%;
  border: 2px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  /* line 57, ../sass/top.scss */
  #wrapper .panel .panel__link {
    width: 100%;
    border-bottom: 0;
  }
}
/* line 69, ../sass/top.scss */
#wrapper .panel .panel__link:first-child {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 69, ../sass/top.scss */
  #wrapper .panel .panel__link:first-child {
    border-right: 2px solid #e2e2e2;
  }
}
/* line 75, ../sass/top.scss */
#wrapper .panel .panel__link:last-child {
  border-left: 0;
}
@media screen and (max-width: 768px) {
  /* line 75, ../sass/top.scss */
  #wrapper .panel .panel__link:last-child {
    border-left: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
  }
}
/* line 82, ../sass/top.scss */
#wrapper .panel .panel__link .panel__img {
  display: block;
  text-align: center;
}
/* line 86, ../sass/top.scss */
#wrapper .panel .panel__link .panel__title {
  font-size: 22px;
  font-weight: 600;
  height: 68px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 86, ../sass/top.scss */
  #wrapper .panel .panel__link .panel__title {
    font-size: 4.375vw;
    height: auto;
  }
}
/* line 96, ../sass/top.scss */
#wrapper .panel .panel__link .panel__title span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  /* line 96, ../sass/top.scss */
  #wrapper .panel .panel__link .panel__title span {
    font-size: 3.75vw;
  }
}
/* line 103, ../sass/top.scss */
#wrapper .panel .panel__link .panel__lead {
  display: block;
  border-top: 2px solid #ffc000;
  padding: 10px 0;
  margin-top: 25px;
}
/* line 111, ../sass/top.scss */
#wrapper .bgGray {
  background-color: #f9f9f9;
}
/* line 114, ../sass/top.scss */
#wrapper .news {
  width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1080px) {
  /* line 114, ../sass/top.scss */
  #wrapper .news {
    width: 100%;
  }
}
/* line 121, ../sass/top.scss */
#wrapper .news h2.graph {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  z-index: 0;
  padding: 5px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  /* line 121, ../sass/top.scss */
  #wrapper .news h2.graph {
    width: 95%;
    margin: 0 auto 30px;
    font-size: 5.625vw;
    padding: 5px 0 0 9.11458vw;
  }
}
/* line 134, ../sass/top.scss */
#wrapper .news h2.graph:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 100%;
  display: block;
  background-image: url(../img/h_graph.png);
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  /* line 134, ../sass/top.scss */
  #wrapper .news h2.graph:after {
    background-size: cover;
  }
}
/* line 152, ../sass/top.scss */
#wrapper .news .news__list .list__items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  /* line 152, ../sass/top.scss */
  #wrapper .news .news__list .list__items {
    display: block;
  }
}
/* line 160, ../sass/top.scss */
#wrapper .news .news__list .list__items .news__date {
  display: block;
  width: 100px;
}
@media screen and (max-width: 1080px) {
  /* line 160, ../sass/top.scss */
  #wrapper .news .news__list .list__items .news__date {
    width: 130px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  /* line 160, ../sass/top.scss */
  #wrapper .news .news__list .list__items .news__date {
    font-size: 3.75vw;
    float: left;
    width: 8em;
    padding: 0 0 0 1em;
  }
}
/* line 174, ../sass/top.scss */
#wrapper .news .news__list .list__items .news__cat {
  display: block;
  width: 70px;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 2px 5px;
  font-size: 13px;
  margin-right: 1em;
}
@media screen and (max-width: 1080px) {
  /* line 174, ../sass/top.scss */
  #wrapper .news .news__list .list__items .news__cat {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  /* line 174, ../sass/top.scss */
  #wrapper .news .news__list .list__items .news__cat {
    float: left;
    font-size: 3.75vw;
    display: inline-block;
    width: 10em;
  }
}
/* line 193, ../sass/top.scss */
#wrapper .news .news__list .list__items .news__link {
  display: block;
  width: 910px;
}
@media screen and (max-width: 1080px) {
  /* line 193, ../sass/top.scss */
  #wrapper .news .news__list .list__items .news__link {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  /* line 193, ../sass/top.scss */
  #wrapper .news .news__list .list__items .news__link {
    width: 100%;
    clear: both;
    padding: 1em;
    font-size: 3.75vw;
  }
}
/* line 209, ../sass/top.scss */
#wrapper .bnr {
  width: 1080px;
  padding: 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  /* line 209, ../sass/top.scss */
  #wrapper .bnr {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 209, ../sass/top.scss */
  #wrapper .bnr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
/* line 219, ../sass/top.scss */
#wrapper .bnr .bnr__items {
  position: relative;
  width: 23%;
  height: 70px;
  margin: 1%;
  text-decoration: none;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 227, ../sass/top.scss */
#wrapper .bnr .bnr__items:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  /* line 219, ../sass/top.scss */
  #wrapper .bnr .bnr__items {
    width: 48%;
    margin: 2% 1%;
    height: auto;
    padding: 10px 0;
  }
}
/* line 236, ../sass/top.scss */
#wrapper .bnr .bnr__items:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 245, ../sass/top.scss */
#wrapper .bnr .bnr__items .bnr_title {
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  z-index: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  /* line 245, ../sass/top.scss */
  #wrapper .bnr .bnr__items .bnr_title {
    font-size: 3.75vw;
  }
}
