body {
  padding: 0;
  margin: 0;
  font-family: Roboto, Verdana, Geneva, sans-serif;
}
body a {
  text-decoration: none;
}
.inner-boxs {
  width: 1360px;
  margin: 0 auto;
}
.body-boxs .top-boxs {
  position: fixed;
  top: 0;
  z-index: 91;
  width: 100%;
  box-shadow: 0px 0px 1px 3px #e6e6e6;
  background-color: white;
}
.body-boxs .top-boxs .top-stripes {
  width: 100%;
  display: flex;
  justify-self: end;
  padding: 0.3em 0;
  border-bottom: 1px solid #e6e6e6;
}
.body-boxs .top-boxs .top-stripes > .inner-boxs {
  display: flex;
  justify-content: flex-end;
}
.body-boxs .top-boxs .top-stripes > .inner-boxs > div {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 1em;
  font-size: 0.9rem;
}
.body-boxs .top-boxs .top-stripes > .inner-boxs > div img {
  height: 0.9em;
  margin-right: 0.3em;
}
.body-boxs .top-boxs .top-nav-boxs {
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > .logo {
  display: flex;
  justify-self: start;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > .logo > .menu {
  display: none;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > .logo > .menu > img {
  height: 1.1em;
  margin-right: 0.3em;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > .logo > .name {
  font-size: 1.5rem;
  margin-right: 2em;
  font-weight: 900;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > nav {
  display: flex;
  justify-self: start;
  align-items: center;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > nav > a {
  color: black;
  font-size: 1.2rem;
  margin-right: 1.5em;
  font-weight: 600;
  position: relative;
  text-transform: Uppercase;
  padding-bottom: 0.3em;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > nav > a:last-child {
  margin-right: 0;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > nav > a::before {
  width: 50%;
  height: 3px;
  display: inline-block;
  background-color: black;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > nav > a:nth-child(1)::before {
  background-color: #FFB6B8;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > nav > a:nth-child(2)::before {
  background-color: #FBE3D8;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > nav > a:nth-child(3)::before {
  background-color: #BADED6;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > nav > a:nth-child(4)::before {
  background-color: #5DC0C0;
}
.body-boxs .top-boxs .top-nav-boxs > .inner-boxs > nav > a:hover::before {
  width: 100%;
  transition: 0.5s ease-in-out 0s;
}
.body-boxs .body-content .header-text {
  text-align: left;
  display: flex;
  justify-self: start;
}
.body-boxs .body-content .header-text > .header {
  font-size: 10rem;
  line-height: 10rem;
  font-weight: bold;
}
.body-boxs .body-content .header-text > .text {
  margin-top: 0.9em;
}
.body-boxs .body-content .header-text > .text h1,
.body-boxs .body-content .header-text > .text p {
  text-transform: Uppercase;
}
.body-boxs .body-content .header-text > .text h1 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin-top: 1px;
  font-weight: 500;
}
.body-boxs .body-content .header-text > .text p {
  font-size: 1.2rem;
  line-height: 1.2em;
  line-height: 1;
  margin-top: -0.5em;
}
.body-boxs .body-content .header-text.ca > .header {
  color: #FFB6B8;
}
.body-boxs .body-content .header-text.ca > .text h1,
.body-boxs .body-content .header-text.ca > .text p {
  color: #FFB6B8;
}
.body-boxs .body-content .header-text.cb > .header {
  color: #FBE3D8;
}
.body-boxs .body-content .header-text.cb > .text h1,
.body-boxs .body-content .header-text.cb > .text p {
  color: #FBE3D8;
}
.body-boxs .body-content .header-text.cc > .header {
  color: #BADED6;
}
.body-boxs .body-content .header-text.cc > .text h1,
.body-boxs .body-content .header-text.cc > .text p {
  color: #BADED6;
}
.body-boxs .body-content .header-text.cd > .header {
  color: #5DC0C0;
}
.body-boxs .body-content .header-text.cd > .text h1,
.body-boxs .body-content .header-text.cd > .text p {
  color: #5DC0C0;
}
.body-boxs .header-sub-text {
  display: flex;
  justify-self: start;
  align-items: center;
}
.body-boxs .header-sub-text > .ai-icons {
  height: 30px;
  margin-right: 1em;
  display: flex;
  justify-self: start;
}
.body-boxs .header-sub-text > .ai-icons > div {
  width: 36px;
  height: 36px;
  border-radius: 180px;
}
.body-boxs .header-sub-text > .ai-icons > div:nth-child(1) {
  background-color: #FFB6B8;
}
.body-boxs .header-sub-text > .ai-icons > div:nth-child(2),
.body-boxs .header-sub-text > .ai-icons > div:nth-child(3),
.body-boxs .header-sub-text > .ai-icons > div:nth-child(4) {
  margin-left: -16px;
}
.body-boxs .header-sub-text > .ai-icons > div:nth-child(2) {
  background-color: rgba(251, 227, 216, 0.5);
}
.body-boxs .header-sub-text > .ai-icons > div:nth-child(3) {
  background-color: rgba(186, 222, 214, 0.5);
}
.body-boxs .header-sub-text > .ai-icons > div:nth-child(4) {
  background-color: rgba(93, 192, 192, 0.5);
}
.body-boxs .header-sub-text > .texts > h1,
.body-boxs .header-sub-text > .texts > p {
  display: block;
  margin: 0;
}
.body-boxs .header-sub-text > .texts > h1 {
  font-size: 1.6rem;
}
.body-boxs .header-sub-text > .texts > p {
  color: #333;
}
.body-boxs .header-sub-text.y {
  display: block;
  text-align: center;
}
.body-boxs .header-sub-text.y > .ai-icons {
  margin-bottom: 2em;
  justify-content: center;
}
.body-boxs .module-about-us {
  margin: 0 0 5em 0;
  padding-top: 7em;
}
.body-boxs .module-about-us > .c-boxs {
  display: flex;
  justify-content: space-between;
}
.body-boxs .module-about-us > .c-boxs > div {
  width: 100%;
}
.body-boxs .module-about-us > .c-boxs > .t-boxs > .boxs {
  padding: 2em;
  box-shadow: 5px 0 5px 5px #e6e6e6;
  margin-left: -5em;
  margin-top: 5em;
  z-index: 9;
  background-color: white;
}
.body-boxs .module-about-us > .c-boxs > .t-boxs > .boxs > h2 {
  font-size: 2rem;
}
.body-boxs .module-about-us > .c-boxs > .t-boxs > .boxs > p {
  line-height: 1.6rem;
}
.body-boxs .module-target-tab {
  margin-bottom: 2em;
}
.body-boxs .module-target-tab > .logo {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
.body-boxs .module-target-tab > .target > .tab {
  display: flex;
  flex-wrap: wrap;
}
.body-boxs .module-target-tab > .target > .tab > .items {
  width: calc(100%/6 - 0.4em + 0.4em/6);
  height: 200px;
  color: white;
  cursor: pointer;
  margin-bottom: 0.4em;
}
.body-boxs .module-target-tab > .target > .tab > .items > .inner {
  padding: 1em;
}
.body-boxs .module-target-tab > .target > .tab > .items > .inner > .names {
  display: flex;
  justify-self: start;
  height: 120px;
}
.body-boxs .module-target-tab > .target > .tab > .items > .inner > .names > strong {
  font-size: 2rem;
  margin-right: 0.3em;
}
.body-boxs .module-target-tab > .target > .tab > .items > .inner > .names > span {
  font-weight: bold;
}
.body-boxs .module-target-tab > .target > .tab > .items > .inner > .icons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -2.5em;
}
.body-boxs .module-target-tab > .target > .tab > .items > .inner > .icons > img {
  height: 5em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.body-boxs .module-target-tab > .target > .tab > .items.___1 {
  color: white;
  background-color: #ED1322;
}
.body-boxs .module-target-tab > .target > .tab > .items.___1:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___1.active {
  color: white;
  border-color: #d9000e;
  background-color: #ED1322;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___2 {
  color: white;
  background-color: #CE9B00;
}
.body-boxs .module-target-tab > .target > .tab > .items.___2:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___2.active {
  color: white;
  border-color: #ba8700;
  background-color: #CE9B00;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___3 {
  color: white;
  background-color: #2F9E38;
}
.body-boxs .module-target-tab > .target > .tab > .items.___3:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___3.active {
  color: white;
  border-color: #1b8a24;
  background-color: #2F9E38;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___4 {
  color: white;
  background-color: #C4172D;
}
.body-boxs .module-target-tab > .target > .tab > .items.___4:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___4.active {
  color: white;
  border-color: #b00319;
  background-color: #C4172D;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___5 {
  color: white;
  background-color: #F12D1A;
}
.body-boxs .module-target-tab > .target > .tab > .items.___5:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___5.active {
  color: white;
  border-color: #dd1906;
  background-color: #F12D1A;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___6 {
  color: white;
  background-color: #24B0DD;
}
.body-boxs .module-target-tab > .target > .tab > .items.___6:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___6.active {
  color: white;
  border-color: #109cc9;
  background-color: #24B0DD;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___7 {
  color: white;
  background-color: #FAB000;
}
.body-boxs .module-target-tab > .target > .tab > .items.___7:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___7.active {
  color: white;
  border-color: #e69c00;
  background-color: #FAB000;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___8 {
  color: white;
  background-color: #8C1335;
}
.body-boxs .module-target-tab > .target > .tab > .items.___8:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___8.active {
  color: white;
  border-color: #780021;
  background-color: #8C1335;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___9 {
  color: white;
  background-color: #F45800;
}
.body-boxs .module-target-tab > .target > .tab > .items.___9:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___9.active {
  color: white;
  border-color: #e04400;
  background-color: #F45800;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___10 {
  color: white;
  background-color: #E20085;
}
.body-boxs .module-target-tab > .target > .tab > .items.___10:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___10.active {
  color: white;
  border-color: #ce0071;
  background-color: #E20085;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___11 {
  color: white;
  background-color: #F89200;
}
.body-boxs .module-target-tab > .target > .tab > .items.___11:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___11.active {
  color: white;
  border-color: #e47e00;
  background-color: #F89200;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___12 {
  color: white;
  background-color: #CC8400;
}
.body-boxs .module-target-tab > .target > .tab > .items.___12:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___12.active {
  color: white;
  border-color: #b87000;
  background-color: #CC8400;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___13 {
  color: white;
  background-color: #3E7632;
}
.body-boxs .module-target-tab > .target > .tab > .items.___13:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___13.active {
  color: white;
  border-color: #2a621e;
  background-color: #3E7632;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___14 {
  color: white;
  background-color: #1279C3;
}
.body-boxs .module-target-tab > .target > .tab > .items.___14:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___14.active {
  color: white;
  border-color: #0065af;
  background-color: #1279C3;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___15 {
  color: white;
  background-color: #3BB533;
}
.body-boxs .module-target-tab > .target > .tab > .items.___15:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___15.active {
  color: white;
  border-color: #27a11f;
  background-color: #3BB533;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___16 {
  color: white;
  background-color: #1D4F90;
}
.body-boxs .module-target-tab > .target > .tab > .items.___16:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___16.active {
  color: white;
  border-color: #093b7c;
  background-color: #1D4F90;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___17 {
  color: white;
  background-color: #203469;
}
.body-boxs .module-target-tab > .target > .tab > .items.___17:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___17.active {
  color: white;
  border-color: #0c2055;
  background-color: #203469;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___18 {
  color: white;
  background-color: #F3F4F5;
}
.body-boxs .module-target-tab > .target > .tab > .items.___18:hover,
.body-boxs .module-target-tab > .target > .tab > .items.___18.active {
  color: white;
  border-color: #dfe0e1;
  background-color: #F3F4F5;
  transition: 0.1s ease-in-out 0s;
}
.body-boxs .module-target-tab > .target > .tab > .items.___1 > .inner > .icons {
  margin-top: -5em;
}
.body-boxs .module-target-tab > .target > .tab > .items.___1 > .inner > .icons > img {
  width: 80%;
  height: auto;
}
.body-boxs .module-target-tab > .target > .tab > .items.___18 > .inner > .icons {
  margin-top: -0.4em;
}
.body-boxs .module-target-tab > .target > .tab > .items.___18 > .inner > .icons > img {
  width: 100%;
  height: 100%;
}
.body-boxs .module-target-tab > .target > .tab > .items:last-child {
  margin-bottom: 0;
}
.body-boxs .module-target-tab > .target > .tab > .items:not(:nth-child(6n+0)) {
  margin-right: 0.4em;
}
.body-boxs .module-target-tab > .target > .show-boxs {
  height: auto;
}
.body-boxs .module-target-tab > .target > .show-boxs > .introduce {
  padding: 1em;
  display: flex;
  justify-self: start;
}
.body-boxs .module-target-tab > .target > .show-boxs > .introduce > .images {
  margin-right: 1em;
}
.body-boxs .module-target-tab > .target > .show-boxs > .introduce > .images img {
  width: 360px;
  height: auto;
  position: sticky;
  top: 1em;
}
.body-boxs .module-target-tab > .target > .show-boxs > .introduce > .content {
  color: white;
  width: calc(100% - 200px);
}
.body-boxs .module-target-tab > .target > .show-boxs > .introduce > .content > .target-title {
  font-size: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.body-boxs .module-target-tab > .target > .show-boxs > .introduce > .content > .target-title > img {
  width: 5em;
  height: 5em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.body-boxs .module-target-tab > .target > .show-boxs > .introduce > .content ol {
  list-style-type: disc;
  margin: 0;
  padding: 0;
  margin-left: 1.5em;
}
.body-boxs .module-target-tab > .target > .show-boxs > .introduce > .content ol > li {
  margin-bottom: 1em;
}
.body-boxs .module-target-tab > .target > .show-boxs > .introduce > .content ol > li:first-child {
  margin-bottom: 0;
}
.body-boxs .module-target-tab > .target > .show-boxs.___1 {
  background-color: #ED1322;
}
.body-boxs .module-target-tab > .target > .show-boxs.___2 {
  background-color: #CE9B00;
}
.body-boxs .module-target-tab > .target > .show-boxs.___3 {
  background-color: #2F9E38;
}
.body-boxs .module-target-tab > .target > .show-boxs.___4 {
  background-color: #C4172D;
}
.body-boxs .module-target-tab > .target > .show-boxs.___5 {
  background-color: #F12D1A;
}
.body-boxs .module-target-tab > .target > .show-boxs.___6 {
  background-color: #24B0DD;
}
.body-boxs .module-target-tab > .target > .show-boxs.___7 {
  background-color: #FAB000;
}
.body-boxs .module-target-tab > .target > .show-boxs.___8 {
  background-color: #8C1335;
}
.body-boxs .module-target-tab > .target > .show-boxs.___9 {
  background-color: #F45800;
}
.body-boxs .module-target-tab > .target > .show-boxs.___10 {
  background-color: #E20085;
}
.body-boxs .module-target-tab > .target > .show-boxs.___11 {
  background-color: #F89200;
}
.body-boxs .module-target-tab > .target > .show-boxs.___12 {
  background-color: #CC8400;
}
.body-boxs .module-target-tab > .target > .show-boxs.___13 {
  background-color: #3E7632;
}
.body-boxs .module-target-tab > .target > .show-boxs.___14 {
  background-color: #1279C3;
}
.body-boxs .module-target-tab > .target > .show-boxs.___15 {
  background-color: #3BB533;
}
.body-boxs .module-target-tab > .target > .show-boxs.___16 {
  background-color: #1D4F90;
}
.body-boxs .module-target-tab > .target > .show-boxs.___17 {
  background-color: #203469;
}
.body-boxs .module-target-tab > .target > .show-boxs.___18 {
  background-color: #F3F4F5;
}
.body-boxs .module-target-tab > .target > .show-boxs.___18 > .introduce > .content {
  color: black;
}
.body-boxs .module-sdgs {
  padding-top: 5em;
  margin-bottom: 5em;
}
.body-boxs .module-sdgs > .inner {
  position: relative;
  margin-top: 2em;
}
.body-boxs .module-sdgs > .inner .sd-boxs {
  display: flex;
  justify-content: center;
}
.body-boxs .module-sdgs > .inner .sd-boxs > .sdgs-l > .sdgs-1 {
  display: flex;
  justify-content: center;
}
.body-boxs .module-sdgs > .inner .sd-boxs > .sdgs-l > .sdgs-2 {
  display: flex;
  justify-self: start;
  margin-top: -10em;
  z-index: 2;
  position: relative;
}
.body-boxs .module-sdgs > .inner .target {
  color: white;
  display: flex;
  justify-self: start;
  width: 200px;
  padding: 0.5em 1em;
  position: absolute;
  z-index: 5;
}
.body-boxs .module-sdgs > .inner .target > strong {
  font-size: 2rem;
  margin-right: 0.5em;
}
.body-boxs .module-sdgs > .inner .target > span {
  font-weight: 600;
}
.body-boxs .module-sdgs > .inner .target.___1 {
  background-color: #ED1322;
}
.body-boxs .module-sdgs > .inner .target.___2 {
  background-color: #CE9B00;
}
.body-boxs .module-sdgs > .inner .target.___3 {
  background-color: #2F9E38;
}
.body-boxs .module-sdgs > .inner .target.___4 {
  background-color: #C4172D;
}
.body-boxs .module-sdgs > .inner .target.___5 {
  background-color: #F12D1A;
}
.body-boxs .module-sdgs > .inner .target.___6 {
  background-color: #24B0DD;
}
.body-boxs .module-sdgs > .inner .target.___7 {
  background-color: #FAB000;
}
.body-boxs .module-sdgs > .inner .target.___8 {
  background-color: #8C1335;
}
.body-boxs .module-sdgs > .inner .target.___9 {
  background-color: #F45800;
}
.body-boxs .module-sdgs > .inner .target.___10 {
  background-color: #E20085;
}
.body-boxs .module-sdgs > .inner .target.___11 {
  background-color: #F89200;
}
.body-boxs .module-sdgs > .inner .target.___12 {
  background-color: #CC8400;
}
.body-boxs .module-sdgs > .inner .target.___13 {
  background-color: #3E7632;
}
.body-boxs .module-sdgs > .inner .target.___14 {
  background-color: #1279C3;
}
.body-boxs .module-sdgs > .inner .target.___15 {
  background-color: #3BB533;
}
.body-boxs .module-sdgs > .inner .target.___16 {
  background-color: #1D4F90;
}
.body-boxs .module-sdgs > .inner .target.___17 {
  background-color: #203469;
}
.body-boxs .module-sdgs > .inner .target.___18 {
  background-color: #F3F4F5;
}
.body-boxs .module-sdgs > .inner .target.___1 {
  top: 250px;
  right: 150px;
}
.body-boxs .module-sdgs > .inner .target.___2 {
  top: 320px;
  right: 156px;
}
.body-boxs .module-sdgs > .inner .target.___3 {
  top: 300px;
  right: 670px;
}
.body-boxs .module-sdgs > .inner .target.___4 {
  top: 300px;
  right: 410px;
}
.body-boxs .module-sdgs > .inner .target.___5 {
  top: 200px;
  right: 410px;
}
.body-boxs .module-sdgs > .inner .target.___6 {
  top: 250px;
  right: 930px;
}
.body-boxs .module-sdgs > .inner .target.___7 {
  top: 400px;
  right: 530px;
}
.body-boxs .module-sdgs > .inner .target.___8 {
  top: 390px;
  right: 280px;
}
.body-boxs .module-sdgs > .inner .target.___9 {
  top: 500px;
  right: 100px;
}
.body-boxs .module-sdgs > .inner .target.___10 {
  top: 200px;
  right: 670px;
}
.body-boxs .module-sdgs > .inner .target.___11 {
  top: 390px;
  right: 780px;
}
.body-boxs .module-sdgs > .inner .target.___12 {
  top: 520px;
  right: 530px;
}
.body-boxs .module-sdgs > .inner .target.___13 {
  top: 450px;
  right: 1030px;
}
.body-boxs .module-sdgs > .inner .target.___14 {
  top: 520px;
  right: 930px;
}
.body-boxs .module-sdgs > .inner .target.___15 {
  top: 590px;
  right: 970px;
}
.body-boxs .module-sdgs > .inner .target.___16 {
  top: 100px;
  right: 770px;
}
.body-boxs .module-sdgs > .inner .target.___17 {
  top: 100px;
  right: 1030px;
}
.body-boxs .module-sdgs > .inner .target.___18 {
  display: none;
}
.body-boxs .module-sdgs > .inner .sdgs {
  width: 320px;
  height: 320px;
  color: #065296;
  display: inline-block;
  border-radius: 360px;
  display: flex;
  justify-content: center;
  padding: 2em;
  font-size: 2rem;
}
.body-boxs .module-sdgs > .inner .sdgs.social-solidarity {
  background-color: #E17E7D;
}
.body-boxs .module-sdgs > .inner .sdgs.social-solidarity.transparent {
  background-color: rgba(225, 126, 125, 0.5);
}
.body-boxs .module-sdgs > .inner .sdgs.environmental-responsibility,
.body-boxs .module-sdgs > .inner .sdgs.economic-efficiency {
  align-items: flex-end;
  border: 2px solid white;
}
.body-boxs .module-sdgs > .inner .sdgs.environmental-responsibility {
  background-color: rgba(47, 158, 56, 0.5);
  margin-right: -2em;
}
.body-boxs .module-sdgs > .inner .sdgs.economic-efficiency {
  background-color: rgba(251, 176, 2, 0.5);
  margin-left: -2em;
}
.body-boxs .module-sdgs > .inner .heptagon > img {
  width: 520px;
  height: 520px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.body-boxs .module-sdgs > .inner .heptagon.c-2 {
  margin-top: -30em;
  margin-left: -3em;
  z-index: 1;
}
.body-boxs .module-sdgs > .inner .heptagon.c-3 {
  margin-top: -49em;
  margin-left: 7.5em;
  position: relative;
  z-index: -2;
}
.body-boxs .module-n2-m2 {
  width: 100%;
  height: 1000px;
  background-image: url('n2-m2-c1.jpeg');
  background-size: 100%;
  background-position: 0% 100%;
  position: relative;
}
.body-boxs .module-n2-m2 > .header {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  padding: 2em 0;
}
.body-boxs .module-n2-m2 > .header .module-target-tab {
  margin-top: 1em;
}
.body-boxs .module-n2-m2 > .header .module-target-tab > .target > .tab {
  width: 1200px;
  justify-content: center;
  text-align: left;
}
.body-boxs .module-n2-m2 > .boxs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.body-boxs .module-n2-m2 > .boxs > div {
  width: 100%;
  height: 100%;
  display: flex;
}
.body-boxs .module-n2-m2 > .boxs > div > .c {
  width: 50%;
  padding: 25em 2em 2em 2em;
}
.body-boxs .module-n2-m2 > .boxs > div > .c > h3 {
  font-size: 2rem;
}
.body-boxs .module-n2-m2 > .boxs > div > .c > p {
  font-size: 1.2rem;
}
.body-boxs .module-n2-m2 > .boxs > div > .c > img {
  width: 100%;
}
.body-boxs .module-n2-m2 > .boxs > div.lb {
  justify-content: end;
  background-color: rgba(255, 182, 184, 0.3);
}
.body-boxs .module-n2-m2 > .boxs > div.rb {
  background-color: rgba(93, 192, 192, 0.3);
}
.body-boxs .module-n2-m3 {
  margin-top: 5em;
}
.body-boxs .module-n2-m3 > .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}
.body-boxs .module-n2-m3 > .header img {
  width: auto;
  height: 100px;
}
.body-boxs .module-n2-m3 img {
  width: 100%;
  height: auto;
}
.body-boxs .module-n2-m5 {
  margin-top: 23em;
}
.body-boxs .module-n2-m5 > .goals-x {
  text-align: center;
}
.body-boxs .module-n2-m5 > .goals-x > img {
  width: 70%;
}
.body-boxs .module-n2-m5 > .c {
  display: flex;
  justify-self: start;
  margin-top: 5em;
}
.body-boxs .module-n2-m5 > .c > .text {
  z-index: 5;
}
.body-boxs .module-n2-m5 > .c > .text > .content {
  padding: 2em;
  background-color: white;
  margin-top: 5em;
}
.body-boxs .module-n2-m5 > .c > .text > .content .module-target-tab {
  margin-top: 2em;
}
.body-boxs .module-n2-m5 > .c > .text > .content .module-target-tab > .target > .tab > .items {
  width: 230px;
  height: 230px;
}
.body-boxs .module-n2-m5 > .c > img {
  width: 80%;
}
.body-boxs .module-n2-m5 > .c.c1 > .text > .content {
  box-shadow: -5px 5px 5px 0 #e6e6e6;
}
.body-boxs .module-n2-m5 > .c.c1 > img {
  margin-left: -5em;
}
.body-boxs .module-n2-m5 > .c.c2 > .text {
  display: inline-block;
}
.body-boxs .module-n2-m5 > .c.c2 > .text > .content {
  width: 500px;
  margin-left: -18.3em;
  box-shadow: 5px 5px 5px 0 #e6e6e6;
}
.body-boxs .module-n3-m1 {
  padding-top: 5em;
}
.body-boxs .module-n3-m1 > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}
.body-boxs .module-n3-m1 > .header > img {
  width: 100px;
  height: 100px;
}
.body-boxs .module-n3-m1 > .boxs {
  display: flex;
  justify-content: space-between;
}
.body-boxs .module-n3-m1 > .boxs > .s {
  width: calc(100%/3);
  border-width: 1px;
  border-style: dashed;
  margin-right: 1em;
  border-radius: 3px;
  padding: 2em;
}
.body-boxs .module-n3-m1 > .boxs > .s.a {
  border-color: #FFB6B8;
  background-color: rgba(255, 182, 184, 0.1);
}
.body-boxs .module-n3-m1 > .boxs > .s.b {
  border-color: #FBE3D8;
  background-color: rgba(251, 227, 216, 0.1);
}
.body-boxs .module-n3-m1 > .boxs > .s.c {
  border-color: #BADED6;
  background-color: rgba(186, 222, 214, 0.1);
}
.body-boxs .module-n3-m1 > .boxs > .s:last-child {
  margin-right: 0;
}
.body-boxs .module-n3-m1 > .boxs > .s > ol > li {
  margin: 0.3em 0;
}
.body-boxs .module-n3-m2-3 {
  margin-top: 5em;
  margin-bottom: 5em;
}
.body-boxs .module-n3-m2-3 > .boxs {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.body-boxs .module-n3-m2-3 > .boxs > .m {
  width: 50%;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 {
  display: flex;
  flex-wrap: wrap;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 > .s {
  width: 100%;
  border-radius: 3px;
  padding: 2em;
  position: relative;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 > .s > ol > li {
  margin: 0.3em 0;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 > .s > div {
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 2rem;
  display: inline-block;
  background-color: white;
  position: absolute;
  top: -0.5em;
  left: calc(100%/2 - 1em);
  border-radius: 180px;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 > .s.a {
  background-color: #FFB6B8;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 > .s.a > div {
  border: 1px dashed #FFB6B8;
  background-color: rgba(255, 182, 184, 0.7);
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 > .s.b {
  background-color: #FBE3D8;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 > .s.b > div {
  border: 1px dashed #FBE3D8;
  background-color: rgba(251, 227, 216, 0.7);
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 > .s.c {
  background-color: #BADED6;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 > .s.c > div {
  border: 1px dashed #BADED6;
  background-color: rgba(186, 222, 214, 0.7);
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 > .s.d {
  background-color: #5DC0C0;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 > .s.d > div {
  border: 1px dashed #5DC0C0;
  background-color: rgba(93, 192, 192, 0.7);
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m2 > .s:not(:nth-child(2n+0)) {
  margin-right: 1em;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m3 {
  margin-left: 5em;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m3 > .line {
  margin: 3em 0;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m3 > p {
  margin-left: 7em;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m3 > ol {
  margin-left: 6.5em;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m3 > ol > li {
  font-size: 1.5rem;
  margin: 0.5em 0;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m3 > ul {
  margin-left: 5.8em;
}
.body-boxs .module-n3-m2-3 > .boxs > .m.m3 > ul > li {
  font-size: 1.5rem;
  margin: 0.5em 0;
}
