@charset "UTF-8";
/*-----------------------------------

	headline

-----------------------------------*/
#headline h1 img {
  width: 262px;
}
@media screen and (max-width: 640px) {
  #headline h1 img {
    width: 175px;
  }
}
/*-----------------------------------

	event_block

-----------------------------------*/
#event_block {
  padding: 100px 0 150px;
  text-align: center;
  position: relative;
}
#event_block .inner {
  background: url("../img/event/dot_bg.png") no-repeat center/contain;
}
#event_block:before {
  content: "";
  width: 679px;
  height: 604px;
  background: url(../img/event/event_bg1.png) no-repeat center/contain;
  position: absolute;
  top: 20%;
  left: 0;
}
#event_block:after {
  content: "";
  width: 699px;
  height: 678px;
  background: url(../img/event/event_bg2.png) no-repeat center/contain;
  position: absolute;
  top: 20%;
  right: 0;
}
#event_block .title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  background: linear-gradient(90deg, #85b053, 10%, #0fb280);
  background: -webkit-linear-gradient(0deg, #85b053 10%, #0fb280);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 80px;
}
#event_block img {
  position: relative;
  z-index: 999;
}
#event_block .text {
  margin-top: 100px;
}
#event_block a {
  width: 800px;
  max-width: 90%;
  margin: 80px auto 0;
  background: linear-gradient(90deg, #85b053, 70%, #0fb280);
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  display: block;
  line-height: 1;
  border-radius: 60px;
  position: relative;
}
#event_block a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 40%;
  right: 45px;
  transform: translate(-50%, 0)rotate(45deg);
}
@media screen and (max-width: 1400px) {
  #event_block:before, #event_block:after {
    width: 40vw;
  }
  /*#event_block:before {
    width: 340px;
    height: 302px;
  }
  #event_block:after {
    width: 350px;
    height: 339px;
  }*/
  #event_block .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #event_block {
    padding: 80px 0;
  }
  #event_block:before, #event_block:after {
    top: 0;
  }
  /*#event_block:before {
    width: 170px;
    height: 151px;
    top: 25%;
  }
  #event_block:after {
    width: 175px;
    height: 170px;
    top: 30%;
  }*/
  #event_block .title {
    font-size: 19px;
    margin-bottom: 50px;
  }
  #event_block .text {
    font-size: 15px;
    margin-top: 50px;
  }
  #event_block a {
    font-size: 18px;
    margin: 40px auto 0;
  }
  #event_block a::after {
    width: 12px;
    height: 12px;
    top: 44%;
    right: 30px;
  }
}