#sdgs #greeting-section {
  padding: 150px 0 40px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1480px) {
  #sdgs #greeting-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #sdgs #greeting-section {
    width: calc(100% - 16vw);
  }
}
#sdgs #greeting-section:before, #sdgs #greeting-section:after {
  content: "";
  position: absolute;
}
#sdgs #greeting-section:before {
  width: 120px;
  height: 58px;
  background: url(../images/company/greeting-illust02.svg) no-repeat center/contain;
  top: -120px;
  right: 80px;
}
#sdgs #greeting-section:after {
  width: 152px;
  height: 89px;
  background: url(../images/company/greeting-illust01.svg) no-repeat center/contain;
  top: -180px;
  right: -180px;
}
#sdgs #greeting-section .mainimg {
  display: block;
  margin: 0 0 80px;
}
#sdgs #greeting-section .title {
  font-size: 2.3333333333rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #1F2F8E;
  margin: 0 0 64px;
}
#sdgs #greeting-section .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sdgs #greeting-section .list li {
  width: calc(50% - 32px);
  margin-bottom: 64px;
}
#sdgs #greeting-section .list li .titlearea {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
#sdgs #greeting-section .list li .titlearea .headline {
  flex: 1;
  margin-left: 24px;
  display: block;
  font-size: 1.3333333333rem;
  font-weight: 700;
}
#sdgs #greeting-section .list li .textarea {
  display: block;
  font-size: 0.8888888889rem;
}
#sdgs #greeting-section .list li .textarea .text {
  display: flex;
  margin-bottom: 12px;
}
#sdgs #greeting-section .list li .textarea .text span {
  display: block;
  flex: 1;
}
#sdgs #greeting-section .list li .textarea .text:last-child {
  margin: 0;
}
#sdgs #greeting-section .bg {
  position: absolute;
  z-index: -1;
  bottom: -120px;
  right: -30vw;
}
@media screen and (max-width: 959px) {
  #sdgs #greeting-section {
    padding: 64px 0 24px;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #sdgs #greeting-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #sdgs #greeting-section {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #sdgs #greeting-section:before, #sdgs #greeting-section:after {
    content: "";
    position: absolute;
  }
  #sdgs #greeting-section:before {
    width: 120px;
    height: 58px;
    background: url(../images/company/greeting-illust02.svg) no-repeat center/contain;
    top: -60px;
    right: 30px;
  }
  #sdgs #greeting-section:after {
    width: 152px;
    height: 89px;
    background: url(../images/company/greeting-illust01.svg) no-repeat center/contain;
    top: -90px;
    right: -90px;
  }
  #sdgs #greeting-section .mainimg {
    display: block;
    margin: 0 0 40px;
  }
  #sdgs #greeting-section .title {
    font-size: 1.1666666667rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    color: #1F2F8E;
    margin: 0 0 40px;
  }
  #sdgs #greeting-section .list {
    display: block;
  }
  #sdgs #greeting-section .list li {
    width: 100%;
    margin-bottom: 40px;
  }
  #sdgs #greeting-section .list li .titlearea {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
  }
  #sdgs #greeting-section .list li .titlearea .headline {
    flex: 1;
    margin-left: 24px;
    display: block;
    font-size: 1rem;
    font-weight: 700;
  }
  #sdgs #greeting-section .list li .textarea {
    display: block;
    font-size: 0.8888888889rem;
  }
  #sdgs #greeting-section .list li .textarea .text {
    display: flex;
    margin-bottom: 12px;
  }
  #sdgs #greeting-section .list li .textarea .text span {
    display: block;
    flex: 1;
  }
  #sdgs #greeting-section .list li .textarea .text:last-child {
    margin: 0;
  }
  #sdgs #greeting-section .bg {
    position: absolute;
    z-index: -1;
    bottom: -120px;
    right: -30vw;
  }
}
#sdgs #event-section {
  position: relative;
  padding: 0 0 150px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1480px) {
  #sdgs #event-section {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) {
  #sdgs #event-section {
    width: calc(100% - 16vw);
  }
}
#sdgs #event-section:before {
  content: "";
  width: 1165px;
  height: 624px;
  background: url(../images/common/bg-pattern03.svg) no-repeat center/contain;
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: -1;
}
#sdgs #event-section .img {
  width: 50%;
  margin-right: 64px;
}
#sdgs #event-section .img img {
  display: block;
}
#sdgs #event-section .textarea {
  flex: 1;
}
#sdgs #event-section .textarea .title {
  font-size: 1.7777777778rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1F2F8E;
  margin: 0 0 40px;
}
#sdgs #event-section .textarea p {
  margin: 0 0 32px;
}
#sdgs #event-section .textarea p:last-child {
  margin: 0;
}
#sdgs #event-section .textarea .small {
  font-size: 0.7777777778rem;
  display: flex;
}
#sdgs #event-section .textarea .small span {
  flex: 1;
}
@media screen and (max-width: 959px) {
  #sdgs #event-section {
    position: relative;
    padding: 0 0 64px;
    display: block;
  }
  #sdgs #event-section .img {
    width: 100%;
    margin: 0 0 40px;
  }
  #sdgs #event-section .textarea {
    flex: 1;
  }
  #sdgs #event-section .textarea .title {
    font-size: 1.4444444444rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1F2F8E;
    margin: 0 0 32px;
  }
  #sdgs #event-section .textarea p {
    margin: 0 0 24px;
  }
  #sdgs #event-section .textarea p:last-child {
    margin: 0;
  }
  #sdgs #event-section .textarea .small {
    font-size: 0.7777777778rem;
    display: flex;
  }
  #sdgs #event-section .textarea .small span {
    flex: 1;
  }
}
#sdgs .page-list {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
#sdgs .page-list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(74deg, #3046A0 0%, #1F2F8E 100%);
}
#sdgs .page-list li {
  width: 300px;
}
#sdgs .page-list li:nth-child(2) {
  margin: 0 32px;
}
@media screen and (max-width: 959px) {
  #sdgs .page-list {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
    display: block;
  }
}
@media screen and (max-width: 959px) and (max-width: 1480px) {
  #sdgs .page-list {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #sdgs .page-list {
    width: calc(100% - 16vw);
  }
}
@media screen and (max-width: 959px) {
  #sdgs .page-list li:nth-child(2) {
    margin: 16px 0;
  }
}/*# sourceMappingURL=sdgs.css.map */