.anim {
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim--slow {
  animation-duration: 1s !important;
}

.anim--delay {
  animation-delay: 0.3s !important;
}

.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.onAnim {
  animation: fadeIn 0.6s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp {
  opacity: 0;
}
.anim-fadeUp.onAnim {
  animation: fadeUp 0.6s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft {
  opacity: 0;
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 0.6s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight {
  opacity: 0;
}
.anim-fadeRight.onAnim {
  animation: fadeRight 0.6s ease 0s 1 alternate forwards;
}

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

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:-moz-placeholder-shown {
  color: #ccc;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

a {
  color: #3c3c3c;
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  color: #000;
  background-color: #f0f0f0;
  overscroll-behavior: none;
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}

.o_sp {
  display: none !important;
}

.o_sp2 {
  display: none !important;
}

.hiddenBox {
  overflow: hidden;
}

.textRight {
  text-align: right;
}

.fixedbar1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.fixedbar1:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #FFF200;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.8s ease 0s;
  transform: scaleY(0);
  transform-origin: top center;
}
.fixedbar1:after {
  content: "";
  height: 100%;
  width: 8px;
  background-color: #FFF200;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.8s ease 0s;
  transform: scaleX(0);
  transform-origin: left center;
}
.fixedbar1.loaded:before {
  transform: scaleY(1);
}
.fixedbar1.loaded:after {
  transform: scaleX(1);
}

.fixedbar2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.fixedbar2:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #FFF200;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: transform 0.8s ease 0s;
  transform: scaleY(0);
  transform-origin: bottom center;
}
.fixedbar2:after {
  content: "";
  height: 100%;
  width: 8px;
  background-color: #FFF200;
  position: fixed;
  right: 0;
  bottom: 0;
  transition: transform 0.8s ease 0s;
  transform: scaleX(0);
  transform-origin: right center;
}
.fixedbar2.loaded:before {
  transform: scaleY(1);
}
.fixedbar2.loaded:after {
  transform: scaleX(1);
}

.footShare {
  background-color: #fff;
  padding: 30px 0;
}
.footShare__heading {
  text-align: center;
  color: #ff9d00;
  text-align: center;
  margin-bottom: 0.7em;
}
.footShare__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footShare__list li {
  width: 40px;
}
.footShare .copy-url-wrap {
  position: relative;
}
.footShare .copy-url-wrap__text {
  position: absolute;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0.3em 0.6em;
  position: absolute;
  bottom: 0;
  left: 50%;
  line-height: 1.4;
  white-space: nowrap;
  transform: translate(-50%, 120%);
  border-radius: 4px;
  display: none;
}
.footShare .copy-url-wrap__text:before {
  content: "";
  border: 8px solid transparent;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}
.footShare button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.mainFooter {
  background-color: #1F1F1F;
  padding: 100px 0 30px;
  color: #fff;
}
.mainFooter .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mainFooter__insta {
  transition: opacity 0.3s ease 0s;
  width: 50px;
  margin-bottom: 80px;
}
@media (hover: hover) {
  .mainFooter__insta:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainFooter__credit {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.inner {
  width: 100%;
  max-width: 1180px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}

.mainContent {
  position: relative;
  z-index: 15;
}
.mainContent img {
  width: 100%;
  height: auto;
}

.has-animation {
  position: relative;
  opacity: 1 !important;
}
.has-animation p,
.has-animation img {
  opacity: 0;
}
.has-animation.onAnim p,
.has-animation.onAnim img {
  animation: textHidden 0.1s 0.5s forwards;
}
.has-animation.onAnim:before, .has-animation.onAnim:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.onAnim:before {
  background-color: #1f1f1f;
}
.has-animation.onAnim:after {
  background-color: #000;
  animation-delay: 0.5s;
}
.has-animation.onAnim.yellow:after {
  background-color: #FFF200;
}
.has-animation.animation-ltr.onAnim:before {
  animation: revealLTR 1s ease;
}
.has-animation.animation-ltr.onAnim:after {
  animation: revealLTR 0.8s 0.2s ease;
}
.has-animation.animation-rtl.onAnim:before {
  animation: revealRTL 1s ease;
}
.has-animation.animation-rtl.onAnim:after {
  animation: revealRTL 0.8s 0.2s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.visual {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  transition: all 1s ease;
  overflow: hidden;
  background-color: #111;
}
.visual picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.visual picture img {
  pointer-events: none;
}
.visual__overlay {
  position: absolute;
  z-index: 99;
  background-color: #1f1f1f;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.6s ease 1.5s;
  transform-origin: right center;
}
.visual__overlay__logo {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 330px;
  padding: 15px;
}
.visual__overlay__logo:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1f1f1f;
  z-index: 10;
}
@keyframes ovl_logo {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  40% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  60% {
    transform-origin: top;
    transform: scaleY(0);
  }
  100% {
    transform-origin: top;
    transform: scaleY(1);
  }
}
.visual__logo {
  position: absolute;
  position: fixed;
  z-index: 99;
  width: 70px;
  top: 30px;
  left: 30px;
  opacity: 0;
  transition: all 0.6s ease 0s, opacity 0.6s ease 1.6s;
}
.visual__logo.loaded {
  opacity: 1;
}
.visual__logo.scrolled {
  width: 60px;
}
.visual.hide .visual__content {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50px);
}
.visual.hide .visual__arrow {
  visibility: hidden;
  opacity: 0;
}
.visual__content {
  width: 50%;
  position: absolute;
  left: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 20px 5.46875vw;
  transition: all 0.6s ease 0s;
  visibility: visible;
}
.visual__content__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 20.625vw;
  min-width: 220px;
}
.visual__content__logo {
  margin-bottom: 1.5625vw;
  width: 100%;
  overflow: hidden;
}
.visual__content__logo img {
  transition: transform 0.6s ease 1.6s;
  transform: translateY(110%);
}
.visual__content__logo img {
  width: 100%;
}
.visual__content__lead {
  font-size: max(23px, 2.1875vw);
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
  margin-bottom: 1.5625vw;
  overflow: hidden;
}
.visual__content__lead:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFF200;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.6s ease 1.8s;
}
.visual__content__lead p {
  transition: transform 0.6s ease 1.8s;
  transform: translateY(110%);
}
.visual__content__text {
  font-size: max(14px, 1.328125vw);
  font-family: "Noto Sans";
  line-height: 1.6;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 2.34375vw;
  letter-spacing: 0.07em;
  overflow: hidden;
}
.visual__content__text p {
  transition: transform 0.6s ease 2s;
  transform: translateY(110%);
}
.visual__content__linkWrap {
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease 2s;
}
.visual__content__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  width: 100%;
  color: #fff;
  padding: 0.6em 1em;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
  position: relative;
}
.visual__content__link:hover {
  text-decoration: none;
}
.visual__content__link span {
  position: relative;
  z-index: 5;
}
.visual__content__link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF200;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.3s ease 0s;
}
.visual__content__link:before:hover {
  text-decoration: none;
}
.visual__content__link:hover {
  color: #000;
  border-color: #FFF200;
  text-shadow: none;
}
.visual__content__link:hover:before {
  transform: scaleX(1);
}
.visual .bar1 {
  width: 200px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.5s ease 2.2s;
}
.visual .bar2 {
  width: 100px;
  height: 40px;
  background-color: #0045FF;
  position: absolute;
  bottom: 48px;
  right: 8px;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.5s ease 2.4s;
}
.visual__scroll {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #FFF200;
  transition: opacity 0.3s ease 0s;
  font-weight: bold;
  font-size: 12px;
  color: #FFF200;
  z-index: 10;
  animation: scroll 1.4s ease-in-out infinite;
}
@media (hover: hover) {
  .visual__scroll:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.visual__scroll .text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.visual__scroll .arrow {
  height: 40px;
  width: 1px;
  background-color: #FFF200;
  position: relative;
}
.visual__scroll .arrow:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #FFF200;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}
.visual.loaded {
  opacity: 1;
}
.visual.loaded .visual__logo {
  opacity: 1;
}
.visual.loaded .visual__content__logo img {
  transform: translateY(0);
}
.visual.loaded .visual__content__lead p {
  transform: translateY(0);
}
.visual.loaded .visual__content__lead:after {
  transform: scaleX(1);
}
.visual.loaded .visual__content__text p {
  transform: translateY(0);
}
.visual.loaded .visual__content__linkWrap {
  opacity: 1;
}
.visual.loaded .visual__overlay {
  visibility: hidden;
  transform: scaleX(0);
}
.visual.loaded .visual__overlay__logo:after {
  animation: ovl_logo ease-in-out 1.5s 0.2s forwards;
}
.visual.loaded .bar1,
.visual.loaded .bar2 {
  transform: scaleX(1);
}

@keyframes scroll {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  70% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 0;
  }
}
.imgWrap1 {
  display: flex;
}
.imgWrap1__main {
  width: 50%;
}
.imgWrap1__main .bar1 {
  width: 15.625vw;
  height: 3.125vw;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.5s ease 1s;
}
.imgWrap1__main .bar2 {
  width: 15.625vw;
  height: 1.5625vw;
  background-color: #FFF200;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.5s ease 1.2s;
}
.imgWrap1__main.onAnim .bar1,
.imgWrap1__main.onAnim .bar2 {
  transform: scaleX(1);
}
.imgWrap1__sub {
  width: 50%;
}
@media (min-width: 769px) {
  .imgWrap1__sub__1 img {
    animation-delay: 0.9s !important;
  }
  .imgWrap1__sub__1:before, .imgWrap1__sub__1:after {
    animation-delay: 0.4s !important;
  }
}
.imgWrap1__sub__1 .bar1 {
  width: 15.625vw;
  height: 1.5625vw;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.5s ease 1.4s;
}
.imgWrap1__sub__1.onAnim .bar1 {
  transform: scaleX(1);
}
.imgWrap1__sub__2 img {
  animation-delay: 0.8s !important;
}
.imgWrap1__sub__2:before, .imgWrap1__sub__2:after {
  animation-delay: 0.3s !important;
}
@media (min-width: 769px) {
  .imgWrap1__sub__2 img {
    animation-delay: 1.1s !important;
  }
  .imgWrap1__sub__2:before, .imgWrap1__sub__2:after {
    animation-delay: 0.6s !important;
  }
}
.imgWrap1__sub__2 .bar1 {
  width: 7.8125vw;
  height: 1.5625vw;
  background-color: #0045FF;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.5s ease 1.6s;
}
.imgWrap1__sub__2.onAnim .bar1 {
  transform: scaleX(1);
}

.imgWrap2 {
  display: flex;
  overflow: hidden;
}
.imgWrap2 > * {
  transform: scale(1.001);
}
.imgWrap2__1 {
  width: 33.3333333333%;
}
.imgWrap2__1 .bar1 {
  width: 7.8125vw;
  height: 1.5625vw;
  background-color: #0045FF;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.5s ease 1.4s;
}
.imgWrap2__1.onAnim .bar1 {
  transform: scaleX(1);
}
.imgWrap2__2 {
  width: 33.3333333333%;
}
@media (min-width: 769px) {
  .imgWrap2__2 img {
    animation-delay: 0.9s !important;
  }
  .imgWrap2__2:before, .imgWrap2__2:after {
    animation-delay: 0.4s !important;
  }
}
.imgWrap2__2 .bar1 {
  width: 7.8125vw;
  height: 1.5625vw;
  background-color: #FFF200;
  position: absolute;
  bottom: 1.5625vw;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.5s ease 1.8s;
}
.imgWrap2__2 .bar2 {
  width: 15.625vw;
  height: 1.5625vw;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.5s ease 1.6s;
}
.imgWrap2__2.onAnim .bar1 {
  transform: scaleX(1);
}
.imgWrap2__2.onAnim .bar2 {
  transform: scaleX(1);
}
.imgWrap2__3 {
  width: 33.3333333333%;
}
.imgWrap2__3 img {
  animation-delay: 0.8s !important;
}
.imgWrap2__3:before, .imgWrap2__3:after {
  animation-delay: 0.3s !important;
}
@media (min-width: 769px) {
  .imgWrap2__3 img {
    animation-delay: 1.1s !important;
  }
  .imgWrap2__3:before, .imgWrap2__3:after {
    animation-delay: 0.6s !important;
  }
}
.imgWrap2__3 .bar1 {
  width: 7.8125vw;
  height: 1.5625vw;
  background-color: #0045FF;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.5s ease 1.6s;
}
.imgWrap2__3.onAnim .bar1 {
  transform: scaleX(1);
}

.characteristic {
  position: relative;
  background-color: #1f1f1f;
  padding: 200px 0;
  color: #fff;
}
.characteristic__bar1 {
  position: absolute;
  width: 15.625vw;
  height: 3.125vw;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.5s ease 0s;
}
.characteristic__bar1.onAnim {
  transform: scaleX(1);
}
.characteristic__bar2 {
  position: absolute;
  width: 31.25vw;
  height: 3.125vw;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.5s ease 0s;
}
.characteristic__bar2.onAnim {
  transform: scaleX(1);
}

.characteristicSection {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 170px;
}
.characteristicSection:nth-child(2n) {
  flex-direction: row-reverse;
}
.characteristicSection__img {
  width: 54.237%;
}
.characteristicSection__img .bar1 {
  position: absolute;
  left: -20px;
  bottom: 6.25vw;
  width: 7.8125vw;
  height: 3.125vw;
  z-index: 5;
  background-color: #0045FF;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.25s ease 0.8s;
}
.characteristicSection__img .bar2 {
  position: absolute;
  right: -20px;
  bottom: 6.25vw;
  width: 7.8125vw;
  height: 1.5625vw;
  z-index: 5;
  background-color: #EAEAEA;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.25s ease 0.8s;
}
.characteristicSection__img .bar3 {
  position: absolute;
  right: -20px;
  bottom: 4.6875vw;
  width: 15.625vw;
  height: 1.5625vw;
  z-index: 5;
  background-color: #FFF200;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
  transition: transform 0.25s ease 1s;
}
.characteristicSection__img.onAnim .bar1,
.characteristicSection__img.onAnim .bar2,
.characteristicSection__img.onAnim .bar3 {
  transform: scaleX(1);
}
.characteristicSection__contents {
  width: 42.3728%;
}
.characteristicSection__heading {
  margin-bottom: 40px;
  width: 100%;
}
.characteristicSection__heading img {
  width: 90%;
}
.characteristicSection__heading--1 img {
  margin-left: auto;
  max-width: 340px;
}
.characteristicSection__heading--2 img {
  max-width: 346px;
}
.characteristicSection__titleWrap {
  display: flex;
}
.characteristicSection__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
.characteristicSection__text {
  font-size: 14px;
  transition: all 0.3s ease 0s;
  transform: translateY(2em);
  opacity: 0;
}
.characteristicSection__text:hover {
  text-decoration: none;
}
.characteristicSection__text.onAnim {
  opacity: 1;
  transform: translateY(0);
}

.characteristicBT {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  width: 100%;
  color: #fff;
  padding: 0.6em 1em;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 356px;
  margin: 0 auto;
}
.characteristicBT:hover {
  text-decoration: none;
}
.characteristicBT span {
  position: relative;
  z-index: 5;
}
.characteristicBT:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF200;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.3s ease 0s;
}
.characteristicBT:before:hover {
  text-decoration: none;
}
.characteristicBT:hover {
  color: #000;
  border-color: #FFF200;
  text-shadow: none;
}
.characteristicBT:hover:before {
  transform: scaleX(1);
}

.footCV {
  max-width: 355px;
  width: 100%;
  position: fixed;
  z-index: 110;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 110%);
  transition: transform 0.6s ease 0s;
}
.footCV.scrolled {
  transform: translate(-50%, 0%);
}
.footCV a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  color: #000;
  padding: 0.8em 1em;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
  position: relative;
  margin: 0 auto;
  background-color: #FFF200;
}
.footCV a:hover {
  text-decoration: none;
}
.footCV a span {
  position: relative;
  z-index: 5;
}
.footCV a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1f1f1f;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.3s ease 0s;
}
.footCV a:before:hover {
  text-decoration: none;
}
.footCV a:hover {
  color: #fff;
  text-shadow: none;
}
.footCV a:hover:before {
  transform: scaleX(1);
}

.information {
  position: relative;
  padding: 100px 0;
  background-color: #1f1f1f;
}
.information:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.7s ease 0s;
}
.information.onAnim:before {
  transform: scaleX(1);
}
.information__inner {
  display: flex;
  justify-content: space-between;
}
.information__inner > * {
  width: 46%;
}
.information__heading {
  font-weight: bold;
  line-height: 1.4;
  font-size: 26px;
  margin-bottom: 1em;
}
.information .row {
  display: flex;
  margin-bottom: 1.6em;
  font-size: 14px;
}
.information .row:last-child {
  margin-bottom: 0;
}
.information .row dt {
  width: 6em;
  flex-shrink: 0;
  position: relative;
}
.information .row dt:after {
  content: ":";
  position: absolute;
  right: 0;
}
.information .row dd {
  width: 100%;
  padding-left: 1.6em;
}

.anim.fadeIn {
  transition: opacity 0.5s ease 0s;
  opacity: 0;
}
.anim.fadeIn.onAnim {
  opacity: 1;
}

.anim.fadeUp {
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: translateY(30px);
}
.anim.fadeUp.onAnim {
  transform: translateY(0px);
  opacity: 1;
}

@media only screen and (max-width: 1680px) {
  @keyframes scroll {
    0% {
      transform: translateY(-20px);
      opacity: 0;
    }
    70% {
      transform: translateY(0px);
      opacity: 1;
    }
    100% {
      transform: translateY(0px);
      opacity: 0;
    }
  }
}
@media only screen and (max-width: 1024px) {
  .o_pc {
    display: none !important;
  }
  .fixedbar1:before {
    height: 8px;
  }
  .fixedbar1:after {
    width: 8px;
  }
  .fixedbar2:before {
    height: 8px;
  }
  .fixedbar2:after {
    width: 8px;
  }
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  @keyframes scroll {
    0% {
      transform: translateY(-20px);
      opacity: 0;
    }
    70% {
      transform: translateY(0px);
      opacity: 1;
    }
    100% {
      transform: translateY(0px);
      opacity: 0;
    }
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  .o_sp {
    display: block !important;
  }
  .o_sp2 {
    display: block !important;
  }
  .no_sp2 {
    display: none !important;
  }
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mainContent {
    position: relative;
    z-index: 15;
  }
  .visual picture img {
    -o-object-position: top center;
       object-position: top center;
  }
  .visual__logo {
    top: 7.98vw;
    left: 50%;
    transform: translateX(-50%);
    width: 15.96vw;
  }
  .visual__logo img {
    width: 100%;
  }
  .visual__logo.scrolled {
    left: 7.98vw;
    width: 10.64vw;
    transform: translateX(0);
  }
  .visual__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5.32vw;
    padding-bottom: min(6.1575vh, 21.28vw);
    justify-content: flex-end;
    margin: 0 auto;
  }
  .visual__content__inner {
    align-items: center;
    width: 100%;
  }
  .visual__content__logo {
    width: 100%;
    max-width: min(30.5412vh, 76.608vw);
    margin-bottom: min(2.9556vh, 7.98vw);
  }
  .visual__content__lead {
    font-size: min(2.7093vh, 6.916vw);
    margin-bottom: min(2.2167vh, 5.32vw);
    text-align: center;
  }
  .visual__content__text {
    font-size: min(2.2167vh, 5.32vw);
    margin-bottom: min(3.6945vh, 10.64vw);
    text-align: center;
  }
  .visual__content__linkWrap {
    max-width: min(30.5412vh, 76.608vw);
  }
  .visual__scroll {
    display: none;
  }
  .visual .bar1,
  .visual .bar2 {
    display: none;
  }
  @keyframes scroll {
    0% {
      transform: translateY(-20px);
      opacity: 0;
    }
    70% {
      transform: translateY(0px);
      opacity: 1;
    }
    100% {
      transform: translateY(0px);
      opacity: 0;
    }
  }
  .imgWrap1 {
    display: block;
  }
  .imgWrap1__main {
    width: 100%;
  }
  .imgWrap1__main .bar1,
  .imgWrap1__main .bar2 {
    display: none;
  }
  .imgWrap1__sub {
    display: flex;
    width: 100%;
  }
  .imgWrap1__sub__1 {
    width: 50%;
  }
  .imgWrap1__sub__1 .bar1 {
    display: none;
  }
  .imgWrap1__sub__2 {
    width: 50%;
  }
  .imgWrap1__sub__2 .bar1 {
    display: none;
  }
  .imgWrap2 {
    flex-wrap: wrap;
  }
  .imgWrap2__1 {
    width: 100%;
  }
  .imgWrap2__1 .bar1 {
    display: none;
  }
  .imgWrap2__2 {
    width: 50%;
  }
  .imgWrap2__2 .bar1,
  .imgWrap2__2 .bar2 {
    display: none;
  }
  .imgWrap2__3 {
    width: 50%;
  }
  .characteristic {
    padding: 100px 0;
  }
  .characteristicSection {
    flex-direction: column !important;
    margin-bottom: 100px;
  }
  .characteristicSection__img {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    order: 3;
    margin-bottom: 30px;
  }
  .characteristicSection__img .bar1,
  .characteristicSection__img .bar2,
  .characteristicSection__img .bar3 {
    display: none;
  }
  .characteristicSection__contents {
    width: 100%;
    display: contents;
  }
  .characteristicSection__heading {
    order: 1;
  }
  .characteristicSection__titleWrap {
    order: 2;
  }
  .characteristicSection__text {
    order: 4;
  }
  .characteristicSection__title {
    font-size: 22px;
  }
  .footCV {
    max-width: 100%;
  }
  .information__inner {
    flex-direction: column;
  }
  .information__inner > * {
    width: 100%;
  }
  .information__img {
    margin-bottom: 40px;
  }
  .information .row {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .information .row dt {
    width: 5em;
  }
}
@media only screen and (max-width: 375px) {
  @keyframes scroll {
    0% {
      transform: translateY(-20px);
      opacity: 0;
    }
    70% {
      transform: translateY(0px);
      opacity: 1;
    }
    100% {
      transform: translateY(0px);
      opacity: 0;
    }
  }
}