/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  appearance: checkbox;
}

[type="radio"] {
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  color: #333333;
}

section {
  width: calc(100% - 32px * 2);
  margin: 0 auto;
  max-width: 600px;
}

@media screen and (min-width: 600px) {
  section {
    width: calc(100% - 40px * 2);
  }
}

@media screen and (min-width: 960px) {
  section {
    width: 100%;
    min-width: 1200px;
    max-width: 1200px;
  }
}

.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.nonMobile {
  display: none;
}

@media screen and (min-width: 960px) {
  .nonMobile {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .nonTb {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .nonPc {
    display: none;
  }
}

.page-sdgs {
  font-family: tbudgothic-std, sans-serifs;
}

.page-sdgs--oritra {
  padding-top: 56px;
}

@media screen and (min-width: 960px) {
  .page-sdgs--oritra {
    padding-top: 64px;
  }
}

.pageTitle {
  padding-top: 64px;
  margin-bottom: 64px;
  text-align: center;
  color: #333333;
}

@media screen and (min-width: 960px) {
  .pageTitle {
    padding-top: 120px;
    margin-bottom: 120px;
  }
}

.pageTitle .titleImage {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ededed;
}

@media screen and (min-width: 960px) {
  .pageTitle .titleImage {
    padding-bottom: 40px;
    margin: 0 auto 40px;
  }
}

.pageTitle source,
.pageTitle img {
  width: 100%;
  height: 100%;
  max-width: 400px;
}

@media screen and (min-width: 960px) {
  .pageTitle source,
  .pageTitle img {
    width: 800px;
    max-width: 800px;
  }
}

.pageTitle .titleText {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .pageTitle .titleText {
    font-size: 40px;
  }
}

.introduction {
  margin-bottom: calc(64px - 8px);
}

@media screen and (min-width: 960px) {
  .introduction {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 960px) {
  .introduction .inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}

.introduction .imgWrapper {
  position: relative;
  left: -32px;
  width: calc(100% + 32px);
  max-width: 504px;
  height: 272px;
  border-radius: 0 56px 8px 0;
  margin-bottom: 32px;
  background: url("/common/img/sdgs/photo_earth.jpg") center right/cover no-repeat;
}

@media screen and (min-width: 600px) {
  .introduction .imgWrapper {
    left: -40px;
    width: calc(100% + 40px);
    border-radius: 8px 56px 8px 8px;
  }
}

@media screen and (min-width: 960px) {
  .introduction .imgWrapper {
    left: -48px;
    width: calc(100% + 48px);
  }
}

.introduction .imgWrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -56px;
  right: 56px;
  width: calc(100% - 56px);
  height: 100%;
  border-radius: 0 8px 56px 0;
  background: #eaf5fb;
}

@media screen and (min-width: 600px) {
  .introduction .imgWrapper::before {
    width: calc(100% + ((100vw - 600px) / 2));
    max-width: 504px;
    border-radius: 8px 8px 56px 8px;
  }
}

@media screen and (min-width: 960px) {
  .introduction .imgWrapper::before {
    right: -48px;
    width: 100%;
    height: calc(100% - 64px + 48px);
    bottom: -48px;
  }
}

.introduction .logo-oritra::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 32px;
  width: 80px;
  height: 104px;
  background: url("/common/img/sdgs/logo_oritra.svg") center/100% no-repeat;
}

@media screen and (min-width: 600px) {
  .introduction .logo-oritra::after {
    left: 40px;
  }
}

@media screen and (min-width: 960px) {
  .introduction .logo-oritra::after {
    left: 82px;
    width: 118px;
    height: 146px;
  }
}

@media screen and (min-width: 960px) {
  .introduction .textWrapper {
    max-width: 696px;
    padding-top: 64px;
    padding-left: 64px;
  }
}

.introduction .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.6;
}

@media screen and (min-width: 600px) {
  .introduction .title {
    padding: 0 80px;
  }
}

@media screen and (min-width: 960px) {
  .introduction .title {
    padding: 0;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 1.5;
  }
}

.introduction p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .introduction p {
    padding: 0 80px;
  }
}

@media screen and (min-width: 960px) {
  .introduction p {
    padding: 0;
    font-size: 16px;
  }
}

.introduction p:not(:last-of-type) {
  margin-bottom: 24px;
}

.introduction p:last-of-type {
  margin-bottom: 32px;
}

@media screen and (min-width: 960px) {
  .introduction p:last-of-type {
    margin-bottom: 40px;
  }
}

.introduction .goalsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100vw;
  max-width: calc(72px * 4 + 8px * 3);
}

@media screen and (max-width: 356px) {
  .introduction .goalsList {
    max-width: calc(72px * 3 + 8px * 2);
  }
}

@media screen and (min-width: 960px) {
  .introduction .goalsList {
    width: 100%;
    flex-wrap: nowrap;
    max-width: unset;
  }
}

.introduction .goalsList__item {
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
}

@media screen and (max-width: 356px) {
  .introduction .goalsList__item:not(:nth-of-type(3n)) {
    margin-right: 8px;
  }
}

@media screen and (min-width: 357px) {
  .introduction .goalsList__item:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
}

@media screen and (min-width: 357px) and (min-width: 960px) {
  .introduction .goalsList__item:not(:nth-of-type(4n)) {
    margin-right: 8px;
  }
}

@media screen and (min-width: 357px) and (min-width: 960px) {
  .introduction .goalsList__item:not(:last-of-type) {
    margin-right: 8px;
  }
}

.introduction .goalsList__item img {
  width: 100%;
  height: 100%;
}

.aboutSdgs {
  width: 100%;
  max-width: calc(1200px + 40px * 2);
  margin: 0 auto 64px;
}

@media screen and (min-width: 960px) {
  .aboutSdgs {
    margin-bottom: 120px;
  }
}

.aboutSdgs .inner {
  width: calc(100% - 32px);
  margin-left: auto;
  padding: 32px 0 40px 32px;
  background-color: #494d53;
  border-top-left-radius: 56px;
  border-bottom-left-radius: 8px;
}

@media screen and (min-width: 960px) {
  .aboutSdgs .inner {
    width: 980px;
    padding: 48px 0 48px 48px;
    border-radius: 56px 8px 8px 8px;
  }
}

.aboutSdgs .title {
  display: flex;
  align-items: center;
  padding-right: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ededed;
}

@media screen and (min-width: 960px) {
  .aboutSdgs .title {
    padding-right: 48px;
    padding-bottom: 24px;
    margin-right: 48px;
    margin-bottom: 24px;
    font-size: 28px;
  }
}

.aboutSdgs .title::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  content: "";
  background-image: url("/common/img/sdgs/graphic-sdgsCircle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.aboutSdgs p {
  margin-right: 32px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {
  .aboutSdgs p {
    margin-right: 48px;
  }
}

.action {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .action {
    margin-bottom: calc(120px + 40px);
  }
}

.action .title {
  margin-bottom: 64px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 960px) {
  .action .title {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 960px) {
  .action__list {
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.action__list__item {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .action__list__item {
    width: 310px;
  }
}

@media screen and (min-width: 960px) {
  .action__list__item {
    width: calc((100% - 56px * 2 - 16px * 4) / 3);
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 8px 8px 56px 8px;
  }
}

.action__list__item:first-of-type {
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .action__list__item:first-of-type {
    border: none;
  }
}

@media screen and (min-width: 960px) {
  .action__list__item:first-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.action__list__item:first-of-type::before {
  background-color: rgba(210, 172, 12, 0.08);
}

.action__list__item:nth-of-type(2n) {
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .action__list__item:nth-of-type(2n) {
    margin-left: auto;
    border: none;
  }
}

@media screen and (min-width: 960px) {
  .action__list__item:nth-of-type(2n) {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.action__list__item:nth-of-type(2n)::before {
  background-color: rgba(210, 12, 42, 0.08);
}

@media screen and (min-width: 600px) {
  .action__list__item:nth-of-type(2n)::before {
    right: -48px;
    left: unset;
    border-radius: 8px 8px 8px 56px;
  }
}

@media screen and (min-width: 960px) {
  .action__list__item:nth-of-type(2n)::before {
    right: unset;
    left: 50%;
    border-radius: 8px 8px 56px 8px;
  }
}

@media screen and (min-width: 600px) {
  .action__list__item:nth-of-type(2n) .goalsList {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 960px) {
  .action__list__item:nth-of-type(2n) .goalsList {
    justify-content: center;
    margin: 0 auto 32px;
  }
}

.action__list__item:last-of-type::before {
  background-color: rgba(119, 210, 12, 0.08);
}

@media screen and (min-width: 960px) {
  .action__list__item:last-of-type .goal__list {
    padding-right: 0;
  }
}

.action__list__item::before {
  position: absolute;
  top: 40px;
  left: -32px;
  z-index: -1;
  display: block;
  width: calc(100% + 32px);
  height: calc(40px + 64px);
  content: "";
  background-color: rgba(210, 172, 12, 0.08);
  border-radius: 0 8px 56px 0;
}

@media screen and (min-width: 600px) {
  .action__list__item::before {
    left: -48px;
    width: calc(100% + 48px);
  }
}

@media screen and (min-width: 960px) {
  .action__list__item::before {
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 16px * 2);
    height: calc(100% - 56px + 40px);
    border: 8pc 8px 56px 8px;
  }
}

.action .goalsList {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 32px;
}

@media screen and (min-width: 960px) {
  .action .goalsList {
    justify-content: center;
  }
}

.action .goalsList__item {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 960px) {
  .action .goalsList__item {
    width: 104px;
    height: 104px;
  }
}

.action .goalsList__item:not(:last-of-type) {
  margin-right: 8px;
}

.action .goalsList__item img {
  width: 100%;
  height: 100%;
}

.action p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {
  .action p {
    font-size: 16px;
  }
}

.mission {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .mission {
    padding-top: 0;
    margin-bottom: 80px;
  }
}

.mission .title {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 960px) {
  .mission .title {
    order: 2;
    margin-bottom: 48px;
    font-size: 26px;
  }
}

@media screen and (min-width: 365px) {
  .mission .title br {
    display: none;
  }
}

.mission .logoWrapper {
  width: 82px;
  height: 102px;
  margin: 0 auto 32px;
}

@media screen and (min-width: 960px) {
  .mission .logoWrapper {
    order: 1;
    width: 130px;
    height: 161px;
    margin-bottom: 48px;
  }
}

.mission img {
  width: 100%;
  height: 100%;
}

.mission p {
  order: 3;
  max-width: 720px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
}

.en p {
  text-align: left;
}

@media screen and (min-width: 960px) {
  footer .section{
      min-width : auto !important ;
      max-width : auto !important ;
    }
}


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