@font-face {
  font-family: Fa v4compatibility;
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --sea-green: #018361;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('/migration/checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 200%;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-align-center {
  text-align: center;
}

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

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: #a8c1d833;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 5%;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  color: #fff;
  min-height: 100vh;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.main-body {
  position: relative;
}

.navigation {
  z-index: 1200;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto 30%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 5%;
  max-height: 100vh;
  display: grid;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 1px 1px 3px #00000059;
}

.main-cta {
  background-color: var(--sea-green);
  color: #fff;
  letter-spacing: 7px;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  display: flex;
}

.main-cta.show-pc-only {
  background-color: #00a45d;
}

.vertical-text {
  font-size: .9rem;
  font-weight: 700;
}

.vertical-text.show-pc-only {
  color: #00a45d;
  margin-left: 0;
  margin-right: 0;
}

.vertical-text.show-pc-only.npo {
  width: 0;
  padding-left: 0;
  font-size: 11px;
}

.vertical-text.contact {
  font-size: .8rem;
}

.navigation-inner {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.logo-area {
  color: var(--sea-green);
  letter-spacing: 10px;
  text-transform: lowercase;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
}

.social-media {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.image {
  width: 40px;
}

.hero-section {
  background-image: url('../images/hero-illust-2.svg'), url('../images/minnanokyoushitsu_1.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: contain, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 60px 60px 100px;
  display: flex;
  position: relative;
}

.hero-text-area {
  grid-row-gap: 15px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
  position: relative;
  top: -91px;
}

.h1-heading {
  line-height: 150%;
}

.hero-subheading {
  font-weight: 700;
}

.hero-info-wrapper {
  background-color: #fff;
  border-top-right-radius: 15px;
  padding: 15px 50px 15px 20px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-info-link {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.hero-info-category {
  color: #fff;
  background-color: #00a45d;
  border-radius: 7px;
  padding: 5px 10px;
}

.hero-info-title {
  max-width: 400px;
}

.image-2 {
  height: 80%;
  position: absolute;
  inset: 8% 10% 0% auto;
}

.hide-pc {
  display: none;
}

.hamburger-menu {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 40px;
  display: flex;
}

.lines {
  background-color: var(--sea-green);
  border-radius: 20px;
  width: 100%;
  padding-top: 3px;
}

.show-only-pc {
  text-shadow: 1px 1px 6px #00000047;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  line-height: 130%;
  display: block;
}

.show-only-pc.tracking-in-expand {
  font-size: 3.5rem;
}

.hide-br-pc, .hide-pc-br {
  display: none;
}

.section {
  margin-bottom: 30px;
  position: relative;
}

.section.two-section {
  background-image: url('../images/section-pattern.svg');
  background-position: 50% 100%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.section.green {
  color: #222;
  background-color: #f0f0f0;
  background-image: url('../images/section-pattern.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.green.no-margin {
  margin-bottom: 0;
}

.section.light-green {
  color: #222;
  background-color: #eaf3ef;
  background-image: url('../images/section-green-pattern.svg');
  background-position: 100%;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.light-green.no-margin {
  background-position: 0 0;
  margin-bottom: 0;
}

.section.inner-header {
  background-color: var(--sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.two-column-inner-section {
  z-index: 15;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 80px;
  display: flex;
  position: relative;
}

.two-column-inner-section.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

.two-column-inner-section.no-side-padding.about-image.intro {
  justify-content: flex-start;
  position: static;
}

.two-column-inner-section.no-side-padding.about-image.crowdfund {
  width: 100%;
}

.cta {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #00a45d;
  border-radius: 20px;
  align-items: center;
  padding: 5px 25px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: #9cce50;
}

.cta.dark {
  background-color: #222;
  border-radius: 100px;
  transition: opacity .2s, background-color .2s;
}

.cta.dark:hover {
  opacity: .7;
}

.cta.dark.green {
  background-color: #00a45d;
}

.cta.left {
  border-radius: 30px;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta.left.second {
  background-color: #383d3b;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-area {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.button-area.news {
  justify-content: center;
  margin-top: 50px;
}

.image-3 {
  object-fit: cover;
  width: 100%;
}

.image-4 {
  object-fit: cover;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 10px;
}

.image-4.about {
  height: auto;
  max-height: 32em;
}

.h2-text {
  text-shadow: none;
  border-bottom: 3px dotted #222;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 2.5rem;
}

.h2-text.light-green {
  text-shadow: none;
  border-bottom-color: #222;
}

.h2-text.light-green.no-shadow {
  text-shadow: none;
}

.text.position {
  border-bottom: 3px dashed var(--sea-green);
  text-align: center;
  align-self: stretch;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.text.right {
  text-align: right;
  font-size: .9rem;
}

.inner-section {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.inner-section.slider {
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.inner-section._2-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.h2-text-about {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 2.5rem;
  line-height: 150%;
  overflow: hidden;
}

.h2-text-about._2nd {
  font-size: 1.8rem;
}

.h2-text-about._3rd {
  font-size: 1rem;
  line-height: 200%;
}

.section-header {
  z-index: 10;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.section-header.left {
  grid-row-gap: 5px;
  border-bottom: 3px dashed var(--sea-green);
  text-align: left;
  align-items: flex-start;
  padding-bottom: 10px;
}

.section-body {
  width: 100%;
}

.section-body.spacing {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-item {
  background-color: #f8f7f0;
  border: 1px solid #0000001f;
  border-radius: 11px;
  padding: 30px;
  box-shadow: 1px 1px 3px #000;
}

.collection-item:hover {
  opacity: .7;
}

.main-activity-left {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main-activity-right {
  background-image: url('/migration/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.main-activity-right.activity-image-main {
  background-position: 50%;
  border-radius: 12px;
  min-height: 300px;
}

.heading {
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.paragraph {
  color: #fff;
  background-color: #00a45d;
  border-radius: 10px;
  padding: 5px 15px;
  font-weight: 700;
}

.image-5 {
  z-index: 10;
  width: 100px;
  position: absolute;
  bottom: -150px;
  right: 15%;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 90px;
  display: flex;
}

.mask {
  width: 365px;
  overflow: visible;
}

.slide {
  width: 340px;
  margin-right: 25px;
}

.activity-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 340px;
}

.activity-image:hover {
  opacity: .7;
}

.activity-image.no-image {
  background-color: var(--sea-green);
  height: 0;
  padding-top: 100%;
}

.activity-image.renkei-img {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.activity-image.renkei-img._1 {
  object-fit: contain;
  background-color: #fff;
  padding: 25px;
}

.activity-item {
  grid-row-gap: 15px;
  flex-direction: column;
  transition: opacity .2s;
  display: flex;
}

.activity-item:hover {
  opacity: .6;
}

.collection-heading {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.7rem;
}

.arrow {
  color: #00a45d;
  border: 2px solid #00a45d;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  transition: color .2s, background-color .2s;
  inset: auto auto 0% 0%;
}

.arrow:hover {
  color: #fff;
  background-color: #00a45d;
}

.arrow.right {
  border-color: #00a45d;
  left: 80px;
}

.arrow-inner {
  font-size: 1.7rem;
  font-weight: 500;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-link {
  grid-row-gap: 10px;
  flex-direction: column;
  transition: opacity .2s;
  display: flex;
}

.news-link:hover {
  opacity: .7;
}

.news-image-area {
  color: #fff;
  background-color: #018361;
  background-image: url('/migration/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 7px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.news-image-area.no-image {
  background-color: #00a45d;
  background-image: none;
  background-size: auto;
}

.heading-2 {
  font-size: 18px;
}

.div-block-3 {
  background-image: linear-gradient(92deg, #0000005c 38%, #fff0);
  position: absolute;
  inset: 0%;
}

.paragraph-2 {
  position: relative;
}

.paragraph-3 {
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
}

.paragraph-4 {
  font-size: .9rem;
}

.activities-background {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 43px;
  margin-bottom: 43px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  background-color: #f8f7f0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: auto;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.parent-info-left {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.image-6 {
  border-top-right-radius: 25px;
  width: 100%;
}

.icon {
  font-family: "Fa solid 900", sans-serif;
}

.parent-info-link-block {
  grid-column-gap: 10px;
  color: #00a45d;
  border: 2px solid #00a45d;
  border-radius: 10px;
  justify-content: space-between;
  padding: 20px;
  font-weight: 700;
  transition: color .1s, background-color .1s;
  display: flex;
  position: relative;
}

.parent-info-link-block:hover {
  color: var(--sea-green);
  background-color: #fff;
}

.parent-info-link-block.nav {
  color: #fff;
  border-color: #fff;
}

.parent-info-link-block.nav:hover {
  color: #028361;
}

.parent-info-button-text {
  font-size: 1rem;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-2.three {
  grid-template-columns: 1fr 1fr 1fr;
}

.support-image {
  border: 2px solid var(--sea-green);
  background-color: #fff;
  background-image: url('/migration/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.support-image.no-image {
  background-color: var(--sea-green);
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.renkei-item-link {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  transition: opacity .2s;
  display: flex;
}

.renkei-item-link:hover {
  opacity: .7;
}

.heading-3 {
  font-size: 18px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  color: #000;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer__link {
  color: #1a1b1f;
  margin-top: 15px;
  text-decoration: none;
}

.footer__link:hover {
  color: #1a1b1fbf;
}

.footer__link.w--current {
  color: var(--sea-green);
  border-bottom: 1px dashed #000;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.paragraph-6 {
  font-size: .7rem;
  font-weight: 700;
}

.paragraph-6.npo {
  margin-top: 10px;
  margin-bottom: -10px;
}

.paragraph-7 {
  font-size: 1.3rem;
  font-weight: 700;
}

.navigation-menu {
  z-index: 1100;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5%;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-7 {
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--sea-green);
  color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.navigation-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

.div-block-8 {
  flex-direction: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  display: grid;
}

.inner-heading-h1 {
  font-size: 20px;
}

.innerpage-h2-subheading {
  opacity: .4;
  font-weight: 700;
}

.recruit {
  grid-row-gap: 20px;
  color: #222;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

.recruit-heading {
  color: var(--sea-green);
  font-size: 20px;
  line-height: 150%;
}

.heading-4 {
  color: var(--sea-green);
  text-align: center;
  font-size: 20px;
  line-height: 170%;
}

.rich-text {
  font-size: 1rem;
}

.rich-text p {
  font-size: 15px;
}

.rich-text.article {
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.8;
}

.div-block-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.media-heading {
  font-size: 1.2rem;
  line-height: 150%;
}

.h3-pricing {
  font-size: 1.5rem;
  line-height: 150%;
}

.pagination {
  margin-top: 20px;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.image-8 {
  width: 100%;
}

.news-gallery-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  width: 100%;
}

.image-9 {
  border-radius: 5px;
  width: 100%;
}

.gallery-section {
  width: 100%;
}

.div-block-12 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.form-block {
  width: 100%;
}

.form-row {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.submit-button {
  background-color: #222;
  width: 100%;
}

.image-10 {
  width: 100%;
}

.collection-list-wrapper-2 {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
}

.image-11 {
  width: 100%;
}

.div-block-13 {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  flex-direction: column;
  display: flex;
}

.image-12 {
  background-image: url('/migration/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.paragraph-8 {
  text-align: center;
  font-size: .9rem;
  font-weight: 700;
}

.image-13, .lightbox-link-2, .lightbox-link-3 {
  width: 100%;
}

.paragraph-9 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  display: none;
}

.lightbox-link-4 {
  width: 100%;
}

.image-14 {
  background-image: url('/migration/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.collection-item-2 {
  width: 100%;
}

.small {
  padding-left: 9px;
  padding-right: 9px;
  font-size: 2.6rem;
}

.highlight {
  background-color: #76c893;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-15 {
  background-color: #fff;
  width: 200px;
  height: 100%;
  position: absolute;
}

.div-block-16 {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 15px;
  justify-content: center;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 15px;
  display: flex;
}

.select-field {
  margin-bottom: 15px;
}

.square-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.member-block {
  grid-row-gap: 5px;
  border: 4px dotted #a69b9b;
  flex-direction: column;
  align-items: center;
  padding: 15px 5px;
  display: flex;
}

.heading-5 {
  font-size: 1.2rem;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span {
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.kouen__list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kouen__img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.kouen__lightbox_img {
  width: 100%;
}

.crowdfund--img {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.sns_link {
  transition: opacity .2s;
}

.sns_link:hover {
  opacity: .7;
}

.video {
  width: 100%;
}

.code-embed {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .show-tablet {
    display: block;
  }

  .main-wrapper {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .navigation {
    z-index: 1200;
    width: 100%;
    height: 80px;
    box-shadow: none;
    background-color: #fff0;
    position: relative;
  }

  .main-cta.show-pc-only, .vertical-text.show-pc-only {
    display: none;
  }

  .logo-area {
    order: -1;
  }

  .social-media {
    display: none;
  }

  .social-media.small-menu {
    grid-column-gap: 40px;
    flex-direction: row;
    margin-top: 20px;
    display: flex;
  }

  .nav-upper-area {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hero-section {
    align-items: center;
    padding-top: 100px;
  }

  .hero-text-area {
    margin-bottom: 30px;
  }

  .h1-heading.vertical-text {
    letter-spacing: 6px;
    font-size: 2.3rem;
  }

  .hero-subheading {
    z-index: 15;
    text-align: center;
    position: relative;
  }

  .hero-info-wrapper {
    border-radius: 15px;
    width: 100%;
    max-width: 500px;
    bottom: -35px;
    left: auto;
    box-shadow: 1px 1px 5px #00000059;
  }

  .hero-info-link {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero-info-category {
    font-size: .8rem;
  }

  .hero-info-date {
    opacity: .55;
    font-size: .8rem;
  }

  .hero-info-title {
    width: 100%;
    font-size: .9rem;
  }

  .hide-pc {
    display: block;
  }

  .lines {
    background-color: #fff;
  }

  .logo-tablet {
    color: #fff;
  }

  .logo-tablet.hide-pc {
    letter-spacing: 5px;
  }

  .show-only-pc {
    font-size: 3.5rem;
  }

  .hero-vertical-text {
    z-index: 15;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .hero-vertical-text.hide-pc {
    grid-column-gap: 20px;
    display: none;
  }

  .hide-pc-br {
    display: inline;
  }

  .section.two-section {
    grid-template-columns: 1fr;
  }

  .section.two-section.crowdfund {
    padding-top: 50px;
  }

  .section.inner-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .two-column-inner-section {
    padding: 50px;
  }

  .two-column-inner-section.no-side-padding.about-image {
    width: 100%;
    height: 350px;
    padding-top: 70px;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .two-column-inner-section.no-side-padding.about-image.intro {
    height: auto;
  }

  .two-column-inner-section.no-side-padding.about-image.crowdfund {
    padding-left: 10px;
    padding-right: 10px;
  }

  .two-column-inner-section.crowdfund {
    padding-top: 100px;
  }

  .image-4 {
    border-radius: 25px 0 0 25px;
  }

  .image-4.about {
    height: 350px;
    position: relative;
  }

  .h2-text {
    font-size: 5.5vw;
  }

  .inner-section._2-col {
    display: flex;
  }

  .h2-text-about {
    font-size: 5.5vw;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .activities-background {
    grid-template-columns: 2fr 1fr;
  }

  .parent-info-link-block {
    transition: none;
  }

  .parent-info-link-block:hover {
    color: #fff;
    background-color: #fff0;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .navigation-menu {
    grid-template-columns: 1fr;
    display: none;
    position: relative;
  }

  .div-block-7 {
    background-color: #00a45d;
    flex-direction: column;
    padding-top: 20px;
  }

  .navigation-wrapper {
    background-color: #00a45d;
    order: -1;
  }

  .h3-pricing {
    font-size: 5.5vw;
  }

  .social-icon {
    width: 30px;
  }

  .div-block-19 {
    flex-direction: column;
    display: flex;
  }

  .text-block {
    color: #fff;
    letter-spacing: 0;
    margin-bottom: -4px;
    font-size: .7rem;
  }

  .kouen__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .h1-heading.vertical-text {
    font-size: 2rem;
  }

  .show-only-pc, .show-only-pc.tracking-in-expand {
    font-size: 2.5rem;
  }

  .two-column-inner-section.no-side-padding.about-image.crowdfund {
    padding-top: 0;
  }

  .two-column-inner-section.crowdfund {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    grid-template-columns: 1fr;
  }

  .main-activity-right.activity-image-main {
    min-height: 250px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .parent-info-button-text {
    font-size: .9rem;
  }

  .collection-list-2, .collection-list-2.three {
    grid-template-columns: 1fr 1fr;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .div-block-11 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-8 {
    position: relative;
  }

  .small {
    font-size: 1.8rem;
  }

  .div-block-20 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-21 {
    grid-row-gap: 1px;
    flex-direction: column;
    display: flex;
  }

  .div-block-22 {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .code-embed {
    padding-top: 65px;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .navigation {
    box-shadow: none;
  }

  .social-media.small-menu {
    margin-top: 5px;
  }

  .hero-section {
    background-position: 0 0, 50% 100%;
    min-height: 80vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text-area {
    margin-bottom: 35px;
  }

  .h1-heading.vertical-text {
    font-size: 1.8rem;
  }

  .hero-subheading {
    font-size: 5.3vw;
  }

  .hero-info-wrapper {
    z-index: 10;
    width: 95%;
  }

  .show-only-pc {
    text-shadow: 1px 1px 6px #000000b8;
    font-size: 8vw;
    line-height: 180%;
  }

  .show-only-pc.tracking-in-expand {
    font-size: 1.5rem;
  }

  .hide-br-pc {
    display: inline;
  }

  .section.two-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section.two-section.crowdfund {
    padding-top: 30px;
  }

  .section.green {
    padding-top: 75px;
  }

  .section.light-green {
    border-radius: 20px;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .two-column-inner-section {
    padding: 40px 25px;
  }

  .two-column-inner-section.no-side-padding.about-image {
    height: 250px;
    padding-left: 25px;
  }

  .two-column-inner-section.no-side-padding.about-image.intro {
    padding-top: 25px;
  }

  .cta {
    justify-content: center;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
  }

  .cta.dark {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-area {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .image-4.longer {
    height: 200%;
    position: relative;
  }

  .h2-text {
    font-size: 23px;
  }

  .h2-text.light-green {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

  .text {
    font-size: .9rem;
  }

  .text.right {
    text-align: center;
  }

  .cta-text {
    font-size: .9rem;
  }

  .inner-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-section.slider {
    padding: 50px 30px;
  }

  .h2-text-about {
    font-size: 25px;
  }

  .h2-text-about._2nd, .h2-text-about._3rd {
    font-size: 1.3rem;
  }

  .section-header.left.staff-intro {
    padding-top: 69px;
  }

  .collection-item {
    padding: 15px;
  }

  .main-activity-right.activity-image-main {
    min-height: 200px;
  }

  .image-5 {
    width: 80px;
    bottom: -140px;
  }

  .mask {
    width: 260px;
  }

  .slide {
    width: 250px;
    margin-right: 10px;
  }

  .activity-image {
    height: 250px;
  }

  .arrow {
    left: auto;
    right: 80px;
  }

  .arrow.right {
    left: auto;
    right: 0;
  }

  .activities-background {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .paragraph-5 {
    font-size: .8rem;
    font-weight: 700;
  }

  .cta-arrow {
    position: absolute;
    left: auto;
    right: 15px;
  }

  .parent-info-link-block {
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .parent-info-link-block.nav {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-3 {
    font-size: 14px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-brand {
    align-self: center;
  }

  .footer-block-two {
    align-items: center;
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .navigation-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-9 {
    grid-template-columns: 1fr;
  }

  .heading-4 {
    text-align: left;
    font-size: 18px;
  }

  .hide-br-sp {
    display: none;
  }

  .bold-text {
    font-size: .9rem;
  }

  .rich-text.article {
    flex-direction: column;
    display: flex;
  }

  .h3-pricing {
    font-size: 25px;
  }

  .div-block-11 {
    flex-direction: column;
    display: flex;
  }

  .small {
    font-size: 1.2rem;
  }

  .div-block-18 {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
  }

  .kouen__list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_46e25943-ac47-cd02-1a17-636cafd4295d-5b4a427d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-5b4a427d, #w-node-_4242ca78-0576-0876-c5e6-d9d911e916bc-5b4a427d, #w-node-_276b9818-3a7a-5ee6-c0ae-55312372f222-5b4a427d, #w-node-_276b9818-3a7a-5ee6-c0ae-55312372f227-5b4a427d, #w-node-_45f8e4a3-98b6-eaed-87c2-468436398154-5b4a427d, #w-node-_0151ef0d-53ec-134f-2ecb-664a7fcc2cc2-5b4a427d, #w-node-_535e2e6a-6755-c2db-01ce-c2ce432ea11d-432ea11d, #w-node-_74b55cf2-0725-85bd-da68-243488f39ed2-88f39ed1, #w-node-_74b55cf2-0725-85bd-da68-243488f39ed4-88f39ed1, #w-node-_7500c421-2ce1-2355-bec1-7cde007b8d49-007b8d40, #w-node-_9de7a7b8-0e6c-0897-897d-a1118ebdfe8a-8ebdfe8a, #w-node-_9de7a7b8-0e6c-0897-897d-a1118ebdfe8c-8ebdfe8a, #w-node-_9de7a7b8-0e6c-0897-897d-a1118ebdfea3-8ebdfe8a, #w-node-_9de7a7b8-0e6c-0897-897d-a1118ebdfea4-8ebdfe8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2c253e-02be-72e6-100c-a03ebe2ec08e-ca4a427f {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5398b7f8-3c29-2441-915a-c7ec206f39d8-7efab930 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5398b7f8-3c29-2441-915a-c7ec206f39e8-7efab930, #w-node-_5398b7f8-3c29-2441-915a-c7ec206f39ea-7efab930 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8b4ecdd-93e3-cf18-bebb-284d8847d197-de187fec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_22517259-88b6-bf05-3cbc-b0105abf02ff-de187fec, #w-node-f6e5be31-5f18-48e4-bacf-ab138721c494-de187fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46e25943-ac47-cd02-1a17-636cafd4295d-f608cd38 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-f608cd38, #w-node-_4242ca78-0576-0876-c5e6-d9d911e916bc-f608cd38, #w-node-_45f8e4a3-98b6-eaed-87c2-468436398154-f608cd38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46e25943-ac47-cd02-1a17-636cafd4295d-478f62b0 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-478f62b0, #w-node-_4242ca78-0576-0876-c5e6-d9d911e916bc-478f62b0, #w-node-_45f8e4a3-98b6-eaed-87c2-468436398154-478f62b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46e25943-ac47-cd02-1a17-636cafd4295d-9d5faf18, #w-node-_46e25943-ac47-cd02-1a17-636cafd4295d-72cf843c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-72cf843c, #w-node-_4242ca78-0576-0876-c5e6-d9d911e916bc-72cf843c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46e25943-ac47-cd02-1a17-636cafd4295d-6a017e43 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-6a017e43, #w-node-_4242ca78-0576-0876-c5e6-d9d911e916bc-6a017e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46e25943-ac47-cd02-1a17-636cafd4295d-894806c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-894806c6, #w-node-_4242ca78-0576-0876-c5e6-d9d911e916bc-894806c6, #w-node-_04092794-f271-0500-a4b1-4a675e3c06e8-894806c6, #w-node-_3e9ec076-47d2-f23e-ace8-b15d12badcfc-894806c6, #w-node-_674615cf-01b2-4c11-dec0-af51cba6b619-894806c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46e25943-ac47-cd02-1a17-636cafd4295d-1318886d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-1318886d, #w-node-_4242ca78-0576-0876-c5e6-d9d911e916bc-1318886d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46e25943-ac47-cd02-1a17-636cafd4295d-4ffa06cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e3a49152-c092-addb-c214-d1e09310b441-4ffa06cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46e25943-ac47-cd02-1a17-636cafd4295d-5f02b7fa, #w-node-_46e25943-ac47-cd02-1a17-636cafd4295d-1963f3a0 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-5b4a427d, #w-node-_74b55cf2-0725-85bd-da68-243488f39ed2-88f39ed1, #w-node-_5398b7f8-3c29-2441-915a-c7ec206f39e8-7efab930, #w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-f608cd38, #w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-478f62b0, #w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-72cf843c, #w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-6a017e43, #w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-894806c6, #w-node-_1bbfee8f-010e-157e-b3a2-3d644f365289-1318886d {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_276b9818-3a7a-5ee6-c0ae-55312372f222-5b4a427d {
    order: 9999;
  }

  #w-node-_7500c421-2ce1-2355-bec1-7cde007b8d61-007b8d40 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}