:root {
  --green: #009345;
  --lime-green: #ecfff5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.logo__link {
  color: #fff;
  order: -1;
  overflow: hidden;
}

.btn__menu {
  flex-direction: column;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 0;
  display: none;
  top: 0;
  right: 0;
}

.btn__menu.w--open {
  justify-content: center;
  align-items: center;
  height: 50px;
}

.hamburger__line {
  background-color: #000;
  width: 50%;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

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

.ttl__logo {
  text-indent: -10000px;
  background-image: url('../images/logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 150px;
  height: 44px;
  margin-top: 0;
  margin-bottom: 0;
}

.nav__menu {
  order: 1;
  align-items: center;
  display: flex;
}

.container {
  z-index: 2;
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.in-nav {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.nav__link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  min-width: 52px;
  margin-left: 40px;
  padding: 0 0 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
}

.nav__link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.nav__link.w--current {
  text-transform: none;
  border-bottom-color: #fff;
}

.nav__link.w--open {
  color: #005199;
  border-bottom-color: #005199;
}

.nav__link.white {
  color: #fff;
  font-family: specter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.nav__link.white:hover, .nav__link.white.w--current, .nav__link.white.w--open {
  border-bottom-color: #fff;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #21242d1a;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation.version-white {
  background-color: var(--green);
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #ffffff24;
  min-height: 90px;
  padding-left: 40px;
  padding-right: 40px;
}

.body {
  background-color: var(--green);
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.hero__wrapper {
  padding: 120px 40px 20px;
}

.hero__inner {
  background-image: url('../images/hero_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 90px;
  width: 100%;
  max-width: 1360px;
  height: 48vw;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero__logo {
  width: 44%;
  position: absolute;
  inset: 21% 0% 0% 27%;
}

.hero__cheer {
  width: 12.5%;
  position: absolute;
  top: 25%;
  left: 7%;
}

.hero__deskwork {
  width: 13.5%;
  position: absolute;
  top: 62%;
  left: 9%;
}

.hero__worker {
  width: 17%;
  position: absolute;
  bottom: -3%;
  left: 26%;
}

.hero__note {
  width: 10.5%;
  position: absolute;
  top: -3%;
  left: 39%;
}

.hero__song {
  width: 11.5%;
  position: absolute;
  top: -4%;
  right: 20%;
}

.hero__run {
  width: 11.5%;
  position: absolute;
  top: 42%;
  right: 10%;
}

.hero__megaphone {
  width: 8%;
  position: absolute;
  bottom: 5%;
  left: 59%;
}

.hero__kira01 {
  width: 4.5%;
  position: absolute;
  top: 8%;
  left: 25%;
}

.hero__kira02 {
  width: 4.5%;
  position: absolute;
  top: 19%;
  right: 8%;
}

.hero__kira03 {
  width: 4.5%;
  position: absolute;
  bottom: 19%;
  right: 23%;
}

.about__wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
}

.ttl__en--txt {
  color: #fff;
  padding-bottom: 14px;
  font-family: specter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.ttl__en--txt.green {
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
}

.ttl__en {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ttl__en--line {
  background-color: #ff0;
  border-radius: 10px;
  width: 40px;
  height: 5px;
}

.ttl__ja {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5em;
}

.ttl__ja.green {
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
}

.ttl__inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.txt__inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txt__body--bold--large {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.4em;
}

.txt__body--bold--large.center {
  text-align: center;
}

.txt__body--regular--small {
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8em;
}

.paragraph-2 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.4em;
}

.txt-anime__inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .5;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.txt-anime__inner.swiper-slide {
  display: flex;
}

.text-block {
  color: #0000;
  font-family: specter, sans-serif;
  font-size: 10.125rem;
}

.txt-anime__wrapper {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  overflow: hidden;
}

.ambassador__wrapper {
  background-color: #ecfff5;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  padding-top: 140px;
  padding-bottom: 220px;
  position: relative;
}

.txt__body--bold--medium {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2em;
}

.txt__body--bold--medium.white {
  color: #fff;
}

.profile__inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 80px;
  display: flex;
}

.card__wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 2px solid #39b54a;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 340px;
  padding: 20px;
  display: flex;
}

.card__wrapper.green {
  background-color: #ecfff5;
}

.card__inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-txt__name {
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
}

.card-txt__name.green {
  color: #009245;
}

.card-txt__txt {
  font-size: 1rem;
  line-height: 1.7em;
}

.card-comment__inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ecfff5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.card-txt__inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-txt__inner.green {
  width: 100%;
}

.card-txt__bold {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}

.btn__x {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ff0;
  border-radius: 10ch;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.btn__txt {
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
  font-size: 1.125rem;
  font-weight: 900;
}

.btn__link {
  text-decoration: none;
  transition: all .2s;
}

.btn__link:hover {
  opacity: .8;
}

.card-comment-txt__inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 360px;
  display: flex;
}

.column__wrapper {
  background-color: #fff;
  border-radius: 90px 90px 0 0;
  margin-top: -80px;
  padding-top: 140px;
  padding-bottom: 70px;
  position: relative;
}

.wrapper__inner {
  background-color: var(--green);
  border-radius: 90px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  box-shadow: 0 0 20px #39b54a80;
}

.column__block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sttl__ja {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.8em;
}

.div-block-3, .column-txt__inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.btn__more {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ff0;
  border-radius: 10ch;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.activities__wrapper {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.report__inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  align-items: stretch;
  margin-top: 80px;
  display: flex;
}

.card-ttl__company {
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.7em;
}

.card-txt__company {
  text-align: center;
  width: 100%;
  height: 64px;
  padding-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
}

.ruled__line {
  background-color: #009245;
  width: 100%;
  height: 1px;
}

.link-block {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.card__link {
  color: #333;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .2s;
}

.card__link:hover {
  opacity: .8;
}

.products__wrapper {
  background-color: #fff;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  padding-top: 70px;
  padding-bottom: 140px;
}

.card-report__inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.products__inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner__inner {
  text-align: center;
  margin-top: 80px;
}

.bnr__link {
  transition: all .2s;
}

.bnr__link:hover {
  opacity: .8;
}

.sns__wrapper {
  padding-top: 140px;
  padding-bottom: 40px;
  position: relative;
}

.sns__inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.deco__worker {
  position: absolute;
  inset: -30% auto auto 10%;
}

.deco__song02 {
  position: absolute;
  inset: -40% 10% auto auto;
}

.deco__deskwork {
  position: absolute;
  inset: 24% auto auto 3%;
}

.deco__note {
  position: absolute;
  inset: 19% 5% auto auto;
}

.deco__kira01 {
  position: absolute;
  inset: 6% auto auto 20%;
}

.deco__song01 {
  position: absolute;
  inset: 13% auto auto 8%;
}

.deco__kira02 {
  position: absolute;
  inset: 3% 22% auto auto;
}

.deco__run {
  position: absolute;
  inset: 14% 8% auto auto;
}

.nav__label--en {
  z-index: 1;
  text-align: center;
  background-color: #009245;
  margin-top: 1px;
  font-family: specter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
}

.nav__label--en:hover {
  opacity: 0;
}

.nav__label--ja {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  inset: 0%;
}

.sp {
  display: none;
}

.article__wrapper {
  padding-top: 90px;
}

.article__inner {
  background-color: #fff;
  border-radius: 90px;
  margin-top: -100px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.body__inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ttl__column {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.txt__body--regular--medium {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8em;
}

.column__cheer {
  position: absolute;
  inset: -1.5% auto auto 10%;
}

.column__run {
  position: absolute;
  inset: -1.5% 10% auto auto;
}

.ttl__block {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.8em;
}

.body__block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.body__block.center {
  justify-content: flex-start;
  align-items: center;
}

.sttl__block {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.8em;
}

.sttl__block.green {
  color: var(--green);
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.8em;
}

.list__item {
  padding-bottom: 4px;
}

.column-profile__inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.column-profile__block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-explanation__inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #39b54a;
  border-radius: 20px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.div-block-6, .btn__back {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ff0;
  border-radius: 10ch;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.header__inner {
  background-color: var(--lime-green);
  padding-top: 100px;
  padding-bottom: 110px;
}

.link {
  color: var(--green);
}

.company-profile__inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--lime-green);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.company-profile__block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.activities__deskwork {
  position: absolute;
  inset: -1.5% auto auto 10%;
}

.activities__note {
  position: absolute;
  inset: -1.5% 10% auto auto;
}

.bold-text, .bold-text-2 {
  text-align: center;
  line-height: 1.5em;
}

.txt-anime__track {
  align-items: center;
  width: max-content;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo__link {
    z-index: 2;
  }

  .btn__menu {
    display: none;
  }

  .btn__menu.w--open {
    background-color: #0000;
  }

  .ttl__logo {
    position: relative;
  }

  .nav__menu {
    background-color: #fff;
    border-top: 1px solid #21242d1a;
    border-bottom: 1px solid #21242d1a;
    padding: 15px 20px;
    display: block;
  }

  .nav__menu.v2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #009245;
    border-top-color: #ffffff0f;
    border-bottom-color: #ffffff0f;
    flex-flow: column;
    height: 100vh;
    padding-top: 95px;
    display: flex;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.in-nav {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav__link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom-style: none;
    flex-flow: column;
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav__link:hover {
    border-bottom-style: none;
  }

  .nav__link.white {
    text-align: center;
    border-bottom-style: none;
    margin-bottom: 40px;
  }

  .navigation {
    position: relative;
  }

  .navigation.version-white {
    min-height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
  }

  .hero__wrapper {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__inner {
    border-radius: 60px;
    height: 60vw;
  }

  .hero__logo {
    width: 50%;
    top: 24%;
    left: 25%;
  }

  .hero__cheer {
    width: 16%;
    left: 4%;
  }

  .hero__deskwork {
    width: 16%;
    top: 66%;
    left: 7%;
  }

  .hero__worker {
    width: 21%;
    bottom: -5%;
    left: 25%;
  }

  .hero__note {
    width: 15%;
  }

  .hero__song {
    width: 16%;
    right: 17%;
  }

  .hero__run {
    width: 16%;
    right: 6%;
  }

  .hero__megaphone {
    width: 12%;
    bottom: 2%;
  }

  .hero__kira01 {
    width: 7%;
    left: 22%;
  }

  .hero__kira02, .hero__kira03 {
    width: 7%;
  }

  .about__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ttl__ja {
    font-size: 2.2rem;
  }

  .ttl__inner {
    margin-bottom: 60px;
  }

  .txt__inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .txt__body--bold--large {
    font-size: 1.125rem;
  }

  .txt-anime__wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ambassador__wrapper {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .profile__inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .card__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card__wrapper.green {
    width: 100%;
  }

  .card-txt__name {
    font-size: 1rem;
  }

  .card-txt__txt {
    font-size: .9375rem;
  }

  .card-comment__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-txt__inner {
    height: 180px;
  }

  .card-txt__inner.green {
    height: auto;
  }

  .card-txt__bold {
    font-size: .9375rem;
  }

  .btn__txt {
    font-size: 1rem;
  }

  .card-comment-txt__inner {
    height: 496px;
  }

  .column__wrapper {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: -80px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .wrapper__inner {
    border-radius: 60px;
    width: 95%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column__block {
    flex-flow: column;
  }

  .activities__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .report__inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .card-ttl__company {
    font-size: .9375rem;
  }

  .card-txt__company {
    padding-bottom: 0;
    font-size: .9375rem;
  }

  .products__wrapper {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .sns__wrapper {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .deco__worker {
    width: 25%;
    top: -34%;
    left: 5%;
  }

  .deco__song02 {
    width: 17%;
    top: -44%;
    right: 5%;
  }

  .deco__deskwork {
    width: 17%;
    top: 5%;
  }

  .deco__note {
    width: 17%;
    top: 4%;
    right: 3%;
  }

  .deco__kira01 {
    display: none;
  }

  .deco__song01 {
    width: 17%;
    top: 2%;
    left: 4%;
  }

  .deco__kira02 {
    display: none;
  }

  .deco__run {
    width: 17%;
    top: 3%;
    right: 4%;
  }

  .nav__label--en {
    font-size: 1.5rem;
  }

  .nav__label--en:hover {
    opacity: 100;
  }

  .nav__label--ja {
    font-size: .8125rem;
    position: static;
  }

  .br__mb {
    display: inline-block;
  }

  .article__wrapper {
    padding-top: 80px;
  }

  .article__inner {
    border-radius: 60px;
    padding: 100px 20px;
  }

  .ttl__column {
    font-size: 1.3rem;
  }

  .column__cheer {
    width: 17%;
    top: -1%;
    left: 3%;
  }

  .column__run {
    width: 17%;
    top: -1%;
    right: 3%;
  }

  .ttl__block {
    font-size: 1.2rem;
  }

  .column-profile__inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .header__inner {
    padding-bottom: 120px;
  }

  .activities__deskwork {
    width: 17%;
    top: -1%;
    left: 3%;
  }

  .activities__note {
    width: 17%;
    top: -1%;
    right: 3%;
  }
}

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

  .ttl__logo {
    background-size: 100px 29px;
    width: 100px;
    height: 29px;
  }

  .nav__menu.v2 {
    padding-top: 70px;
  }

  .container.in-nav {
    max-width: 100%;
  }

  .navigation {
    min-height: 60px;
  }

  .navigation.version-white {
    min-height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero__inner {
    height: 100vw;
  }

  .hero__logo {
    width: 70%;
    top: 28%;
    left: 15%;
  }

  .hero__cheer {
    width: 20%;
    top: 8%;
    left: 2%;
  }

  .hero__deskwork {
    width: 20%;
    top: 74%;
    left: 2%;
  }

  .hero__worker {
    width: 26%;
    bottom: -4%;
    left: 20%;
  }

  .hero__note {
    width: 19%;
    top: -3%;
    left: 38%;
  }

  .hero__song {
    width: 20%;
    top: -3%;
    right: 8%;
  }

  .hero__run {
    width: 20%;
    top: 64%;
    right: 6%;
  }

  .hero__megaphone {
    width: 16%;
    bottom: -5%;
    left: 72%;
  }

  .hero__kira01 {
    width: 9%;
    top: 18%;
    left: 43%;
  }

  .hero__kira02 {
    width: 9%;
    top: 27%;
    right: 6%;
  }

  .hero__kira03 {
    width: 9%;
    bottom: 14%;
    right: 45%;
  }

  .about__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ttl__en--txt {
    font-size: 1.25rem;
  }

  .ttl__en--txt.green {
    padding-bottom: 10px;
  }

  .ttl__ja {
    font-size: 1.8rem;
  }

  .ttl__inner {
    margin-bottom: 40px;
  }

  .txt__body--bold--large {
    font-size: 1rem;
  }

  .ambassador__wrapper {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .txt__body--bold--medium {
    font-size: 1rem;
  }

  .profile__inner {
    flex-flow: column;
  }

  .card__wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-txt__txt {
    font-size: 1rem;
  }

  .card-comment__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-txt__inner {
    height: auto;
  }

  .card-txt__bold {
    font-size: 1rem;
  }

  .btn__txt {
    font-size: 1.125rem;
  }

  .card-comment-txt__inner {
    height: auto;
  }

  .column__wrapper {
    margin-top: -60px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .wrapper__inner {
    width: 92%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sttl__ja {
    font-size: 1.125rem;
  }

  .activities__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .report__inner {
    flex-flow: column;
  }

  .card-ttl__company {
    width: auto;
    font-size: 1rem;
  }

  .card-txt__company {
    height: auto;
    font-size: 1rem;
  }

  .products__wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .banner__inner {
    margin-top: 40px;
  }

  .sns__wrapper {
    padding-top: 80px;
  }

  .deco__worker {
    top: -24%;
  }

  .deco__song02 {
    top: -35%;
  }

  .deco__deskwork, .deco__note, .deco__song01, .deco__run {
    top: 1%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .article__wrapper {
    padding-top: 60px;
  }

  .article__inner {
    border-radius: 40px;
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ttl__column {
    text-align: left;
    font-size: 1.2rem;
  }

  .column__cheer, .column__run {
    top: -1%;
  }

  .column-profile__inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-profile__block {
    justify-content: flex-start;
    align-items: center;
  }

  .header__inner {
    padding-top: 80px;
  }

  .company-profile__inner {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .ttl__logo {
    background-size: 100px;
    width: 100px;
    height: 30px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav__link.white {
    margin-right: 0;
  }

  .navigation.version-white {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero__wrapper {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero__inner {
    border-radius: 40px;
    height: 114vw;
  }

  .hero__logo {
    width: 72%;
    left: 14%;
  }

  .hero__cheer {
    width: 22%;
  }

  .hero__deskwork {
    width: 26%;
    top: 70%;
  }

  .hero__worker {
    width: 32%;
  }

  .hero__note {
    width: 22%;
    top: -3%;
    left: 34%;
  }

  .hero__song {
    width: 21%;
  }

  .hero__run {
    width: 23%;
    top: 69%;
    right: 3%;
  }

  .hero__megaphone {
    width: 17%;
    bottom: -4%;
  }

  .hero__kira01 {
    left: 47%;
  }

  .hero__kira02 {
    top: 25%;
  }

  .hero__kira03 {
    bottom: 19%;
    right: 36%;
  }

  .ttl__en--txt {
    padding-bottom: 10px;
    font-size: 1.125rem;
  }

  .ttl__en--line {
    width: 30px;
    height: 4px;
  }

  .ttl__ja {
    font-size: 1.5rem;
  }

  .txt__body--bold--large {
    line-height: 2em;
  }

  .txt__body--regular--small {
    font-size: .75rem;
  }

  .ambassador__wrapper {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .txt__body--bold--medium {
    text-align: left;
  }

  .profile__inner {
    margin-top: 40px;
  }

  .btn__txt {
    font-size: 1rem;
  }

  .wrapper__inner {
    border-radius: 40px;
  }

  .card-txt__company {
    padding-bottom: 10px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .deco__worker {
    width: 28%;
  }

  .deco__song02 {
    width: 20%;
  }

  .article__inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ttl__column {
    font-size: 1.125rem;
  }

  .column__cheer {
    width: 25%;
    left: 5%;
  }

  .column__run {
    width: 24%;
    top: -1%;
    right: 5%;
  }

  .ttl__block {
    font-size: 1.125rem;
  }

  .sttl__block {
    font-size: 1rem;
  }

  .column-explanation__inner {
    padding: 20px;
  }

  .company-profile__inner {
    border-radius: 30px;
    padding: 20px;
  }

  .activities__deskwork {
    width: 26%;
    left: 5%;
  }

  .activities__note {
    width: 26%;
    right: 5%;
  }
}


