@charset "UTF-8";
/* ==================================================
[Style]
	 1. Reset
	 2. Font
	 3. Animation
	 4. General
	 5. Slick
	 6. All
	 7. Header
	 8. Content
	 9. Footer
	10. Index
	11. Message
	12. Action
	13. Activities
================================================== */
/* --------------------------------------------------
	 1. Reset
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* --------------------------------------------------
	 2. Font
-------------------------------------------------- */
/*
 * Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}

/* --------------------------------------------------
	 3. Animation
-------------------------------------------------- */
@-webkit-keyframes scrollbar {
  0%,
  20% {
    height: 0;
  }
  80%,
  100% {
    height: 70px;
  }
}
@keyframes scrollbar {
  0%,
  20% {
    height: 0;
  }
  80%,
  100% {
    height: 70px;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@-webkit-keyframes mask {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes mask {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes mask-last {
  0%,
  25% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

@keyframes mask-last {
  0%,
  25% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

/* --------------------------------------------------
	 4. General
-------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

ul, ol {
  list-style: none;
}

em, dl, i, address {
  font-style: normal;
}

sup, sub {
  font-size: 0.75rem;
  line-height: 1.35;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 1em;
}

table th {
  font-weight: normal;
}

table td {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  margin: 5px;
  padding: 6px;
  color: #222222;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #4d4d4d;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4d4d4d;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4d4d4d;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4d4d4d;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.font_big {
  font-size: 1.25rem !important;
}

.font_large {
  font-size: 1.125rem !important;
}

.font_normal {
  font-size: 1rem !important;
}

.font_small {
  font-size: 0.875rem !important;
}

.font_little {
  font-size: 0.75rem !important;
}

.mt_0 {
  margin-top: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.m_0 {
  margin: 0rem !important;
}

.mx_0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my_0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.p_0 {
  padding: 0rem !important;
}

.px_0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py_0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.m_1 {
  margin: 1rem !important;
}

.mx_1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my_1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

.p_1 {
  padding: 1rem !important;
}

.px_1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py_1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mr_2 {
  margin-right: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.m_2 {
  margin: 2rem !important;
}

.mx_2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my_2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

.p_2 {
  padding: 2rem !important;
}

.px_2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py_2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mr_3 {
  margin-right: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.m_3 {
  margin: 3rem !important;
}

.mx_3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my_3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

.p_3 {
  padding: 3rem !important;
}

.px_3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py_3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mr_4 {
  margin-right: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.m_4 {
  margin: 4rem !important;
}

.mx_4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my_4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.p_4 {
  padding: 4rem !important;
}

.px_4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py_4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.m_5 {
  margin: 5rem !important;
}

.mx_5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my_5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.p_5 {
  padding: 5rem !important;
}

.px_5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py_5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear_both {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

article h2 {
  position: relative;
  margin-bottom: .75em;
  font-size: 3.125rem;
  text-align: center;
}

article h2::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1.25em;
  display: block;
  content: "";
  width: 2.5em;
  height: 2px;
  background-color: #8c1b11;
}

article h2 span {
  color: #8c1b11;
}

article h2.none::before {
  display: none;
}

article h2.left {
  text-align: left;
}

article h2.left::before {
  left: 0;
  margin-left: 0;
}

article h3 {
  margin-bottom: .25em;
  padding-bottom: .1em;
  font-size: 2.1875rem;
  border-bottom: 10px solid #f2f3f4;
}

article a:link, article a:visited {
  text-decoration: underline;
}

article a:hover, article a:active {
  color: #8c1b11;
}

article a[target="_blank"]::after, article a[href^="http"]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: .5em;
  margin-top: -6px;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: contain;
}

article a[target="_blank"]::after {
  background-image: url(/sdgs2/img/icon/icon_window_red.png);
}

article a[href^="http"]::after {
  background-image: url(/sdgs2/img/icon/icon_external_red.png);
}

article.action section.list .list li a[target="_blank"]::after, article.action section.list .list li a[href^="http"]::after {
    display: none;
}

article img {
  max-width: 100%;
  height: auto;
}

article ul.nav {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

article ul.nav li {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

article ul.nav a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}

article ul.nav a::before {
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: block;
  content: "";
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: transparent url(/sdgs2/img/icon/icon_arrow_black.png) no-repeat center center;
  background-size: contain;
}

article ul.nav a[target="_blank"]::after {
  background-image: url(/sdgs2/img/icon/icon_window_red.png);
}

article ul.nav a[href^="http"]::after {
  background-image: url(/sdgs2/img/icon/icon_external_red.png);
}

article a[class^="goal0"], article a[class^="goal1"],
article span[class^="goal0"],
article span[class^="goal1"] {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  vertical-align: middle;
}

article a[class^="goal0"]::before, article a[class^="goal1"]::before,
article span[class^="goal0"]::before,
article span[class^="goal1"]::before {
  display: block;
  content: "";
  padding-top: 100%;
  background: transparent no-repeat center center;
  background-size: contain;
}

article a.goal00::before,
article span.goal00::before {
  background-color: #ac181e;
  background-image: url(/sdgs2/img/icon/icon_goal00.png);
}

article a.goal01::before,
article span.goal01::before {
  background-color: #e4011e;
  background-image: url(/sdgs2/img/icon/icon_goal01.png);
}

article a.goal02::before,
article span.goal02::before {
  background-color: #d6a600;
  background-image: url(/sdgs2/img/icon/icon_goal02.png);
}

article a.goal03::before,
article span.goal03::before {
  background-color: #1b973a;
  background-image: url(/sdgs2/img/icon/icon_goal03.png);
}

article a.goal04::before,
article span.goal04::before {
  background-color: #c50e28;
  background-image: url(/sdgs2/img/icon/icon_goal04.png);
}

article a.goal05::before,
article span.goal05::before {
  background-color: #e83418;
  background-image: url(/sdgs2/img/icon/icon_goal05.png);
}

article a.goal06::before,
article span.goal06::before {
  background-color: #00a6d9;
  background-image: url(/sdgs2/img/icon/icon_goal06.png);
}

article a.goal07::before,
article span.goal07::before {
  background-color: #fabd00;
  background-image: url(/sdgs2/img/icon/icon_goal07.png);
}

article a.goal08::before,
article span.goal08::before {
  background-color: #970a31;
  background-image: url(/sdgs2/img/icon/icon_goal08.png);
}

article a.goal09::before,
article span.goal09::before {
  background-color: #ec6a06;
  background-image: url(/sdgs2/img/icon/icon_goal09.png);
}

article a.goal10::before,
article span.goal10::before {
  background-color: #dc097b;
  background-image: url(/sdgs2/img/icon/icon_goal10.png);
}

article a.goal11::before,
article span.goal11::before {
  background-color: #f5a20b;
  background-image: url(/sdgs2/img/icon/icon_goal11.png);
}

article a.goal12::before,
article span.goal12::before {
  background-color: #d39206;
  background-image: url(/sdgs2/img/icon/icon_goal12.png);
}

article a.goal13::before,
article span.goal13::before {
  background-color: #407936;
  background-image: url(/sdgs2/img/icon/icon_goal13.png);
}

article a.goal14::before,
article span.goal14::before {
  background-color: #0075ba;
  background-image: url(/sdgs2/img/icon/icon_goal14.png);
}

article a.goal15::before,
article span.goal15::before {
  background-color: #28a838;
  background-image: url(/sdgs2/img/icon/icon_goal15.png);
}

article a.goal16::before,
article span.goal16::before {
  background-color: #004c88;
  background-image: url(/sdgs2/img/icon/icon_goal16.png);
}

article a.goal17::before,
article span.goal17::before {
  background-color: #023067;
  background-image: url(/sdgs2/img/icon/icon_goal17.png);
}

@media all and (min-width: 960px) {
  html {
    font-size: 15px;
  }
  a.tel_link {
    pointer-events: none;
  }
  article {
    padding-bottom: 5em;
  }
  article section {
    padding: 5em 0;
  }
  article ul.nav {
    margin-top: 3em;
  }
  article ul.nav::after {
    display: block;
    content: "";
    clear: both;
  }
  article ul.nav li {
    float: left;
    margin-top: 2%;
    width: 49%;
  }
  article ul.nav li:nth-child(2n) {
    margin-left: 1%;
  }
  article ul.nav li:nth-child(2n+1) {
    margin-right: 1%;
  }
  article ul.nav a {
    padding: 2em 1.5em;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  article ul.nav a::before {
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
  }
  article ul.nav a:hover {
    background-color: #f2f3f4;
  }
  article ul.nav a:hover::before {
    right: 1em;
  }
}

@media only screen and (max-width: 959px) {
  html {
    font-size: 14px;
  }
  a.tel_link {
    text-decoration: underline;
  }
  article {
    padding-bottom: 2.5em;
  }
  article section {
    padding: 4em 0;
  }
  article h2 {
    font-size: 2.1875rem;
  }
  article h3 {
    font-size: 1.5625rem;
  }
  article ul.nav {
    margin-top: 3em;
  }
  article ul.nav li + li {
    margin-top: 1em;
  }
  article ul.nav a {
    padding: 1.5em 1.5em;
  }
}

/* --------------------------------------------------
	 5. Slick
-------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  opacity: 1;
}

.demo.slick-slider {
  opacity: 1;
}

.action .actionslider.slick-slider {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 1.25s, -webkit-transform 1s 1.25s;
  transition: opacity 1s 1.25s, -webkit-transform 1s 1.25s;
  transition: opacity 1s 1.25s, transform 1s 1.25s;
  transition: opacity 1s 1.25s, transform 1s 1.25s, -webkit-transform 1s 1.25s;
}

.action.is_show .actionslider.slick-slider {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 959px) {
.demo.slick-slider {
  opacity: 1;
}
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-prev,
.slick-next {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 120px;
  height: 60px;
  position: absolute;
  top: 3%;
  padding: 0;
  line-height: 0;
  border: none;
  outline: none;
  background-color: rgba(140, 27, 17, 9.5);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
  opacity: .9;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 20px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  opacity: .75;
}

.slick-prev {
  right: 101px;
}

.slick-prev::before {
  left: 20px;
  border-top: 5px solid #FFF;
  border-left: 5px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-next {
  right: -20px;
}

.slick-next::before {
  right: 15px;
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots {
  position: absolute;
  bottom: 1.5em;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  border-color: #8c1b11;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border: 3px solid #a8a8a8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  border-color: #8c1b11;
}

/* --------------------------------------------------
	 6. All
-------------------------------------------------- */
#all {
  overflow: hidden;
}

#all #content,
#all #footer {
  clear: both;
}

#all #content .inner,
#all #footer .inner {
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#all #content {
  position: relative;
}

#all #content::after {
  display: block;
  content: "";
  clear: both;
}

@media all and (min-width: 960px) {
  #all #content .inner,
  #all #footer .inner {
    max-width: 1600px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media all and (min-width: 1400px) {
  #all {
    padding-left: 200px;
  }
}

@media all and (min-width: 960px) and (max-width: 1399px) {
  #all {
    padding-left: 14.28571%;
  }
}

@media only screen and (max-width: 959px) {
  #all #content,
  #all #footer {
    min-width: 320px;
  }
  #all #content .inner,
  #all #footer .inner {
    min-width: 280px;
  }
}

/* --------------------------------------------------
	 7. Header
-------------------------------------------------- */
body.menu_opened {
  position: fixed !important;
  width: 100%;
}

body.menu_opened #header .menu:before {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

body.menu_opened #header .menu:after {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

body.menu_opened #header .menu span:before {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

body.menu_opened #header .global_menu {
  opacity: 1;
  pointer-events: auto;
}

#header .logo {
  background-color: #8c1b11;
}

#header .logo a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  background: transparent no-repeat center center;
  background-size: contain;
}

#header .menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 15;
}

#header .menu.refurbishment {
  display: none;
}

#header .menu:before, #header .menu:after {
  position: absolute;
  left: 15px;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

#header .menu:before {
  top: 22px;
}

#header .menu:after {
  bottom: 22px;
}

#header .menu span {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 40px;
}

#header .menu span:before {
  position: absolute;
  left: 15px;
  top: 50%;
  display: block;
  content: "";
  margin-top: -1px;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

#header .global_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #8c1b11;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 10;
}

#header .global_menu .nav {
  margin: 50px 2em 100px;
}

#header .global_menu .nav li {
  margin: 0 auto;
  max-width: 360px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

#header .global_menu .nav a {
  display: block;
  padding: 0.5em 0;
  color: #fff;
  font-size: 1.75rem;
  text-decoration: none;
}

#header ul.language {
  position:absolute;
  right: 2%;
  top: 5%;
  z-index: 1;
  display:flex;
}

#header ul.language li {
  float: left;
  font-size: 0.85rem;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  width: 70px;
}

#header ul.language li span.sp {
    display: none;
}

#header ul.language li.current {
  position: relative;
}

#header ul.language li.current::after {
    background: #8c1b11;
    bottom: -7px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 20px;
}

#header ul.language li a:hover {
  color: #8c1b11;
  text-decoration: none;
}

#header ul.language li a::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-left: .3em;
    margin-top: -4px;
    width: 12px;
    height: 12px;
    background: transparent no-repeat center center;
    background-size: contain;
    background-image: url(/sdgs2/img/icon/icon_external_red.png);
}

#header ul.language.jp {
	right: 80px;
	top: 25px;
	color:#FFF;
}

#header ul.language.jp.refurbishment {
	right: 10px;
}

#header ul.language.jp li a {
   color:#FFF;
}

#header ul.language.jp li.current::after {
    background: #FFF;
}

#header ul.language.jp li a::after {
    background-image: url(/sdgs2/img/icon/icon_external_white.png);
}

@media all and (min-width: 960px) {
  body.menu_opened #header .menu:before, body.menu_opened #header .menu:after {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  body.menu_opened #header .menu span:before {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header .logo {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
  }
  #header .logo a {
    margin: 0px auto;
    width: 75%;
    padding-top: 290%;
    background-image: url(/sdgs2/img/header/h1_logo.png);
  }
  #header .menu:before, #header .menu:after {
    background-color: #8c1b11;
    -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75);
  }
  #header .menu span:before {
    background-color: #8c1b11;
    -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75);
  }
  #header .global_menu .nav a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #header .global_menu .nav a:hover {
    opacity: 0.8;
  }
}

@media all and (min-width: 1400px) {
  #header .logo {
    width: 200px;
  }
}

@media all and (min-width: 960px) and (max-width: 1399px) {
  #header .logo {
    width: 14.28571%;
  }
}

@media only screen and (max-width: 959px) {
  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  #header .logo {
    padding: 15px;
  }
  #header .logo a {
    width: 55%;
    height: 40px;
    background-image: url(/sdgs2/img/header/h1_logo_sp.png);
  }
  #header .global_menu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header ul.language {
    top: 33%;
    right: 2%;
  }
  #header ul.language li {
    color: #FFF;
    width: 35px;
  }
  #header ul.language li span.sp {
    display: inline-block;
  }
  #header ul.language li span.pc {
    display: none;
  }
  #header ul.language li a {
    color: #FFF;
  }
  #header ul.language li a:hover {
    color: #FFF;
  }
  #header ul.language li.current::after {
    background: #FFF;
  }
  #header ul.language li a::after {
      background-image: url(/sdgs2/img/icon/icon_external_white.png);
  }
#header ul.language.jp {
	display: none;
}
#header .menu.refurbishment {
  display: block;
}
}

/* --------------------------------------------------
	 8. Content
-------------------------------------------------- */
#content #pagetop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  width: 50px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 5;
}

#content #pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}

#content #pagetop.footer {
  position: absolute;
  margin-bottom: -75px;
}

#content #pagetop a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  padding-top: 100%;
  background: rgba(255, 255, 255, 0.85) url(/sdgs2/img/img_pagetop.png) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
}

@media only screen and (max-width: 959px) {
  #content {
    padding-top: 70px;
  }
}

/* --------------------------------------------------
	 9. Footer
-------------------------------------------------- */
#footer {
  padding: 1.5em 0;
  background: transparent url(/sdgs2/img/footer/bg_footer.png) repeat left top;
}

#footer .link {
  text-align: center;
}

#footer .link li {
  display: inline-block;
  vertical-align: middle;
  margin: 1em;
}

#footer .link a {
  color: #fff;
  text-decoration: underline;
}

#footer .link a::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: .5em;
  margin-top: -6px;
  width: 20px;
  height: 20px;
  background: transparent url(/sdgs2/img/icon/icon_external_white.png) no-repeat center center;
  background-size: contain;
}

#footer .link .promotion a::after {
  display: none;
}

#footer .copyright {
  padding-top: .5em;
  color: #fff;
  text-align: center;
}

@media all and (min-width: 960px) {
  #footer .link a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 959px) {
  #footer .link {
    margin-bottom: 2em;
  }
  #footer .link li {
    display: block;
  }
}

/* --------------------------------------------------
	10. Index
-------------------------------------------------- */
body.index #primary .main_img {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 2s .5s;
  transition: opacity 2s .5s;
}

body.index #primary .main_img.is_show {
  opacity: 1;
}

body.index #primary .main_img.is_show .catch span {
  opacity: 1;
}

body.index #primary .main_img.is_show .catch::after {
  -webkit-animation: .5s ease-in-out 1.5s forwards mask, .5s ease-in-out 2s forwards mask-last;
  animation: .5s ease-in-out 1.5s forwards mask, .5s ease-in-out 2s forwards mask-last;
}

body.index #primary .main_img .slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body.index #primary .main_img .slider .slick-slide {
  background: transparent no-repeat center center;
  background-size: cover;
}

body.index #primary .main_img .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 800px;
}

body.index #primary .main_img .catch {
  overflow: hidden;
  position: relative;
}

body.index #primary .main_img .catch::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background-color: #000;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body.index #primary .main_img .catch span {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  padding-top: 10.13514%;
  background: transparent url(/sdgs2/img/index/txt_catch.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0s 2s;
  transition: opacity 0s 2s;
}

body.index #primary .main_img .office {
  position: absolute;
  right: 60px;
  bottom: 1em;
  color: #fff;
  font-size: 1.3125rem;
}

body.index #primary .main_img .office a {
  color: #fff;
}

body.index #primary .main_img .scroll {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -1.25em;
}

body.index #primary .main_img .scroll a {
  display: block;
  padding-bottom: 70px;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
}

body.index #primary .main_img .scroll a::before {
  position: absolute;
  left: 50%;
  top: 30%;
  display: block;
  content: "";
  width: 1px;
  height: 0;
  background-color: #fff;
  -webkit-animation: 2s ease-in-out infinite scrollbar;
  animation: 2s ease-in-out infinite scrollbar;
}

article.index {
  padding-bottom: 0;
}

article.index section .more {
  padding-top: 1em;
}

article.index section .more a {
  position: relative;
  display: inline-block;
  padding-bottom: .5em;
  color: #000;
  text-decoration: none;
}

article.index section .more a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}

article.index section .more a::after {
  display: inline-block;
  content: "";
  margin-left: 1em;
  width: 20px;
  height: 20px;
  background: transparent url(/sdgs2/img/icon/icon_arrow_black.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

article.index section.concept {
  position: relative;
  padding-bottom: 0;
}

article.index section.concept.is_show::before, article.index section.concept.is_show::after {
  opacity: 1;
}

article.index section.concept.is_show h2,
article.index section.concept.is_show .message {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

article.index section.concept.is_show .message .subttl {
    font-weight: normal;
    font-size: 80%;
    margin-top: -2%;
    margin-bottom: 2em;
}

article.index section.concept::before, article.index section.concept::after {
  position: absolute;
  display: block;
  content: "";
  background: transparent no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 1s 2s;
  transition: opacity 1s 2s;
}

article.index section.concept::before {
  left: 0;
  top: 0;
  background-image: url(/sdgs2/img/index/bg_concept_left.png);
  background-position: left top;
}

article.index section.concept::after {
  right: 0;
  bottom: 0;
  background-image: url(/sdgs2/img/index/bg_concept_right.png);
  background-position: right bottom;
}

article.index section.concept h2 {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  margin: 0 auto 2rem;
  width: 410px;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s .5s, -webkit-transform 1s .5s;
  transition: opacity 1s .5s, -webkit-transform 1s .5s;
  transition: opacity 1s .5s, transform 1s .5s;
  transition: opacity 1s .5s, transform 1s .5s, -webkit-transform 1s .5s;
}

article.index section.concept h2::before {
  display: none;
}

article.index section.concept h2::after {
  display: block;
  content: "";
  padding-top: 52.17391%;
  background: transparent url(/sdgs2/img/index/h2_concept.png) no-repeat center center;
  background-size: contain;
}

article.index section.concept .message {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s, -webkit-transform 1s 1s;
}

article.index section.concept .message p + p {
  padding-top: 1em;
}

article.index section.message {
  position: relative;
}

article.index section.message.is_show::before {
  opacity: 1;
}

article.index section.message.is_show h2,
article.index section.message.is_show .content .text,
article.index section.message.is_show .content .image {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

article.index section.message.is_show .content .text p {
    font-size: 130%;
    font-style: italic;
}

article.index section.message::before {
  position: absolute;
  left: 0;
  top: 8.5em;
  display: block;
  content: "";
  width: 100%;
  height: 460px;
  background: transparent url(/sdgs2/img/index/bg_message.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 1s .5s;
  transition: opacity 1s .5s;
  z-index: 0;
}

article.index section.message h2 {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 1.25s, -webkit-transform 1s 1.25s;
  transition: opacity 1s 1.25s, -webkit-transform 1s 1.25s;
  transition: opacity 1s 1.25s, transform 1s 1.25s;
  transition: opacity 1s 1.25s, transform 1s 1.25s, -webkit-transform 1s 1.25s;
}

article.index section.message .content .text {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 1.5s, -webkit-transform 1s 1.5s;
  transition: opacity 1s 1.5s, -webkit-transform 1s 1.5s;
  transition: opacity 1s 1.5s, transform 1s 1.5s;
  transition: opacity 1s 1.5s, transform 1s 1.5s, -webkit-transform 1s 1.5s;
}

article.index section.message .content .text .more {
  padding-top: 2em;
}

article.index section.message .content .text .more a {
  padding: 1.5em 2em 1.75em;
  width: 380px;
  max-width: 100%;
  color: #fff;
  line-height: 1;
  text-align: left;
  background-color: #8c1b11;
}

article.index section.message .content .text .more a::before {
  display: none;
}

article.index section.message .content .text .more a::after {
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -1em;
  background-image: url(/sdgs2/img/icon/icon_arrow_white.png);
}

article.index section.message .content .image {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 1.75s, -webkit-transform 1s 1.75s;
  transition: opacity 1s 1.75s, -webkit-transform 1s 1.75s;
  transition: opacity 1s 1.75s, transform 1s 1.75s;
  transition: opacity 1s 1.75s, transform 1s 1.75s, -webkit-transform 1s 1.75s;
}

article.index section.message .content .image::before {
  display: block;
  content: "";
  padding-top: 68.65672%;
  background: transparent url(/sdgs2/img/index/img_message_president.jpg) no-repeat center center;
  background-size: contain;
}

article.index section.action.is_show h2,
article.index section.action.is_show .pickup,
article.index section.action.is_show .list li,
article.index section.action.is_show .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

article.index section.action h2 {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s .25s, -webkit-transform 1s .25s;
  transition: opacity 1s .25s, -webkit-transform 1s .25s;
  transition: opacity 1s .25s, transform 1s .25s;
  transition: opacity 1s .25s, transform 1s .25s, -webkit-transform 1s .25s;
}

article.index section.action .pickup {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s, -webkit-transform 1s 1s;
}

article.index section.action .list li {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

article.index section.action .list li:nth-child(1) {
  -webkit-transition: opacity 1s 1.2s, -webkit-transform 1s 1.2s;
  transition: opacity 1s 1.2s, -webkit-transform 1s 1.2s;
  transition: opacity 1s 1.2s, transform 1s 1.2s;
  transition: opacity 1s 1.2s, transform 1s 1.2s, -webkit-transform 1s 1.2s;
}

article.index section.action .list li:nth-child(2) {
  -webkit-transition: opacity 1s 1.4s, -webkit-transform 1s 1.4s;
  transition: opacity 1s 1.4s, -webkit-transform 1s 1.4s;
  transition: opacity 1s 1.4s, transform 1s 1.4s;
  transition: opacity 1s 1.4s, transform 1s 1.4s, -webkit-transform 1s 1.4s;
}

article.index section.action .list a {
  position: relative;
  display: block;
  padding-top: 48%;
}

article.index section.action .list .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

article.index section.action .list .image span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: transparent no-repeat center center;
  background-size: cover;
}

article.index section.action .list .category {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 45px;
  height: 70px;
  position: absolute;
  left: 15px;
  top: -5px;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.index section.action .list .category.News {
  background-image: url(/sdgs2/img/icon/icon_action_news.png);
}

article.index section.action .list .category.Event {
  background-image: url(/sdgs2/img/icon/icon_action_event.png);
}

article.index section.action .list .category.Special {
  background-image: url(/sdgs2/img/icon/icon_action_special.png);
}

article.index section.action .list .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1em;
  width: 100%;
  color: #fff;
  font-size: 0.875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
}

article.index section.action .list .content .category,
article.index section.action .list .content .date {
  display: inline-block;
  vertical-align: middle;
}

article.index section.action .list .content .title {
  display: block;
  padding-top: .5em;
}

article.index section.action .more {
  padding-top: 3em;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 2s, -webkit-transform 1s 2s;
  transition: opacity 1s 2s, -webkit-transform 1s 2s;
  transition: opacity 1s 2s, transform 1s 2s;
  transition: opacity 1s 2s, transform 1s 2s, -webkit-transform 1s 2s;
}

article.index section.activities {
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

article.index section.activities.is_show {
  background-color: #f2f3f4;
}

article.index section.activities.is_show h2,
article.index section.activities.is_show .list a:nth-child(1),
article.index section.activities.is_show .list a:nth-child(2),
article.index section.activities.is_show .list a:nth-child(3),
article.index section.activities.is_show .more {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

article.index section.activities.is_show .list a:nth-child(1),
article.index section.activities.is_show .list a:nth-child(2),
article.index section.activities.is_show .list a:nth-child(3) {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

article.index section.activities h2 {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s .25s, -webkit-transform 1s .25s;
  transition: opacity 1s .25s, -webkit-transform 1s .25s;
  transition: opacity 1s .25s, transform 1s .25s;
  transition: opacity 1s .25s, transform 1s .25s, -webkit-transform 1s .25s;
}

article.index section.activities .list {
  margin-top: -2em;
}

article.index section.activities .list a {
  overflow: hidden;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  opacity: 0;
  max-height: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

article.index section.activities .list a:nth-child(3n+1) {
  -webkit-transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s, -webkit-transform 1s 0s;
}

article.index section.activities .list a:nth-child(3n+2) {
  -webkit-transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s, -webkit-transform 1s 0.2s;
}

article.index section.activities .list a:nth-child(3n) {
  -webkit-transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s, -webkit-transform 1s 0.4s;
}

article.index section.activities .list a:nth-child(1) {
  -webkit-transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s, -webkit-transform 1s 1s;
}

article.index section.activities .list a:nth-child(2) {
  -webkit-transition: opacity 1s 1.2s, -webkit-transform 1s 1.2s;
  transition: opacity 1s 1.2s, -webkit-transform 1s 1.2s;
  transition: opacity 1s 1.2s, transform 1s 1.2s;
  transition: opacity 1s 1.2s, transform 1s 1.2s, -webkit-transform 1s 1.2s;
}

article.index section.activities .list a:nth-child(3) {
  -webkit-transition: opacity 1s 1.4s, -webkit-transform 1s 1.4s;
  transition: opacity 1s 1.4s, -webkit-transform 1s 1.4s;
  transition: opacity 1s 1.4s, transform 1s 1.4s;
  transition: opacity 1s 1.4s, transform 1s 1.4s, -webkit-transform 1s 1.4s;
}

article.index section.activities .list a:nth-child(1), article.index section.activities .list a:nth-child(2), article.index section.activities .list a:nth-child(3), article.index section.activities .list a.show {
  margin-top: 3em !important;
  max-height: 1000px;
}

article.index section.activities .list a.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

article.index section.activities .list span {
  display: block;
}

article.index section.activities .list .image span {
  padding-top: 67.64706%;
  background: transparent no-repeat center center;
  background-size: cover;
}

article.index section.activities .list span[class^="goal"] {
  display: inline-block;
  position: relative;
  width: 100%;
}

article.index section.activities .list.previous span[class^="goal"] {
    display: block;
    position: relative;
    margin: -10.29412% auto 0;
    width: 20.58824%
}

article.index section.activities .list span[class^="goal"] + span[class^="goal"] {
  margin: -10.29412% 0 0% 1%;
  width: 14%;
}

article.index section.activities .list span.goal00,
article.activities section.list .list span.goal00 {
  display:none!important;
}

article.index section.activities .list ul.catlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10% auto 0;
    width: 100%;
    position: relative;
    z-index: 9;
}

article.index section.activities .list ul.catlist li {
    width: 18%;
}

article.index section.activities .list ul.catlist li + li {
    width: 12%;
    position: absolute;
    left: 60.8%;
    top: 20%;
}

article.index section.activities .list ul.catlist li + li + li {
    width: 12%;
    position: absolute;
    left: 74.6%;
    top: 20%;
}

article.index section.activities .list .title {
  padding: 1em;
}

article.index section.activities .list .date {
  display: none;
  padding: 0 1em 1em;
  text-align: right;
}

article.index section.activities .more {
  padding-top: 3em;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 2s, -webkit-transform 1s 2s;
  transition: opacity 1s 2s, -webkit-transform 1s 2s;
  transition: opacity 1s 2s, transform 1s 2s;
  transition: opacity 1s 2s, transform 1s 2s, -webkit-transform 1s 2s;
}



article.index section.movie {
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

article.index section.movie.is_show {
  padding: 5em 0 5em;
}

article.index section.movie.is_show h2,
article.index section.movie.is_show .list a:nth-child(1),
article.index section.movie.is_show .list a:nth-child(2),
article.index section.movie.is_show .list a:nth-child(3),
article.index section.movie.is_show .more {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

article.index section.movie.is_show .list a:nth-child(1),
article.index section.movie.is_show .list a:nth-child(2),
article.index section.movie.is_show .list a:nth-child(3) {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

article.index section.movie h2 {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s .25s, -webkit-transform 1s .25s;
  transition: opacity 1s .25s, -webkit-transform 1s .25s;
  transition: opacity 1s .25s, transform 1s .25s;
  transition: opacity 1s .25s, transform 1s .25s, -webkit-transform 1s .25s;
}

article.index section.movie .list {
}

article.index section.movie .list a {
  overflow: hidden;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  opacity: 0;
  max-height: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

article.index section.movie.is_show .list a[href^="http"]::after {
	display: none;
}

article.index section.movie .list a:nth-child(3n+1) {
  -webkit-transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s, -webkit-transform 1s 0s;
}

article.index section.movie .list a:nth-child(3n+2) {
  -webkit-transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s, -webkit-transform 1s 0.2s;
}

article.index section.movie .list a:nth-child(3n) {
  -webkit-transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s, -webkit-transform 1s 0.4s;
}

article.index section.movie .list a:nth-child(1) {
  -webkit-transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s, -webkit-transform 1s 1s;
}

article.index section.movie .list a:nth-child(2) {
  -webkit-transition: opacity 1s 1.2s, -webkit-transform 1s 1.2s;
  transition: opacity 1s 1.2s, -webkit-transform 1s 1.2s;
  transition: opacity 1s 1.2s, transform 1s 1.2s;
  transition: opacity 1s 1.2s, transform 1s 1.2s, -webkit-transform 1s 1.2s;
}

article.index section.movie .list a:nth-child(3) {
  -webkit-transition: opacity 1s 1.4s, -webkit-transform 1s 1.4s;
  transition: opacity 1s 1.4s, -webkit-transform 1s 1.4s;
  transition: opacity 1s 1.4s, transform 1s 1.4s;
  transition: opacity 1s 1.4s, transform 1s 1.4s, -webkit-transform 1s 1.4s;
}

article.index section.movie .list a:nth-child(1), article.index section.movie .list a:nth-child(2), article.index section.movie .list a:nth-child(3), article.index section.movie .list a.show {
  margin-top: 3em !important;
  max-height: 1000px;
}

article.index section.movie .list a.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

article.index section.movie .list span {
  display: block;
}

article.index section.movie .list .image span {
  padding-top: 67.64706%;
  background: transparent no-repeat center center;
  background-size: cover;
}

article.index section.movie .list .title {
  padding: 1em;
}

article.index section.movie .list a .image .cover {
    overflow: hidden;
    display: block;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    z-index: 9;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    background-image: url(/sdgs2/img/icon/play_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25%;
}

article.index section.movie .more {
  padding-top: 3em;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 2s, -webkit-transform 1s 2s;
  transition: opacity 1s 2s, -webkit-transform 1s 2s;
  transition: opacity 1s 2s, transform 1s 2s;
  transition: opacity 1s 2s, transform 1s 2s, -webkit-transform 1s 2s;
}


article.index section.link.is_show .banner li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

article.index section.link.is_show .ritsumeikan dt,
article.index section.link.is_show .ritsumeikan dd {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

article.index section.link .banner::after {
  display: block;
  content: "";
  clear: both;
}

article.index section.link .banner li {
  float: left;
  margin: .5%;
  width: 24%;
  border: 1px solid #636363;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

article.index section.link .banner li:nth-child(1) {
  -webkit-transition: opacity 0.5s 0.25s, -webkit-transform 0.5s 0.25s;
  transition: opacity 0.5s 0.25s, -webkit-transform 0.5s 0.25s;
  transition: opacity 0.5s 0.25s, transform 0.5s 0.25s;
  transition: opacity 0.5s 0.25s, transform 0.5s 0.25s, -webkit-transform 0.5s 0.25s;
}

article.index section.link .banner li:nth-child(2) {
  -webkit-transition: opacity 0.5s 0.35s, -webkit-transform 0.5s 0.35s;
  transition: opacity 0.5s 0.35s, -webkit-transform 0.5s 0.35s;
  transition: opacity 0.5s 0.35s, transform 0.5s 0.35s;
  transition: opacity 0.5s 0.35s, transform 0.5s 0.35s, -webkit-transform 0.5s 0.35s;
}

article.index section.link .banner li:nth-child(3) {
  -webkit-transition: opacity 0.5s 0.45s, -webkit-transform 0.5s 0.45s;
  transition: opacity 0.5s 0.45s, -webkit-transform 0.5s 0.45s;
  transition: opacity 0.5s 0.45s, transform 0.5s 0.45s;
  transition: opacity 0.5s 0.45s, transform 0.5s 0.45s, -webkit-transform 0.5s 0.45s;
}

article.index section.link .banner li:nth-child(4) {
  -webkit-transition: opacity 0.5s 0.55s, -webkit-transform 0.5s 0.55s;
  transition: opacity 0.5s 0.55s, -webkit-transform 0.5s 0.55s;
  transition: opacity 0.5s 0.55s, transform 0.5s 0.55s;
  transition: opacity 0.5s 0.55s, transform 0.5s 0.55s, -webkit-transform 0.5s 0.55s;
}

article.index section.link .banner li.rgiro a {
  background-image: url(/sdgs2/img/index/bn_rgiro.png);
}

article.index section.link .banner li.sustainableweek a {
  background-image: url(/sdgs2/img/index/bn_sustainableweek.png);
}

article.index section.link .banner li.eco a {
  background-image: url(/sdgs2/img/index/bn_eco.png);
}

article.index section.link .banner li.museum a {
  background-image: url(/sdgs2/img/index/bn_museums.png);
}

article.index section.link .banner a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  padding-top: 32%;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.index section.link .ritsumeikan {
  padding-top: 2em;
  text-align: center;
}

article.index section.link .ritsumeikan dt {
  position: relative;
  margin-bottom: .75em;
  padding-bottom: .25em;
  font-weight: bold;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s, -webkit-transform 1s 1s;
}

article.index section.link .ritsumeikan dt::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1.5em;
  display: block;
  content: "";
  width: 3em;
  height: 1px;
  background-color: #8c1b11;
}

article.index section.link .ritsumeikan dd {
  display: inline-block;
  margin-bottom: .25em;
  padding: 0 1em;
  font-size: 0.875rem;
  border-right: 1px solid #000;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 1.5s, -webkit-transform 1s 1.5s;
  transition: opacity 1s 1.5s, -webkit-transform 1s 1.5s;
  transition: opacity 1s 1.5s, transform 1s 1.5s;
  transition: opacity 1s 1.5s, transform 1s 1.5s, -webkit-transform 1s 1.5s;
}

article.index section.link .ritsumeikan dd:last-child {
  border-right: none;
}

article.index section.link .ritsumeikan dd a {
  text-decoration: none;
}

@media all and (min-width: 960px) {
  body.index #primary .main_img .catch {
    margin: 0 auto;
    width: 780px;
  }
  article.index section .more a:hover::before {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  article.index section .more a::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  article.index section.concept::before, article.index section.concept::after {
    width: 490px;
    height: 560px;
  }
  article.index section.concept::after {
    bottom: -8.5em;
  }
  article.index section.concept .message {
    text-align: center;
  }
  article.index section.message .inner {
    padding-right: 0 !important;
  }
  article.index section.message .content .text .more a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  article.index section.message .content .text .more a:hover {
    background-color: #af2c21;
  }
  article.index section.action {
    padding-bottom: 8em;
  }
  article.index section.action .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  article.index section.action .list .pickup,
  article.index section.action .list ul {
    width: calc(50% - 10px);
  }
  article.index section.action .list .pickup {
    position: relative;
    margin-right: 10px;
  }
  article.index section.action .list .pickup a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  article.index section.action .list ul {
    margin-left: 10px;
  }
  article.index section.action .list li + li {
    padding-top: 20px;
  }
  article.index section.action .list a .image span {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  article.index section.action .list a:hover .image span {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  article.index section.activities .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

article.index section.movie .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

  article.index section.movie .list a {
    width: 32.33333%;
  }
  article.index section.movie .list a:nth-child(1), article.index section.movie .list a:nth-child(2), article.index section.movie .list a:nth-child(3), article.index section.movie .list a.show {
    margin: .5%;
  }
  article.index section.movie .list a:hover .image span {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  article.index section.movie .list a .image {
    overflow: hidden;
  }
  article.index section.movie .list a .image span {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  article.index section.activities .list a {
    width: 32.33333%;
  }
  article.index section.activities .list a:nth-child(1), article.index section.activities .list a:nth-child(2), article.index section.activities .list a:nth-child(3), article.index section.activities .list a.show {
    margin: .5%;
  }
  article.index section.activities .list a:hover .image span {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  article.index section.activities .list a .image {
    overflow: hidden;
  }
  article.index section.activities .list a .image span {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  article.index section.link {
    padding: 2.5em 0;
  }
  article.index section.link .banner li {
    overflow: hidden;
  }
  article.index section.link .banner li a {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  article.index section.link .banner li a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  article.index section.link .ritsumeikan {
    margin: 0 auto;
    max-width: 52em;
  }
}

@media all and (min-width: 1400px) {
  article.index section.message .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  article.index section.message .content .text {
    padding-right: 2.75em;
    width: 50%;
  }
  article.index section.message .content .image {
    width: 50%;
  }
}

@media all and (min-width: 960px) and (max-width: 1399px) {
  article.index section.message .content .text {
    margin-bottom: 2em;
    padding-right: 60px;
  }
  article.index section.message .content .text .more {
    text-align: right;
  }
  article.index section.message .content .text .more a {
    width: 320px;
  }
  article.index section.message .content .image {
    padding-left: 25%;
  }
}

@media only screen and (max-width: 959px) {
  body.index #primary .main_img .catch {
    margin: 0 auto;
    width: 80%;
  }
  body.index #primary .main_img .office {
    right: 20px;
    font-size: 1.125rem;
  }
  article.index section.concept::before, article.index section.concept::after {
    width: 245px;
    height: 280px;
  }
  article.index section.concept::after {
    bottom: -6.25em;
  }
  article.index section.concept h2 {
    width: 300px;
  }
  article.index section.concept .message br {
    display: none;
  }
  article.index section.message {
    padding-bottom: 2em;
  }
  article.index section.message::before {
    top: 6.25em;
    height: 320px;
  }
  article.index section.message .content .text {
    margin-bottom: 3em;
  }
  article.index section.message .content .text .more a {
    width: 240px;
  }
  article.index section.message .content .text .more a::after {
    right: 1em;
  }
  article.index section.message .content .image {
    margin-right: -20px;
    padding-left: 25%;
  }
  article.index section.action .list {
    margin: 0 auto;
    width: 90%;
  }
  article.index section.action .list li {
    margin-top: 1.5em;
  }
  article.index section.activities .list {
    margin: 0 auto;
    width: 90%;
  }
article.index section.movie .list {
    margin: 0 auto;
    width: 90%;
}
  article.index section.movie .list a:nth-child(1), article.index section.movie .list a:nth-child(2), article.index section.movie .list a:nth-child(3), article.index section.movie .list a.show {
    margin-top: 2em;
  }

  article.index section.activities .list a:nth-child(1), article.index section.activities .list a:nth-child(2), article.index section.activities .list a:nth-child(3), article.index section.activities .list a.show {
    margin-top: 2em;
  }
  article.index section.link {
    padding: 2em 0;
  }
  article.index section.link .banner li {
    margin: 1%;
    width: 48%;
  }
}

/* --------------------------------------------------
	11. Message
-------------------------------------------------- */
article.message section.message {
  padding-top: 0;
}

article.message section.message .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent url(/sdgs2/img/message/main.jpg) no-repeat center center;
  background-size: cover;
}

article.message section.message .title h2 {
  color: #fff;
}

article.message section.message h3 {
  border-bottom: none;
}

article.message section.message .text {
  background-color: #f2f3f4;
}

article.message section.message .text .president {
  padding-top: 2em;
  text-align: right;
}

article.message section.message .text strong {
  font-size: 1.375rem;
  font-weight: normal;
}

article.message section.message ul.nav {
  border-left: none;
  border-top: none;
}

article.message section.message ul.nav li {
  border-right: none;
  border-bottom: none;
}

article.message section.message ul.nav a {
  border: 1px solid #000;
}

article.message section.message ul.nav a::before {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.message section.message ul.nav a::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: block;
  content: "";
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url(/sdgs2/img/icon/icon_arrow_black.png);
  background-size: contain;
}

article.message section.message ul.nav li.charter a::before {
  width: 15px;
  height: 30px;
  background-image: url(/sdgs2/img/message/icon_ritsumeikan.png);
}

article.message section.message ul.nav li.r2030 a::before {
  width: 75px;
  height: 25px;
  background-image: url(/sdgs2/img/message/icon_r2030.png);
}

@media all and (min-width: 960px) {
  article.message section.message .title {
    margin-bottom: 6em;
    height: 305px;
  }
  article.message section.message .text {
    margin-left: -60px;
    margin-right: 15%;
    margin-top: -35px;
    padding: 50px 40px 100px 60px;
  }
  article.message section.message .image {
    margin-right: -60px;
    margin-top: -60px;
    text-align: right;
  }
  article.message section.message ul.nav a {
    text-align: center;
  }
  article.message section.message ul.nav a::after {
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
  }
  article.message section.message ul.nav a:hover::after {
    right: 1em;
  }
}

@media only screen and (max-width: 959px) {
  article.message section.message .title {
    margin-bottom: 4em;
    height: 200px;
  }
  article.message section.message .text {
    margin-left: -20px;
    margin-right: 5%;
    margin-top: -25px;
    padding: 40px 20px 60px 20px;
  }
  article.message section.message .image {
    margin-left: 5%;
    margin-right: -20px;
    margin-top: -40px;
    text-align: right;
  }
}

/* --------------------------------------------------
	12. Action
-------------------------------------------------- */
article.action section.list .list li {
  overflow: hidden;
  padding: 0;
  opacity: 0;
  max-height: 0;
}

article.action section.list .list li:nth-child(4n+1) {
  -webkit-transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, -webkit-transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s;
  transition: opacity 1s 0s, transform 1s 0s, -webkit-transform 1s 0s;
}

article.action section.list .list li:nth-child(4n+2) {
  -webkit-transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s, -webkit-transform 1s 0.2s;
}

article.action section.list .list li:nth-child(4n+3) {
  -webkit-transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s, -webkit-transform 1s 0.4s;
}

article.action section.list .list li:nth-child(4n) {
  -webkit-transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s, -webkit-transform 1s 0.6s;
}

article.action section.list .list li:nth-child(1), article.action section.list .list li:nth-child(2), article.action section.list .list li:nth-child(3), article.action section.list .list li:nth-child(4), article.action section.list .list li.show {
  padding: 1%;
  opacity: 1;
  max-height: 1000px;
}

article.action section.list .list a {
  position: relative;
  display: block;
  padding-top: 48%;
}

article.action section.list .list .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

article.action section.list .list .image span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: transparent no-repeat center center;
  background-size: cover;
}

article.action section.list .list .category {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 45px;
  height: 70px;
  position: absolute;
  left: 15px;
  top: -5px;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.action section.list .list .category.News {
  background-image: url(/sdgs2/img/icon/icon_action_news.png);
}

article.action section.list .list .category.Event {
  background-image: url(/sdgs2/img/icon/icon_action_event.png);
}

article.action section.list .list .category.Special {
  background-image: url(/sdgs2/img/icon/icon_action_special.png);
}

article.action section.list .list .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1em;
  width: 100%;
  color: #fff;
  font-size: 0.875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
}

article.action section.list .list .content .category,
article.action section.list .list .content .date {
  display: inline-block;
  vertical-align: middle;
}

article.action section.list .list .content .title {
  display: block;
  padding-top: .5em;
}

article.action section.list .more {
  padding-top: 3em;
  text-align: center;
}

article.action section.list .more a {
  position: relative;
  display: inline-block;
  padding-bottom: .5em;
  color: #000;
  text-decoration: none;
}

article.action section.list .more a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}

article.action section.list .more a::after {
  display: inline-block;
  content: "";
  margin-left: 1em;
  width: 20px;
  height: 20px;
  background: transparent url(/sdgs2/img/icon/icon_arrow_black.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(5px) rotate(90deg);
  transform: translateY(5px) rotate(90deg);
}

article.action section.detail > .inner > .status {
  padding-top: .5em;
  text-align: right;
}

article.action section.detail > .inner > .status .category,
article.action section.detail > .inner > .status .date {
  display: inline-block;
  vertical-align: middle;
}

article.action section.detail > .inner > .status .category {
  margin-right: .5em;
  padding: .25em 0;
  width: 5em;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

article.action section.detail > .inner > .status .category.News {
  background-color: #f00;
}

article.action section.detail > .inner > .status .category.Event {
  background-color: #1d2088;
}

article.action section.detail > .inner > .status .category.Special {
  background-color: #22ac38;
}

article.action section.detail > .inner > .content {
  padding-top: 2em;
}

article.action section.detail > .inner > .content::after {
  display: block;
  content: "";
  clear: both;
}

article.action section.detail > .inner > .content .content_center .image {
  margin-bottom: 1em;
  text-align: center;
}

article.action section.detail > .inner > .list {
  padding-top: 4em;
  text-align: center;
}

article.action section.detail > .inner > .list a {
  position: relative;
  display: inline-block;
  padding-bottom: .5em;
  color: #000;
  text-decoration: none;
}

article.action section.detail > .inner > .list a::before {
  display: inline-block;
  content: "";
  margin-right: 1em;
  width: 20px;
  height: 20px;
  background: transparent url(/sdgs2/img/icon/icon_arrow_black.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(5px) rotate(180deg);
  transform: translateY(5px) rotate(180deg);
}

article.action section.detail > .inner > .list a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}

@media all and (min-width: 960px) {
  article.action section.list .list {
    padding-top: 6em;
  }
  article.action section.list .list::after {
    display: block;
    content: "";
    clear: both;
  }
  article.action section.list .list li {
    float: left;
    width: 50%;
  }
  article.action section.list .list a .image span {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  article.action section.list .list a:hover .image span {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  article.action section.detail > .inner > .list a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  article.action section.detail > .inner > .list a::after {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}

@media all and (min-width: 1200px) {
  article.action section.detail > .inner > .content .content_left,
  article.action section.detail > .inner > .content .content_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  article.action section.detail > .inner > .content .content_left .image,
  article.action section.detail > .inner > .content .content_right .image {
    width: 500px;
  }
  article.action section.detail > .inner > .content .content_left .text,
  article.action section.detail > .inner > .content .content_right .text {
    width: 100%;
  }

  article.action section.detail > .inner > .content .content_left .image + .text,
  article.action section.detail > .inner > .content .content_right .image + .text {
    width: calc(100% - 500px);
  }

  article.action section.detail > .inner > .content .content_left .text {
    padding-left: 0em;
  }

  article.action section.detail > .inner > .content .content_left .image + .text {
    padding-left: 2em;
  }

  article.action section.detail > .inner > .content .content_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  article.action section.detail > .inner > .content .content_right .text {
    padding-right: 0em;
  }
  article.action section.detail > .inner > .content .content_right .image + .text {
    padding-right: 2em;
  }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
  article.action section.detail > .inner > .content .content_left .image,
  article.action section.detail > .inner > .content .content_right .image {
    margin-bottom: 1em;
    text-align: center;
  }
}

@media only screen and (max-width: 959px) {
  article.action section.list .list {
    margin: 0 auto;
    padding-top: 4em;
    width: 90%;
  }
  article.action section.list .list li + li:nth-child(1), article.action section.list .list li + li:nth-child(2), article.action section.list .list li + li:nth-child(3), article.action section.list .list li + li:nth-child(4), article.action section.list .list li + li.show {
    margin-top: 1.5em;
  }
  article.action section.detail > .inner > .content .content_center .image,
  article.action section.detail > .inner > .content .content_left .image,
  article.action section.detail > .inner > .content .content_right .image {
    margin-bottom: .5em;
    text-align: center;
  }

  article.action section.detail > .inner > .content .content_center .image img,
  article.action section.detail > .inner > .content .content_left .image img,
  article.action section.detail > .inner > .content .content_right .image img {
    width: 100%;
  }

  article.action section.detail > .inner > .content .content_left .text img,
  article.action section.detail > .inner > .content .content_center .text img,
  article.action section.detail > .inner > .content .content_right .text img {
    width: 100%;
  }


}

/* --------------------------------------------------
	13. Activities
-------------------------------------------------- */
article.activities section ul.goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 96%;
}

article.activities section ul.goals li {
  margin: .5%;
  width: 10%;
}

article.activities section ul.goals a,
article.activities section ul.goals span {
  width: 100%;
}

article.activities section ul.goals a {
  cursor: pointer;
  opacity: .25;
}

article.activities section ul.goals a.mixitup-control-active {
  opacity: 1;
}

article.activities section.list .message {
  margin-bottom: 1em;
  text-align: center;
}

article.activities section.list .count {
  position: relative;
  margin: 0 auto 1em;
  padding: .25em 0 .5em;
  width: 12em;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #000;
}

article.activities section.list .count strong {
  font-size: 1.25rem;
}

article.activities section.list .count::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -3px;
  display: block;
  content: "";
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #000;
}

article.activities section.list .regist {
  margin: .2em auto;
  width: 94%;
  text-align: right;
}

article.activities section.list .regist a {
  display: inline-block;
  padding: .5em .5em .5em 1em;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  background-color: #8c1b11;
}

article.activities section.list .list {
  padding-top: 1em;
}

article.activities section.list .list a {
  overflow: hidden;
  display: block;
  margin-top: 3em !important;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

article.activities section.list .list span {
  display: block;
}

article.activities section.list .list .image span {
  padding-top: 67.64706%;
  background: transparent no-repeat center center;
  background-size: cover;
}

article.activities section.list .list span[class^="goal"] {
  display: inline-block;
  position: relative;
  width: 100%;
}

article.activities section.list .list span[class^="goal"] + span[class^="goal"] {
  margin: -10.29412% 0 0 1%;
  width: 14%;
}

article.activities section.list .list ul.catlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10% auto 0;
    width: 100%;
    position: relative;
    z-index: 9;
}

article.activities section.list .list ul.catlist li {
    width: 15%;
}

article.activities section.list .list ul.catlist li + li {
    width: 12%;
    position: absolute;
    left: 60.8%;
    top: 20%;
}

article.activities section.list .list ul.catlist li + li + li {
    width: 12%;
    position: absolute;
    left: 74.6%;
    top: 20%;
}

article.activities section.list .list .title {
  padding: 1em;
}

article.activities section.list .list .date {
  display: none;
  padding: 0 1em 1em;
  text-align: right;
}

article.activities section.detail.goal01 h3 {
  border-color: #e4011e;
}

article.activities section.detail.goal01 h4 {
  background-color: #e4011e;
}

article.activities section.detail.goal01 h5 {
  color: #e4011e;
  border-color: #e4011e;
}

article.activities section.detail.goal01 .group .name {
  color: #e4011e;
}

article.activities section.detail.goal01 figcaption::before {
  border-left-color: #e4011e;
}

article.activities section.detail.goal02 h3 {
  border-color: #d6a600;
}

article.activities section.detail.goal02 h4 {
  background-color: #d6a600;
}

article.activities section.detail.goal02 h5 {
  color: #d6a600;
  border-color: #d6a600;
}

article.activities section.detail.goal02 .group .name {
  color: #d6a600;
}

article.activities section.detail.goal02 figcaption::before {
  border-left-color: #d6a600;
}

article.activities section.detail.goal03 h3 {
  border-color: #1b973a;
}

article.activities section.detail.goal03 h4 {
  background-color: #1b973a;
}

article.activities section.detail.goal03 h5 {
  color: #1b973a;
  border-color: #1b973a;
}

article.activities section.detail.goal03 .group .name {
  color: #1b973a;
}

article.activities section.detail.goal03 figcaption::before {
  border-left-color: #1b973a;
}

article.activities section.detail.goal04 h3 {
  border-color: #c50e28;
}

article.activities section.detail.goal04 h4 {
  background-color: #c50e28;
}

article.activities section.detail.goal04 h5 {
  color: #c50e28;
  border-color: #c50e28;
}

article.activities section.detail.goal04 .group .name {
  color: #c50e28;
}

article.activities section.detail.goal04 figcaption::before {
  border-left-color: #c50e28;
}

article.activities section.detail.goal05 h3 {
  border-color: #e83418;
}

article.activities section.detail.goal05 h4 {
  background-color: #e83418;
}

article.activities section.detail.goal05 h5 {
  color: #e83418;
  border-color: #e83418;
}

article.activities section.detail.goal05 .group .name {
  color: #e83418;
}

article.activities section.detail.goal05 figcaption::before {
  border-left-color: #e83418;
}

article.activities section.detail.goal06 h3 {
  border-color: #00a6d9;
}

article.activities section.detail.goal06 h4 {
  background-color: #00a6d9;
}

article.activities section.detail.goal06 h5 {
  color: #00a6d9;
  border-color: #00a6d9;
}

article.activities section.detail.goal06 .group .name {
  color: #00a6d9;
}

article.activities section.detail.goal06 figcaption::before {
  border-left-color: #00a6d9;
}

article.activities section.detail.goal07 h3 {
  border-color: #fabd00;
}

article.activities section.detail.goal07 h4 {
  background-color: #fabd00;
}

article.activities section.detail.goal07 h5 {
  color: #fabd00;
  border-color: #fabd00;
}

article.activities section.detail.goal07 .group .name {
  color: #fabd00;
}

article.activities section.detail.goal07 figcaption::before {
  border-left-color: #fabd00;
}

article.activities section.detail.goal08 h3 {
  border-color: #970a31;
}

article.activities section.detail.goal08 h4 {
  background-color: #970a31;
}

article.activities section.detail.goal08 h5 {
  color: #970a31;
  border-color: #970a31;
}

article.activities section.detail.goal08 .group .name {
  color: #970a31;
}

article.activities section.detail.goal08 figcaption::before {
  border-left-color: #970a31;
}

article.activities section.detail.goal09 h3 {
  border-color: #ec6a06;
}

article.activities section.detail.goal09 h4 {
  background-color: #ec6a06;
}

article.activities section.detail.goal09 h5 {
  color: #ec6a06;
  border-color: #ec6a06;
}

article.activities section.detail.goal09 .group .name {
  color: #ec6a06;
}

article.activities section.detail.goal09 figcaption::before {
  border-left-color: #ec6a06;
}

article.activities section.detail.goal10 h3 {
  border-color: #dc097b;
}

article.activities section.detail.goal10 h4 {
  background-color: #dc097b;
}

article.activities section.detail.goal10 h5 {
  color: #dc097b;
  border-color: #dc097b;
}

article.activities section.detail.goal10 .group .name {
  color: #dc097b;
}

article.activities section.detail.goal10 figcaption::before {
  border-left-color: #dc097b;
}

article.activities section.detail.goal11 h3 {
  border-color: #f5a20b;
}

article.activities section.detail.goal11 h4 {
  background-color: #f5a20b;
}

article.activities section.detail.goal11 h5 {
  color: #f5a20b;
  border-color: #f5a20b;
}

article.activities section.detail.goal11 .group .name {
  color: #f5a20b;
}

article.activities section.detail.goal11 figcaption::before {
  border-left-color: #f5a20b;
}

article.activities section.detail.goal12 h3 {
  border-color: #d39206;
}

article.activities section.detail.goal12 h4 {
  background-color: #d39206;
}

article.activities section.detail.goal12 h5 {
  color: #d39206;
  border-color: #d39206;
}

article.activities section.detail.goal12 .group .name {
  color: #d39206;
}

article.activities section.detail.goal12 figcaption::before {
  border-left-color: #d39206;
}

article.activities section.detail.goal13 h3 {
  border-color: #407936;
}

article.activities section.detail.goal13 h4 {
  background-color: #407936;
}

article.activities section.detail.goal13 h5 {
  color: #407936;
  border-color: #407936;
}

article.activities section.detail.goal13 .group .name {
  color: #407936;
}

article.activities section.detail.goal13 figcaption::before {
  border-left-color: #407936;
}

article.activities section.detail.goal14 h3 {
  border-color: #0075ba;
}

article.activities section.detail.goal14 h4 {
  background-color: #0075ba;
}

article.activities section.detail.goal14 h5 {
  color: #0075ba;
  border-color: #0075ba;
}

article.activities section.detail.goal14 .group .name {
  color: #0075ba;
}

article.activities section.detail.goal14 figcaption::before {
  border-left-color: #0075ba;
}

article.activities section.detail.goal15 h3 {
  border-color: #28a838;
}

article.activities section.detail.goal15 h4 {
  background-color: #28a838;
}

article.activities section.detail.goal15 h5 {
  color: #28a838;
  border-color: #28a838;
}

article.activities section.detail.goal15 .group .name {
  color: #28a838;
}

article.activities section.detail.goal15 figcaption::before {
  border-left-color: #28a838;
}

article.activities section.detail.goal16 h3 {
  border-color: #004c88;
}

article.activities section.detail.goal16 h4 {
  background-color: #004c88;
}

article.activities section.detail.goal16 h5 {
  color: #004c88;
  border-color: #004c88;
}

article.activities section.detail.goal16 .group .name {
  color: #004c88;
}

article.activities section.detail.goal16 figcaption::before {
  border-left-color: #004c88;
}

article.activities section.detail.goal17 h3 {
  border-color: #023067;
}

article.activities section.detail.goal17 h4 {
  background-color: #023067;
}

article.activities section.detail.goal17 h5 {
  color: #023067;
  border-color: #023067;
}

article.activities section.detail.goal17 .group .name {
  color: #023067;
}

article.activities section.detail.goal17 figcaption::before {
  border-left-color: #023067;
}

article.activities section.detail h3 {
  border-bottom: 3px solid #8c1b11;
}

article.activities section.detail h4 {
  margin-top: 3em;
  margin-bottom: .25em;
  padding: 0 .25em;
  color: #fff;
  font-size: 2.1875rem;
  background-color: #8c1b11;
}

article.activities section.detail h4:first-child {
  margin-top: 0;
}

article.activities section.detail h5 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #8c1b11;
  font-size: 1.5625rem;
  border-bottom: 1px solid #8c1b11;
}

article.activities section.detail .group {
  margin-bottom: 2em;
}

article.activities section.detail .group .name {
  color: #8c1b11;
  font-size: 1.5625rem;
  font-weight: bold;
}

article.activities section.detail .group .link {
  text-align: right;
}

article.activities section.detail figcaption::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: .25em;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #8c1b11;
}

article.activities section.detail > .inner > ul.goals li {
  width: 100px;
}

article.activities section.detail > .inner > ul.goals li.goal00 {
  display:none!important;
}

article.activities section.detail > .inner > ul.goals li + li {
  width: 80px;
  padding-top: 10px;
}

article.activities section.detail > .inner > .date {
  display: none;
  padding-top: .5em;
  text-align: right;
}

article.activities section.detail > .inner > .content {
  padding-top: 1em;
}

article.activities section.detail > .inner > .content::after {
  display: block;
  content: "";
  clear: both;
}

article.activities section.detail > .inner > .content > .quote {
    padding-top: 0.5em;
    text-align: right;
}

article.activities section.detail > .inner > .content .content_center .image {
  text-align: center;
}

article.activities section.detail > .inner > .list {
  padding-top: 4em;
  text-align: center;
}

article.activities section.detail > .inner > .list a {
  position: relative;
  display: inline-block;
  padding-bottom: .5em;
  color: #000;
  text-decoration: none;
}

article.activities section.detail > .inner > .list a::before {
  display: inline-block;
  content: "";
  margin-right: 1em;
  width: 20px;
  height: 20px;
  background: transparent url(/sdgs2/img/icon/icon_arrow_black.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(5px) rotate(180deg);
  transform: translateY(5px) rotate(180deg);
}

article.activities section.detail > .inner > .list a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}

@media all and (min-width: 960px) {
  article.activities section.list .regist a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  article.activities section.list .regist a:hover {
    background-color: #b92417;
  }
  article.activities section.list .regist a br {
    display: none;
  }
  article.activities section.list ul.goals a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  article.activities section.list ul.goals a:hover {
    opacity: 0.8;
  }
  article.activities section.list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.activities section.list .list a:hover .image span {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  article.activities section.list .list a .image {
    overflow: hidden;
  }
  article.activities section.list .list a .image span {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  article.activities section.detail ul.goals {
    margin-bottom: 2em;
  }
  article.activities section.detail > .inner > .list a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  article.activities section.detail > .inner > .list a::after {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}

@media all and (min-width: 1200px) {
  article.activities section.list .list a {
    margin: .5%;
    width: 32.33333%;
  }
  article.activities section.detail .group {
    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;
  }
  article.activities section.detail > .inner > .content .content_left,
  article.activities section.detail > .inner > .content .content_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  article.activities section.detail > .inner > .content .content_left .image,
  article.activities section.detail > .inner > .content .content_right .image {
    width: 500px;
  }
  article.activities section.detail > .inner > .content .content_left .text,
  article.activities section.detail > .inner > .content .content_right .text {
    width: calc(100% - 500px);
  }
  article.activities section.detail > .inner > .content .content_left .text {
    padding-left: 2em;
  }
  article.activities section.detail > .inner > .content .content_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  article.activities section.detail > .inner > .content .content_right .text {
    padding-right: 2em;
  }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
  article.activities section.list .list a {
    margin: 1%;
    width: 48%;
  }
  article.activities section.detail > .inner > .content .content_left .image,
  article.activities section.detail > .inner > .content .content_right .image {
    margin-bottom: .5em;
    text-align: center;
  }
}

@media only screen and (max-width: 959px) {
  article.activities section ul.goals li {
    margin: .5%;
    width: 15%;
  }
  article.activities section.list .regist {
    width: 91.5%;
  }
  article.activities section.list .regist a {
    display: block;
    text-align: center;
  }
  article.activities section.list .list {
    margin: 0 auto;
    width: 90%;
  }
  article.activities section.list .list a {
    margin-top: 2em;
  }
  article.activities section.detail h4 {
    font-size: 1.5625rem;
  }
  article.activities section.detail h5 {
    font-size: 1.25rem;
  }
  article.activities section.detail ul.goals {
    margin-bottom: 1em;
    padding-top: 1em;
  }
  article.activities section.detail > .inner > ul.goals li {
    width: 60px;
  }
article.activities section.detail > .inner > ul.goals li + li {
  width: 45px;
  padding-top: 8px;
}
  article.activities section.detail > .inner > .content .content_center .image,
  article.activities section.detail > .inner > .content .content_left .image,
  article.activities section.detail > .inner > .content .content_right .image {
    margin-bottom: .5em;
    text-align: center;
  }
}







#deleteno {
  display: block;
}

#deleteyes {
  display: none;
}

.detailarea {
  width: 60%;
  margin: 5% auto 0;
  padding: 0.4%;
}

.detailarea.goal00 {
  background-color:#e4011e;
}

.detailarea.goal01 {
  background-color:#e4011e;
}

.detailarea.goal02 {
  background-color:#d6a600;
}

.detailarea.goal03 {
  background-color:#1b973a;
}

.detailarea.goal04 {
  background-color:#c50e28;
}

.detailarea.goal05 {
  background-color:#e83418;
}

.detailarea.goal06 {
  background-color:#00a6d9;
}

.detailarea.goal07 {
  background-color:#fabd00;
}

.detailarea.goal08 {
  background-color:#970a31;
}

.detailarea.goal09 {
  background-color:#ec6a06;
}

.detailarea.goal10 {
  background-color:#dc097b;
}

.detailarea.goal11 {
  background-color:#f5a20b;
}

.detailarea.goal12 {
  background-color:#d39206;
}

.detailarea.goal13 {
  background-color:#407936;
}

.detailarea.goal14 {
  background-color:#0075ba;
}

.detailarea.goal15 {
  background-color:#28a838;
}

.detailarea.goal16 {
  background-color:#004c88;
}

.detailarea.goal17 {
  background-color:#023067;
}

.detailarea dl {
  background-color: #FFF;
   padding: 3%;
  overflow: hidden;
}

.detailarea dl dt {
  font-weight: bold;
  border-bottom: dotted 1px #666;
  margin-bottom: 1%;
  padding-bottom: 1%;
}

.detailarea dl dd {
  clear: both;
}

.detailarea dl dd span {
  float: left;
  display: block;
  width: 20%;
}

.detailarea dl dd p {
  float: left;
  width: 80%;
}

.detailarea dl dd span.snsspan {
  padding-top: 0.5%
}

.detailarea dl dd ul {
  display: inline-block;
  overflow: hidden;
  margin: 1.1% 0 -1% 0%;
  width: 80%;
}

.detailarea dl dd ul li {
  display: inline;
  margin-right: 0.5%;
}

.detailarea dl dd ul li img {
  width: 21px;
  display: inline-block;
}

article .detailarea a:link,
article .detailarea a:visited {
    text-decoration: none;
}

article .detailarea dl dd ul li a[target="_blank"]::after, 
article .detailarea dl dd ul li a[href^="http"]::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-left: 0;
    margin-top: 0px;
    width: 0px;
    height: 0px;
    background:none;
    background-size: contain;
}

@media only screen and (max-width: 959px) {
.detailarea {
  width: 95%;
  font-size: 85%;
}
.detailarea dl dt {
  margin-bottom: 1.5%;
}
.detailarea dl dd ul li img {
  width: 17px;
}
.detailarea dl dd ul li {
  margin-right: 1.5%;
}
article.index section.concept.is_show .message .subttl {
    text-align: center;
}

}



/* --------------------------------------------------
	14. Movie
-------------------------------------------------- */

article.movie section.list .list {
  padding-top: 1em;
}

article.movie section.list .list a {
  overflow: hidden;
  display: block;
  margin-top: 3em !important;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

article.index section.movie .list a[target="_blank"]::after, article a[href^="http"]::after {
    display: none;
}

article.movie section.list .list span {
  display: block;
}

article.movie section.list .list a .image .cover {
    overflow: hidden;
    display: block;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    z-index: 9;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    background-image: url(/sdgs2/img/icon/play_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25%;
}

article.movie section.list .list .image span {
  padding-top: 67.64706%;
  background: transparent no-repeat center center;
  background-size: cover;
}

article.movie section.list .list .title {
  padding: 1em;
}

article.movie section.list .list .date {
  display: none;
  padding: 0 1em 1em;
  text-align: right;
}


@media all and (min-width: 960px) {
  article.movie section.list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.movie section.list .list a:hover .image span {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  article.movie section.list .list a .image {
    overflow: hidden;
  }
  article.movie section.list .list a .image span {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}

@media all and (min-width: 1200px) {
  article.movie section.list .list a {
    margin: .5%;
    width: 32.33333%;
  }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
  article.movie section.list .list a {
    margin: 1%;
    width: 48%;
  }
}

@media only screen and (max-width: 959px) {
  article.movie section.list .list {
    margin: 0 auto;
    width: 90%;
  }
  article.movie section.list .list a {
    margin-top: 2em;
  }
}



/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0; background-color: rgba(0, 0, 0, 0.8);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#cboxContent {
	max-height: 478px;
}

@media (max-width: 640px) {
	#cboxContent {
		max-height: 280px;
	}

}








.inner ul.pc_nav{
 position: absolute;
 left: 16%;
 top: 20px;
 overflow: hidden;
 z-index: 9;
}

body.index .inner ul.pc_nav {
	left: 2%;
}

.inner ul.pc_nav li {
	float: left;
	border-right: solid 1px #333;
	margin-right: 20px;
	padding-right: 20px;
	line-height: 1.2;
	font-size: 12px;
}

body.index .inner ul.pc_nav li,
body.message .inner ul.pc_nav li {
	border-right: solid 1px #FFF;
}

.inner ul.pc_nav li a {
	color: #333;
}

.inner ul.pc_nav li a:hover {
	text-decoration: underline;
}

body.index .inner ul.pc_nav li a,
body.message .inner ul.pc_nav li a {
	color: #FFF;
}

@media only screen and (max-width: 959px) {
.inner ul.pc_nav{
	display: none;
}
}


.inner #ticker {
	background-color: rgba(255,255,255,0.7);
	height: 56px!important;
	padding: 14px 0 0 155px;
	width: 45%;
	text-align: left;
	position: absolute;
	left: 2%;
	bottom: 20px;
	overflow: hidden;
}

.inner #ticker::before {
    content: "INFORMATION";
    color: #8E1E13;
    position: absolute;
    left: 20px;
    top: 14px;
    padding-right: 20px;
    border-right: dotted 1px #333;
}

.inner #ticker ul {
  width: 100%;
  position: relative;
  z-index: 1;
}

.inner #ticker ul li {
  width: 100%;
  display: none;
}

@media only screen and (max-width: 959px) {

.inner #ticker {
	width: 96%;
	bottom: 130px;
}
}

.actionslider {
 oveflow: hidden;
}

.actionslider .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
}

.actionslider img {
  width: 100%;
}

.actionslider a div {
    position: relative;
    display: block;
    padding-top: 60%;
}

article.index section.topics{
    background-color: #f2f3f4;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 1.25s, -webkit-transform 1s 1.25s;
  transition: opacity 1s 1.25s, -webkit-transform 1s 1.25s;
  transition: opacity 1s 1.25s, transform 1s 1.25s;
  transition: opacity 1s 1.25s, transform 1s 1.25s, -webkit-transform 1s 1.25s;
}

article.index section.topics.is_show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

article.index section.topics .more {
    text-align: center;
}

article.index section.topics.is_show .inner {
    width: 75%;
}

article.index section.topics.is_show .inner ul li {
   list-style: none;
   margin-bottom: 20px;
}

article.index section.topics.is_show .inner ul li a {
   font-size: 135%;
}

@media only screen and (max-width: 959px) {
article.index section.topics.is_show .inner {
    width: 100%;
}
article.index section.topics.is_show .inner ul li br {
   display: block;
}
article.index section.topics.is_show .inner ul li {
   margin-bottom: 20px;
}
}

.message_btn{
   margin: 3em auto 0;
   width: 80%;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 1s 1.25s, -webkit-transform 1s 1.25s;
  transition: opacity 1s 1.25s, -webkit-transform 1s 1.25s;
  transition: opacity 1s 1.25s, transform 1s 1.25s;
  transition: opacity 1s 1.25s, transform 1s 1.25s, -webkit-transform 1s 1.25s;
}

.message_btn.is_show  {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


.message_btn a {
-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.message_btn a:hover {
  opacity: .7;
}
.message_btn img {
   width: 100%;
}

@media only screen and (max-width: 959px) {
.message_btn {
   width: 90%;
}
}


#youtube-wrap {
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
   display: none;
}

@media only screen and (max-width: 959px) {
#youtube-wrap {
   display: none;
}
}


.topics .inner .list {
  width: 85%;
  margin: 0 auto;
  font-size: 95%;
} 

.topics .inner .list li {
  margin-bottom: 20px;
  font-size: 80%;
  line-height: 1.5;
} 

.topics .inner .list li a {
  text-decoration: none;
  font-size: 120%;
} 

.topics .inner .list li a:hover {
  text-decoration: underline;
} 

@media only screen and (max-width: 959px) {
.topics .inner .list {
  width: 100%;
} 
}

.pager {
  margin-top: 5%; 
}
.pager .page {
  display: none; 
}

.pager .pagelinks {
  text-align: center; 
  overflow: hidden;
}

.pager .pagelinks p {
  display: none; 
}

.pager .pagelinks ol {
  text-align: center;
}

.pager .pagelinks ol li {
  display: inline;
}

.pager .pagelinks ol li a {
  line-height:1;
  display: inline-block;
  padding: 7px 10px;
  margin-right: 5px;
  border: solid 0.5px #CCC;
  text-decoration:none;
}

.pager .pagelinks ol li.current a {
  background-color:#8c1b11;
}

.pager .pagelinks ol li.current a {
  color:#FFF;
}


.promotiontext {
  overflow:hidden;
  margin-bottom: 5%;
}

.promotiontext p {
  margin-bottom: 5%;
}

.promotiontext p span {
    display: block;
    text-align: center;
    margin-left: -45%;
}

.promotiontext strong {
  display: block;
  font-size: 120%;
}

.promotiontext img {
  display: block;
  margin: 0 auto;
  width:65%;
}

.promotiontext img.w80 {
  width:45%;
} 

.promotiontext img.img_right {
  float:right;
  margin-left: 3%;
  margin-bottom: 3%;
}

.promotiontext img.img_left {
  float:left;
  margin-right: 3%;
  margin-bottom: 3%;
}

@media only screen and (max-width: 959px) {
.promotiontext img.w80 {
  width:80%;
} 

.promotiontext img {
  width:100%;
} 

.promotiontext p span {
    display: block;
    text-align: left;
    margin-left: 0;
}

}


article.message section.message.devmessage .title {
    margin-bottom: 0;
}

article.message section.message.devmessage p,
article.message section.message.devmessage h3 {
	text-align: center;
}

article.message section.message.devmessage .text {
    margin-left: auto;
    margin-right: auto;
}

article.message section.message.devmessage .image {
    margin-right: 0px;
    margin-top: -150px;
    text-align: left;
    margin-left: 60px;
    width: 55%;
}

@media only screen and (max-width: 959px){
article.message section.message.devmessage .image {
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    text-align: center;
    width: 90%;
}
}

section.devmessage::after {
	right: 0;
	bottom: 0;
	background-image: url(/sdgs2/img/index/bg_concept_right.png);
	background-position: right bottom;
	position: absolute;
	display: block;
	content: "";
	background-size: contain;
	opacity: 0;
	-webkit-transition: opacity 1s 2s;
	transition: opacity 1s 2s;
    width: 490px;
    height: 560px;
    z-index: -1;
}

section.devmessage.is_show::after {
    opacity: 1;
}

@media only screen and (max-width: 959px) {
section.devmessage::after {
    width: 245px;
    height: 280px;
}
}

section.devmessage article.index section.concept::after {
    opacity: 0!important;
}

.devmessage ul.nav a {
    background-color: #FFF;
}



@media only screen and (max-width: 959px){

.slick-prev, .slick-next {
	top: 10px;
    width: 70px;
    height: 35px;
}

.slick-prev {
    right: 51px;
}

.slick-prev::before,
.slick-next::before {
    top: 13px;
    width: 10px;
    height: 10px;
}

.slick-prev::before {
    left: 10px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
}

.slick-next::before {
    right: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}



}


.promotion_index .info {
  text-align: center;
}

.promotion_index .info a {
    padding: 1.5em 2em 1.75em;
    width: 380px;
    max-width: 100%;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: #8c1b11;
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.promotion_index .info a:hover {
background-color: #af2c21;
}

.promotion_index .info a::after {
  display: inline-block;
  content: "";
  margin-left: 1em;
  width: 20px;
  height: 20px;
  background-size: contain;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.promotion_index .info a::after {
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -1em;
  background-image: url(/sdgs2/img/icon/icon_arrow_white.png);
}

@media only screen and (max-width: 959px){
.promotion_index .info a {
    width: 80%;
}

}
