@charset "UTF-8";
.myriad {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udp {
  font-family: "biz-udpgothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udp-mincho {
  font-family: "biz-udpmincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sdgs {
  transition: background-color 0.5s, color 0.5s;
}
.sdgs_content {
  min-height: 100svh;
}

.visual__rp .photo_img:before {
  padding-top: 38.046875%;
}
.visual__rp article {
  position: absolute;
  top: 50%;
  left: 5vw;
  transform: translateY(-50%);
}
.visual__rp article h2 {
  margin-bottom: 20px;
  text-align: left;
}
.visual__rp article p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #0E127B;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 768px) {
  .visual__rp .photo_img:before {
    padding-top: 100svh;
  }
}

#sdgs_01 {
  background: #AF3B3B;
}
#sdgs_01 h4 {
  color: #AF3B3B;
}

#sdgs_02 h4 {
  color: #0263AE;
}

#sdgs_03 h4 {
  color: #E85200;
}

#sdgs_04 h4 {
  color: #003D76;
}

.sdgs_content {
  padding: 180px 0;
}
.sdgs_content .text_c {
  text-align: center;
}
.sdgs_content h2 {
  display: inline-block;
  min-width: 252px;
  margin: 0 auto 40px;
  padding: 0.5em 1em;
  color: #fff;
  border: 1px solid #fff;
}
.sdgs_content h2 + p {
  margin-bottom: 80px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.sdgs_content h3 {
  color: #fff;
}
.sdgs_content .border_h {
  position: relative;
}
.sdgs_content .border_h:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30vw;
  height: 2px;
  background: #fff;
}
.sdgs_content .border_h:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30vw;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sdgs_content .border_h {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .sdgs_content .border_h:before {
    width: 20vw;
  }
  .sdgs_content .border_h:after {
    width: 20vw;
  }
}
.sdgs_content .col_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.sdgs_content ul {
  color: #fff;
}
.sdgs_content ul li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  text-indent: -1em;
}
.sdgs_content ul li:before {
  content: "●";
}

.wh_box {
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
}
.wh_box h4 {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.125rem;
}
.wh_box ul {
  display: flex;
  justify-content: center;
}

.manifest {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.manifest p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}/*# sourceMappingURL=rp.css.map */