.top_anm .bx_grd {
  border-bottom: none;
}
.top_anm .btm {
  background: #2B2B2B;
  height: 34px;
  border-top: 1px solid white;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .top_anm .btm {
    height: 19px;
    border-top: 1px solid white;
  }
}

.top1 {
  position: relative;
}
.top1 .c2 {
  display: grid;
  position: relative;
  grid-template-columns: 33.5% 1fr;
}
.top1 .l, .top1 .r {
  height: 285px;
  place-content: end;
}
.top1 .l .in, .top1 .r .in {
  padding: 0 0 40px 40px;
  box-sizing: border-box;
}
.top1 .l {
  position: relative;
}
.top1 .l .tx {
  font-family: "hm", sans-serif;
  line-height: 1.5;
  border-left: 1px solid #2B2B2B;
  padding-left: 18px;
  box-sizing: border-box;
}
.top1 .logos {
  font-size: clamp(5rem, 4.7584187408vw, 6.5rem);
  font-family: "hb", sans-serif;
  line-height: 1;
  transform: skew(-5deg, 0deg);
  position: relative;
  bottom: -15px;
}
.top1 .logos p {
  margin-bottom: 8px;
  overflow: hidden;
}
.top1 .logos p:last-of-type {
  margin-bottom: 0;
}
.top1 .logos p i {
  display: inline-block;
  transform-origin: 50% 100%;
  translate: 0 100%;
  transition: all 0.7s ease;
}
.top1 .line {
  position: absolute;
}
.top1 .line1 {
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #2b2b2b;
}
.top1 .line2 {
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #2b2b2b;
}
@media all and (max-width: 767px) {
  .top1 .c2 {
    display: block;
    padding: 40px 20px 30px 20px;
  }
  .top1 .l, .top1 .r {
    height: auto;
  }
  .top1 .l .in, .top1 .r .in {
    padding: 0;
  }
  .top1 .l {
    margin-bottom: 35px;
  }
  .top1 .l .tx {
    padding-left: 10px;
    font-size: 1.2rem;
  }
  .top1 .logos {
    font-size: 4rem;
    bottom: unset;
  }
  .top1 .logos p {
    margin-bottom: 4px;
  }
  .top1 .line2 {
    display: none;
  }
}

.sec1 {
  font-feature-settings: "palt";
}
.sec1 .inner {
  max-width: none;
  width: 100%;
  padding: 140px 60px;
  box-sizing: border-box;
}
.sec1 .ttlh2 {
  font-weight: 700;
  font-size: clamp(6.6rem, 6.2957540264vw, 8.6rem);
  letter-spacing: 0.05em;
  line-height: 1.55;
}
.sec1 .txt {
  font-weight: 400;
  text-align: right;
  margin-top: 108px;
}
.sec1 .txt .in {
  padding-right: 25px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.sec1 .btm {
  margin-top: 40px;
  margin-left: 38px;
}
.sec1 .c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 38px;
}
@media all and (max-width: 1000px) {
  .sec1 .inner {
    padding: 100px 40px;
  }
  .sec1 .txt {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .sec1 .inner {
    padding: 35px 20px;
  }
  .sec1 .ttlh2 {
    font-size: 3.2rem;
  }
  .sec1 .txt {
    margin-top: 32px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .sec1 .txt .in {
    padding-right: 0;
  }
  .sec1 .btm {
    margin-top: 20px;
    margin-left: 20px;
  }
  .sec1 .c3 {
    gap: 0 10px;
  }
}

.sec2 {
  margin: 170px 0 0 0;
  padding-bottom: 80px;
  background: #2B2B2B;
  font-feature-settings: "palt";
}
.sec2 .c2 {
  margin-top: 80px;
  color: white;
  display: grid;
  grid-template-columns: 490px 1fr;
  gap: 0 80px;
  align-items: center;
}
.sec2 .ttlh3 {
  font-weight: 500;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.sec2 .txt {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.sec2 .img_cons {
  margin-top: 50px;
}
@media all and (max-width: 1000px) {
  .sec2 .c2 {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
}
@media all and (max-width: 767px) {
  .sec2 {
    margin: 50px 0 0 0;
    padding-bottom: 30px;
  }
  .sec2 .c2 {
    margin-top: 20px;
    gap: 20px 0;
  }
  .sec2 .ttlh3 {
    font-size: 1.6rem;
  }
  .sec2 .txt {
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .sec2 .img_cons {
    margin-top: 50px;
  }
}

.cards {
  margin: 170px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.cards .bx {
  aspect-ratio: 1/1;
  text-decoration: none;
  color: #2b2b2b;
  place-content: center;
  font-feature-settings: "palt";
  font-weight: 400;
}
.cards .bx .in1 {
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  place-content: center;
  transition: all 1s ease;
}
.cards .bx.trigger .in1 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.cards .bx:hover .arw img {
  right: -10px;
}
.cards .bx .in {
  max-width: 340px;
  margin: 0 auto;
}
.cards .bx .num {
  font-family: "hm", sans-serif;
  line-height: 1.5;
}
.cards .bx h3 {
  font-family: "hm", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  margin: 32px 0;
  line-height: 1;
}
.cards .bx .tg {
  margin-top: 32px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.cards .bx .arw {
  text-align: right;
  margin-top: 32px;
}
.cards .bx .arw img {
  display: inline-block;
  width: 40px;
  height: auto;
  position: relative;
  right: 0;
  transition: all 0.3s ease;
}
.cards .bx .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cards .bx .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cards .b1 .in1 {
  background: #0AD7F5;
}
.cards .b1:hover .in1 {
  background: #3bdff7;
}
.cards .b3 .in1 {
  background: #FF3CBE;
  color: white;
}
.cards .b3:hover .in1 {
  background: #ff6fcf;
}
.cards .b5 .in1 {
  background: #004BFF;
  color: white;
}
.cards .b5:hover .in1 {
  background: #336fff;
}
.cards .b7 .in1 {
  background: #00FFB0;
}
.cards .b7:hover .in1 {
  background: #33ffc0;
}
.cards .b9 .in1 {
  background: #FFFA14;
}
.cards .b9:hover .in1 {
  background: #fffb47;
}
.cards .b10 {
  display: none;
}
@media all and (max-width: 1280px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
  .cards .b1 {
    order: 1;
  }
  .cards .b2 {
    order: 2;
  }
  .cards .b6 {
    order: 3;
  }
  .cards .b3 {
    order: 4;
  }
  .cards .b5 {
    order: 5;
  }
  .cards .b10 {
    display: block;
    order: 6;
  }
  .cards .b4 {
    order: 7;
  }
  .cards .b7 {
    order: 8;
  }
  .cards .b9 {
    order: 9;
  }
  .cards .b8 {
    order: 10;
  }
}
@media all and (max-width: 767px) {
  .cards {
    margin: 20px 0 0 0;
  }
  .cards .bx {
    aspect-ratio: unset;
  }
  .cards .bx:hover .arw img {
    right: -10px;
  }
  .cards .bx .in {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  .cards .bx .num {
    font-size: 1rem;
    transform-origin: top left;
    transform: scale(0.9);
  }
  .cards .bx h3 {
    font-size: 1.6rem;
    margin: 10px 0;
  }
  .cards .bx .tx {
    font-size: 1rem;
    line-height: 1.6;
  }
  .cards .bx .tg {
    font-size: 1rem;
    margin-top: 10px;
    transform-origin: top left;
    transform: scale(0.7);
    position: absolute;
    white-space: nowrap;
    left: 0;
    bottom: 5px;
  }
  .cards .bx .arw {
    text-align: right;
    margin-top: 0;
    position: absolute;
    right: 0px;
    bottom: 10px;
  }
  .cards .bx .arw img {
    width: 16.5px;
    right: 0;
  }
  .cards .b1, .cards .b3, .cards .b5, .cards .b7, .cards .b9 {
    position: relative;
  }
  .cards .b1 .in, .cards .b3 .in, .cards .b5 .in, .cards .b7 .in, .cards .b9 .in {
    position: relative;
  }
  .cards .b1 .in1, .cards .b3 .in1, .cards .b5 .in1, .cards .b7 .in1, .cards .b9 .in1 {
    padding: 20px;
  }
}

.sec4 .c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 80px;
  margin-top: 60px;
}
.sec4 .bx {
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.sec4 .bx .img {
  overflow: hidden;
}
.sec4 .bx .img img {
  transition: all 0.3s ease;
}
.sec4 .bx .bt {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #2b2b2b;
  font-family: "hm", sans-serif;
  padding: 7px 26px 3px 26px;
  background: white;
}
.sec4 .bx .bt i {
  background: url("../images/btn_arw0.png") top right no-repeat;
  background-size: 7px auto;
  padding-right: 16px;
  box-sizing: border-box;
}
.sec4 .bx:hover .img {
  overflow: hidden;
}
.sec4 .bx:hover .img img {
  transform: scale(1.05);
}
@media all and (max-width: 1000px) {
  .sec4 .c3 {
    gap: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .sec4 .c3 {
    grid-template-columns: 1fr;
    gap: 20px 0;
    margin-top: 10px;
  }
}

.sec5 {
  margin-top: 80px;
}
.sec5 .top {
  background: #2B2B2B;
  padding-bottom: 30px;
}
.sec5 .mid {
  display: grid;
  grid-template-columns: 1fr 22%;
}
.sec5 .l {
  padding: 40px 60px;
  box-sizing: border-box;
}
.sec5 .r {
  background: #FF3CBE;
}
.sec5 .line {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 0 40px;
  padding: 40px 40px 40px 0;
  border-bottom: 1px solid #D3D3D3;
  box-sizing: border-box;
  color: #2b2b2b;
  transition: all 0.3s ease;
  position: relative;
}
.sec5 .line:last-of-type {
  border-bottom: none;
}
.sec5 .line .ct {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sec5 .line .ct .in {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 0 20px;
}
.sec5 .line .ymd, .sec5 .line .cate {
  font-weight: bold;
  font-family: "hm", sans-serif;
  font-feature-settings: "palt";
}
.sec5 .line .cate {
  font-size: 1.4rem;
  margin-top: 8px;
}
.sec5 .line .txt {
  font-size: 2rem;
  position: relative;
  line-height: 1.6;
  top: -2px;
}
.sec5 .line .arw {
  text-align: right;
}
.sec5 .line .arw img {
  display: inline-block;
  width: 38px;
}
.sec5 .line:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-color: #00FFB0;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
}
.sec5 .line:hover {
  padding: 40px 20px 40px 40px;
}
.sec5 .line:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
@media all and (max-width: 1000px) {
  .sec5 .l {
    padding: 40px;
  }
  .sec5 .line .ct .in {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 20px;
  }
  .sec5 .line .ymdc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
  }
  .sec5 .line .cate {
    margin-top: 0;
  }
  .sec5 .line .txt {
    font-size: 1.4rem;
    top: 0;
    margin-top: 8px;
  }
}
@media all and (max-width: 767px) {
  .sec5 {
    margin-top: 50px;
  }
  .sec5 .top {
    padding-bottom: 20px;
  }
  .sec5 .mid {
    display: grid;
    grid-template-columns: 1fr 52px;
  }
  .sec5 .l {
    padding: 20px;
  }
  .sec5 .line {
    grid-template-columns: 75px 1fr;
    gap: 0 20px;
    padding: 20px 20px 20px 0;
  }
  .sec5 .line .ymdc {
    gap: 0 8px;
  }
  .sec5 .line .ymd {
    font-size: 1rem;
  }
  .sec5 .line .cate {
    font-size: 1rem;
    margin-top: 0;
  }
  .sec5 .line .txt {
    font-size: 1rem;
    margin-top: 4px;
    padding-right: 32px;
  }
  .sec5 .line .ct {
    position: relative;
  }
  .sec5 .line .arw {
    width: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .sec5 .line .arw img {
    width: 19px;
  }
  .sec5 .line:hover {
    padding: 20px 10px 20px 20px;
  }
}

.js_op0 {
  opacity: 0;
  transition: all 1s ease !important;
}
.js_op0.js_op0_act {
  opacity: 1;
}

.tx_anm1 .tx_anm1_act i {
  translate: 0 !important;
}

.js_line1 {
  transition: all 1s ease;
  width: 0 !important;
}
.js_line1.js_line1_act {
  width: 100% !important;
}

.js_line2 {
  transition: all 1s ease;
  height: 0 !important;
}
.js_line2.js_line2_act {
  height: 100% !important;
}

.txt_anm .item {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}
.txt_anm .item i {
  display: inline-block;
  transform-origin: 50% 100%;
  translate: 0 100%;
  transition: all 0.5s ease;
}
.txt_anm .txt_in i {
  translate: 0;
}

.txt_grd1 {
  opacity: 1 !important;
}
.txt_grd1 p {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(100deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgb(255, 255, 255) 51%, rgb(255, 255, 255) 100%);
  background-size: 400%;
  transform-origin: left top;
  background-position: 100% 0%;
  transition: all 2s ease;
}
.txt_grd1.trigger p {
  background-position: 0 0;
}

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