@charset "UTF-8";
/******************************************
Title:HESトップ
url:/
******************************************/
main.hes .pagebody {
  background-color: #fff;
  padding: 26px 0 34px;
}
@media only screen and (max-width:767px) {
  main.hes .pagebody {
    height: auto;
    padding: 17px 15px 24px;
    z-index: -1;
  }
}
main.hes .pagebody .bg_wrapper {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 980px;
  margin: 0 auto;
}
main.hes .pagebody .auxiliary {
  padding-bottom: 18px;
}
@media only screen and (max-width:767px) {
  main.hes .pagebody .auxiliary {
    padding-bottom: 16px;
  }
}
main.hes .pagebody .auxiliary p {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  color: #333f48;
}
main.hes .pagebody .auxiliary p span {
  background-color: #cbefe9;
}
@media only screen and (max-width:767px) {
  main.hes .pagebody .auxiliary p {
    font-size: 16px;
  }
}
main.hes .pagebody .auxiliary sup {
  font-size: 90%;
  top: -0.2em;
}
@media only screen and (max-width:767px) {
  main.hes .pagebody .auxiliary {
    font-size: 16px;
  }
}
main.hes .about {
  width: 100%;
}
@media only screen and (min-width:481px) and (max-width:768px) {
  main.hes .about {
    padding: 0 15px;
  }
}
main.hes .about__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:767px) {
  main.hes .about__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px 0;
  }
}
main.hes .about__links li {
  width: 32%;
}
@media only screen and (max-width:767px) {
  main.hes .about__links li {
    width: 100%;
  }
}
main.hes .about__links li a {
  width: 100%;
  color: #00b398;
  background: #cbefe9;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  min-height: 60px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-box-shadow: 2px 3px 3px 0 rgba(0, 114, 96, 0.2);
          box-shadow: 2px 3px 3px 0 rgba(0, 114, 96, 0.2);
}
@media only screen and (max-width:767px) {
  main.hes .about__links li a {
    padding: 13px 0 12px;
    min-height: 52px;
  }
}
main.hes .about__links li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #00b398;
  border-right: solid 3px #00b398;
  position: absolute;
  top: 25px;
  right: 19px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (min-width:481px) and (max-width:768px) {
  main.hes .about__links li a::after {
    border-top: solid 2px #00b398;
    border-right: solid 2px #00b398;
    top: 22px;
    right: 12px;
  }
}
@media only screen and (max-width:980px) {
  main.hes .about__links li a::after {
    top: 22px;
  }
}
@media only screen and (max-width:767px) {
  main.hes .about__links li a::after {
    border-top: solid 2px #00b398;
    border-right: solid 2px #00b398;
    top: 22px;
    right: 20px;
  }
}
main.hes .about__links li a:hover {
  background-color: #00b398;
  color: #ffffff;
  opacity: 1 !important;
  outline-offset: -3px;
}
main.hes .about__links li a:hover::after {
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
}
main.hes .about__links li a.iryouhi {
  padding: 14px 0 16px;
}
main.hes .about__links li a p {
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
}
main.hes .about__links li a p sup {
  font-size: 100%;
  top: 0;
}
@media only screen and (max-width:980px) {
  main.hes .about__links li a p {
    font-size: 1rem;
  }
}
@media only screen and (max-width:767px) {
  main.hes .about__links li a p {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=style.css.map */