@charset "UTF-8";
/* reset */
:root {
  --body-bg-color: #ffffff;
  --body-text-color: #121212;
  --color-white: var(--body-bg-color);
  --color-bg-MV: #b1d9f6;
  --color-bg-accent: #f0f9ff;
  --color-bg-default: #ffffff;
  --color-gray-primary: #f6f6f6;
  --color-gray-secondary: #f9f9f9;
  --color-gray-hr: #afafaf;
  --color-gray-border: #e4e4e4;
  --color-grad-start: #1d2088;
  --color-grad-end: #2254b3;
  --color-title-default: #0068b7;
  --font-block-en: Roboto, sans-rerif;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-tab-size: 4;
  tab-size: 4;
  font-size: 16px;
}

html:focus-within {
  scroll-behavior: auto;
}

body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  text-align: left;
  overflow-x: hidden;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

p:not([class]) {
  margin-bottom: 1rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol:not([class]), ul:not([class]), dl:not([class]) {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol:not([class]) ol, ul:not([class]) ul, ol:not([class]) ul, ul:not([class]) ol {
  margin-bottom: 0;
}

ul[role=list],
ol[role=list] {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

dd:not([class]) {
  margin-bottom: 0.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  color: var(--body-text-color);
  background-color: transparent;
  text-decoration: underline;
}

a[class] {
  background-color: transparent;
  color: inherit;
}

a[class] {
  text-decoration: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  vertical-align: middle;
  border-style: none;
  -webkit-backface-visibility: hidden;
  height: auto;
}

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

img,
picture {
  max-width: 100%;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* destroy */
/*

コモン

*/
body {
  /* default set */
  background-color: var(--body-bg-color);
  color: var(--body-text-color);
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 980px) {
  body {
    font-size: 1rem;
  }
}
body p {
  font-feature-settings: "palt";
}

.only_pc {
  display: none;
}
@media screen and (min-width: 980px) {
  .only_pc {
    display: inherit;
  }
}

@media screen and (min-width: 980px) {
  .only_sp {
    display: none;
  }
}

.contents-container {
  position: relative;
  margin: 0 auto;
  padding: 70px 20px;
  max-width: 648px;
}
@media screen and (min-width: 980px) {
  .contents-container {
    padding: 120px 32px;
    max-width: 1120px;
  }
}

.section_title {
  overflow: hidden;
}
.section_title span {
  display: block;
}
.section_title-ja {
  position: relative;
  color: var(--color-title-default);
  z-index: 1;
  letter-spacing: 0.075em;
  font-weight: bold;
  font-size: 1.4rem;
  opacity: 0;
}
@media screen and (min-width: 980px) {
  .section_title-ja {
    font-size: 2.2rem;
  }
}
.section_title-en {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  font-family: var(--font-block-en);
  color: var(--color-gray-primary);
  z-index: 0;
  font-size: 3.125rem;
  letter-spacing: 0.25em;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
@media screen and (min-width: 980px) {
  .section_title-en {
    font-size: 8.125rem;
    letter-spacing: 0.45em;
  }
}
.section_title::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--color-gray-hr);
  height: 30px;
  top: calc(100% + 15px);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
@media screen and (min-width: 980px) {
  .section_title::after {
    height: 60px;
    top: calc(100% + 60px);
  }
}
.section_title.animated .section_title-ja {
  animation: fade-1 1.8s 1.1s forwards;
}
.section_title.animated .section_title-en {
  animation: clip-2 1.2s cubic-bezier(0.86, 0, 0.07, 1) 0.1s both;
}
.section_title.animated::after {
  animation: clip-2 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.3s both;
}
.section_title-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 80px auto 40px;
  height: 3.125rem;
  line-height: 3.125rem;
}
@media screen and (min-width: 980px) {
  .section_title-wrap {
    height: 8.125rem;
    line-height: 8.125rem;
    margin: 120px auto;
  }
}

.subject {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.subject {
  display: inline-block;
  background-color: var(--body-text-color);
  color: var(--color-bg-default);
  border-radius: 8px;
  overflow: hidden;
  font-weight: bold;
  letter-spacing: 0.025em;
  font-size: 1rem;
  width: 280px;
  padding: 0.25rem;
}
@media screen and (min-width: 980px) {
  .subject {
    width: 340px;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
}
.subject-wrap {
  text-align: center;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 980px) {
  .subject-wrap {
    margin-bottom: 5rem;
  }
}
.subject.animated {
  animation: clip-1 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.4s both;
}

.list {
  margin: 16px -8px;
}
@media screen and (min-width: 980px) {
  .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 32px -16px;
  }
}
.list:first-of-type {
  margin-top: 0;
}
.list:last-of-type {
  margin-bottom: 0;
}
.list-wrap {
  max-width: 900px;
}
@media screen and (min-width: 980px) {
  .list-wrap {
    max-width: 100%;
  }
}
.list-content {
  position: relative;
  margin: 8px;
}
@media screen and (min-width: 980px) {
  .list-content {
    width: calc(50% - 32px);
    margin: 0 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}

.img-wrap, section#Company .overview-image-wrap, section#Company .message-body-wrap, section#Company .slogan .list, section#Project .partner-amendment {
  overflow: hidden;
  border-radius: 8px;
}

.shadow, section#Company .slogan .list, section#Project .project-img-wrap {
  border: solid 1px var(--color-gray-primary);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 980px) {
  .shadow, section#Company .slogan .list, section#Project .project-img-wrap {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  }
}

main {
  z-index: 5;
  margin-top: 50px;
}
@media screen and (min-width: 980px) {
  main {
    margin-top: 88px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: var(--color-bg-default);
  z-index: 10;
  border-bottom: solid 1px var(--color-gray-hr);
}
@media screen and (min-width: 980px) {
  header {
    border-bottom: none;
  }
}
@media screen and (max-width: 979px) {
  header .hamburger-menu {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 24px;
    height: 20px;
    border-top: solid 2px var(--body-text-color);
    border-bottom: solid 2px var(--body-text-color);
    margin-left: auto;
    transition: all 0.3s linear;
  }
  header .hamburger-menu::before, header .hamburger-menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    background-color: var(--body-text-color);
    transition: all 0.3s linear;
    transform-origin: center;
    transform: rotate(0deg);
  }
  header .header-menu {
    height: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: height 0.3s linear;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100vw;
    left: -100%;
    right: -100%;
    margin: 0 auto;
  }
  header .header-menu li {
    padding: 1rem 1.25rem;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 480px;
    list-style: none;
    position: relative;
  }
  header .header-menu li:not(:last-child) {
    border-bottom: solid 1px var(--color-gray-hr);
    text-align: left;
  }
  header .header-menu li:not(:last-child)::before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 2px;
    background: linear-gradient(180deg, var(--color-grad-start) 0%, var(--color-grad-end) 100%);
    position: absolute;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    left: 1.25rem;
    margin: auto 0.5em auto 0;
  }
  header .header-menu li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    border-bottom: solid 1px var(--body-text-color);
    border-right: solid 1px var(--body-text-color);
    transform: rotate(45deg);
    right: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  header .header-menu li:not(:last-child) a {
    display: block;
    margin-left: 1.8rem;
  }
  header .header-menu li:last-child {
    text-align: center;
  }
  header .header-menu li:last-child a {
    margin: 0 1rem;
  }
  header .header-menu li a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
  }
  header .header-menu li img {
    width: 24px;
    height: 24px;
  }
  header.hamburger-open .hamburger-menu {
    border-top: solid 2px rgba(0, 0, 0, 0);
    border-bottom: solid 2px rgba(0, 0, 0, 0);
  }
  header.hamburger-open .hamburger-menu::before {
    transform: rotate(45deg);
  }
  header.hamburger-open .hamburger-menu::after {
    transform: rotate(-45deg);
  }
  header.hamburger-open .header-menu {
    height: 100vh;
  }
}
header .header-container {
  display: flex;
  align-items: center;
  padding: 12px 20px;
}
@media screen and (min-width: 980px) {
  header .header-container {
    padding: 20px 32px;
  }
}
header .header-logo {
  display: block;
  width: 200px;
}
@media screen and (min-width: 980px) {
  header .header-logo {
    width: 300px;
  }
}
header .header-logo img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 980px) {
  header .hamburger-menu {
    display: none;
  }
  header .header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 300px);
    padding: 0;
    margin: 0;
  }
  header .header-menu li {
    display: inline-flex;
    list-style: none;
    margin-left: 28px;
  }
  header .header-menu li a {
    display: inline-block;
    padding: 8px;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  header .header-menu li a:hover {
    opacity: 0.6;
  }
  header .header-menu li a img {
    width: 24px;
    height: 24px;
  }
}

footer .footer-container {
  padding: 12px 20px;
}
@media screen and (min-width: 980px) {
  footer .footer-container {
    padding: 20px 32px;
  }
}
footer .footer-sector:last-child {
  background-color: var(--color-grad-start);
  color: var(--color-white);
  text-align: center;
}
footer .footer-logo {
  display: block;
  width: 165px;
  margin: 20px auto;
}
@media screen and (min-width: 980px) {
  footer .footer-logo {
    width: 290px;
    margin: 40px auto;
  }
}
footer .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 60px 0;
}
footer .footer-menu li {
  display: inline-flex;
  list-style: none;
  margin: 0 16px;
}
@media screen and (max-width: 649px) {
  footer .footer-menu li:nth-child(1) {
    order: 2;
  }
  footer .footer-menu li:nth-child(2) {
    order: 3;
  }
  footer .footer-menu li:nth-child(3) {
    order: 4;
  }
  footer .footer-menu li:nth-child(4) {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
    justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  footer .footer-menu li {
    margin: 0 14px;
  }
}
footer .footer-menu li a {
  color: var(--color-white);
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
footer .footer-menu li a:hover {
  opacity: 0.6;
}
footer .footer-menu li a img {
  width: 24px;
  height: 24px;
}
footer .copyright {
  font-size: 0.75rem;
}
@media screen and (min-width: 980px) {
  footer .copyright {
    font-size: 1rem;
  }
}

section {
  position: relative;
  overflow: hidden;
}
section#MV {
  background-color: var(--color-bg-MV);
}
section#MV::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/logo_white.png) no-repeat center;
  width: 100%;
  height: 100%;
  background-size: auto 75vw;
  opacity: 0.3;
}
@media screen and (min-width: 980px) {
  section#MV::before {
    background-size: auto 120%;
  }
}
section#MV .mv-container {
  padding: 0;
  height: 126vw;
}
@media screen and (min-width: 980px) {
  section#MV .mv-container {
    height: 590px;
  }
}
section#MV .mv_img img {
  margin: 0 auto;
  width: 90vw;
}
@media screen and (min-width: 980px) {
  section#MV .mv_img img {
    width: 475px;
  }
}
section#MV .mv_img-wrap {
  position: absolute;
  width: 100%;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
section#MV .mv_icon {
  display: block;
  position: absolute;
  height: 18vw;
  width: 18vw;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon {
    width: 135px;
    height: 135px;
  }
}
section#MV .mv_icon-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon-wrap {
    width: 1120px;
    left: -100%;
    right: -100%;
  }
}
section#MV .mv_icon-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#MV .mv_icon_group-1 {
  transform: translate(0px, 0px);
  opacity: 0;
}
section#MV .mv_icon_group-1-01 {
  top: 2%;
  left: 16.2%;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon_group-1-01 {
    top: 160px;
    left: -40px;
  }
}
section#MV .mv_icon_group-1-02 {
  top: 18%;
  left: 6.75%;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon_group-1-02 {
    top: 420px;
    left: -15px;
  }
}
section#MV .mv_icon_group-1-03 {
  top: 19%;
  left: 28.35%;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon_group-1-03 {
    top: 275px;
    left: 110px;
  }
}
section#MV .mv_icon_group-2 {
  transform: translate(0px, 0px);
  opacity: 0;
}
section#MV .mv_icon_group-2-01 {
  top: 7%;
  left: 47.25%;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon_group-2-01 {
    top: 40px;
    left: 100px;
  }
}
section#MV .mv_icon_group-2-02 {
  top: 5%;
  left: 74.25%;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon_group-2-02 {
    top: 20px;
    left: 340px;
  }
}
section#MV .mv_icon_group-2-03 {
  top: 20%;
  left: 72.9%;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon_group-2-03 {
    top: 420px;
    left: 240px;
  }
}
section#MV .mv_icon_group-3 {
  transform: translate(0px, 0px);
  opacity: 0;
}
section#MV .mv_icon_group-3-01 {
  top: 67%;
  left: 8.1%;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon_group-3-01 {
    top: 20px;
    left: 720px;
  }
}
section#MV .mv_icon_group-3-02 {
  top: 84%;
  left: 5.4%;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon_group-3-02 {
    top: 410px;
    left: 640px;
  }
}
section#MV .mv_icon_group-3-03 {
  top: 78%;
  left: 27%;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon_group-3-03 {
    top: 280px;
    left: 790px;
  }
}
section#MV .mv_icon_group-4 {
  transform: translate(0px, 0px);
  opacity: 0;
}
section#MV .mv_icon_group-4-01 {
  top: 70%;
  left: 54%;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon_group-4-01 {
    top: 200px;
    left: 940px;
  }
}
section#MV .mv_icon_group-4-02 {
  top: 66%;
  left: 79.65%;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon_group-4-02 {
    top: 30px;
    left: 940px;
  }
}
section#MV .mv_icon_group-4-03 {
  top: 84%;
  left: 68.85%;
}
@media screen and (min-width: 980px) {
  section#MV .mv_icon_group-4-03 {
    top: 400px;
    left: 900px;
  }
}
section#MV .animated .mv_icon_group-1 {
  animation: fade-1 2s 1.1s forwards, pop-1 2s 1.1s forwards, float-1 1.5s 3.2s infinite alternate ease-in-out;
}
section#MV .animated .mv_icon_group-2 {
  animation: fade-1 2s 0.8s forwards, pop-2 2s 0.8s forwards, float-2 2s 2.9s infinite alternate ease-in-out;
}
section#MV .animated .mv_icon_group-3 {
  animation: fade-1 2.1s 0.3s forwards, pop-2 2.1s 0.3s forwards, float-3 2s 2.5s infinite alternate ease-in-out;
}
section#MV .animated .mv_icon_group-4 {
  animation: fade-1 2s 0.2s forwards, pop-1 2s 0.2s forwards, float-4 1.5s 2.3s infinite alternate ease-in-out;
}
section#Project .project-img-wrap {
  background: var(--color-gray-secondary);
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  section#Project .project-img-wrap {
    margin-bottom: 0;
  }
}
section#Project .project-title-wrap {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: translateY(50%);
}
section#Project .project-title-wrap img {
  width: auto;
  height: 38px;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 980px) {
  section#Project .project-title-wrap img {
    height: 45px;
  }
}
section#Project .project .list {
  opacity: 0;
}
section#Project .project .list:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 980px) {
  section#Project .project .list:not(:last-child) {
    margin-bottom: 100px;
  }
}
section#Project .project .list:nth-child(1) .project-img-wrap img {
  opacity: 0;
}
section#Project .project .list:nth-child(2) .project-img-wrap img {
  opacity: 0;
}
section#Project .project .list:nth-child(3) .project-img-wrap img {
  opacity: 0;
}
@media screen and (min-width: 980px) {
  section#Project .project .list-eye .list-align-upper {
    order: 2;
  }
  section#Project .project .list-eye .list-align-bottom {
    order: 1;
  }
}
section#Project .project .list.animated {
  animation: fade-1 1.2s 0.2s forwards;
}
section#Project .project .list.animated:nth-child(1) .project-img-wrap img {
  animation: fade-1 1.2s 1.2s forwards, float-1 1.5s 1.6s infinite alternate ease-in-out;
}
section#Project .project .list.animated:nth-child(2) .project-img-wrap img {
  animation: fade-1 1.2s 1.2s forwards, float-2 1.5s 1.6s infinite alternate ease-in-out;
}
section#Project .project .list.animated:nth-child(3) .project-img-wrap img {
  animation: fade-1 1.2s 1.2s forwards, float-3 1.5s 1.6s infinite alternate ease-in-out;
}
section#Project .project .list.animated .project-title-wrap {
  animation: clip-1 0.8s cubic-bezier(0.86, 0, 0.07, 1) 1.2s both;
}
section#Project .partner {
  background-color: var(--color-bg-accent);
}
section#Project .partner-title {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 24px;
}
@media screen and (min-width: 980px) {
  section#Project .partner-title {
    font-size: 1.65rem;
    margin-bottom: 58px;
  }
}
section#Project .partner-title::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: var(--color-gray-hr);
  left: 0;
  right: 0;
  bottom: -0.25rem;
  margin: auto;
  width: 20px;
}
@media screen and (min-width: 980px) {
  section#Project .partner-title::after {
    width: 30px;
    bottom: -1rem;
  }
}
section#Project .partner-image {
  margin-bottom: 1rem;
}
@media screen and (min-width: 980px) {
  section#Project .partner-image {
    margin-bottom: 1rem;
  }
}
section#Project .partner-image a {
  transition: opacity 0.25s;
}
section#Project .partner-image a img {
  transition: all 0.25s;
}
section#Project .partner-image a:hover {
  opacity: 0.7;
}
section#Project .partner-image a:hover img {
  transform: scale(1.15);
}
section#Project .partner-description {
  margin-bottom: 1rem;
}
section#Project .partner-description p:last-child {
  margin-bottom: 0;
}
section#Project .partner-amendment {
  display: flex;
  align-items: center;
  background-color: var(--color-bg-default);
  padding: 1rem 1.2rem;
}
@media screen and (min-width: 980px) {
  section#Project .partner-amendment {
    min-height: 9.92rem;
    padding: 0.8rem 1.6rem;
  }
}
section#Project .partner-amendment p:last-child {
  margin-bottom: 0;
}
section#Project .partner .list-content {
  align-items: flex-start;
  opacity: 0;
}
section#Project .partner .list-content:not(:last-child) {
  margin-bottom: 60px;
}
section#Project .partner .list-content.animated:nth-child(2n-1) {
  animation: slide-2 1s 0.2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}
section#Project .partner .list-content.animated:nth-child(2n) {
  animation: slide-2 1s 0.5s forwards, fade-1 1.1s 0.6s forwards ease-in-out;
}
section#Company .slogan-index-wrap {
  border-radius: 50%;
  color: var(--color-bg-default);
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, var(--color-grad-start) 0%, var(--color-grad-end) 100%);
  letter-spacing: 0.125em;
  width: 120px;
  height: 120px;
  font-size: 1.125rem;
}
@media screen and (min-width: 980px) {
  section#Company .slogan-index-wrap {
    width: 192px;
    height: 192px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
section#Company .slogan-index-wrap span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
section#Company .slogan-description ul {
  margin: 0;
  padding: 0 0 0 0.75em;
}
section#Company .slogan-description ul li {
  margin: 0.3215em 0;
  text-align: center;
}
@media screen and (min-width: 980px) {
  section#Company .slogan-description ul li {
    text-align: left;
  }
}
section#Company .slogan .list {
  padding: 40px 10px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
}
@media screen and (min-width: 980px) {
  section#Company .slogan .list {
    margin-bottom: 60px;
  }
}
section#Company .slogan .list.animated:nth-child(1) {
  animation: slide-2 1s 0.2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}
section#Company .slogan .list.animated:nth-child(2) {
  animation: slide-2 1s 0.5s forwards, fade-1 1.1s 0.6s forwards ease-in-out;
}
section#Company .slogan .list.animated:nth-child(3) {
  animation: slide-2 1s 0.8s forwards, fade-1 1.1s 0.9s forwards ease-in-out;
}
@media screen and (min-width: 980px) {
  section#Company .slogan .list-align-upper {
    width: 280px;
  }
}
@media screen and (min-width: 980px) {
  section#Company .slogan .list-align-bottom {
    width: 680px;
  }
}
section#Company .message {
  background-image: repeating-linear-gradient(90deg, var(--color-gray-primary) 0 1px, rgba(0, 0, 0, 0) 1px 14px), repeating-linear-gradient(180deg, var(--color-gray-primary) 0 1px, rgba(0, 0, 0, 0) 1px 14px);
}
@media screen and (min-width: 980px) {
  section#Company .message {
    background-image: repeating-linear-gradient(90deg, var(--color-gray-primary) 0 2px, rgba(0, 0, 0, 0) 2px 26px), repeating-linear-gradient(180deg, var(--color-gray-primary) 0 2px, rgba(0, 0, 0, 0) 2px 26px);
  }
}
section#Company .message-title {
  opacity: 0;
}
section#Company .message-title {
  position: absolute;
  color: var(--color-title-default);
  z-index: 1;
  letter-spacing: 0.075em;
  font-weight: bold;
  writing-mode: vertical-rl;
  line-height: 1em;
  font-size: 1.8rem;
  top: calc(20px - 0.75em);
  left: 23px;
}
@media screen and (min-width: 980px) {
  section#Company .message-title {
    font-size: 2.8rem;
    left: 23px;
    top: calc(70px - 0.75em);
  }
}
section#Company .message-title::before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 0;
  right: 0.125em;
  margin: auto;
  background-color: var(--color-grad-end);
  height: 20px;
  top: calc(0.75em - 50px);
}
@media screen and (min-width: 980px) {
  section#Company .message-title::before {
    height: 30px;
    top: calc(0.75em - 70px);
  }
}
section#Company .message-title-wrap {
  position: relative;
  margin-bottom: 36px;
}
@media screen and (min-width: 980px) {
  section#Company .message-title-wrap {
    margin-bottom: 96px;
  }
}
section#Company .message-title.animated {
  animation: slide-1 1.5s 0.2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}
section#Company .message-img-wrap {
  background-color: var(--color-gray-hr);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
@media screen and (min-width: 980px) {
  section#Company .message-img-wrap {
    margin-left: -60px;
  }
}
section#Company .message-img-wrap img {
  width: calc(100vw + 20px);
  height: auto;
  max-width: none;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
@media screen and (min-width: 980px) {
  section#Company .message-img-wrap img {
    height: 615px;
    width: auto;
  }
}
section#Company .message-img-wrap.animated {
  animation: clip-1 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.4s both;
}
section#Company .message-img-wrap.animated img {
  animation: clip-1 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.8s both;
}
section#Company .message-body {
  color: var(--color-bg-default);
}
@media screen and (min-width: 980px) {
  section#Company .message-body p {
    line-height: 2.2;
    margin-bottom: 2.6em;
  }
}
section#Company .message-body span.sign {
  display: block;
  text-align: right;
}
section#Company .message-body span.sign span {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 1.2rem;
}
section#Company .message-body span.sign span.name {
  font-size: 1.2em;
}
@media screen and (max-width: 979px) {
  section#Company .message-body {
    scroll-snap-type: x mandatory;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin-bottom: -4em;
  }
  section#Company .message-body-paragraph {
    padding-bottom: 5em;
    scroll-snap-align: center;
    height: 100%;
    width: 100%;
    flex: none;
  }
  section#Company .message-body-paragraph p {
    padding: 0 0.25em;
  }
}
section#Company .message-body-wrap {
  z-index: 1;
  position: relative;
  background: linear-gradient(-65deg, rgba(125, 187, 234, 0.75) 0%, rgba(27, 116, 183, 0.75) 75%, rgba(44, 123, 183, 0.75) 100%);
  margin-top: -30px;
  padding: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  opacity: 0;
}
@media screen and (min-width: 980px) {
  section#Company .message-body-wrap {
    padding: 90px 100px;
    margin-top: -120px;
  }
}
section#Company .message-body-wrap.animated {
  animation: fade-1 0.6s 0.5s forwards ease-in-out;
}
@media screen and (min-width: 980px) {
  section#Company .message-body-scroller {
    display: none;
  }
}
section#Company .message-body-scroller span {
  display: block;
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg);
  bottom: 1rem;
  position: absolute;
  margin: auto 0;
  transition: opacity 0.3s;
}
section#Company .message-body-scroller span.inactive {
  opacity: 0.5;
  pointer-events: none;
}
section#Company .message-body-scroller-prev {
  border-left: solid 2px var(--color-bg-default);
  border-top: solid 2px var(--color-bg-default);
  right: 4.5rem;
}
section#Company .message-body-scroller-next {
  border-right: solid 2px var(--color-bg-default);
  border-bottom: solid 2px var(--color-bg-default);
  right: 1.5rem;
}
section#Company .message-body-scroller-bar {
  display: block;
  width: calc(100% - 9rem);
  height: 2px;
  bottom: calc(1.5rem - 1px);
  left: 1.5rem;
  position: absolute;
  background-color: var(--color-gray-primary);
}
section#Company .message-body-scroller-bar i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  transition: width 0.2s;
  background-color: var(--color-title-default);
}
section#Company .overview .list {
  align-items: flex-start;
}
@media screen and (min-width: 980px) {
  section#Company .overview .list {
    align-items: flex-end;
  }
}
section#Company .overview .list-content {
  opacity: 0;
}
section#Company .overview .list-content.animated {
  animation: slide-2 1s 0.2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}
section#Company .overview-image-wrap {
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  section#Company .overview-image-wrap:last-child {
    margin-bottom: 0;
  }
}
section#Company .overview dl {
  margin-bottom: 0;
  padding: 24px 12px;
  border-bottom: solid 1px var(--color-gray-hr);
}
section#Company .overview dl dt {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 980px) {
  section#Company .overview dl dt {
    float: left;
    width: 150px;
  }
}
section#Company .overview dl dd {
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  section#Company .overview dl dd {
    margin-left: 160px;
  }
}
section#Contact {
  background-color: var(--color-bg-accent);
}
section#Contact .section_title-en {
  color: var(--color-bg-default);
}
section#Contact .contact-form_lead {
  text-align: center;
  margin-bottom: 3.5rem;
  opacity: 0;
}
@media screen and (min-width: 980px) {
  section#Contact .contact-form_lead {
    margin-bottom: 4.25rem;
  }
}
section#Contact .contact-form_lead.animated {
  animation: slide-2 1s 0.2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}
section#Contact .contact-form input, section#Contact .contact-form select, section#Contact .contact-form textarea {
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--color-bg-default);
  border: solid 1px var(--color-gray-border);
  margin: 4px 0;
  padding: 0.5em;
}
section#Contact .contact-form p.placeholder {
  margin: 4px 0;
  padding: 0.5em;
}
section#Contact .contact-form input, section#Contact .contact-form textarea {
  width: 100%;
}
section#Contact .contact-form input::placeholder, section#Contact .contact-form textarea::placeholder {
  color: var(--color-gray-hr);
}
section#Contact .contact-form input[type=checkbox], section#Contact .contact-form input[type=radio] {
  display: none;
}
section#Contact .contact-form input[type=checkbox] + label, section#Contact .contact-form input[type=radio] + label {
  padding: 0.5em 0.5em 0.5em 1.65em;
  position: relative;
  display: inline-block;
  margin: 4px 12px 4px 0;
}
section#Contact .contact-form input[type=checkbox] + label::before, section#Contact .contact-form input[type=checkbox] + label::after, section#Contact .contact-form input[type=radio] + label::before, section#Contact .contact-form input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.2em;
  height: 1.2em;
  background-color: #fff;
}
section#Contact .contact-form input[type=checkbox] + label::before, section#Contact .contact-form input[type=radio] + label::before {
  background-color: #fff;
}
section#Contact .contact-form input[type=checkbox] + label::before, section#Contact .contact-form input[type=checkbox] + label::after {
  border-radius: 4px;
}
section#Contact .contact-form input[type=checkbox] + label::before {
  box-sizing: content-box;
  border: solid 1px var(--color-gray-border);
  left: 1px;
}
section#Contact .contact-form input[type=checkbox] + label::after {
  box-sizing: border-box;
  border-radius: 0;
  left: 0.25em;
  top: -0.325em;
  width: 0.8rem;
  height: 0.6rem;
  transform: rotate(-35deg);
  border-left: solid 3px transparent;
  border-bottom: solid 3px transparent;
  background-color: transparent;
  transition: border-color 0.35s;
}
section#Contact .contact-form input[type=checkbox]:checked + label::after {
  border-color: var(--color-grad-end);
}
section#Contact .contact-form input[type=checkbox]:disabled + label::before {
  background-color: var(--color-gray-hr);
  border-color: var(--color-gray-hr);
}
section#Contact .contact-form input[type=checkbox]:disabled + label::after {
  display: none !important;
}
section#Contact .contact-form input[type=radio] + label::before, section#Contact .contact-form input[type=radio] + label::after {
  border-radius: 50%;
}
section#Contact .contact-form input[type=radio] + label::before {
  box-sizing: content-box;
  border: solid 1px var(--color-gray-border);
  left: 1px;
}
section#Contact .contact-form input[type=radio] + label::after {
  box-sizing: border-box;
  left: 4px;
  border: solid 1px #ffffff;
  background-color: #ffffff;
  transition: background-color 0.35s;
}
section#Contact .contact-form input[type=radio]:checked + label::after {
  background-color: var(--color-grad-end);
}
section#Contact .contact-form input[type=radio]:disabled + label::after {
  background-color: var(--color-gray-hr);
  border-color: var(--color-gray-hr);
}
section#Contact .contact-form_field {
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 980px) {
  section#Contact .contact-form_field {
    margin-bottom: 56px;
  }
}
section#Contact .contact-form_field-wrap {
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
@media screen and (min-width: 980px) {
  section#Contact .contact-form_field-wrap {
    max-width: 860px;
  }
}
section#Contact .contact-form_field-wrap.animated {
  animation: slide-2 1s 0.2s forwards, fade-1 1.1s 0.3s forwards ease-in-out;
}
@media screen and (min-width: 980px) {
  section#Contact .contact-form_field_label {
    width: 225px;
    float: left;
  }
}
section#Contact .contact-form_field_label label {
  padding: 0 0.5em;
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  section#Contact .contact-form_field_label label {
    margin: 4px 0;
    padding: 0.5em;
  }
}
@media screen and (min-width: 980px) {
  section#Contact .contact-form_field_input {
    margin-left: 250px;
  }
}
section#Contact .contact-form_field-agreement {
  text-align: center;
}
section#Contact .contact-form_field-agreement hr {
  margin: 1rem auto;
  border: none;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-hr);
}
section#Contact .contact-form_field-agreement h4, section#Contact .contact-form_field-agreement h5 {
  font-weight: bold;
}
section#Contact .contact-form_field-agreement h4 {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
}
section#Contact .contact-form_field-agreement h5 {
  margin-bottom: 1rem;
}
section#Contact .contact-form_field-agreement-body {
  text-align: left;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 4px;
  background-color: var(--color-bg-default);
  border: solid 1px var(--color-gray-border);
  margin-top: 2rem;
  height: 18rem;
  padding: 1.2rem;
}
section#Contact .contact-form_field-agreement-body p {
  font-size: 0.9rem;
}
section#Contact .contact-form_field-agreement-body p:last-child {
  text-align: right;
}
section#Contact .contact-form_field-control {
  text-align: center;
  padding: 2rem 1rem;
}
@media screen and (min-width: 980px) {
  section#Contact .contact-form_field-control {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
  }
}
section#Contact .contact-form_field-control .btn {
  display: inline-block;
  margin: 4px;
  padding: 0.625em;
  background-color: var(--color-grad-end);
  color: var(--color-bg-default);
  border-radius: 4px;
  width: 240px;
  font-size: 1.2rem;
  border: solid 1px var(--color-grad-end);
  transition: opacity 0.25s;
}
section#Contact .contact-form_field-control .btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 980px) {
  section#Contact .contact-form_field-control .btn {
    width: 480px;
    order: 2;
  }
}
section#Contact .contact-form_field-control .btn-rev {
  color: var(--color-grad-end);
  background-color: var(--color-gray-primary);
}
@media screen and (min-width: 980px) {
  section#Contact .contact-form_field-control .btn-rev {
    order: 1;
  }
}

@-webkit-keyframes float-1 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -12px);
  }
}
@keyframes float-1 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -12px);
  }
}
@-webkit-keyframes float-2 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 10px);
  }
}
@keyframes float-2 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 10px);
  }
}
@-webkit-keyframes float-3 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -8px);
  }
}
@keyframes float-3 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -8px);
  }
}
@-webkit-keyframes float-4 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 6px);
  }
}
@keyframes float-4 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 6px);
  }
}
@-webkit-keyframes pop-1 {
  0% {
    transform: translate(0px, 15px);
  }
  40% {
    transform: translate(0px, -15px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes pop-1 {
  0% {
    transform: translate(0px, 15px);
  }
  40% {
    transform: translate(0px, -15px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes pop-2 {
  0% {
    transform: translate(0px, -15px);
  }
  40% {
    transform: translate(0px, 15px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes pop-2 {
  0% {
    transform: translate(0px, -15px);
  }
  40% {
    transform: translate(0px, 15px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fade-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes wipe-1 {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 300px;
  }
}
@keyframes wipe-1 {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 300px;
  }
}
@-webkit-keyframes slide-1 {
  0% {
    transform: translateY(115%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slide-1 {
  0% {
    transform: translateY(115%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide-2 {
  0% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-2 {
  0% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes clip-1 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(-2% -4% -2% -2%);
    clip-path: inset(-2% -4% -2% -2%);
  }
}
@keyframes clip-1 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(-2% -4% -2% -2%);
    clip-path: inset(-2% -4% -2% -2%);
  }
}
@-webkit-keyframes clip-2 {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(-2% -2% -4% -2%);
    clip-path: inset(-2% -2% -4% -2%);
  }
}
@keyframes clip-2 {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(-2% -2% -4% -2%);
    clip-path: inset(-2% -2% -4% -2%);
  }
}
/*LOADER*/
#load {
  position: fixed;
  height: 100vh;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  transition: opacity 0.5s;
}
#load:after {
  content: "";
  border-radius: 50%;
  width: 10em;
  height: 10em;
  margin: auto;
  font-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(155, 155, 155, 0.2);
  border-right: 1.1em solid rgba(155, 155, 155, 0.2);
  border-bottom: 1.1em solid rgba(155, 155, 155, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.error {
  color: #f6212d;
}

/*# sourceMappingURL=style_careerart.css.map */
