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

.mv_wrap {
  position: relative;
  color: #000;
  height: 100vh;
}
@media (max-width: 880px) {
  .mv_wrap {
    height: 100svh;
  }
}
.mv_wrap .img-mv-x_wrap {
  min-width: 1200px;
  width: 59vw;
  height: 100vh;
  margin-left: auto;
  margin-right: 0;
  opacity: 1;
}
.mv_wrap .img-mv-x_wrap .x-item {
  position: absolute;
  overflow: hidden;
}
@media (max-width: 880px) {
  .mv_wrap .img-mv-x_wrap .x-item {
    min-width: 850px;
    width: 100vw;
  }
}
.mv_wrap .img-mv-x_wrap .img-mv-x_gray {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.mv_wrap .img-mv-x_wrap .img-mv-x_gray1 {
  z-index: 4;
}
.mv_wrap .img-mv-x_wrap .img-mv-x_gray2 {
  z-index: 3;
}
.mv_wrap .img-mv-x_wrap .img-mv-x_img {
  z-index: 2;
  opacity: 0;
  filter: blur(10px);
}
.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 .mv-txt_wrap .mv-txt3 {
  margin-top: 20px;
  font-size: 2.3rem;
  font-weight: bolder;
  letter-spacing: 0.4rem;
  position: relative;
}
@media (max-width: 880px) {
  .mv_wrap .mv-txt_wrap .mv-txt3 {
    font-size: 1.4rem;
  }
}
.mv_wrap .mv-txt_wrap .mv-txt3 .gsap_clipPath {
  position: relative;
}
.mv_wrap .mv-txt_wrap .mv-txt3 .gsap_clipPath .black-line {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 4;
}
@media (max-width: 880px) {
  .mv_wrap .mv-txt_wrap .mv-txt3 .gsap_clipPath .black-line {
    width: 25px;
  }
}
.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;
}
.mv_wrap .scroll-down_wrap {
  position: absolute;
  z-index: 11;
}
.mv_wrap .scroll-down_wrap .txt {
  color: #000;
  z-index: 3;
  bottom: 0;
  right: 0;
  font-size: 5rem;
}

/*スクロールダウンの指定*/
.scrollDown {
  position: absolute;
  right: 3%;
  bottom: 50px;
  z-index: 11;
}
@media (max-width: 880px) {
  .scrollDown {
    right: 6%;
    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;
  }
}
.sec1_wrap {
  background-color: #595757;
  padding: 110px 10px;
  position: relative;
  z-index: 10;
}
@media (max-width: 880px) {
  .sec1_wrap {
    padding: 75px 10px;
  }
}
.sec1_wrap .read-txt_wrap {
  font-size: 1.7rem;
  line-height: 2.9;
  letter-spacing: 0.05rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 880px) {
  .sec1_wrap .read-txt_wrap {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
.sec1_wrap .read-txt_wrap .clip-to-right {
  transition: all 1.5s ease 0.1s;
}
.sec1_wrap .read-txt_wrap .clip-to-right.animationActive {
  transition: all 1.5 ease 0.1s;
}
.sec1_wrap .read-txt_wrap div {
  margin-bottom: 30px;
}
.sec1_wrap .read-txt_wrap div:last-child {
  margin-bottom: 0;
}

.loop-readtxt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loop_wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.loop_wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 23rem;
  overflow: hidden;
  color: #e6e6e6;
  opacity: 0.08;
  margin-right: 70px;
  letter-spacing: 0.8rem;
}
@media (max-width: 880px) {
  .loop_wrap div {
    font-size: 20rem;
  }
}
.loop_wrap div:nth-child(odd) {
  animation: loop 60s -30s linear infinite;
}
.loop_wrap div:nth-child(even) {
  animation: loop2 60s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.sec2_wrap {
  position: relative;
  box-sizing: border-box;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 880px) {
  .sec2_wrap {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.sec2_wrap .sec2-item_wrap li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 880px) {
  .sec2_wrap .sec2-item_wrap li {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
.sec2_wrap .sec2-item_wrap li dl {
  width: 35%;
}
@media (max-width: 880px) {
  .sec2_wrap .sec2-item_wrap li dl {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec2_wrap .sec2-item_wrap li dl .ttl_red-tra {
  margin-bottom: 25px;
}
.sec2_wrap .sec2-item_wrap li dl .sub-ttl {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 880px) {
  .sec2_wrap .sec2-item_wrap li dl .sub-ttl {
    margin-bottom: 15px;
  }
}
.sec2_wrap .sec2-item_wrap li dl .sub-ttl .ani_bg-gray::before, .sec2_wrap .sec2-item_wrap li dl .sub-ttl .ani_bg-gray::after {
  height: 80%;
}
.sec2_wrap .sec2-item_wrap li dl .txt {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 25px;
  font-weight: 500;
}
@media (max-width: 880px) {
  .sec2_wrap .sec2-item_wrap li dl .txt {
    margin-bottom: 25px;
  }
}
.sec2_wrap .sec2-item_wrap li dl .btn_more {
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.sec2_wrap .sec2-item_wrap li dl .btn_more a {
  transition: all 0.25s ease-out 0.1s;
}
.sec2_wrap .sec2-item_wrap li dl .btn_more a .arr-nomal_circle {
  margin-right: 10px;
  transition: all 0.25s ease-in-out 0.2s;
}
.sec2_wrap .sec2-item_wrap li dl .btn_more a:hover {
  padding-left: 10px;
  transition: all ease-out 0.2s;
}
.sec2_wrap .sec2-item_wrap li dl .btn_more a:hover .arr-nomal_circle {
  transition: all 0.25s ease-in-out 0.2s;
}
.sec2_wrap .sec2-item_wrap li figure {
  width: 58%;
}
@media (max-width: 880px) {
  .sec2_wrap .sec2-item_wrap li figure {
    width: 100%;
  }
}

.sec3_wrap {
  background-color: #f2f2f2;
  padding: 150px 0;
}
@media (max-width: 880px) {
  .sec3_wrap {
    padding: 60px 0;
  }
}
.sec3_wrap .works_wrap {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap {
    padding: 30px 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec3_wrap .works_wrap .ttl_red-tra_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .ttl_red-tra_wrap {
    align-items: flex-start;
    margin-bottom: 0px;
  }
}

.sec3_wrap .works_wrap .works-item_wrap {
  overflow: visible;
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .works-item_wrap {
    overflow: hidden;
  }
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .works-item_wrap .swiper-works-container {
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(14, 1fr);
  flex-direction: column;
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    gap: 0px;
    display: flex;
    flex-direction: row;
  }
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .box1 {
  grid-area: 1/1/5/2;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .box2 {
  grid-area: 2/2/6/3;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .box3 {
  grid-area: 5/1/9/2;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .box4 {
  grid-area: 6/2/10/3;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .box5 {
  grid-area: 9/1/13/2;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .box6 {
  grid-area: 10/2/14/3;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box {
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.25);
  font-weight: bold;
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box {
    grid-area: inherit;
  }
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box:last-child {
    margin-right: 30px !important;
  }
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box > a {
  transition: all 0.8s ease;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box > a:hover {
  filter: saturate(140%);
  transition: all 0.8s ease;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box > a:hover .img img {
  scale: 1.1;
  transition: all 0.8s ease;
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box > a:hover .img img {
    scale: 1;
  }
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box > a:hover {
    filter: saturate(100%);
  }
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .img {
  width: 100%;
  background-color: #b3b3b3;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .img img {
  transition: all 0.8s ease;
  width: 100%;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .img img {
    height: 210px;
  }
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .txt_wrap {
  padding: 25px 30px 20px;
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .txt_wrap {
    padding: 17px 20px 17px;
  }
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .company {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .company {
    margin-bottom: 4px;
  }
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .ttl {
  font-size: 1.8rem;
  margin-bottom: 7px;
  letter-spacing: 0.2rem;
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .ttl {
    margin-bottom: 7px;
  }
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .category {
  font-size: 1.1rem;
  color: #999;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .category .tag-name {
  margin-right: 10px;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .arr {
  position: relative;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .arr a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 15px;
  display: block;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .arr a::before, .sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .arr a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin-right: 0;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .arr a::before {
  left: 4px;
  width: 10px;
  height: 1px;
  background: #040000;
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .arr a::after {
  left: 4px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #040000;
  border-right: 1px solid #040000;
  transform: rotate(45deg);
}
.sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .arr a:hover::before, .sec3_wrap .works_wrap .works-item_wrap .swiper-wrapper .works-item_box .arr a:hover::after {
  right: -5px;
  transition: all 0.3s ease-in-out;
}
.sec3_wrap .works_wrap .btn_more {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.sec3_wrap .works_wrap .btn_more a {
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.sec3_wrap .works_wrap .btn_more a:hover {
  padding-left: 10px;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
@media (max-width: 880px) {
  .sec3_wrap .works_wrap .btn_more {
    width: 90%;
  }
}

.sec3_wrap .swiper-button-prev,
.sec3_wrap .swiper-button-next {
  background-color: #eee;
  display: none;
}
@media (max-width: 880px) {
  .sec3_wrap .swiper-button-prev,
  .sec3_wrap .swiper-button-next {
    display: block;
  }
}
.sec3_wrap .swiper-button-prev:hover,
.sec3_wrap .swiper-button-next:hover {
  background-color: #000;
}
.sec3_wrap .swiper-scrollbar_works {
  position: relative;
  margin-right: 0;
  margin-left: auto;
  width: 100%;
  left: 0;
}

.sec4_wrap {
  padding: 130px 0;
}
@media (max-width: 880px) {
  .sec4_wrap {
    padding: 80px 0;
  }
}
.sec4_wrap h3 {
  font-size: 9rem;
  letter-spacing: 0.5rem;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 880px) {
  .sec4_wrap h3 {
    font-size: 7rem;
    line-height: 1.2;
  }
}
.sec4_wrap h4 {
  max-width: 530px;
  width: 90%;
  margin: 0 auto 30px;
  display: block;
}
.sec4_wrap p {
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.05rem;
  margin-bottom: 60px;
}
@media (max-width: 880px) {
  .sec4_wrap p {
    margin-bottom: 40px;
    font-size: 1.3rem;
  }
}
.sec4_wrap ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 880px) {
  .sec4_wrap ul {
    flex-direction: column;
  }
}
.sec4_wrap ul li {
  width: 33%;
}
@media (max-width: 880px) {
  .sec4_wrap ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sec4_wrap ul li dl .ttl {
  color: #ed1c24;
  font-size: 1.6rem;
  margin-bottom: 12px;
  position: relative;
}
@media (max-width: 880px) {
  .sec4_wrap ul li dl .ttl {
    margin-bottom: 10px;
  }
}
.sec4_wrap ul li dl .ttl:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #ed1c24;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.sec4_wrap ul li dl .txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.05rem;
}
@media (max-width: 880px) {
  .sec4_wrap ul li dl .txt {
    margin-bottom: 17px;
  }
}
.sec4_wrap ul li dl .btn_black {
  width: 200px;
  margin-bottom: 70px;
}
@media (max-width: 880px) {
  .sec4_wrap ul li dl .btn_black {
    width: 80%;
    margin-bottom: 40px;
  }
}

.sec4_wrap .swiper-img-loop {
  margin-bottom: 50px;
  /* スライダーのwrapper */
}
.sec4_wrap .swiper-img-loop .swiper-img-loop .swiper-wrapper {
  transition-timing-function: linear;
}
.sec4_wrap .btn_red {
  max-width: 300px;
  width: 80%;
}
.sec4_wrap .btn_red a {
  font-size: 1.7rem;
}

.sec5_wrap {
  padding: 80px 0;
  background-color: #f2f2f2;
}
.sec5_wrap .swiper-news-container {
  position: relative;
}
.sec5_wrap .swiper-news-container .swiper-news {
  width: 75vw;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .sec5_wrap .swiper-news-container .swiper-news {
    width: 100%;
  }
}
.sec5_wrap .swiper-news-container .swiper-news .swiper-wrapper .swiper-slide {
  margin-bottom: 80px;
  margin-right: 2vw;
  width: 25vw;
}
@media (max-width: 880px) {
  .sec5_wrap .swiper-news-container .swiper-news .swiper-wrapper .swiper-slide {
    margin-bottom: 60px;
  }
}
.sec5_wrap .swiper-news-container .swiper-news .swiper-wrapper .swiper-slide .date {
  color: #999;
  font-size: 1.7rem;
  margin-bottom: 15px;
}
.sec5_wrap .swiper-news-container .swiper-news .swiper-wrapper .swiper-slide .ttl {
  line-height: 2;
}
.sec5_wrap .swiper-news-container .swiper-news .swiper-wrapper .swiper-slide .ttl a {
  border-bottom: 1px solid #000;
  transition: all 0.3s ease;
}
.sec5_wrap .swiper-news-container .swiper-news .swiper-wrapper .swiper-slide .ttl a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.sec5_wrap .swiper-scrollbar_news {
  position: relative !important;
  width: 75vw;
  margin-right: 0;
  margin-left: auto;
  left: -50px;
}
@media (max-width: 1200px) {
  .sec5_wrap .swiper-scrollbar_news {
    width: 100%;
    left: 0;
  }
}/*# sourceMappingURL=top.css.map */