@charset "UTF-8";
/* Font Size ----- */
:root {
  --color-txt: #3e3a39;
  --color-white: #fff;
  --color-deep-orange: #df671b;
  --color-purple: #7d80ce;
  --color-deep-purple: #655dac;
  --color-main: var(--color-txt);
  --color-accent: var(--color-deep-orange);
  --color-sub: var(--color-purple);
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#loading img {
  width: clamp(250px, 28.5505124451vw, 440px); /* ローディング画像のサイズ */
}

.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fv.active .img .fv-img02 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fv.active .txt span {
  -webkit-animation: fv-textanimation 1s forwards;
          animation: fv-textanimation 1s forwards;
}
.fv.is-scrolled .img .fv-img03 {
  /* animation: bounding .6s 1s forwards;
  @include mq(0,768){
      animation: bounding-sp 0.6s 1s forwards;
  } */
  -webkit-animation: slide-skew01 1s 1s forwards;
          animation: slide-skew01 1s 1s forwards;
}
@media screen and (max-width:767px) {
  .fv.is-scrolled .img .fv-img03 {
    -webkit-animation: slide-skew01-sp 1s 1s forwards;
            animation: slide-skew01-sp 1s 1s forwards;
  }
}
.fv.is-scrolled .img .fv-img04 {
  /* animation: bounding .6s 1.5s forwards;
  @include mq(0,768){
      animation: bounding-sp 0.6s 1.5s forwards;
  } */
  -webkit-animation: slide-skew02 1s 1.5s forwards;
          animation: slide-skew02 1s 1.5s forwards;
}
@media screen and (max-width:767px) {
  .fv.is-scrolled .img .fv-img04 {
    -webkit-animation: slide-skew02-sp 1s 1.5s forwards;
            animation: slide-skew02-sp 1s 1.5s forwards;
  }
}
.fv.is-scrolled .img .fv-img05 {
  /* animation: bounding .6s 2s forwards;
  @include mq(0,768){
      animation: bounding-sp 0.6s 2s forwards;
  } */
  -webkit-animation: slide-skew03 1s 2s forwards;
          animation: slide-skew03 1s 2s forwards;
}
@media screen and (max-width:767px) {
  .fv.is-scrolled .img .fv-img05 {
    -webkit-animation: slide-skew03-sp 1s 2s forwards;
            animation: slide-skew03-sp 1s 2s forwards;
  }
}
.fv .img {
  width: 100%;
  position: relative;
  /* picture{
      display: block;
      width: 100%;
      height: 100%;

      >*{
          width: 100%;
          height: 100%;
          object-fit: cover;
      }
  } */
}
@media screen and (max-width:767px) {
  .fv .img {
    height: 100vh;
  }
}
@media screen and (max-width:767px) {
  .fv .img.-pc {
    display: none;
  }
}
.fv .img.-sp {
  display: none;
}
@media screen and (max-width:767px) {
  .fv .img.-sp {
    display: block;
  }
}
.fv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .img .fv-img02, .fv .img .fv-img03, .fv .img .fv-img04, .fv .img .fv-img05 {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.fv .img .fv-img02 {
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fv .img .fv-img03 {
  opacity: 0;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.fv .img .fv-img04 {
  opacity: 0;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.fv .img .fv-img05 {
  opacity: 0;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.fv .txt {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.fv .txt.-pc {
  display: none;
}
@media screen and (min-width:768px) {
  .fv .txt.-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width:767px) {
  .fv .txt.-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
@media screen and (min-width:768px) {
  .fv .txt.-sp {
    display: none;
  }
}
.fv .txt.-sp div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.fv .txt.-sp div:nth-child(2) span:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.fv .txt.-sp div:nth-child(2) span:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fv .txt.-sp div:nth-child(2) span:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.fv .txt.-sp div:nth-child(2) span:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fv .txt.-sp div:nth-child(2) span:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fv .txt.-sp div:nth-child(2) span:nth-child(6) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fv .txt.-sp div:nth-child(2) span:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fv .txt.-sp div:nth-child(2) span:nth-child(8) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.fv .txt span {
  color: #fff;
  font-size: clamp(26px, 4vw, 56px);
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
}
.fv .txt span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.fv .txt span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.fv .txt span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fv .txt span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.fv .txt span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fv .txt span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.fv .txt span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fv .txt span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.fv .txt span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fv .txt span:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fv .txt span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fv .txt span:nth-child(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fv .txt span:nth-child(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.fv .txt span:nth-child(14) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.fv .txt span:nth-child(15) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.fv .txt span:nth-child(16) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.fv .txt span:nth-child(17) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.fv .txt span:nth-child(18) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.fv .txt span:nth-child(19) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.fv .txt span:nth-child(20) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.banner-section__banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3rem;
}
@media screen and (max-width:767px) {
  .banner-section__banner-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}
.banner-section__banner-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 3rem 5rem;
  border-radius: 12px;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width:767px) {
  .banner-section__banner-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .banner-section__banner-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width:768px) {
  .banner-section__banner-child {
    width: calc(50% - 1.5rem);
    padding: 4rem 5rem;
    gap: 3rem;
  }
}
@media screen and (min-width:992px) {
  .banner-section__banner-child {
    padding: 3rem;
  }
}
@media screen and (min-width:1200px) {
  .banner-section__banner-child {
    padding: 3rem 5rem;
  }
}
.banner-section__banner-child.-corporation {
  background-color: var(--color-sub);
}
.banner-section__banner-child.-corporation .stand {
  color: #534a9b;
}
.banner-section__banner-child.-general {
  background-color: #f6a05f;
}
.banner-section__banner-child.-general .stand {
  color: var(--color-accent);
}
.banner-section__banner-child.-is-active {
  -webkit-animation: bounding 0.6s ease forwards;
          animation: bounding 0.6s ease forwards;
}
@media screen and (max-width:767px) {
  .banner-section__banner-child.-is-active {
    -webkit-animation: bounding-sp 0.6s ease forwards;
            animation: bounding-sp 0.6s ease forwards;
  }
}
@media screen and (min-width:768px) {
  .banner-section__banner-child.-is-active:nth-child(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
.banner-section__banner-child .img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .banner-section__banner-child .img {
    max-width: 300px;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .banner-section__banner-child .img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width:992px) {
  .banner-section__banner-child .img {
    width: 40%;
  }
}
.banner-section__banner-child .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-section__banner-child .txt .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .banner-section__banner-child .txt .main {
    font-size: 2.4rem;
    gap: 0.8rem;
  }
}
@media screen and (min-width:992px) {
  .banner-section__banner-child .txt .main {
    font-size: 2.4rem;
  }
}
@media screen and (min-width:1200px) {
  .banner-section__banner-child .txt .main {
    font-size: 3rem;
  }
}
.banner-section__banner-child .txt .main > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.banner-section__banner-child .txt .main .stand {
  background-color: #fff;
  border-radius: 100vmax;
  padding: 1rem 2rem;
  line-height: 1;
}
.banner-section__banner-child .txt .sub {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 1rem;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .banner-section__banner-child .txt .sub {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width:992px) {
  .banner-section__banner-child .txt .sub {
    font-size: 1.4rem;
  }
}
@media screen and (min-width:1200px) {
  .banner-section__banner-child .txt .sub {
    font-size: 1.8rem;
  }
}

.slider {
  position: relative;
}
.slider__splide .splide__track {
  overflow: hidden;
}
.slider__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.strength-section {
  position: relative;
}
@media screen and (min-width:768px) and (max-width:991px) {
  .strength-section .container {
    width: 95%;
  }
}
.strength-section::before, .strength-section::after {
  content: "";
  position: absolute;
  top: 6vw;
  z-index: -1;
  width: 20vw;
}
@media screen and (max-width:767px) {
  .strength-section::before, .strength-section::after {
    width: 40%;
  }
}
.strength-section::before {
  left: 0;
  aspect-ratio: 349/279;
  background: url(../img/top/strength-color-block01.svg) no-repeat center/contain;
}
.strength-section::after {
  right: 0;
  aspect-ratio: 349/279;
  background: url(../img/top/strength-color-block02.svg) no-repeat center/contain;
}
.strength-section__list-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .strength-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3rem;
  }
}
@media screen and (min-width:768px) {
  .strength-section__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3%;
  }
}
.strength-section__child {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 4rem 2rem 5rem;
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width:768px) {
  .strength-section__child {
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
@media screen and (min-width:992px) {
  .strength-section__child {
    padding: 4rem 0 5rem;
  }
}
.strength-section__child.-is-active {
  -webkit-animation: bounding 0.6s ease forwards;
          animation: bounding 0.6s ease forwards;
}
@media screen and (max-width:767px) {
  .strength-section__child.-is-active {
    -webkit-animation: bounding-sp 0.6s ease forwards;
            animation: bounding-sp 0.6s ease forwards;
  }
}
@media screen and (min-width:768px) {
  .strength-section__child.-is-active:nth-child(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
@media screen and (min-width:768px) {
  .strength-section__child.-is-active:nth-child(3) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}
.strength-section__child .ribbon {
  position: absolute;
  top: -15px;
  left: -13px;
}
.strength-section__child .ribbon > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  position: relative;
  padding: 13px 20px;
  line-height: 1;
  color: #FFF;
  background: var(--color-sub);
}
.strength-section__child .ribbon > span:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 11px transparent;
  border-right: solid 13px #f6a05f; /*折り返し部分*/
}
.strength-section__child .ribbon > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 0.5px);
  border-bottom: 48px solid transparent;
  border-left: 23px solid var(--color-sub);
}
.strength-section__child .ribbon > span .en {
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: -5px;
}
.strength-section__child .ttl {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
  color: var(--color-accent);
}
@media screen and (min-width:768px) {
  .strength-section__child .ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width:992px) {
  .strength-section__child .ttl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width:1200px) {
  .strength-section__child .ttl {
    font-size: 3.6rem;
  }
}
.strength-section__child .description {
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) {
  .strength-section__child .description {
    font-size: 1.2rem;
  }
}
@media screen and (min-width:992px) {
  .strength-section__child .description {
    font-size: 1.4rem;
  }
}
@media screen and (min-width:1200px) {
  .strength-section__child .description {
    font-size: 1.8rem;
  }
}
.strength-section__bg {
  background: url(../img/top/bg-strength.svg) no-repeat center/cover;
  -webkit-mask-image: url(../img/top/curve-mask.svg);
          mask-image: url(../img/top/curve-mask.svg);
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100vw;
          mask-size: 100vw;
  margin-top: -10vw;
  padding-top: 10vw;
}
@media screen and (max-width:767px) {
  .strength-section__bg {
    background: url(../img/top/bg-strength-sp.svg) no-repeat center/cover;
    -webkit-mask-size: 200vw;
            mask-size: 200vw;
    margin-top: -80rem;
    padding-top: 80rem;
  }
}
.strength-section__panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 3rem;
}
@media screen and (min-width:768px) {
  .strength-section__panel {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 6rem;
  }
}
@media screen and (min-width:992px) {
  .strength-section__panel {
    grid-template-columns: repeat(3, 1fr);
  }
}
.strength-section__panel-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
  padding: 3.8rem 3rem 3rem;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width:767px) {
  .strength-section__panel-child {
    padding: 2.5rem 1.5rem;
  }
}
.strength-section__panel-child.-is-active {
  opacity: 1;
}
@media screen and (min-width:768px) {
  .strength-section__panel-child.-is-active:nth-child(1) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media screen and (min-width:768px) {
  .strength-section__panel-child.-is-active:nth-child(2) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media screen and (min-width:768px) {
  .strength-section__panel-child.-is-active:nth-child(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media screen and (min-width:768px) {
  .strength-section__panel-child.-is-active:nth-child(4) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
@media screen and (min-width:768px) {
  .strength-section__panel-child.-is-active:nth-child(5) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media screen and (min-width:768px) {
  .strength-section__panel-child.-is-active:nth-child(6) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}
.strength-section__panel-child > * {
  font-weight: 500;
}
.strength-section__panel-child + .strength-section__panel-child {
  margin-right: -1px;
  margin-bottom: -1px;
}
.strength-section__panel-child:nth-of-type(1) {
  background-color: #f6a05f;
}
.strength-section__panel-child:nth-of-type(2) {
  background-color: #c1846c;
}
.strength-section__panel-child:nth-of-type(3) {
  background-color: #63b4be;
}
.strength-section__panel-child:nth-of-type(4) {
  background-color: #8dc66f;
}
.strength-section__panel-child:nth-of-type(5) {
  background-color: #f17e74;
}
.strength-section__panel-child:nth-of-type(6) {
  background-color: #7d80ce;
}
.strength-section__panel-child .ttl {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .strength-section__panel-child .ttl {
    font-size: 2.6rem;
  }
}
.strength-section__panel-child .description {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width:992px) {
  .strength-section__panel-child .description {
    font-size: 1.5rem;
  }
}

.news-section {
  position: relative;
}
.news-section.-is-active::before {
  -webkit-animation: bounding 0.6s ease forwards;
          animation: bounding 0.6s ease forwards;
}
.news-section::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: 10%;
  background: url(../img/top/news-illust.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  aspect-ratio: 281/189;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .news-section::before {
    top: -7rem;
    width: 16rem;
  }
}
@media screen and (min-width:992px) {
  .news-section::before {
    top: -8vw;
    width: 18vw;
  }
}
.news-section__bg {
  background: url(../img/top/bg-news.svg) no-repeat center/cover;
  -webkit-mask-image: url(../img/top/wave-mask.svg);
          mask-image: url(../img/top/wave-mask.svg);
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100vw;
          mask-size: 100vw;
}
@media screen and (max-width:767px) {
  .news-section__bg {
    background: url(../img/top/bg-news-sp.svg) no-repeat center/cover;
    -webkit-mask-image: url(../img/top/wave-mask.svg);
            mask-image: url(../img/top/wave-mask.svg);
    -webkit-mask-size: 200vw;
            mask-size: 200vw;
  }
}
.news-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 0;
}
@media screen and (max-width:991px) {
  .news-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-section__left {
  width: 36%;
}
@media screen and (max-width:991px) {
  .news-section__left {
    display: contents;
    width: 100%;
  }
}
.news-section__left .description {
  margin-block: 1rem 3rem;
}
@media screen and (max-width:767px) {
  .news-section__left .description {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width:991px) {
  .news-section__left .btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-inline: auto;
    margin-top: 3rem;
  }
}
.news-section__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-section .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-section .news-list__child {
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem 2rem 2rem 3rem;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
@media screen and (max-width:767px) {
  .news-section .news-list__child {
    padding: 2rem;
  }
}
.news-section .news-list__child.-is-active {
  opacity: 1;
}
.news-section .news-list__child:has(.link:hover) {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 20px 36px rgba(33, 32, 31, 0.16);
          box-shadow: 0 20px 36px rgba(33, 32, 31, 0.16);
}
.news-section .news-list__child .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .news-section .news-list__child .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.news-section .news-list__child .link .news-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-section .news-list__child .link .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.news-section .news-list__child .link .news-info .time {
  color: var(--color-deep-purple);
  font-weight: bold;
}
.news-section .news-list__child .link .news-info .category {
  background-color: #7d80ce;
  border-radius: 100vmax;
  padding: 0.7rem 1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.news-section .news-list__child .link .news-info .category.-topic {
  background: #f6a05f;
}
.news-section .news-list__child .link .news-info .category.-event {
  background: #7d80ce;
}
.news-section .news-list__child .link .news-ttl {
  color: var(--color-main);
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:767px) {
  .news-section .news-list__child .link .news-ttl {
    font-size: 1.8rem;
  }
}
.news-section .news-list__child .link .img {
  display: none;
  border-radius: 12px;
  width: 150px;
  aspect-ratio: 143/113;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .news-section .news-list__child .link .img {
    width: 100%;
  }
}
.news-section .news-list__child .link .img:has(img) {
  display: block;
}
.news-section .news-list__child .link .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes slide-skew01 {
  0% {
    -webkit-transform: translate(2rem, -2rem);
            transform: translate(2rem, -2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}

@keyframes slide-skew01 {
  0% {
    -webkit-transform: translate(2rem, -2rem);
            transform: translate(2rem, -2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-skew01-sp {
  0% {
    -webkit-transform: translate(0.5rem, -0.5rem);
            transform: translate(0.5rem, -0.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes slide-skew01-sp {
  0% {
    -webkit-transform: translate(0.5rem, -0.5rem);
            transform: translate(0.5rem, -0.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-skew02 {
  0% {
    -webkit-transform: translate(-2rem, -2rem);
            transform: translate(-2rem, -2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes slide-skew02 {
  0% {
    -webkit-transform: translate(-2rem, -2rem);
            transform: translate(-2rem, -2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-skew02-sp {
  0% {
    -webkit-transform: translate(-0.5rem, -0.5rem);
            transform: translate(-0.5rem, -0.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes slide-skew02-sp {
  0% {
    -webkit-transform: translate(-0.5rem, -0.5rem);
            transform: translate(-0.5rem, -0.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-skew03 {
  0% {
    -webkit-transform: translate(-2rem, 2rem);
            transform: translate(-2rem, 2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes slide-skew03 {
  0% {
    -webkit-transform: translate(-2rem, 2rem);
            transform: translate(-2rem, 2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-skew03-sp {
  0% {
    -webkit-transform: translate(-0.5rem, 0.5rem);
            transform: translate(-0.5rem, 0.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes slide-skew03-sp {
  0% {
    -webkit-transform: translate(-0.5rem, 0.5rem);
            transform: translate(-0.5rem, 0.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style-top.css.map */