@charset "UTF-8";
#logo,
.nav_toggle,
.scrollDown {
  opacity: 0;
}

.mv_wrap {
  position: relative;
  color: #000;
}
@media (max-width: 880px) {
  .mv_wrap {
    height: 100svh;
  }
}
.mv_wrap .mv_pic {
  min-width: 1200px;
  width: 75.84vw;
  margin-left: auto;
  margin-right: 0;
  padding-top: 130px;
}
@media (max-width: 880px) {
  .mv_wrap .mv_pic {
    padding-top: 100px;
    min-width: 900px;
  }
}
.mv_wrap .mv-txt_wrap {
  position: absolute;
  top: 48%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 5;
  line-height: 1.2;
}
@media (max-width: 880px) {
  .mv_wrap .mv-txt_wrap {
    top: 50%;
  }
}
.mv_wrap .mv-txt_wrap .mv-txt1,
.mv_wrap .mv-txt_wrap .mv-txt2 {
  font-size: 14rem;
  letter-spacing: 0.5rem;
}
@media (max-width: 880px) {
  .mv_wrap .mv-txt_wrap .mv-txt1,
  .mv_wrap .mv-txt_wrap .mv-txt2 {
    font-size: 18vw;
  }
}
.mv_wrap .move-color-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transform: scaleX(0);
}
.mv_wrap .move-color-bg.move-color-bg-gray {
  background-color: #999;
}
.mv_wrap .move-color-bg.move-color-bg-red {
  background-color: #ed1c24;
}
.mv_wrap .mv-txt {
  position: relative;
  display: inline-block;
}
.mv_wrap .mv-txt .gsap_clipPath {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  height: 100%;
  display: block;
}

/*スクロールダウンの指定*/
.scrollDown {
  position: absolute;
  right: 3%;
  top: 85%;
  z-index: 11;
}
@media (max-width: 880px) {
  .scrollDown {
    right: 6%;
    top: auto;
    bottom: 7px;
  }
}
.scrollDown span {
  position: absolute;
  left: -10px;
  top: -165px;
  color: #000;
  font-size: 1em;
  letter-spacing: 0.2rem;
  font-weight: bold; /* 縦書きの指定 ベンダープレフィックス */
  writing-mode: vertical-rl; /* 縦書きの指定 */
}
.scrollDown:before {
  /* 丸の描写 */
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ed1c24;
  animation: circleMove 2s ease-in-out infinite, circleFade 2s ease-in-out infinite;
}
.scrollDown:after {
  /* 線の描写 */
  content: "";
  position: absolute;
  bottom: 0;
  width: 12px;
  left: -3px;
  height: 100px;
  z-index: 2;
  background: url(../images/common/scroll-down_arr.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 丸が上から下に動く */
@keyframes circleMove {
  0% {
    bottom: 75px;
  }
  100% {
    bottom: 0px;
  }
}
/* 丸が現れて徐々に消えていく */
@keyframes circleFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
section .ttl_red-tra .font-gothic {
  text-transform: uppercase;
}
@media (max-width: 880px) {
  section .ttl_red-tra .font-gothic {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }
}
section dl {
  display: flex;
  justify-content: start;
}
@media (max-width: 880px) {
  section dl {
    flex-direction: column;
  }
  section dl dt,
  section dl dd {
    width: 100%;
  }
}
section dl .sub-ttl {
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
@media (max-width: 880px) {
  section dl .sub-ttl {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
section dl .sub-ttl .ani_bg-gray::before, section dl .sub-ttl .ani_bg-gray::after {
  height: 80%;
}
section dl .txt {
  font-size: 1.2rem;
  line-height: 2.9;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media (max-width: 880px) {
  section dl .txt {
    margin-bottom: 25px;
  }
}

.sec01 {
  position: relative;
  padding: 165px 0 135px;
  z-index: -9;
}
@media (max-width: 880px) {
  .sec01 {
    padding: 80px 0 60px;
  }
}
.sec01 .ani_dia-gray {
  left: 18vw;
}
@media (max-width: 880px) {
  .sec01 .ani_dia-gray {
    top: -50vh;
    left: 30vw;
    height: 120vh;
  }
}
.sec01 dl {
  gap: 0 90px;
}

.pic_100vw {
  width: 100%;
}
@media (max-width: 880px) {
  .pic_100vw {
    width: 120%;
    margin-left: -5%;
  }
}

.sec02 {
  padding: 165px 0 90px;
  position: relative;
}
@media (max-width: 880px) {
  .sec02 {
    padding: 80px 0 45px;
  }
}
.sec02 .ani_dia-gray {
  left: auto;
  right: 20vw;
  z-index: -9;
  height: 170vh;
}
@media (max-width: 880px) {
  .sec02 .ani_dia-gray {
    right: auto;
    left: -73vw;
    height: 120vh;
  }
}
.sec02 .inner dl {
  flex-direction: row-reverse;
}
@media (max-width: 880px) {
  .sec02 .inner dl {
    flex-direction: column;
  }
}
.sec02 .inner dl dd .sign {
  margin-top: 70px;
}
@media (max-width: 880px) {
  .sec02 .inner dl dd .sign {
    margin-top: 35px;
  }
}
.sec02 .inner dl dd .sign .pic_sign {
  width: 285px;
}
.sec02 .inner1000 {
  width: 1000px;
  margin: 0 auto;
  padding: 150px 0 0;
}
@media (max-width: 1200px) {
  .sec02 .inner1000 {
    width: 90%;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec02 .inner1000 {
    padding: 75px 0 0;
  }
}
.sec02 .inner1000 dl {
  justify-content: space-between;
}
.sec02 .inner1000 dd {
  width: calc(100% - 300px);
}
@media (max-width: 880px) {
  .sec02 .inner1000 dd {
    width: 90%;
    margin: 0 auto;
  }
}
.sec02 .inner1000 dd .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .sec02 .inner1000 dd .list {
    flex-direction: column;
  }
}
.sec02 .inner1000 dd .list ul:first-child {
  width: 47.85%;
}
@media (max-width: 640px) {
  .sec02 .inner1000 dd .list ul:first-child {
    width: 100%;
  }
}
.sec02 .inner1000 dd .list ul:last-child {
  width: 40%;
}
@media (max-width: 640px) {
  .sec02 .inner1000 dd .list ul:last-child {
    width: 100%;
  }
  .sec02 .inner1000 dd .list ul:last-child li:first-child {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
}
.sec02 .inner1000 dd .list li {
  line-height: 2;
}
.sec02 .inner1000 dd .list li + li {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.sec03 {
  background: #595757;
  color: #fff;
}
.sec03 .office {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 880px) {
  .sec03 .office {
    flex-direction: column;
  }
}
.sec03 .office dl {
  flex-direction: column;
  margin-right: 150px;
}
@media (max-width: 1500px) {
  .sec03 .office dl {
    margin-right: 5vw;
  }
}
@media (max-width: 1500px) and (max-width: 880px) {
  .sec03 .office dl {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0 55px;
  }
}
.sec03 .office dl .ttl_red-tra {
  margin-bottom: 55px;
}
@media (max-width: 880px) {
  .sec03 .office dl .ttl_red-tra {
    margin-bottom: 30px;
  }
}
.sec03 .office dl .ttl_red-tra .en {
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
@media (max-width: 1000px) {
  .sec03 .office dl .ttl_red-tra .en {
    font-size: 3rem;
  }
}
.sec03 .office dl .txt {
  line-height: 2.3;
  margin-bottom: 35px;
}
@media (max-width: 880px) {
  .sec03 .office dl .txt {
    margin-bottom: 20px;
  }
}
.sec03 .office dl .btn_more {
  width: 94px;
}
.sec03 .office dl .btn_more a {
  display: inline-block;
  width: auto;
}
.sec03 .office .pic_map {
  width: 50%;
}
@media (max-width: 880px) {
  .sec03 .office .pic_map {
    width: 100%;
  }
}
.sec03 .office:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: start;
}
@media (max-width: 880px) {
  .sec03 .office:nth-child(even) {
    flex-direction: column;
  }
}
.sec03 .office:nth-child(even) dl {
  margin-left: 150px;
}
@media (max-width: 1500px) {
  .sec03 .office:nth-child(even) dl {
    margin-left: 5vw;
  }
}
@media (max-width: 1500px) and (max-width: 880px) {
  .sec03 .office:nth-child(even) dl {
    margin: 0 auto;
  }
}/*# sourceMappingURL=about.css.map */