/* ============================================
   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: 100vh;
    min-height: 600px;
    overflow: hidden;
    /* background: #fff; */
    /* padding-top: 70px; */
  }
  
  .hero-slider {
    position: relative;
    width: 80%;
    height: 100%;
    margin: 0 auto;
  }
  
  .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: 121px;
      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;
  }
  .section-header_2 {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 30px;
    display: flex;
    align-items: center;
  }
  
  .section-title-en {
    font-size: 65px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    display: block;
    position: relative;
    padding: 0 100px 20px 0;
    
  }
  .our_initiative{
    color: #FFF500;
  }
  .our_initiative::after{
    background-image: url(../img/top/our_Initiative_text.png);
    width: 289px;
    height: 32px;
    bottom: 40px;
  }
/* ================================================
  NEWS & TOPICS (Instagram埋め込み予定)
================================================ */
  .news_title{
    color: rgba(245, 13, 120, 0.09);
  }
  .news_title::after{
    content: "お知らせ";
    color: #000;
    font-size: 35px;
    bottom: 23px;
  }


  /* ============================================
   OUR INITIATIVE
   ============================================ */
.initiative {
  /* background: #fff; */
}

.initiative-pc-card {
  display: block;
  width: calc(100vw - 80px);
  height: 464.28px;
  margin-bottom: 90px;
  position: relative;
}
.bg_img-01{
  background: linear-gradient(to right, #e8df00 15%, #B5DD31, #1FB8F0 62%);
  display: flex;
  height: 460px;
}
.initiative-pc-card_01_inner_img{
  height: 100%;
  object-fit: cover;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  width: 50%;
  z-index: 2;
}
.initiative-pc-card_02_inner_img{
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
  width: 50%;
  z-index: 2;
  border: 1px solid #FFD053;
}
.bg_img-02{
  background: linear-gradient(to right, #FFF500 15%, #FFBE7A, #FF88F1 62%);
  display: flex;
  height: 460px;
}
.initiative-pc-card_01_inner{
  width: 50%;
  z-index: 3;
  margin-left: 5%;
}
.initiative-pc-card_02_inner{
  width: 50%;
  z-index: 3;
  margin-right: 5%;
  padding-left: 5%;
}
.card_inner_02{
  position: absolute;
  right: 0;
  height: 100%;
}
.initiative-pc-card_inner_detail{
  margin: 0 5%;
  color: #fff;
  height: 100%;
}
.initiative-pc-card_inner_detail mark{
  color: #fff;
  font-size: 96px;
  background-color: unset;
}
.initiative-pc-card_inner_detail h3{
  font-size: 33px;
  margin-top: -25px;
}
.initiative-pc-card_inner_detail p{
  font-size: 14px;
}
.card_btn{
  font-size: 16px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 0;
  border-radius: 25px 0;
  margin-top: 30px;
  width: 175px;
  text-align: center;
  transition-duration: .4s;
}
.card_btn:hover{
  background-color: #fff;
  /* transition: 0.2s; */
  transform: scale(1.2);
}
.card_btn-01:hover{
  color: #B5DD31;
}
.card_btn-02:hover{
  color: #FFBE7A;
}
.card_btn-03{
background-color: #EDBF3B;
    color: #fff;
    /* clear: both; */
    width: 100%;
    text-align: left;
    padding: 2% 1% 2% 4%;
    margin-top: 11px;
    
}

.card_btn-03:hover{
  color: #EDBF3B;
  border:#EDBF3B 1px solid;
}
.card_btn-04 a {
  background-color: #FFF500;
    outline: 1px solid;
    outline-color: #FFF500;
    outline-offset: 0px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 369px;
    gap: 3%;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 25px 0;
    margin-top: 30px;
    text-align: center;
    transform: unset;
}
.card_btn-04 img{
  width: 10%;
}
.card_btn-04 a:hover {
  animation: light .8s infinite;
}
@keyframes light {
  100% { 
    outline-color: transparent;
    outline-offset: 12px;
  }
}
/* .card_btn-04{
  background-color: #FFF500;
  display: flex;
  justify-content: center;
  width: 369px;
  gap: 3%;
  margin-top: 0;
}
.card_btn-04 a{
  display: flex;
    align-items: center;
    gap: 5%;
    justify-content: center;
}
.card_btn-04 img{
  width: 20%;
  object-fit: contain;
}
.card_btn-04 a:hover {
    animation: light .8s infinite;
  }
  @keyframes light {
    100% { 
      outline-color: transparent;
      outline-offset: 12px;
    }
  } */
/* Visual side */
.initiative-pc-card:nth-child(even) .initiative-visual {
  border-radius: 0 20px 20px 0;
}
/* stagger delays */
.bubble-delay-1 {
  transition-delay: 0.15s;
  top: -65px;
  width: 20%;
  left: 200px;
}

.bubble-delay-2 {
  transition-delay: 0.35s;
  width: 15%;
  top: 52px;
  left: 450px;
}

.bubble-delay-3 {
transition-delay: 0.55s;
    width: 16%;
    top: 315px;
    /* right: 230px; */
    left: 500px;
}
/*
.bubble-delay-3 {
  transition-delay: 0.55s;
  width: 35%;
  top: -42px;
  right: 170px;
}
*/

.bubble-delay-4 {
  transition-delay: 0.75s;
  width: 30%;
  top: 15px;
  right: 630px;
}

.bubble-delay-5 {
  transition-delay: 0.95s;
  width: 30%;
  top: 105px;
  right: 130px;
}

.initiative-pc-card:nth-child(even) .initiative-content {
  border-radius: 20px 0 0 20px;
}

/* ============================================
   Banner Section
   ============================================ */
   .banner-section {
    padding: 32px 0;
  }
  
  .banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 0 100px 100px;
  }
  .imgBright,
.imgBright2,
.imgBright3 {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.imgBright:before,
.imgBright2:before,
.imgBright3:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -160%;
  transform: skewX(-45deg) translateX(0);
}

.imgBright2:before {
  transition: all 0.4s ease-in-out;
}

.imgBright:hover:before,
.imgBright2:hover:before {
  transform: skewX(-45deg) translateX(320%);
  transition: all 0.4s ease-in-out;
}

.imgBright3:before {
  animation: bright 3s ease-in-out 2s infinite;
}

@keyframes bright {
  0% {
     transform: skewX(-45deg) translateX(0);
  }
  15% {
    transform: skewX(-45deg) translateX(320%);
  }
  100% {
    transform: skewX(-45deg) translateX(320%);
  }
}
/* ============================================
   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) {
 
    .banner-grid {
      grid-template-columns: 1fr;
      margin: 0;
      gap: 20px;
    }
    .committee-grid {
      grid-template-columns: 1fr;
    }
    section {
      padding: 10px 0;
  }
    .top_mv_txt {
      top: 169px;
      width: 54%;
      right: 120px;
  }
    .hero {
      height: auto;
      min-height: 365px;
  }
  .hero-slider{
    width: 87%;
  }
  .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;
  }
  .initiative-pc-card{
    display: none;
  }
  .vision-inner::before{
    line-height: 5rem;
    margin-top: -450px;
  }
  .vision-inner{
    grid-template-columns: 1fr;
  }
  .vision-heading{
    margin-left: 50px;
  }
  .vision-heading img{
    margin: 0 auto;
  }
  .vision-content{
    margin: 0;
  }
  .policy_img{
    margin-left: 0;
    margin-top: 0;
  }
  .vision-content a{
    display: flex;
    justify-content: center;
  }
  .committee{
    margin-top: 50px;
    padding: 0;
  }
  .section-header_2{
    display: block;
    font-size: 15px;
  }
  .section-title-en{
    padding: 0;
  }
  .committee-desc {
    height: 150px;
}
.news_title::after {
  bottom: -10px;
}
.card_btn:hover{
  transform:unset;
}
.sns_instagram::after{
  content: "公式LINE";
  color: #fff;
  top: -3px;
  position: absolute;
  left: 45px;
  font-size: 20px;
  width: 100px;
}
.card_btn-04 a{
  width: 320px;
}
}