@charset "UTF-8";
body {
  background: #fff;
}

body.inview {
  background: #fff;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
h1,
h2,
h3,
h4,
span,
p {
  color: #232117;
  font-weight: 400;
  font-style: normal;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.8;
}

p, span, a {
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

.text-color-orange {
  color: #ffa326;
}

.text-color-green {
  color: #46cfb8;
}

.text-color-pink {
  color: #ea7eac;
}

.link-btn-more {
  display: block;
  margin: 30px auto;
  padding: 4px;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #3c3c3c;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .link-btn-more {
    border-radius: 32px;
  }
}

.top {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  color: #fff;
}
.top .main {
  position: relative;
  overflow: hidden;
  margin-top: 108px;
  background: #fff;
}
@media (max-width: 768px) {
  .top .main {
    margin: 0;
  }
}
.top .sec__heading {
  margin: 0 auto;
  text-align: center;
}
.top .top-first-view {
  position: relative;
  z-index: 3;
  overflow: visible;
  box-sizing: border-box;
  margin-bottom: 160px;
  padding-top: 60px;
  width: 100%;
  height: 100vh;
  background: #fff;
  background: none;
}
@media (max-width: 768px) {
  .top .top-first-view {
    padding-top: 120px;
    padding-bottom: 40px;
    height: auto;
    background-position: 43% 50%;
  }
}
.top .top-first-view h1 {
  color: #91b621;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 768px) {
  .top .top-first-view h1 {
    font-size: 22px;
  }
}
.top .top-first-view .desc {
  color: #91b621;
  text-align: center;
  font-size: 19px;
}
@media (max-width: 768px) {
  .top .top-first-view .desc {
    font-size: 17px;
  }
}
.top .top-first-view .first-view-img-wrapper {
  position: relative;
  top: 54%;
  left: 50%;
  z-index: 2;
  overflow: hidden;
  max-width: 700px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 85%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-img-wrapper {
    width: 80%;
  }
}
.top .top-first-view .first-view-img-text {
  width: 100%;
}
.top .top-first-view .first-view-img-text.view {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 1368px) {
  .top .top-first-view .first-view-img-text {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-img-text {
    height: 240px;
    border-radius: 84px 0 0 0;
  }
}
.top .top-first-view .first-view-text {
  position: absolute;
  top: 54%;
  left: 10%;
  z-index: 3;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 1.7;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .top .top-first-view .first-view-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
  }
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-text {
    top: auto;
    bottom: 16px;
    left: 0;
    transform: translateX(calc(0% - 0px));
  }
}
.top .top-first-view .first-view-text span {
  display: block;
  margin: 0;
  margin-bottom: 0px;
  margin-left: 16px;
  padding: 16px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  color: #6f6052;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  font-family: "A1ゴシック R", "A1 Gothic R";
  line-height: 1.7;
  opacity: 0;
  transition: 0.8s;
  transition-delay: 1.4s;
  transform: translateX(-150%);
  will-change: transform, opacity;
}
.top .top-first-view .first-view-text span.view {
  opacity: 1;
  transform: translate(0);
}
@media (min-width: 769px) {
  .top .top-first-view .first-view-text span:first-child, .top .top-first-view .first-view-text span:nth-child(2) {
    transform: translateY(-60px);
  }
}
.top .top-first-view .first-view-text span:nth-child(2) {
  transition-delay: 1.65s;
  transform: translateY(-40px);
}
.top .top-first-view .first-view-text span:nth-child(3) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition-delay: 1.55s;
}
.top .top-first-view .first-view-text span:last-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition-delay: 1.7s;
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-text span.pcView.tabletView {
    display: none;
  }
}
@media (min-width: 769px) {
  .top .top-first-view .first-view-text span.spView {
    display: none;
  }
}
.top .top-first-view .first-view-text span.view {
  opacity: 1;
  transform: translateX(0%);
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-text span {
    margin-bottom: 12px;
    padding: 0 10px;
    font-size: 20px;
  }
}
.top .top-first-view .first-view-text span:last-child {
  margin-left: 0px;
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-text span:last-child {
    margin-left: 16px;
  }
}
.top .top-first-view .logo {
  position: static;
  display: block;
  margin: 0 auto;
  max-width: 350px;
  width: 28%;
  transform: none;
}
@media (max-width: 768px) {
  .top .top-first-view .logo {
    max-width: 300px;
    width: 50%;
  }
}
.top .top-first-view .first-view-bg-img {
  position: relative;
  left: 50%;
  min-width: 1360px;
  width: 100%;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-bg-img {
    min-width: auto;
    width: auto;
    height: 100svh;
  }
}
.top .top-first-view .scroll__wrapper {
  position: absolute;
  right: 8%;
  bottom: 40px;
}
@media (max-width: 768px) {
  .top .top-first-view .scroll__wrapper {
    right: 8%;
  }
}
.top .top-first-view .scroll__wrapper span {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
}
.top .top-first-view .scroll__wrapper span::after {
  position: absolute;
  bottom: -128px;
  left: calc(50% - 1px);
  display: block;
  width: 1px;
  height: 120px;
  background: #e1dcc2;
  content: "";
  transform-origin: top;
  -webkit-animation: flow 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: flow 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top .top-first-view .scroll__wrapper span::before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 1px);
  display: none;
  width: 8px;
  height: 8px;
  background: #e1dcc2;
  content: "";
  transform-origin: top;
  -webkit-animation: flowtranslate 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: flowtranslate 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
@-webkit-keyframes flow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes flowtranslate {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(80px);
  }
}
@keyframes flowtranslate {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(80px);
  }
}
.top section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 140px 0;
  padding-top: 140px;
  padding-bottom: 140px;
  background: #6f6052;
}
@media (max-width: 768px) {
  .top section {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 140px 0;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
  }
}
.top section .sec-heading {
  text-align: center;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 768px) {
  .top section .sec-heading {
    font-size: 28px;
  }
}
.top section .sec-heading-desc {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .top section .sec-heading-desc {
    margin-bottom: 16px;
  }
}
.top section .heading-mask01,
.top section .heading-mask02 {
  position: absolute;
  top: -16px;
  left: calc(50% - 22px);
  z-index: -1;
  max-width: 70px;
  width: 8%;
  height: 70px;
  background-color: #6cba5a;
  background-position: -100% -150%, 100% -150%;
  background-size: 150%;
  background-repeat: repeat-x;
  transform: translate(-50%, 0%);
  -webkit-mask-image: url(../img/common/heading-bg-mask01.png);
  mask-image: url(../img/common/heading-bg-mask01.png);
  -webkit-mask-position-y: center;
  mask-position-y: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: 100%;
}
@media (max-width: 768px) {
  .top section .heading-mask01,
.top section .heading-mask02 {
    width: 14%;
  }
}
.top section .heading-mask02 {
  top: -10px;
  left: calc(50% + 22px);
  z-index: -2;
  background-color: #fccf00;
  -webkit-mask-image: url(../img/common/heading-bg-mask02.png);
  mask-image: url(../img/common/heading-bg-mask02.png);
}
.top .sec01 {
  position: relative;
  z-index: 2;
  overflow: visible;
  padding: 60px 0;
  padding-top: 0;
  padding-bottom: 200px;
  background: #fff;
  background-image: url(../img/top/sec01--bg.png);
  background-position: top center;
  background-size: cover;
}
@media (max-width: 768px) {
  .top .sec01 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.top .sec01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.95) 100%);
  content: "";
}
.top .sec01 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1000px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec01 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec01 .humans {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: -140px;
  max-width: 400px;
  /* margin-top: -100px; */
    transform: translateY(-88.6%);
}
@media (max-width: 768px) {
  .top .sec01 .humans {
    margin-bottom: -160px;
    max-width: 250px;
    transform: translateY(-142%);
  }
}
.top .sec01 .content--heading {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 768px) {
  .top .sec01 .content--heading {
    font-size: 24px;
  }
}
.top .sec01 .content--heading::after {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  height: 5px;
  background: url(../img/top/border.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.top .sec01 .areas {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .top .sec01 .areas {
    width: 80%;
  }
}
.top .sec01 .sec-heading {
  margin-bottom: 90px;
  color: #e1dcc2;
  font-size: 30px;
  font-family: "A1ゴシック B", "A1 Gothic B";
  line-height: 1.8;
}
@media (max-width: 768px) {
  .top .sec01 .sec-heading {
    margin-bottom: 60px;
    font-size: 26px;
    line-height: 1.6;
  }
}
.top .sec01 .sec-heading-desc {
  margin-bottom: 70px;
  font-size: 17px;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .top .sec01 .sec-heading-desc {
    font-size: 15px;
  }
}
.top .sec01 .box {
  box-sizing: border-box;
  margin-bottom: 48px;
}
.top .sec01 .box.box02 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top .sec01 .box.box02 {
    margin-bottom: 50px;
  }
}
.top .sec01 .box img {
  display: block;
  margin: 0 auto;
  width: 80%;
  border-radius: 30px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .top .sec01 .box img {
    width: 100%;
    border-radius: 0px;
  }
}
.top .sec01 .box p {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec01 .box p {
    margin-bottom: 20px;
    text-align: left;
    font-size: 15px;
  }
}
.top .sec01 .icon__wrapper {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .top .sec01 .icon__wrapper {
    margin-bottom: 0px;
  }
}
.top .sec01 .icon__wrapper .flex01 {
  margin: 0 120px 0 auto;
  max-width: 190px;
}
@media (max-width: 768px) {
  .top .sec01 .icon__wrapper .flex01 {
    margin: 0 0 0 auto;
  }
}
.top .sec01 .icon__wrapper .icon {
  margin: 0 6px;
  max-width: 52px;
}
.top .sec01 .info__wrapper .flex {
  box-sizing: border-box;
  border: solid #c9c9c9 1px;
}
@media (max-width: 768px) {
  .top .sec01 .info__wrapper .flex {
    align-items: stretch;
  }
}
.top .sec01 .info__wrapper .flex p {
  margin: 0;
  padding: 10px 0;
  color: #000;
}
@media (max-width: 768px) {
  .top .sec01 .info__wrapper .flex p {
    font-size: 14px;
  }
}
.top .sec01 .info__wrapper .flex .bg--yellow {
  width: 20%;
  background: #ded7c1;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec01 .info__wrapper .flex .bg--yellow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38%;
  }
}
.top .sec01 .info__wrapper .flex .bg--white {
  padding-left: 2em;
  width: 80%;
  background: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .top .sec01 .info__wrapper .flex .bg--white {
    padding-left: 1em;
    width: 62%;
  }
}
.top .sec02 {
  padding: 60px 0;
  padding-top: 200px;
  padding-bottom: 200px;
  background: url(../img/top/sec02--bg.jpg);
  background-position: center;
  background-size: 1600px auto;
}
@media (min-width: 1600px) {
  .top .sec02 {
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .top .sec02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec02 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec02 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec02 .flex01 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top .sec02 .flex01 {
    display: block;
  }
}
.top .sec02 .flex01 .heading__wrapper {
  margin-right: 20px;
  max-width: 110px;
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .heading__wrapper {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 230px;
  }
}
.top .sec02 .flex01 .heading__wrapper img {
  vertical-align: middle;
}
.top .sec02 .flex01 .heading__wrapper .spView {
  padding: 7px 24px;
  border-radius: 32px;
  background-color: #edb817;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.top .sec02 .flex01 .box:last-child img {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
  max-width: 190px;
  width: 60%;
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box:last-child img {
    margin-bottom: 16px;
    max-width: 130px;
  }
}
.top .sec02 .flex01 .box:last-child h2 {
  color: #fff;
  font-size: 36px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box:last-child h2 {
    font-size: 26px;
  }
}
.top .sec02 .img__wrapper {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .top .sec02 .img__wrapper {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
.top .sec02 .img__wrapper::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 40%;
  height: 50%;
  background: url(../img/top/sec02-img--bg.jpg);
  background-size: cover;
  content: "";
  opacity: 0.4;
}
@media (max-width: 768px) {
  .top .sec02 .img__wrapper::before {
    display: none;
  }
}
.top .sec02 .img__wrapper img {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 0 auto;
  width: 85%;
}
@media (max-width: 768px) {
  .top .sec02 .img__wrapper img {
    width: 100%;
  }
}
.top .sec02 .sec-heading {
  margin-bottom: 8px;
  color: #91b621;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
}
@media (max-width: 768px) {
  .top .sec02 .sec-heading {
    margin-bottom: 0;
    font-size: 30px;
  }
}
.top .sec02 .heading--bg {
  display: block;
  color: #91b621;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  .top .sec02 .heading--bg {
    font-size: 17px;
  }
}
.top .sec02 .heading__wrapper {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
.top .sec02 .heading__wrapper {
    margin-bottom: 0;
  }
}
.top .sec02 .flow--wrapper {
  margin-bottom: 50px;
	position: relative;
	
}
.top .sec02 .flow--wrapper::before {
background: url(../img/top/sec02--flow--bg.png);
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: .85;
    mix-blend-mode: multiply;
    z-index: -1;
}

@media (max-width: 768px) {
	.top .sec02 .flow--wrapper::before {
		display: none;
	}
	.top .sec02 .flow--wrapper {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(244, 242, 155, .6) 10%, rgba(244, 242, 155, .6) 90%, rgba(255, 255, 255, 0.01) 90.01%);
        padding-top: 40px;
	}
}
.top .sec02 .flow {
  margin: 0 auto;
  padding: 0px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  background: #fff;
  line-height: 1.4;
}
.top .sec02 .flow.bg--green {
	background: #479742;
}
.top .sec02 .flow .flow--text {
  margin: 0;
  color: #479742;
  font-weight: 400;
  font-size: 24px;
}
.top .sec02 .flow.bg--green .flow--text {
	color: #fff;
}
@media (max-width: 768px) {
  .top .sec02 .flow .flow--text {
    font-size: 21px;
  }
}
.top .sec02 .flow--arrow {
  margin: 8px auto 4px auto;
  max-width: 44px;
}
.top .sec02 .sec-heading-desc {
  margin-bottom: 30px;
  color: rgba(8, 120, 219, 0.7);
  font-weight: 700;
  font-style: normal;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  .top .sec02 .sec-heading-desc {
    margin-bottom: 0;
    transform: translateY(-10px);
  }
}
.top .sec02 .color--green.desc {
	color: #479742;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 24px;
}
@media (max-width: 768px) {
	.top .sec02 .color--green.desc {
		font-size: 16px;
	}
}
.top .sec02 .color--pink.desc {
	color: #ec6657;
    text-align: center;
    font-weight: 700;
	position: relative;
    margin: 0 auto;
    font-size: 24px;
	width: fit-content;
}
@media (max-width: 768px) {
	.top .sec02 .color--pink.desc {
		font-size: 16px;
	}
}
.top .sec02 .color--pink.desc::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 60%;
  background: #f4f29b;
  content: "";
  opacity: 0.6;
  mix-blend-mode: normal;
}
@media (max-width: 768px) {
  .top .sec02 .color--pink.desc::before {
    height: 100%;
  }
}
.top .sec02 .color--green.font-size--small {
	    color: #479742;
    text-align: center;
	    font-size: 18px;
	margin-top: 8px;
    margin-bottom: 30px;
	    font-weight: 700;
}
@media (max-width: 768px) {
	.top .sec02 .color--green.font-size--small {
		font-size: 15px;
	}
}
.top .sec02 .attention--text {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #91b621;
  font-weight: 600;
}
@media (max-width: 768px) {
  .top .sec02 .attention--text {
    align-items: flex-start;
    font-size: 15px;
  }
}
.top .sec02 .attention--text::before {
  display: inline-block;
  margin-right: 1em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/top/attention--text--icon.png);
  background-size: 100%;
  content: "";
}
@media (max-width: 768px) {
  .top .sec02 .attention--text::before {
    margin-top: 0.3em;
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
  }
}
.top .sec02 .attention--text::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 60%;
  background: #f0f6de;
  content: "";
  opacity: 0.6;
  mix-blend-mode: normal;
}
@media (max-width: 768px) {
  .top .sec02 .attention--text::after {
    height: 100%;
  }
}
.top .sec03 {
  padding: 60px 0;
  padding-top: 200px;
  padding-top: 0px;
  padding-bottom: 200px;
  background: url(../img/top/sec02--bg.jpg);
  background-size: 1600px auto;
}
@media (min-width: 1600px) {
  .top .sec03 {
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .top .sec03 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.top .sec03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.95) 100%);
  content: "";
}
.top .sec03 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec03 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec03 .bg--wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top .sec03 .bg--wrapper {
    display: none;
  }
}
.top .sec03 .bg--wrapper .bg {
  position: absolute;
}
.top .sec03 .bg--wrapper .bg01 {
  top: 60px;
  left: -340px;
  width: 240px;
}
.top .sec03 .bg--wrapper .bg02 {
  top: 160px;
  left: -40px;
  width: 220px;
}
.top .sec03 .bg--wrapper .bg03 {
  top: 320px;
  left: -200px;
  width: 240px;
}
.top .sec03 .bg--wrapper .bg04 {
  top: 540px;
  left: -320px;
  width: 200px;
}
.top .sec03 .bg--wrapper .bg05 {
  top: 490px;
  left: -20px;
  width: 170px;
}
.top .sec03 .bg--wrapper .bg06 {
  top: 100px;
  right: 0px;
  width: 220px;
}
.top .sec03 .bg--wrapper .bg07 {
  top: 180px;
  right: -280px;
  width: 190px;
}
.top .sec03 .bg--wrapper .bg08 {
  top: 360px;
  right: -50px;
  width: 200px;
}
.top .sec03 .bg--wrapper .bg09 {
  top: 520px;
  right: 40px;
  width: 220px;
}
.top .sec03 .bg--wrapper .bg10 {
  top: 530px;
  right: -320px;
  width: 180px;
}
.top .sec03 .heading__wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .top .sec03 .heading__wrapper {
    margin-bottom: 50px;
  }
}
.top .sec03 h3.service {
  margin-bottom: 14px;
  color: #91b621;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
}
.top .sec03 .desc {
  color: #91b621;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  .top .sec03 .desc {
    font-size: 16px;
  }
}
.top .sec03 .sec-heading {
  color: #e1dcc2;
  text-align: left;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec03 .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec03 .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: rgba(225, 220, 194, 0.12);
  font-weight: 800;
  font-style: normal;
  font-size: 72px;
  font-family: "avenir-lt-pro", sans-serif;
}
@media (max-width: 768px) {
  .top .sec03 .heading--bg {
    top: -66px;
    /* position: relative; */
    left: 50%;
    display: block;
    text-align: center;
    font-size: 54px;
    transform: translateX(-50%);
  }
}
.top .sec04 {
  padding: 60px 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
@media (max-width: 768px) {
  .top .sec04 {
    padding-top: 0px;
    padding-bottom: 0;
  }
}
.top .sec04 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec04 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec04 .sec04--01-bg {
  margin-bottom: -110px;
  background: url(../img/top/sec04--bg.png);
  background-position: bottom center;
  background-size: 1600px auto;
  background-repeat: no-repeat;
}
@media (min-width: 1600px) {
  .top .sec04 .sec04--01-bg {
    background-size: cover;
  }
}
.top .sec04 .sec04--01-bg .fixed__wrapper {
  padding-top: 80px;
  padding-bottom: 40px;
}
.top .sec04 .sec04--02-bg {
  background: url(../img/top/sec04--bg02.png);
  background-position: top center;
  background-size: 1600px auto;
  background-repeat: no-repeat;
}
@media (min-width: 1600px) {
  .top .sec04 .sec04--02-bg {
    background-size: cover;
  }
}
.top .sec04 .sec04--02-bg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5%;
  background-color: rgba(236, 202, 167, 0.1);
  content: "";
}
@media (max-width: 768px) {
  .top .sec04 .sec04--02-bg::after {
    height: 30%;
    background-color: rgba(236, 202, 167, 0.2);
  }
}
.top .sec04 .sec04--02-bg .fixed__wrapper {
  padding-top: 120px;
  padding-bottom: 40px;
}
.top .sec04 .heading__wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top .sec04 .heading__wrapper {
    margin-bottom: 20px;
  }
}
.top .sec04 .sec-heading {
  margin-bottom: 40px;
  margin-left: 8%;
  color: #8fc31f;
  text-align: left;
  font-weight: 600;
  font-size: 54px;
}
@media (max-width: 768px) {
  .top .sec04 .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .top .sec04 .flex.hoken--flex {
    flex-direction: column-reverse;
  }
}
.top .sec04 .hoken {
  max-width: 540px;
}
.top .sec04 .taxi-img {
  position: absolute;
  top: 70px;
  right: 6%;
  max-width: 300px;
  width: 28%;
}
@media (max-width: 768px) {
  .top .sec04 .taxi-img {
    position: static;
    margin: 0 auto;
    width: 50%;
  }
}
.top .sec04 .kurumaisu--flex {
  justify-content: flex-start;
  align-items: center;
}
.top .sec04 .kurumaisu--flex .kurumaisu {
  margin-right: 2%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .top .sec04 .kurumaisu--flex .kurumaisu {
    width: 33%;
  }
}
.top .sec04 .kurumaisu--flex .kurumaisu--attention {
  max-width: 500px;
}
@media (max-width: 768px) {
  .top .sec04 .kurumaisu--flex .kurumaisu--attention {
    width: 67%;
  }
}
.top .sec04 .desc {
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(116, 149, 47, 0.6));
  filter: drop-shadow(0px 0px 3px rgba(116, 149, 47, 0.6));
}
@media (max-width: 768px) {
  .top .sec04 .desc {
    margin-bottom: 60px;
    font-size: 15px;
  }
}
.top .sec04 .flex.flex--usecase {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top .sec04 .flex.flex--usecase {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .top .sec04 .flex.flex--usecase01 .box--right {
    margin: 0 5% 16px auto;
    margin-top: -120px;
  }
}
.top .sec04 .flex.flex--usecase01 .box--heading {
  max-width: 280px;
}
@media (max-width: 768px) {
  .top .sec04 .flex.flex--usecase01 .box--heading {
    max-width: 220px;
  }
}
.top .sec04 .flex.flex--usecase02 {
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .top .sec04 .flex.flex--usecase02 {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.top .sec04 .flex.flex--usecase02 .box--heading {
  max-width: 320px;
}
@media (max-width: 768px) {
  .top .sec04 .flex.flex--usecase02 .box--heading {
    max-width: 300px;
    width: 80%;
  }
}
.top .sec04 .flex.flex--usecase02 .box--right {
  margin-top: 0;
  max-width: 340px;
  width: 44%;
}
@media (max-width: 768px) {
  .top .sec04 .flex.flex--usecase02 .box--right {
    margin: 0 auto 16px auto;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .top .sec04 .flex.flex--usecase02 ul {
    margin-bottom: 20px;
  }
}

.top .sec04 .flex.flex--usecase01 .desc,
.top .sec04 .flex.flex--usecase02 .desc {
  margin: 0;
  color: #756b63;
  font-size: 17px;
  -webkit-filter: none;
  filter: none;
}
.top .sec04 .flex.flex--usecase01 .desc {
	    margin-bottom: 20px;
}
.top .sec04 li {
  margin-left: 1em;
  color: #756b63;
  list-style: disc;
  font-size: 20px;
}
@media (max-width: 768px) {
  .top .sec04 li {
    font-size: 17px;
  }
}
.top .sec04 .box--right {
    margin-top: -90px;
    max-width: 380px;
  width: 50%;
}
.top .sec04 .attention--text,
.top .sec04 .attention--text2 {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #91b621;
  font-weight: 600;
}
@media (max-width: 768px) {
  .top .sec04 .attention--text,
	.top .sec04 .attention--text2 {
    align-items: flex-start;
    font-size: 15px;
  }
}
.top .sec04 .attention--text::before {
  display: inline-block;
  margin-right: 1em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/top/attention--text--icon.png);
  background-size: 100%;
  content: "";
}
@media (max-width: 768px) {
  .top .sec04 .attention--text::before {
    margin-top: 0.3em;
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
  }
}
.top .sec04 .attention--text::after,
.top .sec04 .attention--text2::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 60%;
  background: #f0f6de;
  content: "";
  opacity: 0.6;
  mix-blend-mode: normal;
}
@media (max-width: 768px) {
  .top .sec04 .attention--text::after,
	 .top .sec04 .attention--text2::after {
    height: 100%;
  }
}
.top .sec04 h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
}
@media (max-width: 768px) {
  .top .sec04 h3 {
    font-size: 22px;
  }
}
.top .sec04 h3 .font-size--small {
  font-size: 17px;
}
@media (max-width: 768px) {
  .top .sec04 h3 .font-size--small {
    font-size: 15px;
  }
}
.top .sec04 .font-size--big.color--pink {
	font-size: 22px;
	color: #ec6657;
	text-align: center;
	font-weight: 600;
}
@media (max-width: 768px) {
.top .sec04 .font-size--big.color--pink {
	font-size: 18px;
	}
}
.top .sec05 {
  position: relative;
  padding: 140px 0;
  background: url(../img/top/sec05--bg.jpg);
  background-size: cover;
}
@media (max-width: 768px) {
  .top .sec05 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.top .sec05::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.9) 100%);
  content: "";
}
.top .sec05::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.95) 100%);
  content: "";
}
@media (max-width: 768px) {
  .top .sec05::after {
    height: 60px;
  }
}
.top .sec05 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec05 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec05 .sec-heading {
  margin-bottom: 60px;
  color: #e17554;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 768px) {
  .top .sec05 .sec-heading {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.top .sec05 .sec-heading-desc {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .top .sec05 .sec-heading-desc {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.top .sec05 .flow {
  margin: 0 auto;
  padding: 0px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  background: #fff;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .top .sec05 .flow {
    box-sizing: border-box;
    padding: 4px 20px;
    width: 100%;
  }
}
.top .sec05 .flow .text {
  margin: 0;
  color: #f09087;
  font-weight: 400;
  font-size: 28px;
}
@media (max-width: 768px) {
  .top .sec05 .flow .text {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
  }
}
.top .sec05 .flow .font-size--small {
  display: block;
  margin-top: -10px;
  color: #f09087;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .top .sec05 .flow .font-size--small {
    margin-top: -4px;
    font-size: 12px;
    line-height: 1.2;
  }
}
.top .sec05 .flow .font-size--small .font-size--big {
  color: #f09087;
  font-size: 19px;
}
@media (max-width: 768px) {
  .top .sec05 .flow .font-size--small .font-size--big {
    display: block;
    font-size: 14px;
  }
}
.top .sec05 .flow--arrow {
  margin: 8px auto 4px auto;
  max-width: 44px;
}
.top .sec05 .sec-heading-desc {
  margin-bottom: 30px;
  color: rgba(8, 120, 219, 0.7);
  font-weight: 700;
  font-style: normal;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  .top .sec05 .sec-heading-desc {
    margin-bottom: 0;
    transform: translateY(-10px);
  }
}
.top .sec05 .attention--text {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #91b621;
  font-weight: 600;
}
.top .sec05 .attention--text::before {
  display: inline-block;
  margin-right: 1em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/top/attention--text--icon.png);
  background-size: 100%;
  content: "";
}
.top .sec05 .attention--text::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 60%;
  background: #f0f6de;
  content: "";
  opacity: 0.6;
  mix-blend-mode: normal;
}
.top .sec06 {
  padding: 60px 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
}
@media (max-width: 768px) {
  .top .sec06 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.top .sec06 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec06 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec06 .sec-heading {
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec06 .sec-heading {
    font-size: 22px;
  }
}
.top .sec06 .price--table {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 800px;
}
.top .sec06 .price--table.spView.js-scrollable {
  display: none;
}
@media (max-width: 768px) {
  .top .sec06 .price--table.spView.js-scrollable {
    display: block;
  }
  .top .sec06 .price--table.spView.js-scrollable img {
    width: 150%;
  }
}
.top .sec06 .attention--text {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #91b621;
  font-weight: 600;
}
@media (max-width: 768px) {
  .top .sec06 .attention--text {
    align-items: flex-start;
    margin-bottom: 60px;
    font-size: 15px;
  }
}
.top .sec06 .attention--text::before {
  display: inline-block;
  margin-right: 1em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/top/attention--text--icon.png);
  background-size: 100%;
  content: "";
}
@media (max-width: 768px) {
  .top .sec06 .attention--text::before {
    margin-top: 0.3em;
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
  }
}
.top .sec06 .attention--text::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 60%;
  background: #f0f6de;
  content: "";
  opacity: 0.6;
  mix-blend-mode: normal;
}
@media (max-width: 768px) {
  .top .sec06 .attention--text::after {
    height: 100%;
  }
}
.top .sec06 .heading-img {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

.wrapper .bg__wrapper {
  left: 50%;
  margin: 0 auto;
  min-width: 1400px;
  max-width: none;
  transform: translateX(-50%);
}
.wrapper .bg__wrapper .bg__wrapper__left .bg01 {
  top: auto !important;
  bottom: 0;
  left: -40px !important;
}
.wrapper .bg__wrapper .bg__wrapper__right .bg01 {
  top: auto !important;
  right: -40px !important;
  bottom: 0;
}

svg {
  width: 100%;
  opacity: 0;
}

svg.view {
  opacity: 1;
}

/***************************************************
 * Generated by SVG Artista on 4/8/2025, 6:33:06 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
  animation: animate-svg-fill-1 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s both;
  animation: animate-svg-fill-2 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-fill-3 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.85s both;
  animation: animate-svg-fill-4 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.85s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: animate-svg-fill-5 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.95s both;
  animation: animate-svg-fill-6 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.95s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-fill-7 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s both;
  animation: animate-svg-fill-8 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-fill-9 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.15s both;
  animation: animate-svg-fill-10 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.15s both;
}

.grand-open {
  position: fixed;
  bottom: -160px;
  left: 40px;
  z-index: 11;
  width: 160px;
}
@media (max-width: 768px) {
  .grand-open {
    left: 10px;
    width: 110px;
  }
}