@charset "UTF-8";
html, body, article, aside, details, figcaption, figure, footer, header, nain, nav, section, div, p, pre, blockquote, hr, address, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, a, abbr, acronym, b, big, cite, code, del, dfn, em, i, ins, kbd, mark, q, ruby, s, samp, small, span, strike, strong, sub, sup, time, tt, u, var, audio, canvas, embed, iframe, img, object, video, details, menu, summary, button, fieldset, form, input, label, legend, output, optgroup, option, select, textarea {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

address, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

code, kbd, pre, samp, button, input, select, textarea {
  font-size: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-size: 1.4rem;
}

ul, ol {
  list-style: none;
}

pre {
  word-wrap: break-word;
  word-break: break-all;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins, mark {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
}

small {
  font-size: 100%;
  font-size: 1.4rem;
}

img {
  vertical-align: top;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=file] {
  border: 1px solid #d6d6d6;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
  font-size: 14px;
}

.mainContents.sdgs .english .stateSec {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 335px;
  background-color: #FFF5F5;
}
@media screen and (max-width: 820px) {
  .mainContents.sdgs .english .stateSec {
    height: 232px;
    background-color: initial;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.sdgs .english .stateSec {
    height: 190px;
    background-color: #FFF5F5;
  }
}
.mainContents.sdgs .english .stateSec__img {
  width: 1920px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  margin: auto;
  transform: translateX(-50%);
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .mainContents.sdgs .english .stateSec__img {
    width: 820px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.sdgs .english .stateSec__img {
    width: 375px;
  }
}
.mainContents.sdgs .english .stateSec__inner {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .mainContents.sdgs .english .stateSec__inner {
    padding-top: 64px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.sdgs .english .stateSec__inner {
    padding-top: 26px;
  }
}
.mainContents.sdgs .english .stateSec__ttl {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.68;
  color: #E60012;
}
@media screen and (max-width: 820px) {
  .mainContents.sdgs .english .stateSec__ttl {
    font-size: 21px;
    line-height: 1.5238095238;
  }
}