.top_title {
  color: #484848;
  font-size: 3.6rem;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .top_title {
    font-size: 3rem;
  }
}

.top_title span {
  color: #4A9236;
  font-size: 1.6rem;
  display: block;
}

#visual {
  margin-bottom: 14px;
  min-width: 1040px;
}

@media (max-width: 480px) {
  #visual {
    min-width: 100%;
  }
}

#visual .visual {
  margin: 0 auto;
  max-width: 1200px;
}

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

#visual .visual img {
  width: 100%;
  display: block;
}

.top_news {
  width: 1020px;
  margin: 0 auto;
  padding: 60px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .top_news {
    width: 100%;
    padding: 40px 0;
    display: block;
  }
}

.top_news_title {
  width: 235px;
}

@media (max-width: 480px) {
  .top_news_title {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
  }
}

.top_news_inner {
  width: 785px;
}

@media (max-width: 480px) {
  .top_news_inner {
    width: 90%;
    margin: 0 auto;
  }
}

.top_news_set a {
  background-color: #fff;
  background-image: url("../img/arrow-gr.png");
  background-repeat: no-repeat;
  background-position: center right 30px;
  border-bottom: 1px solid #D4D4D4;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 18px 30px;
  -webkit-transition: color 0.7s, background-color 0.5s, background-position 0.7s;
  transition: color 0.7s, background-color 0.5s, background-position 0.7s;
}

@media (max-width: 480px) {
  .top_news_set a {
    background-position: center right 5px;
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 10px 20px;
  }
}

.top_news_set a .news_date {
  letter-spacing: 1px;
  margin-right: 30px;
}

@media (max-width: 480px) {
  .top_news_set a .news_date {
    margin-right: 0;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_news_set a:hover {
    background-color: #F8FFE6;
    background-position: center right 20px;
    color: #4A9236;
  }
}

.top_news_set:first-of-type {
  border-top: 1px solid #D4D4D4;
}

.top_news_set:nth-of-type(even) {
  background-color: #fff;
}

.top_service {
  background-color: #F6FEE4;
  padding: 65px 0 140px;
  position: relative;
}

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

.top_service:before {
  content: '';
  background-image: linear-gradient(288deg, #fff 50%, #F6FEE4 50%);
  width: 330px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.top_service_title {
  text-align: center;
  margin-bottom: 50px;
}

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

.top_service_inner {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 480px) {
  .top_service_inner {
    width: 90%;
  }
}

.top_service_inner .lead_msg {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .top_service_inner .lead_msg {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 30px;
  }
}

.top_service_contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.top_service_contents_list .contents_item {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 320px;
}

@media (max-width: 480px) {
  .top_service_contents_list .contents_item {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}

.top_service_contents_list .contents_item.long {
  width: 495px;
}

@media (max-width: 480px) {
  .top_service_contents_list .contents_item.long {
    width: 100%;
  }
}

.top_service_contents_list .contents_item.end {
  margin-right: 0;
}

.top_service_contents_list .contents_item a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.top_service_contents_list .contents_item a .contents_img {
  overflow: hidden;
  position: relative;
}

.top_service_contents_list .contents_item a .contents_img::before {
  content: '';
  width: 100%;
  height: 180px;
  background-color: rgba(45, 57, 35, 0.5);
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
}

.top_service_contents_list .contents_item a .contents_img img {
  display: block;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  width: 100%;
}

.top_service_contents_list .contents_item a .contents_name {
  background-color: #4ABA0D;
  background-image: url("../img/arrow-wh.png");
  background-repeat: no-repeat;
  background-position: center right 30px;
  color: #fff;
  padding: 15px 50px 15px 40px;
  -webkit-transition: color 0.5s, background-color 0.7s, background-image 0.5s,background-position 0.7s;
  transition: color 0.5s, background-color 0.7s, background-image 0.5s,background-position 0.7s;
}

@media (max-width: 480px) {
  .top_service_contents_list .contents_item a .contents_name {
    padding: 10px 0;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_service_contents_list .contents_item a:hover .contents_img::before {
    background-color: rgba(242, 255, 232, 0.5);
  }
  .top_service_contents_list .contents_item a:hover .contents_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .top_service_contents_list .contents_item a:hover .contents_name {
    background-color: #fff;
    background-image: url("../img/arrow-lgr.png");
    background-position: center right 15px;
    color: #4ABA0D;
  }
}

.top_recruit {
  width: 1020px;
  margin: 0 auto;
  padding: 100px 0;
}

@media (max-width: 480px) {
  .top_recruit {
    width: 90%;
    padding: 60px 0;
  }
}

.top_recruit_inner {
  background-color: #EBEBEB;
}

.top_recruit_inner a {
  border: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #272727;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  position: relative;
}

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

.top_recruit_inner a::before, .top_recruit_inner a::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.top_recruit_inner a::before {
  top: -2px;
  left: -2px;
}

.top_recruit_inner a::after {
  bottom: -2px;
  right: -2px;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_recruit_inner a:hover::before, .top_recruit_inner a:hover::after {
    width: 100%;
    height: 100%;
  }
  .top_recruit_inner a:hover::after {
    border-top-color: #0DBAA0;
    border-right-color: #0DBAA0;
    -webkit-transition: height .3s, width .3s .3s;
    transition: height .3s, width .3s .3s;
  }
  .top_recruit_inner a:hover::before {
    border-bottom-color: #0DBAA0;
    border-left-color: #0DBAA0;
    -webkit-transition: height .3s, width .3s .3s;
    transition: height .3s, width .3s .3s;
  }
}

.top_recruit_title {
  margin-bottom: 20px;
}

.top_recruit_title span {
  color: #0DBAA0;
  display: inline;
  margin-left: 10px;
}

.top_recruit_image {
  width: 500px;
}

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

.top_recruit_image img {
  display: block;
  width: 100%;
}

.top_recruit_msg {
  font-size: 1.6rem;
  padding: 40px;
  position: relative;
  width: 518px;
}

@media (max-width: 480px) {
  .top_recruit_msg {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 30px;
    width: 100%;
  }
}

.top_recruit_msg:before {
  content: url("../img/recruit-img-02.png");
  width: 46px;
  height: 41px;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.top_message {
  background-image: url("../img/message-background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.top_message_title {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .top_message_title {
    font-size: 1.8rem;
  }
}

.top_message_title span {
  color: #1C3E0A;
  font-size: 2rem;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .top_message_title span {
    font-size: 1.6rem;
  }
}

.top_message_inner {
  width: 1020px;
  margin: 0 auto;
  padding: 95px 0 100px;
}

@media (max-width: 480px) {
  .top_message_inner {
    width: 90%;
    padding: 60px 0;
  }
}

.top_message_inner .lead_msg {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 2.5px;
  margin-bottom: 70px;
}

@media (max-width: 480px) {
  .top_message_inner .lead_msg {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}
/*# sourceMappingURL=top.css.map */