@keyframes bound-anim_01 {
  0% {
    bottom: 0;
  }
  20% {
    bottom: 25px;
  }
  50%,
  100% {
    bottom: 0;
  }
}
@keyframes infinity-scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop-img-01 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-img-02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-guid {
  0% {
    top: 0;
    margin: 0;
    opacity: 0;
  }
  15%,
  60% {
    opacity: 1;
  }
  75% {
    top: 100%;
    margin: -10px 0 0;
    opacity: 0;
  }
  100% {
    top: 0;
    margin: 3px 0 0;
    opacity: 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.contactFixedBtnArea {
  position: fixed;
  right: -20px;
  bottom: -100px;
  height: 243px;
  margin: auto;
  z-index: -1;
  opacity: 0;
  transition: 0.1s linear;
  pointer-events: none;
}
.contactFixedBtnArea.is-show {
  pointer-events: unset;
  transition: 0.2s ease-in-out;
  opacity: 1;
  z-index: 996;
}
.contactFixedBtnArea.is-show .right .img {
  transform: rotate(-6deg);
}
.contactFixedBtnArea .innerBlock {
  display: flex;
}
.contactFixedBtnArea .left {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 16px 24px;
  background: #fae317;
  border-radius: 4px;
}
.contactFixedBtnArea .left .title {
  margin: 0 34px 0 0;
}
.contactFixedBtnArea .left .title .text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #303030;
}
.contactFixedBtnArea .left .title .text::before,
.contactFixedBtnArea .left .title .text::after {
  content: none;
}
.contactFixedBtnArea .right {
  margin-left: 15px;
}
.contactFixedBtnArea .right .img {
  position: relative;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.contactFixedBtnArea .moreBtn {
  position: relative;
  top: 40px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .contactFixedBtnArea .moreBtn:hover + .right .img {
    animation: bound-anim_01 1s forwards !important;
  }
}
.contactFixedBtnArea .moreBtn::before {
  content: none;
}
.contactFixedBtnArea .moreBtn::after {
  content: "";
  position: relative;
  right: -45px;
  width: 22px;
  height: 22px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: #fae317;
}
.mainVisualArea {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #efefef;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.mainVisualArea.is-active {
  opacity: 1;
}
.mainVisualArea.--404 {
  height: auto;
}
.mainVisualArea.--404 .innerBlock {
  position: unset;
}
.mainVisualArea .innerBlock {
  position: absolute;
  top: 24.3055555556vw;
  bottom: 0;
  width: 100%;
  height: fit-content;
  margin: auto;
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .innerBlock {
    top: 240px;
  }
}
@media screen and (max-width: 1000px) {
  .mainVisualArea .innerBlock {
    top: 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .mainVisualArea .innerBlock {
    top: 26.6666666667vw;
  }
}
.mainVisualArea.__child {
  position: relative;
  padding: 296px 0 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .mainVisualArea.__child {
    padding: 177px 0 0 0;
  }
}
.mainVisualArea.__child .head {
  margin: 0 0 0 10.4166666667vw;
  color: #303030;
}
@media screen and (min-width: 1441px) {
  .mainVisualArea.__child .head {
    margin: 0 0 0 150px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisualArea.__child .head {
    margin: 0 0 0 8vw;
  }
}
.mainVisualArea.__child h1 .text {
  font-size: clamp(2.625rem, -1.375rem + 8.3333vw, 6.125rem);
  line-height: clamp(3.125rem, -1.6607rem + 9.9702vw, 7.3125rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.mainVisualArea.__child .subTitle .text {
  font-size: clamp(2.1875rem, 1.8304rem + 0.744vw, 2.5rem);
  line-height: clamp(2.625rem, 2.1964rem + 0.8929vw, 3rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.mainVisualArea.__child .sub .text {
  margin: 0.9722222222vw 0 0 0;
  font-size: clamp(0.875rem, 0.7321rem + 0.2976vw, 1rem);
  line-height: clamp(1.25rem, 1.0357rem + 0.4464vw, 1.4375rem);
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1441px) {
  .mainVisualArea.__child .sub .text {
    margin: 14px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mainVisualArea.__child .sub .text {
    margin: 2.6666666667vw 0 0 0;
  }
}
.mainVisualArea.__child .img {
  position: relative;
  width: calc(100% - 70px);
  height: 423px;
  margin: 170px auto 0;
}
@media screen and (max-width: 768px) {
  .mainVisualArea.__child .img {
    width: calc(100% - 30px);
    height: 220px;
    margin: 18.1333333333vw auto 0;
  }
}
.mainVisualArea .title {
  width: 81.25vw;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .mainVisualArea .title {
    width: auto;
    height: 200px;
  }
}
.mainVisualArea .title h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.25vw;
}
@media screen and (max-width: 1000px) {
  .mainVisualArea .title h1 {
    display: block;
    position: relative;
    top: -60px;
    height: 220px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .mainVisualArea .title h1 {
    top: 0;
  }
}
.mainVisualArea .title h1 .img {
  display: flex;
  align-items: center;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .mainVisualArea .title h1 .img {
    justify-content: center;
  }
  .mainVisualArea .title h1 .img:nth-child(2) {
    position: relative;
    top: -120px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .mainVisualArea .title h1 .img:nth-child(2) {
    top: -140px;
  }
}
.mainVisualArea .title h1 .img img {
  display: block;
  width: fit-content;
}
.mainVisualArea .title h1 .img img:nth-child(1) {
  width: 17.0138888889vw;
}
@media screen and (max-width: 768px) {
  .mainVisualArea .title h1 .img img:nth-child(1) {
    width: 115px;
  }
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .title h1 .img img:nth-child(1) {
    width: 245px;
  }
}
.mainVisualArea .title h1 .img img:nth-child(2) {
  width: 20.8333333333vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mainVisualArea .title h1 .img img:nth-child(2) {
    width: 150px;
  }
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .title h1 .img img:nth-child(2) {
    width: 300px;
  }
}
.mainVisualArea .title h1 .img img:nth-child(3) {
  position: relative;
  width: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .mainVisualArea .title h1 .img img:nth-child(3) {
    width: 25px;
  }
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .title h1 .img img:nth-child(3) {
    width: 90px;
  }
}
.mainVisualArea .title .fan-text,
.mainVisualArea .title .fun-text {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .mainVisualArea .title .fan-text,
  .mainVisualArea .title .fun-text {
    margin: auto 0px auto 6px;
  }
}
.mainVisualArea .carousel {
  overflow: hidden;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .mainVisualArea .carousel {
    margin-top: 0;
  }
}
.mainVisualArea .carousel .slick-slide {
  cursor: pointer;
}
.mainVisualArea .carousel .group {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.mainVisualArea .carousel .group.slick-initialized {
  opacity: 1;
}
.mainVisualArea .carousel .group .slick-track {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mainVisualArea .carousel .group .img {
    width: 37.3333333333vw !important;
  }
}
.mainVisualArea .carousel .group img {
  width: 13.8888888889vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  .mainVisualArea .carousel .group img {
    width: 200px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .mainVisualArea .carousel .group img {
    width: 48vw;
  }
}
.mainVisualArea .guide {
  position: relative;
  top: -50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mainVisualArea .guide {
    top: 0;
  }
}
.mainVisualArea .guide .item {
  display: block;
  position: relative;
  width: 9px;
  height: 60px;
  margin: auto;
}
.mainVisualArea .guide .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 60px;
  background: #c4c4c4;
}
.mainVisualArea .guide .item .i {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  animation: scroll-guid 2s ease-in-out 2.5s infinite;
  opacity: 0;
  border-radius: 50%;
  background: #303030;
}

.copy-container{
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.main-copy{
    color: #303030;
    text-align: center;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: clamp(40px, 6.5vw, 65px);
    font-weight: 700;
    letter-spacing: 2.6px;
    display: block;
    margin-bottom: 8px;
    line-height: 120%;
}

.sub-copy{
    color: #303030;
    text-align: center;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: clamp(12px, 2vw, 20px);
    font-weight: 400;
    display: block;
    line-height: 150%;
}

.sp_blank{
    display: none;
}

@media screen and (max-width: 1000px) {
  .sp_blank{
    display: inline;
  }
}

.infoArea {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.infoArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0%;
  background: #fff;
  transition: ease-in-out 1s;
}
.infoArea.cue-obj.-in::before {
  width: calc(100% - 10.4166666667vw);
}
@media screen and (max-width: 1100px) {
  .infoArea.cue-obj.-in::before {
    width: 100%;
  }
}
.infoArea .innerBlock {
  padding: 88px 285px 94px 150px;
}
@media screen and (max-width: 1100px) {
  .infoArea .innerBlock {
    padding: 133px 0 70px 0;
  }
}
@media screen and (max-width: 1100px) {
  .infoArea .head {
    padding-left: 8vw;
  }
}
.infoArea .upper h2 .text {
  display: inline-block;
  font-size: clamp(2.625rem, 1.9107rem + 1.4881vw, 3.25rem);
  line-height: clamp(3.125rem, 2.4107rem + 1.4881vw, 3.75rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #303030;
}
.infoArea .lower {
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .infoArea .lower {
    margin: 11.4666666667vw 0 0 0;
    padding: 0 5.3333333333vw 10px 0;
    overflow: auto;
    overflow-y: hidden;
  }
}
.infoArea .lower .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .infoArea .lower .inner {
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .infoArea .lower .inner .right {
    display: none;
  }
}
.infoArea .lower .catMenu ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .infoArea .lower .catMenu ul {
    flex-wrap: wrap;
  }
}
.infoArea .lower .catMenu ul li {
  position: relative;
  margin-right: 27px;
}
.infoArea .lower .catMenu ul li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background: #303030;
  transition: ease-in-out 0.2s;
}
@media screen and (min-width: 768px) {
  .infoArea .lower .catMenu ul li.is-active:hover::before {
    width: 100%;
  }
}
.infoArea .lower .catMenu ul li.is-hide .text {
  color: #c4c4c4;
  transition: ease-in-out 0.4s !important;
}
.infoArea .lower .catMenu ul li.is-current::before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .infoArea .lower .catMenu button:hover .text {
    transition: ease-in-out 0.4s;
  }
}
.infoArea .lower .catMenu .text {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  line-height: 250%;
  letter-spacing: 0.1em;
  color: #303030;
  transition: ease-in-out 0.4s;
}
.infoArea .infoCarousel {
  position: relative;
  margin: 48px 0 0;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .infoArea .infoCarousel {
    margin: 70px 0 0;
    padding: 0 0 0 8vw;
  }
}
.infoArea .infoCarousel.is-change {
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .infoArea .infoCarousel .slick-list {
    padding-left: 0 !important;
  }
}
.infoArea .infoCarousel .slick-track {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.infoArea .infoCarousel .slick-next,
.infoArea .infoCarousel .slick-prev {
  position: absolute;
  top: 0;
  bottom: 135px;
  height: 90px;
  margin: auto;
  z-index: 990;
}
.infoArea .infoCarousel .slick-next.slick-disabled,
.infoArea .infoCarousel .slick-prev.slick-disabled {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .infoArea .infoCarousel .slick-next,
  .infoArea .infoCarousel .slick-prev {
    bottom: 106px;
    height: 55px;
  }
}
.infoArea .infoCarousel .slick-next .arrow svg,
.infoArea .infoCarousel .slick-prev .arrow svg {
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.2));
}
.infoArea .infoCarousel .slick-next .arrow svg circle,
.infoArea .infoCarousel .slick-next .arrow svg rect,
.infoArea .infoCarousel .slick-prev .arrow svg circle,
.infoArea .infoCarousel .slick-prev .arrow svg rect {
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .infoArea .infoCarousel .slick-next .arrow svg,
  .infoArea .infoCarousel .slick-prev .arrow svg {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 768px) {
  .infoArea .infoCarousel .slick-next:hover .arrow svg circle,
  .infoArea .infoCarousel .slick-prev:hover .arrow svg circle {
    fill: #000;
  }
  .infoArea .infoCarousel .slick-next:hover .arrow svg rect,
  .infoArea .infoCarousel .slick-prev:hover .arrow svg rect {
    fill: #fff;
  }
}
.infoArea .infoCarousel .slick-next {
  right: -50px;
}
@media screen and (max-width: 1100px) {
  .infoArea .infoCarousel .slick-next {
    right: 10px;
  }
}
.infoArea .infoCarousel .slick-prev {
  left: -50px;
}
@media screen and (max-width: 1100px) {
  .infoArea .infoCarousel .slick-prev {
    left: 10px;
  }
}
.infoArea .infoCarousel .slick-slide {
  margin: 0 10px;
}
.infoArea .infoCarousel .slick-slide:first-child {
  margin-left: 0;
}
.infoArea .infoCarousel .slick-slide:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .infoArea .infoCarousel .slick-slide {
    margin: 0 2.6666666667vw;
  }
}
.infoArea .infoCarousel .item .img {
  display: block;
  position: relative;
  width: 100%;
}
.infoArea .infoCarousel .item .img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6%;
}
.infoArea .infoCarousel .item .img .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.infoArea .infoCarousel .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s ease-in-out;
  object-fit: cover;
}
.infoArea .infoCarousel .item .detail {
  max-height: 135px;
}
@media screen and (max-width: 1100px) {
  .infoArea .infoCarousel .item .detail {
    max-height: none;
  }
}
.infoArea .infoCarousel .item .detail .cat .inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.infoArea .infoCarousel .item .detail .cat .badge {
  display: flex;
  align-items: center;
  position: relative;
  width: 80px;
  height: 28px;
  padding-left: 10px;
  margin-top: 10px;
  margin-right: 26px;
  border-radius: 2px 0px 0px 2px;
}
@media screen and (max-width: 768px) {
  .infoArea .infoCarousel .item .detail .cat .badge {
    margin-top: 15px;
  }
}
.infoArea .infoCarousel .item .detail .cat .badge::before {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  width: 5px;
  height: 26px;
}
.infoArea .infoCarousel .item .detail .cat .badge .arrow {
  width: 16px;
  height: 28px;
}
.infoArea .infoCarousel .item .detail .cat .badge .arrow::before,
.infoArea .infoCarousel .item .detail .cat .badge .arrow::after {
  content: "";
  display: block;
  position: absolute;
}
.infoArea .infoCarousel .item .detail .cat .badge .arrow::before {
  right: -16px;
  width: 16px;
  height: 28px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.infoArea .infoCarousel .item .detail .cat .badge .arrow::after {
  top: 0;
  right: -8px;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  background: #fff;
  border-radius: 100%;
}
@media screen and (min-width: 1441px) {
  .infoArea .infoCarousel .item .detail .cat .badge {
    font-size: 11px;
    line-height: 16px;
  }
}
.infoArea .infoCarousel .item .detail .cat .badge .text {
  position: relative;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: keep-all;
}
.infoArea .infoCarousel .item .detail .cat .badge.staff {
  background: #4bc07a;
}
.infoArea .infoCarousel .item .detail .cat .badge.staff::before {
  background: #4bc07a;
}
.infoArea .infoCarousel .item .detail .cat .badge.staff .arrow::before {
  background: #4bc07a;
}
.infoArea .infoCarousel .item .detail .cat .badge.news {
  background: #d9576e;
}
.infoArea .infoCarousel .item .detail .cat .badge.news::before {
  background: #d9576e;
}
.infoArea .infoCarousel .item .detail .cat .badge.news .arrow::before {
  background: #d9576e;
}
.infoArea .infoCarousel .item .detail .cat .badge.media {
  background: #575cd9;
}
.infoArea .infoCarousel .item .detail .cat .badge.media::before {
  background: #575cd9;
}
.infoArea .infoCarousel .item .detail .cat .badge.media .arrow::before {
  background: #575cd9;
}
.infoArea .infoCarousel .item .detail .cat .badge.event {
  background: #d9bc57;
}
.infoArea .infoCarousel .item .detail .cat .badge.event::before {
  background: #d9bc57;
}
.infoArea .infoCarousel .item .detail .cat .badge.event .arrow::before {
  background: #d9bc57;
}
.infoArea .infoCarousel .item .detail .cat .badge.recruit {
  background: #57c1d9;
}
.infoArea .infoCarousel .item .detail .cat .badge.recruit::before {
  background: #57c1d9;
}
.infoArea .infoCarousel .item .detail .cat .badge.recruit .arrow::before {
  background: #57c1d9;
}
.infoArea .infoCarousel .item .detail .cat .badge.branding {
  width: 120px;
  background: #ffa030;
}
.infoArea .infoCarousel .item .detail .cat .badge.branding::before {
  background: #ffa030;
}
.infoArea .infoCarousel .item .detail .cat .badge.branding .arrow::before {
  background: #ffa030;
}
.infoArea .infoCarousel .item .detail .date {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 41px 0 0;
}
@media screen and (max-width: 768px) {
  .infoArea .infoCarousel .item .detail .date {
    margin: 7px 0 0;
  }
}
.infoArea .infoCarousel .item .detail .date .text {
  position: relative;
  padding-left: 50px;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  line-height: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  text-align: right;
  color: #303030;
  transition-delay: 0.2s;
}
.infoArea .infoCarousel .item .detail .date .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  margin: auto;
  background: #303030;
}
.infoArea .infoCarousel .item .detail .cat + .info {
  font-size: 12px;
  line-height: 170%;
  color: #303030;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.imgScrollArea {
  margin-top: 200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .imgScrollArea {
    margin-top: 100px;
  }
}
.imgScrollArea .js-objScroll-left {
  position: relative;
}
.imgScrollArea .js-objScroll-left.img {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .imgScrollArea .js-objScroll-left.img img {
    height: 135px;
  }
}
.imgScrollArea.__loop {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .imgScrollArea.__loop {
    margin-top: 74px;
  }
}
.imgScrollArea.__loop .innerBlock {
  display: flex;
  align-items: center;
  width: 100vw;
}
.imgScrollArea.__loop .img img {
  width: 130.5555555556vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .imgScrollArea.__loop .img img {
    width: 830px;
  }
}
.imgScrollArea.__loop .img:nth-child(1) {
  animation: loop-img-01 50s -25s linear infinite;
}
.imgScrollArea.__loop .img:nth-child(2) {
  animation: loop-img-02 50s linear infinite;
}
.companyArea {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 220px auto 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .companyArea {
    margin: 0;
  }
}
.companyArea .innerBlock {
  display: flex;
  align-self: center;
  justify-content: space-between;
}
@media screen and (max-width: 1441px) {
  .companyArea .innerBlock {
    margin: 0 4.1666666667vw;
  }
}
@media screen and (max-width: 1100px) {
  .companyArea .innerBlock {
    display: block;
    margin: 152px 8vw 0;
  }
}
.companyArea .left {
  max-width: 367px;
  width: 100%;
  color: #303030;
}
@media screen and (max-width: 1441px) {
  .companyArea .left {
    max-width: 320px;
    width: auto;
  }
}
@media screen and (max-width: 1441px) and (max-width: 1100px) {
  .companyArea .left {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .companyArea .left {
    max-width: none;
  }
}
.companyArea .left .lower {
  margin-top: 4.3055555556vw;
}
@media screen and (min-width: 1441px) {
  .companyArea .left .lower {
    margin-top: 62px;
  }
}
@media screen and (max-width: 768px) {
  .companyArea .left .lower {
    margin-top: 12.8vw;
  }
}
.companyArea .left .lower .detail .text {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: clamp(2rem, 2rem + 0vw, 2rem);
  letter-spacing: 0.1em;
}
.companyArea .left .lower .js-stalker {
  margin-top: 33px;
}
.companyArea .right {
  margin-left: 30px;
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .companyArea .right {
    margin: 9.3333333333vw auto 0;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .companyArea .right {
    margin: 9.3333333333vw 0 0 0;
  }
}
.companyArea .right ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .companyArea .right ul {
    display: block;
  }
}
.companyArea .right ul li .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  overflow: hidden;
  transition: ease-in-out 0.6s;
}
@media screen and (max-width: 768px) {
  .companyArea .right ul li .item {
    display: block;
  }
}
.companyArea .right ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 12px;
  height: 11px;
  background: url(../../dist/images/common/img_link_icon_01.svg) no-repeat;
}
.companyArea .right ul li .item.--i-none::before {
  content: none;
}
.companyArea .right ul li .item.is-hide .logo {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .companyArea .right ul li .item.is-hide .logo {
    opacity: 1;
  }
}
.companyArea .right ul li .item.is-active .logo {
  opacity: 1 !important;
  transform: translate(0, -60px);
}
@media screen and (min-width: 768px) {
  .companyArea .right ul li .item:hover .bg {
    width: 420px;
    transform-origin: center;
  }
  .companyArea .right ul li .item:hover .detail {
    opacity: 1;
  }
}
@media screen and (min-width: 1441px) {
  .companyArea .right ul li .item:hover .bg {
    width: 420px;
  }
}
.companyArea .right ul li .item .bg {
  position: relative;
  width: 220px;
  height: 420px;
  object-fit: cover;
  object-position: 50% 50%;
  transition: ease-in-out 0.6s !important;
  z-index: -997;
}
@media screen and (max-width: 768px) {
  .companyArea .right ul li .item .bg {
    width: 100%;
    height: 39.7333333333vw;
  }
}
.companyArea .right ul li .item .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .companyArea .right ul li .item .logo {
    top: 10.6666666667vw;
    right: 0;
    left: 0;
    transform: translate(0, -60px);
  }
  .companyArea .right ul li .item .logo img {
    width: 42.6666666667vw;
  }
}
.companyArea .right ul li .item .detail {
  position: absolute;
  height: 3.8888888889vw;
  opacity: 0;
  transition: ease-in-out 0.6s;
}
@media screen and (min-width: 1441px) {
  .companyArea .right ul li .item .detail {
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .companyArea .right ul li .item .detail {
    height: 14.9333333333vw;
    opacity: 1;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .companyArea .right ul li .item .detail {
    bottom: 6.4vw;
  }
}
.companyArea .right ul li .item .detail .text {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  line-height: clamp(1.75rem, 1.75rem + 0vw, 1.75rem);
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
.companyArea .right ul li .item .detail .break_br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .companyArea .right ul li .item .detail .break_br {
    display: block;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .companyArea .right ul li .item .detail .break_br {
    display: none;
  }
}
.companyArea .right ul li:nth-child(1) a {
  position: relative;
  background-size: 11.8055555556vw;
  background-position: 50% 50%;
}
@media screen and (min-width: 1441px) {
  .companyArea .right ul li:nth-child(1) a {
    background-size: 170px;
  }
}
@media screen and (max-width: 768px) {
  .companyArea .right ul li:nth-child(1) a {
    background-size: 50%;
  }
}
.companyArea .right ul li:nth-child(2) a {
  margin: 0 0.6944444444vw;
  background-size: 11.8055555556vw;
  background-position: 50% 50%;
}
@media screen and (min-width: 1441px) {
  .companyArea .right ul li:nth-child(2) a {
    margin: 0 10px;
    background-size: 170px;
  }
}
@media screen and (max-width: 768px) {
  .companyArea .right ul li:nth-child(2) a {
    background-size: 50%;
    margin: 2.6666666667vw 0;
  }
}
.companyArea .right ul li:nth-child(3) a {
  background-size: 11.8055555556vw;
  background-position: 50% 50%;
}
@media screen and (min-width: 1441px) {
  .companyArea .right ul li:nth-child(3) a {
    background-size: 170px;
  }
}
@media screen and (max-width: 768px) {
  .companyArea .right ul li:nth-child(3) a {
    background-size: 50%;
  }
}
.worksArea {
  position: relative;
  margin: -50px 0 0;
  padding: 265px 0 0;
}
@media screen and (max-width: 1441px) {
  .worksArea {
    padding: 232px 0 0;
  }
}
.worksArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  transition: ease-in-out 1s;
  z-index: -9999;
}
.worksArea.cue-obj.-in::before {
  width: 100%;
}
.worksArea .humanIcon {
  position: absolute;
  top: 150px;
  left: 0;
  width: 91.43px;
  height: 51.95px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .worksArea .humanIcon {
    display: none;
  }
}
.worksArea .innerBlock {
  max-width: 1340px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1441px) {
  .worksArea .innerBlock {
    max-width: none;
    width: auto;
    margin: 0 4.1666666667vw;
  }
}
@media screen and (max-width: 1441px) and (max-width: 768px) {
  .worksArea .innerBlock {
    margin: 0 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .worksArea .innerBlock .upper {
    margin: 0 4vw;
  }
}
.worksArea .innerBlock .itemList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .worksArea .innerBlock .itemList {
    justify-content: center;
    margin: 8.5333333333vw 0 0;
  }
}
.worksArea .innerBlock .itemList .item {
  position: relative;
  width: calc(33.3333333333% - 0.3472222222vw);
  height: 31.25vw;
  margin: 0.1736111111vw;
}
@media screen and (min-width: 1441px) {
  .worksArea .innerBlock .itemList .item {
    height: 450px;
  }
}
.worksArea .innerBlock .itemList .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  opacity: 0;
  background: linear-gradient(
    31.74deg,
    rgba(0, 0, 0, 0.77) -18.12%,
    rgba(0, 0, 0, 0) 73.73%
  );
}
@media screen and (min-width: 768px) {
  .worksArea .innerBlock .itemList .item:hover::after {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .worksArea .innerBlock .itemList .item {
    width: calc(50% - 4.2666666667vw);
    height: auto;
    margin: 2.1333333333vw;
  }
  .worksArea .innerBlock .itemList .item + .item {
    margin-top: 8vw;
  }
}
.worksArea .innerBlock .itemList .item.--large {
  width: calc(66.6666666666% - 0.3472222222vw);
}
@media screen and (max-width: 768px) {
  .worksArea .innerBlock .itemList .item.--large {
    width: calc(100% - 0.6666666667vw);
  }
}
@media screen and (max-width: 500px) {
  .worksArea .innerBlock .itemList .item:not(.--large) .img img {
    height: 42.4vw;
  }
}
.worksArea .innerBlock .itemList .item .img {
  position: relative;
}
.worksArea .innerBlock .itemList .item .img img {
  width: 100%;
  height: 31.25vw;
  object-fit: cover;
  transition: ease 1s;
}
@media screen and (min-width: 1441px) {
  .worksArea .innerBlock .itemList .item .img img {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .worksArea .innerBlock .itemList .item .img img {
    height: 49.0666666667vw;
  }
}
.worksArea .innerBlock .itemList .item .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 995;
}
.worksArea .innerBlock .itemList .item .detail {
  position: absolute;
  bottom: 2.7777777778vw;
  left: 2.7777777778vw;
  margin: 0 2.7777777778vw 0 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .worksArea .innerBlock .itemList .item .detail {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 11px 0 0;
    padding-left: 15px;
  }
  .worksArea .innerBlock .itemList .item .detail + .text {
    display: none;
  }
}
.worksArea .innerBlock .itemList .item .detail .text.--b {
  position: relative;
  margin-bottom: 16px;
  padding-left: 3.125vw;
  font-size: clamp(1rem, 0.8571rem + 0.2976vw, 1.125rem);
  line-height: clamp(1.8125rem, 1.5982rem + 0.4464vw, 2rem);
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 1441px) {
  .worksArea .innerBlock .itemList .item .detail .text.--b {
    padding-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .worksArea .innerBlock .itemList .item .detail .text.--b {
    margin-bottom: 0;
    padding-left: 0;
    color: #303030;
    font-size: 12px;
    line-height: 180%;
  }
}
.worksArea .innerBlock .itemList .item .detail .text.--b::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.7777777778vw;
  height: 1px;
  margin: auto;
  background: #fff;
}
@media screen and (min-width: 1441px) {
  .worksArea .innerBlock .itemList .item .detail .text.--b::before {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .worksArea .innerBlock .itemList .item .detail .text.--b::before {
    content: none;
  }
}
.worksArea .innerBlock .itemList .item .detail .text.--r {
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
  line-height: clamp(1.375rem, 1.1607rem + 0.4464vw, 1.5625rem);
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .worksArea .innerBlock .itemList .item .detail .text.--r {
    color: #303030;
  }
}
.worksArea .innerBlock .js-stalker {
  width: fit-content;
  margin: 87px 6.5972222222vw 0 auto;
}
@media screen and (max-width: 768px) {
  .worksArea .innerBlock .js-stalker {
    margin: 68px 9.3333333333vw 0 auto;
  }
}
.worksArea .lower {
  margin: 40px 0 0;
}
@media screen and (max-width: 1100px) {
  .worksArea .lower {
    margin: 8.5333333333vw 0 0;
    padding: 0 0 0 4vw;
    overflow: auto;
  }
}
.worksArea .catMenu ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .worksArea .catMenu ul {
    display: block;
  }
}
.worksArea .catMenu ul li {
  position: relative;
  width: fit-content;
  margin-right: 27px;
}
@media screen and (max-width: 768px) {
  .worksArea .catMenu ul li {
    width: fit-content;
    margin-left: 0;
  }
}
.worksArea .catMenu ul li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background: #303030;
  transition: ease-in-out 0.2s;
}
@media screen and (min-width: 768px) {
  .worksArea .catMenu ul li.is-active:hover::before {
    width: 100%;
  }
}
.worksArea .catMenu ul li.is-hide .text {
  color: #c4c4c4;
  transition: ease-in-out 0.4s !important;
}
.worksArea .catMenu ul li.is-current::before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .worksArea .catMenu button:hover .text {
    transition: ease-in-out 0.4s;
  }
}
.worksArea .catMenu .text {
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  line-height: 250%;
  letter-spacing: 0.1em;
  color: #303030;
  transition: ease-in-out 0.4s;
}
.brandingArea {
  position: relative;
  padding: 150px 0 145px;
}
@media screen and (max-width: 1100px) {
  .brandingArea {
    padding: 133px 0 70px 0;
  }
}
.brandingArea .humanIcon {
  position: absolute;
  bottom: 10px;
  left: 40px;
  width: 54px;
  height: 36px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .brandingArea .humanIcon {
    display: none;
  }
}
.brandingArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  transition: ease-in-out 1s;
  z-index: -9999;
}
.brandingArea.cue-obj.-in::before {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .brandingArea.cue-obj.-in::before {
    width: 100%;
  }
}
.brandingArea .innerBlock {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1441px) {
  .brandingArea .innerBlock {
    max-width: none;
    width: auto;
    margin: 0 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .brandingArea .innerBlock {
    margin: 0;
  }
  .brandingArea .innerBlock .head {
    margin: 0 8vw;
  }
}
.brandingArea .linkList {
  margin: 90px 0 0 0;
}
@media screen and (max-width: 768px) {
  .brandingArea .linkList {
    margin: 72px 4.2666666667vw 0;
  }
}
.brandingArea .linkList a {
  display: flex;
  align-items: flex-end;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .brandingArea .linkList a {
    display: block;
  }
  .brandingArea .linkList a + a {
    margin: 6.4vw 0 0 0;
  }
}
.brandingArea .linkList li {
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .brandingArea .linkList li.is-hide a .text {
    opacity: 0.3;
  }
}
.brandingArea .linkList .text.--en-h {
  font-size: clamp(4.125rem, -1.1607rem + 11.0119vw, 8.75rem);
  line-height: clamp(4.9375rem, -1.3482rem + 13.0952vw, 10.4375rem);
  text-transform: uppercase;
  color: #303030;
}
@media screen and (max-width: 768px) {
  .brandingArea .linkList .text.--en-h {
    font-size: 14.6666666667vw;
  }
}
.brandingArea .linkList .text.--r {
  position: relative;
  margin: 0 0 1.3888888889vw 1.875vw;
  padding: 0 0 0 4.1666666667vw;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  line-height: clamp(1.5625rem, 1.5625rem + 0vw, 1.5625rem);
  letter-spacing: 0.1em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .brandingArea .linkList .text.--r {
    padding: 0 0 0 50px;
  }
}
.brandingArea .linkList .text.--r::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  margin: auto;
  background: #303030;
}
.brandingArea .linkList + .img {
  position: fixed;
  max-width: 600px;
  width: 100%;
  top: 0;
  right: 300px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .brandingArea .linkList + .img {
    display: none;
  }
}
.brandingArea .linkList + .img img {
  position: absolute;
  top: 50%;
  max-width: 600px;
  width: 100%;
  transform: scale(0);
  transition: ease-in-out 0.4s;
}
.brandingArea .linkList + .img img.is-active {
  transform: scale(1);
}
.brandingArea .img + .js-stalker {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .brandingArea .img + .js-stalker {
    margin: 60px 9.3333333333vw 0 auto;
  }
}
.bannerArea {
  max-width: 1310px;
  width: 100%;
  margin: 130px auto 0;
}
@media screen and (max-width: 1400px) {
  .bannerArea {
    max-width: none;
    width: auto;
    margin: 260px 4.1666666667vw 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  .bannerArea {
    margin: 0;
  }
}
.bannerArea .innerBlock {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bannerArea .innerBlock {
    display: block;
    margin: 70px 0 0 0;
    padding-bottom: 30px;
  }
  .bannerArea .innerBlock .head {
    margin: 0 8vw 0;
  }
}
.bannerArea .linkItem {
  position: relative;
  width: calc(33.3333333333% - 3px);
  margin: 0.6944444444vw 0 0 0;
}
@media screen and (max-width: 768px) {
  .bannerArea .linkItem {
    display: block;
    width: auto;
    margin: 12.8vw 0 0 0;
  }
}
.bannerArea .item {
  position: relative;
}
.bannerArea .item .head {
  transition: 0.2s ease-in-out;
}
.bannerArea .item .img {
  transition: ease-in-out 1s;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  .bannerArea .item .img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .bannerArea .item:nth-child(2) {
    transition-delay: 0.4s;
  }
  .bannerArea .item:nth-child(3) {
    transition-delay: 0.8s;
  }
  .bannerArea .item:hover .img {
    transform: scale(1.1);
  }
}
.bannerArea .upper {
  margin: auto;
}
@media screen and (min-width: 1441px) {
  .bannerArea .upper {
    top: 60px;
    left: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .bannerArea .upper {
    position: unset;
  }
}
.bannerArea .lower {
  position: relative;
  width: 100%;
  height: 367px;
  margin: 43px 0 0 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bannerArea .lower {
    width: 100%;
    margin: 2.6666666667vw 0 0 8vw;
    height: auto;
  }
}
.bannerArea .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bannerArea .btn {
    position: relative;
    top: 6.4vw;
    right: calc(-8vw - 60px);
    width: auto;
    margin: 0;
  }
}
.projectListArea {
  position: relative;
  padding: 160px 0 175px;
  margin: -40px 0 0;
}
@media screen and (max-width: 700px) {
  .projectListArea {
    padding: 152px 0 122px;
  }
}
.projectListArea .innerBlock {
  max-width: 1310px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .projectListArea .innerBlock {
    max-width: none;
    width: auto;
    margin: 0 4.1666666667vw;
  }
}
@media screen and (max-width: 1400px) and (max-width: 700px) {
  .projectListArea .innerBlock {
    margin: 0 8vw;
  }
}
.projectListArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  transition: ease-in-out 1s;
  z-index: -9999;
}
.projectListArea.cue-obj.-in::before {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .projectListArea.cue-obj.-in::before {
    width: 100% !important;
  }
}
.projectListArea .itemList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 118px 0 0;
}
.projectListArea .itemList::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 20px);
}
.projectListArea .item {
  width: calc(33.3333333333% - 20px);
  margin: 50px 0 0;
}
.projectListArea .item:nth-child(-n + 3) {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .projectListArea .item {
    width: calc(50% - 20px);
  }
  .projectListArea .item:nth-child(3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .projectListArea .item {
    width: 100%;
    margin-top: 40px;
  }
  .projectListArea .item:nth-child(-n + 3) {
    margin-top: 40px;
  }
  .projectListArea .item:nth-child(1) {
    margin-top: 0;
  }
}
.projectListArea .item .img {
  display: block;
  position: relative;
  width: 100%;
}
.projectListArea .item .img .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.projectListArea .item .img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6%;
}
.projectListArea .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s ease-in-out;
  object-fit: cover;
}
.projectListArea .item .detail {
  margin: 31px 34px 0 0;
}
@media screen and (max-width: 1000px) {
  .projectListArea .item .detail {
    margin: 23px 25px 0 0;
  }
}
.projectListArea .item .text {
  color: #303030;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projectListArea .item .caption .text {
  font-size: 14px;
  line-height: 200%;
}
.projectListArea .item .title .text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.messageArea {
  max-width: 940px;
  width: 100%;
  margin: 142px auto 0;
}
@media screen and (max-width: 1200px) {
  .messageArea {
    max-width: 850px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .messageArea {
    max-width: none;
    width: auto;
    margin: 142px 4.1666666667vw 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 768px) {
  .messageArea {
    margin: 58px 8vw 0;
  }
}
.messageArea h2 {
  margin-bottom: 70px;
  font-size: 27px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #454545;
}
@media screen and (max-width: 768px) {
  .messageArea h2 {
    margin-bottom: 53px;
  }
}
.messageArea p.text {
  font-size: 14px;
  line-height: 180%;
  color: #454545;
}
.messageArea p.text.tel {
  margin-top: 30px;
}
.messageArea .returnBtn {
  width: fit-content;
  margin: 97px auto 0 0;
  border: 1px solid #303030;
  box-sizing: border-box;
  background: #303030;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .messageArea .returnBtn {
    margin: 70px auto 0 0;
  }
}
.messageArea .returnBtn .text {
  padding: 14px 84px;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  line-height: 180%;
  color: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .messageArea .returnBtn:hover {
    background: #fff;
  }
  .messageArea .returnBtn:hover .text {
    color: #303030;
  }
}
.loadingArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1002;
}
.loadingArea .innerBlock {
  height: 100%;
}
.loadingArea svg {
  max-width: 100px;
}
#loadingAnime {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
