@charset "UTF-8";
@media (max-width: 1060px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-mdsl {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hidden-mds {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-mdsl,
.visible-xs,
.visible-md,
.visible-mds,
.visible-xl {
  display: none !important;
}

@media (max-width: 1060px) {
  .visible-xl {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .visible-mdsl {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .visible-mds {
    display: block !important;
  }
}

@media (max-width: 980px) {
  .visible-md {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .visible-xs {
    display: block !important;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  line-height: 0;
}

sup {
  font-size: 70%;
  vertical-align: top;
}

body {
  -webkit-text-size-adjust: none;
}

h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: #333;
}

small {
  font-size: 80%;
}

blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

a,
a:visited {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  max-width: 100%;
  background: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
}

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

input[type="checkbox"] {
  display: inline;
}

button {
  cursor: pointer;
}

html {
  scroll-behavior: auto !important;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.button,
::file-selector-button {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*:focus-visible {
  outline: 2px solid cyan;
  outline-offset: 2px;
}

body {
  background-color: #fff;
}

.inner {
  max-width: 1060px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 500px) {
  .inner {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.max_width {
  max-width: 1060px;
}

.text_center {
  text-align: center;
}

.box_center {
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}

.va-bottom {
  vertical-align: bottom;
}

.text-right {
  text-align: right;
}

@-webkit-keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

html,
button {
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 600px) {
  html,
  button {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  html,
  button {
    font-size: 15px;
  }
}

.font-bold {
  font-weight: 700;
}

.font-en {
  font-family: "REM", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

body {
  line-height: 1.5;
}

.wide-line-height {
  line-height: 2.5;
}

header,
.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  pointer-events: none;
}

header a,
header button,
.header a,
.header button {
  pointer-events: all;
}

header_main,
.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 400px 80px;
  grid-template-columns: 1fr 400px 80px;
}

@media (max-width: 980px) {
  header_main,
  .header_main {
    -ms-grid-columns: 1fr 320px 60px;
    grid-template-columns: 1fr 320px 60px;
    height: 60px;
  }
}

@media (max-width: 600px) {
  header_main,
  .header_main {
    -ms-grid-columns: 1fr 150px 60px;
    grid-template-columns: 1fr 150px 60px;
  }
}

header h1,
.header h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 95%;
  flex: 0 1 95%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header h1 .logo,
.header h1 .logo {
  display: block;
}

header h1 img,
.header h1 img {
  width: 180px;
}

@media (max-width: 980px) {
  header h1 img,
  .header h1 img {
    width: 130px;
  }
}

@media (max-width: 600px) {
  header h1 img,
  .header h1 img {
    width: 110px;
  }
}

header button,
.header button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  border: none;
  background: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
}

@media (max-width: 980px) {
  header button,
  .header button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
  }
}

@media (any-hover: hover) {
  header button:hover .icon span,
  .header button:hover .icon span {
    opacity: 0.8;
  }
}

header button span,
.header button span {
  display: block;
}

header button .icon,
.header button .icon {
  position: absolute;
  width: 40px;
  height: 20px;
  left: 20px;
  top: 25px;
}

@media (max-width: 980px) {
  header button .icon,
  .header button .icon {
    width: 30px;
    height: 20px;
    left: 15px;
    top: 20px;
  }
}

header button .icon span,
.header button .icon span {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background-color: #e50012;
  left: 0;
  -webkit-transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  -o-transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
}

@media (max-width: 980px) {
  header button .icon span,
  .header button .icon span {
    height: 3px;
  }
}

header button .icon span:nth-of-type(1),
.header button .icon span:nth-of-type(1) {
  top: 0;
}

header button .icon span:nth-of-type(2),
.header button .icon span:nth-of-type(2) {
  top: 50%;
}

header button .icon span:nth-of-type(3),
.header button .icon span:nth-of-type(3) {
  top: 100%;
}

header_contact,
.header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header_contact_tel,
.header_contact_tel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}

@media (max-width: 980px) {
  header_contact_tel,
  .header_contact_tel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }
}

@media (max-width: 600px) {
  header_contact_tel,
  .header_contact_tel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }
}

header_contact_tel a,
.header_contact_tel a {
  height: 80px;
  font-family: "REM", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  position: relative;
  overflow: hidden;
  padding-left: 1.5em;
  font-size: 25px;
}

@media (max-width: 980px) {
  header_contact_tel a,
  .header_contact_tel a {
    height: 60px;
    font-size: 22px;
  }
}

@media (any-hover: hover) {
  header_contact_tel a:hover:before,
  .header_contact_tel a:hover:before {
    opacity: 0.85;
  }
}

header_contact_tel a span,
.header_contact_tel a span {
  position: relative;
}

@media (max-width: 600px) {
  header_contact_tel a .label,
  .header_contact_tel a .label {
    display: none;
  }
}

header_contact_tel a img,
.header_contact_tel a img {
  width: 25px;
}

@media (max-width: 980px) {
  header_contact_tel a img,
  .header_contact_tel a img {
    width: 20px;
  }
}

header_contact_tel a::before,
.header_contact_tel a::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #1d2087;
  width: 150%;
  height: 100%;
  -webkit-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  transform: skew(-35deg);
  left: 10%;
  top: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (max-width: 600px) {
  header_contact_tel a::before,
  .header_contact_tel a::before {
    left: 27%;
  }
}

header_contact_mail,
.header_contact_mail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

@media (max-width: 980px) {
  header_contact_mail,
  .header_contact_mail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}

header_contact_mail a,
.header_contact_mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  width: 100%;
  background-color: #e50012;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

@media (max-width: 980px) {
  header_contact_mail a,
  .header_contact_mail a {
    height: 60px;
  }
}

@media (any-hover: hover) {
  header_contact_mail a:hover,
  .header_contact_mail a:hover {
    background-color: rgba(229, 0, 18, 0.8);
  }
}

header_contact_mail a img,
.header_contact_mail a img {
  width: 29px;
}

@media (max-width: 980px) {
  header_contact_mail a img,
  .header_contact_mail a img {
    width: 24px;
  }
}

header_nav,
.header_nav {
  position: absolute;
  top: 80px;
  right: -300px;
  right: -100%;
  background-color: #1d2087;
  display: block;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  header_nav,
  .header_nav {
    top: 60px;
  }
}

@media (max-width: 1400px) {
  header_nav ul,
  .header_nav ul {
    padding-right: 1em;
  }
}

@media (max-width: 1200px) {
  header_nav ul,
  .header_nav ul {
    padding-right: 0.5em;
  }
}

@media (max-width: 980px) {
  header_nav ul,
  .header_nav ul {
    display: block;
    text-align: left;
    padding: 0;
  }
}

header_nav li a,
.header_nav li a {
  -webkit-transition: color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  display: block;
  padding: 0.75em 1em;
}

@media (max-width: 980px) {
  header_nav li a,
  .header_nav li a {
    display: block;
    text-align: left;
    padding: 1em 0;
  }
}

header_nav li a .label,
.header_nav li a .label {
  font-family: "REM", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-right: 0.5em;
}

header_nav li a small,
.header_nav li a small {
  font-size: 70%;
}

@media (any-hover: hover) and (max-width: 980px) {
  header_nav li a:hover,
  .header_nav li a:hover {
    opacity: 0.7;
  }
}

header_entry,
.header_entry {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  font-size: 16px;
}

@media (max-width: 1400px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}

@media (max-width: 1200px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

@media (max-width: 980px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}

@media (max-width: 600px) {
  header_entry,
  .header_entry {
    visibility: hidden;
  }
}

header_entry a,
.header_entry a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0.5em;
  -webkit-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}

@media (max-width: 980px) {
  header_entry a,
  .header_entry a {
    padding: 0.25em 1em;
  }
}

.js_show_nav .header_nav {
  right: 0;
}

.js_show_nav .header button .icon span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.js_show_nav .header button .icon span:nth-of-type(2) {
  opacity: 0;
  top: 50%;
}

.js_show_nav .header button .icon span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  transform: rotate(-150deg);
}

.js_on .header_nav {
  -webkit-transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

body .footer {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .footer_main {
  background-color: #efefef;
}

body .footer_logo {
  margin-top: -130px;
  position: relative;
}

body .footer_logo:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 57%;
  background-color: #efefef;
  left: 0;
  bottom: 0;
}

body .footer_logo h3 {
  color: #1d2087;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

@media (max-width: 600px) {
  body .footer_logo h3 {
    font-size: 20px;
  }
}

body .footer_logo h3 span {
  display: inline-block;
  padding: 0 2.5em;
  position: relative;
}

body .footer_logo h3 span::before, body .footer_logo h3 span:after {
  display: block;
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1px;
  background-color: #1d2087;
  top: 50%;
}

body .footer_logo h3 span::before {
  left: 0;
}

body .footer_logo h3 span:after {
  right: 0;
}

body .footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 2em;
  gap: 70px;
}

@media (max-width: 768px) {
  body .footer_link {
    gap: 50px;
  }
}

@media (max-width: 600px) {
  body .footer_link {
    gap: 30px;
  }
}

body .footer_link a {
  color: #333;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

@media (any-hover: hover) {
  body .footer_link a:hover {
    color: #1d2087;
  }
  body .footer_link a:hover .icon {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

body .footer_link .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 115px;
  height: 115px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto 0.5em;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media (max-width: 600px) {
  body .footer_link .icon {
    width: 90px;
    height: 90px;
  }
}

body .footer_link .label {
  display: block;
  font-weight: bold;
}

body .footer_link .label span {
  display: inline-block;
  padding-right: 0.4em;
}

body .footer_link .label span img {
  width: 1.3em;
  -webkit-transform: translateY(-0.03em);
  -ms-transform: translateY(-0.03em);
  transform: translateY(-0.03em);
}

body .footer_nav {
  border-top: 1px solid #bebebe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

@media (max-width: 600px) {
  body .footer_nav {
    padding-top: 2em;
    padding-bottom: 2em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 0;
  }
  body .footer_nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    text-align: center;
  }
}

body .footer_nav a {
  color: #333;
  display: inline-block;
  padding: 0 1.5em;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

@media (any-hover: hover) {
  body .footer_nav a:hover {
    color: #1d2087;
  }
}

body .footer_misc {
  background-color: #1d2087;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.5em 1em;
}

@media (max-width: 600px) {
  body .footer_misc {
    padding: 2em 1em;
    display: block;
    text-align: center;
  }
  body .footer_misc li {
    padding: 5px 0;
  }
}

body .footer_misc a {
  color: #fff;
  padding: 0 1.5em;
  display: inline-block;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

@media (any-hover: hover) {
  body .footer_misc a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}

body .footer_misc li:nth-of-type(1) a {
  border-right: 1px solid #fff;
}

@media (max-width: 600px) {
  body .footer_misc li:nth-of-type(1) a {
    border: none;
  }
}

body .footer_copyrights {
  background-color: #1d2087;
  text-align: center;
  color: #fff;
  padding-bottom: 2em;
}

body .footer_totop {
  z-index: 3;
  position: fixed;
  right: 30px;
  bottom: -80px;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  -o-transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  width: 80px;
  height: 80px;
  background-color: #e50012;
}

@media (max-width: 600px) {
  body .footer_totop {
    width: 60px;
    height: 60px;
    right: 10px;
  }
}

@media (any-hover: hover) {
  body .footer_totop:hover {
    background-color: rgba(229, 0, 18, 0.8);
  }
}

body .footer_totop a {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 15px;
  display: block;
}

@media (max-width: 600px) {
  body .footer_totop a {
    padding-top: 12px;
  }
}

body .footer_totop span {
  display: block;
}

body .footer_totop .icon {
  font-size: 1%;
}

body .footer_totop .icon img {
  width: 22px;
}

@media (max-width: 600px) {
  body .footer_totop .icon img {
    width: 15px;
  }
}

.js_nav_fixed .footer_totop {
  bottom: 25px;
}

@media (max-width: 980px) {
  .js_nav_fixed .footer_totop {
    bottom: 60px;
  }
}

@media (max-width: 600px) {
  .js_nav_fixed .footer_totop {
    bottom: 20px;
  }
}

.js_nav_fixed .footer_entry {
  right: 30px;
}

.cmn_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 40px;
  color: #1d2087;
}

@media (max-width: 980px) {
  .cmn_title {
    padding: 80px 0 35px;
  }
}

@media (max-width: 768px) {
  .cmn_title {
    padding: 70px 0 30px;
  }
}

@media (max-width: 600px) {
  .cmn_title {
    padding: 55px 0 20px;
  }
}

.cmn_title h3 {
  font-family: "REM", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  font-style: italic;
}

.cmn_title h3:first-letter {
  color: #e50012;
}

@media (max-width: 980px) {
  .cmn_title h3 {
    font-size: 65px;
  }
}

@media (max-width: 768px) {
  .cmn_title h3 {
    font-size: 55px;
  }
}

@media (max-width: 600px) {
  .cmn_title h3 {
    font-size: 45px;
  }
}

.cmn_title p {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: bold;
  font-size: 20px;
  padding: 0 0.85em 0.4em;
  border-bottom: 2px solid #1d2087;
  margin: 0 0 1.4em 0.5em;
}

@media (max-width: 980px) {
  .cmn_title p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .cmn_title p {
    margin-bottom: 1.2em;
  }
}

@media (max-width: 600px) {
  .cmn_title p {
    font-size: 16px;
    padding: 0 0.65em 0.2em;
    border-width: 1px;
    margin-bottom: 1.1em;
  }
}

.cmn_title_even {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e50012;
}

.cmn_title_even h3:first-letter {
  color: #1d2087;
}

.cmn_title_even p {
  border-color: #e50012;
}

.hero_cnt img {
  width: 100%;
}

.message_cnt {
  background: url(../img/message_fx.png) no-repeat right bottom;
  background-size: auto 110%;
  padding-bottom: 10vw;
}

@media (max-width: 980px) {
  .message_cnt {
    background-size: 55% auto;
  }
}

.message_cnt .cmn_title {
  width: 55%;
}

@media (max-width: 768px) {
  .message_cnt .cmn_title {
    width: 100%;
  }
}

.message_cnt .cmn_title p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
}

.message_text {
  width: 55%;
  font-size: 1.125rem;
  line-height: 2.2;
}

@media (max-width: 768px) {
  .message_text {
    width: 100%;
    line-height: 2;
  }
}

.message_fig {
  position: absolute;
  width: 43vw;
  height: 100%;
  right: 0;
  top: 150px;
}

@media (max-width: 768px) {
  .message_fig {
    position: static;
    width: 85%;
    margin: 30px auto 0;
  }
}

.message_fig img {
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
}

@media (max-width: 768px) {
  .message_fig img {
    position: static;
    display: block;
  }
}

.message_fig img:nth-of-type(1) {
  width: 50%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .message_fig img:nth-of-type(1) {
    position: relative;
  }
}

.message_fig img:nth-of-type(2) {
  width: 70%;
  top: 25vw;
  right: 0;
}

@media (max-width: 768px) {
  .message_fig img:nth-of-type(2) {
    margin-top: -10%;
    margin-left: auto;
  }
}

.service_cnt {
  background: url(../img/service_bg.png);
  position: relative;
  padding-bottom: 50px;
}

.service_cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: 10vw;
  height: 15vw;
  background: url(../img/cmn_fx_red.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .service_cnt::before {
    width: 20vw;
    height: 30vw;
  }
}

.service_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  gap: 55px;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.2), 0 0 30px rgba(204, 204, 204, 0.1);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.2), 0 0 30px rgba(204, 204, 204, 0.1);
  margin-bottom: 30px;
}

@media (max-width: 980px) {
  .service_single {
    gap: 0;
  }
}

@media (max-width: 500px) {
  .service_single {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.service_single_main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 95%;
  flex: 0 1 95%;
  padding: 40px 60px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  .service_single_main {
    padding: 30px 35px 25px 25px;
  }
}

@media (max-width: 500px) {
  .service_single_main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 30px 25px 25px;
  }
}

.service_single_main h4 {
  color: #1d2087;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 30px;
  position: relative;
  margin-bottom: 1em;
}

@media (max-width: 980px) {
  .service_single_main h4 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .service_single_main h4 {
    font-size: 22px;
    gap: 15px;
  }
}

@media (max-width: 600px) {
  .service_single_main h4 {
    gap: 13px;
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .service_single_main h4 {
    margin-left: -5px;
    margin-bottom: 0.75em;
  }
}

.service_single_main h4::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 2px;
  background-color: #1d2087;
  bottom: 0;
  right: 0;
}

@media (max-width: 980px) {
  .service_single_main h4::before {
    width: calc(100% - 60px);
  }
}

@media (max-width: 768px) {
  .service_single_main h4::before {
    width: calc(100% - 50px);
  }
}

@media (max-width: 600px) {
  .service_single_main h4::before {
    width: calc(100% - 45px);
  }
}

.service_single_main h4 .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  height: 95px;
  border-radius: 100px;
  background-color: #1d2087;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 980px) {
  .service_single_main h4 .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    height: 70px;
  }
}

@media (max-width: 768px) {
  .service_single_main h4 .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
  }
}

@media (max-width: 600px) {
  .service_single_main h4 .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    height: 55px;
  }
}

@media (max-width: 500px) {
  .service_single_main h4 .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
  }
}

.service_single_main h4 .icon img {
  max-width: 50%;
}

.service_single_main h4 .label {
  line-height: 1.3;
  font-weight: bold;
  padding: 0.2em 0;
}

.service_single_main p {
  line-height: 2;
  margin-left: 2em;
}

@media (max-width: 600px) {
  .service_single_main p {
    margin-left: 0;
  }
}

.service_single figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}

@media (max-width: 980px) {
  .service_single figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}

@media (max-width: 500px) {
  .service_single figure {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.service_single figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 500px) {
  .service_single figure img {
    aspect-ratio: 1 / 0.5;
    width: 100%;
    height: auto;
  }
}

.service_single:nth-of-type(even) .service_single_main {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.service_single:nth-of-type(even) .service_single_main h4 .icon {
  background-color: #e50012;
}

.contact_cnt {
  background-color: #1d2087;
  padding: 75px 0;
}

@media (max-width: 980px) {
  .contact_cnt {
    padding: 65px 0;
  }
}

@media (max-width: 768px) {
  .contact_cnt {
    padding: 55px 0;
  }
}

@media (max-width: 600px) {
  .contact_cnt {
    padding: 45px 0;
  }
}

.contact_lead {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2em;
  line-height: 1.7;
}

.contact_link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .contact_link {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.contact_link li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 25px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (any-hover: hover) {
  .contact_link li a:hover {
    opacity: 0.7;
  }
}

.contact_link li .icon {
  font-size: 1%;
}

.contact_link li:nth-of-type(1) a {
  background-color: #fff;
  color: #1d2087;
  font-family: "REM", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 33px;
}

@media (max-width: 980px) {
  .contact_link li:nth-of-type(1) a {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .contact_link li:nth-of-type(1) a {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .contact_link li:nth-of-type(1) a {
    font-size: 24px;
  }
}

.contact_link li:nth-of-type(1) a img {
  width: 30px;
}

@media (max-width: 600px) {
  .contact_link li:nth-of-type(1) a img {
    width: 26px;
  }
}

.contact_link li:nth-of-type(2) a {
  background-color: #e50012;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}

.contact_link li:nth-of-type(2) a img {
  width: 35px;
}

@media (max-width: 600px) {
  .contact_link li:nth-of-type(2) a img {
    width: 30px;
  }
}

.recruit_cnt {
  position: relative;
  background-color: #efefef;
  padding-bottom: 11vw;
}

.recruit_cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: 10vw;
  height: 15vw;
  background: url(../img/cmn_fx_blue.png) no-repeat right bottom;
  background-size: contain;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .recruit_cnt::before {
    width: 20vw;
    height: 30vw;
  }
}

.recruit_lead {
  font-size: 1.125rem;
  margin-bottom: 2.5em;
}

@media (max-width: 600px) {
  .recruit_lead {
    margin-bottom: 2em;
  }
}

.recruit_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

@media (max-width: 980px) {
  .recruit_list {
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .recruit_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.recruit_list_single a {
  color: #ffff;
  background-color: #1d2087;
  display: block;
  position: relative;
}

@media (any-hover: hover) {
  .recruit_list_single a:hover img {
    opacity: 0.7;
  }
}

.recruit_list_single p {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  text-shadow: 0 0 10px rgba(29, 32, 135, 0.5), 0 0 20px rgba(29, 32, 135, 0.5);
}

@media (max-width: 980px) {
  .recruit_list_single p {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .recruit_list_single p {
    font-size: 25px;
  }
}

.recruit_list_single:nth-of-type(1) img, .recruit_list_single:nth-of-type(2) img {
  opacity: 0.4;
}

.recruit_list_single:nth-of-type(3) img, .recruit_list_single:nth-of-type(4) img {
  opacity: 0.3;
}

.recruit_list_single img {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 100%;
}

@media (max-width: 600px) {
  .recruit_list_single img {
    aspect-ratio: 4/2;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.company_cnt {
  position: relative;
  padding-bottom: 200px;
}

@media (max-width: 980px) {
  .company_cnt {
    padding-bottom: 190px;
  }
}

@media (max-width: 768px) {
  .company_cnt {
    padding-bottom: 160px;
  }
}

.company_cnt::before {
  display: block;
  content: "";
  position: absolute;
  width: 10vw;
  height: 15vw;
  background: url(../img/cmn_fx_red.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .company_cnt::before {
    width: 20vw;
    height: 30vw;
  }
}

.company_cnt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  background: url(../img/service_bg.png);
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
}

.company_cap {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin-bottom: 2em;
}

@media (max-width: 980px) {
  .company_cap {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .company_cap {
    font-size: 24px;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 600px) {
  .company_cap {
    font-size: 22px;
    margin-bottom: 1.2em;
  }
}

.company_about {
  border-top: 1px solid #b1b1b1;
  margin-bottom: 150px;
}

@media (max-width: 980px) {
  .company_about {
    margin-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .company_about {
    margin-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .company_about {
    margin-bottom: 80px;
  }
}

.company_about dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12em 1fr;
  grid-template-columns: 12em 1fr;
  padding: 8px 0;
  border-bottom: 1px solid #b1b1b1;
}

@media (max-width: 768px) {
  .company_about dl {
    padding: 6px 0;
    -ms-grid-columns: 9em 1fr;
    grid-template-columns: 9em 1fr;
  }
}

.company_about dt {
  font-size: 1.125rem;
  color: #1d2087;
  text-align: center;
  padding: 0.5em 0;
  font-weight: bold;
}

@media (max-width: 600px) {
  .company_about dt {
    padding: 0.4em 0;
  }
}

.company_about dd {
  padding: 0.75em 1.2em;
  border-left: 1px solid #dbdbdb;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .company_about dd {
    padding: 0.55em 1em;
  }
}

.company_branch {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.2), 0 0 30px rgba(204, 204, 204, 0.1);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.2), 0 0 30px rgba(204, 204, 204, 0.1);
  margin-bottom: 30px;
  min-height: 280px;
}

@media (max-width: 768px) {
  .company_branch {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .company_branch_map {
    height: 40vw;
  }
}

.company_branch_map iframe {
  width: 100%;
  height: 100%;
}

.company_branch_detail {
  padding: 50px 50px;
}

@media (max-width: 768px) {
  .company_branch_detail {
    padding: 40px;
  }
}

@media (max-width: 600px) {
  .company_branch_detail {
    padding: 25px;
  }
}

.company_branch_detail h5 {
  color: #1d2087;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0.75em;
}

@media (max-width: 980px) {
  .company_branch_detail h5 {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  .company_branch_detail h5 {
    font-size: 20px;
    margin-bottom: 0.65em;
  }
}

@media (max-width: 600px) {
  .company_branch_detail h5 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}

.company_branch_detail p {
  line-height: 1.9;
}

.add_anim {
  -webkit-transition: opacity 1.3s, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.3s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.add_anim.js_on {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.add_anim.js_on .cmn_title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.hero_cnt svg.add_anim {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hero_cnt svg.add_anim path,
.hero_cnt svg.add_anim circle,
.hero_cnt svg.add_anim rect {
  stroke: #08daff;
  stroke-width: 0.5px;
  stroke-linecap: round;
  fill: transparent;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: stroke-dashoffset, fill, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke-dashoffset, fill, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: stroke-dashoffset, fill, transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke-dashoffset, fill, transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke-dashoffset, fill, transform cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
}

.hero_cnt svg.add_anim path:nth-of-type(1),
.hero_cnt svg.add_anim circle:nth-of-type(1),
.hero_cnt svg.add_anim rect:nth-of-type(1) {
  -webkit-transition-delay: 0.05s, 0.55s, 0.25s;
  -o-transition-delay: 0.05s, 0.55s, 0.25s;
  transition-delay: 0.05s, 0.55s, 0.25s;
  -webkit-transition-duration: 1.05s, 0.8s, 0.8s;
  -o-transition-duration: 1.05s, 0.8s, 0.8s;
  transition-duration: 1.05s, 0.8s, 0.8s;
}

.hero_cnt svg.add_anim path:nth-of-type(2),
.hero_cnt svg.add_anim circle:nth-of-type(2),
.hero_cnt svg.add_anim rect:nth-of-type(2) {
  -webkit-transition-delay: 0.1s, 0.6s, 0.3s;
  -o-transition-delay: 0.1s, 0.6s, 0.3s;
  transition-delay: 0.1s, 0.6s, 0.3s;
  -webkit-transition-duration: 1.1s, 0.85s, 0.85s;
  -o-transition-duration: 1.1s, 0.85s, 0.85s;
  transition-duration: 1.1s, 0.85s, 0.85s;
}

.hero_cnt svg.add_anim path:nth-of-type(3),
.hero_cnt svg.add_anim circle:nth-of-type(3),
.hero_cnt svg.add_anim rect:nth-of-type(3) {
  -webkit-transition-delay: 0.15s, 0.65s, 0.35s;
  -o-transition-delay: 0.15s, 0.65s, 0.35s;
  transition-delay: 0.15s, 0.65s, 0.35s;
  -webkit-transition-duration: 1.15s, 0.9s, 0.9s;
  -o-transition-duration: 1.15s, 0.9s, 0.9s;
  transition-duration: 1.15s, 0.9s, 0.9s;
}

.hero_cnt svg.add_anim path:nth-of-type(4),
.hero_cnt svg.add_anim circle:nth-of-type(4),
.hero_cnt svg.add_anim rect:nth-of-type(4) {
  -webkit-transition-delay: 0.2s, 0.7s, 0.4s;
  -o-transition-delay: 0.2s, 0.7s, 0.4s;
  transition-delay: 0.2s, 0.7s, 0.4s;
  -webkit-transition-duration: 1.2s, 0.95s, 0.95s;
  -o-transition-duration: 1.2s, 0.95s, 0.95s;
  transition-duration: 1.2s, 0.95s, 0.95s;
}

.hero_cnt svg.add_anim path:nth-of-type(5),
.hero_cnt svg.add_anim circle:nth-of-type(5),
.hero_cnt svg.add_anim rect:nth-of-type(5) {
  -webkit-transition-delay: 0.25s, 0.75s, 0.45s;
  -o-transition-delay: 0.25s, 0.75s, 0.45s;
  transition-delay: 0.25s, 0.75s, 0.45s;
  -webkit-transition-duration: 1.25s, 1s, 1s;
  -o-transition-duration: 1.25s, 1s, 1s;
  transition-duration: 1.25s, 1s, 1s;
}

.hero_cnt svg.add_anim path:nth-of-type(6),
.hero_cnt svg.add_anim circle:nth-of-type(6),
.hero_cnt svg.add_anim rect:nth-of-type(6) {
  -webkit-transition-delay: 0.3s, 0.8s, 0.5s;
  -o-transition-delay: 0.3s, 0.8s, 0.5s;
  transition-delay: 0.3s, 0.8s, 0.5s;
  -webkit-transition-duration: 1.3s, 1.05s, 1.05s;
  -o-transition-duration: 1.3s, 1.05s, 1.05s;
  transition-duration: 1.3s, 1.05s, 1.05s;
}

.hero_cnt svg.add_anim path:nth-of-type(7),
.hero_cnt svg.add_anim circle:nth-of-type(7),
.hero_cnt svg.add_anim rect:nth-of-type(7) {
  -webkit-transition-delay: 0.35s, 0.85s, 0.55s;
  -o-transition-delay: 0.35s, 0.85s, 0.55s;
  transition-delay: 0.35s, 0.85s, 0.55s;
  -webkit-transition-duration: 1.35s, 1.1s, 1.1s;
  -o-transition-duration: 1.35s, 1.1s, 1.1s;
  transition-duration: 1.35s, 1.1s, 1.1s;
}

.hero_cnt svg.add_anim path:nth-of-type(8),
.hero_cnt svg.add_anim circle:nth-of-type(8),
.hero_cnt svg.add_anim rect:nth-of-type(8) {
  -webkit-transition-delay: 0.4s, 0.9s, 0.6s;
  -o-transition-delay: 0.4s, 0.9s, 0.6s;
  transition-delay: 0.4s, 0.9s, 0.6s;
  -webkit-transition-duration: 1.4s, 1.15s, 1.15s;
  -o-transition-duration: 1.4s, 1.15s, 1.15s;
  transition-duration: 1.4s, 1.15s, 1.15s;
}

.hero_cnt svg.add_anim path:nth-of-type(9),
.hero_cnt svg.add_anim circle:nth-of-type(9),
.hero_cnt svg.add_anim rect:nth-of-type(9) {
  -webkit-transition-delay: 0.45s, 0.95s, 0.65s;
  -o-transition-delay: 0.45s, 0.95s, 0.65s;
  transition-delay: 0.45s, 0.95s, 0.65s;
  -webkit-transition-duration: 1.45s, 1.2s, 1.2s;
  -o-transition-duration: 1.45s, 1.2s, 1.2s;
  transition-duration: 1.45s, 1.2s, 1.2s;
}

.hero_cnt svg.add_anim path:nth-of-type(10),
.hero_cnt svg.add_anim circle:nth-of-type(10),
.hero_cnt svg.add_anim rect:nth-of-type(10) {
  -webkit-transition-delay: 0.5s, 1s, 0.7s;
  -o-transition-delay: 0.5s, 1s, 0.7s;
  transition-delay: 0.5s, 1s, 0.7s;
  -webkit-transition-duration: 1.5s, 1.25s, 1.25s;
  -o-transition-duration: 1.5s, 1.25s, 1.25s;
  transition-duration: 1.5s, 1.25s, 1.25s;
}

.hero_cnt svg.add_anim path:nth-of-type(11),
.hero_cnt svg.add_anim circle:nth-of-type(11),
.hero_cnt svg.add_anim rect:nth-of-type(11) {
  -webkit-transition-delay: 0.55s, 1.05s, 0.75s;
  -o-transition-delay: 0.55s, 1.05s, 0.75s;
  transition-delay: 0.55s, 1.05s, 0.75s;
  -webkit-transition-duration: 1.55s, 1.3s, 1.3s;
  -o-transition-duration: 1.55s, 1.3s, 1.3s;
  transition-duration: 1.55s, 1.3s, 1.3s;
}

.hero_cnt svg.add_anim path:nth-of-type(12),
.hero_cnt svg.add_anim circle:nth-of-type(12),
.hero_cnt svg.add_anim rect:nth-of-type(12) {
  -webkit-transition-delay: 0.6s, 1.1s, 0.8s;
  -o-transition-delay: 0.6s, 1.1s, 0.8s;
  transition-delay: 0.6s, 1.1s, 0.8s;
  -webkit-transition-duration: 1.6s, 1.35s, 1.35s;
  -o-transition-duration: 1.6s, 1.35s, 1.35s;
  transition-duration: 1.6s, 1.35s, 1.35s;
}

.hero_cnt svg.add_anim path:nth-of-type(13),
.hero_cnt svg.add_anim circle:nth-of-type(13),
.hero_cnt svg.add_anim rect:nth-of-type(13) {
  -webkit-transition-delay: 0.65s, 1.15s, 0.85s;
  -o-transition-delay: 0.65s, 1.15s, 0.85s;
  transition-delay: 0.65s, 1.15s, 0.85s;
  -webkit-transition-duration: 1.65s, 1.4s, 1.4s;
  -o-transition-duration: 1.65s, 1.4s, 1.4s;
  transition-duration: 1.65s, 1.4s, 1.4s;
}

.hero_cnt svg.add_anim path:nth-of-type(14),
.hero_cnt svg.add_anim circle:nth-of-type(14),
.hero_cnt svg.add_anim rect:nth-of-type(14) {
  -webkit-transition-delay: 0.7s, 1.2s, 0.9s;
  -o-transition-delay: 0.7s, 1.2s, 0.9s;
  transition-delay: 0.7s, 1.2s, 0.9s;
  -webkit-transition-duration: 1.7s, 1.45s, 1.45s;
  -o-transition-duration: 1.7s, 1.45s, 1.45s;
  transition-duration: 1.7s, 1.45s, 1.45s;
}

.hero_cnt svg.add_anim path:nth-of-type(15),
.hero_cnt svg.add_anim circle:nth-of-type(15),
.hero_cnt svg.add_anim rect:nth-of-type(15) {
  -webkit-transition-delay: 0.75s, 1.25s, 0.95s;
  -o-transition-delay: 0.75s, 1.25s, 0.95s;
  transition-delay: 0.75s, 1.25s, 0.95s;
  -webkit-transition-duration: 1.75s, 1.5s, 1.5s;
  -o-transition-duration: 1.75s, 1.5s, 1.5s;
  transition-duration: 1.75s, 1.5s, 1.5s;
}

.hero_cnt svg.add_anim path:nth-of-type(16),
.hero_cnt svg.add_anim circle:nth-of-type(16),
.hero_cnt svg.add_anim rect:nth-of-type(16) {
  -webkit-transition-delay: 0.8s, 1.3s, 1s;
  -o-transition-delay: 0.8s, 1.3s, 1s;
  transition-delay: 0.8s, 1.3s, 1s;
  -webkit-transition-duration: 1.8s, 1.55s, 1.55s;
  -o-transition-duration: 1.8s, 1.55s, 1.55s;
  transition-duration: 1.8s, 1.55s, 1.55s;
}

.hero_cnt svg.add_anim path:nth-of-type(17),
.hero_cnt svg.add_anim circle:nth-of-type(17),
.hero_cnt svg.add_anim rect:nth-of-type(17) {
  -webkit-transition-delay: 0.85s, 1.35s, 1.05s;
  -o-transition-delay: 0.85s, 1.35s, 1.05s;
  transition-delay: 0.85s, 1.35s, 1.05s;
  -webkit-transition-duration: 1.85s, 1.6s, 1.6s;
  -o-transition-duration: 1.85s, 1.6s, 1.6s;
  transition-duration: 1.85s, 1.6s, 1.6s;
}

.hero_cnt svg.add_anim path:nth-of-type(18),
.hero_cnt svg.add_anim circle:nth-of-type(18),
.hero_cnt svg.add_anim rect:nth-of-type(18) {
  -webkit-transition-delay: 0.9s, 1.4s, 1.1s;
  -o-transition-delay: 0.9s, 1.4s, 1.1s;
  transition-delay: 0.9s, 1.4s, 1.1s;
  -webkit-transition-duration: 1.9s, 1.65s, 1.65s;
  -o-transition-duration: 1.9s, 1.65s, 1.65s;
  transition-duration: 1.9s, 1.65s, 1.65s;
}

.hero_cnt svg.add_anim path:nth-of-type(19),
.hero_cnt svg.add_anim circle:nth-of-type(19),
.hero_cnt svg.add_anim rect:nth-of-type(19) {
  -webkit-transition-delay: 0.95s, 1.45s, 1.15s;
  -o-transition-delay: 0.95s, 1.45s, 1.15s;
  transition-delay: 0.95s, 1.45s, 1.15s;
  -webkit-transition-duration: 1.95s, 1.7s, 1.7s;
  -o-transition-duration: 1.95s, 1.7s, 1.7s;
  transition-duration: 1.95s, 1.7s, 1.7s;
}

.hero_cnt svg.add_anim.js_on path,
.hero_cnt svg.add_anim.js_on circle,
.hero_cnt svg.add_anim.js_on rect,
.hero_cnt svg.add_anim.js_on polygon {
  fill: #08daff;
  stroke-dashoffset: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hero_cnt svg.add_anim {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hero_cnt svg.add_anim path,
.hero_cnt svg.add_anim circle,
.hero_cnt svg.add_anim rect {
  stroke: #aa08ff;
  stroke-width: 0.5px;
  stroke-linecap: round;
  fill: transparent;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: stroke-dashoffset, fill, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke-dashoffset, fill, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: stroke-dashoffset, fill, transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke-dashoffset, fill, transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke-dashoffset, fill, transform cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
}

.hero_cnt svg.add_anim path:nth-of-type(1),
.hero_cnt svg.add_anim circle:nth-of-type(1),
.hero_cnt svg.add_anim rect:nth-of-type(1) {
  -webkit-transition-delay: 0.05s, 0.425s, 0.2s;
  -o-transition-delay: 0.05s, 0.425s, 0.2s;
  transition-delay: 0.05s, 0.425s, 0.2s;
  -webkit-transition-duration: 0.8s, 0.6125s, 0.6125s;
  -o-transition-duration: 0.8s, 0.6125s, 0.6125s;
  transition-duration: 0.8s, 0.6125s, 0.6125s;
}

.hero_cnt svg.add_anim path:nth-of-type(2),
.hero_cnt svg.add_anim circle:nth-of-type(2),
.hero_cnt svg.add_anim rect:nth-of-type(2) {
  -webkit-transition-delay: 0.1s, 0.475s, 0.25s;
  -o-transition-delay: 0.1s, 0.475s, 0.25s;
  transition-delay: 0.1s, 0.475s, 0.25s;
  -webkit-transition-duration: 0.85s, 0.6625s, 0.6625s;
  -o-transition-duration: 0.85s, 0.6625s, 0.6625s;
  transition-duration: 0.85s, 0.6625s, 0.6625s;
}

.hero_cnt svg.add_anim path:nth-of-type(3),
.hero_cnt svg.add_anim circle:nth-of-type(3),
.hero_cnt svg.add_anim rect:nth-of-type(3) {
  -webkit-transition-delay: 0.15s, 0.525s, 0.3s;
  -o-transition-delay: 0.15s, 0.525s, 0.3s;
  transition-delay: 0.15s, 0.525s, 0.3s;
  -webkit-transition-duration: 0.9s, 0.7125s, 0.7125s;
  -o-transition-duration: 0.9s, 0.7125s, 0.7125s;
  transition-duration: 0.9s, 0.7125s, 0.7125s;
}

.hero_cnt svg.add_anim path:nth-of-type(4),
.hero_cnt svg.add_anim circle:nth-of-type(4),
.hero_cnt svg.add_anim rect:nth-of-type(4) {
  -webkit-transition-delay: 0.2s, 0.575s, 0.35s;
  -o-transition-delay: 0.2s, 0.575s, 0.35s;
  transition-delay: 0.2s, 0.575s, 0.35s;
  -webkit-transition-duration: 0.95s, 0.7625s, 0.7625s;
  -o-transition-duration: 0.95s, 0.7625s, 0.7625s;
  transition-duration: 0.95s, 0.7625s, 0.7625s;
}

.hero_cnt svg.add_anim path:nth-of-type(5),
.hero_cnt svg.add_anim circle:nth-of-type(5),
.hero_cnt svg.add_anim rect:nth-of-type(5) {
  -webkit-transition-delay: 0.25s, 0.625s, 0.4s;
  -o-transition-delay: 0.25s, 0.625s, 0.4s;
  transition-delay: 0.25s, 0.625s, 0.4s;
  -webkit-transition-duration: 1s, 0.8125s, 0.8125s;
  -o-transition-duration: 1s, 0.8125s, 0.8125s;
  transition-duration: 1s, 0.8125s, 0.8125s;
}

.hero_cnt svg.add_anim path:nth-of-type(6),
.hero_cnt svg.add_anim circle:nth-of-type(6),
.hero_cnt svg.add_anim rect:nth-of-type(6) {
  -webkit-transition-delay: 0.3s, 0.675s, 0.45s;
  -o-transition-delay: 0.3s, 0.675s, 0.45s;
  transition-delay: 0.3s, 0.675s, 0.45s;
  -webkit-transition-duration: 1.05s, 0.8625s, 0.8625s;
  -o-transition-duration: 1.05s, 0.8625s, 0.8625s;
  transition-duration: 1.05s, 0.8625s, 0.8625s;
}

.hero_cnt svg.add_anim path:nth-of-type(7),
.hero_cnt svg.add_anim circle:nth-of-type(7),
.hero_cnt svg.add_anim rect:nth-of-type(7) {
  -webkit-transition-delay: 0.35s, 0.725s, 0.5s;
  -o-transition-delay: 0.35s, 0.725s, 0.5s;
  transition-delay: 0.35s, 0.725s, 0.5s;
  -webkit-transition-duration: 1.1s, 0.9125s, 0.9125s;
  -o-transition-duration: 1.1s, 0.9125s, 0.9125s;
  transition-duration: 1.1s, 0.9125s, 0.9125s;
}

.hero_cnt svg.add_anim path:nth-of-type(8),
.hero_cnt svg.add_anim circle:nth-of-type(8),
.hero_cnt svg.add_anim rect:nth-of-type(8) {
  -webkit-transition-delay: 0.4s, 0.775s, 0.55s;
  -o-transition-delay: 0.4s, 0.775s, 0.55s;
  transition-delay: 0.4s, 0.775s, 0.55s;
  -webkit-transition-duration: 1.15s, 0.9625s, 0.9625s;
  -o-transition-duration: 1.15s, 0.9625s, 0.9625s;
  transition-duration: 1.15s, 0.9625s, 0.9625s;
}

.hero_cnt svg.add_anim path:nth-of-type(9),
.hero_cnt svg.add_anim circle:nth-of-type(9),
.hero_cnt svg.add_anim rect:nth-of-type(9) {
  -webkit-transition-delay: 0.45s, 0.825s, 0.6s;
  -o-transition-delay: 0.45s, 0.825s, 0.6s;
  transition-delay: 0.45s, 0.825s, 0.6s;
  -webkit-transition-duration: 1.2s, 1.0125s, 1.0125s;
  -o-transition-duration: 1.2s, 1.0125s, 1.0125s;
  transition-duration: 1.2s, 1.0125s, 1.0125s;
}

.hero_cnt svg.add_anim path:nth-of-type(10),
.hero_cnt svg.add_anim circle:nth-of-type(10),
.hero_cnt svg.add_anim rect:nth-of-type(10) {
  -webkit-transition-delay: 0.5s, 0.875s, 0.65s;
  -o-transition-delay: 0.5s, 0.875s, 0.65s;
  transition-delay: 0.5s, 0.875s, 0.65s;
  -webkit-transition-duration: 1.25s, 1.0625s, 1.0625s;
  -o-transition-duration: 1.25s, 1.0625s, 1.0625s;
  transition-duration: 1.25s, 1.0625s, 1.0625s;
}

.hero_cnt svg.add_anim path:nth-of-type(11),
.hero_cnt svg.add_anim circle:nth-of-type(11),
.hero_cnt svg.add_anim rect:nth-of-type(11) {
  -webkit-transition-delay: 0.55s, 0.925s, 0.7s;
  -o-transition-delay: 0.55s, 0.925s, 0.7s;
  transition-delay: 0.55s, 0.925s, 0.7s;
  -webkit-transition-duration: 1.3s, 1.1125s, 1.1125s;
  -o-transition-duration: 1.3s, 1.1125s, 1.1125s;
  transition-duration: 1.3s, 1.1125s, 1.1125s;
}

.hero_cnt svg.add_anim path:nth-of-type(12),
.hero_cnt svg.add_anim circle:nth-of-type(12),
.hero_cnt svg.add_anim rect:nth-of-type(12) {
  -webkit-transition-delay: 0.6s, 0.975s, 0.75s;
  -o-transition-delay: 0.6s, 0.975s, 0.75s;
  transition-delay: 0.6s, 0.975s, 0.75s;
  -webkit-transition-duration: 1.35s, 1.1625s, 1.1625s;
  -o-transition-duration: 1.35s, 1.1625s, 1.1625s;
  transition-duration: 1.35s, 1.1625s, 1.1625s;
}

.hero_cnt svg.add_anim path:nth-of-type(13),
.hero_cnt svg.add_anim circle:nth-of-type(13),
.hero_cnt svg.add_anim rect:nth-of-type(13) {
  -webkit-transition-delay: 0.65s, 1.025s, 0.8s;
  -o-transition-delay: 0.65s, 1.025s, 0.8s;
  transition-delay: 0.65s, 1.025s, 0.8s;
  -webkit-transition-duration: 1.4s, 1.2125s, 1.2125s;
  -o-transition-duration: 1.4s, 1.2125s, 1.2125s;
  transition-duration: 1.4s, 1.2125s, 1.2125s;
}

.hero_cnt svg.add_anim path:nth-of-type(14),
.hero_cnt svg.add_anim circle:nth-of-type(14),
.hero_cnt svg.add_anim rect:nth-of-type(14) {
  -webkit-transition-delay: 0.7s, 1.075s, 0.85s;
  -o-transition-delay: 0.7s, 1.075s, 0.85s;
  transition-delay: 0.7s, 1.075s, 0.85s;
  -webkit-transition-duration: 1.45s, 1.2625s, 1.2625s;
  -o-transition-duration: 1.45s, 1.2625s, 1.2625s;
  transition-duration: 1.45s, 1.2625s, 1.2625s;
}

.hero_cnt svg.add_anim path:nth-of-type(15),
.hero_cnt svg.add_anim circle:nth-of-type(15),
.hero_cnt svg.add_anim rect:nth-of-type(15) {
  -webkit-transition-delay: 0.75s, 1.125s, 0.9s;
  -o-transition-delay: 0.75s, 1.125s, 0.9s;
  transition-delay: 0.75s, 1.125s, 0.9s;
  -webkit-transition-duration: 1.5s, 1.3125s, 1.3125s;
  -o-transition-duration: 1.5s, 1.3125s, 1.3125s;
  transition-duration: 1.5s, 1.3125s, 1.3125s;
}

.hero_cnt svg.add_anim path:nth-of-type(16),
.hero_cnt svg.add_anim circle:nth-of-type(16),
.hero_cnt svg.add_anim rect:nth-of-type(16) {
  -webkit-transition-delay: 0.8s, 1.175s, 0.95s;
  -o-transition-delay: 0.8s, 1.175s, 0.95s;
  transition-delay: 0.8s, 1.175s, 0.95s;
  -webkit-transition-duration: 1.55s, 1.3625s, 1.3625s;
  -o-transition-duration: 1.55s, 1.3625s, 1.3625s;
  transition-duration: 1.55s, 1.3625s, 1.3625s;
}

.hero_cnt svg.add_anim path:nth-of-type(17),
.hero_cnt svg.add_anim circle:nth-of-type(17),
.hero_cnt svg.add_anim rect:nth-of-type(17) {
  -webkit-transition-delay: 0.85s, 1.225s, 1s;
  -o-transition-delay: 0.85s, 1.225s, 1s;
  transition-delay: 0.85s, 1.225s, 1s;
  -webkit-transition-duration: 1.6s, 1.4125s, 1.4125s;
  -o-transition-duration: 1.6s, 1.4125s, 1.4125s;
  transition-duration: 1.6s, 1.4125s, 1.4125s;
}

.hero_cnt svg.add_anim path:nth-of-type(18),
.hero_cnt svg.add_anim circle:nth-of-type(18),
.hero_cnt svg.add_anim rect:nth-of-type(18) {
  -webkit-transition-delay: 0.9s, 1.275s, 1.05s;
  -o-transition-delay: 0.9s, 1.275s, 1.05s;
  transition-delay: 0.9s, 1.275s, 1.05s;
  -webkit-transition-duration: 1.65s, 1.4625s, 1.4625s;
  -o-transition-duration: 1.65s, 1.4625s, 1.4625s;
  transition-duration: 1.65s, 1.4625s, 1.4625s;
}

.hero_cnt svg.add_anim path:nth-of-type(19),
.hero_cnt svg.add_anim circle:nth-of-type(19),
.hero_cnt svg.add_anim rect:nth-of-type(19) {
  -webkit-transition-delay: 0.95s, 1.325s, 1.1s;
  -o-transition-delay: 0.95s, 1.325s, 1.1s;
  transition-delay: 0.95s, 1.325s, 1.1s;
  -webkit-transition-duration: 1.7s, 1.5125s, 1.5125s;
  -o-transition-duration: 1.7s, 1.5125s, 1.5125s;
  transition-duration: 1.7s, 1.5125s, 1.5125s;
}

.hero_cnt svg.add_anim.js_on path,
.hero_cnt svg.add_anim.js_on circle,
.hero_cnt svg.add_anim.js_on rect,
.hero_cnt svg.add_anim.js_on polygon {
  fill: rgba(8, 218, 255, 0.2);
  stroke-dashoffset: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
