@charset "UTF-8";
/* common */
@media (max-width: 767px) {
  .sdgs_billboard {
    background-image: url(../sy_images/sdgs/sdgs_billboard_back_sp.jpg);
  }
  .ho_heading {
    max-width: 320px;
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .sdgs_billboard {
    background-image: url(../sy_images/sdgs/sdgs_billboard_back_pc.jpg);
  }
  .heading_img1 {
    width: 320px;
  }
}

/* ===========================================
	   recrruit Page
   =========================================== */
.sdgs_lead {
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .sdgs_lead {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_lead {
    margin-top: 80px;
  }
}

.sdgs_lead-txt {
  line-height: 1.6;
  font-weight: 600;
  color: #FF841E;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sdgs_lead-txt {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_lead-txt {
    margin: 85px;
    font-size: 2rem;
  }
}

.sdgs_section {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sdgs_section {
    margin-top: 40px;
    padding: 0 5%;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_section {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .sdgs_section-content {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_section-content {
    margin-top: 90px;
  }
}

.sdgs_section-head {
  line-height: 1.1;
  font-weight: 600;
  color: #28A838;
}

@media screen and (max-width: 767px) {
  .sdgs_section-head {
    margin-top: 20px;
    font-size: 2em;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_section-head {
    margin-top: 40px;
    font-size: 3rem;
  }
}

.sdgs_section-head2 {
  line-height: 1.1;
  font-weight: 600;
  color: #FF841E;
}

@media screen and (max-width: 767px) {
  .sdgs_section-head2 {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_section-head2 {
    margin-top: 40px;
    font-size: 2rem;
  }
}

.sdgs_section-lead {
  line-height: 2;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .sdgs_section-lead {
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_section-lead {
    margin-top: 22px;
  }
}

.sdgs_section-list {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sdgs_section-list {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_section-list {
    margin-top: 20px;
  }
}

.sdgs_section-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.sdgs_section-list li::before {
  content: "●";
  color: #FF841E;
}

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

@media screen and (max-width: 767px) {
  .sdgs_section-icon {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_section-icon {
    margin-top: 30px;
  }
}

.sdgs_section-icon li {
  margin: 0 10px 10px 0;
  position: relative;
  opacity: 0;
  top: 1.5em;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 767px) {
  .sdgs_section-icon li {
    width: 100px;
  }
}

.sdgs_section-icon.show li:nth-child(1) {
  -webkit-animation: menusp 1s ease-out 0.1s 1 forwards;
          animation: menusp 1s ease-out 0.1s 1 forwards;
}

.sdgs_section-icon.show li:nth-child(2) {
  -webkit-animation: menusp 1s ease-out 0.2s 1 forwards;
          animation: menusp 1s ease-out 0.2s 1 forwards;
}

.sdgs_section-icon.show li:nth-child(3) {
  -webkit-animation: menusp 1s ease-out 0.3s 1 forwards;
          animation: menusp 1s ease-out 0.3s 1 forwards;
}

.sdgs_section-icon.show li:nth-child(4) {
  -webkit-animation: menusp 1s ease-out 0.4s 1 forwards;
          animation: menusp 1s ease-out 0.4s 1 forwards;
}

.sdgs_section-icon.show li:nth-child(5) {
  -webkit-animation: menusp 1s ease-out 0.5s 1 forwards;
          animation: menusp 1s ease-out 0.5s 1 forwards;
}

.sdgs_section-icon.show li:nth-child(6) {
  -webkit-animation: menusp 1s ease-out 0.6s 1 forwards;
          animation: menusp 1s ease-out 0.6s 1 forwards;
}

.sdgs_section-icon.show li:nth-child(7) {
  -webkit-animation: menusp 1s ease-out 0.7s 1 forwards;
          animation: menusp 1s ease-out 0.7s 1 forwards;
}

.sdgs_section-icon.show li:nth-child(8) {
  -webkit-animation: menusp 1s ease-out 0.8s 1 forwards;
          animation: menusp 1s ease-out 0.8s 1 forwards;
}

.sdgs_section-icon.show li:nth-child(9) {
  -webkit-animation: menusp 1s ease-out 0.9s 1 forwards;
          animation: menusp 1s ease-out 0.9s 1 forwards;
}

.sdgs_section-icon.show li:nth-child(10) {
  -webkit-animation: menusp 1s ease-out 1s 1 forwards;
          animation: menusp 1s ease-out 1s 1 forwards;
}

@-webkit-keyframes menusp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes menusp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/*# sourceMappingURL=sdgs.css.map */