/* ============================================
   JCI 東海地区協議会 - Main Stylesheet
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Montserrat:wght@400;600;700;800;900&family=Caveat:wght@700&display=swap');

/* ================================================
HERO SLIDER
================================================ */
   .hero {
    position: relative;
    width: 100%;
    height: 110vh;
    min-height: 600px;
    overflow: hidden;
    /* background: #fff; */
    /* padding-top: 70px; */
  }
  

  
  .hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    /* display: flex; */
    align-items: center;
    /* background: #fff; */
  }
  
  .hero-slide.active {
    opacity: 1;
    z-index: 1;
  }
  /* .top_mv_txt{
    position: absolute;
    bottom: 220px;
    z-index: 10;
    width: 40%;
    right: 100px;
  } */
  .section-header_1{
    text-align: center;
    margin-bottom: 130px;
    padding-top: 30px;
    font-size: 188px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .section-header_1::after{
    /* content: ""; */
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
  }


/* ================================================
  NEWS & TOPICS (Instagram埋め込み予定)
================================================ */
  .news_title{
    color: rgba(245, 13, 120, 0.09);
  }
  .news_title::after{
    content: "お知らせ";
    color: #000;
    font-size: 35px;
    bottom: 23px;
  }


  

/* ============================================
   Vision Section
   ============================================ */
   .vision {
    /* background: white; */
    overflow: hidden;
    margin-top: 100px;
    position: relative;
    margin-bottom: 100px;
  }
  
  .vision-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 80px; */
    align-items: center;
    margin: 100px 0 100px;
  }
  .vision-inner::before{
    content: "Policy";
      color: rgba(34, 184, 240, .09)!important;
      font-size: 114px;
      font-weight: bold;
      writing-mode: sideways-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      line-height: 15rem;
      position: absolute;
      margin-top: -450px;
  }
  .vision-content {
    position: relative;
    margin-left: 200px;
  }
  
  .vision-heading {
    margin-bottom: 50px;
  }
  .vision-heading img{
    width: 75%;
  }
  .vision-text {
    font-size: 14px;
    color: #000;
    line-height: 2;
    margin: 20px 0;
  }
  .policy_img{
    margin-left: -100px;
    margin-top: 90px;
  }

/* ============================================
   Committee Section
   ============================================ */
   .committee {
    background: var(--color-bg-light);
    margin-top: 50px;
    padding: 20px 100px 100px 100px;
  }
  
  
  .committee-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
  }
  
  .committee-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
  }
  
  .committee-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
  }
  
  .committee-card-img {
    height: 200px;
    overflow: hidden;
  }
  
  .committee-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  .committee-card-body {
    padding: 22px 24px;
    background-color: #FFF500;
  }
  
  
  
  .committee-title {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.5;
    margin-bottom: 10px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .committee-desc {
    font-size: 13px;
    color: var(--color-text-light);
    line-height: 1.8;
    height: 111px;
  }
  /* ============================================
   News & Instagram Section
   ============================================ */
.news {
  /* background: white; */
  margin-bottom: 200px;
}

.news-instagram-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin: 0 5%;
}







/* ============================================
   Responsive
   ============================================ */
   @media (max-width: 1024px) {


    .initiative-pc-card {
      grid-template-columns: 1fr;
    }
  
    .initiative-pc-card:nth-child(even) {
      direction: ltr;
    }
  
    .committee-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    
  }
  @media (max-width: 768px) {
  section {
    padding: 10px 0;
  }

  .hero {
    height: auto;
    min-height: 365px;
  }
  .hero-slider{
    width: 95%;
    margin: 0 auto;
  }
  .top_slider {
    width: 100%;
    margin-left: 0;
  }
  .container{
    margin-top: 0
  }
  .section-header_1{
    padding-top:0;
    font-size: 55px;
    margin-bottom: 20px;
  }
  .our_initiative::after {
    width: 205px;
    height: 32px;
    bottom: 2px;
  }
  .section-header_1::after{
    top: 45px;
  }
  .group_01{
    margin-top: 25px;
  }
  .group_01 p {
    font-size: 14px;
}

.slider-5 .slick-slide img {
    display: block;
    width: 95%;
    height: 450px;
    object-fit: cover;
    margin: 30px auto 0;
    border-radius: 25px;
}
.header-logo {
  width: 30%;
}
}