@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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 */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* 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;
}

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

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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. */
}

/* 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: 0;
  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 */
}

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

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

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

legend {
  border: 0;
  /* 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 */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* 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] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

body.en {
  font-family: 'Inter', sans-serif;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-weight: 600;
  letter-spacing: normal;
  letter-spacing: normal;
}

body.en h1, body.en h2, body.en h3, body.en h4, body.en h5, body.en h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

em, i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="input"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-appearance: input;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff !important;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.14;
  padding: 15px 30px;
  transform: scale(1);
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
}

input[type="input"].error,
input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error {
  background-color: #ffb7b7;
  border-color: #d43b3b;
}

textarea {
  background-color: #fafafa;
  border: 1px solid rgba(150, 154, 155, 0.25);
  border-radius: 0;
  font-size: 1.4rem;
  height: 21em;
  line-height: 2;
  margin-top: 20px;
  padding: 15px 30px;
  transition: 200ms;
  width: 100%;
}

textarea:focus {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

textarea.error {
  border-color: #d43b3b;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-moz-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::placeholder {
  color: rgba(32, 32, 32, 0.5);
}

select {
  background-color: #F4F4F4;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  color: rgba(32, 32, 32, 0.5);
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 20px;
  padding: 15px 30px;
  width: 100%;
}

select:focus {
  outline: none;
}

/* SP style */
@media print, screen and (max-width: 979px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  body {
    font-size: 12px;
    line-height: 1.7;
  }
}

/* PC style */
@media print, screen and (min-width: 980px) {
  .sp {
    display: none !important;
  }
}

footer {
  position: relative;
  z-index: 1;
}

/* vender */
/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons
@font-face {
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
}
*/
/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* blocks */
/* --------------------
 * ArchiveContents
 * -------------------- */
.ArchiveContents {
  background-color: #f7f6f4;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

body.contribution .ArchiveContents {
  background-color: #f3f0f5;
}

body.lifestyle .ArchiveContents {
  background-color: #f5efeb;
}

body.education .ArchiveContents {
  background-color: #ebf0f5;
}

body.with-region .ArchiveContents {
  background-color: #f0f5f0;
}

body.art .ArchiveContents {
  background-color: #f5edef;
}

body.technology .ArchiveContents {
  background-color: #ebf4f5;
}

.ArchiveContents .ArchiveContents__inner {
  padding: 60px 20px 0px;
}

@media print, screen and (min-width: 980px) {
  .ArchiveContents {
    padding-bottom: 120px;
  }
  .ArchiveContents .ArchiveContents__inner {
    margin: 0 auto;
    max-width: 1310px;
    overflow: hidden;
    padding: 110px 25px 50px;
  }
}

/* --------------------
 * ArchiveTitle
 * -------------------- */
.ArchiveTitle {
  background-color: #f7f6f4;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  position: relative;
  z-index: 1;
}

body.contribution .ArchiveTitle {
  background-color: #f3f0f5;
}

body.lifestyle .ArchiveTitle {
  background-color: #f5efeb;
}

body.education .ArchiveTitle {
  background-color: #ebf0f5;
}

body.with-region .ArchiveTitle {
  background-color: #f0f5f0;
}

body.art .ArchiveTitle {
  background-color: #f5edef;
}

body.technology .ArchiveTitle {
  background-color: #ebf4f5;
}

.ArchiveTitle .ArchiveTitle__inner {
  padding: 0px 20px 55px;
}

.ArchiveTitle .ArchiveTitle__logobox {
  align-items: center;
  display: flex;
  height: 89px;
  justify-content: center;
  margin: 0 auto 20px;
  width: 89px;
}

.ArchiveTitle .ArchiveTitle__logobox.-contribution {
  background-color: #924db9;
}

.ArchiveTitle .ArchiveTitle__logobox.-contribution img {
  width: 44%;
}

.ArchiveTitle .ArchiveTitle__logobox.-lifestyle {
  background-color: #f08c41;
}

.ArchiveTitle .ArchiveTitle__logobox.-lifestyle img {
  width: 44%;
}

.ArchiveTitle .ArchiveTitle__logobox.-education {
  background-color: #007df0;
}

.ArchiveTitle .ArchiveTitle__logobox.-education img {
  width: 44%;
}

.ArchiveTitle .ArchiveTitle__logobox.-with-region {
  background-color: #1da71d;
}

.ArchiveTitle .ArchiveTitle__logobox.-with-region img {
  width: 44%;
}

.ArchiveTitle .ArchiveTitle__logobox.-art {
  background-color: #fa235a;
}

.ArchiveTitle .ArchiveTitle__logobox.-art img {
  width: 44%;
}

.ArchiveTitle .ArchiveTitle__logobox.-technology {
  background-color: #00c3cd;
}

.ArchiveTitle .ArchiveTitle__logobox.-technology img {
  width: 44%;
}

.ArchiveTitle .ArchiveTitle__logobox.-keywords {
  background-color: #fff;
}

.ArchiveTitle .ArchiveTitle__logobox.-keywords img {
  width: 50%;
}

.ArchiveTitle .ArchiveTitle__logobox.-archive {
  background-color: #fff;
}

.ArchiveTitle .ArchiveTitle__logobox.-archive img {
  width: 50%;
}

.ArchiveTitle .ArchiveTitle__logobox img {
  width: 100%;
}

.ArchiveTitle .ArchiveTitle__category {
  color: #333333;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  letter-spacing: 0.04em;
  line-height: 2.14286;
  margin-bottom: 4px;
  text-align: center;
}

body.with-region .ArchiveTitle .ArchiveTitle__category {
  color: #1da71d;
}

.ArchiveTitle .ArchiveTitle__title {
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.5;
  margin-bottom: 27px;
  text-align: center;
}

.ArchiveTitle .ArchiveTitle__text {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  font-size: 14px;
  line-height: 1.71429;
}

body.en .ArchiveTitle .ArchiveTitle__text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

@media print, screen and (min-width: 980px) {
  .ArchiveTitle .ArchiveTitle__inner {
    margin: 0 auto;
    max-width: 1310px;
    overflow: hidden;
    padding: 78px 25px 80px;
  }
  .ArchiveTitle .ArchiveTitle__wrap {
    display: flex;
  }
  .ArchiveTitle .ArchiveTitle__logobox {
    background-color: #1da71d;
    flex: 0 0 120px;
    height: 120px;
    margin: 0;
    margin-right: 40px;
    max-width: 120px;
    width: 120px;
  }
  .ArchiveTitle .ArchiveTitle__logobox.-archive {
    background-color: #fff;
  }
  .ArchiveTitle .ArchiveTitle__logobox.-archive img {
    width: 50%;
  }
  .ArchiveTitle .ArchiveTitle__category {
    line-height: 1;
    margin: 18px 0 0px;
    text-align: left;
  }
  .ArchiveTitle .ArchiveTitle__title {
    font-size: 36px;
    letter-spacing: -0.01em;
    line-height: 1.66667;
    margin-bottom: 0px;
    text-align: left;
  }
  body.keywords .ArchiveTitle .ArchiveTitle__title {
    letter-spacing: 0.07em;
  }
  .ArchiveTitle .ArchiveTitle__text {
    line-height: 2.28571;
  }
}

/* --------------------
 * SDGs Target
 * -------------------- */
.sdgs.sdgs1 .sdgsColor {
  background-color: #e4011e;
}
.sdgs.sdgs2 .sdgsColor {
  background-color: #e0a300;
}
.sdgs.sdgs3 .sdgsColor {
  background-color: #1b973a;
}
.sdgs.sdgs4 .sdgsColor {
  background-color: #c50d28;
}
.sdgs.sdgs5 .sdgsColor {
  background-color: #e83418;
}
.sdgs.sdgs6 .sdgsColor {
  background-color: #00aade;
}
.sdgs.sdgs7 .sdgsColor {
  background-color: #ffba00;
}
.sdgs.sdgs8 .sdgsColor {
  background-color: #970a31;
}
.sdgs.sdgs9 .sdgsColor {
  background-color: #ec6a05;
}
.sdgs.sdgs10 .sdgsColor {
  background-color: #dc087b;
}
.sdgs.sdgs11 .sdgsColor {
  background-color: #f5a20a;
}
.sdgs.sdgs12 .sdgsColor {
  background-color: #d39205;
}
.sdgs.sdgs13 .sdgsColor {
  background-color: #407936;
}
.sdgs.sdgs14 .sdgsColor {
  background-color: #0077c0;
}
.sdgs.sdgs15 .sdgsColor {
  background-color: #28a838;
}
.sdgs.sdgs16 .sdgsColor {
  background-color: #004c88;
}
.sdgs.sdgs17 .sdgsColor {
  background-color: #023067;
}

#ArticleListAnchor {
	margin: 0 0 -28px 0;
}
#ArticleListAnchor li {
	display: flex;
	justify-content: center;
	padding: 15px 0 0 0;
}
#ArticleListAnchor a {
	position: relative;
	display: flex;
	align-items: center;
	height: 42px;
	padding: 0 15px;
	border-radius: 21px;
}
#ArticleListAnchor a::before {
	position: absolute;
	display: block;
	content: '';
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: 40px;
  background: #fff;
	border-radius: 20px;
}
#ArticleListAnchor a strong {
	position: relative;
	line-height: 1.4;
	font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
}
#ArticleListAnchor a span {
	position: relative;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	margin: 0 0 0 8px;
	border-radius: 100px;
}
#ArticleListAnchor a span::after {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	-webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%23fff" d="M.05,7.91,3.05,4l6,6,6-6L18,7.91,9.05,16Z"/></svg>');
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%23fff" d="M.05,7.91,3.05,4l6,6,6-6L18,7.91,9.05,16Z"/></svg>');
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
  background-color: #fff;
}
@media (min-width: 360px) and (max-width: 979px) {
	#ArticleListAnchor a strong {
		font-size: 13px;
		white-space: nowrap;
	}
}
#sdgsTragetList.ArchiveContents {
  padding-bottom: 70px;
}
#sdgsTragetList.-sdgs2,
#sdgsTragetList.-sdgs6,
#sdgsTragetList.-sdgs7,
#sdgsTragetList.-sdgs14 {
  padding-bottom: 100px;
}
#sdgsTragetList h2,
.sdgs #ArchiveContentsArticleList h2 {
	display: inline flex;
	align-items: center;
	min-height: 3.4em;
	padding: 0.5em 20px;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	border-radius: 6px;
	font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
}
#sdgsTragetList h2 {
	margin: 0 0 40px 0;
}
.sdgs #ArchiveContentsArticleList h2 {
	margin: 0 0 80px;
}
.sdgs #ArchiveContentsArticleList h2 > span > span {
	display: inline-block;
}
@media (max-width: 768px) {
	#sdgsTragetList h2 {
		width: 100%;
	}
	.sdgs #ArchiveContentsArticleList h2 {
		width: 100%;
		margin: 0 0 60px;
	}
}
@media print, screen and (min-width: 980px) {
	#ArticleListAnchor {
		margin: 0 0 -61px 0;
	}
	#ArticleListAnchor li {
		justify-content: flex-start;
	}

	#ArticleListAnchor a {
		padding: 0 20px;
	}
	#ArticleListAnchor a:hover {
		color: #fff;
	}
	#ArticleListAnchor a:hover::before {
		background: transparent;
	}
	#ArticleListAnchor a span {
		width: 24px;
		height: 24px;
		margin: 0 0 0 10px;
	}
	#ArticleListAnchor a:hover span {
		border: solid 1px #fff;
	}
	#ArticleListAnchor a span::after {
		width: 14px;
		height: 14px;
	}

  #sdgsTragetList.ArchiveContents {
    padding-bottom: 0;
  }
	#sdgsTragetList.-sdgs2,
	#sdgsTragetList.-sdgs6,
	#sdgsTragetList.-sdgs7,
	#sdgsTragetList.-sdgs14 {
	  padding-bottom: 60px;
	}
  #sdgsTragetList .ArchiveContents__inner {
    padding: 70px 25px 70px;
  }
  .sdgs #ArchiveContentsArticleList .ArchiveContents__inner {
    padding: 70px 25px 50px;
  }

	#sdgsTragetList h2,
	.sdgs #ArchiveContentsArticleList h2 {
		min-height: 3.0em;
		font-size: 24px;
	}
	.sdgs #ArchiveContentsArticleList h2 {
		margin: 0 0 100px;
	}
}


/* --------------------
 * 目標のターゲットリスト
 * -------------------- */
.sdgs_tragets {
  display: flex;
	flex-wrap: wrap;
	font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
.sdgs_tragets dt {
	width: 3.4em;
	flex-shrink: 0;
	padding: .9em 0 0 0.4em;
	font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
}
.ArchiveContents .sdgs_ovr10_tragets dt {
	padding: .9em 0 0 0;
}
.ArchiveContents #sdg17_tragets .sdgs_tragets dt {
	padding: .9em 0 0 0;
}
.ArchiveContents #sdg17_tragets > dt {
	padding: 1.2em 0 0.4em 0;
	font-size: 14px;
	font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
}
.sdgs_tragets dd {
	position: relative;
	width: calc(100% - 3.4em);
	padding: .9em .5em .9em 0;
}
.sdgs_tragets dd:first-of-type::before,
.sdgs_tragets dd::after {
	position: absolute;
	content: '';
	left: -3.4em;
	width: calc(100% + 3.4em);
	height: 1px;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
.sdgs_tragets dd::after {
	bottom: 0;
}
.sdgs_tragets dd:first-of-type::before {
	top: 0;
}
.sdgs_tragets span {
	display: inline-block;
}
.sdgs_tragets em {
	position: relative;
	display: inline-block;
}
.sdgs_tragets p span {
	font-size: 12px;
	transform: translate(0,-0.4em);
}
.sdgs_tragets dd i {
	display: block;
	padding: 10px 0 0 15px;
	font-size: 13px;
}
.sdgs_tragets i span {
	display: inline-block;
	font-size: 12px;
	text-indent: -15px;
}
.sdgs_tragets em::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 1px;
  background-image: linear-gradient(to right, #0070cd, #0070cd 2px, transparent 2px, transparent 4px);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
.sdgs_tragets sup {
	top: -0.4em;
	margin: 0 0.5em 0 0;
	font-size: 12px;
	color: #0070cd;
}
.sdgs_sup {
	padding: 15px 0 0 0;
	font-size: 13px;
	line-height: 1.6;
	font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
	counter-reset: sup;
}
.sdgs_sup li {
	display: flex;
	counter-increment: sup;
	padding: 0.5em 0 0 0;
}
.sdgs_sup li::before {
	content: '※'counter(sup);
	flex-shrink: 0;
	padding: 0.05em 0.5em 0 0;
	font-size: 12px;
	color: #0070cd;
	white-space: nowrap;
}
.sdgs_sup p {
	display: inline;
}
.sdgs_sup span {
	display: inline;
}
.sdgs_sup span::before {
	content: '（出典：';
}
.sdgs_sup span::after {
	content: '）';
}
.sdgs_sup a {
	text-decoration: underline;
}

@media print, screen and (min-width: 980px) {
	.sdgs_tragets {
		font-size: 16px;
	}
	.sdgs_tragets dt {
		width: 4.5em;
		padding: .9em 0 0 1.1em;
	}
	.ArchiveContents .sdgs_ovr10_tragets dt {
		padding: .9em 0 0 0.7em;
	}
	.ArchiveContents #sdg17_tragets .sdgs_tragets dt {
		padding: .9em 0 0 0.5em;
	}
	.ArchiveContents #sdg17_tragets > dt {
		font-size: 16px;
		padding: 1.2em 0 0.4em 0.4em;
	}
	.sdgs_tragets dd {
		width: calc(100% - 4.5em);
		padding: .9em 1em .9em 0;
	}
	.sdgs_tragets dd:first-of-type::before,
	.sdgs_tragets dd::after {
		left: -4.5em;
		width: calc(100% + 4.5em);
	}
	.sdgs_sup {
		font-size: 14px;
		line-height: 1.5;
	}
	.sdgs_sup li {
		padding: 0.5em 0 0 5.14em;
	}
	.sdgs_sup li::before {
		padding: 0.11em 0.5em 0 0;
	}
}


/* --------------------
 * Article
 * -------------------- */
.Article {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  position: relative;
  z-index: 1;
}

body.contribution .Article {
  background-color: #f3f0f5;
}

body.lifestyle .Article {
  background-color: #f5efeb;
}

body.education .Article {
  background-color: #ebf0f5;
}

body.with-region .Article {
  background-color: #f0f5f0;
}

body.art .Article {
  background-color: #f5edef;
}

body.technology .Article {
  background-color: #ebf4f5;
}

body.person .Article {
  background-color: #f7f6f4;
}

.Article .Article__inner {
  padding: 55px 20px 100px;
}

.Article img {
  width: 100%;
}

.Article .Article__category {
  align-items: center;
  display: flex;
  margin-bottom: 45px;
}

.Article .Article__category a {
  display: block;
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 2;
  padding-left: 15px;
  position: relative;
}

.Article .Article__category a:before {
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 6px;
}

body.contribution .Article .Article__category a:before {
  background-color: #924db9;
}

body.lifestyle .Article .Article__category a:before {
  background-color: #f08c41;
}

body.education .Article .Article__category a:before {
  background-color: #007df0;
}

body.with-region .Article .Article__category a:before {
  background-color: #1da71d;
}

body.art .Article .Article__category a:before {
  background-color: #fa235a;
}

body.technology .Article .Article__category a:before {
  background-color: #00c3cd;
}

body.person .Article .Article__category a:before {
  background-color: #333;
}

.Article .Article__category .articleDate {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  margin-left: 18px;
  padding-top: 2px;
}

body.contribution .Article .Article__category .articleDate {
  color: #924db9;
}

body.lifestyle .Article .Article__category .articleDate {
  color: #f08c41;
}

body.education .Article .Article__category .articleDate {
  color: #007df0;
}

body.with-region .Article .Article__category .articleDate {
  color: #1da71d;
}

body.art .Article .Article__category .articleDate {
  color: #fa235a;
}

body.technology .Article .Article__category .articleDate {
  color: #00c3cd;
}

.Article .Article__share {
  margin-top: 50px;
}

.Article .Article__shareTitle {
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 0 0 20px 0px;
  text-align: center;
}

.Article .social ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.Article .social ul li {
  margin: 0 10px;
  width: 40px;
}

.Article .social ul li a {
  display: block;
}

.Article .social ul li a:hover {
  opacity: .8;
  transition: all 200ms;
}

.Article .social ul li a img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

.Article .Article__like {
  margin: 50px 0 50px;
}

.fb-like {
/*.fb-share-button {*/
	display: none !important;
}

@media print, screen and (min-width: 980px) {
	.Article .Article__like.sp {
		display: block !important;
		margin: 0;
		width: 0;
		overflow: hidden;
	}
}
@media screen and (max-width: 979px) {
	.Article .Article__like.pc {
		display: block !important;
		margin: 0;
		height: 0;
		overflow: hidden;
	}
}

.Article .Article__likeInner {
  margin: 0 auto;
  width: auto;
	text-align: center;
}

@media print, screen and (min-width: 980px) {
  .Article .Article__inner {
    display: flex;
    margin: 0 auto;
    max-width: 1310px;
    padding: 160px 25px 50px;
  }
  .Article .Article__bar {
    flex: 0 0 110px;
    max-width: 110px;
  }
  .Article .Article__barWrap {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    z-index: 1;
  }
  .Article .Article__contents {
    flex: 1 1 auto;
    max-width: 1150px;
  }
  .Article .Article__category {
    padding-left: 11px;
  }
  .Article .Article__category a {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 28px 0 0 0px;
    position: relative;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
		font-feature-settings: normal;
  }
  .Article .Article__category a:before {
    border-radius: 50%;
    height: 8px;
    left: 5px;
    position: absolute;
    top: 0;
    width: 8px;
  }
  body.contribution .Article .Article__category a:before {
    background-color: #924db9;
  }
  body.lifestyle .Article .Article__category a:before {
    background-color: #f08c41;
  }
  body.education .Article .Article__category a:before {
    background-color: #007df0;
  }
  body.with-region .Article .Article__category a:before {
    background-color: #1da71d;
  }
  body.art .Article .Article__category a:before {
    background-color: #fa235a;
  }
  body.technology .Article .Article__category a:before {
    background-color: #00c3cd;
  }
  .Article .Article__category a:hover:before {
    height: 12px;
    left: 4px;
    top: -2px;
    transition: all 200ms;
    width: 12px;
  }
  .Article .Article__share {
    display: block;
    margin-top: 300px;
  }
  body.en .Article .Article__share {
    margin-top: 180px;
  }
  .Article .Article__shareTitle {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 0 0 20px 14px;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
		font-feature-settings: normal;
  }
  .Article .social ul {
    display: block;
    flex-direction: inherit;
  }
  .Article .social ul li {
    margin: 0px;
    width: 40px;
  }
  .Article .social ul li a {
    display: block;
  }
  .Article .social ul li a:hover {
    opacity: .8;
    transition: all 200ms;
  }
  .Article .social ul li a img {
    width: 100%;
  }
  .Article .Article__like {
    margin: 0px 0 0px;
    padding-bottom: 150px;
  }
}

/* --------------------
 * ArticleArchive
 * -------------------- */
.ArticleArchive {
  background-color: #f7f6f4;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  padding-bottom: 1px;
  position: relative;
  z-index: 1;
}

.ArticleArchive.-articlePage {
  padding-bottom: 45px;
}

body.contribution .ArticleArchive {
  background-color: #f3f0f5;
}

body.lifestyle .ArticleArchive {
  background-color: #f5efeb;
}

body.education .ArticleArchive {
  background-color: #ebf0f5;
}

body.with-region .ArticleArchive {
  background-color: #f0f5f0;
}

body.art .ArticleArchive {
  background-color: #f5edef;
}

body.technology .ArticleArchive {
  background-color: #ebf4f5;
}

.ArticleArchive .ArticleArchive__inner {
  padding: 60px 20px 0px;
}

@media print, screen and (min-width: 980px) {
  .ArticleArchive {
    padding-bottom: 1px;
  }
  .ArticleArchive .ArticleArchive__inner {
		position: relative;
    margin: 0 auto;
    max-width: 1310px;
    padding: 110px 25px 50px;
  }
}

/* --------------------
 * ArticleContents
 * -------------------- */
.ArticleContents h1 {
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 1.33333;
  margin-bottom: 20px;
}

.ArticleContents .seriesTitle {
  font-size: 10px;
  line-height: 3.2;
  margin-bottom: 2px;
}

.ArticleContents .ArticleContents__sgdsWrap {
  overflow-x: scroll;
  position: relative;
  z-index: 1;
}

.ArticleContents .ArticleContents__sgdsWrapInner {
  padding-left: 20px;
  position: relative;
}

.ArticleContents .articleParts {
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
}

.ArticleContents .articleParts__sdgs {
  display: flex;
  justify-content: flex-start;
}

.ArticleContents .articleParts__sdgs span {
  padding-right: 10px;
  white-space: nowrap;
}

.ArticleContents .articleParts__sdgs span:last-child {
  padding-right: 20px;
}

.ArticleContents .articleParts__sdgs span a {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 6px;
  display: inline-block;
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  padding: 12px 15px 12px 36px;
  position: relative;
}

.ArticleContents .articleParts__sdgs span a:before {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #333;
  content: '\FF0B';
  display: flex;
  font-size: 18px;
  height: 30px;
  justify-content: center;
  left: 5px;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  width: 30px;
}

body.en .ArticleContents .articleParts__sdgs span a {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.ArticleContents .articleParts__sdgs span.-sdgs1 a:before {
  background-color: #e4011e;
  color: #fff;
  content: "1";
}

.ArticleContents .articleParts__sdgs span.-sdgs2 a:before {
  background-color: #e0a300;
  color: #fff;
  content: "2";
}

.ArticleContents .articleParts__sdgs span.-sdgs3 a:before {
  background-color: #1b973a;
  color: #fff;
  content: "3";
}

.ArticleContents .articleParts__sdgs span.-sdgs4 a:before {
  background-color: #c50d28;
  color: #fff;
  content: "4";
}

.ArticleContents .articleParts__sdgs span.-sdgs5 a:before {
  background-color: #e83418;
  color: #fff;
  content: "5";
}

.ArticleContents .articleParts__sdgs span.-sdgs6 a:before {
  background-color: #00aade;
  color: #fff;
  content: "6";
}

.ArticleContents .articleParts__sdgs span.-sdgs7 a:before {
  background-color: #ffba00;
  color: #fff;
  content: "7";
}

.ArticleContents .articleParts__sdgs span.-sdgs8 a:before {
  background-color: #970a31;
  color: #fff;
  content: "8";
}

.ArticleContents .articleParts__sdgs span.-sdgs9 a:before {
  background-color: #ec6a05;
  color: #fff;
  content: "9";
}

.ArticleContents .articleParts__sdgs span.-sdgs10 a:before {
  background-color: #dc087b;
  color: #fff;
  content: "10";
}

.ArticleContents .articleParts__sdgs span.-sdgs11 a:before {
  background-color: #f5a20a;
  color: #fff;
  content: "11";
}

.ArticleContents .articleParts__sdgs span.-sdgs12 a:before {
  background-color: #d39205;
  color: #fff;
  content: "12";
}

.ArticleContents .articleParts__sdgs span.-sdgs13 a:before {
  background-color: #407936;
  color: #fff;
  content: "13";
}

.ArticleContents .articleParts__sdgs span.-sdgs14 a:before {
  background-color: #0077c0;
  color: #fff;
  content: "14";
}

.ArticleContents .articleParts__sdgs span.-sdgs15 a:before {
  background-color: #28a838;
  color: #fff;
  content: "15";
}

.ArticleContents .articleParts__sdgs span.-sdgs16 a:before {
  background-color: #004c88;
  color: #fff;
  content: "16";
}

.ArticleContents .articleParts__sdgs span.-sdgs17 a:before {
  background-color: #023067;
  color: #fff;
  content: "17";
}

.ArticleContents .articleReadText {
  background-color: #fff;
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  margin-bottom: 40px;
  overflow-wrap: break-word;
  padding: 25px 26px;
}

body.en .ArticleContents .articleReadText {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

body.contribution .ArticleContents .articleReadText {
  border-left: 4px solid #924db9;
}

body.lifestyle .ArticleContents .articleReadText {
  border-left: 4px solid #f08c41;
}

body.education .ArticleContents .articleReadText {
  border-left: 4px solid #007df0;
}

body.with-region .ArticleContents .articleReadText {
  border-left: 2px solid #1da71d;
}

body.art .ArticleContents .articleReadText {
  border-left: 4px solid #fa235a;
}

body.technology .ArticleContents .articleReadText {
  border-left: 4px solid #00c3cd;
}

body.person .ArticleContents .articleReadText {
  border-left: 4px solid #333;
}

.ArticleContents .articleReadText p {
  font-size: 14px;
  line-height: 1.71429;
}

.ArticleContents .articleReadText .text {
  margin-bottom: 1em;
}

.ArticleContents .articleReadText .text small {
  display: inline-block;
	margin-top: 1em;
}

.ArticleContents .articlePersonText {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 25px 26px;
}

.ArticleContents .articlePersonText h3 {
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 20px;
}

.ArticleContents .articlePersonText p {
  font-size: 12px;
  line-height: 1.66667;
}

.ArticleContents .articleMainVisual {
	position: relative;
  margin-bottom: 20px;
  margin-left: -30px;
  margin-right: -30px;
}

.ArticleContents .articleMainVisual img {
  vertical-align: top;
}

body.person .ArticleContents .articleMainVisual {
  margin-left: 0px;
  margin-right: 0px;
}

.ArticleContents .articleMainVisual .credit {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
	display: block;
	padding: 0 20px;
	font-size: 10px;
	text-align: right;
}

.ArticleContents .articleContent h2 {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  font-size: 24px;
  line-height: 1.33333;
  margin-bottom: 33px;
  margin-top: 55px;
  padding-bottom: 35px;
  position: relative;
}

.ArticleContents .articleContent p {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 27px;
}

body.en .ArticleContents .articleContent p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.ArticleContents .articleContent p small {
  display: block;
  font-size: 12px;
  line-height: 1.66667;
}

.ArticleContents .articleContent p a {
  word-break: break-word;
}

.ArticleContents .articleContent .underline,
.ArticleContents .articleContent .icon_blank {
	text-decoration: underline;
}

.ArticleContents .articleContent .icon_blank:after {
	display: inline-block;
  content: '';
  height: 12px;
  width: 12px;
	margin:0 0 0 4px;
  background-image: url("../images/common/icon_blank_black.svg");
	vertical-align:-1px;
}

.ArticleContents .articleContent figure {
  margin-bottom: 40px;
}
.ArticleContents .articleContent figure img {
  vertical-align: top;
}
.ArticleContents .articleContent figure .bg_white {
	background: #fff;
}
.ArticleContents .articleContent figure .bg_white img {
  display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.ArticleContents .articleContent figcaption {
  background-color: #fff;
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  font-size: 12px;
  line-height: 1.66667;
  overflow-wrap: break-word;
  padding: 25px 26px;
}
.ArticleContents .articleContent figcaption a {
  text-decoration: underline;
}

.ArticleContents .articleContent figure .credit_z {
	position: relative;
}

.ArticleContents .articleContent figure .credit_z img {
	position: relative;
}

.ArticleContents .articleContent figure .credit_z a {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	font-size: 10px;
}

.ArticleContents .articleContent figure .credit {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
	display: block;
	padding: 0 10px;
	font-size: 10px;
	text-align: right;
}

body.en .ArticleContents .articleContent figcaption {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

body.contribution .ArticleContents .articleContent figcaption {
  border-left: 4px solid #924db9;
}

body.lifestyle .ArticleContents .articleContent figcaption {
  border-left: 4px solid #f08c41;
}

body.education .ArticleContents .articleContent figcaption {
  border-left: 4px solid #007df0;
}

body.with-region .ArticleContents .articleContent figcaption {
  border-left: 2px solid #1da71d;
}

body.art .ArticleContents .articleContent figcaption {
  border-left: 4px solid #fa235a;
}

body.technology .ArticleContents .articleContent figcaption {
  border-left: 4px solid #00c3cd;
}

body.person .ArticleContents .articleContent figcaption {
  border-left: 4px solid #333;
}

.ArticleContents .articleContent .note {
  margin-top: 25px;
}

.ArticleContents .articleContent .note p {
  font-size: 12px;
  line-height: 1.71429;
}

.ArticleContents .bold {
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
}
body.contribution .ArticleContents .bold {
  color: #924db9;
}
body.lifestyle .ArticleContents .bold {
  color: #f08c41;
}
body.education .ArticleContents .bold {
  color: #007df0;
}
body.with-region .ArticleContents .bold {
  color: #1da71d;
}
body.art .ArticleContents .bold {
  color: #fa235a;
}
body.technology .ArticleContents .bold {
  color: #00c3cd;
}

.ArticleContents .userLink04 {
  background-color: #fff;
  margin-top: 50px;
}

.ArticleContents .userLink04 h3 {
  font-size: 14px;
  line-height: 1.71429;
  padding-left: 15px;
	margin-bottom: 15px;
  position: relative;
}

.ArticleContents .userLink04 h3:before {
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 0px;
  position: absolute;
  top: 9px;
  width: 6px;
}

body.contribution .ArticleContents .userLink04 h3:before {
  background-color: #924db9;
}

body.lifestyle .ArticleContents .userLink04 h3:before {
  background-color: #f08c41;
}

body.education .ArticleContents .userLink04 h3:before {
  background-color: #007df0;
}

body.with-region .ArticleContents .userLink04 h3:before {
  background-color: #1da71d;
}

body.art .ArticleContents .userLink04 h3:before {
  background-color: #fa235a;
}

body.technology .ArticleContents .userLink04 h3:before {
  background-color: #00c3cd;
}

.ArticleContents .userLink04 .wrapper {
  padding: 25px 30px;
  position: relative;
}

.ArticleContents .userLink04 .wrapper:after {
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

body.contribution .ArticleContents .userLink04 .wrapper:after {
  background-color: #f3f0f5;
}

body.lifestyle .ArticleContents .userLink04 .wrapper:after {
  background-color: #f5efeb;
}

body.education .ArticleContents .userLink04 .wrapper:after {
  background-color: #ebf0f5;
}

body.with-region .ArticleContents .userLink04 .wrapper:after {
  background-color: #f0f5f0;
}

body.art .ArticleContents .userLink04 .wrapper:after {
  background-color: #f5edef;
}

body.technology .ArticleContents .userLink04 .wrapper:after {
  background-color: #ebf4f5;
}

.ArticleContents .userLink04 .wrapper a {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  text-decoration: underline;
  word-break: break-all;
}

body.en .ArticleContents .userLink04 .wrapper a {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.ArticleContents .userLink04 .wrapper img {
  height: auto;
}

.ArticleContents .userLink04 .wrapper p {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
}

body.en .ArticleContents .userLink04 .wrapper p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.ArticleContents .userLink04 .wrapper ul li {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
}

body.en .ArticleContents .userLink04 .wrapper ul li {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.ArticleContents .userLink04 .Inner figure {
  margin: 0px 0 0px auto;
  width: 45%;
}
.ArticleContents .userLink04-2 .Inner figure {
  margin: 15px 0 0 0;
  width: 180px;
}

.ArticleContents .userLink04 .Inner figure img {
  max-width: 100%;
}

.ArticleContents .userLink04 .Inner .InnerText {
  margin-top: 20px;
}

.ArticleContents .userLink04 dl.InnerText > div {
  padding: 10px 0;
}

.ArticleContents .userLink04-2 .InnerText dt {
  font-size: 13px;
  margin-bottom: 0.5em;
}

.ArticleContents .userLink04-2 .InnerText dd b {
  display: block;
  margin-bottom: 0.5em;
	font-weight: inherit;
}

.ArticleContents .userLink04-2 .InnerText dd b span {
  display: inline-block;
}

.ArticleContents .userLink04txtOnly h4 {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  font-size: 14px;
}

.ArticleContents .userLink04txtOnly .InnerText dt {
  font-size: 13px;
	margin-top: 1em;
  margin-bottom: 0.5em;
}

.ArticleContents .userLink04txtOnly .InnerText dt span {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  display: inline-block;
}

.ArticleContents .userLink04 .Inner p {
  font-size: 12px;
  line-height: 1.66667;
}

.ArticleContents .userLink04 .Inner p a {
  overflow-wrap: break-word;
  text-decoration: underline;
}

.ArticleContents .userLink04 .Inner p br.spOnly {
  display: block;
}

.ArticleContents .userLink04 .Inner p br.pcOnly {
  display: none;
}

.ArticleContents .userLink2set ul {
  display: flex;
}
.ArticleContents .userLink2set li {
  margin: 0 0 20px 0;
  max-width: 180px;
}
.ArticleContents .userLink2set ul li:not(:last-child) {
  margin: 0 min(4vw,25px) 20px 0;
}
.ArticleContents .userLink2set li img {
  max-width: 100%;
	height: auto;
}
.ArticleContents .userLink2set li span {
  font-size: 13px;
  margin-bottom: 0.5em;
}
.ArticleContents .userLink2set p b {
  display: block;
  margin-bottom: 0.5em;
	font-weight: inherit;
}

.ArticleContents hr {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  height: 3px;
  margin-bottom: 21px;
}

@media print, screen and (min-width: 768px) {
  .ArticleContents .articleContent h2 .ib {
		display: inline-block;
  }
}
@media print, screen and (min-width: 980px) {
  .ArticleContents .articleDate {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 15px;
  }
  body.contribution .ArticleContents .articleDate {
    color: #924db9;
  }
  body.lifestyle .ArticleContents .articleDate {
    color: #f08c41;
  }
  body.education .ArticleContents .articleDate {
    color: #007df0;
  }
  body.with-region .ArticleContents .articleDate {
    color: #1da71d;
  }
  body.art .ArticleContents .articleDate {
    color: #fa235a;
  }
  body.technology .ArticleContents .articleDate {
    color: #00c3cd;
  }
  .ArticleContents h1 {
    font-size: 48px;
    letter-spacing: 0.04em;
    line-height: 1.25;
    margin-bottom: 30px;
  }
  .ArticleContents .seriesTitle {
    font-size: 14px;
    line-height: 1.4;
    margin: 25px 0px 8px;
  }
  .ArticleContents .ArticleContents__sgdsWrap {
    overflow-x: visible;
  }
  .ArticleContents .ArticleContents__sgdsWrapInner {
    padding-right: 0px;
    padding-right: 0;
  }
  .ArticleContents .articleParts {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .ArticleContents .articleParts__sdgs {
    flex-wrap: wrap;
    width: 100%;
  }
  .ArticleContents .articleParts__sdgs span {
    margin-bottom: 10px;
  }
  .ArticleContents .articleParts__sdgs span:last-child {
    padding-right: 10px;
  }
  .ArticleContents .articleParts__sdgs span a {
    border-radius: 12px;
    font-size: 14px;
    padding: 15px 18px 15px 45px;
  }
  .ArticleContents .articleParts__sdgs span a:before {
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
  .ArticleContents .articleParts__sdgs span a:hover {
    border: 1px solid #333;
    transition: all 200ms;
  }
  .ArticleContents .articleParts__sdgs span a:hover:before {
    height: 48px;
    left: 1px;
    transition: all 200ms;
    width: 48px;
  }
  .ArticleContents .articleText {
    margin: 0 105px;
  }
  .ArticleContents .articleReadText {
    margin: 0 105px;
    margin-bottom: 120px;
    padding: 50px 55px;
  }
  .ArticleContents .articleReadText p {
    font-size: 18px;
    line-height: 2;
  }
  body.person .ArticleContents .articleReadText {
    margin-bottom: 60px;
  }
  .ArticleContents .articlePersonText {
    margin: 0 105px 40px;
    padding: 50px 55px 55px;
  }
  .ArticleContents .articlePersonText h3 {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .ArticleContents .articlePersonText p {
    font-size: 14px;
    line-height: 1.71429;
  }
  .ArticleContents .articleMainVisual {
    margin-left: 0px;
    margin-right: 0px;
  }
	.ArticleContents .articleMainVisual .credit {
		padding: 2px 10px 0;
		font-size: 12px;
	}
  body.person .ArticleContents .articleMainVisual {
    margin: 0px 105px;
  }
  .ArticleContents .articleBodyInner {
    margin: 0 105px;
  }
  .ArticleContents .articleContent h2 {
    font-size: 36px;
    line-height: 1.33333;
    margin-bottom: 50px;
    margin-top: 112px;
    padding-bottom: 53px;
  }
  .ArticleContents .articleContent p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 38px;
  }
  .ArticleContents .articleContent p small {
    font-size: 18px;
  }
  .ArticleContents .articleContent .text small {
    font-size: 17px;
    line-height: 2;
  }
  .ArticleContents .articleContent .text small {
    font-size: 16px;
  }
  .ArticleContents .articleContent figure {
    margin-bottom: 70px;
    margin-top: 68px;
  }
  .ArticleContents .articleContent figcaption {
    font-size: 14px;
    line-height: 1.71429;
    padding: 55px 55px;
  }
	.ArticleContents .articleContent figure .credit_z a {
		padding: 0 15px 5px;
		font-size: 12px;
	}
	.ArticleContents .articleContent figure .credit {
		padding: 2px 10px 0;
		font-size: 12px;
	}
  .ArticleContents .articleContent .note {
    margin-top: 55px;
  }
  .ArticleContents .articleContent .note p {
    font-size: 14px;
  }
  .ArticleContents .userLink04 {
    margin-top: 68px;
  }
  .ArticleContents .userLink04 h3 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 18px;
  }
  .ArticleContents .userLink04 h3:before {
    height: 8px;
    top: 11px;
    width: 8px;
  }
  .ArticleContents .userLink04 .wrapper {
    padding: 52px 60px;
  }
  .ArticleContents .userLink04 .Inner {
    display: flex;
  }
  .ArticleContents .userLink04 .Inner figure {
    flex: 0 0 180px;
    margin: 0px;
    margin-right: 40px;
    max-width: 180px;
    width: 180px;
  }
  .ArticleContents .userLink04 .Inner figure img {
    height: auto;
    width: 100%;
  }
  .ArticleContents .userLink04 .Inner .InnerText {
    margin-top: 0px;
  }
  .ArticleContents .userLink04 .Inner p {
    font-size: 14px;
    line-height: 1.71429;
  }
  .ArticleContents .userLink04 .Inner p a:hover {
    color: #666;
  }
  .ArticleContents .userLink04 .Inner p br.spOnly {
    display: none;
  }
  .ArticleContents .userLink04 .Inner p br.pcOnly {
    display: block;
  }
  .ArticleContents hr {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 980px) {
  .category_article .articleBody {
	  container-type: inline-size;
	  container-name: categoryArticleBody;
  }
	@container categoryArticleBody (max-width: 1149px) {
	  .category_article .articleBody > .articleReadText,
	  .category_article .articleBody > .articleBodyInner {
	    margin-left: min(calc(15vw - 105px), 105px);
	    margin-right: min(calc(15vw - 105px), 105px);
	  }
	}
}

@media print, screen and (min-width: 768px) {
  .ArticleContents .userLink04-2 .Inner {
    display: flex;
  }
  .ArticleContents .userLink04-2 .Inner figure {
    flex: 0 0 180px;
    margin: 0px;
    margin-right: 40px;
    max-width: 180px;
    width: 180px;
  }
  .ArticleContents .userLink04-2 .Inner figure img {
		height: auto;
    width: 100%;
  }
  .ArticleContents .userLink04-2 .Inner .InnerText {
    margin-top: 0px;
  }
	.ArticleContents .userLink04-2 .InnerText dt {
	  font-size: 15px;
	}
  .ArticleContents .userLink04-2 .Inner p {
    font-size: 14px;
    line-height: 1.71429;
  }
  .ArticleContents .userLink04-2 .Inner p a:hover {
    color: #666;
  }
  .ArticleContents .userLink04-2 .Inner p br.spOnly {
    display: none;
  }
  .ArticleContents .userLink04-2 .Inner p br.pcOnly {
    display: block;
  }

	.ArticleContents .userLink04txtOnly h4 {
	  font-size: 15px;
	}
	.ArticleContents .userLink04txtOnly .InnerText dt {
	  font-size: 15px;
	}
	.ArticleContents .userLink04txtOnly .InnerText dt span {
	  font-size: 14px;
	}
  .ArticleContents .userLink04txtOnly .InnerText p {
    font-size: 14px;
    line-height: 1.71429;
  }
  .ArticleContents .userLink04txtOnly .InnerText p a:hover {
    color: #666;
  }
  .ArticleContents .userLink2set li span {
	  font-size: 15px;
	}
	.ArticleContents .userLink2set p {
    font-size: 14px;
    line-height: 1.71429;
  }

  .ArticleContents hr {
    margin-bottom: 45px;
  }
}

/* --------------------
 * ArticleList
 * -------------------- */
.ArticleList .ArticleList__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.ArticleList .ArticleList__item.-contribution .ArticleList__category a:before {
  background-color: #924db9;
}

.ArticleList .ArticleList__item.-contribution .ArticleList__content:before {
  background-color: #924db9;
}

.ArticleList .ArticleList__item.-contribution .ArticleList__date {
  color: #924db9;
}

.ArticleList .ArticleList__item.-lifestyle .ArticleList__category a:before {
  background-color: #f08c41;
}

.ArticleList .ArticleList__item.-lifestyle .ArticleList__content:before {
  background-color: #f08c41;
}

.ArticleList .ArticleList__item.-lifestyle .ArticleList__date {
  color: #f08c41;
}

.ArticleList .ArticleList__item.-education .ArticleList__category a:before {
  background-color: #007df0;
}

.ArticleList .ArticleList__item.-education .ArticleList__content:before {
  background-color: #007df0;
}

.ArticleList .ArticleList__item.-education .ArticleList__date {
  color: #007df0;
}

.ArticleList .ArticleList__item.-with-region .ArticleList__category a:before {
  background-color: #1da71d;
}

.ArticleList .ArticleList__item.-with-region .ArticleList__content:before {
  background-color: #1da71d;
}

.ArticleList .ArticleList__item.-with-region .ArticleList__date {
  color: #1da71d;
}

.ArticleList .ArticleList__item.-art .ArticleList__category a:before {
  background-color: #fa235a;
}

.ArticleList .ArticleList__item.-art .ArticleList__content:before {
  background-color: #fa235a;
}

.ArticleList .ArticleList__item.-art .ArticleList__date {
  color: #fa235a;
}

.ArticleList .ArticleList__item.-technology .ArticleList__category a:before {
  background-color: #00c3cd;
}

.ArticleList .ArticleList__item.-technology .ArticleList__content:before {
  background-color: #00c3cd;
}

.ArticleList .ArticleList__item.-technology .ArticleList__date {
  color: #00c3cd;
}

.ArticleList .ArticleList__item.-new .ArticleList__content {
  position: relative;
}

.ArticleList .ArticleList__item.-new .ArticleList__content:before {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  content: 'New';
  display: flex;
  font-size: 10px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: -15px;
  width: 40px;
  z-index: 2;
}

.ArticleList .ArticleList__category {
  flex: 0 0 30px;
}

.ArticleList .ArticleList__category a {
  display: inline;
}

.ArticleList .ArticleList__category a:before {
  background-color: #666;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  margin: 0 auto 6px 3px;
  width: 6px;
}

.ArticleList .ArticleList__category span {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-feature-settings: normal;
}

.ArticleList .ArticleList__content {
  flex: 1 1 auto;
}

.ArticleList .ArticleList__content a {
  display: block;
}

.ArticleList .ArticleList__image {
  margin-bottom: 0;
  position: relative;
}

.ArticleList .ArticleList__image img {
  display: block;
  width: 100%;
}

.ArticleList .ArticleList__date {
  background-color: #fff;
  bottom: 0;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  left: 0;
  letter-spacing: normal;
  line-height: 1;
  padding: 8px 8px;
  position: absolute;
}

.ArticleList .ArticleList__text {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 20px;
  padding-right: 10px;
}

.ArticleList .ArticleList__text span {
  -webkit-box-decoration-break: clone;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  font-size: 16px;
  line-height: 2;
  padding: 10px 10px;
}

.ArticleList .ArticleList__more {
  align-items: center;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  display: flex;
  justify-content: space-between;
}

.ArticleList .ArticleList__more span {
  display: block;
  flex: 1 1 auto;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
}

.ArticleList .ArticleList__more:after {
  background-image: url("../images/common/icon_arrow_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  border-bottom: 1px solid #333;
  content: '';
  display: block;
  flex: 0 0 40px;
  height: 50px;
  width: 40px;
}

@media print, screen and (min-width: 980px) {
  .ArticleList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ArticleList .ArticleList__item {
    flex: 0 1 calc(100% / 3 - 26.666px);
    margin: 0 0 75px 0;
    width: calc(100% / 3 - 26.666px);
  }

  .ArticleList::after {
		content: '';
    flex: 0 1 calc(100% / 3 - 26.666px);
    width: calc(100% / 3 - 26.666px);
		height: 1px;
  }

  .ArticleList .ArticleList__item.-new .ArticleList__content {
    position: relative;
  }
  .ArticleList .ArticleList__item.-new .ArticleList__content:before {
    font-size: 14px;
    height: 60px;
    right: 20px;
    top: -30px;
    width: 60px;
  }
  .ArticleList .ArticleList__item.-contribution .ArticleList__content a:hover .ArticleList__text span {
    background-color: #924db9;
  }
  .ArticleList .ArticleList__item.-lifestyle .ArticleList__content a:hover .ArticleList__text span {
    background-color: #f08c41;
  }
  .ArticleList .ArticleList__item.-education .ArticleList__content a:hover .ArticleList__text span {
    background-color: #007df0;
  }
  .ArticleList .ArticleList__item.-with-region .ArticleList__content a:hover .ArticleList__text span {
    background-color: #1da71d;
  }
  .ArticleList .ArticleList__item.-art .ArticleList__content a:hover .ArticleList__text span {
    background-color: #fa235a;
  }
  .ArticleList .ArticleList__item.-technology .ArticleList__content a:hover .ArticleList__text span {
    background-color: #00c3cd;
  }
  .ArticleList .ArticleList__category {
    flex: 0 0 40px;
  }
  .ArticleList .ArticleList__category a {
    display: block;
    position: relative;
  }
  .ArticleList .ArticleList__category a:before {
    height: 7px;
    left: 5px;
    margin: 0;
    position: absolute;
    top: 0;
    transition: all 200ms;
    width: 7px;
  }
  .ArticleList .ArticleList__category a:hover:before {
    height: 12px;
    left: 2px;
    top: -2px;
    width: 12px;
  }
  .ArticleList .ArticleList__category span {
    font-size: 16px;
    padding-top: 20px;
  }
  .ArticleList .ArticleList__content a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }
  .ArticleList .ArticleList__content a:hover .ArticleList__image img {
    transform: scale(1.1);
  }
  .ArticleList .ArticleList__content a:hover .ArticleList__more {
    background-image: none;
    border-bottom: 1px solid #333;
  }
  .ArticleList .ArticleList__content a:hover .ArticleList__more:after {
    border-bottom: 1px solid rgba(51, 51, 51, 0);
  }
  .ArticleList .ArticleList__content a:hover .ArticleList__text span {
    background-color: #ccc;
    color: #fff;
  }
  .ArticleList .ArticleList__image {
    overflow: hidden;
  }
  .ArticleList .ArticleList__image img {
    transition: all 200ms;
  }
  .ArticleList .ArticleList__date {
    font-size: 12px;
    padding: 10px 10px;
  }
  .ArticleList .ArticleList__text {
    margin-bottom: 40px;
  }
  .ArticleList .ArticleList__text span {
    background-color: #fff;
    background-image: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 18px;
    transition: all 200ms;
  }
  .ArticleList .ArticleList__more {
    background-position: left bottom -1px;
    border-bottom: 1px solid rgba(51, 51, 51, 0);
    margin-top: auto;
    transition: all 200ms;
  }
  .ArticleList .ArticleList__more span {
    font-size: 14px;
  }
  .ArticleList .ArticleList__more:after {
    background-position: center left 13px;
    background-size: 12px 12px;
    bottom: -1px;
    position: relative;
    transition: all 200ms;
  }
}

/* --------------------
* ArticleList2
* -------------------- */
.ArticleList2 {
  /* SP style */
}

.ArticleList2 .ArticleList2__item {
  margin-bottom: 20px;
}

.ArticleList2 .ArticleList2__item.-contribution .ArticleList2__category:before {
  background-color: #924db9;
}

.ArticleList2 .ArticleList2__item.-contribution .ArticleList2__date {
  color: #924db9;
}

.ArticleList2 .ArticleList2__item.-lifestyle .ArticleList2__category:before {
  background-color: #f08c41;
}

.ArticleList2 .ArticleList2__item.-lifestyle .ArticleList2__date {
  color: #f08c41;
}

.ArticleList2 .ArticleList2__item.-education .ArticleList2__category:before {
  background-color: #007df0;
}

.ArticleList2 .ArticleList2__item.-education .ArticleList2__date {
  color: #007df0;
}

.ArticleList2 .ArticleList2__item.-with-region .ArticleList2__category:before {
  background-color: #1da71d;
}

.ArticleList2 .ArticleList2__item.-with-region .ArticleList2__date {
  color: #1da71d;
}

.ArticleList2 .ArticleList2__item.-art .ArticleList2__category:before {
  background-color: #fa235a;
}

.ArticleList2 .ArticleList2__item.-art .ArticleList2__date {
  color: #fa235a;
}

.ArticleList2 .ArticleList2__item.-technology .ArticleList2__category:before {
  background-color: #00c3cd;
}

.ArticleList2 .ArticleList2__item.-technology .ArticleList2__date {
  color: #00c3cd;
}

@media print, screen and (max-width: 979px) {
  .ArticleList2__inner .ArticleList2__item:nth-child(-n+4) {
		display: none;
	}
  .ArticleList2 .ArticleList2__item a {
    display: grid;
    grid-template-columns: 150px auto;
  }
  .ArticleList2 .ArticleList2__category {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    height: 30px;
  }
  .ArticleList2 .ArticleList2__image {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-right: 20px;
  }
  .ArticleList2 .ArticleList2__date {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    height: 30px;
  }
  .ArticleList2 .ArticleList2__text {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}

.ArticleList2 .ArticleList2__category {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.ArticleList2 .ArticleList2__category:before {
  background-color: #666;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  margin: 0 6px 0 0;
  width: 6px;
}

.ArticleList2 .ArticleList2__category span {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.ArticleList2 .ArticleList2__image {
  margin-bottom: 0;
  position: relative;
}

.ArticleList2 .ArticleList2__image img {
  display: block;
  width: 100%;
}

.ArticleList2 .ArticleList2__date {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  padding: 10px 0 0 0;
}

.ArticleList2 .ArticleList2__text {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.ArticleList2 .ArticleList2__text span {
  font-size: 14px;
  line-height: 1.71429;
}

body.en .ArticleList2 .ArticleList2__text {
	line-height: 1.3333;
}
@media print, screen and (min-width: 415px) {
  body.en .ArticleList2 .ArticleList2__text {
		line-height: 1.71429;
  }
}
@media print, screen and (min-width: 980px) {
  .ArticleList2 {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
  .ArticleList2 .ArticleList2__item {
    flex: 0 1 285px;
    margin: 0 40px 0 0;
    width: 285px;
  }
  .ArticleList2 .ArticleList2__item a:hover .ArticleList2__category:before {
    height: 12px;
    margin: 8px;
    transition: all 200ms;
    width: 12px;
  }
  .ArticleList2 .ArticleList2__item a:hover .ArticleList2__image img {
    transform: scale(1.1);
  }
  .ArticleList2 .ArticleList2__item.-contribution a:hover .ArticleList2__text {
    color: #924db9;
  }
  .ArticleList2 .ArticleList2__item.-lifestyle a:hover .ArticleList2__text {
    color: #f08c41;
  }
  .ArticleList2 .ArticleList2__item.-education a:hover .ArticleList2__text {
    color: #007df0;
  }
  .ArticleList2 .ArticleList2__item.-with-region a:hover .ArticleList2__text {
    color: #1da71d;
  }
  .ArticleList2 .ArticleList2__item.-art a:hover .ArticleList2__text {
    color: #fa235a;
  }
  .ArticleList2 .ArticleList2__item.-technology a:hover .ArticleList2__text {
    color: #00c3cd;
  }
  .ArticleList2 .ArticleList2__category {
    margin-bottom: 12px;
  }
  .ArticleList2 .ArticleList2__category:before {
    height: 8px;
    margin: 10px;
    width: 8px;
  }
  .ArticleList2 .ArticleList2__category span {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
  .ArticleList2 .ArticleList2__image {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .ArticleList2 .ArticleList2__image img {
    transition: all 200ms;
  }
  .ArticleList2 .ArticleList2__date {
    font-size: 12px;
  }
  .ArticleList2 .ArticleList2__text {
    font-size: 14px;
    margin-top: 8px;
    transition: all 200ms;
  }
  .ArticleList2 .ArticleList2__text span {
    font-size: 14px;
  }
}

/* --------------------
 * BreadcrumbList
 * -------------------- */
.BreadcrumbList {
  background-color: #f7f6f4;
  padding: 20px 20px 15px;
  position: relative;
  z-index: 1;
}

.BreadcrumbList ol {
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
  white-space: nowrap;
}

.BreadcrumbList ol li {
  flex: 0 1 auto;
  margin: 0 5px 5px 0;
}

.BreadcrumbList ol li:last-child a:after {
  content: none;
}

.BreadcrumbList ol li:last-child span {
  padding-top: 1px;
}

.BreadcrumbList ol a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
	opacity: 0.7;
	transition: opacity 0.2s;
}

.BreadcrumbList ol a:after {
  background-color: #fff;
  background-image: url("../images/common/icon_arrow_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  margin: 0 10px;
  width: 12px;
}

.BreadcrumbList ol span {
  display: block;
  flex: 1 1 auto;
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  font-size: 10px;
  line-height: 1;
}

body.en .BreadcrumbList ol span {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

@media print, screen and (min-width: 980px) {
  .BreadcrumbList {
    border-width: 15px;
    padding: 40px 40px 35px;
  }
  .BreadcrumbList ol {
    flex-wrap: wrap;
    overflow: visible;
    white-space: normal;
  }
  .BreadcrumbList ol li:last-child span {
    padding-top: 0px;
  }
	.BreadcrumbList ol a:hover {
		opacity: 1;
	}
  .BreadcrumbList ol a:after {
    background-size: 8px 8px;
    height: 16px;
    width: 16px;
  }
  .BreadcrumbList ol span {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* --------------------
 * Btn1
 * -------------------- */
.Btn1 .Btn1__link {
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  height: 60px;
  justify-content: flex-start;
  padding: 0 15px 0 30px;
}

.Btn1 .Btn1__link:before {
  background-color: #333;
  border-radius: 50%;
  content: '';
  height: 6px;
  margin-right: 8px;
  width: 6px;
}

.Btn1 .Btn1__text {
  font-size: 14px;
  line-height: 1;
}

.Btn1 .Btn1__icon {
  background-color: #333;
  border-radius: 50%;
  height: 30px;
  margin: 0 0 0 auto;
  width: 30px;
}

.Btn1 .Btn1__icon.-arrow {
  background-image: url("../images/common/icon_arrow_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
}

.Btn1 .Btn1__icon.-blank {
  background-image: url("../images/common/icon_blank.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
}

.Btn1.-gray .Btn1__link {
  background-color: #f7f6f4;
}

@media print, screen and (min-width: 980px) {
  .Btn1 .Btn1__link {
    border: 1px solid rgba(51, 51, 51, 0);
    border-radius: 40px;
    height: 80px;
    position: relative;
    transition-duration: 300ms;
    transition-property: opacity;
  }
  .Btn1 .Btn1__link:before {
    content: '';
    height: 8px;
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  .Btn1 .Btn1__link:hover {
    border: 1px solid #333333;
    transition: all 200ms;
  }
  .Btn1 .Btn1__link:hover:before {
    height: 12px;
    left: 28px;
    transition: all 200ms;
    width: 12px;
  }
  .Btn1 .Btn1__text {
    font-size: 16px;
    padding-left: 15px;
  }
  .Btn1 .Btn1__icon {
    height: 40px;
    width: 40px;
  }
  .Btn1 .Btn1__icon.-arrow {
    background-position: center left 14px;
    background-size: 12px 12px;
    transition: 80ms;
  }
  .Btn1 .Btn1__icon.-blank {
    background-size: 12px 12px;
  }
}

/* --------------------
 * CategoryList
 * -------------------- */
.CategoryList .CategoryList__item {
  margin-bottom: 20px;
}

.CategoryList .CategoryList__item a {
  background-color: #fff;
  display: block;
  position: relative;
}

.CategoryList .CategoryList__item a:before {
  background-color: #333;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.CategoryList .CategoryList__item.-contribution a:before {
  background-color: #924db9;
}

.CategoryList .CategoryList__item.-contribution .CategoryList__title:before {
  background-color: #924db9;
}

.CategoryList .CategoryList__item.-contribution .CategoryList__title:after {
  background-color: #924db9;
  background-image: url("../images/common/icon_contribution.svg");
}

.CategoryList .CategoryList__item.-lifestyle a:before {
  background-color: #f08c41;
}

.CategoryList .CategoryList__item.-lifestyle .CategoryList__title:before {
  background-color: #f08c41;
}

.CategoryList .CategoryList__item.-lifestyle .CategoryList__title:after {
  background-color: #f08c41;
  background-image: url("../images/common/icon_lifestyle.svg");
}

.CategoryList .CategoryList__item.-education a:before {
  background-color: #007df0;
}

.CategoryList .CategoryList__item.-education .CategoryList__title:before {
  background-color: #007df0;
}

.CategoryList .CategoryList__item.-education .CategoryList__title:after {
  background-color: #007df0;
  background-image: url("../images/common/icon_education.svg");
}

.CategoryList .CategoryList__item.-with-region a:before {
  background-color: #1da71d;
}

.CategoryList .CategoryList__item.-with-region .CategoryList__title:before {
  background-color: #1da71d;
}

.CategoryList .CategoryList__item.-with-region .CategoryList__title:after {
  background-color: #1da71d;
  background-image: url("../images/common/icon_with-region.svg");
}

.CategoryList .CategoryList__item.-art a:before {
  background-color: #fa235a;
}

.CategoryList .CategoryList__item.-art .CategoryList__title:before {
  background-color: #fa235a;
}

.CategoryList .CategoryList__item.-art .CategoryList__title:after {
  background-color: #fa235a;
  background-image: url("../images/common/icon_art.svg");
}

.CategoryList .CategoryList__item.-technology a:before {
  background-color: #00c3cd;
}

.CategoryList .CategoryList__item.-technology .CategoryList__title:before {
  background-color: #00c3cd;
}

.CategoryList .CategoryList__item.-technology .CategoryList__title:after {
  background-color: #00c3cd;
  background-image: url("../images/common/icon_technology.svg");
}

.CategoryList .CategoryList__title {
  align-items: center;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  display: flex;
  height: 60px;
  justify-content: flex-start;
  padding: 0 0 0 30px;
}

.CategoryList .CategoryList__title:before, .CategoryList .CategoryList__title:after {
  content: '';
  display: block;
}

.CategoryList .CategoryList__title:before {
  background-color: #333;
  border-radius: 50%;
  content: '';
  height: 4px;
  margin-right: 8px;
  order: 1;
  width: 4px;
}

.CategoryList .CategoryList__title:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  flex: 0 0 60px;
  height: 60px;
  image-rendering: -webkit-optimize-contrast;
  margin: 0 0 0 auto;
  order: 3;
  width: 60px;
}

.CategoryList .CategoryList__title span {
  font-size: 18px;
  line-height: 1;
  order: 2;
}

body.en .CategoryList .CategoryList__title span {
  padding-right: 10px;
}

.CategoryList .CategoryList__text {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 12px;
  line-height: 1.5;
  padding: 28px 30px;
}

body.en .CategoryList .CategoryList__text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.CategoryList.-navigation .CategoryList__item a {
  background-color: #f7f6f4;
}

@media print, screen and (min-width: 980px) {
  .CategoryList {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .CategoryList .CategoryList__item {
    margin: 0 0 40px 0;
    width: calc((100% - 80px) / 3);
  }
  .CategoryList .CategoryList__item.-contribution a:hover .CategoryList__title {
    color: #924db9;
  }
  .CategoryList .CategoryList__item.-lifestyle a:hover .CategoryList__title {
    color: #f08c41;
  }
  .CategoryList .CategoryList__item.-education a:hover .CategoryList__title {
    color: #007df0;
  }
  .CategoryList .CategoryList__item.-with-region a:hover .CategoryList__title {
    color: #1da71d;
  }
  .CategoryList .CategoryList__item.-art a:hover .CategoryList__title {
    color: #fa235a;
  }
  .CategoryList .CategoryList__item.-technology a:hover .CategoryList__title {
    color: #00c3cd;
  }
  .CategoryList .CategoryList__item a {
    height: 100%;
    transition-duration: 300ms;
    transition-property: opacity;
  }
  .CategoryList .CategoryList__item a:hover .CategoryList__title {
    transition: all 200ms;
  }
  .CategoryList .CategoryList__item a:hover .CategoryList__title:before {
    height: 12px;
    left: 38px;
    transition: all 200ms;
    width: 12px;
  }
  .CategoryList .CategoryList__title {
    height: 80px;
    padding-left: 40px;
    position: relative;
  }
  .CategoryList .CategoryList__title span {
    padding-left: 18px;
  }
  .CategoryList .CategoryList__title:before {
    height: 8px;
    left: 40px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  .CategoryList .CategoryList__title:after {
    background-size: 40px 40px;
    flex: 0 0 80px;
    height: 80px;
    width: 80px;
  }
  .CategoryList .CategoryList__text {
    font-size: 14px;
    line-height: 2;
    padding: 33px 42px;
  }
}

/* --------------------
* Footer
* -------------------- */
.Footer {
  background-color: #fff;
  margin: 0;
  padding: 0;
	overflow: hidden;
}

.Footer .Footer__inner {
  margin: 0;
  padding: 40px 20px 20px;
}

.Footer .Footer__nav1 {
  border-top: 1px solid #ddd;
}

.Footer .Footer__nav1 li {
  border-bottom: 1px solid #ddd;
}

.Footer .Footer__nav1 a {
  align-items: center;
  display: flex;
  height: 42px;
  justify-content: space-between;
  padding: 0 10px 0 5px;
}

.Footer .Footer__nav1 a:after {
  flex: 0 0 8px;
  background-image: url("../images/common/icon_arrow_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 8px;
  width: 8px;
}

.Footer .Footer__nav1 a:before {
  border-left: 1px solid #0070cd;
  content: '';
  display: block;
  flex: 0 0 1px;
  height: 14px;
  margin: 0 10px 0 0;
  width: 1px;
}

.Footer .Footer__nav1Text1 {
  color: #0070cd;
  display: block;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 1;
  margin: 0 auto 0 0;
}

.Footer .Footer__nav2 {
  margin-bottom: -21px;
}

.Footer .Footer__nav2 li {
  border-bottom: 1px solid #ddd;
}

.Footer .Footer__nav2 a {
  align-items: center;
  display: flex;
  height: 42px;
  justify-content: space-between;
  padding: 0 10px 0 5px;
}

.Footer .Footer__nav2 a:after {
  flex: 0 0 8px;
  background-image: url("../images/common/icon_arrow_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 8px;
  width: 8px;
}

.Footer .Footer__nav2 span {
  display: block;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 1;
}

.Footer .Footer__nav3 {
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0 60px;
}

.Footer .Footer__nav3 li {
  border-bottom: 1px solid #ddd;
  flex: 0 0 50%;
  position: relative;
}

.Footer .Footer__nav3 li:nth-child(even):before {
  border-left: 1px solid #ddd;
  content: '';
  display: block;
  height: calc(100% - 10px);
  left: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}

.Footer .Footer__nav3 li:nth-child(even) a {
  padding-left: 10px;
}

.Footer .Footer__nav3 a {
  align-items: center;
  display: flex;
  height: 42px;
  justify-content: flex-start;
  padding: 0 10px 0 5px;
}

.Footer .Footer__nav3 span {
  font-size: 11px;
  line-height: 1.3;
}

body.en .Footer .Footer__nav3 span {
  font-size: 10px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.Footer .Footer__navTitle1 {
  padding-top: 20px;
}

.Footer .Footer__navTitle1 img {
  display: block;
  margin: 0 auto;
  width: 120px;
}

body.en .Footer .Footer__navTitle1 {
  letter-spacing: normal;
  text-align: center;
}

body.en .Footer .Footer__navTitle1 span {
  font-size: 13px;
  line-height: 1;
}

.Footer .Footer__navTitle2 {
  padding-top: 20px;
  text-align: center;
}

.Footer .Footer__navTitle2 a {
  display: inline-block;
  margin: 0 auto;
}

.Footer .Footer__navTitle2 span {
  font-size: 13px;
  line-height: 1;
}

.Footer .Footer__nav4 {
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0;
}

.Footer .Footer__nav4 li {
  border-bottom: 1px solid #ddd;
  flex: 0 0 50%;
  position: relative;
}

.Footer .Footer__nav4 li:nth-child(even):before {
  border-left: 1px solid #ddd;
  content: '';
  display: block;
  height: calc(100% - 10px);
  left: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}

.Footer .Footer__nav4 li:nth-child(even) a {
  padding-left: 10px;
}

.Footer .Footer__nav4 a {
  align-items: center;
  display: flex;
  height: 42px;
  justify-content: flex-start;
  padding: 0 10px 0 5px;
}

.Footer .Footer__nav4 span {
  font-size: 11px;
  line-height: 1.3;
}

body.en .Footer .Footer__nav4 span {
  font-size: 10px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.Footer .Footer__nav5Wrapper {
  background-color: #f5f5f5;
  margin: 0 -20px;
  padding: 20px 0;
}

.Footer .Footer__nav5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 40px;
}

.Footer .Footer__nav5 a {
  align-items: center;
  color: #777;
  display: flex;
  height: 37px;
  justify-content: flex-start;
  padding: 0 10px 0 5px;
}

.Footer .Footer__nav5 span {
  border-right: 1px solid #777;
  font-size: 11px;
  line-height: 1;
  padding-right: 10px;
}

body.en .Footer .Footer__nav5 span {
  font-size: 10px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.Footer .Footer__copyright {
  margin: 0 -20px;
  padding: 30px 0 10px;
}

.Footer .Footer__copyright span {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 980px) {
  .Footer .Footer__inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 60px 25px 60px;
  }
  .Footer a:hover {
    opacity: 0.6;
  }
  .Footer .Footer__nav1 {
    align-items: center;
    border-top: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .Footer .Footer__nav1 li {
    border-bottom: none;
    flex: 0 0 calc((100% - 40px) / 3);
    margin: 0;
    padding: 0;
  }
  .Footer .Footer__nav1 a {
    align-items: flex-start;
    border-left: 3px solid #0070cd;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding: 10px 0 10px 15px;
  }
  .Footer .Footer__nav1 a:before, .Footer .Footer__nav1 a:after {
    content: none;
  }
  .Footer .Footer__nav1Text1 {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .Footer .Footer__nav1Text2 {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .Footer .Footer__nav2Wrapper {
    border-top: 1px solid #ddd;
    width: 100vw;
    width: 100%;
  }
  .Footer .Footer__nav2 {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1310px;
    padding: 60px 25px 25px 0;
  }
  .Footer .Footer__nav2 li {
    align-items: center;
    border-bottom: none;
    display: flex;
  }
  .Footer .Footer__nav2 li:after {
    border-right: 1px solid #ddd;
    content: '';
    display: block;
    height: 14px;
    width: 1px;
  }
  .Footer .Footer__nav2 li:first-child a {
    padding-left: 5px;
  }
  .Footer .Footer__nav2 a {
    height: auto;
    padding: 3px 1.5em;
  }
  .Footer .Footer__nav2 a:after {
    content: none;
  }
  .Footer .Footer__nav2 span {
    font-size: 16px;
  }
  .Footer .Footer__nav3Wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
  }
  .Footer .Footer__navTitle1 {
    flex: 0 0 200px;
    margin-top: 12px;
    text-align: left;
  }
  .Footer .Footer__navTitle1 img {
    margin: 0 auto 0 0;
    width: 150px;
  }
  body.en .Footer .Footer__navTitle1 {
    margin-top: 0px;
    text-align: left;
  }
  body.en .Footer .Footer__navTitle1 span {
    font-size: 14px;
  }
  .Footer .Footer__navTitle2 {
    flex: 0 0 200px;
    text-align: left;
  }
  .Footer .Footer__navTitle2 span {
    font-size: 14px;
    padding-left: 5px;
  }
  .Footer .Footer__nav3 {
    border-top: none;
    flex: 0 0 calc(100% - 200px);
    flex-wrap: wrap;
  }
  .Footer .Footer__nav3 li {
    border-bottom: none;
    flex: 0 0 calc(100% / 4);
    margin: 0 0 5px 0;
  }
  .Footer .Footer__nav3 li:nth-child(even):before {
    content: none;
  }
  .Footer .Footer__nav3 a {
    height: auto;
    padding: 10px 0;
  }
  .Footer .Footer__nav3 span {
    font-size: 13px;
  }
  body.en .Footer .Footer__nav3 span {
    font-size: 12px;
  }
  .Footer .Footer__nav4Wrapper {
    width: 100vw;
    width: 100%;
  }
  .Footer .Footer__nav4 {
    gap: 0 30px;
    align-items: center;
    border-top: none;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 25px 40px 0;
  }
  .Footer .Footer__nav4 li {
    align-items: center;
    border-bottom: none;
    display: flex;
    flex: 0 0 auto;
  }
  .Footer .Footer__nav4 li:nth-child(even):before {
    content: none;
  }
  .Footer .Footer__nav4 li:nth-child(even) a {
    padding-left: 5px;
  }
  .Footer .Footer__nav4 a {
    height: auto;
    padding: 0 0 0 5px;
  }
  .Footer .Footer__nav4 span {
    font-size: 13px;
    line-height: 2;
  }
  body.en .Footer .Footer__nav4 span {
    font-size: 12px;
  }
  .Footer .Footer__nav5Wrapper {
		position: relative;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    width: 100vw;
    width: 100%;
  }
  .Footer .Footer__nav5Wrapper::before {
		position: absolute;
		content: '';
		top: 0;
		left: 50%;
		width: 200vw;
		height: 100%;
		background: #f5f5f5;
		transform: translate(-50vw,0);
	}
  .Footer .Footer__nav5 {
		position: relative;
    gap: 0 10px;
    max-width: 1310px;
    padding: 0 25px;
  }
  .Footer .Footer__nav5 li {
    margin: 0 0 5px 0;
  }
  .Footer .Footer__nav5 a {
    height: auto;
    padding: 10px 0;
  }
  .Footer .Footer__nav5 span {
    font-size: 13px;
  }
  body.en .Footer .Footer__nav5 span {
    font-size: 12px;
  }
  .Footer .Footer__copyright {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 60px;
  }
}

/* --------------------
 * GoalList
 * -------------------- */
.GoalList {
  height: 224px;
  overflow: hidden;
  transition: height 300ms;
}

.GoalList .GoalList__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.GoalList .GoalList__item {
  margin: 0 10px 10px 0;
}

.GoalList .GoalList__item a {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 6px;
  display: inline-block;
  padding: 12px 15px 12px 36px;
  position: relative;
}

.GoalList .GoalList__item a:before {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #333;
  content: '\FF0B';
  display: flex;
  font-size: 18px;
  height: 30px;
  justify-content: center;
  left: 5px;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  width: 30px;
}

.GoalList .GoalList__item span {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  font-size: 12px;
}

body.en .GoalList .GoalList__item span {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.GoalList .GoalList__item.-sdgs1 a:before {
  background-color: #e4011e;
  color: #fff;
  content: "1";
}

.GoalList .GoalList__item.-sdgs2 a:before {
  background-color: #e0a300;
  color: #fff;
  content: "2";
}

.GoalList .GoalList__item.-sdgs3 a:before {
  background-color: #1b973a;
  color: #fff;
  content: "3";
}

.GoalList .GoalList__item.-sdgs4 a:before {
  background-color: #c50d28;
  color: #fff;
  content: "4";
}

.GoalList .GoalList__item.-sdgs5 a:before {
  background-color: #e83418;
  color: #fff;
  content: "5";
}

.GoalList .GoalList__item.-sdgs6 a:before {
  background-color: #00aade;
  color: #fff;
  content: "6";
}

.GoalList .GoalList__item.-sdgs7 a:before {
  background-color: #ffba00;
  color: #fff;
  content: "7";
}

.GoalList .GoalList__item.-sdgs8 a:before {
  background-color: #970a31;
  color: #fff;
  content: "8";
}

.GoalList .GoalList__item.-sdgs9 a:before {
  background-color: #ec6a05;
  color: #fff;
  content: "9";
}

.GoalList .GoalList__item.-sdgs10 a:before {
  background-color: #dc087b;
  color: #fff;
  content: "10";
}

.GoalList .GoalList__item.-sdgs11 a:before {
  background-color: #f5a20a;
  color: #fff;
  content: "11";
}

.GoalList .GoalList__item.-sdgs12 a:before {
  background-color: #d39205;
  color: #fff;
  content: "12";
}

.GoalList .GoalList__item.-sdgs13 a:before {
  background-color: #407936;
  color: #fff;
  content: "13";
}

.GoalList .GoalList__item.-sdgs14 a:before {
  background-color: #0077c0;
  color: #fff;
  content: "14";
}

.GoalList .GoalList__item.-sdgs15 a:before {
  background-color: #28a838;
  color: #fff;
  content: "15";
}

.GoalList .GoalList__item.-sdgs16 a:before {
  background-color: #004c88;
  color: #fff;
  content: "16";
}

.GoalList .GoalList__item.-sdgs17 a:before {
  background-color: #023067;
  color: #fff;
  content: "17";
}

@media print, screen and (min-width: 980px) {
  .GoalList {
    height: auto !important;
    transition: height 0s;
  }
  .GoalList .GoalList__item a {
    border-radius: 12px;
    padding: 15px 18px 15px 45px;
    transition-duration: 300ms;
    transition-property: background-color, border-color;
  }
  .GoalList .GoalList__item a:before {
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
  .GoalList .GoalList__item a:hover {
    border: 1px solid #333;
    transition: all 200ms;
  }
  .GoalList .GoalList__item a:hover:before {
    height: 48px;
    left: 2px;
    transition: all 200ms;
    width: 48px;
  }
  .GoalList .GoalList__item span {
    font-size: 14px;
  }
}

/* --------------------
 * Header
 * -------------------- */
.Header {
  background-color: #fff;
  height: 90px;
  padding: 35px 20px 0;
  position: relative;
}

.top .Header {
  background-color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.Header .Header__inner {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: flex-start;
}

.Header .Header__logo {
  flex: 0 0 auto;
  height: 30px;
  order: 1;
  padding: 3px 0;
}

.Header .Header__logo a {
  display: flex;
	align-items: center;
	transition: opacity 0.3s ease-in-out 0s;
}

.Header .Header__logo img {
	position: relative;
  display: block;
  width: auto;
	height: 24px;
	top: -1px;
}

.Header .Header__text {
	position: relative;
  display: block;
	padding: 0 0 0 34px;
  order: 3;
}
body.en .Header .Header__text {
	padding: 0 0 0 62px;
}
.Header .Header__text:before {
	position: absolute;
	content: '';
	left: 16px;
	top: 50%;
	display: block;
	width: 2px;
	height: 30px;
	background-color: #eae9e8;
	transform: translate(0,-50%);
}
body.en .Header__text:before {
	left: 30px;
}
.Header .Header__textMain {
  display: block;
	font-size: 12px;
  line-height: 1;
  margin-bottom: 2px;
}

.Header .Header__textSub {
	display: block;
  font-size: 10px;
  line-height: 1;
}

.Header .Header__textSub .en {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  left: -6px;
  letter-spacing: normal;
  position: relative;
  transform: scale(0.8);
}

.Header .Header__textSub .jp {
  display: inline-block;
  left: -22px;
  position: relative;
  transform: scale(0.7);
}

@media screen and (max-width: 500px) {
	body.en .Header .Header__textMain {
	  width: 10em;
	}
}
@media screen and (max-width: 979px) {
	body.en .Header .Header__logo img {
	  height: 24px;
	}
	body.en .Header .Header__text {
		padding: 0 0 0 42px;
	}
	body.en .Header__text:before {
		left: 20px;
	}
	body.en .Header .Header__textMain {
	  display: block;
		font-size: 12px;
	  line-height: 1;
	  margin-bottom: 2px;
	}
	body.en .Header .Header__textSub {
		display: block;
	  font-size: 10px;
	  line-height: 1;
	}
	body.en .Header .Header__textSub .en {
	  display: inline-block;
	  font-family: 'Inter', sans-serif;
	  font-weight: 600;
	  left: -6px;
	  letter-spacing: normal;
	  position: relative;
	  transform: scale(0.8);
	}

	body.en .Header .Header__textSub .jp {
	  display: inline-block;
	  left: -22px;
	  position: relative;
	  transform: scale(0.7);
	}
}
@media print, screen and (min-width: 980px) {
  .Header {
    height: 110px;
    padding: 55px 150px 0 40px;
  }
  .Header .Header__logo {
    height: auto;
    padding: 0;
  }
  .Header .Header__logo a > img {
		height: 30px;
		margin: 0 0 5px 0;
  }
  .Header .Header__text {
		padding-left: 15px;
  }
  .Header .Header__textMain {
    display: flex;
    font-size: 18px;
  }
  .Header .Header__textSub {
    padding-left: 2px;
		padding-top: 2px;
  }
  .Header .Header__textSub .en {
    font-size: 11px;
    left: 0px;
    transform: scale(1);
  }
  .Header .Header__textSub .jp {
    font-size: 10px;
    left: 0px;
    transform: scale(1);
  }
  .Header .Header__right {
    display: flex;
    margin: 0;
    order: 4;
		justify-content: flex-end;
		align-items: center;
		flex-grow: 1;
  }
  .Header .Header__language {
    display: flex;
		padding: 0 20px;
  }
  .Header .Header__languageText:last-child .Header__languageLink:after {
    display: none;
  }
  .Header .Header__languageLink,
	.Header__languageText span {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    padding: 0 7px;
    position: relative;
    text-decoration: underline;
  }
/*
  .Header .Header__languageLink:after {
    content: '/';
    display: block;
    font-size: 10px;
    position: absolute;
    right: -2px;
    top: 2px;
  }
*/
  .Header .Header__language.pc {
		position: relative;
	}
  .Header .Header__language.pc:after {
    content: '/';
    display: block;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: calc(50% - 6px);
  }
  .en .Header .Header__language.pc:after {
    top: calc(50% - 8px);
  }

  .Header .Header__languageLink.-current {
    pointer-events: none;
    text-decoration: none;
  }
  .Header .Header__menu {
    display: flex;
  }

  .Header .Header__menu.pc {
		max-width: 600px;
		justify-content: space-between;
		flex-grow: 1;
	}
  body.en .Header .Header__menu.pc {
		max-width: 406px;
	}

  .Header .Header__menu li {
    background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    margin: 0;
  }
  .Header .Header__menu a {
    align-items: center;
    border-bottom: 1px solid rgba(51, 51, 51, 0);
    display: flex;
    justify-content: flex-start;
    padding: 8px 0;
    padding-left: 15px;
    position: relative;
    transition: all 200ms;
  }
  .Header .Header__menu a:before {
    background-color: #333;
    border-radius: 50%;
    content: '';
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 200ms;
    width: 8px;
  }
  .Header .Header__menu a:hover {
    border-bottom: 1px solid #333;
  }
  .Header .Header__menu a:hover:before {
    height: 12px;
    left: -2px;
    transition: all 200ms;
    width: 12px;
  }
  .Header .Header__menu span {
    font-size: 14px;
    line-height: 1;
  }
}

@media screen and (min-width: 540px) {
	.Header .Header__logo img {
		height: 30px;
	}
	.Header .Header__textMain {
		font-size: 18px;
	}
  .Header .Header__textSub .en {
    font-size: 11px;
    left: 0;
    transform: scale(1);
  }
  .Header .Header__textSub .jp {
    font-size: 10px;
    left: 0;
    transform: scale(1);
  }
}
@media screen and (min-width: 980px) {
	body:not(.en) .Header .Header__text:before {
		content: none;
	}
	#navigation .Header__language.pc {
		visibility: hidden;
	}
  body.en .Header .Header__language {
		padding: 0 clamp(30px, 3vw , 40px);
  }

  body.en .Header .Header__language {
		padding: 0 clamp(30px, 3vw , 40px);
  }
}
@media screen and (min-width: 1141px) and (max-width: 1240px), (min-width: 980px) and (max-width: 1040px) {
	.Header .Header__textMain,
	.Header__textMain span {
    display: block;
	}
	body.en .Header .Header__textMain {
		width: 10em;
	}
}
@media screen and (min-width: 980px) and (max-width: 1140px) {
	body.en .Header .Header__textMain {
		width: 10em;
	}
  .Header .Header__menu.pc {
		max-width: 450px;
	}

  body.en .Header .Header__menu.pc {
		max-width: 320px;
	}
	body.en .Header__menu.pc li:nth-child(1) {
		width: 4.5em;
	}
	body.en .Header__menu.pc li:nth-child(2) {
		width: 3.7em;
	}
	body.en .Header__menu.pc li:nth-child(3) {
		width: 6.7em;
	}
	body.en .Header__menu.pc li a {
		height: 100%;
	}
	.Header__menu.pc a > span span {
    display: block;
		line-height: 1.1;
	}
}



/* --------------------
 * Kv
 * -------------------- */
.Kv {
  height: 100vh;
  position: relative;
  width: 100%;
}

.Kv .Kv__background {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}

.Kv .Kv__background video {
  aspect-ratio: 1 / 1.6;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.Kv .Kv__inner {
  height: 100%;
  padding: 120px 20px 30px;
  position: relative;
  z-index: 1;
}

.Kv .Kv__title {
  font-size: 24px;
  left: 20px;
  line-height: 1;
  position: absolute;
  top: 120px;
}

.Kv .Kv__title .Kv__line {
  margin-bottom: -3px;
  padding: 15px;
}

.Kv .Kv__title .Kv__line > span {
  transform: translateX(-1em);
}

.Kv .Kv__title .Kv__line:before {
  transform: translateX(-100%);
}

.Kv .Kv__text {
  bottom: 80px;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 20px;
  text-align: right;
}

.Kv .Kv__text .Kv__line {
  margin-bottom: -2px;
  padding: 10px;
}

.Kv .Kv__text .Kv__line > span {
  transform: translateX(1em);
}

.Kv .Kv__text .Kv__line:before {
  transform: translateX(100%);
}

.Kv .Kv__line {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.Kv .Kv__line > span {
  display: block;
  opacity: 0;
  position: relative;
  transition-duration: 400ms;
  transition-property: opacity, transform;
  z-index: 2;
}

.Kv .Kv__line:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 500ms;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.Kv .Kv__line.-show > span {
  opacity: 1;
  transform: translateX(0);
}

.Kv .Kv__line.-show:before {
  transform: translateX(0);
}

.Kv .Kv__line.-l1:before {
  transition-delay: 850ms;
}

.Kv .Kv__line.-l1 > span {
  transition-delay: 350ms;
}

.Kv .Kv__line.-l2:before {
  transition-delay: 1000ms;
}

.Kv .Kv__line.-l2 > span {
  transition-delay: 500ms;
}

.Kv .Kv__line.-l3:before {
  transition-delay: 1150ms;
}

.Kv .Kv__line.-l3 > span {
  transition-delay: 650ms;
}

.Kv .Kv__line.-l4:before {
  transition-delay: 1300ms;
}

.Kv .Kv__line.-l4 > span {
  transition-delay: 800ms;
}

.Kv .Kv__line.-l5:before {
  transition-delay: 1450ms;
}

.Kv .Kv__line.-l5 > span {
  transition-delay: 950ms;
}

.Kv .Kv__line.-l6:before {
  transition-delay: 1600ms;
}

.Kv .Kv__line.-l6 > span {
  transition-delay: 1100ms;
}

.Kv .Kv__more {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  bottom: 40px;
  position: absolute;
  right: 20px;
}

.Kv .Kv__more a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 8px 0;
}

.Kv .Kv__more a:before {
  background-color: #333;
  border-radius: 50%;
  content: '';
  height: 6px;
  margin-right: 8px;
  width: 6px;
}

.Kv .Kv__more span {
  font-size: 14px;
  line-height: 1;
}

.Kv .Kv__scroll {
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.Kv .Kv__scroll a {
  align-items: center;
  background-color: #333;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  letter-spacing: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-left: 10px;
  position: relative;
  width: 80px;
}

.Kv .Kv__scroll a:before {
  background-image: url("../images/top/kv_scroll.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 13px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}

@media print, screen and (min-width: 980px) {
  .Kv .Kv__background video {
    -o-object-position: center;
    object-position: center;
  }
  .Kv .Kv__inner {
    padding: 110px 40px 40px;
  }
  .Kv .Kv__title {
    font-size: 48px;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .Kv .Kv__title .Kv__line {
    margin-bottom: -6px;
    padding: 28px 20px;
  }
  .Kv .Kv__text {
    bottom: 100px;
    font-size: 18px;
    right: 40px;
  }
  .Kv .Kv__text .Kv__line {
    margin-bottom: -3px;
    padding: 10px;
  }
  .Kv .Kv__more {
    right: 40px;
  }
  .Kv .Kv__more a:before {
    height: 8px;
    width: 8px;
  }
  .Kv .Kv__scroll {
    bottom: 40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .Kv .Kv__scroll a {
    font-size: 14px;
    height: 48px;
    letter-spacing: 0.08em;
    padding-left: 25px;
    width: 110px;
  }
  .Kv .Kv__scroll a:before {
    height: 24px;
    left: 10px;
    width: 24px;
  }
}

@-webkit-keyframes TopScrollAnimation {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(60px);
  }
  81% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 0;
    transform: translateY(60px);
  }
}

@keyframes TopScrollAnimation {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(60px);
  }
  81% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 0;
    transform: translateY(60px);
  }
}

/* --------------------
 * Language
 * -------------------- */
.Language {
  padding: 30px 0 40px;
}

.Language .Language__inner {
  background-color: #f7f6f4;
  border-radius: 15px;
  height: 30px;
  margin: 0 auto;
  padding: 4px;
  width: 160px;
}

.Language .Language__list {
  display: flex;
  justify-content: center;
}

.Language .Language__list li {
  flex: 0 0 50%;
}

.Language .Language__list li.-current a {
  background-color: #fff;
}

.Language .Language__list a {
  align-items: center;
  border-radius: 11px;
  display: flex;
  height: 22px;
  justify-content: center;
}

.Language .Language__list span {
  font-size: 10px;
  line-height: 1;
}

@media print, screen and (min-width: 980px) {
  .Language .Language__inner {
    border-radius: 20px;
    height: 40px;
    width: 200px;
  }
  .Language .Language__list a {
    border-radius: 16px;
    height: 32px;
  }
  .Language .Language__list a:hover span {
    opacity: 0.6;
  }
  .Language .Language__list span {
    font-size: 12px;
    transition-duration: 300ms;
    transition-property: opacity;
  }
}

/* --------------------
 * Menu
 * -------------------- */
.Menu {
  background-color: #fff;
  background-image: url("../images/common/menu_icon_open.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  position: fixed;
  right: 20px;
  top: 20px;
  transition-duration: 300ms, 300ms;
  transition-property: opacity, background-color;
  width: 60px;
  z-index: 100;
}

.Menu.-open {
  background-color: #f7f6f4;
  background-image: url("../images/common/menu_icon_close.svg");
}

@media print, screen and (min-width: 980px) {
  .Menu {
    background-size: 36px 36px;
    height: 80px;
    right: 40px;
    top: 30px;
    width: 80px;
  }
  .Menu:hover {
    opacity: 0.8;
  }
}

/* --------------------
 * Navigation
 * -------------------- */
.Navigation {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding-top: 90px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.Navigation.-open {
  display: block;
}

.Navigation .Header {
  background-color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.Navigation .Navigation__menu {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}

.Navigation .Navigation__menuList li {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
	height: 70px;
}

.Navigation .Navigation__menuList a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
	height: 70px;
  padding: 0 30px;
}

.Navigation .Navigation__menuList a:before, .Navigation .Navigation__menuList a:after {
  background-color: #333;
  border-radius: 50%;
  content: '';
  display: block;
}

.Navigation .Navigation__menuList a:before {
  flex: 0 0 6px;
  height: 6px;
  margin-right: 6px;
  width: 6px;
}

.Navigation .Navigation__menuList a:after {
  background-image: url("../images/common/icon_arrow_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  flex: 0 0 30px;
  height: 30px;
  width: 30px;
}

.Navigation .Navigation__menuList a[target='_blank'] {
  background-image: url("../images/common/icon_blank.svg");
}

.Navigation .Navigation__menuList span {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto 0 0;
}

.Navigation .Navigation__recommend {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  margin-top: 60px;
  padding: 0 30px 60px;
  position: relative;
}

.Navigation .Navigation__recommendTitle {
  margin: 0 -30px 0;
  padding-top: 60px;
  position: relative;
}

.Navigation .Navigation__content {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  padding: 0;
}

.Navigation .Navigation__contentInner {
  padding: 60px 30px;
  position: relative;
}

.Navigation .Navigation__company {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  padding: 60px 30px 30px;
}

.Navigation .Navigation__company ul li {
  margin-bottom: 5px;
}

.Navigation .Navigation__company ul a {
  align-items: center;
  background-color: #f7f6f4;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 0 30px;
}

.Navigation .Navigation__company ul a span {
  font-size: 12px;
  line-height: 1;
}

.Navigation .Navigation__company ul a[target='_blank']:after {
  flex: 0 0 10px;
  background-image: url("../images/common/icon_blank_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
}

.Navigation .Navigation__sns {
  padding: 0 30px 60px;
}

.Navigation .Navigation__bnrArea {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  padding: 40px 30px 20px;
}

.Navigation .Navigation__bnr {
  background-color: #f7f6f4;
  margin-bottom: 20px;
  padding: 10px;
}

.Navigation .Navigation__bnrLink {
  display: block;
}

.Navigation .Navigation__bnrLink img {
  vertical-align: top;
}

@media print, screen and (min-width: 980px) {
  .Navigation {
    overflow-x: hidden;
    padding-top: 110px;
  }
  .Navigation .Navigation__recommendTitle {
    margin: 0 auto;
    max-width: 1310px;
    padding: 60px 25px 0;
  }
  .Navigation .Navigation__content {
    padding: 0;
  }
  .Navigation .Navigation__contentInner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 60px 25px 40px;
  }
  .Navigation .Navigation__company {
    padding: 0;
  }
  .Navigation .Navigation__company ul {
    display: flex;
    justify-content: space-between;
  }
  .Navigation .Navigation__company ul li {
    flex: 0 0 calc((100% - 40px * 3) / 4);
    width: calc((100% - 40px * 3) / 4);
  }
  .Navigation .Navigation__company ul a {
    align-items: center;
    border: 1px solid rgba(51, 51, 51, 0);
    height: 120px;
    justify-content: center;
    position: relative;
    transition: all 200ms;
  }
  .Navigation .Navigation__company ul a:after {
    bottom: calc(50% - 6px);
    height: 12px;
    position: absolute;
    right: 20px;
    width: 12px;
  }
  .Navigation .Navigation__company ul a span {
		padding-right: 1em;
    font-size: 14px;
		line-height: 1.5;
  }
  .Navigation .Navigation__company ul a:hover {
    border: 1px solid #333;
  }
  .Navigation .Navigation__companyInner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 60px 25px 40px;
  }
  .Navigation .Navigation__sns {
    padding: 0;
  }
  .Navigation .Navigation__snsInner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 25px 100px;
  }
  .Navigation .Navigation__bnrArea {
    padding: 0px;
  }
  .Navigation .Navigation__bnrAreaInner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 60px 25px 20px;
  }
  .Navigation .Navigation__bnrList {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
  }
  .Navigation .Navigation__bnr {
    flex: 0 0 calc((100% - 120px) / 3);
    margin: 0 40px 40px 0;
    padding: 20px;
    width: calc((100% - 120px) / 3);
  }
  .Navigation .Navigation__bnrLink img {
    width: 100%;
  }
}

/* --------------------
* Others
* -------------------- */
.Others {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.Others .Others__inner {
	width: 100%;
  padding: 78px 20px 80px;
	overflow: hidden;
}

.Others .Others__title {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 38px;
}

.Others .Others__title:before {
  border-radius: 4px;
  content: '';
  display: block;
  height: 4px;
  margin-right: 10px;
  width: 20px;
}

.Others .Others__title span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
}

.Others .Others__listWrapper {
	width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}

.Others .Others__list1 {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
}

.Others .Others__list1:after {
/*
  content: '';
  display: block;
  flex: 0 0 30px;
  width: 30px;
*/
}

.Others .Others__list1 li {
  flex: 0 0 200px;
  width: 200px;
}

.Others .Others__list1 li:not(:last-child) {
  margin-right: 10px;
}

.Others .Others__list1 a {
  display: block;
  padding-bottom: 40px;
}

.Others .Others__list1 a .small {
  font-size: 0.8em;
}

.Others .Others__list1 img {
  display: block;
  margin-bottom: 26px;
  width: 100%;
}

.Others .Others__list1 h3 {
  font-size: 14px;
  line-height: 1.57143;
  margin-bottom: 20px;
}

.Others .Others__list1 p {
  color: #999999;
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 12px;
  line-height: 1.5;
  padding-right: 30px;
}

body.en .Others .Others__list1 p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.Others .Others__list2 {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  padding: 37px 0;
}

.Others .Others__list2 dt {
  font-size: 14px;
  line-height: 1.57143;
  margin-bottom: 25px;
}

.Others .Others__list2 dd {
  margin-bottom: 5px;
}

.Others .Others__list2 dd a {
  align-items: center;
  background-color: #f7f6f4;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 0 30px;
}

.Others .Others__list2 dd a span {
  font-size: 12px;
  line-height: 1;
}

.Others .Others__list2 dd a:after {
  background-image: url("../images/common/icon_blank_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  flex: 0 0 12px;
  height: 12px;
  width: 12px;
}

.Others .Others__sns {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  padding: 40px 0 0;
}

@media print, screen and (min-width: 980px) {
  .Others .Others__inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 115px 25px 120px;
  }
  .Others .Others__title {
    margin-bottom: 55px;
  }
  .Others .Others__title:before {
    margin-right: 20px;
  }
  .Others .Others__title span {
    font-size: 18px;
  }
  .Others .Others__listWrapper {
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
  .Others .Others__list1 {
    justify-content: space-between;
    padding: 0;
  }
  .Others .Others__list1:after {
    content: none;
  }
  .Others .Others__list1 li {
    flex: 0 0 calc((100% - 80px) / 3);
    margin: 0;
    width: calc((100% - 80px) / 3);
  }
  body.sustainable_a .Others .Others__list1 li {
    flex: 0 0 calc((100% - 80px) / 3);
    margin: 0;
    width: calc((100% - 80px) / 3);
  }
  .Others .Others__list1 a {
    padding-bottom: 30px;
    transition-duration: 300ms;
    transition-property: opacity;
  }
  .Others .Others__list1 a figure {
    height: 14.5vw;
    margin-bottom: 25px;
    max-height: 197px;
    overflow: hidden;
  }
  .Others .Others__list1 a:hover img {
    transform: scale(1.2);
  }
  .Others .Others__list1 a:hover p:after {
    flex: 0 0 46px;
    height: 46px;
    right: 0px;
    width: 46px;
  }
  .Others .Others__list1 a[target='_blank'] p:before {
    background-image: url("../images/common/icon_blank_black.svg");
    right: 17px;
  }
  .Others .Others__list1 img {
    margin-bottom: 0px;
    transition: all 200ms;
  }
  .Others .Others__list1 h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .Others .Others__list1 p {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0;
    padding-right: 60px;
    position: relative;
    transition: all 200ms;
  }
  .Others .Others__list1 p:after {
    flex: 0 0 40px;
    background-color: #f7f6f4;
    border-radius: 50%;
    content: '';
    display: block;
    height: 40px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 200ms;
    width: 40px;
  }
  .Others .Others__list1 p:before {
    background-image: url("../images/common/icon_arrow_black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(1px,-50%);
    width: 12px;
    z-index: 1;
  }
  .Others .Others__list1 p span {
    flex: 1 1 calc(100% - 60px);
  }
  .Others .Others__list2 {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 60px 0;
  }
  .Others .Others__list2 dt {
    flex: 0 0 280px;
    font-size: 18px;
    line-height: 1.55556;
    margin: 0 auto 0 0;
  }
  .Others .Others__list2 dd {
    flex: 0 1 393px;
    margin: 0 0 0 40px;
  }
  .Others .Others__list2 dd a {
    border: 1px solid rgba(51, 51, 51, 0);
    height: 80px;
    transition: all 200ms;
  }
  .Others .Others__list2 dd a span {
    font-size: 14px;
  }
  .Others .Others__list2 dd a:after {
    flex: 0 0 12px;
    height: 12px;
    width: 12px;
  }
  .Others .Others__list2 dd a:hover {
    border: 1px solid #333;
  }
  .Others .Others__sns {
    padding: 60px 0 0;
  }
}

/* --------------------
 * pagenate
 * -------------------- */
.pagenate {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  padding: 22px 0 80px;
  position: relative;
}

.pagenate ul {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  justify-content: center;
	display: flex;
	align-items: center;
	line-height: 1;
  padding: 0px 0 22px;
}

.pagenate ul li {
  align-items: center;
  display: flex;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  justify-content: center;
  letter-spacing: normal;
}

.pagenate ul li .current_page {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #333;
  color: #333333;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 0 5px;
  width: 30px;
}

body.contribution .pagenate ul li .current_page {
  color: #924db9;
}

body.lifestyle .pagenate ul li .current_page {
  color: #f08c41;
}

body.education .pagenate ul li .current_page {
  color: #007df0;
}

body.with-region .pagenate ul li .current_page {
  color: #1da71d;
}

body.art .pagenate ul li .current_page {
  color: #fa235a;
}

body.technology .pagenate ul li .current_page {
  color: #00c3cd;
}

.pagenate ul li .link_page {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin: 0 5px;
  width: 30px;
}

body.contribution .pagenate ul li .link_page {
  color: #924db9;
}

body.lifestyle .pagenate ul li .link_page {
  color: #f08c41;
}

body.education .pagenate ul li .link_page {
  color: #007df0;
}

body.with-region .pagenate ul li .link_page {
  color: #1da71d;
}

body.art .pagenate ul li .link_page {
  color: #fa235a;
}

body.technology .pagenate ul li .link_page {
  color: #00c3cd;
}

.pagenate ul li .link_before {
  align-items: center;
  background-color: #333333;
  border-radius: 50%;
  bottom: 0px;
  color: #fff;
  display: flex;
  font-size: 0;
  height: 60px;
  justify-content: center;
  left: 20px;
  margin: 0;
  position: absolute;
  width: 60px;
}

.pagenate ul li .link_before:after {
  background-image: url("../images/common/icon_arrow_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  content: '';
  display: block;
  height: 10px;
  transform: scaleX(-1);
  width: 10px;
}

body.contribution .pagenate ul li .link_before {
  background-color: #924db9;
}

body.lifestyle .pagenate ul li .link_before {
  background-color: #f08c41;
}

body.education .pagenate ul li .link_before {
  background-color: #007df0;
}

body.with-region .pagenate ul li .link_before {
  background-color: #1da71d;
}

body.art .pagenate ul li .link_before {
  background-color: #fa235a;
}

body.technology .pagenate ul li .link_before {
  background-color: #00c3cd;
}

.pagenate ul li .link_next {
  align-items: center;
  background-color: #333333;
  border-radius: 50%;
  bottom: 0px;
  color: #fff;
  display: flex;
  font-size: 0;
  height: 60px;
  justify-content: center;
  margin: 0;
  position: absolute;
  right: 20px;
  width: 60px;
}

.pagenate ul li .link_next:after {
  background-image: url("../images/common/icon_arrow_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
}

body.contribution .pagenate ul li .link_next {
  background-color: #924db9;
}

body.lifestyle .pagenate ul li .link_next {
  background-color: #f08c41;
}

body.education .pagenate ul li .link_next {
  background-color: #007df0;
}

body.with-region .pagenate ul li .link_next {
  background-color: #1da71d;
}

body.art .pagenate ul li .link_next {
  background-color: #fa235a;
}

body.technology .pagenate ul li .link_next {
  background-color: #00c3cd;
}

.pagenate .first-current li .link_before,
.pagenate .end-current li .link_next {
	visibility: hidden;
	pointer-events: none;
}

@media print, screen and (min-width: 980px) {
  .pagenate {
    padding: 0px;
  }
  .pagenate ul {
    background-image: none;
    margin: 0 auto;
    max-width: 1310px;
    overflow: hidden;
    padding: 42px 25px;
    position: relative;
  }
  .pagenate ul li {
    border-radius: 50%;
  }
  .pagenate ul li .current_page {
    font-size: 18px;
    height: 40px;
    margin: 0 5px;
    width: 40px;
  }
  .pagenate ul li .link_page {
    border-radius: 50%;
    font-size: 18px;
    height: 40px;
    margin: 0 5px;
    transition: background-color 200ms;
    width: 40px;
  }
  .pagenate ul li .link_page:hover {
    background-color: #fff;
  }
  .pagenate ul li .link_before {
    bottom: 32px;
    left: 25px;
    transition: all 200ms;
  }
  .pagenate ul li .link_before:hover {
    bottom: 30px;
    height: 66px;
    left: 23px;
    width: 66px;
  }
  .pagenate ul li .link_before:after {
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
  }
  .pagenate ul li .link_next {
    bottom: 32px;
    right: 25px;
    transition: all 200ms;
  }
  .pagenate ul li .link_next:hover {
    bottom: 30px;
    height: 66px;
    right: 23px;
    width: 66px;
  }
  .pagenate ul li .link_next:after {
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
  }
}

/* --------------------
 * PersonBanner
 * -------------------- */
.PersonBanner {
  background-color: #f7f6f4;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  position: relative;
  z-index: 1;
}

.PersonBanner .PersonBanner__inner {
  padding: 80px 20px 55px;
}

.PersonBanner .PersonBanner__fig {
  margin-bottom: 17px;
}

.PersonBanner .PersonBanner__fig a {
  display: block;
}

@media print, screen and (min-width: 980px) {
  .PersonBanner .PersonBanner__inner {
    margin: 0 auto;
    max-width: 1310px;
    overflow: hidden;
    padding: 120px 25px 72px;
  }
  .PersonBanner .PersonBanner__fig {
    margin: 0 auto 35px;
    max-width: 1100px;
  }
  .PersonBanner .PersonBanner__fig a {
    display: block;
    transition: all 200ms;
  }
  .PersonBanner .PersonBanner__fig a:hover {
    opacity: .8;
  }
  .PersonBanner .PersonBanner__fig a img {
    width: 100%;
  }
}

/* --------------------
 * PersonContents
 * -------------------- */
.PersonContents {
  background-color: #f7f6f4;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.PersonContents .PersonContents__inner {
  padding: 60px 20px 0px;
}

@media print, screen and (min-width: 980px) {
  .PersonContents {
    padding-bottom: 0px;
  }
  .PersonContents .PersonContents__inner {
    margin: 0 auto;
    max-width: 1310px;
    overflow: hidden;
    padding: 110px 25px 50px;
  }
}

/* --------------------
 * Personlist
 * -------------------- */
.Personlist .Personlist__item {
  display: flex;
  margin-bottom: 60px;
}

.Personlist .Personlist__item.-new .Personlist__content {
  position: relative;
}

.Personlist .Personlist__item.-new .Personlist__content:before {
  align-items: center;
  background-color: #333333;
  border-radius: 50%;
  color: #fff;
  content: 'New';
  display: flex;
  font-size: 10px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: -15px;
  width: 40px;
  z-index: 2;
}

.Personlist .Personlist__content a {
  display: block;
}

.Personlist .Personlist__image {
  margin-bottom: 0;
  position: relative;
}

.Personlist .Personlist__image img {
  display: block;
  width: 100%;
}

.Personlist .Personlist__text {
  margin-bottom: 20px;
  padding-right: 10px;
}

.Personlist .Personlist__text span {
  -webkit-box-decoration-break: clone;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  font-size: 16px;
  line-height: 2;
  padding: 10px 10px;
}

.Personlist .Personlist__more {
  align-items: center;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  display: flex;
  justify-content: space-between;
}

.Personlist .Personlist__more span {
  display: block;
  flex: 1 1 auto;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
}

.Personlist .Personlist__more:after {
  background-image: url("../images/common/icon_arrow_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  border-bottom: 1px solid #333;
  content: '';
  display: block;
  flex: 0 0 40px;
  height: 50px;
  width: 40px;
}

@media print, screen and (min-width: 980px) {
  .Personlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -40px;
  }
  .Personlist .Personlist__item {
    flex: 0 1 calc(100% / 3 - 40px);
    margin: 0 40px 75px 0;
    width: calc(100% / 3 - 40px);
  }
  .Personlist .Personlist__item.-new .Personlist__content {
    position: relative;
  }
  .Personlist .Personlist__item.-new .Personlist__content:before {
    font-size: 14px;
    height: 60px;
    right: 20px;
    top: -30px;
    width: 60px;
  }
  .Personlist .Personlist__content a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
  .Personlist .Personlist__content a:hover:before {
    height: 12px;
    left: 1px;
    top: -2px;
    width: 12px;
  }
  .Personlist .Personlist__content a:hover .Personlist__more {
    background-image: none;
    border-bottom: 1px solid #333;
  }
  .Personlist .Personlist__content a:hover .Personlist__more:after {
    border-bottom: 1px solid rgba(51, 51, 51, 0);
  }
  .Personlist .Personlist__content a:hover .Personlist__text span {
    background-color: #127863;
    color: #fff;
  }
  .Personlist .Personlist__text {
    margin-bottom: 40px;
  }
  .Personlist .Personlist__text span {
    background-color: #fff;
    background-image: none;
    font-size: 18px;
    transition: all 200ms;
  }
  .Personlist .Personlist__more {
    background-position: left bottom -1px;
    border-bottom: 1px solid rgba(51, 51, 51, 0);
    margin-top: auto;
    transition: all 200ms;
  }
  .Personlist .Personlist__more span {
    font-size: 14px;
  }
  .Personlist .Personlist__more:after {
    background-position: center left 13px;
    background-size: 12px 12px;
    bottom: -1px;
    position: relative;
    transition: all 200ms;
  }
}

/* --------------------
 * PersonTitle
 * -------------------- */
.PersonTitle {
  background-color: #f7f6f4;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  position: relative;
  z-index: 1;
}

.PersonTitle .PersonTitle__inner {
  padding: 40px 20px 35px;
}

.PersonTitle .PersonTitle__mv {
  margin-bottom: 17px;
}

.PersonTitle .PersonTitle__lead {
  font-size: 14px;
  line-height: 1.71429;
}

@media print, screen and (min-width: 980px) {
  .PersonTitle .PersonTitle__inner {
    margin: 0 auto;
    max-width: 1310px;
    overflow: hidden;
    padding: 78px 25px 72px;
  }
  .PersonTitle .PersonTitle__mv {
    margin: 0 auto 35px;
    max-width: 1100px;
  }
  .PersonTitle .PersonTitle__mv img {
    width: 100%;
  }
  .PersonTitle .PersonTitle__lead {
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
}

/* --------------------
 * ShowAll
 * -------------------- */
.ShowAll {
  position: relative;
}

.ShowAll.-notShow {
  display: none;
}

.ShowAll:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #f7f6f4), to(rgba(247, 246, 244, 0.2)));
  background: linear-gradient(0deg, #f7f6f4 25%, rgba(247, 246, 244, 0.2) 100%);
  content: '';
  display: block;
  height: 65px;
  left: 0;
  position: absolute;
  top: -65px;
  width: 100%;
}

.Navigation .ShowAll:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, white), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(0deg, white 25%, rgba(255, 255, 255, 0.2) 100%);
}

body.contribution .ShowAll:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #f3f0f5), to(rgba(243, 240, 245, 0.2)));
  background: linear-gradient(0deg, #f3f0f5 25%, rgba(243, 240, 245, 0.2) 100%);
}

body.lifestyle .ShowAll:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #f5efeb), to(rgba(245, 239, 235, 0.2)));
  background: linear-gradient(0deg, #f5efeb 25%, rgba(245, 239, 235, 0.2) 100%);
}

body.education .ShowAll:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #ebf0f5), to(rgba(235, 240, 245, 0.2)));
  background: linear-gradient(0deg, #ebf0f5 25%, rgba(235, 240, 245, 0.2) 100%);
}

body.with-region .ShowAll:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #f0f5f0), to(rgba(240, 245, 240, 0.2)));
  background: linear-gradient(0deg, #f0f5f0 25%, rgba(240, 245, 240, 0.2) 100%);
}

body.art .ShowAll:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #f5edef), to(rgba(245, 237, 239, 0.2)));
  background: linear-gradient(0deg, #f5edef 25%, rgba(245, 237, 239, 0.2) 100%);
}

body.technology .ShowAll:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #ebf4f5), to(rgba(235, 244, 245, 0.2)));
  background: linear-gradient(0deg, #ebf4f5 25%, rgba(235, 244, 245, 0.2) 100%);
}

.ShowAll.-open {
  display: none;
}

.ShowAll .ShowAll__btn {
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #333333;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  margin: 0 auto;
  width: 10em;
}

.ShowAll .ShowAll__btn span {
  display: block;
  flex: 0 0 auto;
  font-size: 12px;
  margin: 0 auto;
}

@media print, screen and (min-width: 980px) {
  .ShowAll {
    display: none !important;
  }
}

/* --------------------
 * ShowAllGoal
 * -------------------- */
.ShowAllGoal {
  position: relative;
}

.ShowAllGoal.-notShow {
  display: none;
}

.ShowAllGoal:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #f7f6f4), to(rgba(247, 246, 244, 0.2)));
  background: linear-gradient(0deg, #f7f6f4 25%, rgba(247, 246, 244, 0.2) 100%);
  content: '';
  display: block;
  height: 65px;
  left: 0;
  position: absolute;
  top: -65px;
  width: 100%;
}

.Navigation .ShowAllGoal:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, white), to(rgba(255, 255, 255, 0.2))) !important;
  background: linear-gradient(0deg, white 25%, rgba(255, 255, 255, 0.2) 100%) !important;
}

body.contribution .ShowAllGoal:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #f3f0f5), to(rgba(243, 240, 245, 0.2)));
  background: linear-gradient(0deg, #f3f0f5 25%, rgba(243, 240, 245, 0.2) 100%);
}

body.lifestyle .ShowAllGoal:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #f5efeb), to(rgba(245, 239, 235, 0.2)));
  background: linear-gradient(0deg, #f5efeb 25%, rgba(245, 239, 235, 0.2) 100%);
}

body.education .ShowAllGoal:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #ebf0f5), to(rgba(235, 240, 245, 0.2)));
  background: linear-gradient(0deg, #ebf0f5 25%, rgba(235, 240, 245, 0.2) 100%);
}

body.with-region .ShowAllGoal:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #f0f5f0), to(rgba(240, 245, 240, 0.2)));
  background: linear-gradient(0deg, #f0f5f0 25%, rgba(240, 245, 240, 0.2) 100%);
}

body.art .ShowAllGoal:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #f5edef), to(rgba(245, 237, 239, 0.2)));
  background: linear-gradient(0deg, #f5edef 25%, rgba(245, 237, 239, 0.2) 100%);
}

body.technology .ShowAllGoal:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #ebf4f5), to(rgba(235, 244, 245, 0.2)));
  background: linear-gradient(0deg, #ebf4f5 25%, rgba(235, 244, 245, 0.2) 100%);
}

.ShowAllGoal.-open {
  display: none;
}

.ShowAllGoal .ShowAllGoal__btn {
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #333333;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  margin: 0 auto;
  width: 8em;
}

.ShowAllGoal .ShowAllGoal__btn span {
  display: block;
  flex: 0 0 auto;
  font-size: 12px;
  margin: 0 auto;
}

@media print, screen and (min-width: 980px) {
  .ShowAllGoal {
    display: none !important;
  }
}

/* --------------------
 * Sns
 * -------------------- */
.Sns {
  background-color: #f7f6f4;
}

.Sns .Sns__inner {
  padding: 25px 30px 30px;
}

.Sns .Sns__title {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 17px;
}

.Sns .Sns__list {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

.Sns .Sns__list li {
  flex: 0 0 calc((100% - 3px) / 4);
}

.Sns .Sns__list a {
  aspect-ratio: 1 / 1;
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
}

.Sns .Sns__list img {
  width: min(6.25vw, 40px);
  height: min(6.25vw, 40px);
}

@media print, screen and (min-width: 980px) {
  .Sns .Sns__inner {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 30px;
  }
  .Sns .Sns__title {
    flex: 0 1 auto;
    font-size: 18px;
    margin: 0 auto 0 0;
  }
  .Sns .Sns__list {
    flex: 0 0 488px;
    justify-content: flex-start;
    margin: 0;
  }
  .Sns .Sns__list li {
    flex: 0 0 120px;
    margin: 0 0 0 2px;
  }
  .Sns .Sns__list a {
    transition: all 200ms;
  }
  .Sns .Sns__list a:hover {
    transform: scale(0.95);
  }
  .Sns .Sns__list img {
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
  }
}

/* --------------------
 * Special
 * -------------------- */
.Special {
  background-color: #f7f6f4;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  position: relative;
  z-index: 1;
}

.notfound .Special,
.person .Special {
	display: none;
}

body.contribution .Special {
  background-color: #f3f0f5;
}

body.lifestyle .Special {
  background-color: #f5efeb;
}

body.education .Special {
  background-color: #ebf0f5;
}

body.with-region .Special {
  background-color: #f0f5f0;
}

body.art .Special {
  background-color: #f5edef;
}

body.technology .Special {
  background-color: #ebf4f5;
}

.Special .Special__inner {
  padding: 63px 20px 83px;
  position: relative;
}

.Special .Special__image {
  margin: 0 -30px 25px;
}

.Special .Special__title {
  margin: 0 -20px;
}

.Special .Special__controller {
  padding: 0 20px;
}

.Special .Special__titleSliderItem {
  padding: 0 20px;
}

.Special .Special__num {
  align-items: baseline;
  display: flex;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  justify-content: flex-start;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.Special .Special__numText1 {
  font-size: 30px;
  line-height: 1;
  margin-right: 5px;
}

.Special .Special__numText2 {
  font-size: 10px;
  line-height: 1;
  opacity: 0.3;
}

.Special .Special__articleTitle {
  margin-bottom: 20px;
  padding-right: 10px;
}

.Special .Special__articleTitle span {
  -webkit-box-decoration-break: clone;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  font-size: 16px;
  line-height: 2;
  padding: 10px 10px;
}

.Special .Special__controllerInner {
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  display: flex;
  flex-wrap: wrap;
}

.Special .Special__timer {
  flex: 1 1 100%;
  height: 1px;
  position: relative;
}

.Special .Special__timer span {
  background-color: #333;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left top;
  width: 100%;
}

.Special .Special__timer.-start span {
  transform: scaleX(1);
  transition-duration: 4950ms;
  transition-property: transform;
  transition-timing-function: linear;
}

.Special .Special__arrowLeft {
  cursor: pointer;
  flex: 0 0 30px;
  height: 60px;
  position: relative;
}

.Special .Special__arrowLeft:before {
  background-image: url("../images/common/icon_arrow_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 9px;
  left: calc(50% - 4px);
  position: absolute;
  top: calc(50% - 4px);
  transform: scaleX(-1);
  width: 9px;
}

.Special .Special__dots {
  flex: 1 1 calc(100% - 60px);
  padding-top: 22px;
}

.Special .Special__dots .slick-dots {
  align-items: center;
  bottom: auto;
  display: flex;
  justify-content: center;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}

.Special .Special__dots .slick-dots li {
  height: 8px;
  margin: 0 5px;
  padding: 0;
  width: 8px;
}

.Special .Special__dots .slick-dots li button {
  background-color: #333;
  border-radius: 50%;
  height: 8px;
  margin: 0;
  opacity: 0.1;
  padding: 0;
  width: 8px;
}

.Special .Special__dots .slick-dots li button:before {
  content: none;
}

.Special .Special__dots .slick-dots li.slick-active button {
  opacity: 1;
}

.Special .Special__arrowRight {
  cursor: pointer;
  flex: 0 0 30px;
  height: 60px;
  position: relative;
}

.Special .Special__arrowRight:before {
  background-image: url("../images/common/icon_arrow_black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 9px;
  left: calc(50% - 4px);
  position: absolute;
  top: calc(50% - 4px);
  width: 9px;
}

@media print, screen and (min-width: 980px) {
  .Special .Special__inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 90px 25px 150px;
  }
  .Special .Special__list {
    padding-bottom: 30px;
  }
  .Special .Special__sliderWrapper {
    display: flex;
    justify-content: space-between;
  }
  .Special .Special__image {
    flex: 1 1 calc(100% - 285px - 40px);
    margin: 0;
    order: 2;
    padding: 0;
    width: calc(100% - 285px - 40px);
  }
  .Special .Special__image img {
    display: block;
    width: 100%;
  }
  .Special .Special__title {
    display: flex;
    flex: 0 0 285px;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 40px 0 0;
    order: 1;
    padding: 0;
    width: 285px;
  }
  .Special .Special__controller {
    padding: 0;
  }
  .Special .Special__titleSliderItem {
    padding: 0;
  }
  .Special .Special__num {
    margin-bottom: 40px;
    padding-top: 20px;
  }
  .Special .Special__numText1 {
    font-size: 48px;
  }
  .Special .Special__numText2 {
    font-size: 18px;
  }
  .Special .Special__articleTitle {
    margin-bottom: 40px;
    max-width: 285px;
    padding-right: 13px;
  }
  .Special .Special__articleTitle span {
    font-size: 24px;
    padding: 13px 13px;
  }
  .Special .Special__arrowLeft {
    height: 30px;
    margin-top: 15px;
    transition: all 200ms;
  }
  .Special .Special__arrowLeft:before {
    height: 12px;
    left: calc(50% - 6px);
    top: calc(50% - 6px);
    width: 12px;
  }
  .Special .Special__arrowLeft:hover {
    background-color: #fff;
    border-radius: 50%;
  }
  .Special .Special__dots {
    padding-top: 27px;
  }
  .Special .Special__arrowRight {
    height: 30px;
    margin-top: 15px;
    transition: all 200ms;
  }
  .Special .Special__arrowRight:before {
    height: 12px;
    left: calc(50% - 6px);
    top: calc(50% - 6px);
    width: 12px;
  }
  .Special .Special__arrowRight:hover {
    background-color: #fff;
    border-radius: 50%;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 21px;
}

/* --------------------
 * TagList
 * -------------------- */
.TagList {
  height: 224px;
  overflow: hidden;
  transition: height 300ms;
}

.TagList.-notShow {
  height: auto;
}

.TagList .TagList__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.TagList .TagList__item {
  margin: 0 10px 10px 0;
}

.TagList .TagList__item a {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 6px;
  display: inline-block;
  padding: 12px 15px 12px 30px;
  position: relative;
}

.TagList .TagList__item a:before {
  align-items: center;
  background-color: #333;
  border-radius: 50%;
  color: #333;
  content: '';
  display: flex;
  font-size: 18px;
  height: 4px;
  justify-content: center;
  left: 15px;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}

.TagList .TagList__item span {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  font-size: 12px;
}

body.en .TagList .TagList__item span {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

@media print, screen and (min-width: 980px) {
  .TagList {
    height: auto !important;
    transition: height 0s;
  }
  .TagList .TagList__item a {
    border-radius: 12px;
    padding: 15px 18px 15px 33px;
    transition-duration: 300ms;
    transition-property: background-color, border-color;
  }
  .TagList .TagList__item a:before {
    height: 8px;
    width: 8px;
  }
  .TagList .TagList__item a:hover {
    border: 1px solid #333;
    transition: all 200ms;
  }
  .TagList .TagList__item a:hover:before {
    height: 12px;
    left: 13px;
    transition: all 200ms;
    width: 12px;
  }
  .TagList .TagList__item span {
    font-size: 14px;
  }
}

/* --------------------
 * Title1
 * -------------------- */
.Title1 {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 10px;
  display: inline-block;
  -webkit-filter: drop-shadow(7px 5px 0px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(7px 5px 0px rgba(0, 0, 0, 0.07));
  left: 20px;
  margin: 0 auto 0 0;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.Title1:before {
  background-image: url("../images/common/fukidashi_parts.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -12px;
  content: '';
  display: block;
  height: 12px;
  left: 24px;
  position: absolute;
  width: 24px;
}

.Title1 .Title1__text {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: flex-start;
  padding: 0 25px 0 20px;
}

.Title1 .Title1__text:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  margin: 0 8px 0 0;
  width: 18px;
}

.Title1 span {
  font-size: 14px;
  line-height: 1;
}

.Title1.-goal .Title1__text:before {
  background-image: url("../images/common/icon_title_goal.svg");
}

.Title1.-category .Title1__text:before {
  background-image: url("../images/common/icon_title_category.svg");
}

.Title1.-tag .Title1__text:before {
  background-image: url("../images/common/icon_title_tag.svg");
}

.Title1.-recommend .Title1__text:before {
  background-image: url("../images/common/icon_title_recommend.svg");
}

.Title1.-special .Title1__text:before {
  background-image: url("../images/common/icon_title_special.svg");
}

.Title1.-person .Title1__text:before {
  background-image: url("../images/common/icon_title_person.svg");
}

@media print, screen and (min-width: 980px) {
  .Title1 .Title1__text {
    height: 60px;
    padding: 0 30px 0 25px;
  }
  .Title1 .Title1__text:before {
    height: 24px;
    width: 24px;
  }
  .Title1 span {
    font-size: 16px;
  }
}

/* --------------------
* TopArticles
* -------------------- */
.TopArticles {
  background-color: #f7f6f4;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  position: relative;
  position: relative;
  z-index: 1;
}

.TopArticles:before {
  background: #fff;
  content: '';
  display: block;
  height: 56vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.TopArticles .TopArticles__inner {
  padding: 78px 20px 103px;
  position: relative;
  z-index: 2;
}

.TopArticles .TopArticles__shoulder {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}

.TopArticles .TopArticles__shoulder:before {
  border-radius: 4px;
  content: '';
  display: block;
  height: 4px;
  margin-right: 10px;
  width: 20px;
}

.TopArticles .TopArticles__shoulder span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
}

.TopArticles .TopArticles__title {
  margin-bottom: 26px;
}

.TopArticles .TopArticles__text {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 55px;
}

.TopArticles .TopArticles__more {
  margin: 0 30px;
}

@media print, screen and (min-width: 980px) {
  .TopArticles {
    background-color: #f7f6f4;
  }
  .TopArticles:before {
    height: 61vh;
  }
  body.en .TopArticles:before {
    height: 73vh;
  }
  .TopArticles .TopArticles__inner {
    margin: 0 auto;
    max-width: 1310px;
    overflow: hidden;
    padding: 110px 25px 150px;
  }
  .TopArticles .TopArticles__shoulder:before {
    margin-right: 20px;
  }
  .TopArticles .TopArticles__shoulder span {
    font-size: 18px;
  }
  .TopArticles .TopArticles__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  .TopArticles .TopArticles__title {
    flex: 0 1 700px;
    margin: 0;
  }
  .TopArticles .TopArticles__title img {
    display: block;
  }
  .TopArticles .TopArticles__text {
    display: inline-block;
    flex: 0 0 350px;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    text-align: right;
  }
  .TopArticles .TopArticles__text .TopArticles__textLine {
    margin-bottom: -2px;
    padding: 10px;
  }
  .TopArticles .TopArticles__text .TopArticles__textLine > span {
    transform: translateX(1em);
  }
  .TopArticles .TopArticles__text .TopArticles__textLine:before {
    transform: translateX(100%);
  }
  .TopArticles .TopArticles__textLine {
    display: inline-block;
    margin: 0 0 0 auto;
    overflow: hidden;
    position: relative;
  }
  .TopArticles .TopArticles__textLine > span {
    display: block;
    opacity: 0;
    position: relative;
    transition-duration: 400ms;
    transition-property: opacity, transform;
    z-index: 2;
  }
  .TopArticles .TopArticles__textLine:before {
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: 500ms;
    transition-property: transform;
    width: 100%;
    z-index: 1;
  }
  .TopArticles .TopArticles__text.-show .TopArticles__textLine > span {
    opacity: 1;
    transform: translateX(0);
  }
  .TopArticles .TopArticles__text.-show .TopArticles__textLine:before {
    transform: translateX(0);
  }
  .TopArticles .TopArticles__text.-show .TopArticles__textLine.-l1:before {
    transition-delay: 650ms;
  }
  .TopArticles .TopArticles__text.-show .TopArticles__textLine.-l1 > span {
    transition-delay: 150ms;
  }
  .TopArticles .TopArticles__text.-show .TopArticles__textLine.-l2:before {
    transition-delay: 800ms;
  }
  .TopArticles .TopArticles__text.-show .TopArticles__textLine.-l2 > span {
    transition-delay: 300ms;
  }
  .TopArticles .TopArticles__text.-show .TopArticles__textLine.-l3:before {
    transition-delay: 950ms;
  }
  .TopArticles .TopArticles__text.-show .TopArticles__textLine.-l3 > span {
    transition-delay: 450ms;
  }
  .TopArticles .TopArticles__more {
    margin: 0 auto;
    max-width: 300px;
  }
}

/* --------------------
 * TopCategory
 * -------------------- */
.TopCategory {
  background-color: #f7f6f4;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  position: relative;
  z-index: 1;
}

.category_article .TopCategory,
.notfound .TopCategory,
.keywords .TopCategory,
.person .TopCategory,
.sdgs .TopCategory {
	display: none;
}

body.contribution .TopCategory {
  background-color: #f3f0f5;
}

body.lifestyle .TopCategory {
  background-color: #f5efeb;
}

body.education .TopCategory {
  background-color: #ebf0f5;
}

body.with-region .TopCategory {
  background-color: #f0f5f0;
}

body.art .TopCategory {
  background-color: #f5edef;
}

body.technology .TopCategory {
  background-color: #ebf4f5;
}

.TopCategory .TopCategory__inner {
  padding: 62px 20px 85px;
}

.TopCategory .TopCategory__list {
  padding-bottom: 20px;
}

@media print, screen and (min-width: 980px) {
  .TopCategory .TopCategory__inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 90px 25px 110px;
    position: relative;
  }
  .TopCategory .TopCategory__list {
    padding-bottom: 30px;
  }
}

/* --------------------
 * TopGoals
 * -------------------- */
.TopGoals {
  background-color: #f7f6f4;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  position: relative;
  z-index: 1;
}

.archive_index .TopGoals,
.category_index .TopGoals,
.notfound .TopGoals,
.keywords .TopGoals,
.person .TopGoals {
	display: none;
}

body.contribution .TopGoals {
  background-color: #f3f0f5;
}

body.lifestyle .TopGoals {
  background-color: #f5efeb;
}

body.education .TopGoals {
  background-color: #ebf0f5;
}

body.with-region .TopGoals {
  background-color: #f0f5f0;
}

body.art .TopGoals {
  background-color: #f5edef;
}

body.technology .TopGoals {
  background-color: #ebf4f5;
}

.TopGoals .TopGoals__inner {
  padding: 63px 20px 105px;
  position: relative;
}

body.en .TopGoals .TopGoals__inner {
  padding-bottom: 0px;
}

.TopGoals .TopGoals__list {
  padding-bottom: 40px;
}

.TopGoals .grad-btn {
  border: 1px solid #333;
  border-radius: 30px;
  font-size: 12px;
  left: 50%;
  padding: 3px 13px;
  position: absolute;
  top: 320px;
  transform: translateX(-50%);
  z-index: 2;
}

.TopGoals .grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.TopGoals .grad-trigger:checked + .grad-btn {
  display: none;
  /*チェックされていたら、grad-btnを非表示にする*/
}

.TopGoals .grad-trigger:checked ~ .-articlePage {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.TopGoals .grad-trigger:checked ~ .-articlePage::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.TopGoals .TopGoals__about {
  background-color: #fff;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 20px;
  padding-top: 40px;
}

.TopGoals .TopGoals__logo {
  margin: 0 auto 30px;
  width: 160px;
}

.TopGoals .TopGoals__text {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 24px;
  text-align: center;
}

body.en .TopGoals .TopGoals__text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.TopGoals .TopGoals__btns {
  margin: 0 20px;
}

.TopGoals .TopGoals__btns li {
  margin-bottom: 20px;
}

.TopGoals__more {
  margin: 15px 0 0 0;
}
.Navigation__contentInner .TopGoals__more .Btn1__link {
  border: 1px solid rgba(51, 51, 51, 0.1);
}
@media screen and (min-width: 414px) {
	.TopGoals__more {
	  margin: 15px 30px 0;
	}
}
@media print, screen and (min-width: 980px) {
  .TopGoals .TopGoals__inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 90px 25px 150px;
  }
  body.en .TopGoals .TopGoals__inner {
    padding-bottom: 55px;
  }
  .TopGoals .TopGoals__list {
    padding-bottom: 30px;
  }
  .TopGoals .grad-btn {
    display: none;
  }
  .TopGoals .TopGoals__about {
    margin: 0;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .TopGoals .TopGoals__logo {
    margin: 0 auto 40px;
    width: 320px;
  }
  .TopGoals .TopGoals__text {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .TopGoals .TopGoals__btns {
    display: flex;
    justify-content: center;
  }
  .TopGoals .TopGoals__btns li {
    flex: 0 0 393px;
    margin: 0 10px;
  }
	.TopGoals__more {
		margin: 30px auto 10px;
    max-width: 360px;
	}
	.Navigation__contentInner .TopGoals__more .Btn1__link:hover {
    border: 1px solid #333;
	}
}

.TopGoals .TopGoals__about2 {
  background-color: #fff;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 40px;
}

.TopGoals .TopGoals__logo2 {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 84%;
  z-index: 1;
}

.TopGoals .TopGoals__bg {
  margin-top: -31px;
  position: relative;
}

.TopGoals .TopGoals__bg img {
  width: 100%;
}

.TopGoals .TopGoals__aboutArea {
  background-color: #FEE101;
  margin-top: -7px;
  padding: 23px 0 12px;
}

.TopGoals .TopGoals__text2 {
  font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
  font-size: 13px;
  line-height: 1.71429;
  margin-bottom: 24px;
  text-align: center;
}

body.en .TopGoals .TopGoals__text2 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

.TopGoals .TopGoals__btns {
  margin: 0 20px;
}

.TopGoals .TopGoals__btns li {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 980px) {
  .TopGoals .TopGoals__inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 90px 25px 150px;
  }
  body.en .TopGoals .TopGoals__inner {
    padding-bottom: 55px;
  }
  .TopGoals .TopGoals__list {
    padding-bottom: 30px;
  }
  .TopGoals .grad-btn {
    display: none;
  }
  .TopGoals .TopGoals__about2 {
    margin: 0;
    padding-top: 36px;
  }
  .TopGoals .TopGoals__logo2 {
    margin: 12px auto 71px;
    width: 37%;
  }
  .TopGoals .TopGoals__aboutArea {
    margin-top: -9px;
    padding: 23px 0 58px;
    top: 33%;
  }
  .TopGoals .TopGoals__text2 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 33px;
  }
  .TopGoals .TopGoals__btns {
    display: flex;
    justify-content: center;
  }
  .TopGoals .TopGoals__btns li {
    flex: 0 0 418px;
    margin: 0 10px;
  }
}

/* --------------------
 * TopOthers
 * -------------------- */
.TopOthers {
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.TopOthers .TopOthers__inner {
  padding: 80px 20px 80px;
}

@media print, screen and (min-width: 980px) {
  .TopOthers .TopOthers__inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 100px 25px 120px;
  }
}

/* --------------------
 * TopTag
 * -------------------- */
.TopTag {
  background-color: #f7f6f4;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  position: relative;
  z-index: 1;
}

.category_article .TopCategory + .TopTag,
.notfound .TopTag,
.person .TopTag,
.sdgs .TopTag {
	display: none;
}

body.contribution .TopTag {
  background-color: #f3f0f5;
}

body.lifestyle .TopTag {
  background-color: #f5efeb;
}

body.education .TopTag {
  background-color: #ebf0f5;
}

body.with-region .TopTag {
  background-color: #f0f5f0;
}

body.art .TopTag {
  background-color: #f5edef;
}

body.technology .TopTag {
  background-color: #ebf4f5;
}

.TopTag .TopTag__inner {
  padding: 63px 20px 82px;
  position: relative;
}

.TopTag .TopTag__list {
  padding-bottom: 20px;
}

@media print, screen and (min-width: 980px) {
  .TopTag .TopTag__inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 90px 25px 110px;
  }
  .TopTag .TopTag__list {
    padding-bottom: 30px;
  }
}

/* --------------------
 * 404
 * -------------------- */
.page404 {
  margin: 0 auto;
  padding-top: 90px;
}

.page404 .page404__title {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #000;
}

.page404 .page404__content {
  margin-top: 20px;
}

.page404 .page404__text1 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.page404 .page404__text1.-link {
  margin-top: 58px;
}

.page404 .page404__link1 {
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 16px;
}

.page404 .page404__link1 img {
  width: auto;
  margin-right: 7px;
}

.page404 .page404__link1 span {
  margin-left: 10px;
}

@media only screen and (min-width: 769px) {
  .page404 {
    max-width: 1310px;
    padding: 90px 25px 50px;
    margin: 0 auto;
  }
  .page404 .page404__content {
    position: relative;
  }
  .page404 .page404__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 230px;
  }
  .page404 .page404__image img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .page404 {
    padding-top: 48px;
  }
  .page404 .page404__title {
    font-size: 4.4vw;
    padding: 0 18px;
  }
  .page404 .page404__content {
    padding: 0 18px;
    margin-top: 10px;
  }
  .page404 .page404__text1 {
    font-size: max(10px, 1.8vw);
    line-height: 1.5;
    letter-spacing: -0.03em;
  }
  .page404 .page404__text1.-link {
    margin-top: 28px;
  }
  .page404 .page404__link1 {
    font-size: max(12px, 2.08vw);
  }
  .page404 .page404__link1 span {
    margin-left: 5px;
  }
  .page404 .page404__image {
    text-align: center;
    margin-top: 30px;
  }
  .page404 .page404__image img {
    width: max(155px, 30vw);
    height: auto;
  }
}

.js-titleColor.-s1.-e1:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#924db9), color-stop(50%, #924db9), color-stop(50.1%, #924db9), to(#924db9));
  background-image: linear-gradient(90deg, #924db9 0%, #924db9 50%, #924db9 50.1%, #924db9 100%);
}

.js-titleColor.-s1.-e2:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#924db9), color-stop(50%, #924db9), color-stop(50.1%, #f08c41), to(#f08c41));
  background-image: linear-gradient(90deg, #924db9 0%, #924db9 50%, #f08c41 50.1%, #f08c41 100%);
}

.js-titleColor.-s1.-e3:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#924db9), color-stop(50%, #924db9), color-stop(50.1%, #007df0), to(#007df0));
  background-image: linear-gradient(90deg, #924db9 0%, #924db9 50%, #007df0 50.1%, #007df0 100%);
}

.js-titleColor.-s1.-e4:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#924db9), color-stop(50%, #924db9), color-stop(50.1%, #1da71d), to(#1da71d));
  background-image: linear-gradient(90deg, #924db9 0%, #924db9 50%, #1da71d 50.1%, #1da71d 100%);
}

.js-titleColor.-s1.-e5:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#924db9), color-stop(50%, #924db9), color-stop(50.1%, #fa235a), to(#fa235a));
  background-image: linear-gradient(90deg, #924db9 0%, #924db9 50%, #fa235a 50.1%, #fa235a 100%);
}

.js-titleColor.-s1.-e6:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#924db9), color-stop(50%, #924db9), color-stop(50.1%, #00c3cd), to(#00c3cd));
  background-image: linear-gradient(90deg, #924db9 0%, #924db9 50%, #00c3cd 50.1%, #00c3cd 100%);
}

.js-titleColor.-s2.-e1:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#f08c41), color-stop(50%, #f08c41), color-stop(50.1%, #924db9), to(#924db9));
  background-image: linear-gradient(90deg, #f08c41 0%, #f08c41 50%, #924db9 50.1%, #924db9 100%);
}

.js-titleColor.-s2.-e2:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#f08c41), color-stop(50%, #f08c41), color-stop(50.1%, #f08c41), to(#f08c41));
  background-image: linear-gradient(90deg, #f08c41 0%, #f08c41 50%, #f08c41 50.1%, #f08c41 100%);
}

.js-titleColor.-s2.-e3:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#f08c41), color-stop(50%, #f08c41), color-stop(50.1%, #007df0), to(#007df0));
  background-image: linear-gradient(90deg, #f08c41 0%, #f08c41 50%, #007df0 50.1%, #007df0 100%);
}

.js-titleColor.-s2.-e4:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#f08c41), color-stop(50%, #f08c41), color-stop(50.1%, #1da71d), to(#1da71d));
  background-image: linear-gradient(90deg, #f08c41 0%, #f08c41 50%, #1da71d 50.1%, #1da71d 100%);
}

.js-titleColor.-s2.-e5:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#f08c41), color-stop(50%, #f08c41), color-stop(50.1%, #fa235a), to(#fa235a));
  background-image: linear-gradient(90deg, #f08c41 0%, #f08c41 50%, #fa235a 50.1%, #fa235a 100%);
}

.js-titleColor.-s2.-e6:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#f08c41), color-stop(50%, #f08c41), color-stop(50.1%, #00c3cd), to(#00c3cd));
  background-image: linear-gradient(90deg, #f08c41 0%, #f08c41 50%, #00c3cd 50.1%, #00c3cd 100%);
}

.js-titleColor.-s3.-e1:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#007df0), color-stop(50%, #007df0), color-stop(50.1%, #924db9), to(#924db9));
  background-image: linear-gradient(90deg, #007df0 0%, #007df0 50%, #924db9 50.1%, #924db9 100%);
}

.js-titleColor.-s3.-e2:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#007df0), color-stop(50%, #007df0), color-stop(50.1%, #f08c41), to(#f08c41));
  background-image: linear-gradient(90deg, #007df0 0%, #007df0 50%, #f08c41 50.1%, #f08c41 100%);
}

.js-titleColor.-s3.-e3:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#007df0), color-stop(50%, #007df0), color-stop(50.1%, #007df0), to(#007df0));
  background-image: linear-gradient(90deg, #007df0 0%, #007df0 50%, #007df0 50.1%, #007df0 100%);
}

.js-titleColor.-s3.-e4:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#007df0), color-stop(50%, #007df0), color-stop(50.1%, #1da71d), to(#1da71d));
  background-image: linear-gradient(90deg, #007df0 0%, #007df0 50%, #1da71d 50.1%, #1da71d 100%);
}

.js-titleColor.-s3.-e5:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#007df0), color-stop(50%, #007df0), color-stop(50.1%, #fa235a), to(#fa235a));
  background-image: linear-gradient(90deg, #007df0 0%, #007df0 50%, #fa235a 50.1%, #fa235a 100%);
}

.js-titleColor.-s3.-e6:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#007df0), color-stop(50%, #007df0), color-stop(50.1%, #00c3cd), to(#00c3cd));
  background-image: linear-gradient(90deg, #007df0 0%, #007df0 50%, #00c3cd 50.1%, #00c3cd 100%);
}

.js-titleColor.-s4.-e1:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#1da71d), color-stop(50%, #1da71d), color-stop(50.1%, #924db9), to(#924db9));
  background-image: linear-gradient(90deg, #1da71d 0%, #1da71d 50%, #924db9 50.1%, #924db9 100%);
}

.js-titleColor.-s4.-e2:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#1da71d), color-stop(50%, #1da71d), color-stop(50.1%, #f08c41), to(#f08c41));
  background-image: linear-gradient(90deg, #1da71d 0%, #1da71d 50%, #f08c41 50.1%, #f08c41 100%);
}

.js-titleColor.-s4.-e3:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#1da71d), color-stop(50%, #1da71d), color-stop(50.1%, #007df0), to(#007df0));
  background-image: linear-gradient(90deg, #1da71d 0%, #1da71d 50%, #007df0 50.1%, #007df0 100%);
}

.js-titleColor.-s4.-e4:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#1da71d), color-stop(50%, #1da71d), color-stop(50.1%, #1da71d), to(#1da71d));
  background-image: linear-gradient(90deg, #1da71d 0%, #1da71d 50%, #1da71d 50.1%, #1da71d 100%);
}

.js-titleColor.-s4.-e5:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#1da71d), color-stop(50%, #1da71d), color-stop(50.1%, #fa235a), to(#fa235a));
  background-image: linear-gradient(90deg, #1da71d 0%, #1da71d 50%, #fa235a 50.1%, #fa235a 100%);
}

.js-titleColor.-s4.-e6:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#1da71d), color-stop(50%, #1da71d), color-stop(50.1%, #00c3cd), to(#00c3cd));
  background-image: linear-gradient(90deg, #1da71d 0%, #1da71d 50%, #00c3cd 50.1%, #00c3cd 100%);
}

.js-titleColor.-s5.-e1:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#fa235a), color-stop(50%, #fa235a), color-stop(50.1%, #924db9), to(#924db9));
  background-image: linear-gradient(90deg, #fa235a 0%, #fa235a 50%, #924db9 50.1%, #924db9 100%);
}

.js-titleColor.-s5.-e2:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#fa235a), color-stop(50%, #fa235a), color-stop(50.1%, #f08c41), to(#f08c41));
  background-image: linear-gradient(90deg, #fa235a 0%, #fa235a 50%, #f08c41 50.1%, #f08c41 100%);
}

.js-titleColor.-s5.-e3:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#fa235a), color-stop(50%, #fa235a), color-stop(50.1%, #007df0), to(#007df0));
  background-image: linear-gradient(90deg, #fa235a 0%, #fa235a 50%, #007df0 50.1%, #007df0 100%);
}

.js-titleColor.-s5.-e4:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#fa235a), color-stop(50%, #fa235a), color-stop(50.1%, #1da71d), to(#1da71d));
  background-image: linear-gradient(90deg, #fa235a 0%, #fa235a 50%, #1da71d 50.1%, #1da71d 100%);
}

.js-titleColor.-s5.-e5:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#fa235a), color-stop(50%, #fa235a), color-stop(50.1%, #fa235a), to(#fa235a));
  background-image: linear-gradient(90deg, #fa235a 0%, #fa235a 50%, #fa235a 50.1%, #fa235a 100%);
}

.js-titleColor.-s5.-e6:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#fa235a), color-stop(50%, #fa235a), color-stop(50.1%, #00c3cd), to(#00c3cd));
  background-image: linear-gradient(90deg, #fa235a 0%, #fa235a 50%, #00c3cd 50.1%, #00c3cd 100%);
}

.js-titleColor.-s6.-e1:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#00c3cd), color-stop(50%, #00c3cd), color-stop(50.1%, #924db9), to(#924db9));
  background-image: linear-gradient(90deg, #00c3cd 0%, #00c3cd 50%, #924db9 50.1%, #924db9 100%);
}

.js-titleColor.-s6.-e2:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#00c3cd), color-stop(50%, #00c3cd), color-stop(50.1%, #f08c41), to(#f08c41));
  background-image: linear-gradient(90deg, #00c3cd 0%, #00c3cd 50%, #f08c41 50.1%, #f08c41 100%);
}

.js-titleColor.-s6.-e3:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#00c3cd), color-stop(50%, #00c3cd), color-stop(50.1%, #007df0), to(#007df0));
  background-image: linear-gradient(90deg, #00c3cd 0%, #00c3cd 50%, #007df0 50.1%, #007df0 100%);
}

.js-titleColor.-s6.-e4:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#00c3cd), color-stop(50%, #00c3cd), color-stop(50.1%, #1da71d), to(#1da71d));
  background-image: linear-gradient(90deg, #00c3cd 0%, #00c3cd 50%, #1da71d 50.1%, #1da71d 100%);
}

.js-titleColor.-s6.-e5:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#00c3cd), color-stop(50%, #00c3cd), color-stop(50.1%, #fa235a), to(#fa235a));
  background-image: linear-gradient(90deg, #00c3cd 0%, #00c3cd 50%, #fa235a 50.1%, #fa235a 100%);
}

.js-titleColor.-s6.-e6:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#00c3cd), color-stop(50%, #00c3cd), color-stop(50.1%, #00c3cd), to(#00c3cd));
  background-image: linear-gradient(90deg, #00c3cd 0%, #00c3cd 50%, #00c3cd 50.1%, #00c3cd 100%);
}


/* アンケートバナー */
#research_banner {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	height: 0;
	box-sizing: content-box;
	opacity: 0;
	transition: opacity 500ms;
	overflow: hidden;
}
#research_banner.-scrolled {
	height: auto;
	opacity: 1;
}
#research_banner a {
	display: block;
	pointer-events: none;
	cursor: default;
}
#research_banner.-scrolled a {
	pointer-events: auto;
	cursor: pointer;
	transition: opacity 0.2s ease-in-out 0s;
}
#research_banner.-scrolled a:hover {
	opacity: 0.8;
}
#research_banner img {
	display: block;
}
@media print, screen and (min-width: 768px) {
	#research_banner.-scrolled {
		width: 283px;
		height: 250px;
		padding: 20px;
	}
	#research_banner img {
		display: block;
		width: 283px;
		height: 250px;
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	}
}
@media screen and (max-width: 767px) {
	#research_banner img {
		width: 100%;
		height: auto;
		max-height: 180px;
	}
}
/* アンケートバナークローズ */
#research_banner_close {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	width: calc(2.2vw + 12px);
	height: calc(2.2vw + 12px);
	padding: 3px;
	background: rgba(255,255,255,0.8);
	cursor: pointer;
	transition: background 0.2s ease-in-out 0s;
}
#research_banner_close:hover {
	background: rgba(255,255,255,1);
}
#research_banner_close svg {
		width: 100%;
	height: auto;
}
@media print, screen and (min-width: 768px) {
	#research_banner_close {
		top: 20px;
		right: 20px;
		width: 26px;;
		height: 26px;
		padding: 3px;
	}
}