/* ============================================
   JCI 東海地区協議会 - junior_club 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');
main{
    margin-top: 160px;
    color: #505050;
}
.header_inner img{
    width: 85%;
    margin-left: 20px;
}
.container_02 {
    margin: 100px 0 0;
    padding: 0 100px;
}
.hero {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
    /* background: #fff; */
    /* padding-top: 70px; */
  }   
.breadcrumb_trail{
    position: absolute;
    display: flex;
    align-items: center;
    left: 82px;
    color: #939393;
    transition: opacity .5s; /* アニメーション効果を追加 */
    font-size: 13px;
}
.breadcrumb_trail a{
    width: 4%;
    margin-right: 10px;
}
.hero-slider {
    position: absolute;
    width: 80%;
    height: 100%;
    right: -190px;
    z-index: 10;
  }
  .hero-slide img{
    max-width: 110%;
    width: 110%;
  }
  .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;
  }
  .initiative{
    position: relative;
    padding-bottom: 100px;
    margin-top: -100px;
    padding-top: 100px;
  }
  .top_text_wrap{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 240px;
    left: 170px;
    z-index: 20;
    color: #FF6C00;
  }
  .wh_text{
    color: #fff;
  }
  .top_text_01{
    border: 1px solid #FF6C00;
    border-radius: 25px;
    display: block;
    font-size: 16px;
    width: 337px;
    text-align: center;
    margin-bottom: 10px;
  }
  .top_text_02{
    font-size: 28px;
    background: linear-gradient(to right, #FF6C00, #FFEFB9, #fff);
    display: block;
    border-radius: 25px;
    width: 426px;
    text-align: center;
    margin-bottom: 10px;
  }
  .top_text_03{

  }
  .top_btn_wrap{
    margin-top: 50px;
  }
  .top_btn{
    border: 1px solid #FF6C00;
    border-radius: 25px;
    width: 207px;
    height: 57px;
    display: flex;
    margin-bottom: 10px;
  }
  .top_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    gap: 10px;
    text-align: center;
    line-height: 1.2rem;
  }
  .press {
     box-shadow: 0 4px 0 #FF6C00; /*ボタンの影 */
  }
  .press:hover {
    transform: translateY(4px);
    box-shadow: none;
    transition: 0.3s;
  }
  .top_btn a img{
    width: 20%;
  }
  /* ================================================
        What is JCI Junior Club?
    ================================================ */
  .section-header_1{
    text-align: center;
    margin-bottom: 130px;
    padding-top: 30px;
    font-size: 36px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .club::after{
    content: "What is JCI Junior Club?";
    color: #EDBF3B;
    opacity: .28;
    width: 100%;
    height: auto;
    bottom: -10px;
    font-size: 91px;
    position: absolute;
    left: 0;
    z-index: -1;
  }
  .club_top_inner{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .club_top_inner_image{
    width: 65%;
    object-fit: contain;
    margin-left: -200px;
    margin-right: 20px;
  }
  .club_top_inner_text .catch{
    background-color: #FF6C00;
    display: inline-block;
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .club_top_inner_text .catch p{
    display: inline;
    padding: 0 15px;
  }
  .club_top_inner_text .club_top_desc{
    margin-top: 20px;
  }
  .circle_wrap{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 100px;
  }
  .circle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FAEDC9;
    border-radius: 50%;
    width: 273px;
    height: 273px;
    align-items: center;
  }
  .circle img{
    width: 30%;
  }
  .circle p{
    font-size: 16px;
    text-align: center;

  }
  .p_orange{
    color: #FF6C00;
    font-size: 28px!important;
}
.emphasis{
   color: #fff;
    font-size: 27px; 
    text-align: center;
    margin: 100px 0 50px;
}
.bg_orange{
    background-color: #FF6C00;
    padding: 0 20px;
}
.accordion-area .box table{
    border-collapse: collapse;
}
.accordion-area .box table tr:last-child{
    border-bottom: none;
}
.accordion-area .box table th{
    color: #FF6C00;
    font-size: 21px;
    border-bottom: 1px solid #707070;
    width: 10%;
    text-align: left;
}
.accordion-area .box table td{
    color: #7E7E7E;
    font-size: 16px;
    border-bottom: 1px solid #707070;
    padding: 20px 0 20px 30px;
    width: 70%;
}
.accordion-area .box table tr:first-child th{
    vertical-align: top;
}
.accordion-area .box table tr:last-child th{
    border-bottom: none;
}
.accordion-area .box table tr:first-child td{
    padding-top: 0;
    vertical-align: top;
}
.accordion-area .box table tr:last-child td{
    border-bottom: none;
}
.accordion-area div{
    background-color: #fff;
    padding: 20px;
    margin-top: 10px;
}
.accordion-area div h6{
    font-size: 21px;
    color: #505050;
    margin-bottom: 10px;
}
.accordion-area div p{
    color: #7E7E7E;
    font-size: 15px;
}
.bubble_aria{
    height: 255px;
    position: relative;
    margin-top: 100px;
}
.fade-in-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 1s ease, transform 1s ease;
    position: absolute;
}
.fade-in-up.visible{
    width: 18%;
}
.bubble_01{
    left: 5%;
    top: 150px;
}
.bubble_02{
    left: 15%;
}
.bubble_03{
    left: 34%;
    top: 57px;
}
.bubble_04{
    left: 53%;
    top: 118px;
}
.bubble_05{
    left: 63%;
    top: 20px;
}

.bubble_06{
    left: 75%;
    top: 180px;
}
.challenge{
    position: relative;
}
.challenge_text{
    color: #FF6C00;
    font-family: 'Ronde-B';
    font-size: 56px;
    text-align: center;
}
.experience::after{
    content: "Merit";
    color: #EDBF3B;
    opacity: .28;
    width: 100%;
    height: auto;
    bottom: -10px;
    font-size: 91px;
    position: absolute;
    left: 0;
    z-index: -1;
  }
.structure{
    width: 50%;
    margin: 0 auto;
}

  
  /* ================================================
  Merit
================================================ */
.merit{
    position: relative;
    padding-bottom: 30px;
    margin-top: -100px;
    padding-top: 100px;
}
.merit_top{
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
.text_01{
    font-size: 27px;
    color: #fff;
}
.text_02{
    font-size: 16px;
    margin: 50px 0;
}
.merit_top_right{
    position: absolute;
    right: -20px;
    margin-right: calc(50% - 50vw);
    width: 60%;
    top: 100px;
}
.merit_card{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin: 100px 0;
}
.merit_card_detail{
    display: block;
    background-color: #FDF9EE;
    border: 1px solid #FF6C00;
    border-radius: 25px;
    padding: 50px 30px;
}
.merit_card_title{
    font-size: 24px;
    color: #FF6C00;
    text-align: center;
    margin-bottom: 50px;
}
.merit_card_text{
    color: #505050;
    font-size: 16px;
}
.flow_of_activity{
    display: block;
    border: 6px solid #FF6C00;
    border-radius: 25px;
    padding: 50px;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; /* テキストの折り返しなし */
}
.flow_of_activity_title{
    display: flex;
    align-items: center;
    gap: 15px;
}
.flow_of_activity_title img{
    width: 7%;
}
.flow_of_activity_title p{
    font-size: 28px;
}
.activity .li_title{
    font-size: 18px;
    color: #FF6C00;
    margin-bottom: 20px;
    line-height: 1.5rem;
}
.activity dd{
    font-size: 13px;
}
/*タイムライン全体の設定*/
.activity{
    display: flex;
	width:200%;
	margin:100px auto 0;
}
.activity li{
    /*線の起点とするためrelativeを設定*/
    position: relative;
	list-style: none;
    width: 18%;
}
.activity .month{
    position: absolute;
    top: -45px;
    font-size: 22px;
    color: #FF6C00;
}
.activity dl{
	margin: 40px 40px 20px 0;
}

/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
	position: absolute;
	left:0.2em;
	top:0;
	width:2px;/*線の太さ*/
	height:0;/*はじめは高さを0に*/
	background: #ccc;
}

/*タイムラインの見出し横の丸の位置と形状*/
.activity li::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #FF6C00;
}
  
/* 線を引く */
.activity li::before {
content: '';
position: absolute;
left: 5px;
top: 0px;
bottom: 0;
width: 105%;
height: 30px;
background-color: #D9D9D9;
border-radius: 25px;
}

/* 最後の要素だけ線を隠す（オプション） */
.activity li:last-child::before {
display: none;
}
.conference_img{
    width: 100%;
    margin: 100px 0;
    padding-top: 100px;
}
/* ================================================
        Areas of Activity
    ================================================ */
.areas_of_activity{
    padding: 100px 100px 100px;
    position: relative;
    margin: 100px 0;
}
.areas::after{
    content: "Areas of Activity";
    color: #EDBF3B;
    opacity: .28;
    width: 100%;
    height: auto;
    bottom: -10px;
    font-size: 91px;
    position: absolute;
    left: 0;
    z-index: -1;
}
.areas_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
}
.areas_top div{
    position: relative;
}
.areas_top img{
    position: absolute;
    top: -180px;
}
.accordion_1_txt_01{
    font-size: 20px!important;
    color: #FF6C00!important;
    text-align: center;
    margin-bottom: 50px;
}
.accordion_1_txt_02{
    margin-bottom: 50px;
    padding: 0 60px;
}
.areas_accordion_01_img{
    width: 70%;
    margin: 0 auto 50px;
}
.areas_accordion_02_img{
    width: 70%;
    margin: 0 auto 50px;
}
.areas_accordion_03_img{
    width: 70%;
    margin: 0 auto 50px;
}
.accordion_1_txt_03{
    margin-bottom: 50px;
    padding: 0 60px;
    margin-bottom: 0;
}
.area_box{
    padding: 5%;
}
.fc_orange{
    color: #FF6C00;
}
/* ================================================
        Faq
    ================================================ */

.faq{
    position: relative;
    padding-bottom: 100px;
    margin: 100px 0;
    padding-top: 100px;
}
.faq_inner{
    
}
.faq_inner::after{
    content: "Faq";
    color: #EDBF3B;
    opacity: .28;
    width: 100%;
    height: auto;
    bottom: -10px;
    font-size: 91px;
    position: absolute;
    left: 0;
    z-index: -1;
}
.faq .accordion-area .fc_orange{
    margin-right: 20px;
}
.faq .accordion-area section{
    border: unset;
    border-radius: unset; 
    background-color: unset;
    border-bottom: 1px solid #707070;
}
.faq .accordion-area .title {
    border: unset;
    border-radius: unset;
    background-color: unset;
    padding: 3% 3% 3% 0;
}
.faq .accordion-area .title::before{
    display: none;
}
.faq .accordion-area .box {
    display: none;
    background: rgba(255, 108, 0, .1);
    padding: 3% 5%;
    margin: 0 0 3%;
}
.faq .accordion-area div p {
    color: #505050;
}
/* ================================================
        Membership Process
    ================================================ */
.membership{
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
    margin-top: -100px;
}
.membership_process{

}
.membership_process::after{
    content: "Membership Process";
    color: #EDBF3B;
    opacity: .28;
    width: 100%;
    height: auto;
    bottom: -10px;
    font-size: 91px;
    position: absolute;
    left: 0;
    z-index: -1;
}
.process{
    width: 605px;
    height: auto;
    margin: 0 auto;
}
.process_li{
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}
.process_li img{
    width: 35%;
    margin-right: 30px;
}
.process_li::after{
    content: '';
    position: absolute;
    left: 17%;
    top: 100%;
    bottom: 0;
    width: 3px;
    height: 61px;
    background-color: #FF6C00;
    border-radius: 25px;
    z-index: -9;
}
.process_li:last-child::after{
    display: none;
}
.step_title{
    font-size: 21px;
    color: #3C3C3C;
}
.step_text{
    color: #505050;
    font-size: 16px;
}
.step_text a{
    text-decoration: underline;
}
.application_btn{
    overflow:hidden; 
}
.application_btn img{
    width: 20%;
    margin: 0 20px;
}

.application_btn{
	transition: 0.3s;
    color: #fff;
    width: 413px;
    height: 95px;
    margin: 100px auto;
    border-radius: 25px;
    display: flex;
    align-items: center;
}
.application_btn img{
    width: 20%;
    margin: 0 20px;
}
.application_btn.grad {
    background: linear-gradient(90deg, rgba(255,112,30,1) 0%, rgba(255,191,48,1) 50%, rgba(255,77,48,1) 100%);
    background-size: 200% 100%;
    border: none;
}
.application_btn.grad:hover {
background-position: 100% 0;
}
.application_btn a{
display: flex;
align-items: center;
}


.membership_info{
    background-color: #FF6C00;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}
/* 文字の上に点 */
.dots {
  background-image: radial-gradient(circle at center, orange 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .4em; /* 縦方向の位置調整 */
}
.membership_info_s{
    font-size: 16px;
    margin-bottom: 50px;
}
.membership_info_l{
    font-size: 26px;
}
/* ================================================
        About the Organization
    ================================================ */
.about_the_organization{
    position: relative;
    padding-bottom: 200px;
}

.organization::after{
    content: "About the Organization";
    color: #EDBF3B;
    opacity: .28;
    width: 100%;
    height: auto;
    bottom: -10px;
    font-size: 91px;
    position: absolute;
    left: 0;
    z-index: -1;
}
.about_the_organization table{
    margin: 0 auto;
    border-collapse: collapse;
    width: 850px;
}
.about_the_organization table tr:first-child th {
    vertical-align: top;
}
.about_the_organization table tr:first-child td {
    padding-top: 0;
    vertical-align: top;
}
.about_the_organization table th {
    color: #FF6C00;
    font-size: 21px;
    border-bottom: 1px solid #707070;
    width: 20%;
    text-align: left;
}
.about_the_organization table td {
    color: #7E7E7E;
    font-size: 16px;
    border-bottom: 1px solid #707070;
    padding: 20px 0 20px 30px;
    width: 70%;
}
@media (max-width: 768px) {
    html{
        font-size: 13px;
    }
    main {
        margin-top: 70px;
    }
    .breadcrumb_trail{
        display: none;
    }
    .scrolldown1{
        bottom: 0;
    }
    .container {
        margin: unset;
    }
    .hero{
        padding-bottom: 150px;
        margin-bottom: 100px;
        display: flex;
        justify-content: center;
    }
    .header{
        position: relative;
        display: flex;
        justify-content: center;
        left: unset;
        width: 100%;
    }
    .header_inner{
        padding: unset;
    }
    .header_inner img {
        width: 75%;
        margin: 0;
    }
    .header_inner h1{
        width: 100%;
    }
    .header_inner h1 a{
        display: flex;
        justify-content: center;
    }
    .hero-slider {
        right: 12px;
        width: 90%;
    }
    .top_text_wrap {
        left: unset;
        padding: 0 20px;
    }
    .top_text_02{
        width: unset;
        font-size: 23px;
    }
    .top_btn_wrap{
        display: flex;
        gap: 10px;
    }
    .top_btn{
        width: auto;
    }
    .top_btn a {
        font-size: 12px;
    }
    .section-header_1{
        font-size: 25px;
        margin-bottom: 50px;
    }
    .club::after{
        font-size: 50px;
        line-height: 3rem;
        bottom: 20px;
    }
    .club_top_inner{
        display: block;
    }
    .club_top_inner_image {
        width: 100%;
        margin-left: -25px;
        margin-right: unset;
        margin-bottom: 50px;
    }
    .club_top_inner_text .catch {
        font-size: 17px;
    }
    .club_top_inner_text .catch p {
        padding: 0 9px;
    }
    .bg_orange {
        padding: 0 10px;
    }
    .club_top_inner_text .club_top_desc {
        margin-top: 50px;
    }
    .circle_wrap{
        flex-direction: column;
        align-items: center;
    }
    .emphasis {
        font-size: 16px;
    }
    .accordion-area {
        width: 100%;
        margin: unset;
    }
    .accordion-area .title{
        font-size: 16px!important;

    }
    .accordion-area .title::before{
        top: 25% !important;
    }
    .accordion-area .box table th{
        font-size: 16px;
        width: 20%;
    }
    .accordion-area .box table td{
        font-size: 13px;
        padding: 20px 0 20px 20px;
    }
    .accordion-area div h6{
        font-size: 16px;
    }
    .accordion-area div p{
        font-size: 13px;
    }
    .fade-in-up.visible {
        width: 30%;
    }
    .bubble_aria{
        height: 260px;
    }
    .bubble_01 {
        left: 0%;
        top: 205px;
    }
    .bubble_02 {
        left: 5%;
    }
    .bubble_03 {
        right: 45%;
        left: unset;
        top: 57px;
    }
    .bubble_04 {
        left: unset;
        right: 30%;
        top: 125px;
    }
    .bubble_05 {
        left: unset;
        top: 15px;
        right: 5%;
    }
    .bubble_06 {
        left: unset;
        right: 0;
        top: 185px;
    }
    .challenge_text{
        font-size: 22px;
    }
    .initiative {
        padding-bottom: 150px;
    }
    .experience::after{
        bottom: 0px;
        font-size: 50px;
    }
    .text_01 {
        font-size: 17px;
    }
    .merit_top{
        display: block;
    }
    .merit_top_right{
        right: unset;
        top: 370px;
        width: 100%;
    }
    .text_02 {
        font-size: 13px;
        margin: 50px 0 300px;
    }
    .container_02 {
        margin: 50px 0 0;
        padding: 0 20px;
    }
    .merit_card{
        display: block;
    }
    .merit_card_detail{
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    .merit_card_title{
        margin-bottom: 17px;
    }
    .merit_card_text {
        font-size: 13px;
    }
    .flow_of_activity{
        padding: 20px;
    }
    .about_the_organization table{
        width: unset;
    }
    .areas_of_activity {
        padding: 0 0 150px;
    }
    .process{
        width:unset
    }
    .flow_of_activity_title p {
        font-size: 20px;
    }
    .activity li {
        width: 45%;
    }
    .activity .month {
        font-size: 20px;
    }
    .activity li::after {
        width: 20px;
        height: 20px;
    }
    .activity li::before {
        height: 20px;
    }
    .activity .li_title {
        font-size: 18px;
    }
    .conference_img {
        margin: 0;
    }

    .application_btn{
        width: auto;
    }
    .merit {
        padding-bottom: 150px;
    }    
    .membership_process::after{
        font-size: 50px;
    }
    .organization::after{
        font-size: 50px;
        line-height: 3rem;
        bottom: 20px;
    }
    .areas::after{
        font-size: 50px;
        line-height: 3rem;
        bottom: 20px;
    }
    .areas_top{
        display: block;
        padding-top: 50px;
    }
    .areas_top img {
        top: -20px;
    }
    .areas_top_right .text_02 {
        margin: 230px 0 50px;
    }
    .areas_of_activity .accordion-area .accordion_1_txt_01{
        font-size: 16px!important;
    }
    .areas_of_activity .accordion_1_txt_02{
        padding: 0;
    }
    .areas_accordion_01_img {
        width: 100%;
    }
    .areas_of_activity .accordion_1_txt_03{
        padding: 0;
    }
    .faq{
        padding: 0;
        padding-bottom: 150px;
    }
    .faq_inner::after{
        font-size: 50px;
        bottom: 0;
    }
    .faq .accordion-area .title{
        padding-left: 40px;
    }
    .faq .accordion-area .fc_orange{
        margin-left: -40px;
    }
    .membership_process::after {
        font-size: 50px;
        line-height: 3rem;
        bottom: 20px;
    }
    .membership_info{
        margin: calc(50% - 50vw);
        padding: 50px 20px;
    }
    .dots{
        padding-top: 0.2em;
    }
    .membership{
        padding-bottom: 150px;
    }
    .about_the_organization {
        margin-top: 100px;
    }
    .about_the_organization table th{
        font-size: 17px;
    }
    .about_the_organization table td {
        padding: 20px 0 20px 10px;
    }
    .about_the_organization {
        padding-bottom: 150px;
    }
    .structure{
        width: 70%;
    }
    .site-menu{
        background: #ff6c02;
    }
    .sns_instagram::after{
        content: "公式LINE";
        color: #fff;
        top: -3px;
        position: absolute;
        left: 45px;
        font-size: 20px;
        width: 100px;
      }
}






/* @media screen and (max-width: 1200px){
    .header{
      position: relative;
    }
    .header_menu{
      display: none;
    }
    .header_inner{
      display: block;
      width: 100%;
      max-width: unset;
      margin: unset;
      background-color: unset;
      border-radius: 0;
      color: unset;
      height: unset;
      padding-left: 50px;
    }
    .site-menu{
      top: unset;
      right: unset;
      -ms-flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: fixed;
      bottom: 0;
      flex-wrap: nowrap;
      width: 100%;
      height: 53px;
      gap: 3px;
      background: #F50D78;
      border-top: solid 2px #fff;
      z-index: 999;
    }
    .logo_side{
      display: none;
    }
    .hamburger {
      display: flex;
    }
    .menu-inner{
      display: flex;
      justify-content: space-between;
      padding: 0;
      margin: 0 auto;
      border: 1px solid #fff;
    }
    .nav{
      top: unset;
      right: 17px;
    }
    .hamburger div::after{
      content: "menu";
      color: #fff;
      top: -3px;
      position: absolute;
      left: -96px;
      font-size: 20px;
    }
    .hamburger.active div::after{
      content: "close";
      color: #fff;
      top: 0;
      position: absolute;
      left: -96px;
      font-size: 20px;
    }
    .header-sns a{
      display: block;
        left: -104px;
        position: absolute;
        top: -35px;
    }
    .sns_facebock{
      display: none!important;
    }
    .sns_instagram::after{
      content: "instagram";
      color: #fff;
      top: -3px;
      position: absolute;
      left: 45px;
      font-size: 20px;
    }
    .header_members_card{
      display: none;
    }
    main {
      margin-right: 0;
  }
  .site-footer{
    padding: 60px 50px 0;
  }
  } */