@charset "utf-8";
/*FontFamily*/
/* 今回のデザイン用 */
@font-face {
  font-family: "Helvetica Neue condensed Bold";
  src: url("../fonts/helvetica-neue-condensed-bold.ttf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

/*
 * Skewコンテンツ
 *1:コンテンツ
 *3:リンク
*/
:root {
  --skew-angle-1: -5.1deg;
  --skew-return-1: 5.1deg;
  --skew-angle-2: -4deg;
  --skew-return-2: 4deg;
  --skew-angle-3: -8deg;
  --skew-return-3: 8deg;
  /*フォント*/
  --font-HNCB: "Helvetica Neue condensed Bold", Helvetica, sans-serif;
  /*rainbow BG*/
  --r-background-image-moz: -moz-linear-gradient(
    180deg,
    rgb(225, 84, 84) 0%,
    rgb(212, 226, 149) 18%,
    rgb(96, 189, 227) 49%,
    rgb(168, 64, 157) 100%,
    rgb(28, 255, 252) 100%,
    rgb(183, 136, 198) 100%
  );
  --r-background-image-webkit: -webkit-linear-gradient(
    180deg,
    rgb(225, 84, 84) 0%,
    rgb(212, 226, 149) 18%,
    rgb(96, 189, 227) 49%,
    rgb(168, 64, 157) 100%,
    rgb(28, 255, 252) 100%,
    rgb(183, 136, 198) 100%
  );
  --r-background-image-ms: -ms-linear-gradient(
    180deg,
    rgb(225, 84, 84) 0%,
    rgb(212, 226, 149) 18%,
    rgb(96, 189, 227) 49%,
    rgb(168, 64, 157) 100%,
    rgb(28, 255, 252) 100%,
    rgb(183, 136, 198) 100%
  );
  /*ServiceColor*/
  --jetcms-color: #41c7f1;
  --uchino-ai-color: #0079c3;
  --uchino-writer-color: #1ab1af;
  --our-ai-mensetsu-color: #cb28f7;
  --ai-switch-color: #d30876;
}

.rainbow {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(225, 84, 84) 0%,
    rgb(212, 226, 149) 18%,
    rgb(96, 189, 227) 49%,
    rgb(168, 64, 157) 100%,
    rgb(28, 255, 252) 100%,
    rgb(183, 136, 198) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(225, 84, 84) 0%,
    rgb(212, 226, 149) 18%,
    rgb(96, 189, 227) 49%,
    rgb(168, 64, 157) 100%,
    rgb(28, 255, 252) 100%,
    rgb(183, 136, 198) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(225, 84, 84) 0%,
    rgb(212, 226, 149) 18%,
    rgb(96, 189, 227) 49%,
    rgb(168, 64, 157) 100%,
    rgb(28, 255, 252) 100%,
    rgb(183, 136, 198) 100%
  );
  opacity: 0.56;
}

/*SkewClass*/
/*コンテンツ*/
.skew-angle-1 {
  transform: skewX(var(--skew-angle-1));
  transform-origin: left bottom;
  overflow: hidden;
}
.skew-return-1 {
  transform: skewX(var(--skew-return-1));
  transform-origin: left bottom;
  overflow: hidden;
}
/*使わない*/
.skew-angle-2 {
  transform: skewX(var(--skew-angle-2));
  transform-origin: left bottom;
  overflow: hidden;
}
.skew-return-2 {
  transform: skewX(var(--skew-return-2));
  transform-origin: left bottom;
  overflow: hidden;
}
/*ボタン*/
.skew-angle-3 {
  transform: skewX(var(--skew-angle-3));
  transform-origin: left bottom;
  overflow: hidden;
}
.skew-return-3 {
  transform: skewX(var(--skew-return-3));
  transform-origin: left bottom;
  overflow: hidden;
}

/*BoxShadow*/
.boxshadow1 {
  box-shadow: 0px 8px 29.44px 2.56px rgba(51, 51, 51, 0.08);
}

/*Service Category BG Color*/
.catbg.jetcms {
  background: var(--jetcms-color);
}
.catbg.uchino-ai {
  background: var(--uchino-ai-color);
}
.catbg.uchino-writer {
  background: var(--uchino-writer-color);
}
.catbg.our-ai-mensetsu {
  background: var(--our-ai-mensetsu-color);
}
.catbg.ai-switch {
  background: var(--ai-switch-color);
}

/*今回のフォント*/
.f-HNCB {
  font-family: "Helvetica Neue condensed Bold", Helvetica, sans-serif;
}

.wf1 {
  font-family: "Nothing You Could Do", sans-serif;
}

.wf2 {
  font-family: "Roboto Condensed", sans-serif;
}

.wf3 {
  font-family: "Roboto", sans-serif;
}

.wf4 {
  font-family: "Nothing You Could Do", sans-serif;
}

h2,
h3,
p,
ul,
li,
a {
  color: #333333;
  font-family: "Hiragino Sans", sans-serif;
}
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  font-family: "Hiragino Sans", sans-serif;
  /* font-family: "HiraKakuPro-W3", "Yu Gothic", "sans-serif"; */
  font-weight: 400;
  font-feature-settings: "tnum" 1, "ss03" 1;
  -webkit-font-smoothing: antialiased;
}

/**
 * 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

.g_nav ul,
.index_area ul,
.main_local_foot_list_area ul,
#service_area ul,
#reverberation_area ul,
.interview_relate_area ul,
.advertisement_area ul,
.post_relate_area ul,
#post_list_area ul,
.info_box ul,
.g_nav ol,
.index_area ol,
.main_local_foot_list_area ol,
#service_area ol,
#reverberation_area ol,
.interview_relate_area ol,
.advertisement_area ol,
.post_relate_area ol,
#post_list_area ol,
.info_box ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main ul,
#recruit_area ul,
#main ol,
#recruit_area ol {
  list-style: none;
  padding: 0;
}

/* 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: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
 * 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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix placeholder font properties inheritance.
 */
::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
 * 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;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
JetB Press 設定
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
::selection {
  background: #12b9c9;
  color: #fff;
}

/*Firefox*/
::-moz-selection {
  background: #12b9c9;
  color: #fff;
}

#tinymce {
  /*投稿記事編集の背景*/
  background: #fff;
  min-width: 100%;
  color: #000;
}

/* Alignments */
.alignleft {
  display: inline;
  float: left;
  margin: 10px 10px 10px 0px;
}

.alignright {
  display: inline;
  float: right;
  margin: 10px 0px 10px 10px;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*hr 設定
====================*/
hr {
  background-color: #dbd5dc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*その他
====================*/
blockquote {
  position: relative;
  margin: 0 1em 1.5em;
  padding: 1em;
  border: 3px solid #d7d7d7;
  background-color: #e0e0e0;
  z-index: 1;
}

blockquote p {
  position: relative;
  z-index: 3;
}

blockquote:before {
  content: "“";
  font-size: 1000%;
  line-height: 0.8em;
  font-family: "Roboto Slab", Garamond, "Times New Roman", serif;
  color: #f0f0f0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

blockquote:after {
  content: "”";
  font-size: 1000%;
  line-height: 0em;
  font-family: "Roboto Slab", Garamond, "Times New Roman", serif;
  color: #f0f0f0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

address {
  font-style: normal;
}

*:focus {
  outline: none;
}

body {
  min-width: 1000px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 1;
  word-wrap: break-word;
  text-align: left;
  vertical-align: bottom;
  -webkit-text-size-adjust: 100%;
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
  display: none;
}

/*見出しサイズ
====================*/
h1 {
  font-size: 24px;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  font-weight: normal;
}

h3 {
  font-size: 16px;
  font-weight: normal;
}

h4 {
  font-size: 12px;
  font-weight: normal;
}

h5 {
  font-size: 10px;
  font-weight: normal;
}

h6 {
  font-size: 8px;
  font-weight: normal;
}

p {
  font-size: 15px;
}

/*リンク
====================*/
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

a:active {
}

a:visited {
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.allwrapper {
  overflow: hidden;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.inner {
  width: 960px;
  margin: 0 auto;
  zoom: 1;
}

.inner:before,
.inner:after {
  content: "";
  display: table;
}

.inner:after {
  clear: both;
}

/*2025リニューアルinner*/
.inner_2025 {
  position: relative;
  width: 90vw;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  .inner_2025 {
    width: calc(100% - 10vw);
  }
}
@media only screen and (min-width: 1280px) {
  .inner_2025 {
    width: 100%;
    max-width: 1280px;
    padding: 0;
  }
}

.L_box {
  float: left;
}

.R_box {
  float: right;
}

.onf_,
.onf_0 {
  display: none !important;
}

.onf_1 {
  display: block;
}

.flexbox {
  display: flex;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
.sp/.pc
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.sp {
}
.pc {
  display: none;
}
@media only screen and (min-width: 641px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
テーブル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
  font-size: 14px;
}

thead th {
  border-bottom: 0.1rem solid #bbb;
  padding-bottom: 0.5em;
}

th,
td {
  border: 1px solid #bbb;
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}

/*object-fit
========================*/
.imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* IE用挙動 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .imgwrap {
    overflow: hidden;
  }
}

::-webkit-input-placeholder {
  padding-top: 0.2em;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
Wordpress デフォルト設定
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*-----------------------------
figure
------------------------------*/
figure {
  max-width: 100%;
  overflow: hidden;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
  /** ギャラリーを囲むボックス **/
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

/** 自動で挿入される clearfix の余白解除 **/
.gallery-item {
  /** 画像共通のスタイル **/
  margin-bottom: 0 !important;
}

.gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}

#colorbox {
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 1000px) {
  /*ここから====================*/
  body {
    width: 100%;
    min-width: 100%;
  }

  /*共通*/
  .inner {
    width: 100%;
    padding: 0;
  }

  .L_box,
  .R_box {
    width: 100% !important;
  }

  .fix_btn {
    display: none;
  }

  .sns_box {
    position: static;
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
  }

  .sns_box a {
    display: inline-block;
    margin: 0 10px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }

  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}

/*グラデーション*/
.bg_grad1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3ceaca+0,74ebd5+25,9face6+75,acace5+100 */
  background: #3ceaca;
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #3ceaca 0%,
    #74ebd5 25%,
    #9face6 75%,
    #acace5 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #3ceaca 0%,
    #74ebd5 25%,
    #9face6 75%,
    #acace5 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #3ceaca 0%,
    #74ebd5 25%,
    #9face6 75%,
    #acace5 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ceaca', endColorstr='#acace5', GradientType=1);
  /* IE6-9 */
}

.bg_grad2 {
  background-image: -moz-linear-gradient(
    180deg,
    rgb(43, 167, 241) 0%,
    rgb(116, 235, 213) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(43, 167, 241) 0%,
    rgb(116, 235, 213) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(43, 167, 241) 0%,
    rgb(116, 235, 213) 100%
  );
}

/*シャドウ*/
.shadow1 {
  box-shadow: 1px 1px 15px rgba(6, 0, 1, 0.14);
}

/* particle */
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* new_loading */
.loading_wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  cursor: auto;
}
.loading_wrap.loaded {
  animation: fadeOut 1.5s;
  animation-fill-mode: both;
}
.loading_wrap .loader-inner {
  width: 20%;
  height: 10%;
}

.loading_wrap .loading {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.loading_wrap .loading .first_sentence,
.loading_wrap .loading .second_sentence {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
  -webkit-user-select: none;
}
.loading_wrap .loading span.txt {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  /* color: #3ceacacc; */
  /* color: #96f6f0; */
  /* color: rgba(0, 255, 255, 0.8); */
  color: rgba(46, 181, 193, 0.8);
  font-size: 20px;
  white-space: pre;
  animation: textBgGrad 1s linear 1, textBsGrad 1s linear 1,
    txtDisplay 1s linear 1;
  /* text-shadow: 0 0 32px rgb(255 255 255 / 20%); */
  opacity: 0;
}

@media screen and (min-width: 641px) {
  .loading_wrap .loading .first_sentence span.txt,
  .loading_wrap .loading .second_sentence span.txt {
    /* text-shadow: 0 0 64px #00ffff; */
    box-shadow: 0 0 60px 30px #2bb5c10a;
    text-shadow: 0 0 40px #00ffff5c;
  }
}

.loading_wrap .loading .second_sentence span.txt {
  animation-delay: 1.1s;
}
.loading_wrap .loading span.txt_dec {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  margin: auto 0;
  /* background: #3ceaca80; */
  /* background: #98f6f0cc; */
  /* background: #00ffff99; */
  background: rgba(46, 181, 193, 0.8);
  animation: decBlinking 3.4s linear 1, decSlide 1s linear 1;
  box-shadow: 0 0 32px rgb(255 255 255 / 20%);
  opacity: 0;
}
.spinner-box {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  animation: showSpinnerBox 0.6s;
  animation-fill-mode: both;
  /* animation-delay: 2.1s; */
  opacity: 0;
}

.leo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.blue-orbit {
  width: 165px;
  height: 165px;
  border: 1px solid #91daffa5;
  -webkit-animation: spin3D 3s linear 0.2s infinite;
}

.green-orbit {
  width: 120px;
  height: 120px;
  border: 1px solid #91ffbfa5;
  -webkit-animation: spin3D 2s linear 0s infinite;
}

.red-orbit {
  width: 90px;
  height: 90px;
  border: 1px solid #ffca91a5;
  -webkit-animation: spin3D 1s linear 0s infinite;
}

.white-orbit {
  width: 60px;
  height: 60px;
  /* border: 2px solid #ffffff; */
  -webkit-animation: spin3D 10s linear 0s infinite;
}

.spin3D-skyblue {
  border: 1px solid #3ceaca;
}
.spin3D-skyblue2 {
  border: 1px solid #74ebd5;
}
.spin3D-orange {
  border: 1px solid #dc7912;
}

.w1 {
  transform: rotate3D(1, 1, 1, 90deg);
}

.w2 {
  transform: rotate3D(1, 2, 0.5, 90deg);
}

.w3 {
  transform: rotate3D(0.5, 1, 2, 90deg);
}
.loading_wrap .loading .second_sentence span.txt_dec {
  animation-delay: 1s;
}
@keyframes spin3D {
  from {
    transform: rotate3d(0.5, 0.5, 0.5, 360deg);
  }
  to {
    transform: rotate3d(0deg);
  }
}
@keyframes showSpinnerBox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes txtDisplay {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes decSlide {
  0% {
    left: 0;
  }
  10% {
    left: 102%;
  }
  50% {
    left: 102%;
  }
  90% {
    left: 102%;
  }
  100% {
    left: 0;
  }
}
@keyframes sentenceDisplay {
  0% {
    display: flex;
  }
  10% {
    display: flex;
  }
  50% {
    display: flex;
  }
  90% {
    display: flex;
  }
  100% {
    display: none;
  }
}
@keyframes imgSlide {
  0% {
    right: 100%;
  }
  5% {
    right: 100%;
  }
  10% {
    right: 100%;
  }
  15% {
    right: 100%;
  }
  20% {
    right: 100%;
  }
  25% {
    right: 100%;
  }
  30% {
    right: 100%;
  }
  35% {
    right: 100%;
  }
  40% {
    right: 100%;
  }
  45% {
    right: 100%;
  }
  50% {
    right: 100%;
  }
  55% {
    right: 100%;
  }
  60% {
    right: 100%;
  }
  65% {
    right: 100%;
  }
  70% {
    right: 100%;
  }
  75% {
    right: 100%;
  }
  80% {
    right: 100%;
  }
  85% {
    right: 100%;
  }
  90% {
    right: 100%;
  }
  95% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes decBlinking {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  36% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imgBlinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imgRotate {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(36deg);
  }
  20% {
    transform: rotate(72deg);
  }
  30% {
    transform: rotate(108deg);
  }
  40% {
    transform: rotate(144deg);
  }
  50% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(216deg);
  }
  70% {
    transform: rotate(252deg);
  }
  80% {
    transform: rotate(288deg);
  }
  90% {
    transform: rotate(324deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circleDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circleShadow {
  /* 0%{box-shadow: 0 0 2px #00ffff38;} */
  0% {
    box-shadow: -2px 0 20px rgba(46, 181, 193, 0.8);
  }
  25% {
    box-shadow: 0 -2px 20px rgba(46, 181, 193, 0.8);
  }
  50% {
    box-shadow: 2px 0 20px rgba(46, 181, 193, 0.8);
  }
  75% {
    box-shadow: 0 2px 20px rgba(46, 181, 193, 0.8);
  }
  /* 100%{box-shadow: -2px 0 20px rgba(46, 181, 193, 0.8);} */
}
@keyframes bgGrad {
  0% {
    background: #2bb5c10a;
  }
  50% {
    background: #9face624;
  }
  90% {
    background: #dc7a1209;
  }
}
@keyframes textBgGrad {
  0% {
    background: #2bb5c10a;
  }
  50% {
    background: #9face624;
  }
  90% {
    background: #dc7a1209;
  }
}
@keyframes bsGrad {
  0% {
    box-shadow: 0 0 60px 30px #2bb5c10a;
  }
  50% {
    box-shadow: 0 0 60px 30px #9face624;
  }
  90% {
    box-shadow: 0 0 60px 30px #dc7a1209;
  }
}
@keyframes textBsGrad {
  0% {
    box-shadow: 0 0 60px 30px #2bb5c10a;
  }
  50% {
    box-shadow: 0 0 60px 30px #9face624;
  }
  90% {
    box-shadow: 0 0 60px 30px #dc7a1209;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* loader */
#pageloading-wrap {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10000;
}

#pageloading-icon {
  display: table-cell;
  vertical-align: middle;
}

#pageloading-icon > * {
  background: #2bb5c1;
}

/* img scale-hover */
.scale-hover > * {
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  transition: ease 1s;
}

.scale-hover:hover > * {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

/* keyframes animation */
.bg_grad1,
.bg_grad2 {
  background-size: 200% 100%;
  -webkit-animation: bgGrad1Anime 12s ease infinite;
  -moz-animation: bgGrad1Anime 12s ease infinite;
  animation: bgGrad1Anime 12s ease infinite;
}

.band,
.band > * {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.1s;
  -moz-transition: opacity 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s;
}

/* lozad load */
.band.loaded,
.band.loaded > * {
  opacity: 1;
}

.band.loaded::after {
  /* -webkit-animation: .6s ease-in-out forwards bandAnime, .8s ease-in-out forwards bandAnimeLast;
  animation: .6s ease-in-out forwards bandAnime, .8s ease-in-out forwards bandAnimeLast; */
  -webkit-animation: 0.6s ease-in-out 0.1s forwards bandAnimeLast;
  -moz-animation: 0.6s ease-in-out 0.1s forwards bandAnimeLast;
  animation: 0.6s ease-in-out 0.1s forwards bandAnimeLast;
}

.band-change {
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  transition: 1.2s;
}

.window {
  position: relative;
  overflow: hidden;
}

.window::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.window.loaded::after {
  -webkit-animation: 0.6s ease-in-out 0.1s forwards bandAnimeLast;
  -moz-animation: 0.6s ease-in-out 0.1s forwards bandAnimeLast;
  animation: 0.6s ease-in-out forwards 0.1s bandAnimeLast;
}

.window.main-window.loaded::after {
  -webkit-animation: 0.8s ease-in-out forwards bandAnimeLast;
  -moz-animation: 0.8s ease-in-out forwards bandAnimeLast;
  animation: 0.8s ease-in-out forwards bandAnimeLast;
}

.tgt {
  -webkit-transition: transform 0.6s ease 0.2s,
    opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s ease 0.2s,
    opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s ease 0.2s,
    opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.main-window .tgt {
  -webkit-transition: transform 0.6s ease 0.4s,
    opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s ease 0.4s,
    opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s ease 0.4s, opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.tgt_img {
  -webkit-transition: transform 0.6s ease 0.2s;
  -moz-transition: transform 0.6s ease 0.2s;
  transition: transform 0.6s ease 0.2s;
}

.tgt.loaded,
.tgt_img[data-loaded="true"] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* scrollfloat */
.tgt--up {
  -webkit-transform: translate3d(0, 1rem, 0);
  -moz-transform: translate3d(0, 1rem, 0);
  transform: translate3d(0, 1rem, 0);
}

.tgt--bt {
  -webkit-transform: translate3d(0, -1rem, 0);
  -moz-transform: translate3d(0, -1rem, 0);
  transform: translate3d(0, -1rem, 0);
}

.tgt--lr {
  -webkit-transform: translate3d(-1rem, 0, 0);
  -moz-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
}

.tgt--rl {
  -webkit-transform: translate3d(1rem, 0, 0);
  -moz-transform: translate3d(1rem, 0, 0);
  transform: translate3d(1rem, 0, 0);
}

/* keyframes */
@keyframes lozad {
  0% {
    opacity: 0;
  }

  32% {
    opacity: 0;
  }
}

@-webkit-keyframes lozad {
  0% {
    opacity: 0;
  }

  32% {
    opacity: 0;
  }
}

@-moz-keyframes lozad {
  0% {
    opacity: 0;
  }

  32% {
    opacity: 0;
  }
}

@keyframes bgGrad1Anime {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes bgGrad1Anime {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes bgGrad1Anime {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes bandAnime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes bandAnime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes bandAnime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes bandAnimeLast {
  0%,
  50% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes bandAnimeLast {
  0%,
  50% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}

@-moz-keyframes bandAnimeLast {
  0%,
  50% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}

@keyframes promotionLine {
  0% {
    left: 0;
    right: inherit;
  }

  50% {
    left: 0;
    width: 100%;
  }

  60% {
    left: inherit;
  }

  100% {
    left: inherit;
    right: 0;
    width: 0;
  }
}

@-webkit-keyframes promotionLine {
  0% {
    left: 0;
    right: inherit;
  }

  50% {
    left: 0;
    width: 100%;
  }

  60% {
    left: inherit;
  }

  100% {
    left: inherit;
    right: 0;
    width: 0;
  }
}

@-moz-keyframes promotionLine {
  0% {
    left: 0;
    right: inherit;
  }

  50% {
    left: 0;
    width: 100%;
  }

  60% {
    left: inherit;
  }

  100% {
    left: inherit;
    right: 0;
    width: 0;
  }
}

@keyframes bandAnimeFirst {
  0%,
  50% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes bandAnimeFirst {
  0%,
  50% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

@-moz-keyframes bandAnimeFirst {
  0%,
  50% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

/* lozad */
.lozad {
  visibility: hidden;
}

.lozad[data-loaded="true"] {
  visibility: visible;
  -webkit-animation: lozad 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  animation: lozad 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
