.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

img {
  display: inline-block;
}

.navbar-no-shadow {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  background-color: #fff;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 20px;
  background-color: transparent;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-button-wrapper {
  margin-left: 20px;
}

.button-primary {
  padding: 8px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: #1568c1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.button-primary:hover {
  background-color: #1aaee5;
  color: #fff;
}

.button-primary:active {
  background-color: #004ea2;
}

.button-primary.body {
  margin: 40px 16px;
  padding: 16px 32px;
}

.footer {
  position: relative;
  border-bottom: 1px solid #e4ebf3;
}

.container {
  display: block;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-block-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-three {
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #121a21;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #e4ebf3;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 20px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.footer-copyright {
  color: #3d4d5c;
}

.footer-legal-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-legal-link {
  margin-left: 24px;
  color: #3d4d5c;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #1aaee5;
}

.footer-legal-link:active {
  color: #1568c1;
}

.paragraph.large {
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #121a21;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-align: justify;
}

.paragraph.large.center {
  color: #121a21;
  text-align: center;
}

.paragraph.large.w640 {
  width: 640px;
  color: #121a21;
  text-align: justify;
}

.paragraph.large.w640.white {
  color: #fff;
}

.paragraph.large.w640.white.single {
  margin-top: 32px;
  margin-bottom: 32px;
}

.paragraph.large.w640.black {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #121a21;
}

.paragraph.large.w640.black.marign16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.paragraph.xsmall {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  line-height: 140%;
}

.footer-cta-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
}

.footer-block-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f2f5;
}

.footer-label {
  font-family: 'Noto Sans JP', sans-serif;
  color: #3d4d5c;
  font-size: 12px;
}

.section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Heroimg-Home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-full.payforward {
  width: 100%;
  background-image: url('../images/Heroimg-Payforward.jpg');
}

.header-h5 {
  color: #121a21;
  font-size: 20px;
  line-height: 120%;
}

.header-h5.primarygreen {
  color: #26d982;
}

.header-h5.margin16 {
  margin-left: 16px;
}

.header-h5.inochired100 {
  color: #fff;
}

.header-hero {
  margin-top: 24px;
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #f0f2f5;
  font-size: 64px;
  line-height: 120%;
  text-align: center;
}

.header-hero.dshadowred {
  text-shadow: 0 2px 2px #e80000;
}

.header-hero.blue {
  color: #1568c1;
}

.header-hero.green {
  color: #006835;
}

.padding96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.padding96.greybg {
  background-color: #f0f2f5;
}

.padding96.bottomcut {
  padding-bottom: 0px;
}

.padding96.bluebg {
  background-color: #1568c1;
}

.header-h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #121a21;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.1em;
}

.header-h1.white {
  color: #f0f2f5;
}

.header-h1.white.margin24 {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #fff;
}

.header-h1.margin40 {
  margin-bottom: 40px;
}

.button-secondary {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 16px 32px;
  border: 1px solid #1568c1;
  border-radius: 4px;
  background-color: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1568c1;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.button-secondary:hover {
  border-color: #1aaee5;
  color: #1aaee5;
}

.button-secondary:active {
  border-color: #004ea2;
  color: #004ea2;
}

.button-secondary.white {
  border-color: #fff;
  color: #fff;
}

.button-secondary.white:hover {
  border-color: #f98686;
  color: #f98686;
}

.button-secondary.white:active {
  border-color: #f42525;
  color: #f42525;
}

.padding60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.padding60.grey100 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f0f2f5;
}

.img-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/payforward-cover.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-full.phr {
  background-image: url('../images/phr-cover.jpg');
  background-position: 50% 0%;
}

.img-full.livinglab {
  background-image: url('../images/livinglab-cover.jpg');
  background-position: 50% 25%;
}

.grid.member {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 29%;
  max-width: 1140px;
  margin-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.member {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 280px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.member-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-h4 {
  margin-left: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #121a21;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}

.header-h4.margin8 {
  margin-right: 8px;
  margin-left: 8px;
}

.header-h4.margin8.white {
  color: #fff;
  text-align: left;
}

.header-h4.white {
  color: #fff;
}

.header-h4.white.center {
  margin-left: 0px;
}

.member-body {
  margin-top: 24px;
}

.image {
  width: 96px;
  height: 96px;
  border-radius: 50px;
}

.member-label {
  position: absolute;
  left: 152px;
  top: 16px;
  right: auto;
  bottom: auto;
}

.textlabel {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 120%;
  font-weight: 500;
}

.textlabel.midium.blue {
  color: #1568c1;
}

.activity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 16px 16px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 16px 16px 0px 0px;
  background-color: #1aaee5;
  box-shadow: 0 0 10px 0 rgba(61, 77, 92, 0.2);
}

.innovation-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number {
  margin-top: -20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #121a21;
  font-size: 120px;
  line-height: 100%;
  font-weight: 100;
}

.listitem.midium {
  font-family: 'Noto Sans JP', sans-serif;
  color: #121a21;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}

.activity-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 460px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innovation-img {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.list {
  padding-left: 24px;
}

.activity-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 72px;
  padding-left: 72px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.activity-image {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(61, 77, 92, 0.2);
}

.acitivity-link {
  margin: 16px;
  text-decoration: none;
}

.acitivity-link:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.acitivity-link:active {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.innovation-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 348px;
  height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innovation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #f0f2f5;
}

.header-h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #121a21;
  font-size: 40px;
  line-height: 120%;
}

.header-h2.dshadowgreen {
  color: #a3f5cd;
  text-shadow: 0 2px 2px #006835;
}

.header-h2.dshadowgreen.center {
  text-align: center;
}

.herodivider {
  width: 600px;
  height: 4px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
}

.herodivider.bloomgreen {
  background-color: #f0f2f5;
  box-shadow: 0 0 20px 0 rgba(38, 217, 130, 0.8);
}

.hero-mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Heroimg-Mission.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.chartimg {
  width: 100vw;
  margin-top: 64px;
}

.functionimg {
  margin-top: 56px;
}

.text-span {
  color: #f42525;
}

.button-primary-inochi {
  padding: 8px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: #1568c1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.button-primary-inochi:hover {
  background-color: #1aaee5;
  color: #fff;
}

.button-primary-inochi:active {
  background-color: #004ea2;
}

.button-primary-inochi.body {
  margin: 40px 16px;
  padding: 16px 32px;
  background-color: #f42525;
}

.button-primary-inochi.body:hover {
  background-color: #f98686;
}

.button-primary-inochi.body:active {
  background-color: #e80000;
}

.header-h3 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #121a21;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
}

.header-h3.white {
  color: #fff;
}

.header-h3.green {
  color: #006835;
}

.header-h3.green.dshadow {
  text-shadow: 0 1px 2px rgba(38, 217, 130, 0.5);
}

.header-h3.subheader {
  margin-top: 0px;
  margin-bottom: 32px;
}

.inochiimg {
  margin-top: 40px;
}

.info-awaji {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Awaji-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inochi-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 72px;
  padding-left: 72px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.blur {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 16px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.messageimg {
  margin-top: 40px;
  margin-bottom: 40px;
}

.headerproject {
  padding-top: 56px;
  padding-bottom: 56px;
}

.heroheader {
  margin-top: 24px;
  margin-bottom: 24px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .hero-full {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .grid.member {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .activity-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-block-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.large.w640 {
    width: 480px;
  }

  .header-h5.inochired100 {
    text-align: center;
  }

  .header-hero.dshadowred {
    font-size: 48px;
  }

  .header-hero.blue {
    font-size: 48px;
  }

  .header-hero.green {
    font-size: 48px;
  }

  .grid.member {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .herodivider.bloomgreen {
    width: 320px;
  }

  .header-h3.green.dshadow {
    font-size: 24px;
  }

  .inochi-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    font-size: 16px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph.large.center {
    font-size: 14px;
  }

  .paragraph.large.w640 {
    width: 320px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
  }

  .paragraph.large.w640.black {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .header-h5.primarygreen {
    font-size: 16px;
    text-align: center;
  }

  .header-h5.margin16 {
    font-size: 16px;
  }

  .header-h5.inochired100 {
    font-size: 16px;
  }

  .header-hero.dshadowred {
    font-size: 32px;
  }

  .header-hero.blue {
    font-size: 32px;
  }

  .header-hero.green {
    font-size: 32px;
  }

  .header-h1 {
    font-size: 32px;
  }

  .button-secondary {
    font-size: 16px;
  }

  .button-secondary.white {
    font-size: 16px;
  }

  .grid.member {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-h4.white {
    margin-left: 0px;
  }

  .number {
    font-size: 80px;
  }

  .activity-block {
    width: 314px;
  }

  .activity-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .acitivity-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .innovation-block {
    width: 314px;
  }

  .button-primary-inochi {
    font-size: 16px;
  }

  .header-h3 {
    font-size: 20px;
  }

  .header-h3.green.dshadow {
    font-size: 20px;
  }

  .inochi-wrap {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blur {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-_6dfd2daf-4a8a-98b7-753b-56b3abea645a-abea6458 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0fc6697b-0eaf-6a38-0e3f-cc249b484ea9-9b484ea8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_501452cb-0143-b633-849d-220156b2d369-56b2d369 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

