@charset "UTF-8";
/* Scss Document */
/*色*/
/*v2024*/
/*font*/
/*==================================*/
/*global_business*/
/*==================================*/
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap");
footer, .dirList {
  z-index: 20;
}

.lpGb2026_en2 {
  font-family: 'Kanit', sans-serif;
}

.lpGb2026 {
  position: relative;
  /*暫定 共通サイズ*/
  font-size: 1.6rem;
}

.lpGb2026_mv {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_mv {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.lpGb2026_mv__main {
  position: relative;
}
.lpGb2026_mv__main__image {
  width: 100%;
  height: 60vw;
  clip-path: polygon(50% 100%, 100% 80%, 100% 0%, 0% 0%, 0% 80%);
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .lpGb2026_mv__main__image {
    max-height: 75vh;
    min-height: 45vw;
  }
}
@media only screen and (max-width: 767px) {
  .lpGb2026_mv__main__image {
    display: none;
  }
}
.lpGb2026_mv__main__imageSp {
  width: 100%;
  height: 68vh;
  clip-path: polygon(50% 100%, 100% 80%, 100% 0%, 0% 0%, 0% 80%);
}
@media print, screen and (min-width: 768px) {
  .lpGb2026_mv__main__imageSp {
    display: none;
  }
}
.lpGb2026_mv__main__set {
  width: 50%;
  height: 100%;
}
.lpGb2026_mv__main__set--sp {
  width: 100%;
}
.lpGb2026_mv__main__set img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.lpGb2026_mv__head {
  position: absolute;
  top: 5vh;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 5;
  width: 950px;
  height: 330px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_mv__head {
    width: 52vw;
    height: 70vw;
    top: 10px;
  }
}
.lpGb2026_mv__head__gakubu {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_mv__head__gakubu {
    width: 40vw;
  }
}
.lpGb2026_mv__head__ttl img {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .lpGb2026_mv__head__ttl img {
    left: 40px;
  }
}
.lpGb2026_mv__logomark {
  margin: -9vh auto 0 auto;
  text-align: center;
  position: relative;
  width: 38vh;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_mv__logomark {
    width: 60vw;
    margin: -12vw auto 0 auto;
  }
}

.lpGb2026_about {
  position: relative;
  padding: 120px 60px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_about {
    padding: 90px 20px;
  }
}
.lpGb2026_about__ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_about__ttl {
    width: 95%;
    margin: 0 auto 40px auto;
  }
}
.lpGb2026_about__msg {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 2;
  color: #10355e;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_about__msg {
    font-size: min(3.8vw, 1.6rem);
    padding-bottom: 20vw;
  }
}

.lpGb2026_escBnr {
  position: absolute;
  right: 0;
  top: bottom;
  transform: translate(-15%, -30%);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_escBnr {
    transform: translate(0, 0);
    right: -10px;
    width: 30vw;
  }
}

#sp_global_business2026_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

.lpGb2026_kw {
  height: 60vw;
  width: 100vw;
  background: url("/assets/images/special/sp_global_business2026/about_bg.jpg") repeat top center;
  clip-path: polygon(0% 0%, 0% 85%, 50% 100%, 100% 85%, 100% 0%, 50% 15%);
  position: relative;
  animation: lpGb2026_kw_bg 30s infinite linear;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_kw {
    height: 140vw;
    clip-path: polygon(0% 0%, 0% 85%, 50% 100%, 100% 85%, 100% 0%, 50% 10%);
    background-size: 150%;
  }
}
.lpGb2026_kw__txt {
  font-size: 15rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  z-index: 1;
  color: #fff;
  display: inline-block;
  font-family: 'Kanit', sans-serif;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_kw__txt {
    font-size: 7rem;
  }
}
.lpGb2026_kw__txt:before {
  content: attr(data-text);
  position: absolute;
  filter: blur(7px);
  z-index: -1;
  background: linear-gradient(90deg, #ee2597, #2261d4, #ee2597, #2261d4);
  background-size: 100% 100%;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-stroke: 8px transparent;
}
.lpGb2026_kw__txt.-type01 {
  position: absolute;
  left: 10%;
  top: 10%;
}
.lpGb2026_kw__txt.-type02 {
  position: absolute;
  right: -30%;
  top: 20%;
}
.lpGb2026_kw__txt.-type03 {
  position: absolute;
  left: -30%;
  bottom: 40%;
}
.lpGb2026_kw__main {
  position: absolute;
  bottom: -1vw;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  width: 50%;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_kw__main {
    width: 70vw;
  }
}
.lpGb2026_kw__set01 {
  position: absolute;
  top: 10%;
}
.lpGb2026_kw__set01 .lpGb2026_kw__txt {
  left: 60vw;
  position: relative;
  font-size: 18rem;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_kw__set01 .lpGb2026_kw__txt {
    font-size: 9rem;
  }
}
.lpGb2026_kw__set02 {
  position: absolute;
  left: 0;
  top: 22%;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_kw__set02 {
    top: 25%;
  }
}
.lpGb2026_kw__set03 {
  position: absolute;
  bottom: 22%;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_kw__set03 {
    bottom: 10%;
  }
}
.lpGb2026_kw__set03 .lpGb2026_kw__txt {
  font-size: 9rem;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_kw__set03 .lpGb2026_kw__txt {
    font-size: 6rem;
  }
}
.lpGb2026_kw__set04 {
  position: absolute;
  bottom: 30%;
}
.lpGb2026_kw__set04 .lpGb2026_kw__txt {
  font-size: 7rem;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_kw__set04 .lpGb2026_kw__txt {
    font-size: 4rem;
  }
}
.lpGb2026_kw__set05 {
  position: absolute;
  bottom: 50%;
}
.lpGb2026_kw__set05 .lpGb2026_kw__txt {
  font-size: 9rem;
  padding-left: 30vw;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_kw__set05 .lpGb2026_kw__txt {
    font-size: 5rem;
  }
}
.lpGb2026_kw__set06 {
  position: absolute;
  top: 45%;
}
.lpGb2026_kw__set06 .lpGb2026_kw__txt {
  padding-left: 50vw;
}

.lpGb2026_marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 0 50vw;
  width: 100vw;
}
.lpGb2026_marquee__inner {
  width: 100vw;
  animation: lpGb2026_marquee 20s linear infinite;
}
.lpGb2026_marquee__inner.-typeM01 {
  animation: lpGb2026_marquee 10s linear infinite;
}
.lpGb2026_marquee__inner.-typeM02 {
  animation: lpGb2026_marquee 15s linear infinite;
}
.lpGb2026_marquee__inner.-typeM03 {
  animation: lpGb2026_marquee 30s linear infinite;
}
.lpGb2026_marquee__inner.-typeM04 {
  animation: lpGb2026_marquee 40s linear infinite;
}

@keyframes lpGb2026_marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 50vw);
  }
}
@keyframes lpGb2026_kw_bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1440px 0;
  }
}
.lpGb2026_geom {
  width: 20vw;
  height: 20vw;
  position: absolute;
  transform-origin: center center;
  z-index: 2;
}
.lpGb2026_geom__svg {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.lpGb2026_geom--type01 {
  top: -5%;
  left: 1%;
}
.lpGb2026_geom--type01 svg {
  transform: scale(0.7, 0.3);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_geom--type01 {
    top: 8%;
    transform: scale(0.9, 0.4);
  }
  .lpGb2026_geom--type01 svg {
    transform: scale(1, 0.8);
  }
}
.lpGb2026_geom--type02 {
  left: 15%;
  top: -4%;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_geom--type02 {
    left: 5%;
    top: -2%;
    transform: scale(1.8);
  }
}
.lpGb2026_geom--type03 {
  right: -2%;
  top: -3%;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_geom--type03 {
    right: -2%;
    top: 2%;
    transform: rotate(10deg) scale(1.3);
  }
}
.lpGb2026_geom--type04 {
  right: -2%;
  top: 10%;
  transform: scale(0.3) rotate(-60deg);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_geom--type04 {
    transform: scale(0.6) rotate(-60deg);
  }
}
.lpGb2026_geom--type05 {
  left: 8%;
  top: 6%;
  transform: scale(0.2);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_geom--type05 {
    left: 10%;
    top: 5%;
    transform: scale(0.4);
  }
}
.lpGb2026_geom--type06 {
  right: -5%;
  top: 19%;
  transform: scale(0.1);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_geom--type06 {
    top: 20;
    right: 5%;
    transform: scale(0.2);
  }
}
.lpGb2026_geom--type06.-mvSet1 {
  right: auto;
  left: 40%;
  top: 0%;
  transform: scale(0.4) rotate(10deg) translateY(-160%);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_geom--type06.-mvSet1 {
    top: 0;
    left: 50%;
    transform: scale(0.6) rotate(10deg) translateY(-120%);
  }
}
.lpGb2026_geom--type05.-mvSet1 {
  left: auto;
  right: 6%;
  top: -5%;
  transform: scale(0.4) rotate(80deg);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_geom--type05.-mvSet1 {
    right: 10%;
    top: -8%;
    transform: scale(0.9) rotate(80deg);
  }
}

.lpGb2026_about {
  position: relative;
}
.lpGb2026_about .lpGb2026_geom {
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}
.lpGb2026_about .lpGb2026_geom--type01 {
  left: 0;
  top: -25%;
  transform: rotate(-25deg) scale(0.8);
}
.lpGb2026_about .lpGb2026_geom--type01 svg {
  transform: scale(-1.8, 0.5);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_about .lpGb2026_geom--type01 {
    left: -8%;
    top: -10%;
    transform: rotate(-25deg) scale(1.4);
  }
}
.lpGb2026_about .lpGb2026_geom--type02 {
  top: -5%;
  left: auto;
  right: -15%;
  transform: rotate(25deg);
}
.lpGb2026_about .lpGb2026_geom--type02 svg {
  transform: scale(-2.4, -0.5);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_about .lpGb2026_geom--type02 {
    right: -8%;
  }
}
.lpGb2026_about .lpGb2026_geom--type03 {
  top: 1%;
  right: 5%;
  transform: rotate(80deg);
}
.lpGb2026_about .lpGb2026_geom--type03 svg {
  transform: scale(0.2, 0.8);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_about .lpGb2026_geom--type03 {
    top: 0%;
  }
}
.lpGb2026_about .lpGb2026_geom--type04 {
  top: 1%;
  left: 5%;
  transform: rotate(50deg);
}
.lpGb2026_about .lpGb2026_geom--type04 svg {
  transform: scale(0.3);
}
.lpGb2026_about .lpGb2026_geom--type05 {
  top: 20%;
  right: -5%;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_about .lpGb2026_geom--type05 {
    right: -6%;
    top: 38%;
  }
}
.lpGb2026_about .lpGb2026_geom--type06 {
  top: 30%;
  left: -10%;
  transform: rotate(-10deg);
}
.lpGb2026_about .lpGb2026_geom--type06 svg {
  transform: scale(-2, 0.2);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_about .lpGb2026_geom--type06 {
    left: 0;
    transform: rotate(-40deg) scale(0.5);
  }
}
.lpGb2026_about .lpGb2026_geom--type01.-set2 {
  left: auto;
  right: 0;
  top: 55%;
  transform: rotate(-25deg);
}
.lpGb2026_about .lpGb2026_geom--type01.-set2 svg {
  transform: scale(1, 0.2);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_about .lpGb2026_geom--type01.-set2 {
    right: -10%;
  }
}
.lpGb2026_about .lpGb2026_geom--type02.-set2 {
  right: auto;
  top: 40%;
  left: 7%;
  transform: rotate(0) scale(0.5);
}
.lpGb2026_about .lpGb2026_geom--type02.-set2 svg {
  transform: scale(-1.5, -0.4);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_about .lpGb2026_geom--type02.-set2 {
    top: 70%;
    left: -6%;
  }
}

.lpGb2026_sec {
  padding: 10vw 0;
}

.lpGb2026_secTtl {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
.lpGb2026_secTtl__main {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_secTtl__main {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .lpGb2026_secTtl__main.-typebig {
    width: 99%;
  }
}
@media only screen and (max-width: 767px) {
  .lpGb2026_secTtl__main.-typeM {
    width: 75%;
  }
}
.lpGb2026_secTtl__icon {
  width: 100px;
  margin: 0 auto 5px auto;
}
.lpGb2026_secTtl__icon.-typeW {
  filter: drop-shadow(-10px -10px 10px rgba(255, 255, 255, 0.6)) drop-shadow(10px 10px 10px rgba(255, 255, 255, 0.6));
}

.lpGb2026_lead {
  font-weight: bold;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_lead {
    font-size: 1.8rem;
    margin: 0 20px;
  }
}

.lpGb2026_point {
  margin-top: 3vw;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_point {
    margin-top: 10vw;
  }
}
.lpGb2026_point__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_point__item {
    display: block;
  }
}
.lpGb2026_point__item.-typeR {
  flex-direction: row-reverse;
}
.lpGb2026_point__item__img {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_point__item__img {
    width: 85%;
  }
}
.lpGb2026_point__item__img__set {
  transform: skewY(10deg);
  overflow: hidden;
}
.lpGb2026_point__item__img img {
  position: relative;
  transform: skewY(-10deg) scale(1.3);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_point__item__img.-typeR {
    margin-left: auto;
  }
}
.lpGb2026_point__item__img.-typeR .lpGb2026_point__item__img__set {
  transform: skewY(-10deg);
}
.lpGb2026_point__item__img.-typeR .lpGb2026_point__item__img__set img {
  transform: skewY(10deg) scale(1.3);
}
.lpGb2026_point__item__info {
  flex: 1;
  padding: 5vw 9vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_point__item__info {
    padding: 10vw 6vw;
  }
}
.lpGb2026_point__ttlSub {
  font-family: 'Kanit', sans-serif;
  font-size: 6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 1px #943632;
  text-stroke: 1px #943632;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_point__ttlSub {
    font-size: 4rem;
  }
}
.lpGb2026_point__ttl {
  font-size: 4.2rem;
  line-height: 1.3;
  color: #943632;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_point__ttl {
    font-size: 3rem;
  }
}
.lpGb2026_point__txt {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_point__txt {
    font-size: 1.6rem;
  }
}
.lpGb2026_point .lpGb2026_geom {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  position: absolute;
  z-index: -1;
}
.lpGb2026_point .lpGb2026_geom--type03 {
  top: 0;
  right: -5%;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_point .lpGb2026_geom--type03 {
    top: 5%;
    transform: scale(1.5);
  }
}
.lpGb2026_point .lpGb2026_geom--type02 {
  top: -25%;
  left: -3%;
  transform: rotate(-30deg);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_point .lpGb2026_geom--type02 {
    top: -5%;
    transform: scale(1.8) rotate(-30deg);
  }
}
.lpGb2026_point .lpGb2026_geom--type06 {
  top: -5%;
  right: 0%;
  transform: scale(0.5) rotate(60deg);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_point .lpGb2026_geom--type06 {
    top: 0%;
    right: 5%;
    transform: scale(0.9) rotate(60deg);
  }
}

.lpGb2026_topic {
  background-color: #faedd8;
  border-radius: 10px;
  padding: 60px 100px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_topic {
    padding: 10vw 8vw;
  }
}
.lpGb2026_topic__head {
  font-weight: bold;
  left: 0;
  top: 0;
  position: absolute;
  height: 180px;
  width: 180px;
  transform: rotateZ(-45deg);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_topic__head {
    width: 120px;
    height: 120px;
  }
}
.lpGb2026_topic__head > span {
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #a2352e;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}
.lpGb2026_topic__head > span:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #59278e;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
.lpGb2026_topic__head > span > span {
  position: relative;
  z-index: 10;
  display: block;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_topic__head > span {
    font-size: 1.2rem;
    height: 20px;
    line-height: 20px;
  }
}
.lpGb2026_topic__ttl {
  margin-bottom: 20px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_topic__ttl {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.lpGb2026_topic__ttl__sub {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.lpGb2026_secWrap {
  min-height: 50vw;
  clip-path: polygon(0% 0%, 0% calc(100% - 10vw), 50% 100%, 100% calc(100% - 10vw), 100% 0%, 50% 10vw);
  padding: 10vw 0;
}
.lpGb2026_secWrap + .lpGb2026_secWrap {
  margin-top: -10vw;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_secWrap + .lpGb2026_secWrap {
    margin-top: -20vw;
  }
}
@media only screen and (max-width: 767px) {
  .lpGb2026_secWrap {
    clip-path: polygon(0% 0%, 0% calc(100% - 20vw), 50% 100%, 100% calc(100% - 20vw), 100% 0%, 50% 20vw);
    padding: 20vw 0;
  }
}

.lpGb2026_case {
  background-color: #711fc5;
  border-top: 1px solid #fff;
  padding: 0;
}
.lpGb2026_case .lpGb2026_sec {
  padding-top: 0;
}
.lpGb2026_case__bg {
  position: sticky;
  top: 0;
  left: 0;
  height: 60vw;
  background: url("/assets/images/special/sp_global_business2026/bg_case.jpg") no-repeat top center #711fc5;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_case__bg {
    height: 100vw;
    background-size: 150%;
  }
}
.lpGb2026_case__head {
  width: 780px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_case__head {
    width: 100%;
  }
}
.lpGb2026_case__head__student {
  position: absolute;
  bottom: -250px;
  left: 0;
  transform: translate(-85%, 0);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_case__head__student {
    bottom: -10vw;
    width: 50vw;
    transform: translate(-15%, 0);
  }
}
.lpGb2026_case__head .lpGb2026_lead {
  padding: 0 40px;
}
@media print, screen and (min-width: 768px) {
  .lpGb2026_case__head .lpGb2026_lead {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .lpGb2026_case__head .lpGb2026_lead {
    padding: 0 10px 0 0;
    margin-left: 40vw;
  }
}

.lpGb2026_caseMain {
  margin-top: 40px;
  padding-bottom: 10vw;
}
.lpGb2026_caseMain__set {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseMain__set {
    flex-direction: column;
    margin-bottom: 10vw;
  }
}
@media print, screen and (min-width: 768px) {
  .lpGb2026_caseMain__set.-type2 {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseMain__set.-type2 {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseMain__set.-typeReport {
    display: block;
  }
}
.lpGb2026_caseMain__set__img {
  flex: 1;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseMain__set__img {
    margin-left: 20vw;
  }
}
.lpGb2026_caseMain__set__img img {
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lpGb2026_caseMain__set__img.-type2 {
  border-radius: 0 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseMain__set__img.-type2 {
    margin-left: 0;
    margin-right: 20vw;
  }
}
.lpGb2026_caseMain__set__head {
  padding: 5vw 9vw;
  width: 45vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseMain__set__head {
    width: auto;
  }
}
.lpGb2026_caseMain__set__head .lpGb2026_geom {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: -1;
}
.lpGb2026_caseMain__set__head .lpGb2026_geom--type01 {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.5, 0.8);
  z-index: -1;
}
.lpGb2026_caseMain__set__head .lpGb2026_geom--type04 {
  position: absolute;
  top: -20%;
  right: 15%;
  transform: scale(1, 1.2) rotate(140deg);
  z-index: -1;
}
.lpGb2026_caseMain__set__head .lpGb2026_geom--type06 {
  position: absolute;
  top: 20%;
  right: 6%;
  transform: scale(0.4);
  z-index: -1;
}
.lpGb2026_caseMain__set__head .lpGb2026_geom--type05 {
  position: absolute;
  top: -20%;
  left: 20%;
  transform: scale(1);
  z-index: -1;
}
.lpGb2026_caseMain__set__head .lpGb2026_geom--type03 {
  position: absolute;
  top: -10%;
  left: 30%;
  transform: scale(0.5);
  z-index: -1;
}
.lpGb2026_caseMain__ttl {
  font-family: 'Kanit', sans-serif;
  font-size: 5vw;
  letter-spacing: 0.05em;
  line-height: 0.85;
  margin-bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseMain__ttl {
    font-size: 5.5rem;
  }
}
.lpGb2026_caseMain__about {
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 20px;
  width: 750px;
  position: relative;
  z-index: 2;
  margin: -120px auto -60px auto;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseMain__about {
    width: 85%;
    margin: -12vw auto -5vw auto;
    padding: 5vw;
  }
}
.lpGb2026_caseMain__about__ttl {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseMain__about__ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseMain__about p {
    font-size: 1.4rem;
  }
}

.lpGb2026_caseVoice {
  color: #fff;
  margin-top: 30px;
}
.lpGb2026_caseVoice__ttl {
  font-size: 3rem;
  font-family: 'Kanit', sans-serif;
  line-height: 0.8;
  display: flex;
  align-items: flex-end;
}
.lpGb2026_caseVoice__ttl:after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background-color: #fff;
  flex: 1;
  margin-left: 5px;
}
.lpGb2026_caseVoice__ttl > span {
  display: block;
}
.lpGb2026_caseVoice__msg {
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseVoice__msg {
    padding: 20px 20px;
  }
}
.lpGb2026_caseVoice__ba > div {
  display: flex;
}
.lpGb2026_caseVoice__ba > div:before, .lpGb2026_caseVoice__ba > div:after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background-color: #fff;
  flex: 1;
}
.lpGb2026_caseVoice__ba > div > span {
  width: 30px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg) translateX(50%);
}
.lpGb2026_caseVoice__info {
  display: flex;
  margin-top: 40px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseVoice__info {
    padding: 0 20px;
  }
}
.lpGb2026_caseVoice__info__name {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseVoice__info__name {
    font-size: 1.4rem;
  }
}
.lpGb2026_caseVoice__info__img {
  margin-left: 30px;
}

.lpGb2026_caseReport {
  overflow: hidden;
  padding: 0 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseReport {
    padding: 0;
  }
}
.lpGb2026_caseReport__main {
  width: 100%;
}
.lpGb2026_caseReport__item {
  background-color: rgba(124, 34, 216, 0.8);
  color: #fff;
  padding: 30px 50px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseReport__item {
    padding: 15px 15px;
  }
}
.lpGb2026_caseReport__num {
  font-size: 5rem;
  font-family: 'Kanit', sans-serif;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseReport__num {
    font-size: 3rem;
  }
}
.lpGb2026_caseReport__ttl {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseReport__ttl {
    font-size: 2rem;
  }
}
.lpGb2026_caseReport__more {
  height: 100%;
  width: 200px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(-90deg, #700dd6 0%, rgba(112, 13, 214, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseReport__more {
    width: 20vw;
  }
}
.lpGb2026_caseReport .slick-list {
  overflow: visible;
}
@media print, screen and (min-width: 768px) {
  .lpGb2026_caseReport .slick-list {
    padding-right: max(60px, calc((100vw - 1440px)/2));
  }
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseReport .slick-list {
    padding: 0 10vw 0 10vw !important;
  }
}
.lpGb2026_caseReport .slick-slide {
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_caseReport .slick-slide {
    margin-right: 20px;
  }
}
.lpGb2026_caseReport .slick-track {
  display: flex;
}
.lpGb2026_caseReport .slick-slide {
  height: auto !important;
}

.lpGb2026_mission {
  padding-top: 0;
  border-top: 1px solid #fff;
  background-color: #fff;
}
.lpGb2026_mission .lpGb2026_sec {
  padding-top: 0;
}
.lpGb2026_mission__bg {
  position: sticky;
  top: 0;
  left: 0;
  height: 60vw;
  background: url("/assets/images/special/sp_global_business2026/mission_bg.jpg") no-repeat top center #fff;
  background-size: 100%;
}
.lpGb2026_mission__bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 10vw;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  clip-path: polygon(50% 10%, 0% 100%, 100% 100%);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_mission__bg:after {
    height: 20vw;
  }
}
@media only screen and (max-width: 767px) {
  .lpGb2026_mission__bg {
    background: url("/assets/images/special/sp_global_business2026/mission_bg_sp.jpg") no-repeat top center #fff;
    background-size: auto 120vw;
    height: 120vw;
  }
}
.lpGb2026_mission .lpGb2026_sec {
  padding-top: 5vw;
  padding-bottom: 0;
}
.lpGb2026_mission .lpGb2026_sec__head {
  padding-bottom: 5vw;
}

.lpGb2026_missionInner {
  background-color: #fff;
  clip-path: polygon(0% 10vw, 0% 100%, 50% 100%, 100% 100%, 100% 10vw, 50% 0%);
  padding-top: 5vw;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_missionInner {
    clip-path: polygon(0% 20vw, 0% 100%, 50% 100%, 100% 100%, 100% 20vw, 50% 0%);
    padding-top: 15vw;
  }
}
.lpGb2026_missionInner .lpGb2026_support {
  margin-top: 120px;
}

.lpGb2026_missionClm + .lpGb2026_missionClm {
  margin-top: 120px;
}
.lpGb2026_missionClm__head {
  margin: 0 auto 60px auto;
  width: 760px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_missionClm__head {
    width: 85%;
  }
}
.lpGb2026_missionClm__head__date {
  text-align: center;
  margin-bottom: 5px;
}
.lpGb2026_missionClm__head__date p {
  display: inline-block;
  background-color: #000;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_missionClm__head__date p {
    font-size: 1.6rem;
  }
}
.lpGb2026_missionClm__head__ttl {
  text-align: center;
  margin-bottom: 25px;
}
.lpGb2026_missionClm__head__ttl__en {
  font-family: 'Kanit', sans-serif;
  font-size: 8rem;
  line-height: 0.9;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_missionClm__head__ttl__en {
    font-size: 5rem;
  }
}
.lpGb2026_missionClm__head__ttl__jp {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}
.lpGb2026_missionClm__head__msg {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_missionClm__head__msg {
    padding-left: 30vw;
  }
}
.lpGb2026_missionClm__head__msg p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_missionClm__head__msg p {
    font-size: 1.6rem;
  }
}
.lpGb2026_missionClm__head__msg__img {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-110%, 0);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_missionClm__head__msg__img {
    transform: translate(-35%, 0);
    width: 40vw;
  }
}
@media only screen and (max-width: 767px) {
  .lpGb2026_missionClm__head__msg.-type2 {
    padding: 0;
  }
}
.lpGb2026_missionClm__head__img {
  position: absolute;
  border-top: 0;
  top: 0;
  right: 0;
  transform: translate(60%, -40%);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_missionClm__head__img {
    width: 30vw;
    transform: translate(40%, -70%);
  }
}
.lpGb2026_missionClm__gallery__list {
  margin-top: 30px;
}
.lpGb2026_missionClm__gallery__list__item {
  width: 22vw;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_missionClm__gallery__list__item {
    width: 45vw;
    margin: 0 10px;
  }
}
.lpGb2026_missionClm__gallery__list__item img {
  border-radius: 10px;
}

.lpGb2026_support {
  background-color: #faedd8;
  border-radius: 10px;
  padding: 60px 80px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_support {
    padding: 10vw 5vw;
  }
}
.lpGb2026_support__ttl {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_support__ttl {
    font-size: 2.8rem;
  }
}
.lpGb2026_support__clm + .lpGb2026_support__clm {
  margin-top: 30px;
}
.lpGb2026_support__set {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_support__set {
    padding: 5vw;
  }
}
.lpGb2026_support h3 {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #943632;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_support h3 {
    font-size: 2.4rem;
  }
}

.lpGb2026_career .lpGb2026_sec__head {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_career .lpGb2026_sec__head {
    padding-top: 45vw;
  }
}
.lpGb2026_career__img01 {
  position: absolute;
  left: -190px;
  top: 100px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_career__img01 {
    width: 40vw;
    top: -10vw;
    left: -10vw;
  }
}
.lpGb2026_career__img02 {
  position: absolute;
  right: -190px;
  top: 100px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_career__img02 {
    width: 40vw;
    top: -9.2vw;
    right: -10vw;
  }
}
.lpGb2026_career .lpGb2026_lead {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_career .lpGb2026_lead {
    width: 85%;
  }
}
.lpGb2026_career__icons {
  text-align: center;
  margin-top: 60px;
}

.lpGb2026_box {
  background-color: #fff;
  padding: 60px 90px;
  border-radius: 20px;
}
.lpGb2026_box.-type2 {
  border: 1px solid #943632;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_box {
    padding: 5vw;
  }
}

.lpGb2026_ttl01 {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_ttl01 {
    font-size: 2.6rem;
  }
}
.lpGb2026_ttl01:after {
  content: "";
  display: block;
  width: 100px;
  margin: 10px auto 0 auto;
  height: 2px;
  background-color: #943632;
}
.lpGb2026_ttl01 p {
  display: inline-block;
  width: fit-content;
  text-align: left;
}

.lpGb2026_system {
  margin-top: 90px;
}
.lpGb2026_system__head {
  margin-bottom: 30px;
}
.lpGb2026_system__ttl {
  margin-bottom: 20px;
  text-align: center;
}
.lpGb2026_system__ttl__en {
  font-family: 'Kanit', sans-serif;
  font-size: 12rem;
  line-height: 0.8;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #943632;
  text-stroke: 1px #943632;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_system__ttl__en {
    font-size: 8rem;
  }
}
.lpGb2026_system__ttl__jp {
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_system__ttl__jp {
    font-size: 3.2rem;
    text-align: left;
  }
}
.lpGb2026_system__lead {
  font-size: 1.8rem;
}

.lpGb2026_spc__head {
  margin-bottom: 20px;
}
.lpGb2026_spc .quest_Index {
  padding: 0;
}

.lpGb2026_esc {
  background-color: #fff;
}
.lpGb2026_esc__head {
  margin-bottom: 20px;
}

.lpGb2026_cvs {
  background: url("/assets/images/special/sp_global_business2026/bg_cvs_pc.jpg") no-repeat bottom -10vw center #051c45;
  background-size: 100%;
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 10vw);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_cvs {
    background: url("/assets/images/special/sp_global_business2026/bg_cvs_sp.jpg") no-repeat bottom 0 center #051c45;
  }
}
.lpGb2026_cvs .lpGb2026_sec {
  padding: 5vw 0 12vw 0;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_cvs .lpGb2026_sec {
    padding: 5vw 0 50vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .lpGb2026_cvs .l_container {
    width: 85%;
    margin: 0 auto;
  }
}
.lpGb2026_cvs__msg {
  font-size: 2rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_cvs__msg {
    font-size: 1.6rem;
  }
}
.lpGb2026_cvs .lpGb2026_geom {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.lpGb2026_cvs .lpGb2026_geom--type02 {
  top: 0;
  right: 0;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_cvs .lpGb2026_geom--type02 {
    transform: scale(-1.5, 1.5);
  }
}
.lpGb2026_cvs .lpGb2026_geom--type01 {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_cvs .lpGb2026_geom--type01 {
    top: 2%;
    transform: scale(2, 0.8);
  }
}
.lpGb2026_cvs .lpGb2026_geom--type03 {
  top: 15%;
  right: 5%;
  transform: scale(0.5);
}
.lpGb2026_cvs .lpGb2026_geom--type04 {
  left: 10%;
  top: 15%;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_cvs .lpGb2026_geom--type04 {
    transform: scale(1);
    left: 12%;
    top: 10%;
  }
}
.lpGb2026_cvs .lpGb2026_geom--type05 {
  right: 0%;
  top: 35%;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_cvs .lpGb2026_geom--type05 {
    top: 25%;
    right: -5%;
  }
}
.lpGb2026_cvs .lpGb2026_geom--type06 {
  left: 5%;
  top: 30%;
  transform: scale(0.4);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_cvs .lpGb2026_geom--type06 {
    left: -10%;
    transform: scale(0.9);
  }
}
.lpGb2026_cvs .lpGb2026_geom--type01.-set2 {
  left: 0;
  top: 70%;
  transform: rotate(-50deg);
}
.lpGb2026_cvs .lpGb2026_geom--type01.-set2 svg {
  transform: scale(2, 0.5);
}
.lpGb2026_cvs .lpGb2026_geom--type04.-set2 {
  left: auto;
  right: 10%;
  top: 65%;
  transform: scale(0.8) rotate(30deg);
}
@media only screen and (max-width: 767px) {
  .lpGb2026_cvs .lpGb2026_geom--type04.-set2 {
    right: 15%;
    top: 75%;
    transform: scale(1.2) rotate(30deg);
  }
}
.lpGb2026_cvs .lpGb2026_geom--type03.-set2 {
  top: 45%;
  right: 0%;
  transform: scale(0.2) rotate(20deg);
}
.lpGb2026_cvs .lpGb2026_geom--type03.-set2 svg {
  transform: scale(1, 0.5);
}
.lpGb2026_cvs .lpGb2026_geom--type02.-set2 {
  top: 40%;
  right: auto;
  left: -5%;
  transform: scale(0.2, -0.6) rotate(20deg);
}
.lpGb2026_cvs .lpGb2026_geom--type01.-set3 {
  left: auto;
  right: -5%;
  top: 70%;
  transform: rotate(-120deg);
}
.lpGb2026_cvs .lpGb2026_geom--type01.-set3 svg {
  transform: scale(-1, 0.2);
}

/*==================================*/
/*old style */
/*==================================*/
@media only screen and (max-width: 767px) {
  .lpGb_professor {
    background-size: 20%;
    background-position: top left;
  }
}
.lpGb_professor__ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.lpGb_professor__list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
@media only screen and (max-width: 767px) {
  .lpGb_professor__list {
    display: block;
    margin: 0;
  }
}
.lpGb_professor__list__item {
  background-color: #fff;
  background-color: #F3F3F3;
  padding: 20px 60px;
  width: calc(50% - 4px);
  margin: 0 4px 4px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .lpGb_professor__list__item {
    padding: 20px 20px;
    display: block;
    width: auto;
    margin: 0 0 5px 0;
  }
}
.lpGb_professor__list__info {
  flex: 1;
  display: block;
}
.lpGb_professor__list__img {
  width: 120px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .lpGb_professor__list__img {
    width: 50%;
    margin: 20px auto 0 auto;
  }
}
.lpGb_professor__list__type {
  color: #25a9e5;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.lpGb_professor__list__name {
  line-height: 1.2;
  font-size: 2.4rem;
}

.lpGb_professor__list--sp .lpGb_professor__list__item {
  background: linear-gradient(337deg, #4e49b9 0%, #0a0a1c 63%);
  color: #fff;
}
.lpGb_professor__list--sp .lpGb_professor__list__type {
  color: #00DFF7;
}
@media only screen and (max-width: 767px) {
  .lpGb_professor__list--sp .lpGb_professor__list__type {
    font-size: 1.4rem;
  }
}

.lpGb_professor__list--slide.slick-dotted.slick-slider {
  padding-bottom: 0;
  margin-bottom: 40px;
}

.lpGb_professor__list--slide .slick-track {
  display: flex;
}
.lpGb_professor__list--slide .slick-slide {
  height: auto !important;
  margin: 0 5px;
}
@media print, screen and (min-width: 768px) {
  .lpGb_professor__list--slide {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .lpGb_professor__list--slide .lpGb_professor__list__img {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .lpGb_professor__list--slide .lpGb_professor__list__img {
    width: 70%;
    text-align: center;
  }
  .lpGb_professor__list--slide .lpGb_professor__list__img img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .lpGb_professor__list--slide .lpGb_professor__list__item {
    display: flex !important;
  }
}

/*==================================*/
/*for anime */
/*==================================*/
.lpGb2026_geomWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .lpGb2026_geomWrap {
    /*調整*/
  }
}
.lpGb2026_geomWrap__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lpGb2026_geomWrap__inner2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lpGb2026_geomWrap2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: top center;
}

.lpGb2026_geomWrap3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lpGb2026_geomWrapPoint {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lpGb2026_mv__main__image,
.lpGb2026_mv__main__imageSp,
.lpGb2026_mv__head,
.lpGb2026_mv__logomark,
.lpGb2026_geomWrap,
.lpGb2026_geomWrap2 {
  opacity: 0;
}

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