@charset "UTF-8";
@keyframes keyframe-front {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hero {
  height: 500px;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hero::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 1023px) {
  .hero {
    height: 400px;
    max-width: 1023px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 290px;
  }
}
@media (max-width: 500px) {
  .hero {
    max-width: 767px;
  }
}
.hero__image {
  background-image: url("../../../images/top-back_pc.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  margin-left: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  max-width: 1200px;
}
@media (max-width: 1023px) {
  .hero__image {
    height: 400px;
    margin-left: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero__image {
    background-image: url("../../../images/top-back_sp.png");
    height: 290px;
    margin-left: 0;
    left: 0;
    width: 100%;
  }
}
.hero__image-enefarmlogo, .hero__image-coremologo, .hero__image-enefarmbody, .hero__image-coremobody, .hero__image-enefarmshadow, .hero__image-coremoshadow {
  height: auto;
  position: absolute;
  animation: keyframe-front 1s ease 0s 1 normal;
}
@media (min-width: 1201px) {
  .hero__image-enefarmlogo {
    left: 210px;
    top: 45px;
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .hero__image-enefarmlogo {
    left: calc(30vw - 150px);
    top: 45px;
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .hero__image-enefarmlogo {
    left: calc(25vw - 140px);
    top: 45px;
    width: 280px;
  }
}
@media (max-width: 767px) {
  .hero__image-enefarmlogo {
    left: calc(25vw - 75px);
    top: 35px;
    width: 150px;
  }
}
@media (min-width: 1201px) {
  .hero__image-coremologo {
    left: 690px;
    top: 45px;
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .hero__image-coremologo {
    left: calc(70vw - 150px);
    top: 45px;
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .hero__image-coremologo {
    left: calc(75vw - 140px);
    top: 45px;
    width: 280px;
  }
}
@media (max-width: 767px) {
  .hero__image-coremologo {
    left: calc(75vw - 75px);
    top: 35px;
    width: 150px;
  }
}
.hero__image-enefarmbody {
  height: auto;
  position: absolute;
}
@media (min-width: 1201px) {
  .hero__image-enefarmbody {
    left: 235px;
    top: 170px;
    width: 250px;
  }
}
@media (max-width: 1200px) {
  .hero__image-enefarmbody {
    left: calc(30vw - 125px);
    top: 170px;
    width: 250px;
  }
}
@media (max-width: 1023px) {
  .hero__image-enefarmbody {
    left: calc(25vw - 95px);
    top: 140px;
    width: 190px;
  }
}
@media (max-width: 767px) {
  .hero__image-enefarmbody {
    left: calc(25vw - 75px);
    top: 100px;
    width: 150px;
  }
}
@media (max-width: 500px) {
  .hero__image-enefarmbody {
    left: calc(25vw - 65px);
    top: 100px;
    width: 130px;
  }
}
.hero__image-enefarmshadow {
  height: auto;
  position: absolute;
}
@media (min-width: 1201px) {
  .hero__image-enefarmshadow {
    left: 230px;
    top: 410px;
    width: 260px;
  }
}
@media (max-width: 1200px) {
  .hero__image-enefarmshadow {
    left: calc(30vw - 130px);
    top: 410px;
    width: 260px;
  }
}
@media (max-width: 1023px) {
  .hero__image-enefarmshadow {
    left: calc(25vw - 95px);
    top: 323px;
    width: 190px;
  }
}
@media (max-width: 767px) {
  .hero__image-enefarmshadow {
    left: calc(25vw - 75px);
    top: 246px;
    width: 150px;
  }
}
@media (max-width: 500px) {
  .hero__image-enefarmshadow {
    left: calc(25vw - 65px);
    top: 227px;
    width: 130px;
  }
}
.hero__image-coremobody {
  height: auto;
  position: absolute;
}
@media (min-width: 1201px) {
  .hero__image-coremobody {
    left: 715px;
    top: 172px;
    width: 250px;
  }
}
@media (max-width: 1200px) {
  .hero__image-coremobody {
    left: calc(70vw - 125px);
    top: 172px;
    width: 250px;
  }
}
@media (max-width: 1023px) {
  .hero__image-coremobody {
    left: calc(75vw - 95px);
    top: 142px;
    width: 190px;
  }
}
@media (max-width: 767px) {
  .hero__image-coremobody {
    left: calc(75vw - 75px);
    top: 102px;
    width: 150px;
  }
}
@media (max-width: 500px) {
  .hero__image-coremobody {
    left: calc(75vw - 65px);
    top: 101px;
    width: 130px;
  }
}
.hero__image-coremoshadow {
  height: auto;
  position: absolute;
}
@media (min-width: 1201px) {
  .hero__image-coremoshadow {
    left: 737px;
    top: 415px;
    width: 206px;
  }
}
@media (max-width: 1200px) {
  .hero__image-coremoshadow {
    left: calc(70vw - 103px);
    top: 415px;
    width: 206px;
  }
}
@media (max-width: 1023px) {
  .hero__image-coremoshadow {
    left: calc(75vw - 75px);
    top: 328px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .hero__image-coremoshadow {
    left: calc(75vw - 62px);
    top: 250px;
    width: 124px;
  }
}
@media (max-width: 500px) {
  .hero__image-coremoshadow {
    left: calc(75vw - 57px);
    top: 227px;
    width: 114px;
  }
}

.title {
  background: #F4F4F4;
  border-bottom: 1px solid #E5E7E6;
}

.description {
  padding: 50px 0 20px 0;
}

.article {
  max-width: 1100px;
}
@media (max-width: 767px) {
  .article {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.article__list {
  padding: 0 0 50px 0;
}
@media (max-width: 767px) {
  .article__list {
    padding: 0;
  }
}
.article__title {
  color: #001A72;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 20px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .article__title {
    line-height: 1.5rem;
    text-align: center;
  }
  .article__title br {
    display: none;
  }
}
.article__title a {
  color: #001A72 !important;
  text-decoration: none !important;
}
.article__title i {
  margin-left: 7px;
  font-size: 0.8rem;
  position: relative;
  top: -5px;
}
.article__title--color {
  color: #333;
}
.article__item {
  display: -moz-flex;
  display: flex;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .article__item {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
}
.article__item--row {
  display: flex;
}
@media (max-width: 767px) {
  .article__item--row {
    line-height: 1.5rem;
    text-align: center;
  }
  .article__item--row br {
    display: none;
  }
}
.article__item--row p {
  padding: 0;
}
.article__image {
  border: 1px solid #707070;
  height: 265px;
  min-height: 265px;
  min-width: 280px;
  padding: 30px 0;
  text-align: center;
  width: 280px;
}
.article__image img {
  width: auto;
  height: 205px;
}
@media (max-width: 767px) {
  .article__image {
    width: 100%;
  }
}
.article__image--1 {
  margin-left: 1rem;
  max-width: 313px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .article__image--1 {
    margin: auto;
  }
}
.article__image--2 {
  margin-left: 1rem;
  max-width: 313px;
}
@media (max-width: 767px) {
  .article__image--2 {
    margin: auto;
  }
}
.article__texttitle {
  line-height: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0.8em;
}
.article__text {
  text-align: left;
  line-height: 1.6em;
  min-height: 5em;
  padding-left: 30px;
  width: 790px;
}
@media (max-width: 767px) {
  .article__text {
    padding: 2em 0;
    text-align: left;
    width: 100%;
  }
  .article__text br {
    display: none;
  }
}
.article__text--top {
  padding: 0 0 0 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .article__text--top {
    text-align: left;
  }
}
.article__note--square {
  margin: 2.2em 0 1.5em 0;
  font-size: 14px;
  padding: 0 0 0 20px;
}
.article__note--square li::before {
  content: "■";
  margin-left: -1.2em;
  width: 1.2em;
  color: #8EB95F;
}
.article__column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .article__column {
    align-items: center;
  }
}

hr {
  border: solid 1px rgba(204, 204, 204, 0.5);
}
@media (max-width: 767px) {
  hr {
    margin-top: 2rem;
  }
}

h2.article__title {
  color: #333;
}

.recommend {
  background-color: #efefef;
  margin-top: 20px;
  padding: 20px 0 30px 0;
  position: relative;
}
.recommend .article__title {
  font-weight: 400;
}
.recommend__image img {
  border: 1px solid #ccc;
  width: 340px;
  height: auto;
}
@media (min-width: 768px) {
  .recommend {
    padding: 10px 0 20px 0;
  }
  .recommend__image img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .recommend {
    padding: 10px 0 150px 0;
  }
  .recommend__image img {
    width: 280px;
  }
}

.notes {
  right: 10px;
  bottom: 45px;
  font-size: 10px;
  position: absolute;
}
.notes ul li {
  text-indent: -1.2em;
  padding-left: 1em;
}
.notes ul li:before {
  content: "※";
  margin-right: 0.2em;
}
@media (max-width: 767px) {
  .notes {
    width: calc(100% - 40px);
    right: inherit;
    left: calc(1.2em + 10px);
    bottom: inherit;
    top: 280px;
  }
}

footer {
  position: relative;
  bottom: 0;
  left: 0;
  background-color: #001A72;
  height: 25px;
  width: 100%;
}
footer .article {
  color: #fff;
  font-size: 9px;
  line-height: 25px;
  text-align: right;
}/*# sourceMappingURL=index.css.map */