.under_mv {
  position: relative;
}
.under_mv .under_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (max-width: 767px) {
  .under_mv .under_line {
    top: 40%;
  }
}

@keyframes nuru {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
}
#nuru-test {
  animation: nuru 0.4s linear 0s forwards;
}

.about1 {
  margin: 0 10px;
  background: url("../images/about1_bg.webp") center center/cover;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: white;
}
.about1 .bx {
  display: flex;
  align-items: center;
}
.about1 .bx .in {
  width: 100%;
}
.about1 .left {
  padding: 0 180px 0 6vw;
  box-sizing: border-box;
  position: relative;
}
.about1 .right {
  padding: 200px 6vw 200px 0;
  box-sizing: border-box;
}
.about1 .eg {
  font-family: "deg_b", sans-serif;
  font-size: 2rem;
}
.about1 h2 {
  font-family: serif;
  font-size: 4rem;
  line-height: 1.4;
  margin: 50px 0;
  font-weight: normal;
}
.about1 h3 {
  font-family: serif;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: normal;
}
.about1 .inb {
  margin-bottom: 60px;
}
.about1 .inb:last-of-type {
  margin-bottom: 0;
}
.about1 .cir_bx {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0 30px;
  align-items: flex-start;
  margin-top: 30px;
}
.about1 .cir {
  position: relative;
  display: flex;
  align-items: center;
  width: 90px;
  height: 90px;
}
.about1 .cir:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #152250;
}
.about1 .cir i {
  width: 100%;
  font-size: 2.2rem;
  font-family: serif;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.4;
}
.about1 .cir2:before {
  background: #D8BA54;
}
.about1 .tx1 {
  max-width: 470px;
}
.about1 .lines {
  width: 150px;
  height: 400px;
  position: absolute;
  right: 70px;
}
.about1 .lines:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: white;
}
.about1 .lines:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 1px;
  background: white;
}
.about1 .lines2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 1px;
  background: white;
}
.about1 .lines2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 1px;
  background: white;
}
.about1 .about1_fd1 {
  opacity: 0;
}
.about1 .about1_fd2 {
  opacity: 0;
}
@media all and (max-width: 1300px) {
  .about1 {
    grid-template-columns: 1fr;
  }
  .about1 .left {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 150px 0 130px 0;
  }
  .about1 .right {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .about1 .right .in {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
  }
  .about1 .tx1 {
    max-width: 700px;
    margin: 0 auto;
  }
  .about1 .lines {
    width: 50%;
    height: 100px;
    position: absolute;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-left: -25%;
  }
  .about1 .lines:before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 50%;
    background: white;
  }
  .about1 .lines:after {
    left: 0;
    width: 100%;
    height: 1px;
  }
  .about1 .lines2:before {
    top: auto;
    bottom: 0;
    width: 1px;
    height: 50%;
  }
  .about1 .lines2:after {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 50%;
  }
  .about1 h3 {
    text-align: center;
    padding: 30px 0 0 0;
  }
}
@media all and (max-width: 1120px) {
  .about1 .right {
    padding: 0 0 100px 0;
  }
  .about1 .right .in {
    grid-template-columns: 1fr;
  }
  .about1 .inb {
    margin-bottom: 0;
  }
  .about1 .lines {
    width: 50%;
    height: 100px;
    position: absolute;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-left: -25%;
  }
  .about1 .lines:before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: white;
  }
  .about1 .lines:after {
    content: none;
  }
  .about1 .lines2:before {
    content: none;
  }
  .about1 .lines2:after {
    content: none;
  }
}
@media all and (max-width: 767px) {
  .about1 {
    margin: 10px 0 0 0;
    padding: 50px 0;
    background: none;
  }
  .about1 .bx {
    display: block;
    padding: 0 0 70px 0;
  }
  .about1 .bx .in {
    width: 100%;
  }
  .about1 .left {
    width: 100%;
    padding: 160px 0 30px 0;
    background: url("../images/about1_bg_sp.webp") center center/cover;
  }
  .about1 .left .in {
    width: 90%;
    margin: 0 auto;
  }
  .about1 .right {
    padding: 0;
    margin-top: 90px;
    color: #000;
  }
  .about1 .eg {
    font-size: 1.6rem;
  }
  .about1 h2 {
    font-size: 2.4rem;
    margin: 20px 0 30px 0;
  }
  .about1 h3 {
    font-size: 2rem;
    padding: 0;
  }
  .about1 .inb {
    margin-bottom: 30px;
  }
  .about1 .inb:last-of-type {
    margin-bottom: 0;
  }
  .about1 .cir_bx {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
    margin-top: 20px;
  }
  .about1 .cir {
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  .about1 .cir:before {
    content: none;
  }
  .about1 .cir i {
    display: inline-block;
    background: #152250;
    padding: 2px 10px;
    box-sizing: border-box;
    color: white;
    font-size: 1.8rem;
  }
  .about1 .cir i br {
    display: none;
  }
  .about1 .cir2 i {
    background: #D8BA54;
  }
  .about1 .tx1 {
    text-align: left;
  }
  .about1 .lines {
    width: 100%;
    height: 40px;
    right: 0;
    left: 0;
    margin-left: 0;
    bottom: -70px;
  }
  .about1 .lines:before {
    background: #000;
  }
}

.about2 {
  aspect-ratio: 1920/1280;
  position: relative;
  z-index: 4;
}
.about2 .about2_img {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  aspect-ratio: 1920/1280;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.about2 .about2_in {
  width: 0;
  height: 100%;
  background: url("../images/about2_bg.webp") center center/cover;
}
.about2 .about2_txt {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 2;
  color: white;
  font-size: 1.8rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.16), 0 0 3px rgba(0, 0, 0, 0.16), 0 0 3px rgba(0, 0, 0, 0.16);
}
.about2 .char {
  opacity: 0;
  will-change: filter;
}
.about2 .txi {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  display: flex;
  place-items: center;
  color: white;
  z-index: 3;
  padding: 0 4vw;
  min-width: 660px;
}
.about2 .txi .in {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.16), 0 0 3px rgba(0, 0, 0, 0.16), 0 0 3px rgba(0, 0, 0, 0.16), 0 0 3px rgba(0, 0, 0, 0.16), 0 0 3px rgba(0, 0, 0, 0.16);
}
.about2 .sub {
  font-family: "deg_b", sans-serif;
  font-size: 2rem;
}
.about2 h2 {
  font-family: serif;
  font-size: 4rem;
  line-height: 1.4;
  margin: 50px 0;
  font-weight: normal;
}
.about2 .about2_fd2 {
  opacity: 0;
}
@media all and (max-width: 1366px) {
  .about2 .about2_in {
    min-height: 900px;
  }
  .about2 .about2_txt {
    width: 90%;
  }
}
@media all and (max-width: 1120px) {
  .about2 .txi {
    place-items: end;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 767px) {
  .about2 .about2_img {
    aspect-ratio: 750/1280;
    padding: 0;
  }
  .about2 .about2_txt {
    bottom: 30px;
    left: 5%;
    font-size: 1.4rem;
  }
  .about2 .about2_in {
    min-height: 0;
    background: url("../images/about2_bg_sp.webp") center center/cover;
  }
  .about2 .txi {
    position: absolute;
    bottom: 20px;
    width: 90%;
    height: auto;
    display: flex;
    padding: 0;
    min-width: 0;
    left: 5%;
  }
  .about2 .sub {
    font-family: "deg_b", sans-serif;
    font-size: 1.6rem;
  }
  .about2 h2 {
    font-size: 2.8rem;
    margin: 30px 0;
  }
}

.about3 {
  margin: 0 10px;
  background: url("../images/about3_bg.webp") center center/cover;
  display: grid;
  grid-template-columns: 1fr 1fr;
  aspect-ratio: 1920/1280;
  position: relative;
  z-index: 4;
}
.about3 .txi2 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about3 .txi2 .bx {
  padding: 0 5vw;
}
.about3 .txi2 .bx:nth-of-type(1) {
  border-right: 1px solid white;
}
.about3 .txi2 .ttls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: baseline;
}
.about3 .txi2 .eg {
  font-family: "deg_b", sans-serif;
  font-size: 2rem;
  margin-right: 30px;
}
.about3 .txi2 h2 {
  font-family: serif;
  font-size: 3.4rem;
  line-height: 1.4;
  margin: 0 0 30px 0;
  font-weight: normal;
}
.about3 .about3_fd {
  opacity: 0;
}
@media all and (max-width: 1120px) {
  .about3 {
    min-height: 800px;
    width: 100%;
    grid-template-columns: 1fr;
  }
  .about3 .txi2 {
    display: grid;
    grid-template-columns: 1fr;
    width: 90%;
  }
  .about3 .txi2 .bx {
    padding: 0 5vw;
    margin-bottom: 30px;
  }
  .about3 .txi2 .bx:nth-of-type(1) {
    border-right: none;
  }
}
@media all and (max-width: 767px) {
  .about3 {
    margin: 0;
    background: url("../images/about3_bg_sp.webp") center center/cover;
    grid-template-columns: 1fr;
    min-height: 680px;
  }
  .about3 .txi2 {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    color: white;
    display: grid;
    grid-template-columns: 1fr;
  }
  .about3 .txi2 .bx {
    padding: 0 5vw;
  }
  .about3 .txi2 .bx:nth-of-type(1) {
    border-right: 1px solid white;
  }
  .about3 .txi2 .ttls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: baseline;
  }
  .about3 .txi2 .eg {
    font-size: 1.6rem;
    margin-right: 10px;
  }
  .about3 .txi2 h2 {
    font-size: 2.2rem;
    margin: 0 0 10px 0;
  }
}

.move_txt {
  position: absolute;
  bottom: -1.6vw;
  left: 0;
  color: #EFEFEF;
  font-size: 11.5vw;
  line-height: 1;
  font-family: "deg_t", sans-serif;
  display: flex;
  align-items: center;
  overflow: hidden;
  mix-blend-mode: color-burn;
}
.move_txt .in {
  display: flex;
  gap: 0 20px;
  animation: loop-slide 120s infinite linear 1s both;
}
.move_txt i {
  font-size: 8vw;
  align-items: center;
  position: relative;
  top: -1vw;
}
@media all and (max-width: 767px) {
  .move_txt {
    font-size: 21.5vw;
  }
}

.move_txt {
  position: absolute;
  bottom: -1.6vw;
  left: 0;
  color: #EFEFEF;
  font-size: 11.5vw;
  line-height: 1;
  font-family: "deg_t", sans-serif;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.move_txt .in {
  display: flex;
  gap: 0 20px;
  animation: loop-slide 120s infinite linear 1s both;
}
.move_txt i {
  font-size: 8vw;
  align-items: center;
  position: relative;
  top: -1vw;
}
@media all and (max-width: 767px) {
  .move_txt {
    font-size: 21.5vw;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.chk {
  opacity: 0.1;
  transition: all 0.2s ease;
  will-change: filter;
}

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