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

:where(html) {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

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

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(dt) {
  font-weight: bold;
}

:where(dd) {
  margin-left: 0;
}

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

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

:where(address) {
  font-style: inherit;
}

:where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

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

:where(small) {
  font-size: 80%;
}

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

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(svg, img, embed, object, iframe) {
  vertical-align: bottom;
}

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

:where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
}

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

:-moz-focusring {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

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

:where([type=search]) {
  outline-offset: -2px;
}

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

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

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

body {
  background-color: #141b4d;
  color: #fff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7142857143;
  line-break: strict;
  -webkit-transition: color 1s linear, background-color 1s linear;
  transition: color 1s linear, background-color 1s linear;
  font-optical-sizing: auto;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.3rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
  line-height: 1.4761904762;
}

:where(a) {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}

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

[data-bg] {
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear;
}

.bg-primary {
  background-color: #141b4d;
  color: #fff;
}
.bg-primary [data-bg=primary] {
  opacity: 1;
}

.bg-gray {
  background-color: #e6e6e6;
  color: #141b4d;
}
.bg-gray [data-bg=gray] {
  opacity: 1;
}

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .wrap {
    padding: 0 40px;
    max-width: 1080px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .wrap {
    padding: 0 20px;
  }
}

@media screen and (min-width: 641px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp-none {
    display: none !important;
  }
}
.header {
  container-type: inline-size;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
  margin: auto;
  padding: 32px;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .header {
    padding: 20px;
  }
  body:has(.header-nav-input:checked) .header {
    color: #fff;
  }
}
.header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .header-contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-logo {
  pointer-events: auto;
}
@media screen and (max-width: 640px) {
  .header-logo {
    width: 196px;
  }
}
.header-nav {
  text-align: right;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-transform: translateY(-4%);
          transform: translateY(-4%);
  pointer-events: auto;
}
@media screen and (max-width: 640px) {
  .header-nav {
    display: contents;
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
}
.header-nav-input {
  display: none;
}
.header-nav-button {
  display: block;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 640px) {
  .header-nav-button {
    font-size: 1.5rem;
  }
}
.header-nav-button-icon {
  position: relative;
  letter-spacing: 0;
}
.header-nav-button-icon-start {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header-nav-button:hover .header-nav-button-icon-start {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.header-nav-button-icon-end {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header-nav-button:hover .header-nav-button-icon-end {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.header-nav-button-icon::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 8px;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body:has(.header-nav-input:checked) .header-nav-button-icon::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header-nav-button-icon::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 8px;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body:has(.header-nav-input:checked) .header-nav-button-icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.header-nav-list {
  margin-top: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .header-nav-list {
    display: none;
  }
}
.header-nav-item {
  position: relative;
  visibility: hidden;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.14em;
  line-height: 2;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
body:has(.header-nav-input:checked) .header-nav-item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-nav-link {
  z-index: 0;
  line-height: 2;
}
.header-nav-link:hover::after {
  width: 100%;
}
.header-nav-link::after {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 0;
  height: 100%;
  background-color: #fff;
  color: #141b4d;
  text-align: right;
  white-space: nowrap;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.bg-primary .header-nav-link::after {
  background-color: #fff;
  color: #141b4d;
}
.bg-gray .header-nav-link::after {
  background-color: #141b4d;
  color: #fff;
}

.footer {
  position: relative;
  padding: 40px 0 32px;
  background-color: #141b4d;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 48px 0 44px;
  }
}
.footer-topLink {
  position: absolute;
  top: 50px;
  left: 20px;
  padding-top: 24px;
  letter-spacing: 0.14em;
  font-size: 1.1rem;
  font-family: "Sofia Sans Condensed", "Noto Sans JP", serif;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 640px) {
  .footer-topLink {
    top: -100px;
    color: #141b4d;
    font-size: 1.2rem;
  }
}
.footer-topLink::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 20px;
  background-color: currentColor;
  -webkit-animation: topLink 1.5s infinite;
          animation: topLink 1.5s infinite;
}
@-webkit-keyframes topLink {
  0% {
    top: 0;
    height: 20px;
  }
  50% {
    top: 0;
    height: 0;
  }
  51% {
    top: 20px;
    height: 0;
  }
  100% {
    top: 0;
    height: 20px;
  }
}
@keyframes topLink {
  0% {
    top: 0;
    height: 20px;
  }
  50% {
    top: 0;
    height: 0;
  }
  51% {
    top: 20px;
    height: 0;
  }
  100% {
    top: 0;
    height: 20px;
  }
}
.footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .footer-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.footer-contents-contact {
  max-width: 490px;
  width: 100%;
}
.footer-contents-contact-button {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .footer-contents-contact-button {
    margin-top: 16px;
  }
}
.footer-contents-nav {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .footer-contents-nav {
    margin-left: 0;
    text-align: left;
  }
}
.footer-contents-nav-item {
  font-size: 1.8rem;
}
.footer-contents-nav-item + .footer-contents-nav-item {
  margin-top: 8px;
}
.footer-contents-nav-link {
  position: relative;
}
.footer-contents-nav-link:hover::after {
  width: 100%;
}
.footer-contents-nav-link::after {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 0;
  height: 100%;
  background-color: #fff;
  color: #141b4d;
  text-align: right;
  white-space: nowrap;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (max-width: 640px) {
  .footer-contents-nav-link::after {
    right: auto;
    left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-contents-nav-blank {
  font-size: 1.2rem;
}
.footer-contents-nav-blank:nth-last-child(2) {
  margin-top: 24px;
}
.footer-contents-nav-blank + .footer-contents-nav-blank {
  margin-top: 16px;
}
.footer-contents-nav-blank-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  padding-right: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: url(../img/arrow-blank.svg);
  background-position: right center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .footer-contents-nav-blank-link {
    margin-left: 0;
  }
}
.footer-contents-nav-blank-link:hover {
  color: #141b4d;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.footer-contents-nav-blank-link:hover::after {
  width: 100%;
  opacity: 1;
}
.footer-contents-nav-blank-link::after {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 18px;
  width: 0;
  height: 100%;
  background-color: #fff;
  background-image: url(../img/arrow-blank_hover.svg);
  background-position: right center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  color: #141b4d;
  text-align: right;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (max-width: 640px) {
  .footer-contents-nav-blank-link::after {
    right: auto;
    left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-title {
  font-weight: 300;
  font-size: 3rem;
  font-family: "Sofia Sans Condensed", sans-serif;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 158px;
}
@media screen and (max-width: 640px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
.footer-bottom-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .footer-bottom-brand {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.footer-bottom-brand a {
  display: block;
}
.footer-bottom-brand-text {
  display: block;
  font-size: 1rem;
  opacity: 0.4;
}
@media screen and (max-width: 640px) {
  .footer-bottom-brand-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 0.9rem;
  }
}
.section {
  padding: 150px 0;
}
@media screen and (max-width: 640px) {
  .section {
    padding: 0 0 152px;
  }
}
@media screen and (max-width: 640px) {
  .section-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .section-contents-item {
    padding-left: 40px;
  }
}
.section-shoulder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 130px;
}
@media screen and (max-width: 640px) {
  .section-shoulder {
    position: sticky;
    top: 64px;
    z-index: 20;
    gap: 48px;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .section-shoulder.is-visible {
    opacity: 1;
  }
  .section-shoulder:not(.is-visible) {
    opacity: 0;
  }
}
.section-shoulder-main {
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  font-family: "Sofia Sans Condensed", sans-serif;
}
.section-shoulder-sub {
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  .section-shoulder-sub-ja {
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.section-title {
  font-weight: 400;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .section-title {
    font-size: 2rem;
  }
}
.section-subTitle {
  display: inline;
  padding-bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, currentColor), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, currentColor 33%, rgba(255, 255, 255, 0) 0%);
  background-position: 0 100%;
  background-size: 2px 1px;
  background-repeat: repeat-x;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  line-height: 1.7142857143;
  text-underline-offset: 8px;
}
@media screen and (max-width: 640px) {
  .section-subTitle {
    padding-bottom: 8px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, currentColor), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, currentColor 33%, rgba(255, 255, 255, 0) 0%);
    background-position: 0 85%;
    background-size: 2px 1px;
    background-repeat: repeat-x;
    font-size: 1.4rem;
  }
}
.section-subTitle-wrapper {
  text-align: center;
}
.about .section-subTitle-wrapper {
  margin-bottom: 24px;
  text-align: left;
}
.section-subTitle.ja {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  .section-subTitle.ja {
    line-height: 2;
  }
}

.button-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10px;
  min-height: 40px;
  border-bottom: 1px dotted #141b4d;
}
.bg-gray .button-01 {
  border-color: #141b4d;
}
.bg-primary .button-01 {
  border-color: #fff;
}
.footer .button-01 {
  border-color: #fff;
}
.button-01:hover {
  color: #141b4d;
}
.button-01:hover::before {
  width: 100%;
}
.button-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.button-01[data-txt]::before {
  content: attr(data-txt);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  color: #141b4d;
  white-space: nowrap;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", serif;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .button-01[data-txt]::before {
    font-size: 1.4rem;
  }
}
.button-01[data-txt]:hover {
  -webkit-transition: color 0.2s 0.2s;
  transition: color 0.2s 0.2s;
}
.button-01-sub {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-family: "Sofia Sans Condensed", serif;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .button-01-sub {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}
.button-01-main {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", serif;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .button-01-main {
    font-size: 1.3rem;
  }
}
[data-txt]:hover .button-01-main {
  color: #fff;
}
.button-01-arrow {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: -1px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 8px;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 640px) {
  .button-01-arrow {
    padding: 10px 6px;
  }
}
[data-txt] .button-01-arrow {
  z-index: 2;
}
.button-01-arrow svg {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
@media screen and (max-width: 640px) {
  .button-01-arrow svg {
    width: 12px;
    height: 12px;
  }
}
.gNav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: block;
  overflow: hidden;
  width: 0;
  height: 100%;
  background-color: #141b4d;
  color: #fff;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
@media screen and (min-width: 641px) {
  .gNav {
    display: none;
  }
}
body:has(.header-nav-input:checked) .gNav {
  width: 100%;
}
.gNav-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 100px 20px 24px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.gNav-btn {
  position: absolute;
  top: 24px;
  right: 20px;
  line-height: 1;
}
.gNav-logo {
  margin-bottom: 30px;
}
.gNav-logo svg {
  display: block;
  width: 219px;
  height: auto;
}
.gNav-brand {
  margin-top: auto;
}
.gNav-brand svg {
  display: block;
  width: 130px;
  height: auto;
}
.gNav-list-item {
  overflow: hidden;
  margin-bottom: 12px;
}
.gNav-list-item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1a1a1a;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.14em;
  font-size: 2.4rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
body:has(.header-nav-input:checked) .gNav-list-item-link {
  -webkit-transition: -webkit-transform 0.5s 0.3s;
  transition: -webkit-transform 0.5s 0.3s;
  transition: transform 0.5s 0.3s;
  transition: transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gNav-list-item:nth-child(2) .gNav-list-item-link {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
.gNav-list-item:nth-child(3) .gNav-list-item-link {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.gNav-subList-item {
  overflow: hidden;
  margin-bottom: 16px;
}
.gNav-subList-item-link {
  display: block;
  font-size: 1.2rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
body:has(.header-nav-input:checked) .gNav-subList-item-link {
  -webkit-transition: -webkit-transform 0.5s 0.6s;
  transition: -webkit-transform 0.5s 0.6s;
  transition: transform 0.5s 0.6s;
  transition: transform 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gNav-subList-item:nth-child(2) .gNav-subList-item-link {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}
.gNav-subList-item-link::after {
  content: url(../img/arrow-blank.svg);
  margin-left: 8px;
  background-size: 10px auto;
}

.mv {
  position: relative;
  height: 100vh;
}
.mv-hls {
  width: 100%;
  height: 100%;
}
.mv-hls video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../img/pc_poster.jpg");
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .mv-contents {
    background-image: url("../img/sp_poster.jpg");
  }
}
.mv-bottom {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Quantico", sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .mv-bottom {
    right: 20px;
    bottom: 128px;
    left: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mv-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .mv-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    margin-left: 0;
  }
}
.mv-bottom-info-item:first-child {
  width: 120px;
}
.mv-bottom-info-item-title {
  margin-bottom: 8px;
  color: #787878;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .mv-bottom-info-item-title {
    font-size: 1.1rem;
  }
}
.mv-bottom-info-item-body {
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .mv-bottom-info-item-body {
    font-size: 1.4rem;
  }
}
.mv-bottom-countdown-item {
  line-height: 1;
}
.mv-bottom-countdown-item-title {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .mv-bottom-countdown-item-title {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}
.mv-bottom-countdown-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  text-align: center;
  font-size: 6rem;
}
@media screen and (max-width: 640px) {
  .mv-bottom-countdown-item-body {
    gap: 16px;
    font-size: 3rem;
  }
}
.mv-bottom-countdown-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.mv-bottom-countdown [data-countdown] {
  min-width: 84px;
}
@media screen and (max-width: 640px) {
  .mv-bottom-countdown [data-countdown] {
    min-width: 42px;
  }
}
.mv-bottom-countdown [data-countdown]::after {
  content: attr(data-countdown);
  display: block;
  color: #787878;
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .mv-bottom-countdown [data-countdown]::after {
    font-size: 1rem;
  }
}
.mv-scroll {
  position: fixed;
  bottom: 24px;
  left: 24px;
  height: 64px;
  letter-spacing: 0.14em;
  font-size: 1.1rem;
  font-family: "Sofia Sans Condensed", "Noto Sans JP", serif;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 640px) {
  .mv-scroll {
    bottom: 20px;
    left: 20px;
    font-size: 1.2rem;
  }
}
.mv-scroll::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 20px;
  background-color: currentColor;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}

@-webkit-keyframes scroll {
  0% {
    bottom: 0;
    height: 20px;
  }
  50% {
    bottom: 0;
    height: 0;
  }
  51% {
    bottom: 20px;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 20px;
  }
}

@keyframes scroll {
  0% {
    bottom: 0;
    height: 20px;
  }
  50% {
    bottom: 0;
    height: 0;
  }
  51% {
    bottom: 20px;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 20px;
  }
}
.concept-contents {
  overflow: hidden;
  padding: 40px 0 0;
}
@media screen and (max-width: 640px) {
  .concept-contents {
    overflow: visible;
  }
}
.concept-title {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 4.2rem;
}
@media screen and (max-width: 640px) {
  .concept-title {
    margin-bottom: 48px;
    font-size: 3rem;
  }
}
.concept-text {
  margin-left: auto;
  max-width: 490px;
  width: 100%;
  font-size: 2rem;
  line-height: 2.4;
}
@media screen and (max-width: 640px) {
  .concept-text {
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
.concept-img {
  margin-top: 160px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .concept-img {
    margin-top: 80px;
    margin-left: -40px;
    font-size: 1.6rem;
  }
}
.concept-img-body {
  position: relative;
}
.concept-img-body-lottie {
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 130%;
  -webkit-transform: translate(-12%, -13.5%);
          transform: translate(-12%, -13.5%);
}
@media screen and (max-width: 640px) {
  .concept-img-body-lottie {
    width: 97%;
    height: 97%;
    -webkit-transform: translate(1%, -17.2%);
            transform: translate(1%, -17.2%);
  }
}
.concept-movie {
  margin-top: 96px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .concept-movie {
    margin-top: 80px;
    margin-left: -60px;
  }
}
.concept-movie iframe {
  display: block;
  margin-top: 48px;
  margin-inline: auto;
  max-width: 830px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.visioningApproach-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 72px;
  padding: 40px 0;
}
@media screen and (max-width: 900px) {
  .visioningApproach-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.visioningApproach-contents-body {
  max-width: 490px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .visioningApproach-contents-body {
    display: contents;
  }
}
@media screen and (max-width: 900px) {
  .visioningApproach-contents-body-item {
    display: contents;
    margin-top: 0;
  }
}
.visioningApproach-contents-img {
  overflow: hidden;
  width: 406px;
  height: auto;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 900px) {
  .visioningApproach-contents-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
    margin-inline: auto;
    max-width: 406px;
    width: auto;
  }
}
.visioningApproach-contents-img svg {
  margin-top: -13.25%;
  margin-left: -13.25%;
  max-width: none;
  width: 127% !important;
  height: auto !important;
}
.visioningApproach-text {
  margin-top: 32px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .visioningApproach-text {
    margin-top: 24px;
  }
}
.visioningApproach-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  margin: 48px 0 56px;
  counter-reset: list;
}
@media screen and (max-width: 900px) {
  .visioningApproach-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 32px 0;
  }
  .visioningApproach-list + .visioningApproach-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
}
.visioningApproach-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .visioningApproach-list-item {
    display: block;
    font-size: 1.3rem;
  }
}
.visioningApproach-list-item-step {
  position: relative;
  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: 70px;
  height: 20px;
  border-radius: 40px;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .visioningApproach-list-item-step {
    position: static;
    margin-bottom: 8px;
  }
}
.bg-gray .visioningApproach-list-item-step {
  background-color: #fff;
  color: #141b4d;
}
.bg-primary .visioningApproach-list-item-step {
  background-color: #fff;
  color: #141b4d;
}
.visioningApproach-list-item-step::before {
  position: absolute;
  right: 0;
  bottom: -34px;
  left: 0;
  display: block;
  margin: auto;
  width: 0;
  height: 17px;
  border-left: 1px dotted transparent;
}
@media screen and (max-width: 640px) {
  .visioningApproach-list-item-step::before {
    right: auto;
    bottom: -24px;
    left: 34px;
  }
}
li:not(:last-child) .visioningApproach-list-item-step::before {
  content: "";
}
.bg-gray .visioningApproach-list-item-step::before {
  border-color: #141b4d;
}
.bg-primary .visioningApproach-list-item-step::before {
  border-color: #fff;
}
.visioningApproach-list-item-step::after {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  display: block;
  margin: auto;
  width: 9px;
  height: 9px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .visioningApproach-list-item-step::after {
    right: auto;
    bottom: -28px;
    left: 30px;
  }
}
li:not(:last-child) .visioningApproach-list-item-step::after {
  content: "";
}
.bg-gray .visioningApproach-list-item-step::after {
  border-color: #141b4d;
}
.bg-primary .visioningApproach-list-item-step::after {
  border-color: #fff;
}
.visioningApproach-button {
  margin-top: 96px;
}
@media screen and (max-width: 900px) {
  .visioningApproach-button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px;
  }
}
.visioningApproach-img {
  margin-top: 112px;
}
@media screen and (max-width: 640px) {
  .visioningApproach-img {
    margin-top: 24px;
  }
  .visioningApproach-img .section-subTitle-wrapper {
    text-align: left;
  }
}
.visioningApproach-img-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .visioningApproach-img-body.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.visioningApproach-img-body-left {
  position: relative;
  width: 272px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body-left {
    width: 220px;
    opacity: 1;
  }
}
.animated .visioningApproach-img-body-left {
  opacity: 1;
}
.visioningApproach-img-body-left-img {
  position: relative;
  z-index: 1;
}
.visioningApproach-img-body-left-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body-left-body {
    width: 172px;
  }
}
.visioningApproach-img-body-left-arrow {
  position: relative;
  width: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body-left-arrow {
    width: 12px;
    height: 18px;
    opacity: 1;
  }
}
.animated .visioningApproach-img-body-left-arrow {
  opacity: 1;
}
.visioningApproach-img-body-left-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: width 0.5s 0.5s;
  transition: width 0.5s 0.5s;
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body-left-arrow::before {
    right: 0;
    width: 1px;
    height: 100%;
  }
}
@media screen and (min-width: 641px) {
  .animated .visioningApproach-img-body-left-arrow::before {
    width: 100%;
  }
}
.visioningApproach-img-body-left-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  display: block;
  margin: auto;
  width: 17px;
  height: 17px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transition: right 0.5s 0.5s;
  transition: right 0.5s 0.5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body-left-arrow::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media screen and (min-width: 641px) {
  .animated .visioningApproach-img-body-left-arrow::after {
    right: 0;
  }
}
.visioningApproach-img-body-center {
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body-center {
    width: 113px;
  }
}
.visioningApproach-img-body-center [data-name=person] {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.bg-primary .visioningApproach-img-body-center [data-name=person] {
  fill: rgba(255, 255, 255, 0.1);
}
.bg-gray .visioningApproach-img-body-center [data-name=person] {
  fill: rgba(0, 0, 0, 0.1);
}
.visioningApproach-img-body-center [data-name=person-text] {
  opacity: 0;
  -webkit-transition: opacity 1s 0.75s, -webkit-transform 1s 0.75s;
  transition: opacity 1s 0.75s, -webkit-transform 1s 0.75s;
  transition: opacity 1s 0.75s, transform 1s 0.75s;
  transition: opacity 1s 0.75s, transform 1s 0.75s, -webkit-transform 1s 0.75s;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body-center [data-name=person-text] {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animated .visioningApproach-img-body-center [data-name=person-text] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.visioningApproach-img-body-right {
  position: relative;
  width: 272px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body-right {
    width: 220px;
    opacity: 1;
  }
}
.animated .visioningApproach-img-body-right {
  opacity: 1;
}
.visioningApproach-img-body-right-img {
  position: relative;
  z-index: 1;
}
.visioningApproach-img-body-right-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body-right-body {
    width: 172px;
  }
}
.visioningApproach-img-body-right-arrow {
  position: relative;
  width: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body-right-arrow {
    width: 12px;
    height: 18px;
    opacity: 1;
  }
}
.animated .visioningApproach-img-body-right-arrow {
  opacity: 1;
}
.visioningApproach-img-body-right-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: width 0.5s 0.5s;
  transition: width 0.5s 0.5s;
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body-right-arrow::before {
    right: 0;
    left: 0;
    width: 1px;
    height: 100%;
  }
}
@media screen and (min-width: 641px) {
  .animated .visioningApproach-img-body-right-arrow::before {
    width: 100%;
  }
}
.visioningApproach-img-body-right-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  display: block;
  margin: auto;
  width: 17px;
  height: 17px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  -webkit-transition: left 0.5s 0.5s;
  transition: left 0.5s 0.5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-body-right-arrow::after {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media screen and (min-width: 641px) {
  .animated .visioningApproach-img-body-right-arrow::after {
    left: 0;
  }
}
.visioningApproach-img-text {
  margin: 92px auto 0;
  max-width: 490px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .visioningApproach-img-text {
    margin-top: 48px;
    font-size: 1.3rem;
  }
}

.conceptRoom-contents {
  padding: 40px 0;
}
.conceptRoom-contents .section-title {
  margin-left: auto;
  max-width: 405px;
}
@media screen and (max-width: 900px) {
  .conceptRoom-contents .section-title {
    max-width: none;
  }
}
.conceptRoom-body {
  position: relative;
}
.conceptRoom-text {
  position: absolute;
  top: 32px;
  right: 0;
  max-width: 405px;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .conceptRoom-text {
    position: static;
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 1.3rem;
  }
}
.conceptRoom-img {
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  mix-blend-mode: luminosity;
}
@media screen and (max-width: 640px) {
  .conceptRoom-img {
    margin-left: -64px;
  }
}
.conceptRoom-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/conceptRoom_01-tama.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: loop 2s linear infinite;
          animation: loop 2s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.5%);
            transform: translateY(-0.5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.5%);
            transform: translateY(-0.5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.selectArea {
  background-image: linear-gradient(to right, currentColor 1px, transparent 1px);
  background-position: left top;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.selectArea-title {
  margin: 0 auto 10px;
  padding-inline: 40px;
  max-width: 1080px;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "Sofia Sans Condensed", serif;
}
@media screen and (max-width: 640px) {
  .selectArea-title {
    padding-inline: 84px;
  }
}
.selectArea-item {
  background-image: linear-gradient(to right, currentColor 1px, transparent 1px);
  background-position: left bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 640px) {
  .selectArea-item-title {
    padding-left: 64px;
  }
}
.selectArea-item-title-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .selectArea-item-title-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 84px;
  }
}
.selectArea-item-title-content .hover-preview {
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 1;
  display: none;
  max-width: 280px;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .selectArea-item-title-content .hover-preview {
    right: 80px;
    bottom: 0;
    margin: auto;
    max-width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.selectArea-item-title-main {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.8rem;
}
.selectArea-item-title-sub {
  margin-left: 100px;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "Sofia Sans Condensed", serif;
}
@media screen and (max-width: 640px) {
  .selectArea-item-title-sub {
    margin-left: 0;
  }
}
.selectArea-item-title-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-right: 84px;
  margin-left: auto;
  height: 70px;
}
@media screen and (max-width: 900px) {
  .selectArea-item-title-thumbs {
    position: absolute;
    top: 0;
    right: 80px;
    bottom: 0;
    overflow: hidden;
    margin: auto;
    width: 70px;
    height: 70px;
  }
  .selectArea-item-title-thumbs img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
[data-is-open=true] .selectArea-item-title-thumbs {
  display: none;
}
.selectArea-item-title-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.selectArea-item-title-icon::before, .selectArea-item-title-icon::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  inset: 0;
}
[data-is-open=false]:hover .selectArea-item-title-icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
[data-is-open=true] .selectArea-item-title-icon::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.selectArea-item-title-icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
[data-is-open=false]:hover .selectArea-item-title-icon::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
[data-is-open=true] .selectArea-item-title-icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.selectArea-item-body-slider {
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
@media screen and (max-width: 640px) {
  .selectArea-item-body-slider {
    padding-left: 40px;
  }
}
[data-is-open=false] .selectArea-item-body-slider {
  height: 0;
}
[data-is-open=true] .selectArea-item-body-slider {
  height: auto;
}
.selectArea-item-body-slider-item {
  background-size: cover;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(50%) translateZ(0);
          transform: translateX(50%) translateZ(0);
}
[data-is-open=true] .selectArea-item-body-slider-item {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
}
.swiper-slide-active .selectArea-item-body-slider-item img {
  opacity: 1;
}
.selectArea-item-body-slider-item img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.selectArea-item-body-slider .swiper {
  overflow: visible;
}
.selectArea-item-body-slider .swiper-slide {
  cursor: pointer;
}
.selectArea-item-body-slider .swiper-slide.swiper-slide-active {
  cursor: default;
}
.selectArea-item-body-slider .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 24px;
  margin-bottom: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .selectArea-item-body-slider .swiper-pagination {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.selectArea-item-body-slider .swiper-pagination .sliding-line {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.selectArea-item-body-slider .swiper-pagination-bullet {
  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: 20px;
  height: 32px;
  font-size: 1.2rem;
  font-size: 1.4rem;
  font-family: "Sofia Sans Condensed", serif;
  line-height: 1;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.selectArea-item-body-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

[data-name=active-circle] {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

[data-name^=circle-item-] {
  position: relative;
  z-index: 1;
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

[data-name^=circle-icon-] {
  -webkit-transition: fill 0.3s, -webkit-transform 0.3s;
  transition: fill 0.3s, -webkit-transform 0.3s;
  transition: fill 0.3s, transform 0.3s;
  transition: fill 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.circle {
  max-width: 520px;
}
.circle-active-1 [data-name=active-circle] {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.bg-primary .circle-active-1 [data-name=circle-item-1] {
  fill: #141b4d;
}
.bg-gray .circle-active-1 [data-name=circle-item-1] {
  fill: #fff;
}
.circle-active-1 [data-name=circle-icon-1] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  fill: currentColor;
}
.circle-active-2 [data-name=active-circle] {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.bg-primary .circle-active-2 [data-name=circle-item-2] {
  fill: #141b4d;
}
.bg-gray .circle-active-2 [data-name=circle-item-2] {
  fill: #fff;
}
.circle-active-2 [data-name=circle-icon-2] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  fill: currentColor;
}
.circle-active-3 [data-name=active-circle] {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.bg-primary .circle-active-3 [data-name=circle-item-3] {
  fill: #141b4d;
}
.bg-gray .circle-active-3 [data-name=circle-item-3] {
  fill: #fff;
}
.circle-active-3 [data-name=circle-icon-3] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  fill: currentColor;
}
.circle-active-4 [data-name=active-circle] {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.bg-primary .circle-active-4 [data-name=circle-item-4] {
  fill: #141b4d;
}
.bg-gray .circle-active-4 [data-name=circle-item-4] {
  fill: #fff;
}
.circle-active-4 [data-name=circle-icon-4] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  fill: currentColor;
}
.circle-active-5 [data-name=active-circle] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bg-primary .circle-active-5 [data-name=circle-item-5] {
  fill: #141b4d;
}
.bg-gray .circle-active-5 [data-name=circle-item-5] {
  fill: #fff;
}
.circle-active-5 [data-name=circle-icon-5] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  fill: currentColor;
}
.circle-active-6 [data-name=active-circle] {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.bg-primary .circle-active-6 [data-name=circle-item-6] {
  fill: #141b4d;
}
.bg-gray .circle-active-6 [data-name=circle-item-6] {
  fill: #fff;
}
.circle-active-6 [data-name=circle-icon-6] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  fill: currentColor;
}

@media screen and (min-width: 641px) {
  .researchTheme {
    padding: 0 0 80px;
  }
}
.researchTheme .section-contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.researchTheme-item {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .researchTheme-item {
    top: 80px;
    display: block;
  }
}
.researchTheme-header {
  position: relative;
  top: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 40px;
  max-width: 322px;
  height: 520px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .researchTheme-header {
    position: static;
    margin-top: 48px;
    margin-right: 0;
    min-width: 0;
    max-width: none;
    height: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 640px) {
  .researchTheme-header {
    max-width: 100%;
  }
}
.researchTheme-header .section-shoulder {
  position: absolute;
  top: 0;
  left: 0;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 322px;
  width: 100%;
}
.researchTheme-header-text {
  margin-top: 32px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .researchTheme-header-text {
    margin-top: 24px;
    font-size: 1.3rem;
  }
}
.researchTheme-contents {
  position: relative;
  top: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .researchTheme-contents {
    position: static;
    margin-top: 48px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.researchTheme-contents-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 64px;
  width: 584px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .researchTheme-contents-img {
    padding-right: 64px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .researchTheme-contents-img {
    padding-right: 0;
    aspect-ratio: 1;
  }
}
.researchTheme-contents-img svg {
  margin: auto;
  width: 100%;
  height: 100%;
}
.researchTheme-contents-img .circle-link {
  display: block;
  cursor: pointer;
}
.researchTheme-contents-img-text {
  position: absolute;
  top: 118px;
  right: 0;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
.researchTheme-contents-item {
  height: 250vh;
}
@media screen and (max-width: 900px) {
  .researchTheme-contents-item {
    min-height: 0;
    height: 100vh;
  }
}
.researchTheme-contents-item#researchTheme-06 {
  height: 50vh;
}
.researchTheme-contents-item#researchTheme-00 {
  height: 50vh;
}
.researchTheme-contents-items {
  width: 0;
}
.researchTheme-contents-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: auto;
  max-width: 1080px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 640px) {
  .researchTheme-contents-nav {
    right: auto;
    left: -144px;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .active .researchTheme-contents-nav {
    left: -72px;
  }
}
.researchTheme-contents-nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 18px;
  background-color: currentColor;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.circle-active-1 .researchTheme-contents-nav::before {
  top: 0;
}
.circle-active-2 .researchTheme-contents-nav::before {
  top: 26px;
}
.circle-active-3 .researchTheme-contents-nav::before {
  top: 52px;
}
.circle-active-4 .researchTheme-contents-nav::before {
  top: 78px;
}
.circle-active-5 .researchTheme-contents-nav::before {
  top: 104px;
}
.circle-active-6 .researchTheme-contents-nav::before {
  top: 130px;
}
.researchTheme-contents-nav-item {
  position: relative;
  z-index: 10;
  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: 32px;
  height: 18px;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-family: "Sofia Sans Condensed", sans-serif;
  line-height: 1;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: auto;
}
.circle-active-1 .researchTheme-contents-nav-item.nav-item-1 {
  opacity: 1;
}
.circle-active-2 .researchTheme-contents-nav-item.nav-item-2 {
  opacity: 1;
}
.circle-active-3 .researchTheme-contents-nav-item.nav-item-3 {
  opacity: 1;
}
.circle-active-4 .researchTheme-contents-nav-item.nav-item-4 {
  opacity: 1;
}
.circle-active-5 .researchTheme-contents-nav-item.nav-item-5 {
  opacity: 1;
}
.circle-active-6 .researchTheme-contents-nav-item.nav-item-6 {
  opacity: 1;
}
.researchTheme-contents-nav-item:hover {
  opacity: 1;
}

.about {
  margin-top: 200px;
}
@media screen and (max-width: 640px) {
  .about {
    margin-top: 100px;
  }
}
.about-text {
  margin-top: 100px;
  max-width: 490px;
}
@media screen and (max-width: 640px) {
  .about-text {
    margin-top: 48px;
  }
}
.about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  margin-left: auto;
  max-width: 745px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .about-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 48px;
  }
}
.about-contents-title {
  font-size: 1.2rem;
  font-family: "Sofia Sans Condensed", sans-serif;
}
.about-contents-text {
  max-width: 590px;
  line-height: 1.7142857143;
}

.news-contents {
  margin-top: 100px;
  margin-left: auto;
  max-width: 745px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .news-contents {
    margin-top: 48px;
  }
}
.news-contents .section-subTitle {
  margin-bottom: 24px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .news-contents .section-subTitle {
    margin-bottom: 16px;
  }
}
.news-table table {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .news-table table {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news-table thead {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .news-table tbody {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news-table tr {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    margin-bottom: 16px;
  }
}
.news-table th {
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Quantico", sans-serif;
}
.news-table td {
  padding: 16px 0;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .news-table td {
    padding: 2px 0;
    font-size: 1.3rem;
  }
}
.news-table .no {
  padding-right: 60px;
  font-size: 1.2rem;
  font-family: "Quantico", sans-serif;
}
@media screen and (min-width: 641px) {
  .news-table .no {
    width: 118px;
  }
}
@media screen and (max-width: 640px) {
  .news-table .no {
    grid-area: 1/1/2/2;
    margin: 0;
    padding-top: 0;
  }
}
.news-table .day {
  padding-right: 60px;
  font-size: 1.2rem;
  font-family: "Quantico", sans-serif;
}
@media screen and (min-width: 641px) {
  .news-table .day {
    width: 194px;
  }
}
@media screen and (max-width: 640px) {
  .news-table .day {
    grid-area: 1/2/2/3;
    margin: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .news-table .title {
    grid-area: 2/2/3/3;
  }
}
.news-table-link {
  position: relative;
  cursor: pointer;
}
.news-table-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.news-table-link:hover::after {
  width: 100%;
}

.contact {
  padding: 160px 0 80px;
}
@media screen and (max-width: 640px) {
  .contact {
    padding: 104px 0 48px;
  }
}
.contact-title {
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 4rem;
  font-family: "Sofia Sans Condensed", sans-serif;
}
@media screen and (max-width: 640px) {
  .contact-title {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
.contact-text {
  line-height: 1.7142857143;
}
.contact-header {
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {
  .contact-header {
    margin-bottom: 32px;
  }
}
.contact-contents {
  padding: 32px 0;
  border-radius: 10px;
  background-color: #fff;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (min-width: 641px) {
  .delay-1 {
    -webkit-animation-delay: 0.25s !important;
            animation-delay: 0.25s !important;
  }
  .delay-2 {
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .delay-3 {
    -webkit-animation-delay: 0.75s !important;
            animation-delay: 0.75s !important;
  }
  .delay-4 {
    -webkit-animation-delay: 1s !important;
            animation-delay: 1s !important;
  }
  .delay-5 {
    -webkit-animation-delay: 1.25s !important;
            animation-delay: 1.25s !important;
  }
  .delay-6 {
    -webkit-animation-delay: 1.5s !important;
            animation-delay: 1.5s !important;
  }
  .delay-7 {
    -webkit-animation-delay: 1.75s !important;
            animation-delay: 1.75s !important;
  }
  .delay-8 {
    -webkit-animation-delay: 2s !important;
            animation-delay: 2s !important;
  }
  .delay-9 {
    -webkit-animation-delay: 2.25s !important;
            animation-delay: 2.25s !important;
  }
  .delay-10 {
    -webkit-animation-delay: 2.5s !important;
            animation-delay: 2.5s !important;
  }
}