
/* hero
********************************************** */
.hero {
  position: relative;
  height: 790px;
}
@media screen and (max-width: 97.5em) {

}
@media screen and (max-width: 47.9375em) {
 
}

@media screen and (max-width: 67.5em) {
  .hero .header--txt {
    padding: 5.7971014493vw 5.7971014493% 4.347826087vw;
  }
}

.hero_slide {
  animation: loop_slide 30s infinite linear 1s both;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 97.5em) {
  .hero_slide {
    padding-left: 1.0256410256vw;
    padding-right: 1.0256410256vw;
  }
}
@media screen and (max-width: 47.9375em) {
  .hero_slide {
    padding-left: 2.6075619296vw;
    padding-right: 2.6075619296vw;
  }
}

.hero_slide--list {
  display: grid;
  grid-template-columns: 1253px 334px 334px;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 32px;
  gap: 32px;
}
@media screen and (max-width: 97.5em) {
  .hero_slide--list {
   
  }
}
@media screen and (max-width: 67.5em) {
 
}
@media screen and (max-width: 47.9375em) {
  
}

.hero_slide--list li {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
.hero_slide--list li:nth-child(odd):not(:nth-child(1)) {
  grid-row: 1/2;
}
.hero_slide--list li:nth-child(even) {
  grid-row: 2/3;
}
.hero_slide--list li:nth-child(1) {
  grid-row: 1/3;
}

.hero_slide--list .font-en {
  top: 1.25rem;
  right: 1.5rem;
  white-space: nowrap;
  line-height: 1.6;
  line-height: var(--line-height-hdr, 1.4);
  z-index: 2;
}
@media screen and (max-width: 47.9375em) {
  .hero_slide--list .font-en {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 97.5em) {
  .hero--logo {
    margin-bottom: max(38px, 3.5897435897vw);
  }
}

.hero--logo img {
  width: 721px;
  height: auto;
}
@media screen and (max-width: 97.5em) {
  .hero--logo img {
    width: max(499px, 46.2179487179vw);
  }
}

.hero--catch {
  position: absolute;
  top: 0;
  left: 6.6145833333%;
  width: 1181px;
  height: 100%;
  background-color: rgba(250, 249, 245, 0.95);
  padding: 0 111px;
}
@media screen and (max-width: 97.5em) {
  
}
@media screen and (max-width: 47.9375em) {

}

@media print, screen and (min-width: 48em) {
  .hero--txtarea {

  }
}

.hero--ttl {
  margin-bottom: 30px;
  color: #4A6670;
  font-weight: bold;
}
@media screen and (max-width: 47.9375em) {
  .hero--ttl {
    font-size: 4.8309178744vw;
    margin-bottom: 0.5em;
  }
}

.hero--ttl span {
  background-image: linear-gradient(to right, #333, #333 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  background-position: left 36% top;
  background-size: 0.9em 3px;
  padding-top: 0.2em;
}

.hero--txt {
  color: #557580;
}
@media screen and (max-width: 47.9375em) {
  .hero--txt {
    font-size: 1.9323671498vw;
    letter-spacing: 0.04em;
    transform: scale(0.95);
    transform-origin: left;

  }
}

.hero--scroll {
  bottom: -24px;
  left: 11.4495798319%;
  width: 83px;
  height: 114px;
  font-size: max(0.625rem, min(0.8333333333vw, 0.8125rem));
}
@media screen and (max-width: 97.5em) {
  .hero--scroll {
    bottom: max(-16px, -1.5384615385vw);
    width: max(57px, 5.3205128205vw);
    height: max(79px, 7.3076923077vw);
  }
}

.hero--scroll .bar {
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #008CD6;
  background-color: var(--clr-main, #1D7FB7);
  transition: all 0.4s ease-out;
  animation: scroll_down 2s cubic-bezier(0.5, -0.1, 0.5, 1) infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loop_slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll_down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes arrow {
  0% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  50% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
  50.1% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
}
@media screen and (max-width: 1280px) {
  .hero--catch{width: 65%;padding: 0 70px;}
}
@media screen and (max-width: 680px) {
  .hero{}
  .hero--catch{width: 70%;padding: 0 30px;}
  .hero--txtarea{width: 100%;}
}