html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
html {
  font-size: 62.5%;
}
@media screen and (min-width: 960px) {
  html {
    font-size: 80%;
  }
}
body {
  font-family: Roboto, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  font-size: 1rem;
}
img {
  max-width: 100%;
}
a {
  color: #000;
}
.container {
  position: relative;
  z-index: 1;
}
.container__pagetop {
  position: sticky;
  bottom: 4.166666666666666vw;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 640px) {
  .container__pagetop {
    bottom: 40px;
  }
}
.container__pagetop--visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content {
  margin-bottom: 8.333333333333332vw;
}
@media screen and (min-width: 960px) {
  .content {
    margin-bottom: 80px;
  }
}
.content:last-child {
  margin-bottom: 0;
}
.content--data {
  background-color: #f0f0f0;
}
.content__figure {
  margin: 4.166666666666666vw 0;
}
@media screen and (min-width: 640px) {
  .content__figure {
    margin: 40px 0;
  }
}
.content__paragrah {
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 1.2rem;
  text-align: justify;
}
.content__paragrah:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .content__paragrah {
    font-size: 1.4rem;
  }
}
.content__paragrah br {
  display: none;
}
@media screen and (min-width: 640px) {
  .content__paragrah br {
    display: block;
  }
}
.dataContent {
  padding-top: 5vw;
  padding-bottom: 4.166666666666666vw;
  margin-top: 4.166666666666666vw;
}
@media screen and (min-width: 640px) {
  .dataContent {
    padding-top: 48px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
}
.dataContent__graph {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .dataContent__graph {
    max-width: 615px;
  }
}
.dataContent__graph li {
  position: relative;
  width: 10%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 1.25vw 0;
}
@media screen and (min-width: 960px) {
  .dataContent__graph li {
    margin: 12px 0;
  }
}
.dataContent__graph li canvas {
  width: 70%;
}
.dataContent__graph li:after {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background: url("../img/data1_on.png") center center/contain no-repeat;
}
.dataContent__graph li[data-ratio="0.1"]:after {
  height: 10%;
}
.dataContent__graph li[data-ratio="0.2"]:after {
  height: 20%;
}
.dataContent__graph li[data-ratio="0.3"]:after {
  height: 30%;
}
.dataContent__graph li[data-ratio="0.4"]:after {
  height: 40%;
}
.dataContent__graph li[data-ratio="0.5"]:after {
  height: 50%;
}
.dataContent__graph li[data-ratio="0.6"]:after {
  height: 60%;
}
.dataContent__graph li[data-ratio="0.7"]:after {
  height: 70%;
}
.dataContent__graph li[data-ratio="0.8"]:after {
  height: 80%;
}
.dataContent__graph li[data-ratio="0.9"]:after {
  height: 90%;
}
.dataContent__graph li[data-ratio="1"]:after {
  height: 100%;
}
.dataContent__value {
  background-color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 3.333333333333333vw;
}
@media screen and (min-width: 640px) {
  .dataContent__value {
    margin-bottom: 32px;
  }
}
.dataContent__value span {
  font-size: 1rem;
}
.dataContent__description {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 4.166666666666666vw;
}
@media screen and (min-width: 640px) {
  .dataContent__description {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
.dataContent__description h3:after {
  content: ':';
  position: relative;
  top: -1px;
  left: 2px;
}
.figure--vision {
  max-width: 597px;
}
.footer {
  margin-top: 8.333333333333332vw;
  border-top: 2px solid #818181;
}
@media screen and (min-width: 960px) {
  .footer {
    margin-top: 80px;
  }
}
.footer__inner {
  padding: 4.166666666666666vw 4.166666666666666vw;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .footer__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding: 40px 40px;
  }
}
.footer__menu {
  margin-bottom: 2.083333333333333vw;
}
@media screen and (min-width: 960px) {
  .footer__menu {
    margin-bottom: 0;
  }
}
.footer__menu a {
  text-decoration: none;
}
.header {
  padding: 4.166666666666666vw 4.166666666666666vw 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .header {
    padding: 40px 40px 0;
  }
}
.header__logo {
  width: 57.291666666666664vw;
  height: 14.583333333333334vw;
  max-width: 275px;
  max-height: 70px;
  text-indent: -100%;
  overflow: hidden;
  background: url("../img/logo.svg") left center/contain no-repeat;
}
@media screen and (min-width: 960px) {
  .header__logo {
    width: 275px;
    height: 70px;
  }
}
.header__sns {
  text-align: right;
  line-height: 2.2;
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .header__sns {
    line-height: 2;
    font-size: 1.4rem;
  }
}
.header__sns a {
  text-decoration: none;
}
.header__nav {
  z-index: 2;
  background-color: rgba(255,255,255,0.92);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 3.333333333333333vw 0;
  margin: 3.333333333333333vw 0;
}
@media screen and (min-width: 960px) {
  .header__nav {
    padding: 32px 0;
    margin: 32px 0;
  }
}
.header__nav > .section__innera {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header__nav .link--join {
  display: none;
}
@media screen and (min-width: 640px) {
  .header__nav .link--join {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.link--icon:before {
  margin-right: 1em;
}
.link--join {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.1rem;
}
.link--join:before {
  content: '';
  display: block;
  width: 13.541666666666666vw;
  height: 13.541666666666666vw;
  background: url("../img/join.png") center center/contain no-repeat;
}
@media screen and (min-width: 640px) {
  .link--join:before {
    width: 60px;
    height: 60px;
  }
}
.link--pagetop {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 4.166666666666666vw;
  text-decoration: none;
  font-size: 1.4rem;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .link--pagetop {
    right: 40px;
  }
}
.link--pagetop:after {
  margin-top: 1em;
  content: '';
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 960px) {
  .link--pagetop:after {
    width: 24px;
    height: 24px;
  }
}
.list--decimal {
  list-style: decimal;
  padding-left: 2em;
}
.list--vision {
  line-height: 1.7;
  font-size: 1.2rem;
  font-weight: bold;
}
.list--vision li {
  margin-bottom: 1em;
}
.list--horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.list--horizontal li {
  margin-right: 2.083333333333333vw;
}
@media screen and (min-width: 960px) {
  .list--horizontal li {
    margin-right: 20px;
  }
}
.list--news li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  line-height: 1.8;
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) {
  .list--news li {
    font-size: 1.4rem;
  }
}
.list--news li time {
  margin-right: 1em;
}
.list--members li {
  line-height: 1.8;
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) {
  .list--members li {
    font-size: 1.4rem;
  }
}
.list--members li a {
  text-decoration: none;
}
.list--members li a:hover {
  text-decoration: underline;
}
.navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
sp()
}
.navigation__item {
  font-size: 1rem;
  line-height: 1.2;
  margin-right: 4.166666666666666vw;
}
@media screen and (min-width: 640px) {
  .navigation__item {
    font-size: 1.4rem;
    margin-right: 32px;
  }
}
@media screen and (min-width: 960px) {
  .navigation__item {
    font-size: 1.4rem;
    margin-right: 48px;
  }
}
.navigation__item--current {
  border-bottom: 2px solid #9d9d9d;
}
.navigation__item a {
  text-decoration: none;
}
.section {
  margin-bottom: 7.5vw;
}
@media screen and (min-width: 640px) {
  .section {
    margin-bottom: 72px;
  }
}
.section:first-child {
  padding-top: 0;
}
.section__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 4.166666666666666vw;
}
@media screen and (min-width: 960px) {
  .section__inner {
    padding: 0 40px;
  }
}
.section#join {
  margin-bottom: 0;
}
.section#join p {
  margin-right: 10vw;
  margin-top: 3.333333333333333vw;
}
@media screen and (min-width: 640px) {
  .section#join p {
    margin-right: 96px;
    margin-top: 32px;
  }
}
.text--assistive {
  display: none;
}
.text--small {
  font-size: 1rem;
}
p {
  font-size: 1rem;
}
.title--assistive {
  display: none;
}
.title--section {
  font-size: 1rem;
  display: inline-block;
  border-bottom: 2px solid #a0a0a0;
  margin-bottom: 4.166666666666666vw;
  margin-top: 10.416666666666668vw;
}
@media screen and (min-width: 640px) {
  .title--section {
    font-size: 1.4rem;
    margin-bottom: 40px;
    margin-top: 100px;
  }
}
.title--subtitle {
  font-size: 1rem;
  display: inline-block;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 4.166666666666666vw;
}
@media screen and (min-width: 640px) {
  .title--subtitle {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}
.title--copy {
  line-height: 1.8;
  margin-bottom: 3.333333333333333vw;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .title--copy {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}
.title--content {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4.166666666666666vw;
  line-height: 1.6;
}
@media screen and (min-width: 640px) {
  .title--content {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
