@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
.page-template-page-sdgs section img {
    box-shadow: none;
}
.js-scroll-fade {
  position: absolute;
  opacity: 0;
  transition: all 2s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.is-animation.is-to-left {
  opacity: 1;
  transition: all 2s cubic-bezier(0.155, 0.91, 0.695, 0.95);
  transform: translate(60px, 0);
}

@media (min-width: 1000px) and (max-width: 1280px) {
  .is-animation.is-to-left {
    transform: translate(40px, 0);
  }
}

@media (min-width: 600px) and (max-width: 1000px) {
  .is-animation.is-to-left {
    transform: translate(10px, 0);
  }
}

@media screen and (max-width: 599px) {
  .is-animation.is-to-left {
    transform: translate(6px, 0);
  }
}

.is-animation.is-to-right {
  opacity: 1;
  transition: all 2s cubic-bezier(0.155, 0.91, 0.695, 0.95);
  transform: translate(-60px, 0);
}

@media (min-width: 1000px) and (max-width: 1280px) {
  .is-animation.is-to-right {
    transform: translate(-40px, 0);
  }
}

@media (min-width: 600px) and (max-width: 1000px) {
  .is-animation.is-to-right {
    transform: translate(-10px, 0);
  }
}

@media screen and (max-width: 599px) {
  .is-animation.is-to-right {
    transform: translate(-6px, 0);
  }
}

.fadeOff {
  opacity: 0;
  transition: all 1s;
}

.fadeOff._delay {
  transition-delay: 0.2s;
}

.fadeOn {
  opacity: 1;
  transition: all 1s;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

@media screen and (max-width: 599px) {
  html > body {
    min-width: 0;
  }
}

a {
  outline: none;
  -webkit-touch-callout: none;
}

a:hover {
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

img {
  vertical-align: top;
  border: none;
  border-style: none;
}

ol,
ul,
li {
  list-style: none;
}

.pc_on {
  display: block;
}

@media screen and (max-width: 599px) {
  .pc_on {
    display: none;
  }
}

.sp_on {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp_on {
    display: block;
  }
}

br.SPbr {
  display: inline;
}

@media print, screen and (min-width: 600px) {
  br.SPbr {
    display: none;
  }
}

br.TBbr {
  display: none;
}

@media print, screen and (min-width: 600px) {
  br.TBbr {
    display: inline;
  }
}

br.PCbr {
  display: none;
}

@media print, screen and (min-width: 1000px) {
  br.PCbr {
    display: inline;
  }
}

.SPview {
  display: block;
}

@media print, screen and (min-width: 1000px) {
  .SPview {
    display: none;
  }
}

.PCview {
  display: none;
}

@media print, screen and (min-width: 1000px) {
  .PCview {
    display: block;
  }
}

.u-textCenter {
  text-align: left;
}

.u-textLeft {
  text-align: left;
}

.u-textRight {
  text-align: right;
}

.u-floatCenter {
  float: left;
}

.u-floatLeft {
  float: left;
}

.u-floatRight {
  float: right;
}

.l-header {
  z-index: 999999;
}

.l-footer {
  z-index: 5;
}

/* ==========================================================================
   Layout Object
   ========================================================================== */
.l-container {
  position: relative;
  display: block;
  max-width: inherit;
  margin: 0 auto;
  overflow: hidden;
}

.p-bottom {
  margin-top: 40px;
}

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

.p-bottom .p-bottom__text {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
}

@media print, screen and (min-width: 600px) {
  .p-bottom .p-bottom__text {
    font-size: 21px;
    letter-spacing: 0.06em;
  }
}

.p-bottom .p-bottom__link {
  display: block;
  width: 232px;
  height: 44px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../../images/sdgs/report_button.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 600px) {
  .p-bottom .p-bottom__link {
    width: 288px;
    height: 55px;
    margin-top: 10px;
    transition: background-image 0.5s;
  }
  .p-bottom .p-bottom__link:hover {
    background-image: url(../../images/sdgs/report_button-hover.svg);
  }
}

.p-bottom .p-bottom__totop {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../../images/sdgs/totop_button-hover.svg);
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 600px) {
  .p-bottom .p-bottom__totop {
    width: 58px;
    height: 58px;
    margin-top: 50px;
    background-image: url(../../images/sdgs/totop_button.svg);
    transition: background-image 0.5s;
  }
  .p-bottom .p-bottom__totop:hover {
    background-image: url(../../images/sdgs/totop_button-hover.svg);
  }
}

.p-categoryList {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.p-categoryList .p-categoryList__list {
  margin-top: 25px;
}

@media print, screen and (min-width: 600px) {
  .p-categoryList .p-categoryList__list {
    margin-top: 56px;
  }
}

.p-categoryList .p-categoryList__item {
  padding-top: 15px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

@media print, screen and (min-width: 600px) {
  .p-categoryList .p-categoryList__item {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

.p-categoryList .p-categoryList__item + .p-categoryList__item {
  margin-top: 25px;
}

.p-categoryList .p-categoryList__item.-safe {
  background-color: #002f81;
}

.p-categoryList .p-categoryList__item.-safe .p-categoryList__title {
    width: 100%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: normal;
}
@media print, screen and (min-width: 600px) {
.p-categoryList .p-categoryList__item.-safe .p-categoryList__title {
    width: 100%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: normal;
}
}

.p-categoryList .p-categoryList__item.-safe .p-categoryList__text {
  color: #002f81;
}

.p-categoryList .p-categoryList__item.-balance {
  background-color: #008242;
}

.p-categoryList .p-categoryList__item.-balance .p-categoryList__title {
  width: 100%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: normal;
}

@media print, screen and (min-width: 600px) {
.p-categoryList .p-categoryList__item.-balance .p-categoryList__title {
  width: 100%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: normal;
}
}

.p-categoryList .p-categoryList__item.-balance .p-categoryList__text {
  color: #008242;
}

.p-categoryList .p-categoryList__item.-environment {
  background-color: #e73819;
}

.p-categoryList .p-categoryList__item.-environment .p-categoryList__title {
  width: 100%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: normal;
}

@media print, screen and (min-width: 600px) {
.p-categoryList .p-categoryList__item.-environment .p-categoryList__title {
  width: 100%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: normal;
}
}

.p-categoryList .p-categoryList__item.-environment .p-categoryList__text {
  color: #e73819;
}

.p-categoryList .p-categoryList__title {
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}

.p-categoryList .p-categoryList__body {
  padding-top: 12px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  margin-top: 14px;
  background-color: #fff;
}

@media print, screen and (min-width: 600px) {
  .p-categoryList .p-categoryList__body {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-left: 15px;
    margin-top: 20px;
  }
}

.p-categoryList .p-categoryList__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.85714;
  text-align: center;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 600px) {
  .p-categoryList .p-categoryList__text {
    font-size: 20px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 320px) {
  .p-categoryList .p-categoryList__text {
    font-size: 11px;
  }
}

.p-contents {
  padding-top: 45px;
  padding-right: 27px;
  padding-bottom: 35px;
  padding-left: 27px;
  margin-top: -500px;
  background: linear-gradient(to right, #d5edfa, #fff 50%, #d5edfa);
}

@media print, screen and (min-width: 600px) {
  .p-contents {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.p-contents .p-content__wrap {
  padding-top: 500px;
}

.p-contents .p-contents__title {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.p-contents .p-contents__top {
  width: 100%;
}

@media print, screen and (min-width: 600px) {
  .p-contents .p-contents__top {
    width: calc(520 / 660 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}

.p-contents .p-contents__lead {
  width: calc(261 / 321 * 100%);
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 600px) {
  .p-contents .p-contents__lead {
    width: calc(442 / 660 * 100%);
    margin-top: 35px;
  }
}

.p-mainvisual .p-mainvisual__body {
  position: relative;
}

.p-mainvisual .p-mainvisual__title img {
  width: 100%;
}

.p-mainvisual .p-mainvisual__lead {
  width: calc(516 / 756 * 100%);
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 600px) {
  .p-mainvisual .p-mainvisual__lead {
    width: calc(642 / 1000 * 100%);
    margin-top: 70px;
  }
}

.p-mainvisual .p-mainvisual__text {
  margin-top: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
}

@media print, screen and (min-width: 600px) {
  .p-mainvisual .p-mainvisual__text {
    margin-top: 28px;
    font-size: 16px;
    line-height: 2.6875;
    letter-spacing: 0.08em;
  }
}

.p-sdgs__header {
  position: relative;
  z-index: 10;
  height: 80px;
  background: #fff;
}

@media print, screen and (min-width: 600px) {
  .p-sdgs__header {
    height: 120px;
  }
}

.p-sdgs__header .header__image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 102px;
  height: auto;
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 600px) {
  .p-sdgs__header .header__image {
    width: 136px;
    transition: opacity 0.5s;
  }
  .p-sdgs__header .header__image:hover {
    opacity: 0.7;
  }
}

.p-sdgs__wrapper {
  background-color: #d5edfa;
}

.p-sdgs__wrapper .p-sdgs__mainvisual {
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #000765, #000765 46%, #002f81 87%, transparent);
}

@media print, screen and (min-width: 600px) {
  .p-sdgs__wrapper .p-sdgs__mainvisual {
    padding-bottom: 65px;
    background: linear-gradient(to bottom, #000765, #000765 44%, #002f81 75%, rgba(0, 47, 129, 0.7) 86%, rgba(0, 47, 129, 0.5) 91%, rgba(0, 47, 129, 0.3) 95%, rgba(0, 47, 129, 0));
  }
}

.p-sdgs__wrapper .p-sdgs__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.p-sdgs__footer {
  position: relative;
  padding-top: 22px;
  padding-bottom: 30px;
  background-color: #002f81;
}

@media print, screen and (min-width: 600px) {
  .p-sdgs__footer {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.p-sdgs__footer .footer__image {
  display: block;
  width: 110px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 600px) {
  .p-sdgs__footer .footer__image {
    width: 136px;
    transition: opacity 0.5s;
  }
  .p-sdgs__footer .footer__image:hover {
    opacity: 0.7;
  }
}

.p-sdgs__footer small {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
}

@media print, screen and (min-width: 600px) {
  .p-sdgs__footer small {
    margin-top: 35px;
    letter-spacing: 0.075em;
  }
}

.p-taskList {
  display: flex;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
}

@media screen and (max-width: 599px) {
  .p-taskList {
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 600px) {
  .p-taskList {
    width: calc(510 / 590 * 100%);
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 599px) {
  .p-taskList.--column3-SP {
    width: calc(207 / 269 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 599px) {
  .p-taskList.--column3-SP .taskList__item {
    width: calc((100% - 30px) / 3);
  }
}

.p-taskList .taskList__item {
  width: calc((100% - 40px) / 4);
}

@media screen and (max-width: 599px) {
  .p-taskList .taskList__item {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media print, screen and (min-width: 600px) {
  .p-taskList .taskList__item {
    width: calc((100% - 60px) / 5);
  }
}

@media print, screen and (min-width: 600px) {
  .p-taskList .taskList__item + .taskList__item {
    margin-left: 15px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
