@charset "UTF-8";
html body .contents_breadcrumb {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  html body .contents_breadcrumb {
    margin-left: 20px;
  }
}
html body .bg-lg {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
html body .hero {
  height: 450px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .hero {
    height: 390px;
  }
}
html body .hero-textbox {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
html body .hero-textbox .catch {
  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;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 42px;
  color: #F8F8F8;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch {
    font-size: 28px;
    line-height: 36px;
  }
}
html body .hero-textbox .catch span {
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 56px;
  color: #F8F8F8;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch span {
    font-size: 42px;
    line-height: 56px;
  }
}
html body .hero-textbox .catch span::after, html body .hero-textbox .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 50%;
  width: 60px;
}
html body .hero-textbox .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body .hero-textbox .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body .hero-textbox .sub {
  font-size: 16px;
  line-height: 24px;
  color: #F8F8F8;
  font-size: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    font-size: 16px;
    line-height: 24px;
  }
}
html body .heroTitle {
  max-width: 1920px;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  html body .heroTitle {
    margin-bottom: 35px;
  }
}
html body .heroTitle-textbox {
  max-width: 1760px;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox {
    height: 70px;
    margin-bottom: 20px;
  }
}
html body .heroTitle-textbox p {
  font-size: 240px;
  line-height: 240px;
  color: #DBDBDB;
  font-weight: 200;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.27 !important;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox p {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox p {
    padding-left: 1rem;
    opacity: 0.27 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
html body .heroTitle-textbox h1 {
  position: absolute;
  font-size: 60px;
  line-height: 50px;
  color: #0E1A3C;
  font-weight: 500;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 120px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox h1 {
    top: 25px;
    left: 35px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
html body .heroTitle .sub {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 36px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  html body .heroTitle .sub {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub {
    margin-bottom: 30px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub.sp {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub.pc {
    display: none;
  }
}
html body .heroTitle-mv {
  max-width: 820px;
  width: 100%;
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-mv {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body .heroTitle-mv {
    max-width: 480px;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle-mv {
    max-width: 320px;
  }
}
html body .heroTitle-inner {
  max-width: 1760px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 6px;
  margin: 0 0 120px auto;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px 0;
    margin-bottom: 60px;
    max-width: 820px;
    margin-left: auto;
    padding-left: 35px;
  }
}
html body .heroTitle-inner .inner-left {
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle-inner .inner-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .heroTitle-inner .inner-left {
    padding-right: 35px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle-inner .inner-left {
    margin-left: 0;
    margin-right: auto;
  }
}
html body .heroTitle-inner .inner-left .left-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle-inner .inner-left .left-text {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-left .left-text {
    margin-bottom: 20px;
  }
}
html body .heroTitle-inner .inner-right {
  max-width: 1120px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle-inner .inner-right {
    max-width: 840px;
  }
}
@media screen and (max-width: 1199px) {
  html body .heroTitle-inner .inner-right {
    max-width: 630px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-right {
    max-width: 100%;
  }
}
html body .heroTitle02 {
  max-width: 1860px;
  margin-left: auto;
}
html body .heroTitle02 .heroTitle-textbox {
  max-width: 1860px;
}
html body .heroTitle02 .heroTitle-textbox .jost {
  max-width: 1800px;
  padding-left: 0;
}
html body .heroTitle02 .heroTitle-textbox .catch {
  left: 120px;
}
@media screen and (max-width: 1600px) {
  html body .heroTitle02 .heroTitle-textbox .catch {
    left: 35px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-inner .inner-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
html body .heroTitle02 .heroTitle-list {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-list {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle02 .heroTitle-list {
    max-width: 310px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  padding-bottom: 11px;
  border-bottom: 1px dotted #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item {
    gap: 8px;
    padding-bottom: 6px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item div {
  width: 8px;
  height: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item div {
    width: 5px;
    height: 5px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item div::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #0E1A3C;
  border-right: 1px solid #0E1A3C;
  top: -50%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item div::after {
    width: 5px;
    height: 5px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item a {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item a {
    font-size: 15px;
    line-height: 21px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item + .heroTitle-item {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item + .heroTitle-item {
    padding-top: 6px;
  }
}
html body .heroTitle02 .heroTitle-list02 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list02 .heroTitle-item_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
  }
}
html body .heroTitle02 .heroTitle-list02 .heroTitle-item_title {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-list02 .heroTitle-item_title {
    font-size: 16px;
    line-height: 25px;
  }
}
html body .heroTitle02 .heroTitle-list02 .heroTitle-item_line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 240px;
  width: 100%;
  height: 1px;
  background-color: #0E1A3C;
}
html body .heroTitle02 .heroTitle-list02 .heroTitle-item_text {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-list02 .heroTitle-item_text {
    font-size: 16px;
    line-height: 25px;
  }
}
html body .contents_breadcrumb {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0;
}
html body .contents_breadcrumb {
  padding: 0;
}
html body .sdgs-section .wrapper {
  max-width: 1400px;
}
html body .sdgs-section01 {
  margin-bottom: 112px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 {
    margin-bottom: 36px;
  }
}
html body .sdgs-section01 .sdgs-title {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-title {
    max-width: 245px;
    margin: 0 auto 40px;
  }
}
html body .sdgs-section01 .sdgs-text {
  font-size: 24px;
  line-height: 36px;
  color: #0E1A3C;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-text {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-text {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) {
  html body .sdgs-section01 .sdgs-text {
    text-align: left;
  }
}
html body .sdgs-section01 .sdgs-text + .sdgs-text {
  margin: 30px 0 110px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-text + .sdgs-text {
    margin: 20px 0 70px;
  }
}
@media screen and (max-width: 991px) {
  html body .sdgs-section01 .sdgs-text .pc {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  html body .sdgs-section01 .sdgs-text .sp {
    display: block;
  }
}
html body .sdgs-section01 .sdgs-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 64px;
}
@media screen and (max-width: 1400px) {
  html body .sdgs-section01 .sdgs-flex {
    gap: 0 32px;
  }
}
@media screen and (max-width: 991px) {
  html body .sdgs-section01 .sdgs-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;
    gap: 40px 0;
  }
}
html body .sdgs-section01 .sdgs-flex .flex-left {
  max-width: 680px;
  width: 100%;
}
html body .sdgs-section01 .sdgs-flex .flex-right {
  max-width: 656px;
  width: 100%;
  padding: 76px 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F8F8F8;
}
@media screen and (max-width: 1400px) {
  html body .sdgs-section01 .sdgs-flex .flex-right {
    padding: 40px 45px;
  }
}
html body .sdgs-section01 .sdgs-flex .flex-right .right-text {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-flex .flex-right .right-text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .sdgs-section01 .sdgs-flex .flex-right .right-text_bold {
  margin: 45px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-flex .flex-right .right-text_bold {
    margin: 25px 0 45px;
  }
}
html body .sdgs-section01 .sdgs-flex .flex-right .box-link-arrow a {
  width: 315px;
  margin-left: 0;
  font-size: 18px;
  line-height: 26px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-flex .flex-right .box-link-arrow a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  html body .sdgs-section01 .sdgs-flex .flex-right .box-link-arrow a {
    width: 200px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-flex .flex-right .box-link-arrow a {
    background-color: #fff;
    color: #0E1A3C;
  }
}
html body .sdgs-section01 .sdgs-flex .flex-right .box-link-arrow a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-flex .flex-right .box-link-arrow a:hover {
    background-color: #0E1A3C;
    color: #fff;
  }
}
html body .sdgs-section02 {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 {
    margin-bottom: 168px;
  }
}
html body .sdgs-section02 .sdgs-title {
  margin-bottom: 130px;
  font-size: 36px;
  line-height: 62px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-title {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-title {
    margin-bottom: 40px;
    font-weight: bold;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) {
  html body .sdgs-section02 .sdgs-title {
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  html body .sdgs-section02 .sdgs-title .sp {
    display: block;
  }
}
html body .sdgs-section02 .sdgs-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 72px;
}
@media screen and (max-width: 1400px) {
  html body .sdgs-section02 .sdgs-flex {
    gap: 0 30px;
  }
}
html body .sdgs-section02 .sdgs-flex_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  html body .sdgs-section02 .sdgs-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
html body .sdgs-section02 .sdgs-flex + .sdgs-flex {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex + .sdgs-flex {
    margin-top: 40px;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-left {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  html body .sdgs-section02 .sdgs-flex .flex-left {
    max-width: 350px;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right {
  max-width: 628px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-title {
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-title {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1199px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-title .pc {
    display: none;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-title .sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-title .sp {
    display: block;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText {
    margin-bottom: 30px;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText .right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText .right-item {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText .right-item::before {
  content: "・";
  display: block;
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText .right-item + .right-item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText .right-item + .right-item {
    margin-top: 22px;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeImg {
    gap: 0 8px;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeImg .right-item {
  max-width: 115px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeImg .right-item {
    max-width: 60px;
  }
}

/*# sourceMappingURL=sdgs.css.map */
