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

body.inview {
  background: #fff;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
h2,
h3,
h4,
span,
p {
  color: #404040;
  font-weight: 500;
  font-style: normal;
  font-family: "noto-sans-cjk-jp", 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%;
  color: #3c3c3c;
}
.top .main {
  position: relative;
  overflow: hidden;
  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;
  box-sizing: border-box;
  min-height: 740px;
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .top .top-first-view {
    margin-bottom: 90px;
    padding-bottom: 90px;
    min-height: auto;
    max-height: none;
    height: auto;
  }
}
.top .top-first-view .first-view-img-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
.top .top-first-view .first-view-img-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  opacity: 1;
  transition: 0.4s;
  transform: scaleX(1);
  transform-origin: right;
}
.top .top-first-view .first-view-img-wrapper.loaded::before {
  opacity: 0.7;
  transform: scaleX(0);
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-img-wrapper {
    min-height: 450px;
    max-height: 550px;
    width: 100%;
    height: 400px;
    background: url(../img/top/first-view-img--sp.jpg);
    background-position: bottom center;
    background-size: cover;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.top .top-first-view .first-view-img-wrapper .swiper0,
.top .top-first-view .first-view-img-wrapper .swiper-container0,
.top .top-first-view .first-view-img-wrapper .swiper-wrapper0,
.top .top-first-view .first-view-img-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.top .top-first-view .first-view-img-wrapper .swiper-slide-active .swiper-img,
.top .top-first-view .first-view-img-wrapper .swiper-slide-duplicate-active .swiper-img,
.top .top-first-view .first-view-img-wrapper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
  animation: zoomUp 7s linear 0s normal both;
}
.top .top-first-view .first-view-img-wrapper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
  background: url(../img/top/first-view-img.jpg);
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-img-wrapper .swiper-slide .swiper-img {
    min-height: 450px;
    max-height: 550px;
    width: 100%;
    height: 66svh;
    background: url(../img/top/first-view-img--sp.jpg);
    background-position: bottom center;
    background-size: cover;
  }
}
.top .top-first-view .first-view-img-wrapper .swiper-slide02 .swiper-img {
  background: url(../img/top/first-view-img02.jpg);
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-img-wrapper .swiper-slide02 .swiper-img {
    min-height: 450px;
    max-height: 550px;
    width: 100%;
    height: 66svh;
    background: url(../img/top/first-view-img02--sp.jpg);
    background-position: bottom center;
    background-size: cover;
  }
}
.top .top-first-view .first-view-img {
  overflow: hidden;
  vertical-align: bottom;
  opacity: 0;
  transition: 0.8s;
  transform: scale(1.03);
  will-change: transform, opacity;
  -o-object-fit: cover;
  object-fit: cover;
}
.top .top-first-view .first-view-img.view {
  opacity: 1;
  transform: scale(1);
}
.top .top-first-view .first-view-text {
  position: absolute;
  top: 50%;
  left: -12%;
  z-index: 3;
  line-height: 1.7;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-text {
    left: calc(0% - 60px);
  }
}
.top .top-first-view .first-view-text span {
  display: block;
  margin-bottom: 20px;
  padding: 0 24px;
  padding-bottom: 2px;
  background: linear-gradient(to bottom right, #087adb 0%, #84d2f5 100%);
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.6;
  opacity: 0;
  transition: 0.8s;
  transition-delay: 1s;
  transform: translateX(-20%);
  will-change: transform, opacity;
}
.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: 18px;
  }
}
.top .top-first-view .first-view-text span:last-child {
  margin-bottom: 0;
  transition-delay: 1.3s;
}
.top .top-first-view .first-view-text01 {
  top: 60px;
  left: calc(50% - 24px);
  max-width: calc(50% - 60px);
  width: 500px;
  transform: translate(-7%, -18%);
}
@media (min-width: 1480px) {
  .top .top-first-view .first-view-text01 {
    left: 75%;
    transform: translateX(-52%) translateY(-5%);
  }
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-text01 {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    margin: 0 auto;
    margin-top: -3%;
    margin-bottom: -14%;
    max-width: 90%;
    height: 10%;
    transform: translate(5%, -30%);
  }
}
.top .top-first-view .first-view-text02 {
  top: 440px;
  left: calc(75% - 115px);
  width: 230px;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 2.5s;
}
@media (min-width: 1480px) {
  .top .top-first-view .first-view-text02 {
    top: calc(40% - 30px + 160px);
  }
}
.top .top-first-view .first-view-text02.loaded {
  opacity: 1;
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-text02 {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    width: 180px;
  }
}
.top .top-first-view .heading-box--wrapper {
  position: absolute;
  top: 280px;
  right: auto;
  left: calc(75% + 0px);
  opacity: 0;
  transition: 0.4s;
  transition-delay: 2s;
  transform: translateX(-50%);
}
@media (min-width: 1480px) {
  .top .top-first-view .heading-box--wrapper {
    top: calc(40% - 30px);
  }
}
.top .top-first-view .heading-box--wrapper.loaded {
  opacity: 1;
}
@media (max-width: 768px) {
  .top .top-first-view .heading-box--wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    transform: none;
  }
}
.top .top-first-view .heading-box--wrapper::before, .top .top-first-view .heading-box--wrapper::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  content: "";
}
.top .top-first-view .heading-box--wrapper::before {
  top: 0;
  left: 0;
  border-top: solid #707070 1px;
  border-left: solid #707070 1px;
}
@media (max-width: 768px) {
  .top .top-first-view .heading-box--wrapper::before {
    border-top: solid #000 1px;
    border-left: solid #000 1px;
  }
}
.top .top-first-view .heading-box--wrapper::after {
  right: 0;
  bottom: 0;
  border-right: solid #707070 1px;
  border-bottom: solid #707070 1px;
}
@media (max-width: 768px) {
  .top .top-first-view .heading-box--wrapper::after {
    border-right: solid #000 1px;
    border-bottom: solid #000 1px;
  }
}
.top .top-first-view .heading-box.heading-box01 {
  position: relative;
  box-sizing: border-box;
  padding: 12px 32px;
}
@media (max-width: 768px) {
  .top .top-first-view .heading-box.heading-box01 {
    top: 0px;
    left: 0;
    z-index: 2;
    padding: 8px 24px;
  }
}
.top .top-first-view .heading-box.heading-box01::before {
  position: absolute;
  top: -15px;
  right: -40px;
  left: auto;
  z-index: 2;
  display: block;
  width: 80px;
  height: 30px;
  border-bottom: solid #707070 1px;
  content: "";
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .top .top-first-view .heading-box.heading-box01::before {
    right: -30px;
    width: 60px;
    border-bottom: solid #000 1px;
  }
}
.top .top-first-view .heading-box.heading-box01::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -15px;
  left: -40px;
  z-index: 2;
  display: block;
  width: 80px;
  height: 30px;
  border-bottom: solid #707070 1px;
  content: "";
  transform: rotate(-135deg);
}
@media (max-width: 768px) {
  .top .top-first-view .heading-box.heading-box01::after {
    left: -30px;
    width: 60px;
    border-bottom: solid #000 1px;
  }
}
.top .top-first-view .heading-box.heading-box01 .heading-text {
  color: #000000;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .top .top-first-view .heading-box.heading-box01 .heading-text {
    font-size: 16px;
  }
}
.top .top-first-view .heading-box.heading-box01 .heading-text span {
  color: #dc000b;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  .top .top-first-view .heading-box.heading-box01 .heading-text span {
    font-size: 16px;
  }
}
.top .top-first-view .news-box--wrapper {
  position: absolute;
  bottom: 60px;
  left: 50%;
  /* background: #fff; */
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 3s;
  transform: translateY(16px) translateX(-50%);
}
.top .top-first-view .news-box--wrapper.loaded {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}
@media (max-width: 768px) {
  .top .top-first-view .news-box--wrapper {
    position: static;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    width: calc(100% - 32px);
    transform: none;
  }
  .top .top-first-view .news-box--wrapper.loaded {
    transform: translateY(0);
  }
}
.top .top-first-view .news-box--wrapper .heading-box {
  display: inline-block;
  padding: 0 32px;
  background: #dc000b;
  transform: translate(-12px, 12px);
  -webkit-clip-path: polygon(16px 0, 100% 0%, calc(100% - 16px) 100%, 0 100%);
  clip-path: polygon(20px 0, 100% 0%, calc(100% - 20px) 100%, 0 100%);
}
.top .top-first-view .news-box--wrapper .heading-box p {
  display: flex;
  align-items: center;
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-family: "bebas-neue-pro", sans-serif;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top .top-first-view .news-box--wrapper .heading-box p {
    font-size: 24px;
  }
}
.top .top-first-view .news-box--wrapper .heading-box p span {
  margin-left: 12px;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  .top .top-first-view .news-box--wrapper .heading-box p span {
    font-size: 12px;
  }
}
.top .top-first-view .news-box--wrapper .content--box {
  display: flex;
  align-items: center;
  padding: 24px 32px;
  border-radius: 0 16px 16px 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .top .top-first-view .news-box--wrapper .content--box {
    padding: 24px 12px;
  }
}
.top .top-first-view .news-box--wrapper .content--box .article--box {
  display: flex;
}
.top .top-first-view .news-box--wrapper .content--box .article--box .box--sp {
  padding-right: 20px;
  min-width: 100px;
  border-right: solid #707070 1px;
}
@media (max-width: 768px) {
  .top .top-first-view .news-box--wrapper .content--box .article--box .box--sp {
    padding-right: 16px;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .top .top-first-view .news-box--wrapper .content--box .article--box .box--sp time {
    display: inline-block;
    font-size: 12px;
    transform: translateY(-5%);
  }
}
.top .top-first-view .news-box--wrapper .content--box .article--box .title {
  margin-right: 20px;
  margin-left: 20px;
  min-width: 400px;
}
@media (max-width: 768px) {
  .top .top-first-view .news-box--wrapper .content--box .article--box .title {
    display: block;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: auto;
    font-size: 12px;
  }
}
.top .top-first-view .news-box--wrapper .content--box .link-box {
  min-width: 140px;
  border: solid #707070 1px;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 768px) {
  .top .top-first-view .news-box--wrapper .content--box .link-box {
    position: absolute;
    right: -8px;
    bottom: -12px;
    z-index: 5;
    min-width: 92px;
    background: #707070;
    color: #fff;
    font-size: 11px;
  }
}
.top .top-first-view .scroll-box .scroll-text {
  position: absolute;
  bottom: 10px;
  left: calc(50% + 12px);
  width: 18px;
}
.top .top-first-view .scroll-box::before {
  position: absolute;
  bottom: -64px;
  left: calc(50% + 0px);
  z-index: 5;
  display: block;
  width: 1px;
  height: 120px;
  background: #404040;
  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-box::after {
  position: absolute;
  bottom: 56px;
  left: calc(50% - 13px);
  z-index: 5;
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: solid #404040 1px;
  content: "";
  transform: rotate(-45deg);
  transform-origin: top;
  -webkit-animation: flow2 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: flow2 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@-webkit-keyframes flow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes flow2 {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(120px) rotate(-45deg);
  }
}
@keyframes flow2 {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(120px) rotate(-45deg);
  }
}
.top .top-first-view .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 190px;
  max-width: 250px;
  width: 15%;
  transform: translate(-50%, -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 section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 140px 0;
  padding-top: 140px;
  padding-bottom: 140px;
}
@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 .section--wrapper {
  background: url(../img/top/sec02--bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .top .section--wrapper {
    background: url(../img/subpage/sec02--bg--sp.jpg);
    background-attachment: fixed;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.top .sec01,
.top .sec02,
.top .sec03,
.top .sec04 {
  margin-bottom: 0px;
  padding: 60px 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .top .sec01,
.top .sec02,
.top .sec03,
.top .sec04 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.top .sec01 .fixed__wrapper,
.top .sec02 .fixed__wrapper,
.top .sec03 .fixed__wrapper,
.top .sec04 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1600px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec01 .fixed__wrapper,
.top .sec02 .fixed__wrapper,
.top .sec03 .fixed__wrapper,
.top .sec04 .fixed__wrapper {
    padding: 0 40px;
    width: 100%;
    background: rgba(163, 211, 85, 0.16);
  }
}
.top .sec01 .flex,
.top .sec02 .flex,
.top .sec03 .flex,
.top .sec04 .flex {
  align-items: center;
}
@media (max-width: 768px) {
  .top .sec01 .flex,
.top .sec02 .flex,
.top .sec03 .flex,
.top .sec04 .flex {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }
}
.top .sec01 .flex .box--text,
.top .sec02 .flex .box--text,
.top .sec03 .flex .box--text,
.top .sec04 .flex .box--text {
  position: relative;
  margin: 0 80px 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec01 .flex .box--text,
.top .sec02 .flex .box--text,
.top .sec03 .flex .box--text,
.top .sec04 .flex .box--text {
    margin: 60px auto;
  }
}
.top .sec01 .flex .box--text:hover .heading-box--wrapper .heading-box::before,
.top .sec02 .flex .box--text:hover .heading-box--wrapper .heading-box::before,
.top .sec03 .flex .box--text:hover .heading-box--wrapper .heading-box::before,
.top .sec04 .flex .box--text:hover .heading-box--wrapper .heading-box::before {
  transform: rotate(45deg) translate(24px, 0px);
}
.top .sec01 .flex .box--text:hover .heading-box--wrapper .heading-box::after,
.top .sec02 .flex .box--text:hover .heading-box--wrapper .heading-box::after,
.top .sec03 .flex .box--text:hover .heading-box--wrapper .heading-box::after,
.top .sec04 .flex .box--text:hover .heading-box--wrapper .heading-box::after {
  transform: rotate(-135deg) translate(24px, 0px);
}
.top .sec01 .flex .box--text .link-more,
.top .sec02 .flex .box--text .link-more,
.top .sec03 .flex .box--text .link-more,
.top .sec04 .flex .box--text .link-more {
  text-decoration: underline;
}
.top .sec01 .heading-box--wrapper,
.top .sec02 .heading-box--wrapper,
.top .sec03 .heading-box--wrapper,
.top .sec04 .heading-box--wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .top .sec01 .heading-box--wrapper,
.top .sec02 .heading-box--wrapper,
.top .sec03 .heading-box--wrapper,
.top .sec04 .heading-box--wrapper {
    margin: 0 auto;
  }
}
.top .sec01 .heading-box--wrapper::before, .top .sec01 .heading-box--wrapper::after,
.top .sec02 .heading-box--wrapper::before,
.top .sec02 .heading-box--wrapper::after,
.top .sec03 .heading-box--wrapper::before,
.top .sec03 .heading-box--wrapper::after,
.top .sec04 .heading-box--wrapper::before,
.top .sec04 .heading-box--wrapper::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  content: "";
}
.top .sec01 .heading-box--wrapper::before,
.top .sec02 .heading-box--wrapper::before,
.top .sec03 .heading-box--wrapper::before,
.top .sec04 .heading-box--wrapper::before {
  top: 0;
  left: 0;
  border-top: solid #707070 1px;
  border-left: solid #707070 1px;
}
.top .sec01 .heading-box--wrapper::after,
.top .sec02 .heading-box--wrapper::after,
.top .sec03 .heading-box--wrapper::after,
.top .sec04 .heading-box--wrapper::after {
  right: 0;
  bottom: 0;
  border-right: solid #707070 1px;
  border-bottom: solid #707070 1px;
}
.top .sec01 .heading-box,
.top .sec02 .heading-box,
.top .sec03 .heading-box,
.top .sec04 .heading-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 40px;
  min-width: 350px;
  min-height: 100px;
}
@media (max-width: 768px) {
  .top .sec01 .heading-box,
.top .sec02 .heading-box,
.top .sec03 .heading-box,
.top .sec04 .heading-box {
    padding: 12px 20px;
    min-width: 250px;
    min-height: 80px;
  }
}
.top .sec01 .heading-box::before,
.top .sec02 .heading-box::before,
.top .sec03 .heading-box::before,
.top .sec04 .heading-box::before {
  position: absolute;
  top: -15px;
  right: -40px;
  left: auto;
  z-index: 2;
  display: block;
  width: 80px;
  height: 30px;
  border-bottom: solid #707070 1px;
  content: "";
  transition: 0.2s;
  transform: rotate(45deg);
}
.top .sec01 .heading-box::after,
.top .sec02 .heading-box::after,
.top .sec03 .heading-box::after,
.top .sec04 .heading-box::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -15px;
  left: -40px;
  z-index: 2;
  display: block;
  width: 80px;
  height: 30px;
  border-bottom: solid #707070 1px;
  content: "";
  transition: 0.2s;
  transform: rotate(-135deg);
}
.top .sec01 .heading-box .heading-text,
.top .sec02 .heading-box .heading-text,
.top .sec03 .heading-box .heading-text,
.top .sec04 .heading-box .heading-text {
  color: #000000;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .top .sec01 .heading-box .heading-text,
.top .sec02 .heading-box .heading-text,
.top .sec03 .heading-box .heading-text,
.top .sec04 .heading-box .heading-text {
    font-size: 18px;
  }
}
.top .sec01 .heading-box .heading-text span,
.top .sec02 .heading-box .heading-text span,
.top .sec03 .heading-box .heading-text span,
.top .sec04 .heading-box .heading-text span {
  color: #dc000b;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  .top .sec01 .heading-box .heading-text span,
.top .sec02 .heading-box .heading-text span,
.top .sec03 .heading-box .heading-text span,
.top .sec04 .heading-box .heading-text span {
    font-size: 18px;
  }
}
.top .sec01 .box--img,
.top .sec02 .box--img,
.top .sec03 .box--img,
.top .sec04 .box--img {
  position: relative;
  overflow: hidden;
  width: 50%;
}
@media (max-width: 768px) {
  .top .sec01 .box--img,
.top .sec02 .box--img,
.top .sec03 .box--img,
.top .sec04 .box--img {
    margin: 0 0 0 0;
    width: calc(100% - 32px);
  }
}
.top .sec01 .box--img .img,
.top .sec02 .box--img .img,
.top .sec03 .box--img .img,
.top .sec04 .box--img .img {
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.top .sec01 .box--img .img--text,
.top .sec02 .box--img .img--text,
.top .sec03 .box--img .img--text,
.top .sec04 .box--img .img--text {
  position: absolute;
  top: 16px;
  left: 10px;
  width: 100px;
}
@media (max-width: 768px) {
  .top .sec01 .box--img .img--text,
.top .sec02 .box--img .img--text,
.top .sec03 .box--img .img--text,
.top .sec04 .box--img .img--text {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .top .sec02 .flex,
.top .sec04 .flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top .sec02 .flex .box--img .img--text,
.top .sec04 .flex .box--img .img--text {
  right: 8px;
  left: auto;
}
.top .sec02 .flex .box--text,
.top .sec04 .flex .box--text {
  margin: 0 auto 0 80px;
}
@media (max-width: 768px) {
  .top .sec02 .flex .box--text,
.top .sec04 .flex .box--text {
    margin: 60px auto;
  }
}
.top .swiper01,
.top .swiper02 {
  padding: 20px 0;
  background: #dc000b;
  pointer-events: none;
}
.top .swiper-wrapper01,
.top .swiper-wrapper02 {
  transition-timing-function: linear;
}
.top .swiper-wrapper01 .swiper-slide,
.top .swiper-wrapper02 .swiper-slide {
  padding: 1px 0;
  background: #fff;
}
.top .swiper-wrapper01 .swiper-slide img,
.top .swiper-wrapper02 .swiper-slide img {
  vertical-align: bottom;
}
.top .sec05 {
  background-size: cover;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec05 {
    padding-top: 60px;
    padding-bottom: 160px;
  }
}
.top .sec05 .fixed__wrapper {
  max-width: 800px;
  will-change: transform, opacity;
}
.top .sec05 .sec-heading {
  margin-bottom: 30px;
  color: #000;
  font-size: 32px;
  font-family: "A1ゴシック M";
}
@media (max-width: 768px) {
  .top .sec05 .sec-heading {
    font-size: 22px;
  }
}
.top .sec05 .sec-heading .color--red {
  color: #dc000b;
  font-size: inherit;
  font-family: "A1ゴシック M";
}
.top .sec05 .banner {
  display: block;
  margin-bottom: 40px;
  border-radius: 20px;
  opacity: 1 !important;
  transition: 0.3s;
  will-change: transform, filter;
}
.top .sec05 .banner img {
  vertical-align: bottom;
  opacity: 1 !important;
  transition: 0.3s;
  will-change: transform, filter;
}
.top .sec05 .banner:hover {
  opacity: 1 !important;
}
.top .sec05 .banner:hover img {
  -webkit-filter: drop-shadow(20px 20px 0px #fda7ac);
  filter: drop-shadow(20px 20px 0px #fda7ac);
  transform: translate(-10px, -10px);
}
.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 .flex {
  flex-wrap: wrap;
  margin: 20px auto;
  max-width: 800px;
}
@media (max-width: 768px) {
  .top .sec05 .flex {
    justify-content: center;
  }
}
.top .sec05 .flex a {
  margin-bottom: 8px;
  width: calc(20% - 16px);
}
@media (max-width: 768px) {
  .top .sec05 .flex a {
    margin: 8px;
    width: calc(50% - 16px);
  }
}
.top .sec05 .flex a img {
  vertical-align: middle;
}
.top .sec05 .flex02 {
  margin-bottom: 30px;
}
.top .sec05 .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 3;
}
@media (max-width: 768px) {
  .top .sec05 .text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.top .sec05 .link-btn {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 6px 48px;
  border-radius: 32px;
  background: linear-gradient(to bottom right, #087adb 0%, #84d2f5 100%);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  font-family: "noto-sans-cjk-jp", sans-serif;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top .sec05 .link-btn {
    max-width: 250px;
    width: 100%;
  }
}
.top .sec05 .link-btn:hover {
  opacity: 1 !important;
  -webkit-filter: brightness(1.1) drop-shadow(0px 3px 3px #ccc);
  filter: brightness(1.1) drop-shadow(0px 3px 3px #ccc);
}
.top .sec05 .link-btn .icon--link {
  margin-left: 0.5em;
  width: 1.2em;
  transform: translateY(16%);
}

/*====================================================================
.s_02 .accordion_one アコーディオン
====================================================================*/
.s_02 {
  display: block;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .s_02 {
    display: block;
  }
}

.s_02 .accordion_one {
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 768px) {
  .s_02 .accordion_one {
    width: 100%;
  }
}

.s_02 .accordion_one .accordion_header {
  position: relative;
  z-index: 100;
  margin-bottom: 0;
  padding: 24px 0;
  border-radius: 32px;
  background: #dc000b;
  color: #fff;
  text-align: left;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.4s;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_header {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_header {
    padding: 20px 16px;
    padding-right: 0;
    text-align: center;
    font-size: 14px;
  }
}

.s_02 .accordion_one .accordion_header .accord_number {
  position: absolute;
  top: 0;
  left: calc(5% + 60px);
  width: 65px;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_header .accord_number {
    left: 85px;
    width: 45px;
  }
}
@media (max-width: 780px) {
  .s_02 .accordion_one .accordion_header .accord_number {
    left: 55px;
  }
}

.s_02 .accordion_one .accordion_header .i_box {
  position: absolute;
  top: 50%;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: solid #000 1px;
  border-radius: 50%;
  background: #000;
  transition: transform 0.4s;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_header .i_box {
    right: 5%;
    width: 30px;
    height: 30px;
  }
}

.s_02 .accordion_one svg {
  width: 18px;
  height: 18px;
  color: #fff;
  transition: transform 0.3s;
  transform: rotate(90deg);
  /* background: #fff; */
  fill: #fff;
  stroke: #fff;
  stroke-width: 20px;
}
@media (max-width: 768px) {
  .s_02 .accordion_one svg {
    width: 24px;
    height: 24px;
  }
}

.s_02 .accordion_one .accordion_header .i_box .one_i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.4s;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  position: absolute;
  top: -5px;
  left: 0;
  width: 18px;
  height: 18px;
  color: #fff;
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transition: transform 0.4s;
  transform-origin: center center;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  content: none;
}

.s_02 .accordion_one .accordion_header.open {
  border-radius: 32px 32px 0 0;
}

.s_02 .accordion_one .accordion_header.open svg {
  transform: rotate(-90deg);
}

.s_02 .accordion_one .accordion_inner {
  position: relative;
  z-index: 10;
  display: none;
  box-sizing: border-box;
  margin-top: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 0px 0 32px 32px;
  background: #fff;
}
.s_02 .accordion_one .accordion_inner::before {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

.s_02 .accordion_one .accordion_inner .box_one {
  position: relative;
  z-index: 111;
  display: block;
  box-sizing: border-box;
  margin-right: 64px;
  margin-left: 64px;
  padding: 12px 0px;
  width: calc(100% - 128px);
  border: none;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_inner .box_one {
    padding: 4px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner .box_one {
    margin-left: 20px;
    padding: 0px;
    width: calc(100% - 40px);
  }
}

.s_02 .accordion_one .accordion_inner .accordion_inner_text,
.s_02 .accordion_one .accordion_inner .accordion_inner_text span {
  text-align: left;
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner .accordion_inner_text,
.s_02 .accordion_one .accordion_inner .accordion_inner_text span {
    font-size: 15px;
  }
}

.s_02 .accordion_one .accordion_inner .accordion_inner_text .heading {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: solid 0.5px #000;
}

.s_02 .accordion_one .accordion_inner .accordion_inner_text .question {
  display: inline-block;
  margin-bottom: 6px;
}

.s_02 .accordion_one .accordion_inner .box_one .flex {
  align-items: center;
}

.s_02 .accordion_one .accordion_inner .box_one img {
  width: 250px;
  height: 250px;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_inner .box_one img {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .s_02 .accordion_one .accordion_inner .box_one img {
    width: 45%;
  }
}

@media (min-width: 781px) {
  .s_02 .accordion_one .accordion_inner .box_one .spView {
    display: none;
  }
}

.s_02 .accordion_one .accordion_inner .box_one .pcView {
  display: block;
}
@media (max-width: 781px) {
  .s_02 .accordion_one .accordion_inner .box_one .pcView {
    display: none !important;
  }
}

.s_02 .accordion_one .accordion_inner .box_one .widthAll {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.6;
}

.s_02 .accordion_one .accordion_inner p.txt_a_heading {
  margin-right: 1.6em;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner p.txt_a_heading {
    width: 40px;
    white-space: pre;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner p.txt_a_desc {
    font-size: 14px;
  }
}

.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin-top: 30px;
  width: 440px;
  line-height: 1.8;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_inner p.txt_a_ac {
    margin-top: 0;
    width: 52%;
    /* text-align: justify; */
    letter-spacing: 0.004em;
    font-size: 14px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }

  .s_02 .accordion_one .accordion_header .i_box {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    padding: 20px 16px;
    padding-right: 0;
    text-align: center;
    font-size: 14px;
  }
}
/***************************************************
 * Generated by SVG Artista on 2/13/2026, 9:38:54 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  stroke-dasharray: 314.7225341797px;
  stroke-dashoffset: 314.7225341797px;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

svg .svg-elem-2 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.14s;
  stroke-dasharray: 25.3983573914px;
  stroke-dashoffset: 25.3983573914px;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

svg .svg-elem-3 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.18s;
  stroke-dasharray: 696.4906005859px;
  stroke-dashoffset: 696.4906005859px;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

svg .svg-elem-4 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.22s;
  stroke-dasharray: 191.5573425293px;
  stroke-dashoffset: 191.5573425293px;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

svg .svg-elem-5 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.26s;
  stroke-dasharray: 25.3982849121px;
  stroke-dashoffset: 25.3982849121px;
}

svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

svg .svg-elem-6 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  stroke-dasharray: 587.2717285156px;
  stroke-dashoffset: 587.2717285156px;
}

svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

svg .svg-elem-7 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.34s;
  stroke-dasharray: 666.0067749023px;
  stroke-dashoffset: 666.0067749023px;
}

svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

svg .svg-elem-8 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.38s;
  stroke-dasharray: 368.5060424805px;
  stroke-dashoffset: 368.5060424805px;
}

svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
}

svg .svg-elem-9 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.42s;
  stroke-dasharray: 489.0230407715px;
  stroke-dashoffset: 489.0230407715px;
}

svg.active .svg-elem-9 {
  stroke-dashoffset: 0;
}

svg .svg-elem-10 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.46s;
  stroke-dasharray: 19.803314209px;
  stroke-dashoffset: 19.803314209px;
}

svg.active .svg-elem-10 {
  stroke-dashoffset: 0;
}

svg .svg-elem-11 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 1s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  fill: transparent;
  stroke-dasharray: 314.7225341797px;
  stroke-dashoffset: 314.7225341797px;
}

svg.active .svg-elem-11 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-12 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.54s;
  fill: transparent;
  stroke-dasharray: 132.399520874px;
  stroke-dashoffset: 132.399520874px;
}

svg.active .svg-elem-12 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-13 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.58s;
  fill: transparent;
  stroke-dasharray: 425.4317016602px;
  stroke-dashoffset: 425.4317016602px;
}

svg.active .svg-elem-13 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-14 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.62s;
  fill: transparent;
  stroke-dasharray: 188.293762207px;
  stroke-dashoffset: 188.293762207px;
}

svg.active .svg-elem-14 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-15 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.66s;
  fill: transparent;
  stroke-dasharray: 191.5573425293px;
  stroke-dashoffset: 191.5573425293px;
}

svg.active .svg-elem-15 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-16 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  fill: transparent;
  stroke-dasharray: 132.4004821777px;
  stroke-dashoffset: 132.4004821777px;
}

svg.active .svg-elem-16 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-17 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.74s;
  fill: transparent;
  stroke-dasharray: 287.8765258789px;
  stroke-dashoffset: 287.8765258789px;
}

svg.active .svg-elem-17 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-18 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.78s;
  fill: transparent;
  stroke-dasharray: 229.4514923096px;
  stroke-dashoffset: 229.4514923096px;
}

svg.active .svg-elem-18 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-19 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.82s;
  fill: transparent;
  stroke-dasharray: 287.7940673828px;
  stroke-dashoffset: 287.7940673828px;
}

svg.active .svg-elem-19 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-20 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.86s;
  fill: transparent;
  stroke-dasharray: 229.4535217285px;
  stroke-dashoffset: 229.4535217285px;
}

svg.active .svg-elem-20 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-21 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 2s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  fill: transparent;
  stroke-dasharray: 188.2746429443px;
  stroke-dashoffset: 188.2746429443px;
}

svg.active .svg-elem-21 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-22 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.94s;
  fill: transparent;
  stroke-dasharray: 368.5060424805px;
  stroke-dashoffset: 368.5060424805px;
}

svg.active .svg-elem-22 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-23 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.98s;
  fill: transparent;
  stroke-dasharray: 169.0047302246px;
  stroke-dashoffset: 169.0047302246px;
}

svg.active .svg-elem-23 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-24 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.02s;
  fill: transparent;
  stroke-dasharray: 169.0208129883px;
  stroke-dashoffset: 169.0208129883px;
}

svg.active .svg-elem-24 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-25 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.06s;
  fill: transparent;
  stroke-dasharray: 182.0036773682px;
  stroke-dashoffset: 182.0036773682px;
}

svg.active .svg-elem-25 {
  fill: #090000;
  stroke-dashoffset: 0;
}

svg .svg-elem-26 {
  transition: stroke-dashoffset 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s, fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  fill: transparent;
  stroke-dasharray: 19.803314209px;
  stroke-dashoffset: 19.803314209px;
}

svg.active .svg-elem-26 {
  fill: #090000;
  stroke-dashoffset: 0;
}