@charset "UTF-8";
/* Style sheet */
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;600;700&display&family=Noto+Sans+JP:wght@500;600;700&family=Shippori+Mincho:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display&family=Noto+Sans+JP:wght@500;600;700&family=Shippori+Mincho:wght@400;500;600&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/***********************************************

  common

***********************************************/
body {
  background-color: #FFF;
  color: #000000;
  font-family: "リュウミン R-KL", serif;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  writing-mode: horizontal-tb;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 0.04em;
  position: relative;
  right: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  body.is_gNavOpen {
    height: 100%;
    overflow: hidden;
    right: 35%;
  }
}

::-moz-selection {
  background-color: #1A1A1A;
  color: #FFFFFF;
}

::selection {
  background-color: #1A1A1A;
  color: #FFFFFF;
}

p, ul, dl, ol, table, address,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.75;
}

p + p {
  margin-top: 2em;
}

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

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}

#wrapper {
  position: relative;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@keyframes el_arrows {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes movieblink {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logoTyping {
  99% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes logoFadeIn {
  from {
    opacity: 0;
    filter: blur(0.4rem);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes heroFade {
  from {
    opacity: 0;
    filter: blur(0.4rem);
    translate: 0 4rem;
  }
  to {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
  }
}
@keyframes enlarged {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes animation-finger {
  0% {
    padding-left: 150px;
  }
  10% {
    padding-left: 90%;
  }
  20% {
    padding-left: 150px;
  }
  100% {
    padding-left: 150px;
  }
}
.inview-fadein,
.inview-fadeinup,
.inview-fadeinfast,
.inview-leftin,
.inview-rightin {
  visibility: hidden;
}

.FadeIn,
.FadeInFast {
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-name: FadeIn;
  visibility: visible !important;
}
@keyframes FadeIn {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.FadeInUp {
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-name: FadeInUp;
  visibility: visible !important;
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.LeftIn {
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-name: LeftIn;
  visibility: visible !important;
}

@media screen and (min-width: 641px) {
  @keyframes LeftIn {
    0% {
      opacity: 0;
      transform: translateX(30px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
@media screen and (max-width: 640px) {
  @keyframes FadeInUp {
    0% {
      opacity: 0;
      transform: translateY(15px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.RightIn {
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-name: RightIn;
  visibility: visible !important;
}

@media screen and (min-width: 641px) {
  @keyframes RightIn {
    0% {
      opacity: 0;
      transform: translateX(-30px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
@media screen and (max-width: 640px) {
  @keyframes FadeInUp {
    0% {
      opacity: 0;
      transform: translateY(15px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.ly_cont {
  width: min(100%, 960px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ly_cont {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .ly_cont {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ly_cont__bitWide {
  width: min(100%, 980px);
}
.ly_cont__wide {
  width: min(100%, 1080px);
}
.ly_cont__narrow {
  width: min(92%, 720px);
}
.ly_cont__narrow2 {
  width: min(92%, 740px);
}

.ly_vSpace {
  padding: clamp(100px, 13.2vw, 180px) 0;
}
.ly_vSpace__bottomNone {
  padding-bottom: 0;
}

.ly_header {
  width: 100%;
}

.ly_footer {
  padding: 60px 50px 20px;
}
@media screen and (max-width: 640px) {
  .ly_footer {
    padding: 40px 30px 75px;
  }
}

.bl_loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100svh;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.bl_loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.bl_loader_inn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-color: black;
}
.bl_loader_counter {
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
@media screen and (max-width: 640px) {
  .bl_loader_inn {
    width: 100%;
    height: 100%;
    aspect-ratio: revert;
  }
}

.bl_gNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateY(0);
  width: 100%;
  transition: transform 0.6s ease, opacity 0.6s ease;
  /*body.is_scrolled & {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }*/
}
.bl_gNav_nav {
  background-color: #FFFFFF;
}
.bl_gNav_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 80px;
}
.bl_gNav_nav ul li:has(.bl_gNav_closeBtn) {
  display: none;
}
.bl_gNav_nav ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Overpass", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
}
.bl_gNav_nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background-color: #1a1a1a;
  transition: all 0.3s ease;
}
.bl_gNav_nav ul li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bl_gNav {
    position: relative;
    width: auto;
    display: block;
    transform: revert;
    opacity: revert;
    visibility: revert;
    transition: revert;
  }
  body.is_scrolled .bl_gNav {
    transform: revert;
  }
  .bl_gNav_bg {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    width: 0;
    height: 100vh;
    top: 0;
    right: 0;
    opacity: 0;
    transition: width 0, opacity 0.3s;
    z-index: 101;
  }
  .bl_gNav_nav {
    position: fixed;
    top: 0;
    right: -35%;
    z-index: 102;
    display: block;
    width: 35%;
    height: 100%;
    background-color: #000000;
    transition: all 0.3s ease;
  }
  .bl_gNav_nav ul {
    display: block;
    height: revert;
  }
  .bl_gNav_nav ul li {
    transition: all 0.3s ease;
  }
  .bl_gNav_nav ul li:has(.bl_gNav_closeBtn) {
    display: block;
  }
  .bl_gNav_nav ul li:first-child a {
    color: #555 !important;
    padding-left: 40px;
    box-sizing: border-box;
    cursor: pointer;
    text-indent: -99999px;
  }
  .bl_gNav_nav ul li:last-child {
    margin-bottom: 0;
  }
  .bl_gNav_nav ul li a {
    display: block;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    line-height: 80px;
    text-align: center;
    border-bottom: 1px solid #333;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .bl_gNav_nav ul li a {
    font-size: 0.9rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .bl_gNav_nav ul li a::after {
    display: none;
  }
  .bl_gNav_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    padding: 10px;
    background: transparent;
    cursor: pointer;
    z-index: 103;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .bl_gNav_btn {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .bl_gNav_btn::before, .bl_gNav_btn::after {
    content: "";
    width: 40px;
    height: 2px;
    left: 20px;
    display: block;
    background: #000;
    position: absolute;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .bl_gNav_btn::before, .bl_gNav_btn::after {
    width: 30px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bl_gNav_btn::before {
    top: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .bl_gNav_btn::before {
    top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .bl_gNav_btn::after {
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .bl_gNav_btn::after {
    bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  body.is_gNavOpen .bl_gNav .bl_gNav_bg {
    width: 100%;
    opacity: 1;
  }
  body.is_gNavOpen .bl_gNav .bl_gNav_nav {
    right: 0;
  }
  body.is_gNavOpen .bl_gNav .bl_gNav_btn {
    right: calc(17.5% - 40px);
  }
  body.is_gNavOpen .bl_gNav .bl_gNav_btn::before {
    top: 39px;
    transform: rotate(-135deg);
    background-color: #555;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  body.is_gNavOpen .bl_gNav .bl_gNav_btn::before {
    top: 29px;
  }
}
@media screen and (max-width: 768px) {
  body.is_gNavOpen .bl_gNav .bl_gNav_btn::after {
    bottom: 39px;
    transform: rotate(135deg);
    background-color: #555;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  body.is_gNavOpen .bl_gNav .bl_gNav_btn::after {
    bottom: 29px;
  }
}
@media screen and (max-width: 768px) {
  .bl_gNav .bl_gNav_nav ul li a:not(.bl_gNav_closeBtn) {
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: 0.2s;
  }
  .bl_gNav .bl_gNav_nav ul li a:not(.bl_gNav_closeBtn):before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .bl_gNav .bl_gNav_nav ul li a:not(.bl_gNav_closeBtn):hover,
  .bl_gNav .bl_gNav_nav ul li a:not(.bl_gNav_closeBtn):focus,
  .bl_gNav .bl_gNav_nav ul li a:not(.bl_gNav_closeBtn):active {
    color: #000;
  }
  .bl_gNav .bl_gNav_nav ul li a:not(.bl_gNav_closeBtn):hover:before,
  .bl_gNav .bl_gNav_nav ul li a:not(.bl_gNav_closeBtn):focus:before,
  .bl_gNav .bl_gNav_nav ul li a:not(.bl_gNav_closeBtn):active:before {
    transform: scaleX(1);
  }
}

.bl_opening {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  padding: 80px 0;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-out;
  position: relative;
}
.bl_opening video {
  width: 100%;
  height: auto;
  display: block;
}
.bl_opening #hero-image {
  display: none;
}
.bl_opening.is-fallback video {
  display: none;
}
.bl_opening.is-fallback #hero-image {
  display: block;
}
@media screen and (max-width: 640px) {
  .bl_opening {
    min-height: revert;
    padding: 0 0 100px;
  }
}

.bl_intro {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  width: 100%;
  padding-block: 100px;
}
@media screen and (max-width: 640px) {
  .bl_intro {
    gap: 0px;
    min-height: revert;
    padding-block: 0 20px;
  }
}
.bl_intro_header {
  justify-self: center;
  align-self: end;
}
.bl_intro_logo {
  text-align: center;
  font-size: 0;
}
.bl_intro_logo span {
  display: inline-block;
  width: 0;
}
@media screen and (max-width: 640px) {
  .bl_intro_logo svg {
    width: min(92%, 262px);
  }
}
.bl_intro_lead {
  text-align: center;
  font-size: 1rem;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .bl_intro_lead {
    font-size: 0.875rem;
  }
}
.bl_intro_slider {
  margin: auto;
  margin-top: clamp(48px, 6.5vw, 88px);
}

.bl_question_list {
  --blQuestionGap: 14px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--blQuestionGap);
}
.bl_question_list_item {
  display: grid;
  place-items: center;
  gap: 8px;
  width: calc(33.333% - var(--blQuestionGap) * 2 / 3);
  padding: 24px 16px;
  background-color: #F7F7F7;
  border-radius: 5px;
  line-height: 1.875;
}
.bl_question_list_item > span {
  text-align: center;
}
.bl_question_list_item > span::before {
  content: url(../img/check-circle.svg);
  display: inline-block;
  width: 100%;
  height: 16px;
}
.bl_question_list_item > span > strong {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .bl_question_list_item {
    width: calc(50% - var(--blQuestionGap) * 1 / 2);
    padding: 16px;
  }
}
@media screen and (max-width: 640px) {
  .bl_question_list {
    --blQuestionGap: 8px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .bl_question_list_item {
    display: block;
    width: 100%;
    line-height: 1.3em;
  }
  .bl_question_list_item > span {
    position: relative;
    display: block;
    padding-left: 1.5em;
    text-align: left;
  }
  .bl_question_list_item > span::before {
    position: absolute;
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
  }
  .bl_question_list_item > span br {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .bl_question_list {
    font-size: 0.8125rem;
    letter-spacing: -0.05em;
  }
  .bl_question_list_item {
    line-height: 1.5;
  }
}
.bl_question_angleDown {
  margin-top: calc(clamp(100px, 13.2vw, 180px) / 2);
  margin-bottom: calc(clamp(100px, 13.2vw, 180px) / 2 * -1);
}

.bl_suggestion_effects {
  --blSuggestionIconWidth: 182px;
  position: relative;
  width: min(100%, 658px);
  margin: auto;
  padding: calc(var(--blSuggestionIconWidth) / 2);
}
.bl_suggestion_effects_figure {
  position: relative;
  width: min(100%, 504px);
  aspect-ratio: 1;
  margin: auto;
  border: 1px solid #707070;
  border-radius: 50%;
}
.bl_suggestion_effects_figure_item {
  position: absolute;
  display: grid;
  place-items: center;
  width: var(--blSuggestionIconWidth);
  aspect-ratio: 1;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.bl_suggestion_effects_figure.is_animate .bl_suggestion_effects_figure_item {
  animation: enlarged 0.3s cubic-bezier(0.62, -0.01, 0.7, 2) 0.3s forwards;
}
.bl_suggestion_effects_figure.is_animate .bl_suggestion_effects_figure_item:nth-child(2) {
  animation-delay: 0.6s;
}
.bl_suggestion_effects_figure.is_animate .bl_suggestion_effects_figure_item:nth-child(3) {
  animation-delay: 0.9s;
}
.bl_suggestion_effects_figure.is_animate .bl_suggestion_effects_figure_item:nth-child(4) {
  animation-delay: 1.2s;
}
.bl_suggestion_effects_figure.is_animate .bl_suggestion_effects_figure_item:nth-child(5) {
  animation-delay: 1.5s;
}
.bl_suggestion_effects_figure.is_animate .bl_suggestion_effects_figure_item:nth-child(6) {
  animation-delay: 1.8s;
}
.bl_suggestion_effects_figure_icon {
  position: relative;
}
.bl_suggestion_effects_figure_icon_txt {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2;
}
.bl_suggestion_effects_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--blSuggestionIconWidth);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}
.bl_suggestion_effects_logo_inn {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.bl_suggestion_effects_logo_inn::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  border-radius: 50%;
  opacity: 0;
  transform: translate(0, 0);
  transition: opacity 0.75s ease-in, transform 1.5s ease-out;
}
.bl_suggestion_effects_logo.is_fin .bl_suggestion_effects_logo_inn::before {
  opacity: 1;
  transform: translate(2.2%, 3.8%);
}
.bl_suggestion_effects_logo_inn > img {
  max-width: 60%;
}
.bl_suggestion_effects_logo_inn_circleArrow {
  position: absolute;
  top: 0;
  left: -3px;
  width: 100%;
  height: 100%;
}
.bl_suggestion_effects_logo_inn_circleArrow svg {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .bl_suggestion_effects {
    --blSuggestionIconWidth: 26vw;
  }
  .bl_suggestion_effects_figure_icon_txt {
    bottom: 0.75em;
    font-size: 0.625rem;
  }
}
.bl_suggestion_botTxt {
  margin-top: clamp(48px, 4.7vw, 64px);
}
.bl_suggestion_botTxt > small {
  font-size: 100%;
}
@media screen and (max-width: 640px) {
  .bl_suggestion_botTxt > small {
    font-size: 80%;
  }
}

.bl_caseStudy {
  --gridtabBtnBG_opacity: 0;
  --gridtabBtnBG_y: 5px;
  padding-inline: 50px !important;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl_caseStudy {
    padding-inline: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .bl_caseStudy {
    padding: 0 !important;
  }
}
.bl_caseStudy dt {
  position: relative;
  font-weight: normal;
}
.bl_caseStudy dt:hover {
  --gridtabBtnBG_opacity: 1;
  --gridtabBtnBG_y: 0;
}
.bl_caseStudy dt img {
  width: 100% !important;
}
.bl_caseStudy_details {
  content: "";
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: var(--gridtabBtnBG_opacity);
  transform: translateY(var(--gridtabBtnBG_y));
  transition: all 0.3s ease;
}
.bl_caseStudy_details_co {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.2;
}
.bl_caseStudy_details_co .en {
  color: #999;
  font-size: 0.875rem;
}
.bl_caseStudy_details_txt {
  color: #FFFFFF;
}
.bl_caseStudy_details_txt_kind {
  display: flex;
  margin-bottom: 10px;
  font-size: 0.75rem;
}
.bl_caseStudy_details_txt_type {
  display: flex;
  font-size: 0.75rem;
}
.bl_caseStudy .bl_caseStudy_cont {
  display: grid;
  grid-template-columns: 1fr 600px;
  gap: 64px;
  width: min(100%, 1260px);
  margin: auto;
  padding: 120px 0 0;
}
@media screen and (max-width: 1100px) {
  .bl_caseStudy .bl_caseStudy_cont {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .bl_caseStudy .bl_caseStudy_cont {
    padding: 30px 15px 0;
  }
}
@media screen and (max-width: 1100px) {
  .bl_caseStudy .bl_caseStudy_cont_txtWrap {
    max-width: 800px;
    margin: auto;
  }
}
.bl_caseStudy .bl_caseStudy_cont_txtWrap ul > li {
  display: flex;
  row-gap: 20px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: 10px;
  font-size: 1rem;
}
.bl_caseStudy .bl_caseStudy_cont_txtWrap ul > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .bl_caseStudy .bl_caseStudy_cont_txtWrap ul > li {
    flex-direction: column;
    gap: 0;
    font-size: 0.875rem;
    margin-top: 16px;
  }
}
.bl_caseStudy .bl_caseStudy_cont_txtWrap ul > li.ttl::before {
  min-width: 90px;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
}
.bl_caseStudy .bl_caseStudy_cont_txtWrap ul > li.client::before {
  content: "CLIENT：";
}
.bl_caseStudy .bl_caseStudy_cont_txtWrap ul > li.type::before {
  content: "TYPE：";
}
.bl_caseStudy .bl_caseStudy_cont_txtWrap ul > li.works::before {
  content: "WORKS：";
}
.bl_caseStudy .bl_caseStudy_cont_txtWrap ul > li.url::before {
  content: "WEB SITE：";
}
.bl_caseStudy .bl_caseStudy_cont_txtWrap ul > li.url > a {
  text-decoration: underline;
}
.bl_caseStudy .bl_caseStudy_cont_txtWrap ul > li.url > a:hover {
  text-decoration: none;
}
.bl_caseStudy .bl_caseStudy_cont_txtWrap p {
  margin-top: clamp(20px, 3vw, 40px);
  font-size: 0.9375rem;
  line-height: 2.2;
}
@media screen and (max-width: 640px) {
  .bl_caseStudy .bl_caseStudy_cont_txtWrap p {
    font-size: 0.875rem;
  }
}
.bl_caseStudy .bl_caseStudy_cont_imgWrap img {
  width: min(100%, 600px);
  margin: auto;
}
.bl_caseStudy dt.coming {
  position: relative;
  background-color: #f7f7f7 !important;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bl_caseStudy dt.coming {
    display: none;
  }
}
.bl_caseStudy dt.coming p {
  font-family: "Overpass", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 48%;
  text-align: center;
}
.bl_caseStudy dd.coming p {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  margin: 100px auto 30px;
}

.bl_image_top_flow {
  position: relative;
  text-align: center;
}
.bl_image_top_flow_wrap {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .bl_image_top_flow_wrap {
    display: block;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
.bl_image_top_flow_wrap .back-yajirushi {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: -40px;
  z-index: -1;
  height: 20px;
  margin: auto;
  background-image: url("../img/sankaku.png");
  background-size: 20px;
  background-position: bottom 0 right 1px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #000;
}
.bl_image_top_flow_wrap .back-yajirushi.sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .bl_image_top_flow_wrap .back-yajirushi {
    left: -15px;
  }
}
@media screen and (max-width: 640px) {
  .bl_image_top_flow_wrap .back-yajirushi {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/image-back.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: none;
  }
  .bl_image_top_flow_wrap .back-yajirushi.sp {
    display: block;
  }
  .bl_image_top_flow_wrap .back-yajirushi.pc {
    display: none;
  }
}
.bl_image_top_flow_wrap_div {
  display: block;
  float: left;
  margin-right: 20px;
}
.bl_image_top_flow_wrap_div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .bl_image_top_flow_wrap_div:last-child {
    margin-bottom: 20% !important;
  }
}
@media screen and (max-width: 1000px) {
  .bl_image_top_flow_wrap_div {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .bl_image_top_flow_wrap_div {
    position: relative;
    width: 30%;
    margin-right: 0;
    margin-bottom: 15%;
  }
  .bl_image_top_flow_wrap_div::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
  }
}
.bl_image_top_flow_wrap_div p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 0 20px #eee;
}
@media screen and (max-width: 1000px) {
  .bl_image_top_flow_wrap_div p {
    width: 130px;
    height: 130px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .bl_image_top_flow_wrap_div p {
    width: 100px;
    height: 100px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 640px) {
  .bl_image_top_flow_wrap_div p {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    font-size: 0.8125rem;
  }
}
.bl_image_top_flow_wrap p.yaji {
  display: none;
}
@media screen and (max-width: 640px) {
  .bl_image_top_flow_wrap p.yaji {
    display: inline-block;
    float: left;
    width: 5%;
    padding-top: 12%;
    font-size: 1.0625rem;
    line-height: 1.4;
  }
}
.bl_image_top_flow_point {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .bl_image_top_flow_point {
    margin-top: 5px;
  }
}
.bl_image_top_flow_point::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  margin-top: 1px;
  margin-left: 160px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .bl_image_top_flow_point::before {
    width: 20px;
  }
}
@media screen and (max-width: 640px) {
  .bl_image_top_flow_point::before {
    display: none;
  }
}
.bl_image_top_flow_point::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 340px;
  display: inline-block;
  height: 10px;
  margin-right: -80px;
  background-image: url("../img/wave.png");
  background-size: 25px auto;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1000px) {
  .bl_image_top_flow_point::after {
    width: 270px;
    margin-right: -70px;
  }
}
@media screen and (max-width: 640px) {
  .bl_image_top_flow_point::after {
    display: none;
  }
}
.bl_image_top_flow_point p {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .bl_image_top_flow_point p {
    font-size: 1rem;
  }
}
.bl_image_top_flow_point p span {
  padding: 0 5px 3px;
  font-size: 1.25rem;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1000px) {
  .bl_image_top_flow_point p span {
    font-size: 1.125rem;
  }
}
.bl_image_top_end {
  margin-top: 80px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .bl_image_top_end {
    margin-top: 60px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 640px) {
  .bl_image_top_end {
    margin-top: 40px;
    font-size: 1.125rem;
  }
}
.bl_image_top_end span {
  padding: 0 6px 5px;
  background-image: url("../img/oblique.png");
  background-size: 24px auto;
  background-repeat: repeat-x;
  background-position: bottom 0.15em left;
}
.bl_image_partition {
  width: 6px;
  height: 6px;
  margin: clamp(60px, 8.8vw, 120px) auto;
  background-color: #000;
  border-radius: 50%;
}
.bl_image_bottom_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.bl_image_bottom_box_item {
  text-align: center;
}
.bl_image_bottom_box_item_number {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-family: "Overpass", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.bl_image_bottom_box_item_number::before, .bl_image_bottom_box_item_number::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #1A1A1A;
}
.bl_image_bottom_box_item_ttl {
  padding: 30px 0;
  font-family: "Gothic Medium BBB", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}
.bl_image_bottom_box_item ul > li {
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 1.6;
}
.bl_image_bottom_box_item ul > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 850px) {
  .bl_image_bottom_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
  }
  .bl_image_bottom_box_item_ttl {
    font-size: 1.1875rem;
  }
  .bl_image_bottom_box_item ul > li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .bl_image_bottom_box {
    gap: 24px;
  }
  .bl_image_bottom_box_item {
    width: 100%;
    padding: 30px 15px;
    background-color: #F7F7F7;
  }
  .bl_image_bottom_box_item_number {
    justify-content: center;
    flex-direction: column;
    font-size: 1.25rem;
  }
  .bl_image_bottom_box_item_number::before {
    display: none;
  }
  .bl_image_bottom_box_item_number::after {
    flex-grow: revert;
    width: 1em;
  }
  .bl_image_bottom_box_item_ttl {
    padding-bottom: 20px;
    padding-left: 0.5em;
  }
  .bl_image_bottom_box_item ul > li {
    margin-top: 6px;
    font-size: 0.875rem;
  }
}

.strip {
  text-transform: uppercase;
}
.strip span {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transform: translate(20%, 100%);
  position: relative;
  z-index: 1;
  line-height: 1.6;
}
.strip span.row {
  overflow: hidden;
  line-height: 0.9;
  display: block;
  transform: none;
}
.strip span.row::before {
  display: none;
}
.strip .animate {
  transform: translate(0, 0);
}

.fadein-amime-target {
  opacity: 0;
}

.fadein-amime-after {
  opacity: 1;
}

.width-amime-target {
  width: 0;
  opacity: 0;
}

.width-amime-after {
  width: calc(100% + 80px);
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .width-amime-after {
    width: calc(100% + 30px);
  }
}

.color-amime-target {
  background-color: #fff;
  color: #000;
}

.color-amime-after {
  background-color: #000 !important;
  color: #fff;
}

.anime--01 {
  transition: opacity 0.3s linear 0.3s;
}

.anime--02 {
  transition: opacity 0.3s linear 0.55s;
}

.anime--03 {
  transition: opacity 0.3s linear 0.8s, background-color 0.3s linear 4.6s, color 0.3s linear 4.6s;
}
@media screen and (max-width: 640px) {
  .anime--03 {
    transition: opacity 0.3s linear 0.8s, background-color 0.3s linear 3.4s, color 0.3s linear 3.4s;
  }
}

.anime--04 {
  transition: opacity 0.3s linear 1.05s;
}

.anime--05 {
  transition: opacity 0.3s linear 1.3s, background-color 0.3s linear 4.6s, color 0.3s linear 4.6s;
}
@media screen and (max-width: 640px) {
  .anime--05 {
    transition: opacity 0.3s linear 1.3s, background-color 0.3s linear 3.4s, color 0.3s linear 3.4s;
  }
}

.anime--06 {
  transition: opacity 0.3s linear 1.55s;
}

.anime--07 {
  transition: opacity 0.3s linear 1.8s;
}

.anime--08 {
  transition: opacity 0.3s linear 2.05s;
}

.anime--09 {
  transition: opacity 0.3s linear 2.3s;
}

.anime--10 {
  transition: width 0.6s linear 3.1s, opacity 0.6s linear 3.3s;
}

.anime--11 {
  transition: opacity 0.3s linear 3.7s;
}

.anime--12 {
  transition: opacity 0.3s linear 5.3s;
}
@media screen and (max-width: 640px) {
  .anime--12 {
    transition: opacity 0.3s linear 4s;
  }
}

.anime--13 {
  transition: opacity 0.3s linear 6.4s;
}
@media screen and (max-width: 640px) {
  .anime--13 {
    transition: opacity 0.3s linear 5.2s;
  }
}

.win .image__top .image__top__flow .image__top__flow__wrap .image__top__flow__wrap__div p {
  box-shadow: 0 0 20px #ccc;
}

.bl_plan_imperative {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.bl_plan_imperative::after {
  display: none;
}
.bl_plan_imperative_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 290px;
  text-align: center;
}
.bl_plan_imperative_item_imgWrap {
  margin: 0 auto 16px;
}
.bl_plan_imperative_item_imgWrap > svg {
  width: auto;
  height: auto;
}
.bl_plan_imperative_item_ttl {
  width: 190px;
  margin-top: auto;
  padding: 4px 2px;
  background-color: #1A1A1A;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.6;
}
.bl_plan_imperative_item_list {
  margin-top: 16px;
}
.bl_plan_imperative_item_list > li {
  margin-top: 10px;
}
.bl_plan_imperative_item_list > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .bl_plan_imperative {
    flex-direction: column;
    align-items: center;
  }
  .bl_plan_imperative_imperative {
    flex-wrap: wrap;
  }
  .bl_plan_imperative_imperative_item {
    width: 100%;
  }
}
.bl_plan_option {
  margin-top: clamp(60px, 7.4vw, 100px);
  border: 1px solid #DDDDDD;
}
.bl_plan_option_ttl {
  margin-top: -0.75em;
}
.bl_plan_option_ttl > span {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 0 1em;
}
.bl_plan_option_ttl > span::before {
  content: "+";
  display: inline-block;
  margin-right: 0.25em;
}
.bl_plan_option_inn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0 30px clamp(48px, 4.7vw, 60px);
  text-align: center;
}
.bl_plan_option_inn_item_imgWrap {
  height: 98px;
}
.bl_plan_option_inn_item_imgWrap > svg {
  width: auto;
  height: auto;
}
.bl_plan_option_inn_item p {
  margin-top: clamp(10px, 1.5vw, 20px);
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .bl_plan_option_inn {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 24px;
  }
}
@media screen and (max-width: 640px) {
  .bl_plan_option_inn {
    gap: 32px 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bl_plan_option_inn_item p {
    font-size: 0.8125rem;
  }
}
.bl_plan_bottomTxt {
  margin-top: 20px;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .bl_plan_bottomTxt {
    font-size: 0.8125rem;
  }
}

.bl_schedule_finger {
  display: none;
  margin-bottom: 10px;
}
.bl_schedule_finger_txt {
  margin-bottom: 5px;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.bl_schedule_finger_imgWrap {
  padding-left: 150px;
  animation: animation-finger 6s linear infinite;
}
.bl_schedule_finger_imgWrap > img {
  width: 16px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .bl_schedule_finger {
    display: block;
  }
}
.bl_schedule_tbl {
  width: 100%;
  position: relative;
}
.bl_schedule_tbl::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 154px;
  display: inline-block;
  width: 1px;
  height: calc(100% - 10px - 1em);
  background-color: #1A1A1A;
}
@media screen and (max-width: 768px) {
  .bl_schedule_tbl::before {
    left: 114px;
  }
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl::before {
    left: 89px;
  }
}
.bl_schedule_tbl tr th {
  width: 140px;
  text-align: right;
  font-family: "Gothic Medium BBB", sans-serif;
  font-weight: normal;
  vertical-align: top;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bl_schedule_tbl tr th {
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl tr th {
    width: 80px;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.bl_schedule_tbl tr:nth-child(1) th {
  height: 180px;
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl tr:nth-child(1) th {
    height: 120px;
  }
}
.bl_schedule_tbl tr:nth-child(2) th {
  height: 180px;
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl tr:nth-child(2) th {
    height: 120px;
  }
}
.bl_schedule_tbl tr:nth-child(3) th {
  height: 120px;
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl tr:nth-child(3) th {
    height: 80px;
  }
}
.bl_schedule_tbl tr:nth-child(4) th {
  height: 180px;
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl tr:nth-child(4) th {
    height: 120px;
  }
}
.bl_schedule_tbl tr:nth-child(5) th {
  height: 60px;
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl tr:nth-child(5) th {
    height: 40px;
  }
}
.bl_schedule_tbl tr:nth-child(6) th {
  height: 60px;
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl tr:nth-child(6) th {
    height: 40px;
  }
}
.bl_schedule_tbl td {
  vertical-align: top;
  line-height: 1;
}
.bl_schedule_tbl td.dot {
  width: 29px;
  text-align: center;
}
.bl_schedule_tbl td.dot::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #1A1A1A;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl td.dot {
    width: 19px;
  }
  .bl_schedule_tbl td.dot::before {
    width: 7px;
    height: 7px;
  }
}
.bl_schedule_tbl td.date {
  width: 80px;
  font-family: "Overpass", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl td.date {
    position: relative;
    width: 30px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .bl_schedule_tbl td.date .date_unit {
    position: absolute;
    bottom: -1.2em;
    right: 0;
    display: inline-block;
    font-size: 86%;
  }
}
.bl_schedule_tbl .contents_wrap {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl .contents_wrap {
    overflow-x: auto;
  }
}
.bl_schedule_tbl .contents_wrap_inn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 175px 82px 83px 107px 108px 50px 57px 62px;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl .contents_wrap_inn {
    width: 200%;
    grid-template-rows: 117px 52px 53px 70px 68px 32px 30px 40px;
  }
}
.bl_schedule_tbl .contents_item {
  display: grid;
  place-items: center;
  background-color: #FFFFFF;
  background-image: linear-gradient(90deg, #fff 25%, #f3f3f3 25%, #f3f3f3 50%, #fff 50%, #fff 75%, #f3f3f3 75%, #f3f3f3);
  background-size: 8px 8px;
}
.bl_schedule_tbl .contents_item__01 {
  grid-area: 1/1/2/4;
  background-image: linear-gradient(180deg, #fff 25%, #f3f3f3 25%, #f3f3f3 50%, #fff 50%, #fff 75%, #f3f3f3 75%, #f3f3f3);
  background-size: 8px 8px;
}
.bl_schedule_tbl .contents_item__02 {
  grid-area: 2/1/4/2;
}
.bl_schedule_tbl .contents_item__03 {
  grid-area: 3/2/6/3;
}
.bl_schedule_tbl .contents_item__04 {
  grid-area: 3/3/5/4;
}
.bl_schedule_tbl .contents_item__05 {
  grid-area: 5/1/8/2;
}
.bl_schedule_tbl .contents_item__06 {
  grid-area: 6/3/7/4;
}
.bl_schedule_tbl .contents_item__07 {
  grid-area: 8/2/9/3;
}
.bl_schedule_tbl .contents_item > p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bl_schedule_tbl .contents_item > p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .bl_schedule_tbl .contents_item > p {
    font-size: 0.875rem;
  }
}

.bl_concept_txt {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-break: break-all;
  letter-spacing: 0.1em;
  line-height: 2;
}
.bl_concept_conclusion {
  margin-top: clamp(64px, 8.8vw, 120px);
  text-align: center;
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .bl_concept_txt {
    font-size: 0.875rem;
  }
}

.bl_contact_entrance {
  position: relative;
  display: grid;
  place-items: center;
  height: 40vh;
  color: #FFFFFF;
  background-color: #1A1A1A;
  cursor: pointer;
  transform: perspective(1px) translateZ(0);
  transition: color 0.3s;
}
.bl_contact_entrance::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: 50%;
  transition: transform 0.3s ease-out;
}
.bl_contact_entrance:hover::before, .bl_contact_entrance:focus::before, .bl_contact_entrance:active::before {
  transform: scaleX(1);
}
.bl_contact_entrance_inn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bl_contact_entrance_inn_en {
  order: 2;
  font-size: clamp(1.5rem, 2.2vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.bl_contact_entrance_inn_jp {
  order: 1;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
}
.bl_contact_entrance_inn_jp::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 40px auto;
  background-color: currentColor;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .bl_contact_entrance {
    height: 250px;
  }
  .bl_contact_entrance_inn_jp::after {
    margin: 20px auto;
  }
}

.bl_contact_form {
  display: none;
}
.bl_contact_form_bg {
  background-color: #F7F7F7;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  .bl_contact_form_bg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 640px) {
  .bl_contact_form_bg {
    padding: 50px 0 60px;
  }
}
.bl_contact_form_proviso {
  margin-bottom: clamp(40px, 6vw, 80px);
  margin-left: 1.2em;
  list-style: revert;
  font-size: 0.875rem;
  line-height: 1.6;
}
.bl_contact_form_proviso > li {
  margin-top: 10px;
}
.bl_contact_form_proviso > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .bl_contact_form_proviso {
    font-size: 0.75rem;
  }
}
.bl_contact_form table {
  width: 100%;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .bl_contact_form table {
    display: block;
    width: 100%;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 640px) {
  .bl_contact_form table tbody {
    display: block;
  }
}
.bl_contact_form table tr {
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 640px) {
  .bl_contact_form table tr {
    display: block;
    width: 100%;
  }
}
.bl_contact_form table tr th {
  width: 170px;
  font-weight: 600;
  vertical-align: inherit;
}
.bl_contact_form table tr th.__ex::after {
  content: "*";
  color: #FF0000;
}
@media screen and (max-width: 640px) {
  .bl_contact_form table tr th {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }
}
.bl_contact_form table tr td {
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .bl_contact_form table tr td {
    display: block;
    width: 100%;
  }
}
.bl_contact_form table tr td ::-moz-placeholder {
  font-family: "リュウミン R-KL", serif;
}
.bl_contact_form table tr td ::placeholder {
  font-family: "リュウミン R-KL", serif;
}
.bl_contact_form table tr td input[type=text]:focus,
.bl_contact_form table tr td input[type=email]:focus,
.bl_contact_form table tr td input[type=tel]:focus,
.bl_contact_form table tr td input[type=search]:focus,
.bl_contact_form table tr td input[type=url]:focus,
.bl_contact_form table tr td input[type=date],
.bl_contact_form table tr td textarea:focus,
.bl_contact_form table tr td select:focus {
  outline: none;
}
.bl_contact_form table tr td select {
  width: min(100%, 280px);
  background-color: #FFFFFF;
  color: #000000;
  padding: 13px 0 13px 20px;
  font-size: 1em;
  text-indent: 0.01px;
  text-overflow: "";
  background-image: url("../img/select.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center right 15px;
}
@media screen and (max-width: 768px) {
  .bl_contact_form table tr td select {
    font-size: 1rem;
  }
}
.bl_contact_form table tr td input.normal {
  width: 100%;
  padding: 12px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .bl_contact_form table tr td input.normal {
    font-size: 1rem;
  }
}
.bl_contact_form table tr td span.little {
  font-size: 0.75rem;
}
.bl_contact_form table tr td textarea {
  width: 100% !important;
  height: 250px !important;
  padding: 15px 20px;
  border: 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .bl_contact_form table tr td textarea {
    font-size: 1rem;
  }
}
.bl_contact_form table tr td input.mfp {
  display: inline-block;
  width: 15px;
}
.bl_contact_form table tr td input[type=checkbox] {
  visibility: hidden;
  margin-right: 5px;
}
.bl_contact_form table tr td label:has([type=checkbox]) {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 1.2;
}
.bl_contact_form table tr td label:has([type=checkbox])::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 1px solid #1A1A1A;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.3s;
}
.bl_contact_form table tr td label:has([type=checkbox])::after {
  border-right: 2px solid #1A1A1A;
  border-bottom: 2px solid #1A1A1A;
  content: "";
  display: block;
  width: 0.25em;
  height: 0.75em;
  left: 0.4em;
  top: 0.0625em;
  opacity: 0;
  position: absolute;
  transform: rotate(45deg);
}
.bl_contact_form table tr td label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.bl_contact_form .privacy {
  margin-bottom: 20px;
}
.bl_contact_form .privacy h3 {
  position: relative;
  padding: 20px 0;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 1.6;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  .bl_contact_form .privacy h3 {
    font-size: 0.8125rem;
  }
}
.bl_contact_form .privacy h3 img {
  width: 15px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .bl_contact_form .privacy h3 img {
    right: 15px;
  }
}
.bl_contact_form .privacy h3.active, .bl_contact_form .privacy h3:hover {
  background-color: #eee;
}
.bl_contact_form .privacy h3.active img, .bl_contact_form .privacy h3:hover img {
  transform: rotateZ(180deg);
}
.bl_contact_form .privacy__inn {
  padding: 40px;
  background-color: #eee;
  border-top: 1px solid #FFFFFF;
  font-size: 0.75rem;
}
@media screen and (max-width: 640px) {
  .bl_contact_form .privacy__inn {
    padding: 20px;
  }
}
.bl_contact_form .privacy__inn p:first-of-type {
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .bl_contact_form .privacy__inn p:first-of-type {
    font-size: 0.8125rem;
  }
}
.bl_contact_form .privacy__inn h4 {
  margin: 20px auto 5px;
  font-weight: 600;
}
.bl_contact_form .privacy__inn ul {
  margin-left: 20px;
  margin-top: 6px;
}
.bl_contact_form .privacy__inn ul li {
  list-style-type: disc;
  margin-bottom: 3px;
}
.bl_contact_form input.send-btn, .bl_contact_form button {
  display: block;
  width: 100%;
  background-color: #1A1A1A;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 70px;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.bl_contact_form input.send-btn:hover, .bl_contact_form button:hover {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .bl_contact_form input.send-btn, .bl_contact_form button {
    font-size: 1rem;
    line-height: 60px;
  }
}

#mfp_phase_confirm_inner {
  max-width: 740px;
  margin: auto;
}
#mfp_phase_confirm_inner h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6;
}
#mfp_phase_confirm_inner table {
  margin-bottom: 50px;
}
#mfp_phase_confirm_inner table tr {
  border-bottom: 2px solid #FFFFFF;
}
#mfp_phase_confirm_inner table tr:first-child {
  border-top: 2px solid #FFFFFF;
}
#mfp_phase_confirm_inner table tr th {
  padding: 20px 0;
}
#mfp_phase_confirm_inner table tr th::after {
  content: "：";
  display: inline;
}
@media screen and (max-width: 640px) {
  #mfp_phase_confirm_inner table tr th {
    margin-bottom: 0;
    padding: 15px 0 0;
  }
}
#mfp_phase_confirm_inner table tr td {
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  #mfp_phase_confirm_inner table tr td {
    padding: 0 0 15px;
  }
}
#mfp_phase_confirm_inner .mfp_buttons::before, #mfp_phase_confirm_inner .mfp_buttons::after {
  content: "";
  display: table;
}
#mfp_phase_confirm_inner .mfp_buttons::after {
  clear: both;
}
#mfp_phase_confirm_inner .mfp_buttons button {
  width: 48%;
  float: left;
  font-size: 1.125rem;
  line-height: 70px;
}
#mfp_phase_confirm_inner .mfp_buttons button:last-child {
  float: right;
  background-color: #ccc;
}
@media screen and (max-width: 640px) {
  #mfp_phase_confirm_inner .mfp_buttons button {
    font-size: 0.9375rem;
    line-height: 50px;
  }
}

div#mfp_overlay_background,
div#mfp_loading_screen,
div#mfp_loading,
div#mfp_overlay,
#mfp_hidden {
  display: none;
}

.mfp_err {
  color: #777;
  font-size: 0.8125rem;
}

select::-ms-expand {
  display: none;
}

.bl_footer_ttl {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
}
.bl_footer_subTtl {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
}
.bl_footer_office {
  margin-top: 10px;
}
.bl_footer_office dd {
  font-size: 0.75rem;
  line-height: 1.8;
}
.bl_footer_call {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.bl_footer_call_num {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.125rem;
  line-height: 1;
}
.bl_footer_call_num img {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 640px) {
  .bl_footer_call_num {
    background-color: #1A1A1A;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 100px;
  }
  .bl_footer_call_num span {
    display: inline-block;
    transform: translateY(0.125em);
  }
}
.bl_footer_logo {
  margin-top: 20px;
  text-align: center;
}
.bl_footer_logo > a {
  display: inline-block;
}
.bl_footer_logo > a img {
  width: 108px;
}
@media screen and (max-width: 640px) {
  .bl_footer_logo {
    margin-top: 30px;
  }
}

.bl_modal_btn {
  position: fixed;
  right: 40px;
  bottom: 30px;
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bl_modal_btn:hover {
  letter-spacing: 0.18em;
}
.bl_modal_btn_inn {
  display: flex;
  align-items: center;
  opacity: 1;
  animation: movieblink 2s infinite alternate;
}
@media screen and (max-width: 768px) {
  .bl_modal_btn {
    left: 0;
    right: 0;
  }
  .bl_modal_btn_inn {
    justify-content: center;
  }
}
.bl_modal_btn img {
  width: 22px;
  height: auto;
  vertical-align: top;
  margin-right: 5px;
}
.bl_modal_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 60px;
}
@media screen and (max-width: 1000px) {
  .bl_modal_container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 850px) {
  .bl_modal_container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .bl_modal_container {
    padding: 20px;
  }
}
.bl_modal_container_inn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  max-width: 1080px;
  width: 100%;
  padding: 120px 0;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 850px) {
  .bl_modal_container_inn {
    padding: 80px 0;
  }
}
@media screen and (max-width: 640px) {
  .bl_modal_container_inn {
    padding: 20px;
    height: 100%;
    align-items: center;
    align-content: center;
  }
}
.bl_modal_container_inn_txt {
  width: 50%;
  padding: 0 40px;
}
@media screen and (max-width: 1150px) {
  .bl_modal_container_inn_txt {
    padding: 0 25px;
  }
}
@media screen and (max-width: 850px) {
  .bl_modal_container_inn_txt {
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .bl_modal_container_inn_txt {
    margin-bottom: 15px;
  }
}
.bl_modal_container_inn_txt_ttl {
  margin-bottom: 25px;
  font-size: clamp(1.125rem, 2.2vw, 1.875rem);
  line-height: 1.6;
}
.bl_modal_container_inn_txt_lead {
  font-size: clamp(0.8125rem, 1.3vw, 1rem);
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .bl_modal_container_inn_txt_lead {
    text-align: left;
    letter-spacing: 0.05rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.bl_modal_container_inn_txt_lead br {
  display: none;
}
.bl_modal_container_inn_txt_lead br.spbr {
  display: block;
}
.bl_modal_container_inn_txt_lead a {
  padding: 0 5px;
  border-bottom: 2px solid #000000;
  transition: all 0.2s ease;
}
.bl_modal_container_inn_txt_lead a:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.bl_modal_container_inn_imgWrap {
  width: 425px;
}
@media screen and (max-width: 1150px) {
  .bl_modal_container_inn_imgWrap {
    width: 360px;
  }
}
@media screen and (max-width: 900px) {
  .bl_modal_container_inn_imgWrap {
    width: 300px;
  }
}
@media screen and (max-width: 850px) {
  .bl_modal_container_inn_imgWrap {
    width: 380px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .bl_modal_container_inn_imgWrap {
    width: 80%;
  }
}
.bl_modal_container_close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .bl_modal_container_close {
    width: 25px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 350px) {
  .bl_modal_container_close {
    top: 15px;
    right: 15px;
  }
}

.el_heading {
  margin-bottom: clamp(48px, 4.7vw, 60px);
  text-align: center;
  font-family: "Overpass", sans-serif;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
}
.el_heading_intro {
  margin-bottom: clamp(48px, 4.7vw, 60px);
  text-align: center;
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.el_heading_intro__mbNarrow {
  margin-bottom: 40px;
}
.el_heading_sub {
  margin-bottom: clamp(48px, 5.8vw, 80px);
  text-align: center;
  font-family: "Gothic Medium BBB", sans-serif;
  font-size: clamp(1.0625rem, 1.7vw, 1.375rem);
  font-weight: 500;
  line-height: 2;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.el_heading_sub__sm {
  font-size: clamp(0.9375rem, 1.5vw, 1.25rem);
}

.el_arrows {
  width: 30px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
}
.el_arrows svg {
  width: 30px;
  height: 36px;
}
.el_arrows svg path {
  stroke: #bbb;
  fill: transparent;
  stroke-width: 1px;
  animation: el_arrows 1.5s infinite;
}
.el_arrows svg path.a1 {
  animation-delay: -0.2s;
  -webkit-animation-delay: -0.2s;
}
.el_arrows svg path.a2 {
  animation-delay: 0;
  -webkit-animation-delay: 0;
}

.el_clientsSlider > img {
  width: auto;
  max-width: initial;
  height: 50px;
  margin-right: 40px;
}

.el_pageTop {
  position: fixed;
  z-index: 100;
  top: 80px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #1A1A1A;
  background-image: url("../img/pagetop.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease-in-out, visibility 0.6s;
}
@media screen and (max-width: 640px) {
  .el_pageTop {
    background-color: #1A1A1A;
    width: 50px;
    height: 50px;
    top: initial;
    bottom: 0;
    right: 0;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.el_pageTop:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 640px) {
  .el_pageTop:hover {
    background-position: center;
  }
}
body.is_scrolled .el_pageTop {
  visibility: visible;
  opacity: 1;
}

.el_ctaBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  background-color: #1A1A1A;
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.2;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease-in-out, visibility 0.6s;
}
@media screen and (max-width: 640px) {
  .el_ctaBtn {
    bottom: 0;
    right: initial;
    left: 0;
    width: calc(100% - 50px);
    max-width: initial;
    font-size: 0.75rem;
  }
}
.el_ctaBtn:hover {
  background-color: rgba(26, 26, 26, 0.8);
  color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .el_ctaBtn:hover {
    background-color: #000000;
  }
}
body.is_fixed .el_ctaBtn {
  visibility: visible;
  opacity: 1;
}
body.is_unFixed .el_ctaBtn {
  visibility: hidden;
  opacity: 0;
}

.el_csBtn {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  width: 70px;
  height: 200px;
  padding: 20px 10px;
  background-color: #1A1A1A;
  color: #FFFFFF;
  border-radius: 4px 0 0 4px;
  transition: opacity 0.6s ease-in-out, visibility 0.6s;
  visibility: hidden;
  opacity: 0;
}
.el_csBtn_txt {
  font-size: 0.75rem;
  line-height: 1;
  display: inline-block;
  width: 34px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .el_csBtn {
    bottom: 0;
    right: initial;
    left: 0;
    width: calc(100% - 51px);
    height: 50px;
    padding: 0;
    flex-direction: row;
    font-size: 1rem;
    border-radius: 0;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .el_csBtn_txt {
    font-size: 0.75rem;
    width: 220px;
    height: auto;
  }
}
.el_csBtn:hover {
  background-color: rgba(26, 26, 26, 0.8);
  color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .el_csBtn:hover {
    background-color: #000000;
  }
}
body.is_fixed .el_csBtn {
  visibility: visible;
  opacity: 1;
}
body.is_unFixed .el_csBtn {
  visibility: hidden;
  opacity: 0;
}

.el_underline {
  background: linear-gradient(transparent 90%, #FFF500 0%);
  display: inline;
}

.hp_txtCenter {
  text-align: center;
}

.hp_txtRight {
  text-align: right;
}

.hp_txtLeft {
  text-align: left;
}

.hp_gothic {
  font-family: "Gothic Medium BBB", sans-serif;
}

.hp_fontEn {
  font-family: "Overpass", sans-serif;
}

.hp_txtWhite {
  color: #FFFFFF;
}

.hp_txtMainColor {
  color: #1A1A1A;
}

.hp_txtRed {
  color: #FF0000;
}

.hp_br__tabOn {
  display: none;
}
@media screen and (max-width: 768px) {
  .hp_br__tabOn {
    display: block;
  }
}
.hp_br__spOn {
  display: none;
}
@media screen and (max-width: 640px) {
  .hp_br__spOn {
    display: block;
  }
}

.hp_block {
  display: block;
}

.hp_mt0 {
  margin-top: 0px !important;
}

.hp_mb0 {
  margin-bottom: 0px !important;
}

.hp_mt5 {
  margin-top: 5px !important;
}

.hp_mb5 {
  margin-bottom: 5px !important;
}

.hp_mt10 {
  margin-top: 10px !important;
}

.hp_mb10 {
  margin-bottom: 10px !important;
}

.hp_mt15 {
  margin-top: 15px !important;
}

.hp_mb15 {
  margin-bottom: 15px !important;
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mb20 {
  margin-bottom: 20px !important;
}

.hp_mt25 {
  margin-top: 25px !important;
}

.hp_mb25 {
  margin-bottom: 25px !important;
}

.hp_mt30 {
  margin-top: 30px !important;
}

.hp_mb30 {
  margin-bottom: 30px !important;
}

.hp_mt35 {
  margin-top: 35px !important;
}

.hp_mb35 {
  margin-bottom: 35px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

.hp_mb40 {
  margin-bottom: 40px !important;
}

.hp_mt45 {
  margin-top: 45px !important;
}

.hp_mb45 {
  margin-bottom: 45px !important;
}

.hp_mt50 {
  margin-top: 50px !important;
}

.hp_mb50 {
  margin-bottom: 50px !important;
}

.un_completed {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 290px);
  min-height: calc(100dvh - 290px);
  min-height: calc(100svh - 290px);
  padding: 64px 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 640px) {
  .un_completed {
    background-color: #f1f1f1;
  }
}
.un_completed_lead p {
  line-height: 2.2;
}
.un_completed_btnWrap {
  margin-top: 40px;
  text-align: center;
}
.un_completed_btnWrap > a {
  position: relative;
  display: inline-block;
  width: 300px;
  background-color: #1A1A1A;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 60px;
}
.un_completed_btnWrap > a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.un_completed_btnWrap > a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #707070;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.3s ease;
  transition-property: transform;
}
.un_completed_btnWrap > a > span {
  position: relative;
  z-index: 1;
}

.js_fadeIn {
  opacity: 0;
}

.gridtab,
.gridtab > dt,
.gridtab > dd {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0 solid;
}

.gridtab {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
}

.gridtab * {
  box-sizing: border-box;
}

.gridtab > dd {
  z-index: 1;
  display: none;
  min-width: 100%;
  flex-basis: 100%;
}

.gridtab > dd > .gridtab__controls {
  text-align: center;
  padding: 60px 120px;
}

@media screen and (max-width: 640px) {
  .gridtab > dd > .gridtab__controls {
    padding: 30px 60px 60px;
  }
}
.gridtab > dd > .gridtab__controls a {
  font-family: "Overpass";
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.gridtab > dd > .gridtab__controls a::before {
  height: 2px;
  width: 14px;
  position: absolute;
  content: "";
  background-color: #000;
  transform: rotate(-45deg);
  top: 4px;
  left: 0;
}

.gridtab > dd > .gridtab__controls a::after {
  height: 2px;
  width: 14px;
  position: absolute;
  content: "";
  background-color: #000;
  transform: rotate(45deg);
  top: 4px;
  left: 0;
}

.gridtab > dd > .gridtab__controls a:hover {
  opacity: 0.4;
}

.gridtab > dt {
  transition: opacity 0.4s;
  opacity: 1;
  cursor: pointer;
}

.gridtab > dt:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}

.gridtab > dt.is-disabled {
  pointer-events: none;
}

/***************************************************
 * Generated by SVG Artista on 5/1/2024, 2:59:36 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-plan-01-1 {
  stroke-dashoffset: 435.4272155762px;
  stroke-dasharray: 435.4272155762px;
  fill: transparent;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 1s;
}

svg.active .svg-plan-01-1 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-01-2 {
  stroke-dashoffset: 435.4262084961px;
  stroke-dasharray: 435.4262084961px;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.5s ease-in 1.1s;
}

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

svg .svg-plan-01-3 {
  stroke-dashoffset: 379.289855957px;
  stroke-dasharray: 379.289855957px;
  fill: transparent;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.5s ease-in 1.2s;
}

svg.active .svg-plan-01-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-plan-01-4 {
  stroke-dashoffset: 379.289855957px;
  stroke-dasharray: 379.289855957px;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.5s ease-in 1.3s;
}

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

svg .svg-plan-01-5 {
  stroke-dashoffset: 338.0629272461px;
  stroke-dasharray: 338.0629272461px;
  fill: transparent;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.5s ease-in 1.4s;
}

svg.active .svg-plan-01-5 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-01-6 {
  stroke-dashoffset: 338.0629272461px;
  stroke-dasharray: 338.0629272461px;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.5s ease-in 1.5s;
}

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

svg .svg-plan-01-7 {
  stroke-dashoffset: 221.4066619873px;
  stroke-dasharray: 221.4066619873px;
  fill: transparent;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.5s ease-in 1.6s;
}

svg.active .svg-plan-01-7 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-plan-01-8 {
  stroke-dashoffset: 266.8916015625px;
  stroke-dasharray: 266.8916015625px;
  fill: transparent;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.5s ease-in 1.7s;
}

svg.active .svg-plan-01-8 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-plan-01-9 {
  stroke-dashoffset: 28.7719993591px;
  stroke-dasharray: 28.7719993591px;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.5s ease-in 1.8s;
}

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

svg .svg-plan-01-10 {
  stroke-dashoffset: 44.0950012207px;
  stroke-dasharray: 44.0950012207px;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.5s ease-in 1.9s;
}

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

svg .svg-plan-01-11 {
  stroke-dashoffset: 105.2948684692px;
  stroke-dasharray: 105.2948684692px;
  fill: transparent;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.5s ease-in 2s;
}

svg.active .svg-plan-01-11 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-01-12 {
  stroke-dashoffset: 135.940826416px;
  stroke-dasharray: 135.940826416px;
  fill: transparent;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.5s ease-in 2.1s;
}

svg.active .svg-plan-01-12 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-01-13 {
  stroke-dashoffset: 16.583273098px;
  stroke-dasharray: 16.583273098px;
  fill: transparent;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.5s ease-in 2.2s;
}

svg.active .svg-plan-01-13 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-plan-01-14 {
  stroke-dashoffset: 16.583273098px;
  stroke-dasharray: 16.583273098px;
  fill: transparent;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.5s ease-in 2.3s;
}

svg.active .svg-plan-01-14 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

/***************************************************
 * Generated by SVG Artista on 5/1/2024, 3:05:13 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-plan-02-1 {
  stroke-dashoffset: 542.2579956055px;
  stroke-dasharray: 542.2579956055px;
  transition: stroke-dashoffset 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 1s;
}

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

svg .svg-plan-02-2 {
  stroke-dashoffset: 318.7513122559px;
  stroke-dasharray: 318.7513122559px;
  transition: stroke-dashoffset 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.5s ease-in 1.1s;
}

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

svg .svg-plan-02-3 {
  stroke-dashoffset: 328.219329834px;
  stroke-dasharray: 328.219329834px;
  fill: transparent;
  transition: stroke-dashoffset 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.5s ease-in 1.2s;
}

svg.active .svg-plan-02-3 {
  stroke-dashoffset: 0;
  fill: rgb(242, 242, 242);
}

svg .svg-plan-02-4 {
  stroke-dashoffset: 318.7503051758px;
  stroke-dasharray: 318.7503051758px;
  transition: stroke-dashoffset 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.5s ease-in 1.3s;
}

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

svg .svg-plan-02-5 {
  stroke-dashoffset: 328.2182922363px;
  stroke-dasharray: 328.2182922363px;
  fill: transparent;
  transition: stroke-dashoffset 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.5s ease-in 1.4s;
}

svg.active .svg-plan-02-5 {
  stroke-dashoffset: 0;
  fill: rgb(242, 242, 242);
}

/***************************************************
 * Generated by SVG Artista on 5/1/2024, 1:42:06 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-plan-03-1 {
  stroke-dashoffset: 70.3300018311px;
  stroke-dasharray: 70.3300018311px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 1s;
}

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

svg .svg-plan-03-2 {
  stroke-dashoffset: 289.7139892578px;
  stroke-dasharray: 289.7139892578px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.5s ease-in 1.1s;
}

svg.active .svg-plan-03-2 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-03-3 {
  stroke-dashoffset: 129.3843994141px;
  stroke-dasharray: 129.3843994141px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.5s ease-in 1.2s;
}

svg.active .svg-plan-03-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-plan-03-4 {
  stroke-dashoffset: 56.6864051819px;
  stroke-dasharray: 56.6864051819px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.5s ease-in 1.3s;
}

svg.active .svg-plan-03-4 {
  stroke-dashoffset: 0;
  fill: rgb(255, 245, 0);
}

svg .svg-plan-03-5 {
  stroke-dashoffset: 27.3969993591px;
  stroke-dasharray: 27.3969993591px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.5s ease-in 1.4s;
}

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

svg .svg-plan-03-6 {
  stroke-dashoffset: 27.3969993591px;
  stroke-dasharray: 27.3969993591px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.5s ease-in 1.5s;
}

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

svg .svg-plan-03-7 {
  stroke-dashoffset: 27.3969993591px;
  stroke-dasharray: 27.3969993591px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.5s ease-in 1.6s;
}

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

svg .svg-plan-03-8 {
  stroke-dashoffset: 27.3969993591px;
  stroke-dasharray: 27.3969993591px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.5s ease-in 1.7s;
}

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

svg .svg-plan-03-9 {
  stroke-dashoffset: 26.7119998932px;
  stroke-dasharray: 26.7119998932px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.5s ease-in 1.8s;
}

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

svg .svg-plan-03-10 {
  stroke-dashoffset: 26.7119998932px;
  stroke-dasharray: 26.7119998932px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.5s ease-in 1.9s;
}

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

svg .svg-plan-03-11 {
  stroke-dashoffset: 26.7119998932px;
  stroke-dasharray: 26.7119998932px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.5s ease-in 2s;
}

svg.active .svg-plan-03-11 {
  stroke-dashoffset: 0;
}

svg .svg-plan-03-12 {
  stroke-dashoffset: 26.7119998932px;
  stroke-dasharray: 26.7119998932px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.5s ease-in 2.1s;
}

svg.active .svg-plan-03-12 {
  stroke-dashoffset: 0;
}

svg .svg-plan-03-13 {
  stroke-dashoffset: 129.3664493618px;
  stroke-dasharray: 129.3664493618px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.5s ease-in 2.2s;
}

svg.active .svg-plan-03-13 {
  stroke-dashoffset: 0;
}

svg .svg-plan-03-14 {
  stroke-dashoffset: 56.6884155273px;
  stroke-dasharray: 56.6884155273px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.5s ease-in 2.3s;
}

svg.active .svg-plan-03-14 {
  stroke-dashoffset: 0;
}

svg .svg-plan-03-15 {
  stroke-dashoffset: 409.4515991211px;
  stroke-dasharray: 409.4515991211px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.5s ease-in 2.4s;
}

svg.active .svg-plan-03-15 {
  stroke-dashoffset: 0;
}

svg .svg-plan-03-16 {
  stroke-dashoffset: 87.68699646px;
  stroke-dasharray: 87.68699646px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.5s ease-in 2.5s;
}

svg.active .svg-plan-03-16 {
  stroke-dashoffset: 0;
}

svg .svg-plan-03-17 {
  stroke-dashoffset: 87.68699646px;
  stroke-dasharray: 87.68699646px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.5s ease-in 2.6s;
}

svg.active .svg-plan-03-17 {
  stroke-dashoffset: 0;
}

/***************************************************
 * Generated by SVG Artista on 5/1/2024, 3:45:13 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-plan-04-1 {
  stroke-dashoffset: 261.8299865723px;
  stroke-dasharray: 261.8299865723px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 0.5s;
}

svg.active .svg-plan-04-1 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-04-2 {
  stroke-dashoffset: 261.8299865723px;
  stroke-dasharray: 261.8299865723px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.5s ease-in 0.6s;
}

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

svg .svg-plan-04-3 {
  stroke-dashoffset: 103.6614990234px;
  stroke-dasharray: 103.6614990234px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.5s ease-in 0.7s;
}

svg.active .svg-plan-04-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-plan-04-4 {
  stroke-dashoffset: 103.4546890259px;
  stroke-dasharray: 103.4546890259px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.5s ease-in 0.8s;
}

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

svg .svg-plan-04-5 {
  stroke-dashoffset: 103.6615219116px;
  stroke-dasharray: 103.6615219116px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.5s ease-in 0.9s;
}

svg.active .svg-plan-04-5 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-plan-04-6 {
  stroke-dashoffset: 103.4546890259px;
  stroke-dasharray: 103.4546890259px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.5s ease-in 1s;
}

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

svg .svg-plan-04-7 {
  stroke-dashoffset: 408.2598266602px;
  stroke-dasharray: 408.2598266602px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.5s ease-in 1.1s;
}

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

svg .svg-plan-04-8 {
  stroke-dashoffset: 25.7410640717px;
  stroke-dasharray: 25.7410640717px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.5s ease-in 1.2s;
}

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

svg .svg-plan-04-9 {
  stroke-dashoffset: 29.0322551727px;
  stroke-dasharray: 29.0322551727px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.5s ease-in 1.3s;
}

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

svg .svg-plan-04-10 {
  stroke-dashoffset: 117.1295089722px;
  stroke-dasharray: 117.1295089722px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.5s ease-in 1.4s;
}

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

svg .svg-plan-04-11 {
  stroke-dashoffset: 42.1252822876px;
  stroke-dasharray: 42.1252822876px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.5s ease-in 1.5s;
}

svg.active .svg-plan-04-11 {
  stroke-dashoffset: 0;
  fill: rgb(255, 245, 0);
}

svg .svg-plan-04-12 {
  stroke-dashoffset: 42.1252822876px;
  stroke-dasharray: 42.1252822876px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.5s ease-in 1.6s;
}

svg.active .svg-plan-04-12 {
  stroke-dashoffset: 0;
}

svg .svg-plan-04-13 {
  stroke-dashoffset: 40.7917823792px;
  stroke-dasharray: 40.7917823792px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.5s ease-in 1.7s;
}

svg.active .svg-plan-04-13 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-plan-04-14 {
  stroke-dashoffset: 40.7861029012px;
  stroke-dasharray: 40.7861029012px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.5s ease-in 1.8s;
}

svg.active .svg-plan-04-14 {
  stroke-dashoffset: 0;
}

svg .svg-plan-04-15 {
  stroke-dashoffset: 118.4486618042px;
  stroke-dasharray: 118.4486618042px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.5s ease-in 1.9s;
}

svg.active .svg-plan-04-15 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-plan-04-16 {
  stroke-dashoffset: 118.448677063px;
  stroke-dasharray: 118.448677063px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.5s ease-in 2s;
}

svg.active .svg-plan-04-16 {
  stroke-dashoffset: 0;
}

svg .svg-plan-04-17 {
  stroke-dashoffset: 70.1618041992px;
  stroke-dasharray: 70.1618041992px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.5s ease-in 2.1s;
}

svg.active .svg-plan-04-17 {
  stroke-dashoffset: 0;
  fill: rgb(255, 245, 0);
}

svg .svg-plan-04-18 {
  stroke-dashoffset: 70.1609039307px;
  stroke-dasharray: 70.1609039307px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.5s ease-in 2.2s;
}

svg.active .svg-plan-04-18 {
  stroke-dashoffset: 0;
}

/***************************************************
 * Generated by SVG Artista on 5/1/2024, 3:54:32 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-plan-05-1 {
  stroke-dashoffset: 378.0364685059px;
  stroke-dasharray: 378.0364685059px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s ease-in 1s;
}

svg.active .svg-plan-05-1 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-05-2 {
  stroke-dashoffset: 378.0364685059px;
  stroke-dasharray: 378.0364685059px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s ease-in 1.1s;
}

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

svg .svg-plan-05-3 {
  stroke-dashoffset: 329.3317871094px;
  stroke-dasharray: 329.3317871094px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s ease-in 1.2s;
}

svg.active .svg-plan-05-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-plan-05-4 {
  stroke-dashoffset: 329.3317871094px;
  stroke-dasharray: 329.3317871094px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s ease-in 1.3s;
}

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

svg .svg-plan-05-5 {
  stroke-dashoffset: 293.5662231445px;
  stroke-dasharray: 293.5662231445px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s ease-in 1.4s;
}

svg.active .svg-plan-05-5 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-05-6 {
  stroke-dashoffset: 293.5662231445px;
  stroke-dasharray: 293.5662231445px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s ease-in 1.5s;
}

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

svg .svg-plan-05-7 {
  stroke-dashoffset: 179.1388244629px;
  stroke-dasharray: 179.1388244629px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s ease-in 1.6s;
}

svg.active .svg-plan-05-7 {
  stroke-dashoffset: 0;
  fill: rgb(255, 245, 0);
}

svg .svg-plan-05-8 {
  stroke-dashoffset: 79.5105514526px;
  stroke-dasharray: 79.5105514526px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s ease-in 1.7s;
}

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

svg .svg-plan-05-9 {
  stroke-dashoffset: 89.0043487549px;
  stroke-dasharray: 89.0043487549px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s ease-in 1.8s;
}

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

svg .svg-plan-05-10 {
  stroke-dashoffset: 115.2395782471px;
  stroke-dasharray: 115.2395782471px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s ease-in 1.9s;
}

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

svg .svg-plan-05-11 {
  stroke-dashoffset: 25.0835494995px;
  stroke-dasharray: 25.0835494995px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s ease-in 2s;
}

svg.active .svg-plan-05-11 {
  stroke-dashoffset: 0;
  fill: rgb(33, 24, 21);
}

svg .svg-plan-05-12 {
  stroke-dashoffset: 154.3884429932px;
  stroke-dasharray: 154.3884429932px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.7s ease-in 2.1s;
}

svg.active .svg-plan-05-12 {
  stroke-dashoffset: 0;
}

/***************************************************
 * Generated by SVG Artista on 5/1/2024, 4:11:33 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-plan-06-1 {
  stroke-dashoffset: 53.2657546997px;
  stroke-dasharray: 53.2657546997px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s ease-in 1s;
}

svg.active .svg-plan-06-1 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-06-2 {
  stroke-dashoffset: 53.258225736px;
  stroke-dasharray: 53.258225736px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s ease-in 1.1s;
}

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

svg .svg-plan-06-3 {
  stroke-dashoffset: 53.2657470703px;
  stroke-dasharray: 53.2657470703px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s ease-in 1.2s;
}

svg.active .svg-plan-06-3 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-06-4 {
  stroke-dashoffset: 53.258225736px;
  stroke-dasharray: 53.258225736px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s ease-in 1.3s;
}

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

svg .svg-plan-06-5 {
  stroke-dashoffset: 53.2697143555px;
  stroke-dasharray: 53.2697143555px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s ease-in 1.4s;
}

svg.active .svg-plan-06-5 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-06-6 {
  stroke-dashoffset: 53.258225736px;
  stroke-dasharray: 53.258225736px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s ease-in 1.5s;
}

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

svg .svg-plan-06-7 {
  stroke-dashoffset: 32.7439994812px;
  stroke-dasharray: 32.7439994812px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s ease-in 1.6s;
}

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

svg .svg-plan-06-8 {
  stroke-dashoffset: 32.7439994812px;
  stroke-dasharray: 32.7439994812px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s ease-in 1.7s;
}

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

svg .svg-plan-06-9 {
  stroke-dashoffset: 32.7439994812px;
  stroke-dasharray: 32.7439994812px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s ease-in 1.8s;
}

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

svg .svg-plan-06-10 {
  stroke-dashoffset: 32.7439994812px;
  stroke-dasharray: 32.7439994812px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s ease-in 1.9s;
}

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

svg .svg-plan-06-11 {
  stroke-dashoffset: 294.5636901855px;
  stroke-dasharray: 294.5636901855px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s ease-in 2s;
}

svg.active .svg-plan-06-11 {
  stroke-dashoffset: 0;
}

svg .svg-plan-06-12 {
  stroke-dashoffset: 51.2227935791px;
  stroke-dasharray: 51.2227935791px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.7s ease-in 2.1s;
}

svg.active .svg-plan-06-12 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-06-13 {
  stroke-dashoffset: 51.2227935791px;
  stroke-dasharray: 51.2227935791px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s ease-in 2.2s;
}

svg.active .svg-plan-06-13 {
  stroke-dashoffset: 0;
}

svg .svg-plan-06-14 {
  stroke-dashoffset: 51.2226753235px;
  stroke-dasharray: 51.2226753235px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s ease-in 2.3s;
}

svg.active .svg-plan-06-14 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-06-15 {
  stroke-dashoffset: 51.2226753235px;
  stroke-dasharray: 51.2226753235px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s ease-in 2.4s;
}

svg.active .svg-plan-06-15 {
  stroke-dashoffset: 0;
}

svg .svg-plan-06-16 {
  stroke-dashoffset: 51.2228317261px;
  stroke-dasharray: 51.2228317261px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.7s ease-in 2.5s;
}

svg.active .svg-plan-06-16 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-06-17 {
  stroke-dashoffset: 51.2228317261px;
  stroke-dasharray: 51.2228317261px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s ease-in 2.6s;
}

svg.active .svg-plan-06-17 {
  stroke-dashoffset: 0;
}

svg .svg-plan-06-18 {
  stroke-dashoffset: 46.7001876831px;
  stroke-dasharray: 46.7001876831px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s ease-in 2.7s;
}

svg.active .svg-plan-06-18 {
  stroke-dashoffset: 0;
  fill: rgb(255, 245, 0);
}

svg .svg-plan-06-19 {
  stroke-dashoffset: 46.697555542px;
  stroke-dasharray: 46.697555542px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.7s ease-in 2.8s;
}

svg.active .svg-plan-06-19 {
  stroke-dashoffset: 0;
}

svg .svg-plan-06-20 {
  stroke-dashoffset: 239.5851287842px;
  stroke-dasharray: 239.5851287842px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.7s ease-in 2.9s;
}

svg.active .svg-plan-06-20 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-plan-06-21 {
  stroke-dashoffset: 239.5851287842px;
  stroke-dasharray: 239.5851287842px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.7s ease-in 3s;
}

svg.active .svg-plan-06-21 {
  stroke-dashoffset: 0;
}

svg .svg-plan-06-22 {
  stroke-dashoffset: 110.6836090088px;
  stroke-dasharray: 110.6836090088px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s, fill 0.7s ease-in 3.1s;
}

svg.active .svg-plan-06-22 {
  stroke-dashoffset: 0;
  fill: rgb(247, 247, 247);
}

svg .svg-plan-06-23 {
  stroke-dashoffset: 110.4786911011px;
  stroke-dasharray: 110.4786911011px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s, fill 0.7s ease-in 3.2s;
}

svg.active .svg-plan-06-23 {
  stroke-dashoffset: 0;
}

svg .svg-plan-06-24 {
  stroke-dashoffset: 41.1374511719px;
  stroke-dasharray: 41.1374511719px;
  fill: transparent;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s, fill 0.7s ease-in 3.3s;
}

svg.active .svg-plan-06-24 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-plan-06-25 {
  stroke-dashoffset: 41.1316780931px;
  stroke-dasharray: 41.1316780931px;
  transition: stroke-dashoffset 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s, fill 0.7s ease-in 3.4s;
}

svg.active .svg-plan-06-25 {
  stroke-dashoffset: 0;
}

/***************************************************
 * Generated by SVG Artista on 5/1/2024, 9:53:03 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-suggestion-arrow--1 {
  stroke-dashoffset: 503.5127258301px;
  stroke-dasharray: 503.5127258301px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.is_active .svg-suggestion-arrow--1 {
  stroke-dashoffset: 0;
  fill: rgba(112, 112, 112, 0);
}

svg .svg-suggestion-arrow--2 {
  stroke-dashoffset: 16.4576093918px;
  stroke-dasharray: 16.4576093918px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.is_active .svg-suggestion-arrow--2 {
  stroke-dashoffset: 0;
  fill: rgb(112, 112, 112);
}

svg .svg-suggestion-arrow--3 {
  stroke-dashoffset: 13.3160167382px;
  stroke-dasharray: 13.3160167382px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.is_active .svg-suggestion-arrow--3 {
  stroke-dashoffset: 0;
}

svg .svg-suggestion-arrow--4 {
  stroke-dashoffset: 27.9002151489px;
  stroke-dasharray: 27.9002151489px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.is_active .svg-suggestion-arrow--4 {
  stroke-dashoffset: 0;
  fill: rgba(112, 112, 112, 0);
}

.js_typing_row {
  display: block;
}
.js_typing_item {
  opacity: 0;
  visibility: hidden;
}
.is_animate .js_typing_item {
  animation: logoTyping 0.075s linear 0.075s forwards;
}
.is_animate .js_typing_item.item__1 {
  animation-delay: 0.075s;
}
.is_animate .js_typing_item.item__2 {
  animation-delay: 0.15s;
}
.is_animate .js_typing_item.item__3 {
  animation-delay: 0.225s;
}
.is_animate .js_typing_item.item__4 {
  animation-delay: 0.3s;
}
.is_animate .js_typing_item.item__5 {
  animation-delay: 0.375s;
}
.is_animate .js_typing_item.item__6 {
  animation-delay: 0.45s;
}
.is_animate .js_typing_item.item__7 {
  animation-delay: 0.525s;
}
.is_animate .js_typing_item.item__8 {
  animation-delay: 0.6s;
}
.is_animate .js_typing_item.item__9 {
  animation-delay: 0.675s;
}
.is_animate .js_typing_item.item__10 {
  animation-delay: 0.75s;
}
.is_animate .js_typing_item.item__11 {
  animation-delay: 0.825s;
}
.is_animate .js_typing_item.item__12 {
  animation-delay: 0.9s;
}
.is_animate .js_typing_item.item__13 {
  animation-delay: 0.975s;
}
.is_animate .js_typing_item.item__14 {
  animation-delay: 1.05s;
}
.is_animate .js_typing_item.item__15 {
  animation-delay: 1.125s;
}
.is_animate .js_typing_item.item__16 {
  animation-delay: 1.2s;
}
.is_animate .js_typing_item.item__17 {
  animation-delay: 1.275s;
}
.is_animate .js_typing_item.item__18 {
  animation-delay: 1.35s;
}
.is_animate .js_typing_item.item__19 {
  animation-delay: 1.425s;
}
.is_animate .js_typing_item.item__20 {
  animation-delay: 1.5s;
}
.is_animate .js_typing_item.item__21 {
  animation-delay: 1.575s;
}
.is_animate .js_typing_item.item__22 {
  animation-delay: 1.65s;
}
.is_animate .js_typing_item.item__23 {
  animation-delay: 1.725s;
}
.is_animate .js_typing_item.item__24 {
  animation-delay: 1.8s;
}
.is_animate .js_typing_item.item__25 {
  animation-delay: 1.875s;
}
.is_animate .js_typing_item.item__26 {
  animation-delay: 1.95s;
}
.is_animate .js_typing_item.item__27 {
  animation-delay: 2.025s;
}
.is_animate .js_typing_item.item__28 {
  animation-delay: 2.1s;
}
.is_animate .js_typing_item.item__29 {
  animation-delay: 2.175s;
}
.is_animate .js_typing_item.item__30 {
  animation-delay: 2.25s;
}/*# sourceMappingURL=style.css.map */