@charset "UTF-8";
/* 移設元 https://okinawa-cellular.jp/sdgs/css/style.css から取り込み (TICKET-085) */
/* Reset & Base 部分 (ress.css v4 + 移設元 body opacity:0 → JS .is-show 必須スタイル) は
   本プロジェクトの /common/css/common.min.css が共通 reset 担当のためコメントアウト。
   特に移設元 body { opacity:0 } は JS が .is-show を付与するまで非表示になる仕掛けで、
   本プロジェクトでは該当 JS を移植せず、初期表示状態をそのまま見せる方針 (TICKET-083 前例)。 */

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc( 20 / 750 * 100vw );
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 2s;
  transition: 2s;
}
body.is-show {
  opacity: 1;
  visibility: visible;
}

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
       tab-size: 4;
  font-size: 62.5%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.5;
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: top;
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.sm\:hidden {
  display: none;
}

/* 移設元 .js-fadein は JS が IntersectionObserver で .is-show を付与してフェードイン演出する仕掛け。
   本プロジェクトでは該当 JS を移植しないため初期 opacity:0 / filter:blur を無効化して常時可視にする。
   (TICKET-083 前例で同じく演出系 JS を省略済) */
.js-fadein {
  opacity: 1;
  filter: none;
}
.js-fadein.is-show {
  opacity: 1;
  filter: none;
}

.c-title.-underline {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc( 20 / 750 * 100vw );
}
.c-title.-underline::after {
  content: "";
  position: absolute;
  left: calc(50% - ( 33 / 750 * 100vw ));
  bottom: 0;
  width: calc( 66 / 750 * 100vw );
  height: calc( 2 / 750 * 100vw );
  background: #0396d6;
}

.c-link.-underline {
  position: relative;
  display: block;
  padding-bottom: calc( 25 / 750 * 100vw );
  font-size: 0;
}
.c-link.-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc( 4 / 750 * 100vw );
  background: #000;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.c-link.-disable {
  opacity: 0.3;
  pointer-events: none;
}

.p-page-footer {
  padding: calc( 100 / 750 * 100vw ) 0 calc( 120 / 750 * 100vw );
}
.p-page-footer-logo {
  width: calc( 412 / 750 * 100vw );
  margin: 0 auto;
}

.p-banner {
  padding: calc( 60 / 750 * 100vw ) calc( 40 / 750 * 100vw ) calc( 50 / 750 * 100vw );
  background: #fff9bf;
}
.p-banner-item:not(:first-child) {
  margin-top: calc( 30 / 750 * 100vw );
}
.p-banner-item a {
  display: block;
  width: 100%;
}

.p-action-item:first-child a {
  background-image: url(/sdgs/image/bg_sdgs_01_sm.jpg);
}
.p-action-item:first-child a::after {
  background: #fac726;
}
.p-action-item:nth-child(2) a {
  background-image: url(/sdgs/image/bg_sdgs_02_sm.jpg);
}
.p-action-item:nth-child(2) a::after {
  background: #ec7297;
}
.p-action-item:nth-child(3) a {
  background-image: url(/sdgs/image/bg_sdgs_03_sm.jpg);
}
.p-action-item:nth-child(3) a::after {
  background: #80d7e7;
}
.p-action-item:nth-child(4) a {
  background-image: url(/sdgs/image/bg_sdgs_04_sm.jpg);
}
.p-action-item:nth-child(4) a::after {
  background: #f18f41;
}
.p-action-item:nth-child(5) a {
  background-image: url(/sdgs/image/bg_sdgs_05_sm.jpg);
}
.p-action-item:nth-child(5) a::after {
  background: #7a7d7c;
}
.p-action-item:nth-child(6) a {
  background-image: url(/sdgs/image/bg_sdgs_06_sm.jpg);
}
.p-action-item:nth-child(6) a::after {
  background: #004098;
}
.p-action-item.-disable a {
  pointer-events: none;
}
.p-action-item.-disable .top-action-item-more {
  opacity: 0.5;
}
.p-action-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc( 250 / 750 * 100vw );
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-action-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.p-action-item a > * {
  z-index: 2;
}
.p-action-item-more {
  position: absolute;
  right: calc( 24 / 750 * 100vw );
  bottom: calc( 20 / 750 * 100vw );
  display: block;
  padding: 0 calc( 30 / 750 * 100vw ) calc( 17 / 750 * 100vw );
  border-bottom: calc( 4 / 750 * 100vw ) solid #fff;
  font-size: 0;
}
.p-action-item-more img {
  width: calc( 48 / 750 * 100vw );
}
.p-action-item-title img {
  height: calc( 73 / 750 * 100vw );
}
.p-action-item-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc( 30 / 750 * 100vw );
}
.p-action-item-icon {
  width: calc( 52 / 750 * 100vw );
}
.p-action-item-icon:not(:first-child) {
  margin-left: calc( 14 / 750 * 100vw );
}

.global-header {
  position: relative;
  height: calc( 140 / 750 * 100vw );
}
.global-header-logo {
  position: absolute;
  left: calc( 60 / 750 * 100vw );
  bottom: 0;
  width: calc( 260 / 750 * 100vw );
}
.global-header-logo a {
  display: block;
}
.global-header-inner {
  position: fixed;
  left: 50%;
  z-index: 100;
  width: 100%;
  padding: calc( 35 / 750 * 100vw ) calc( 40 / 750 * 100vw ) 0 0;
  text-align: right;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.global-header-gnav-trigger {
  width: calc( 105 / 750 * 100vw );
  height: calc( 105 / 750 * 100vw );
  background: #fff;
  font-size: 0;
  pointer-events: auto;
}
.global-header-gnav-trigger span {
  display: block;
  width: calc( 50 / 750 * 100vw );
  height: calc( 2 / 750 * 100vw );
  margin-left: calc( 26 / 750 * 100vw );
  background: #000;
}
.global-header-gnav-trigger span:nth-child(2) {
  width: calc( 36 / 750 * 100vw );
}
.global-header-gnav-trigger span + span {
  margin-top: calc( 10 / 750 * 100vw );
}

.global-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.global-nav-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.global-nav-logo {
  position: absolute;
  top: calc( 60 / 750 * 100vw );
  left: calc(50% - ( 230 / 750 * 100vw ));
  width: calc( 460 / 750 * 100vw );
}
.global-nav-logo a,
.global-nav-logo img {
  display: block;
}
.global-nav-logo img {
  margin-left: calc( -20 / 750 * 100vw );
}
.global-nav-close {
  position: absolute;
  top: calc( 35 / 750 * 100vw );
  right: calc( 40 / 750 * 100vw );
  width: calc( 105 / 750 * 100vw );
  height: calc( 105 / 750 * 100vw );
  font-size: 0;
}
.global-nav-close span {
  display: block;
  width: calc( 50 / 750 * 100vw );
  height: calc( 2 / 750 * 100vw );
  margin-left: calc( 26 / 750 * 100vw );
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.global-nav-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.global-nav ul {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.global-nav ul li {
  margin: 0 auto;
}
.global-nav ul li + li {
  margin-top: calc( 90 / 750 * 100vw );
}
.global-nav ul li:first-child a {
  width: calc( 405 / 750 * 100vw );
}
.global-nav ul li:first-child a::after {
  background-image: url(/sdgs/image/txt_nav_01_on.png);
}
/* .global-nav ul li:nth-child(2) a {
  width: calc( 87 / 750 * 100vw );
}
.global-nav ul li:nth-child(2) a::after {
  background-image: url(/sdgs/image/txt_nav_02_on.png);
} */
.global-nav ul li:nth-child(2) a {
  width: calc( 282 / 750 * 100vw );
}
.global-nav ul li:nth-child(2) a::after {
  background-image: url(/sdgs/image/txt_nav_03_on.png);
}
.global-nav ul li:nth-child(3) a {
  width: calc( 249 / 750 * 100vw );
}
.global-nav ul li:nth-child(3) a::after {
  background-image: url(/sdgs/image/txt_nav_04_on.png);
}
.global-nav ul li a {
  position: relative;
  display: block;
  margin: 0 auto;
}
.global-nav ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.global-nav ul li a img {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.global-footer {
  margin-bottom: calc( 25 / 750 * 100vw );
}
.global-footer-logo {
  width: calc( 440 / 750 * 100vw );
  margin: 0 auto;
}
.global-footer-logo a {
  display: block;
}
.global-footer-copyright {
  display: block;
  margin-top: calc( 35 / 750 * 100vw );
  font-size: calc( 20 / 750 * 100vw );
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}

.top-visual {
  position: relative;
  z-index: -1;
  height: 100vh;
  margin-top: calc( -140 / 750 * 100vw );
  background: url(/sdgs/image/bg_visual_01_sm.jpg) center center no-repeat;
  background-size: cover;
}
.top-visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: calc( 38 / 750 * 100vw );
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-visual-logo {
  width: calc( 304 / 750 * 100vw );
  margin: 0 auto;
}
.top-visual-scroll {
  position: absolute;
  left: 50%;
  bottom: calc( 10 / 750 * 100vw );
  font-size: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-visual-scroll span {
  position: relative;
  display: block;
  width: calc( 78 / 750 * 100vw );
  padding-bottom: calc( 88 / 750 * 100vw );
}
.top-visual-scroll span::after {
  content: "";
  position: absolute;
  left: 49%;
  bottom: 0;
  width: 1px;
  height: calc( 60 / 750 * 100vw );
  background: #fff;
  -webkit-animation: scroll 2.5s cubic-bezier(0.55, 0.05, 0.22, 0.99) infinite;
          animation: scroll 2.5s cubic-bezier(0.55, 0.05, 0.22, 0.99) infinite;
}
@supports (-webkit-touch-callout: none) {
  .top-visual {
    height: -webkit-fill-available;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.top-concept {
  padding: calc( 120 / 750 * 100vw ) 0;
  background-image: url(/sdgs/image/bg_concept_01_sm.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-concept-title {
  width: calc( 510 / 750 * 100vw );
}
.top-concept-text {
  max-width: 700px;
  margin: calc( 70 / 750 * 100vw ) auto 0;
  padding: 0 calc( 90 / 750 * 100vw );
}
.top-concept-text-title {
  font-size: calc( 34 / 750 * 100vw );
  font-weight: 400;
  line-height: 2.17;
  letter-spacing: 0.22em;
  white-space: nowrap;
}
.top-concept-text p {
  margin-top: calc( 60 / 750 * 100vw );
  line-height: 2.7;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.top-mission-message {
  background: url(/sdgs/image/bg_mission_01_sm.jpg) center center no-repeat;
  background-size: cover;
}
.top-mission-message-inner {
  position: relative;
  padding: calc( 270 / 750 * 100vw ) calc( 50 / 750 * 100vw ) calc( 40 / 750 * 100vw );
}
.top-mission-message-text {
  margin-top: calc( 30 / 750 * 100vw );
  color: #fff;
}
.top-mission-message-text p {
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.top-mission-message-text p + p {
  margin-top: calc( 35 / 750 * 100vw );
}
.top-mission-message-title {
  position: absolute;
  top: calc( 30 / 750 * 100vw );
  left: 50%;
  font-size: calc( 38 / 750 * 100vw );
  font-weight: 400;
  line-height: 1.84;
  letter-spacing: 0.22em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-mission-message-image {
  width: calc( 470 / 750 * 100vw );
  margin: 0 auto;
}
.top-mission-action ul li {
  position: relative;
  height: calc( 250 / 750 * 100vw );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-mission-action ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.top-mission-action ul li img {
  height: calc( 160 / 750 * 100vw );
  z-index: 2;
}
.top-mission-action ul li:first-child {
  background-image: url(/sdgs/image/bg_mission_02_sm.jpg);
}
.top-mission-action ul li:first-child::after {
  background: #003371;
}
.top-mission-action ul li:nth-child(2) {
  background-image: url(/sdgs/image/bg_mission_03_sm.jpg);
}
.top-mission-action ul li:nth-child(2)::after {
  background: #00963a;
}
.top-mission-action ul li:nth-child(3) {
  background-image: url(/sdgs/image/bg_mission_04_sm.jpg);
}
.top-mission-action ul li:nth-child(3)::after {
  background: #f4a200;
}
.top-movie {
  padding: calc( 86 / 750 * 100vw ) calc( 50 / 750 * 100vw ) calc( 110 / 750 * 100vw );
  background: url(/sdgs/image/bg_movie_01_sm.jpg) center center no-repeat;
  background-size: cover;
}
.top-movie-inner {
  max-width: 750px;
  margin: 0 auto;
}
.top-movie-title {
  width: calc( 230 / 750 * 100vw );
}
.top-movie-title img {
  margin-left: calc( -25 / 750 * 100vw );
}
.top-movie-body {
  position: relative;
  margin-top: calc( 145 / 750 * 100vw );
  padding-top: 56.25%;
}
.top-movie-body > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top-movie-link {
  margin-top: calc( 150 / 750 * 100vw );
}
.top-movie-link a {
  width: calc( 288 / 750 * 100vw );
  margin: 0 auto;
}
.top-vision {
  padding: calc( 132 / 750 * 100vw ) calc( 80 / 750 * 100vw ) calc( 440 / 750 * 100vw );
  background: url(/sdgs/image/bg_vision_01_sm.png) center bottom no-repeat;
  background-size: 100%;
}
.top-vision-title {
  width: calc( 440 / 750 * 100vw );
}
.top-vision-title img {
  margin-left: calc( -30 / 750 * 100vw );
}
.top-vision-text {
  max-width: 530px;
  margin: calc( 40 / 750 * 100vw ) auto 0;
}
.top-vision-text-title {
  font-size: calc( 34 / 750 * 100vw );
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.22em;
  white-space: nowrap;
}
.top-vision-text p {
  margin-top: calc( 40 / 750 * 100vw );
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.top-vision-text p + p {
  margin-top: calc( 35 / 750 * 100vw );
}
.top-vision-link {
  max-width: 530px;
  margin: calc( 90 / 750 * 100vw ) auto 0;
}
.top-vision-link a {
  width: calc( 288 / 750 * 100vw );
  margin: 0 auto;
}
.top-about {
  padding: calc( 130 / 750 * 100vw ) calc( 45 / 750 * 100vw ) calc( 100 / 750 * 100vw );
  background: url(/sdgs/image/bg_about_01_sm.jpg) center center no-repeat;
  background-size: cover;
}
.top-about-title {
  width: calc( 425 / 750 * 100vw );
}
.top-about-title img {
  margin-left: calc( -20 / 750 * 100vw );
}
.top-about-contents {
  margin-top: calc( 90 / 750 * 100vw );
}
.top-about-image {
  width: calc( 454 / 750 * 100vw );
  margin: 0 auto;
}
.top-about-text {
  margin-top: calc( 80 / 750 * 100vw );
}
.top-about-text p {
  line-height: 2.55;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.top-about-link {
  margin: calc( 90 / 750 * 100vw ) auto 0;
}
.top-about-link a {
  width: calc( 288 / 750 * 100vw );
  margin: 0 auto;
}
.top-link {
  padding: calc( 60 / 750 * 100vw ) calc( 40 / 750 * 100vw );
  background: #fffde5;
}
.top-link-item:not(:first-child) {
  margin-top: calc( 30 / 750 * 100vw );
}
.top-link-item a {
  display: block;
  width: 100%;
}

.action-header {
  padding: calc( 110 / 750 * 100vw ) 0 calc( 80 / 750 * 100vw );
}
.action-header-title-main {
  display: block;
  width: calc( 440 / 750 * 100vw );
  font-size: 0;
}
.action-header-title-main img {
  margin-left: calc( -30 / 750 * 100vw );
}
.action-header-title-sub {
  display: block;
  margin-top: calc( 25 / 750 * 100vw );
  font-size: calc( 20 / 750 * 100vw );
  font-weight: 400;
  text-align: center;
}
.action-overview {
  padding: calc( 85 / 750 * 100vw ) calc( 55 / 750 * 100vw ) calc( 110 / 750 * 100vw );
  background: #fde8a6;
}
.action-overview-title {
  font-size: 0;
}
.action-overview-title span {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.action-overview-title-num span:first-child {
  width: calc( 158 / 750 * 100vw );
}
.action-overview-title-num span:nth-child(2) {
  position: relative;
  width: calc( 70 / 750 * 100vw );
  margin-top: calc( 40 / 750 * 100vw );
  padding-bottom: calc( 25 / 750 * 100vw );
}
.action-overview-title-num span:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 95%;
  height: calc( 2 / 750 * 100vw );
  background: #0396d6;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
}
.action-overview-title-main {
  width: calc( 593 / 750 * 100vw );
  margin-top: calc( 95 / 750 * 100vw );
}
.action-overview-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc( 90 / 750 * 100vw );
}
.action-overview-icon > * {
  width: calc( 100 / 750 * 100vw );
}
.action-overview-icon > *:not(:first-child) {
  margin-left: calc( 28 / 750 * 100vw );
}
.action-overview-contents {
  margin-top: calc( 100 / 750 * 100vw );
}
.action-overview-text {
  margin-top: calc( 70 / 750 * 100vw );
}
.action-overview-text-title {
  font-size: calc( 38 / 750 * 100vw );
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.03em;
}
.action-overview-text-title + p {
  margin-top: calc( 30 / 750 * 100vw );
  letter-spacing: -0.03em;
  line-height: 1.8;
}
.action-overview-check {
  margin-top: calc( 85 / 750 * 100vw );
}
.action-overview-check-title {
  font-size: calc( 38 / 750 * 100vw );
  font-weight: 400;
  text-align: center;
}
.action-overview-check table {
  width: 100%;
  margin-top: calc( 35 / 750 * 100vw );
  border-collapse: collapse;
}
.action-overview-check table tr:not(:first-child) th {
  border-top: calc( 18 / 750 * 100vw ) solid #fde8a6;
}
.action-overview-check table tr:nth-child(2) th {
  background: #00963a;
}
.action-overview-check table tr:nth-child(3) th {
  background: #f4a200;
}
.action-overview-check table tr th,
.action-overview-check table tr td {
  display: block;
  text-align: center;
}
.action-overview-check table tr th {
  padding: calc( 30 / 750 * 100vw );
  background: #003371;
  font-size: 0;
}
.action-overview-check table tr th img {
  height: calc( 35 / 750 * 100vw );
}
.action-overview-check table tr td {
  padding: calc( 15 / 750 * 100vw );
  background: #fff;
  font-size: calc( 50 / 750 * 100vw );
  font-weight: 100;
  line-height: 1;
}
.action-example {
  padding: calc( 100 / 750 * 100vw ) calc( 55 / 750 * 100vw ) calc( 120 / 750 * 100vw );
}
.action-example-title {
  font-size: calc( 38 / 750 * 100vw );
  font-weight: 400;
  text-align: center;
}
.action-example-contents {
  margin-top: calc( 68 / 750 * 100vw );
}
.action-example-contents + .action-example-contents {
  margin-top: calc( 100 / 750 * 100vw );
}
.action-example-text {
  margin-top: calc( 50 / 750 * 100vw );
}
.action-example-text-title {
  font-size: calc( 38 / 750 * 100vw );
  font-weight: 400;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
.action-example-text-title + p {
  margin-top: calc( 35 / 750 * 100vw );
  letter-spacing: -0.03em;
  line-height: 1.8;
}
.action-example-link {
  margin-top: calc( 140 / 750 * 100vw );
}
.action-example-link a {
  width: calc( 285 / 750 * 100vw );
  margin: 0 auto;
}
.action-other {
  padding: 0 calc( 55 / 750 * 100vw );
}
.action-other .p-action-item a {
  height: calc( 216 / 750 * 100vw );
}
.action-link {
  margin-top: calc( 140 / 750 * 100vw );
}

.dir02_action02 .action-overview {
  background: #f8cedb;
}
.dir02_action02 .action-overview-title-num span:nth-child(2) {
  width: calc( 85 / 750 * 100vw );
}
.dir02_action02 .action-overview-title-main {
  width: calc( 686 / 750 * 100vw );
}
.dir02_action02 .action-overview-title-main img {
  display: block;
  margin-left: calc( -20 / 750 * 100vw );
}
.dir02_action02 .action-overview-check table tr:not(:first-child) th {
  border-color: #f8cedb;
}

.dir02_action03 .action-overview {
  background: #a6e3ee;
}
.dir02_action03 .action-overview-title-num span:nth-child(2) {
  width: calc( 85 / 750 * 100vw );
}
.dir02_action03 .action-overview-title-main {
  width: calc( 621 / 750 * 100vw );
}
.dir02_action03 .action-overview-check table tr:not(:first-child) th {
  border-color: #a6e3ee;
}

.dir02_action04 .action-overview {
  background: #fbcbae;
}
.dir02_action04 .action-overview-title-num span:nth-child(2) {
  width: calc( 87 / 750 * 100vw );
}
.dir02_action04 .action-overview-title-main {
  width: calc( 500 / 750 * 100vw );
}
.dir02_action04 .action-overview-text-title {
  margin: 0 calc( -20 / 750 * 100vw );
}
.dir02_action04 .action-overview-check table tr:not(:first-child) th {
  border-color: #fbcbae;
}

.dir02_action05 .action-overview {
  background: #d7d8d8;
}
.dir02_action05 .action-overview-title-num span:nth-child(2) {
  width: calc( 85 / 750 * 100vw );
}
.dir02_action05 .action-overview-title-main {
  width: calc( 505 / 750 * 100vw );
}
.dir02_action05 .action-overview-text-title {
  margin: 0 calc( -20 / 750 * 100vw );
}
.dir02_action05 .action-overview-check table tr:not(:first-child) th {
  border-color: #d7d8d8;
}

.dir02_action06 .action-overview {
  background: #a6bcdb;
}
.dir02_action06 .action-overview-title-num span:nth-child(2) {
  width: calc( 87 / 750 * 100vw );
}
.dir02_action06 .action-overview-title-main {
  width: calc( 590 / 750 * 100vw );
}
.dir02_action06 .action-overview-text-title {
  margin: 0 calc( -20 / 750 * 100vw );
}
.dir02_action06 .action-overview-check table tr:not(:first-child) th {
  border-color: #a6bcdb;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
  .sm\:hidden {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .l-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .c-title.-underline {
    padding-bottom: 16px;
  }
  .c-title.-underline::after {
    left: calc(50% - 25px);
    width: 50px;
    height: 1px;
  }
  .c-link.-underline {
    padding-bottom: 20px;
  }
  .c-link.-underline::after {
    height: 2px;
  }
  .p-page-footer {
    padding: 120px 0 170px;
  }
  .p-page-footer-logo {
    width: 328px;
  }
  .p-banner {
    padding: 140px 40px 160px;
  }
  .p-banner-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -19px;
  }
  .p-banner-item {
    width: calc(50% - 38px);
  }
  .p-banner-item:nth-child(n) {
    margin: 0 19px;
  }
  .p-banner-item:nth-child(n+3) {
    margin-top: 38px;
  }
  .p-action-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-action-item {
    width: 50%;
  }
  .p-action-item:first-child a {
    background-image: url(/sdgs/image/bg_sdgs_01_lg.jpg);
  }
  .p-action-item:nth-child(2) a {
    background-image: url(/sdgs/image/bg_sdgs_02_lg.jpg);
  }
  .p-action-item:nth-child(3) a {
    background-image: url(/sdgs/image/bg_sdgs_03_lg.jpg);
  }
  .p-action-item:nth-child(4) a {
    background-image: url(/sdgs/image/bg_sdgs_04_lg.jpg);
  }
  .p-action-item:nth-child(5) a {
    background-image: url(/sdgs/image/bg_sdgs_05_lg.jpg);
  }
  .p-action-item:nth-child(6) a {
    background-image: url(/sdgs/image/bg_sdgs_06_lg.jpg);
  }
  .p-action-item a {
    height: 250px;
    padding-top: 10px;
  }
  .p-action-item-more {
    position: static;
    margin-top: 30px;
    padding: 0 20px 7px;
    border-width: 2px;
  }
  .p-action-item-more img {
    width: 21px;
  }
  .p-action-item-title img {
    height: 71px;
  }
  .p-action-item-icons {
    margin-top: 30px;
  }
  .p-action-item-icon {
    width: 42px;
  }
  .p-action-item-icon:not(:first-child) {
    margin-left: 12px;
  }
  .global-header {
    height: 90px;
  }
  .global-header-logo {
    left: 46px;
    width: 180px;
  }
  .global-header-inner {
    padding: 26px 32px 0 0;
  }
  .global-header-gnav-trigger {
    width: 50px;
    height: 50px;
  }
  .global-header-gnav-trigger span {
    width: 25px;
    height: 1px;
    margin-left: 12px;
  }
  .global-header-gnav-trigger span:nth-child(2) {
    width: 17px;
  }
  .global-header-gnav-trigger span + span {
    margin-top: 6px;
  }
  .global-nav-logo {
    top: 50px;
    left: calc(50% - 138px);
    width: 276px;
  }
  .global-nav-logo img {
    margin-left: -10px;
  }
  .global-nav-close {
    top: 26px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
  .global-nav-close span {
    width: 25px;
    height: 1px;
    margin-left: 12px;
  }
  .global-nav ul {
    padding-top: 30px;
  }
  .global-nav ul li + li {
    margin-top: 70px;
  }
  .global-nav ul li:first-child a {
    width: 278px;
  }
  /* .global-nav ul li:nth-child(2) a {
    width: 59px;
  } */
  .global-nav ul li:nth-child(2) a {
    width: 194px;
  }
  .global-nav ul li:nth-child(3) a {
    width: 171px;
  }
  .global-footer {
    max-width: 1200px;
    margin: 0 auto 30px;
  }
  .global-footer-logo {
    width: 440px;
  }
  .global-footer-copyright {
    margin-top: 40px;
    font-size: 1.8rem;
  }
  .top-visual {
    margin: -90px auto 0;
    background: url(/sdgs/image/bg_visual_01_lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .top-visual-text {
    padding: 20px 0 0;
  }
  .top-visual-logo {
    width: 364px;
  }
  .top-visual-scroll {
    bottom: 25px;
  }
  .top-visual-scroll span {
    width: 38px;
    padding-bottom: 40px;
  }
  .top-visual-scroll span::after {
    height: 28px;
  }
  .top-concept {
    padding: 104px 0;
    background-image: url(/sdgs/image/bg_concept_01_lg.jpg);
  }
  .top-concept-title {
    width: 377px;
  }
  .top-concept-title img {
    margin-left: -30px;
  }
  .top-concept-text {
    margin: 30px auto 0;
    padding: 0;
  }
  .top-concept-text-title {
    font-size: 2.4rem;
    line-height: 2.25;
  }
  .top-concept-text p {
    margin-top: 10px;
    line-height: 3;
  }
  .top-mission-message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 55px 5%;
  }
  .top-mission-message-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 15px 40px 0;
  }
  .top-mission-message-text p {
    margin-top: 40px;
    line-height: 1.62;
  }
  .top-mission-message-text p + p {
    margin-top: 25px;
  }
  .top-mission-message-title {
    position: static;
    font-size: 2.4rem;
    line-height: 2.25;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top-mission-message-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 400px;
  }
  .top-mission-action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-mission-action ul li {
    width: 33.33333%;
    height: 340px;
  }
  .top-mission-action ul li img {
    height: 120px;
  }
  .top-mission-action ul li:first-child {
    background-image: url(/sdgs/image/bg_mission_02_lg.jpg);
  }
  .top-mission-action ul li:nth-child(2) {
    background-image: url(/sdgs/image/bg_mission_03_lg.jpg);
  }
  .top-mission-action ul li:nth-child(3) {
    background-image: url(/sdgs/image/bg_mission_04_lg.jpg);
  }
  .top-movie {
    padding: 140px 80px 205px;
    background: url(/sdgs/image/bg_movie_01_lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .top-movie-title {
    width: 155px;
  }
  .top-movie-title img {
    margin-left: -30px;
  }
  .top-movie-body {
    margin-top: 68px;
  }
  .top-movie-link {
    margin-top: 70px;
  }
  .top-movie-link a {
    width: 167px;
  }
  .top-vision {
    padding: 96px 0 360px;
    background: url(/sdgs/image/bg_vision_01_lg.png) center bottom no-repeat;
    background-size: 100%;
  }
  .top-vision-title {
    width: 260px;
  }
  .top-vision-title img {
    margin-left: -20px;
  }
  .top-vision-text {
    margin: 50px auto 0;
    padding-left: 0;
  }
  .top-vision-text-title {
    padding-left: 65px;
    margin-right: -65px;
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .top-vision-text p {
    margin: 30px -65px 0 0;
    padding-left: 65px;
    line-height: 1.62;
  }
  .top-vision-text p + p {
    margin-top: 25px;
  }
  .top-vision-link {
    margin-top: 50px;
    padding-left: 70px;
  }
  .top-vision-link a {
    width: 170px;
    margin: 0;
  }
  .top-about {
    padding: 150px 5% 220px;
    background: url(/sdgs/image/bg_about_01_lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .top-about-title {
    width: 260px;
  }
  .top-about-title img {
    margin-left: -20px;
  }
  .top-about-contents {
    margin-top: 100px;
  }
  .top-about-image {
    width: 380px;
  }
  .top-about-text {
    margin-top: 80px;
  }
  .top-about-text p {
    line-height: 2.25;
  }
  .top-about-link {
    margin-top: 60px;
  }
  .top-about-link a {
    width: 170px;
    margin: 0;
  }
  .top-link {
    padding: 140px 40px;
  }
  .top-link-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
  .top-link-item {
    width: calc(50% - 40px);
  }
  .top-link-item:nth-child(n) {
    margin: 0 20px;
  }
  .top-link-item:nth-child(n+3) {
    margin-top: 40px;
  }
  .action-header {
    padding: 30px 0 50px;
  }
  .action-header-title-main {
    width: 262px;
  }
  .action-header-title-main img {
    margin-left: -30px;
  }
  .action-header-title-sub {
    margin-top: 25px;
    font-size: 1.4rem;
  }
  .action-overview {
    padding: 90px 60px 145px;
  }
  .action-overview-title-num span:first-child {
    width: 105px;
  }
  .action-overview-title-num span:nth-child(2) {
    width: 47px;
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .action-overview-title-num span:nth-child(2)::after {
    height: 1px;
  }
  .action-overview-title-main {
    width: 445px;
    margin-top: 70px;
  }
  .action-overview-icon {
    margin-top: 45px;
  }
  .action-overview-icon > * {
    width: 68px;
  }
  .action-overview-icon > *:not(:first-child) {
    margin-left: 20px;
  }
  .action-overview-contents {
    margin-top: 55px;
  }
  .action-overview-text {
    margin-top: 60px;
  }
  .action-overview-text-title {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  .action-overview-text-title + p {
    margin-top: 20px;
    line-height: 2.14;
    font-size: 1.6rem;
  }
  .action-overview-check {
    margin-top: 90px;
  }
  .action-overview-check-title {
    font-size: 2.3rem;
  }
  .action-overview-check table {
    width: 100%;
    margin-top: 30px;
  }
  .action-overview-check table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .action-overview-check table tr {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .action-overview-check table tr:nth-child(n) th {
    border: none;
  }
  .action-overview-check table tr:not(:first-child) {
    margin-left: 5px;
  }
  .action-overview-check table tr th {
    padding: 15px;
  }
  .action-overview-check table tr th img {
    height: 20px;
  }
  .action-overview-check table tr td {
    padding: 15px;
    font-size: 2.8rem;
  }
  .action-example {
    padding: 110px 60px 175px;
  }
  .action-example-title {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
  }
  .action-example-contents {
    margin-top: 110px;
  }
  .action-example-contents + .action-example-contents {
    margin-top: 70px;
  }
  .action-example-text {
    margin-top: 30px;
  }
  .action-example-text-title {
    font-size: 2.8rem;
  }
  .action-example-text-title + p {
    margin-top: 15px;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 1.6rem;
  }
  .action-example-image {
    width: 380px;
    margin: 0 auto;
  }
  .action-example-link {
    margin-top: 130px;
  }
  .action-example-link a {
    width: 170px;
  }
  .action-other {
    padding: 0 60px;
  }
  .action-other .p-action-item a {
    height: 210px;
  }
  .action-other .p-action-item-title img {
    height: 60px;
  }
  .action-other .p-action-item-icons {
    margin-top: 24px;
  }
  .action-other .p-action-item-icon {
    width: 35px;
  }
  .action-other .p-action-item-icon:not(:first-child) {
    margin-left: 10px;
  }
  .action-other .p-action-item-more {
    margin-top: 24px;
  }
  .action-link {
    margin-top: 100px;
  }
  .dir02_action02 .action-overview-title-num span:nth-child(2) {
    width: 57px;
  }
  .dir02_action02 .action-overview-title-main {
    width: 515px;
  }
  .dir02_action02 .action-overview-title-main img {
    margin-left: 0;
  }
  .dir02_action03 .action-overview-title-num span:nth-child(2) {
    width: 57px;
  }
  .dir02_action03 .action-overview-title-main {
    width: 466px;
  }
  .dir02_action04 .action-overview-title-num span:nth-child(2) {
    width: 58px;
  }
  .dir02_action04 .action-overview-title-main {
    width: 376px;
  }
  .dir02_action04 .action-overview-text-title {
    margin: 0;
  }
  .dir02_action05 .action-overview-title-num span:nth-child(2) {
    width: 57px;
  }
  .dir02_action05 .action-overview-title-main {
    width: 380px;
  }
  .dir02_action05 .action-overview-text-title {
    margin: 0;
  }
  .dir02_action05 .action-overview-text-title + p {
    padding: 0;
    text-align: center;
  }
  .dir02_action06 .action-overview-title-num span:nth-child(2) {
    width: 58px;
  }
  .dir02_action06 .action-overview-title-main {
    width: 440px;
  }
  .dir02_action06 .action-overview-text-title {
    margin: 0;
  }
  .dir02_action06 .action-overview-text-title + p {
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .md\:hidden {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .c-link.-underline::after {
    -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-link.-underline:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .p-banner {
    padding: 140px 180px 160px;
  }
  .global-nav ul li a:hover {
    opacity: 1;
  }
  .global-nav ul li a:hover img {
    opacity: 0;
  }
  .global-nav ul li a:hover::after {
    opacity: 1;
  }
  .top-mission-message {
    background: url(/sdgs/image/bg_mission_01_lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .top-mission-message-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-mission-message-text {
    margin: 0 -10px 0 0;
  }
  .top-about-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 155px;
  }
  .top-about-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 315px;
    margin-top: 10px;
  }
  .top-about-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 30px 0 0;
  }
  .top-link {
    padding: 136px 105px 110px;
  }
  .top-link-items {
    margin: 0 -45px;
  }
  .top-link-item {
    width: calc(50% - 90px);
  }
  .top-link-item:nth-child(n) {
    margin: 0 45px;
  }
  .top-link-item:nth-child(n+3) {
    margin-top: 78px;
  }
  .action-overview {
    padding: 90px 100px 145px;
  }
  .action-example {
    padding: 110px 90px 175px;
  }
  .action-example-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .action-example-contents:nth-of-type(even) .action-example-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .action-example-contents:nth-of-type(even) .action-example-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 85px 0 0;
  }
  .action-example-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 85px;
  }
  .action-example-text-title {
    text-align: left;
  }
  .action-other {
    padding: 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .top-mission-message-inner {
    padding: 55px 90px 55px 200px;
  }
  .top-about {
    padding: 150px 130px 220px;
  }
  .top-about-contents {
    padding-left: 20px;
  }
  .action-overview-text-title + p {
    padding: 0 80px;
  }
  .action-example-image {
    width: 450px;
  }
  .dir02_action01 .action-overview-text-title + p {
    padding: 0;
  }
  .dir02_action02 .action-example-text-title {
    letter-spacing: 0.05em;
  }
  .dir02_action02 .action-overview-text-title + p {
    padding: 0 120px;
  }
}

/* ==========================================================================
   プロジェクト固有上書き (TICKET-085 dev 対策)
   ==========================================================================
   移設元は <main> が <body> 直下で .top-visual に z-index:-1 を当てても
   背景が消えなかった (祖先にスタッキングコンテキストなし)。
   本プロジェクトは <main class="ly_main"> が .ly_container 内にあり、
   祖先構造が異なる。z-index:-1 が祖先突き抜けで背景消失する事故 (retro-008
   TICKET-079 同型) を回避するため、.top-visual の z-index を解除し、
   .ly_main 側で isolation: isolate にしてスタッキングを閉じる。 */
.ly_container[class*="dir_"] main .top-visual,
.ly_container .top-visual {
  z-index: auto;
}
.ly_container[class*="dir_"] main {
  isolation: isolate;
}
