@charset "utf-8";




/* ============================
mainvisual
=============================== */

.visualWrap {
    position: relative;
    overflow: hidden;
    
  }
  

.actor1__bule{
  height: calc(50vh - 70px);
  background-color: var(--primary--skyBlue);
  display: flex;
  justify-content: center;
  align-items: end;
}
.mainVisual__actor__1, .mainVisual__actor--magician {
  height: 39vh;
}
.wrap{
  position: relative;
}
.actor1__txt{
  color: var(---primary--black);
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  top: 47px;
  left: 37px;
}
.wrap1{
  position: relative;
}
.actor2__txt{

  margin: 0 0 -67px 168px;
  font-family: "Dela Gothic One";
    color: var(---primary--black);
    font-size: 1.5rem;
    font-weight: 700;
}



.actor2__red{

    height: calc(50vh - 70px);
    display: flex;
    justify-content: center;
    align-items: end;
    background-color: var(--primary--red);
}
  

  /* 鳥のアニメーション */
  .mainVisual__actor--bird {
    /* position: absolute;
    bottom: 20%;
    right: 6%; */
    height: 80px;
    margin: 0 0 112px -40px;
    z-index: 2;
    opacity: 0;
    animation: fadeInBirdSpin 1.2s ease-out forwards;
    animation-delay: 0.5s; /* ← これで0.5秒後に開始 */
  }
  
  @keyframes fadeInBird {
    0% {
      opacity: 0;
      transform: translateY(20px) rotate(-15deg);
    }
    100% {
      opacity: 1;
      transform: translateY(0) rotate(-15deg);
    }
  }
  @keyframes fadeInBirdSpin {
    0% {
      opacity: 0;
      transform: translateY(20px) rotate(-360deg) scale(0.8);
    }
    100% {
      opacity: 1;
      transform: translateY(0) rotate(-15deg) scale(1);
    }
  }
  
 .catchCopyGroup {
    position: absolute;
    top: 28%;
    left: 0;
    z-index: 60;
    display: inline-flex; 
    flex-direction: column; 
    align-items: flex-start; 
  }
  
  .mainVisual__catchCopy {
    width: auto;
    background-color: var(---primary--white); 
    padding: 6px;
    color: var(---primary--black);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
    border-radius: 0 5px 5px 0;
    display: block; 
    margin-bottom: 8px; 
  }


  .catchCopyGroup__pc{
    display: none;

  }
    .mainVisual__name {
      position: absolute;
      bottom: 0px;
      left: 10px;
      font-family: "Dela Gothic One", sans-serif;
      color: var(---primary--white);
      z-index: 60;
    }
    
    .acter__name, .acter__name--name2 {
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 12vw;
    font-size: min(11vw, 4rem);
    }

  .acter__name--name2{
    margin-left: 4.8%;
  }


  /* mainVisual ipad */

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .actor2__txt{
    margin: 0 0 -67px 260px;
    font-size: 2.4rem;
   
}
 .mainVisual__actor--bird {
   margin: 0 0 153px -80px;
    height: 123px;
  }
  .actor1__txt {
    font-size: 2.4rem;
     top: 68px;
    left: 18px;
  }
  .catchCopyGroup{
        top: 30%;
  } 
  
  .mainVisual__catchCopy {
    padding: 14px;
    font-size: 2.4rem;
  }
.acter__name, .acter__name--name2 {
  font-size: 7vw;

}
.acter__name--name2{
  margin: 0;
}
/* .mainVisual__name{
    display: flex;
    white-space: nowrap;
    bottom: 30px;
} */


 
  }
  /* mainvisual　PC */

  @media screen and (min-width: 1025px) {
    .visualWrap {
      display: flex;
      height: 800px;
      background-color: var(---primary--whiteLow);
  }

    
    .actor1__bule {
      background-color: var(--primary--skyBlue);
      display: flex;
      justify-content: flex-end;
      align-items: end;
      width: calc(50% - 48px);
      height: 649px;

   
    } 
    .actor2__red {
      display: flex;
      justify-content: start;
      align-items: end;
      background-color: var(--primary--red);
      width: calc(50% - 48px);
      height: 649px;
      border-radius: 0px 0px 30px 0px;
  } 
  .mainVisual__actor__1, .mainVisual__actor--magician {
    height: 537px;
    width: 365px;
    overflow: hidden;
    object-position: center;
  }
  .mainVisual__name {
    display: flex;
    margin: 30px auto;
  }
  .sp__t{
    display: none;
  }
  .acter__name, .acter__name--name2{
    color: var(---primary--black);
    font-family: "Dela Gothic One";
    font-size: 6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 92px;
    letter-spacing: 1.1vw;
    margin-left: 1.4vh;
    white-space: nowrap;
  }
   
  .header__btn {
    display: none ;
  }

  .actor1__txt {
    font-size: 3rem;
    font-weight: 700;
    top: 96px;
    left: 78px;

}
.actor2__txt{
  position: absolute;
  font-size: 3rem;
  top: 95px;
  right: 4px;
}
.mainVisual__actor--bird {
  bottom: 266px;
  right: 19%;
  height: 146px;
  position: absolute;
}

 .mainVisual__actor__1 {
  height: 537px;
    width: 343px;
    overflow: hidden;
    object-position: center;
    position: absolute;
    bottom: 0;
    right: -15px;
 }

 .wrap {
  width: 400px;
    height: 539px;
    position: relative;
    overflow: hidden;
}
.mainVisual__actor--magician{
    overflow: hidden;
    object-position: center;
    position: absolute;
    bottom: 0;
    right: 60px;
}
.wrap1 {
  width: 400px;
height: 543px;
  position: relative;
  overflow: hidden;
}
.catchCopyGroup__pc{
  display: block;
  position: absolute;
  display: inline-flex; 
  flex-direction: column; 
  align-items: flex-start; 
  top: 55%;
  left: 0;
  z-index: 60;
  gap: 24px;
          
}

.catchCopyGroup__pc p{
  color: var(---primary--black);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 43px; 
  letter-spacing: 9px;
  padding: 0 20px;

}

.catchCopyGroup{
  display: none;
}


}
/* mainVisual pc 1440px 以上の幅 */
@media screen and (min-width: 1441px) {
.wrap{
  width: 500px;

}
.actor1__txt{
  left: 0;
}
.mainVisual__actor__1{
  height: 737px;
  width: 543px;
  top: 0;
}
.wrap1 {
        width: 500px;
}
.mainVisual__actor--magician{
        bottom: 0;
        top: 0;
        right: 60px;
        height: 737px;
        width: 543px;
}

}



/* ============================
photoslider
=============================== */

.section--photoslider{
  background-color: var(---primary--whiteLow);
  padding: 30px 0;
}
.slider__item slick-slide{
  overflow: hidden;
  margin: 0 auto 60px;

}
.slick-slide img
{
   width: 100%;
   object-fit: cover;
   aspect-ratio: 131 / 116;
}
li.slider__item{
    margin: 0 5px;
}

/* photoslider　PC */
@media screen and (min-width: 1247px) {

.section--photoslider {
  padding: 30px 0 0;
}
.slick-slide img{
  aspect-ratio: 387 / 240;

}

}




/* ============================
Message
=============================== */

.section--Message{
  padding: 60px 15px;
  background-color: var(---primary--whiteLow);
}
.message__subtitle {
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.6rem;
  margin-top: 30px;
  /* align-items: center; */
  justify-content: center;
  letter-spacing: 2px;
}

.message__imgItem {
  display: flex;
  flex-direction: column; 
  align-items: center;    
  margin-top: 20px;           
}

.message__txt{
  font-size: 1.6rem;
  line-height: 3.6rem; 
  letter-spacing: 2px;
  max-width: 260px;
  margin: 20px auto;
}
.message__btnItem a{ 
  display: flex;
  margin: 30px auto;
}
.about__1{
  width: 61.46px;
  height: 65.515px;
  transform: rotate(11.029deg);
}
.about__2{
  width: 80px;
  height: 80px;
  transform: rotate(-9.722deg);
  margin-top: 15px;
}
.about__3{
  width: 80px;
  height: 80px;
  transform: rotate(10.33deg);
  margin-top: -32px;
}
.about__4{
  width: 60px;
  height: 60px;
  transform: rotate(93.241deg);
  margin-top: 31px;
}
.about__item1 ,.about__item2{
  display: flex;
  justify-content: space-between;
}
.about__5{
  width: 78px;
  height: 78px; 
  margin-top: 20px;
}
.about__6{
  width: 50px;
  height: 50px;
  transform: rotate(17.946deg);
}
.about__7{
  width: 60px;
  height: 60px;
  transform: rotate(-22.025deg);
  margin-top: 36px;

}




@keyframes shake-rotate {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}

.shake {
  animation: shake-rotate 2s infinite;
  transform-origin: center center;
  display: inline-block;
  animation-timing-function: ease-in-out;
}

.shake--1 { animation-delay: 0s; }
.shake--2 { animation-delay: 0.2s; }
.shake--3 { animation-delay: 0.4s; }
.shake--4 { animation-delay: 0.6s; }


/* Message PC */

 @media screen and (min-width: 1025px) {
  .section--Message {
    position: relative; 
    padding: 120px 60px;
  }
.mm1{
  margin: auto;
}
  .about__item1,
  .about__item2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
  }

  .about__item1 {
    left: 32px;
    width: 124px;
    height: 723px;
  }

  .about__item2 {
    right: 76px;
    width: 124px;
    height: 723px;
  }

  /* 各画像のサイズ調整 */
  .about__1 {
    width: 124px;
    height: 156px;
  }
  .about__2 {
    width: 124px;
    height: 156px;
  }
  .about__3 {
    width: 172px;
    height: 259px;
  }
  .about__4 {
    width: 160px;
    height: 140px;
  }
  .about__5 {
    width: 114px;
    height: 190px;
  }
  .about__6 {
    width: 117px;
    height: 140px;
  }
  .about__7 {
    width: 120px;
    height: 148px;
  }

  .message__subtitle {
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 67px;
    text-align: left;
    margin: auto;
    max-width: 457px;
  }

  .message__txtItem {
    margin-top: 60px;
    z-index: 2;
  }

  .message__txt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 38px;
    max-width: 457px;
  }

  .message__btnItem a {
    margin-top: 60px;
  }
}



/* ============================
history
=============================== */
.section--history{
  padding: 80px 15px;
}
.storyImg1{
  width: 170px;
  height: 91px;
  object-fit: cover;
}
.story-block__text{
  width: 150px;
  font-size: 0.9rem;
  line-height: 20px; 
  letter-spacing: 0.36px;
  margin-top: 20px;
}
.storyImg2{
  width: 138px;
  height: 138px;
  object-fit: cover;
}
.story__1{
  display: flex ;
  justify-content: center;
  gap: 11.4vw;
  margin-top: 60px;
}
.story-block--2{
  margin-top: 60px;
}
.story-block__text--2{
  width: 130px;;
}
.storyImg3{
  width: 160px;
  height: 90px;
}
.story-block__text--3{
  width: 140px;
}
.storyImg4{
  width: 160px;
  height: 200px;
  margin-top: 156px;
}
.story__2{
  display: flex;
  justify-content: center;
  gap: 10vw;
  margin-top: 30px;
  }
.highlight-title{
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 6.8rem; 
  letter-spacing: 4.95px;
}
.highlight__arrow{
  width: 43px;
 
}
.highlight-text{
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.7rem; 
  letter-spacing: 3px;
}
.story-highlight{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 60px;
}
.highlight-text{
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.7rem; 
}
.storyImg5{
  width: 160px;
  height: 200px;
}
.story-block--3{
  margin-top: 60px;
}
.story-block--3 p{
  width: 130px;
}
.storyImg6{
  width: 166px;
height: 105px;
  object-fit: cover;
}
.story__3{
    display: flex;
    gap: 15vw;
    justify-content: center;
}

.story-block--4{
  margin-top: 295px;
}
.story-block--5{
  margin-top: 55px;

}
.storyImg7{
  width: 160px;
  height: 200px;
  object-fit: cover;
}
.story-block__text--4{
  width: 140px;
}

/* history タブレット */

@media screen and (min-width: 768px) and (max-width: 1246px){
.storyImg1 , .storyImg2 , .storyImg3 , .storyImg6{
  width: 230px;
  height: 200px;
}
.story-block__text{
  width: 230px;
  font-size: 1.3rem;
}
.story__1 , .story__2 {
    max-width: 618px;
    margin: 80px auto;
}
.storyImg4 , .storyImg5 , .storyImg7{
    width: 200px;
    height: 240px;
}
.story__3{
  max-width: 581px;
  margin: 80px auto;
}
.story-block--3 p{
  width: 200px;
}
.story-block--5{
  max-width: 560px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
}

/* history pc */

@media screen and (min-width: 1247px) {
  .section--history{
    padding: 120px 60px;
  } 
  .history1{
    display: flex;
    justify-content: center;
  }
  .story__1{
   gap:121px
  }
  .story-block .storyImg1{
    width: 315px;
    height: 274px;
    object-fit: cover;
    
  }
  .story-block__text{
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 23.8px; 
    letter-spacing: 0.52px;
    width: 277px;
  }
 
  .story-block--2 .storyImg2{
  width: 234px;
  height: 269px;
  object-position: left 30px;
  margin-top: 64px;
  
  }
  .story-block--2{
    margin-top: 30px;
  }
  .story__2 {
    margin-top: 255px;
    margin-left: 80px;
  }
  .story-block .story-block__text--3{
    width: 281px;
  } 

  .story-block__text--2{
    width: 215px;
  }
  .story1{
    display: flex;
  
  }
  .story-block{
    /* margin-left: 37px; */
    margin-top: 142px;
  }
  .storyImg4{
    margin-top: 300px;
  }
  .highlight-title{
  font-size: 7.4rem;
  line-height: 97px; 
  letter-spacing: 8.14px;
  }
  .story-block .storyImg3{
    width: 370px;
    height: 216px;
    object-fit: cover;
    margin-top: 176px;
  }
  .story-block .storyImg4{
    width: 275px;
    height: 349px;
    object-fit: cover;
    margin: 451px 0 0 -42px
  }

.highlight-text{
  font-size: 4rem;
  line-height: 61px; 
  letter-spacing: 6px;
}
.highlight__arrow{
  width: 83px;
  margin: 50px auto;
}
.story__3{
  flex-direction: row-reverse;
  max-width: 1440px;
  margin: auto; 
}
.story-block--3 .storyImg5{
  width: 232px;
  height: 316px;
  object-fit: cover;
  
}
.story-block--3{
  margin-right: 180px;
}
.story-block--3 p{
  width: 232px;
}
.story-block--4{
  margin: 280px 240px 0 0;
}
.story-block--4 .storyImg6{
  width: 314px;
  height: 414px;
  object-fit: cover;
  margin-top: 130px;
}
.story-block--4 p{
  width: 312px;
}
.story-block--5 .storyImg7{
  width: 386px;
  height: 449px;
  object-fit: cover;
}
.story-block--5 p{
  width: 389px;
}
.story-highlight{
  width: 499px;
  margin: 60px auto;
}

}

/* ============================
about＿＿mrp
=============================== */
.section--about__mrp{
  padding: 60px 15px;
  background-color: var(---primary--whiteLow);
 }
 .highlight-mrp{
  font-size: 3rem;
 }
 .mrp__txt{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.2rem; 
  letter-spacing: 2.6px;
  margin-top: 30px;
 }
 .btn--mrp{
  margin-top: 30px;
 }
 .mrpImg img{
  width: 360px;
  height:  auto;
  margin-top: 30px;
 }

 /* about__mrp */

 @media screen and (min-width: 1247px){
  .section--about__mrp{
    padding: 120px 60px;
  }
.mrp__txt{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 3px;
  margin-top: 80px;
  max-width: 620px;
  }
  .mrp__subTitle a{
    margin-top: 60px;
  }
  .mrp{
    display: flex;
    /* max-width: 1440px; */
    gap: 14vw;

    
  }
  .mrpImg img{
    width: 556px;
  }

 }

/* ============================
Voice
=============================== */
.section--Voice{
  padding: 60px 15px;
}
.Voice__subtitle{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.7rem; 
  letter-spacing: 2.6px;
  margin-top: 30px;
}
.voice-card__imgWrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.voice-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.voice-card__top{
  display: flex;
  width: auto;
  padding: 23px ;
  align-items: flex-start;
  gap: 16px;
  border-radius: 20px 20px 0px 0px;
  background: var(--primary--yellow);
  margin-top: 30px;
}
.voice-card__top__riha{
  background-color: var(--primary--skyBlue);
}


.voice-card__title{
  max-width: 213px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 31px; 
  letter-spacing: 1px;
}
.voice-card{
  margin-top: 30px;
  
}
.voice-card__company{
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 23px; 
  letter-spacing: 2.2px;
  margin-top: 20px;
}
.voice-card__text{
font-size: 1.5rem;
line-height: 3.3rem; 
letter-spacing: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 3;
  overflow: hidden;
}


.voice__contents{
padding: 24px ;
align-items: flex-start;
background-color: var(---primary--whiteLow);
border-radius: 0 0 20px 20px;
height: 270px;
display: flex;
 
flex-direction: column;
}
.voice__deail{
  margin-top: 18px;
  font-size: 1.5rem;
}
.voice-card__link{
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 33px; 
  letter-spacing: 2px;
  text-decoration: underline;
}
.voice__deail::after{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../images/voice__arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 12px;
  }
  .btn__voice a{
    margin: 60px auto 0;
    display: flex;
}
.custom-arrows {
  display: none;
}
.voice-card__course{
  display: inline-block;
  padding: 8px ;
  border: 1px solid #333;
  border-radius: 20px;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 11px;
}


/*voice pc */
  @media screen and (min-width: 768px){
   .section--Voice{
    padding: 120px 60px;
    position: relative;
   } 
   
  .Voice__subtitle{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 32px; 
  letter-spacing: 3px;
  max-width: 617px;
  margin-top: 80px;
  }
  .regular_3{
    margin-top: 80px;
  }
  .voice__btn a{
    position: absolute;
    top: 270px;
    right: 145px;
}

.voice-card{
  display: flex;
  margin: 0 15px; 
  max-width: 472px;
  height: auto;
  flex-direction: column;
 
}

.voice-card__top{
  align-items: stretch;
  padding: 23px;
  justify-content: center;
  gap: 30px;
  display: block;

}

  
/* .btn__voice a{
  position: absolute;
  top: 271px;
  left: 73%;
} */

  }



/* スリック設定 */

/* スライダー本体の調整 */
.sliderArea,
.regular_3 {
  position: relative;
  overflow: visible;
}

/* カスタム矢印ボタンを下中央に配置 */
.custom-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

/* カスタム矢印のデザイン */
.custom-prev,
.custom-next {
  background-color: var(--primary--NavyBlue);
  color: var(---primary--white);
  border: none;
  padding: 10px 24px;
  font-size: 1rem;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s;
}

/* ホバー時の色変化 */
.custom-prev:hover,
.custom-next:hover {
  background: var(--primary--skyBlue);
}

  /* ============================
VarietyShow
=============================== */
.section--VarietyShow{
  padding: 0 15px 60px;
  background-color: var(---primary--whiteLow);
}
#VarietyShow{
  padding-top: 80px;
}
.VarietyShow__subTitle{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.2rem; 
  letter-spacing: 2.5px;
  margin-top: 30px;
}
.variety__item{
  margin-top: 30px;
}
.Variety__img img{
  width: 339px;
  height: 327px;
  object-fit: cover;
}
.variety__txt h3{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.7rem; 
  letter-spacing: 6px;
  margin-top: 20px;
 }
 .variety__subtitle{
  font-size: 1.6rem;
  line-height: 36px; 
  letter-spacing: 2px;
  margin-top: 20px;
  
 }
 .variety__checkList {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.variety__checkList img {
  width: 24px;
  height: 24px;
}

.checkList__txt {
  flex: 1;
font-size: 1.2rem;
line-height: 22px; 
letter-spacing: 3px;
}
.btn--variety{
  margin-top: 30px;
}
@media screen and (min-width: 769px){
  .section--VarietyShow{
    padding: 0 60px 120px;
  }
  #VarietyShow{
    padding-top: 140px;
  }
  .VarietyShow__subTitle{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 32px; 
  letter-spacing: 3px;
  margin-top: 80px;
  max-width: 636px;
  }
.variety__item{
  display: flex;
  gap: 4.167vw;
  margin-top: 80px;
}
.Variety__img img{
  width: 458px;
  height: auto;
  height: auto;
  object-fit: contain;
}
.variety__txt h3{
font-size: 2.8rem;
font-weight: 700;
line-height: 37px;
letter-spacing: 6px;

}
.variety__subtitle{
  font-size: 1.8rem;
  line-height: 37px; 
  letter-spacing: 3px;
  max-width: 490px;
  margin-bottom: 40px;
}
.variety__checkList img{
  width: 28px;
  height: 28px;
}
.variety__checkList p{
  font-size: 1.6rem;
  line-height: 28px; 
  letter-spacing: 3px;

}
.variety__checkList{
align-items: flex-start;
margin-top: 20px;
}
.btn--variety{
  margin-top: 40px;
}
}
  /* ============================
News
=============================== */
.section--News{
  padding: 60px 15px;
}

.news__icon{
  width: 117px;
  object-fit: cover;
}
.news__titlecontents{
  line-height: 130px;
  display: flex;
  gap:30px;
}
/* .news__text{
   border-bottom: 1px solid;
   padding-bottom: 10px;
} */
.news__item{
  width: 327px;
  margin-top: 20px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  width: 100%;
}
.news__list{
  margin-top: 30px;
}

.news__date{
  font-family: Inter;
  font-size: 1.3rem;
  line-height: 16px; 
  font-weight: 700;
}
.news__label{
  display: block;
  width: 41px;
  background-color: var(--primary--yellow);
  padding: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  margin-left: 9px;
}
.news__meta{
  display: flex;
}
.news__text{
  font-size: 1.2rem;
  line-height: 23px; 
  margin-top: 10px;
}
.btn--news{
  margin-top: 30px;
  
}

/* News PC */
@media screen and (min-width: 1247px){
.section--News{
  padding: 120px 60px;
}
.news__icon {
  width: 270px;
  height: 183px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.news__titlecontents{
  display: flex;
  flex-direction: column;
}
.news__contents{
  display: flex;
  gap: 80px;
}
.news__button a{
  display: flex;
  margin: 60px auto;
}
.news__item{
  display: flex;
  width: auto;
  gap: 20px;
  padding: 28px 30px;
  align-items: center;
  margin: 0;
}
.news__date{
font-family: Inter;
font-size: 1.8rem;
line-height: 54px; 
font-weight: 700;
}
.news__label{
  width: 83px;
  height: 36px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 12px; 
  align-items: center;
  justify-content: center;
  display: flex
  ;
}
.news__meta{
  align-items: center;
  gap: 20px;
}
.news__text{
  font-size: 1.6rem;
  letter-spacing: 2px;
}
}



























  







  
