html {
	scroll-behavior: smooth;
}
body{
    margin: 0 !important;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

a{
    text-decoration: none;
    color:black;
}

a:hover{
  opacity: 0.8;
  transition: .3s;
}

.red{
    color: #D60C1A;
}

.yellow{
    color:#F9C417  ;
}

.blue{
    color: #6577EB;
}

.light_blue{
    color:#31C6E5 ;
}

.green{
    color: #46C52E;
}

.pink{
    color:#E98BB1
        
}
.lh28{
	line-height: 28px;
}

//.anchor {
//  content: "";
//  margin-top: -160px;   /* ヘッダー高さ分マイナス */
//  padding-top: 160px;   /* ずらした分の余白を補う */
//}



.goto{
	position: fixed;
    bottom: 17%;
    gap: 20px;
	width: 75px;
	height: 75px;
	background: #f9c417;
	right: 34px;
	z-index: 10000;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	scale: 1;
	transition: all 0.2s ease-out;
	will-change: transform, filter;
	box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

.w_1260{
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
}

.w_100{
    width: 100%;
}

.w_1540{
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;   
}

.w_900{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;  
}

.w_1220{
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;  
}

.w_690{
    max-width: 690px !important;
    width: 100%;
    margin: 0 auto !important;   
}

.mb_0{
	margin-bottom: 0 !important;
}

.sub_page{
	padding-bottom: 160px;
}

.right_small{
    text-align: right;
    margin-top: 15px;
}

.view_pc {display: block;}
.view_sp {
    display: none;
}

.img-sp {
    display: none;
}

mfrac{
	font-family: "Squada One", sans-serif;
    /*font-family: fantasy;*/
    letter-spacing: 0.05em;
    line-height: 28px;
    font-size: 5rem;
}

.b{
	font-weight: 600;
}

.center{
	text-align: center;
}

.pb50{
	padding-bottom: 50px;
}

/* header */
header{
    background-color: #d60c1a;
	position: relative;
	width: 100%;
    transition: all 0.3s ease; /* アニメーション */
	box-shadow: none; /* 初期状態は影なし */
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* 影を追加 */
}
.hader__logo_block{
    /*padding: 25px 60px;*/
    padding-top: 5px;
    /*max-width: 1260px;*/
    margin: 0 auto;
}

.header_flex{
    display: flex;
    align-items: center;  
    margin-top: 5px;
}

.header_logo_flex{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 30px;
    margin-top: 10px;
}

.header_icon_flex{
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: center;
}

.header__menu{
    display: flex;
    /* gap: 70px; */
    flex-wrap: wrap;
}
.pc_logoLink_a{
    font-size: 12px;
    font-weight: bold;
    border-left: 2px solid;
    padding-left: 12px;
    margin: 20px 10px;
    /*color: #ffffff;*/
    color: #000;
}

.pc_logoLink_a span{
    font-weight: normal;
    font-size: 12px;
}

.pc_logoLink_all{
    display: flex;
    align-items: center;
}

.scroll-note{
  font-size:.85rem; color:#666;
  text-align:center; margin:.25rem 0 .5rem;
}
@media (min-width:768px){ .scroll-note{ display:none; } }


@media screen and (max-width:767px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
	.header_flex{
	    display: flex;
	    align-items: center;
	    margin-top: 0px;
	}
	.header_logo_flex{
	    display: flex;
	    align-items: center;
	    gap: 15px;
	    font-size: 5px;
	    margin-top: 0px;
	}
}


* top */

.triangle_black{
    text-align: center;
    /*clip-path: polygon(0 0, 50% 100%, 100% 0);*/
    /*clip-path: polygon(100% 0, 0% 100%, 0 0);*/
    /*height: 390px;*/
    height: 280px;
    background-color: black;
    display: block;
    position: relative;
}

.triangle_black:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #d60c1a;
}


.triangle_black2{
    text-align: center;
    /*clip-path: polygon(0 0, 50% 100%, 100% 0);*/
    clip-path: polygon(100% 0, 0% 100%, 0 0);
    /*height: 390px;*/
    height: 280px;
    background-color: black;
}
.triangle_red{
    text-align: center;
    height: 280px;
    display: flex;
    justify-content: space-around;
    display: block;
    position: relative;
}

.triangle_red:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #d60c1a;
}


.triangle_red2{
    text-align: center;
    /*clip-path: polygon(0 0, 50% 100%, 100% 0);*/
    /*clip-path: polygon(100% 0, 0% 100%, 0 0);*/
    /*height: 390px;*/
    height: 280px;
    background-color: #fff; 
    display: block;
    position: relative;
}

.triangle_red2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #d60c1a;
}

.triangle_red3{
    text-align: center;
    /*clip-path: polygon(0 0, 50% 100%, 100% 0);*/
    /*clip-path: polygon(100% 0, 0% 100%, 0 0);*/
    /*height: 390px;*/
    height: 235px;
    display: block;
    position: relative;
}

.triangle_red3:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #fff;
}

.triangle_black img,.triangle_red img{
   /* margin-top: 70px;*/
}

/* TOP */
.back_gray{
    /*padding-bottom: 120px;*/
    background-color: #C8C4C3;
    position: relative;
    margin-bottom: 100px;
	min-height: 600px;
}






/* 下層 */
.back_gray_k{
    padding-bottom: 120px;
    /*background-color: #C8C4C3;*/
    background-color: #d5d5d5;
    position: relative;
    /*margin-bottom: 100px;*/
}


.back_black{
    padding-bottom: 120px;
    background-color: #000;
    position: relative;
}

.back_red{
    padding-bottom: 120px;
    background-color: #D60C1A;
    position: relative;
}

.back_white{
    /*padding-bottom: 120px;*/
    background-color: #fff;
    position: relative;
}

.top_activity .triangle_black img{
    margin-top: 70px;
    width: 55vw;
    max-width: 940px;
}

.back_mred{
    /*background-color: #d60c1a;*/
    position: relative;
    /*background-image: url(../img/movie_bg_a.png);
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;*/
    /*margin: 30px 0;*/
    background-image: url(../img/movie_bg_c.png);
    overflow: hidden;
}

.movie_ttl{
	font-weight: 600;
    font-size: 24px;
    font-family: ui-monospace;
    color: #fff;
}


/* 活動報告カテゴリ配色(TOPページ） */
/* 週末予定 */
.a_cate_yotei{
    position: absolute;
    top: 8%;
    margin-left: 13px;
    background-color: #2f4f4f;
    text-align: center;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    vertical-align: middle;
    display: block;
    color: #fff;
}

/* お知らせ */
.a_cate_news{
    position: absolute;
    top: 8%;
    margin-left: 13px;
    background-color: #800000;
    text-align: center;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    vertical-align: middle;
    display: block;
    color: #fff;
}

/* イベント */
.a_cate_event{
    position: absolute;
    top: 8%;
    margin-left: 13px;
    background-color: #161616;
    text-align: center;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    vertical-align: middle;
    display: block;
    color: #fff;
}

/* U-12等 */
.a_cate_u{
    position: absolute;
    top: 8%;
    margin-left: 13px;
    background-color: #556b2f;
    text-align: center;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    vertical-align: middle;
    display: block;
    color: #fff;
}

/* TOP */
.a_cate_top{
    position: absolute;
    top: 8%;
    margin-left: 13px;
    background-color: #483d8b;
    text-align: center;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    vertical-align: middle;
    display: block;
    color: #fff;
}

/* 女子 */
.a_cate_jyo{
    position: absolute;
    top: 8%;
    margin-left: 13px;
    background-color: #dc143c;
    text-align: center;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    vertical-align: middle;
    display: block;
    color: #fff;
}



/* 活動報告カテゴリ配色(下層ページ） */
/* 週末予定 */
.k_cate_yotei{
    position: absolute;
    top: 12%;
    margin-left: 13px;
    background-color: #2f4f4f;
    text-align: center;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    vertical-align: middle;
    display: block;
    color: #fff;
}

/* お知らせ */
.k_cate_news{
    position: absolute;
    top: 12%;
    margin-left: 13px;
    background-color: #800000;
    text-align: center;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    vertical-align: middle;
    display: block;
    color: #fff;
}

/* イベント */
.k_cate_event{
    position: absolute;
    top: 12%;
    margin-left: 13px;
    background-color: #161616;
    text-align: center;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    vertical-align: middle;
    display: block;
    color: #fff;
}

/* U-12等 */
.k_cate_u{
    position: absolute;
    top: 12%;
    margin-left: 13px;
    background-color: #556b2f;
    text-align: center;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    vertical-align: middle;
    display: block;
    color: #fff;
}

/* TOP */
.k_cate_top{
    position: absolute;
    top: 12%;
    margin-left: 13px;
    background-color: #483d8b;
    text-align: center;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    vertical-align: middle;
    display: block;
    color: #fff;
}

/* 女子 */
.k_cate_jyo{
    position: absolute;
    top: 12%;
    margin-left: 13px;
    background-color: #dc143c;
    text-align: center;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    vertical-align: middle;
    display: block;
    color: #fff;
}



.triangle_black2 img{
    width: 30vw;
    max-width: 940px;
    text-align: left;
    display: block;
    padding-top: 20px;
    padding-left: 90px;
    padding-bottom: 10px;
}

.triangle_red2 img{
    width: 30vw;
    max-width: 940px;
    text-align: left;
    display: block;
    padding-top: 20px;
    padding-left: 90px;
    padding-bottom: 10px;
}

.triangle_black img{
    width: 30vw;
    max-width: 940px;
    text-align: left;
    display: block;
    padding-top: 20px;
    padding-left: 90px;
    padding-bottom: 10px;
}

.triangle_red img{
    width: 30vw;
    max-width: 940px;
    text-align: left;
    display: block;
    padding-top: 20px;
    padding-left: 90px;
    padding-bottom: 10px;
}

@media screen and (max-width:768px) {
    .triangle_black2 img,.triangle_black img,.triangle_red img,.triangle_red2 img{
        width: 70%;
        padding-left: 20px;
       
    }
    
}


/* 活動報告 カテゴリ */
.top_activity_cate{
    margin-top: 35px;
    display: flex;
    justify-content: space-between; 
}

.top_activity_cate_cont_all{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    width: 120px;
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

.top_activity_cate_cont_yotei{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    width: 120px;
    color: #fff;
    background-color: #2f4f4f;
    cursor: pointer;
}

.top_activity_cate_cont_news{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    width: 120px;
    color: #fff;
    background-color: #800000;
    cursor: pointer;
}

.top_activity_cate_cont_event{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    width: 120px;
    color: #fff;
    background-color: #161616;
    cursor: pointer;
}


.top_activity_cate_cont_u{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    width: 120px;
    color: #fff;
    background-color: #556b2f;
    cursor: pointer;
}

.top_activity_cate_cont_top{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    width: 120px;
    color: #fff;
    background-color: #483d8b;
    cursor: pointer;
}

.top_activity_cate_cont_jyo{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    width: 120px;
    color: #fff;
    background-color: #dc143c;
    cursor: pointer;
}

.top_activity_corumn {
    gap: 4%;
    display: flex;  
}

.top_activity_corumn_visiable{
	margin-top: 60px;
}

.triangle_h_top{
    color: #fff;
    text-align: left;
    font-size: 85px;
    font-family: "League Gothic", sans-serif;
    letter-spacing: 0.05em;
    /*padding-left: 90px;*/
    padding-top: 50px;
    text-align: center;
}

.triangle_h_t{
    color: #fff;
    text-align: left;
    font-size: 85px;
    font-family: "League Gothic", sans-serif;
    letter-spacing: 0.05em;
    /*padding-left: 90px;*/
    padding-top: 100px;
    text-align: center;
}

.triangle_h_t2{
    color: #000;
    text-align: left;
    font-size: 85px;
    font-family: "League Gothic", sans-serif;
    letter-spacing: 0.05em;
    /*padding-left: 90px;*/
    padding-top: 100px;
    text-align: center;
}

.triangle_h_ta{
    color: #000;
    text-align: left;
    font-size: 85px;
	font-family: "League Gothic", sans-serif;
    letter-spacing: 0.05em;
    /*padding-left: 90px;*/
    padding-top: 100px;
    text-align: center;
}

.triangle_h_p2{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold; 
    padding-left: 90px;
    letter-spacing: 0.1em;
}

.triangle_h_p2_2{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: bold; 
    padding-left: 90px;
    letter-spacing: 0.1em;
}


.triangle_h_p{
    color: white;
    text-align: left;
    font-size: 34px;
    font-weight: bold;  
    padding-left: 90px;
}
.black_btn{
    margin: 0 auto;
    max-width: 360px;
    line-height: 80px;
    color: #AF9736;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    position: relative;
    background-color: black;
    margin-top: 80px;
    z-index: 10;
    display: block;
    border-radius: 10px;
}

.back_flame_left{
    margin-bottom: 100px;
}

.back_flame_right{
    margin-top: 100px;
}

.black_btn img{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}

.white{
	color: #fff;
}

.top_about_main{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;  
    margin-top: 60px;
}

.top_about_main2{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;  
    margin-top: 60px;
}

.top_h3{
    margin-top: 35px;
    text-align: center;
    font-size: 48px;
    font-weight: bold; 
}

.top_h3_a{
    margin-top: 35px;
    text-align: center;
    font-size: 28px;
    font-weight: bold; 
}

.top2_h3{
    margin-top: 35px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}


.top_about_cont img{
    max-width: 280px;
}

.top_about_cont,.top_team_cont{
    padding-right: 20px;  
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    z-index: 10;
}

.top_about_cont,.top_team_cont2{
    position: relative;
    z-index: 10;
}


/* ズレ有 */
.top_about_cont_text{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 75px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    max-width: 250px;
    font-size: 18px;
    width: 100%;
    color: white;
    background: black;
    font-weight: bold;
    border-radius: 5px;
}

.top_about_cont_text img{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
}


/* ズレなし 4カラム*/
.top_about_cont_text2{
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 75px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    max-width: 280px;
    font-size: 18px;
    width: 100%;
    color: white;
    background: black;
    font-weight: bold;
    border-radius: 5px;
    justify-content: space-between;
}


.top_about_cont_text2:hover{
    background: #d60c1a;
}



.top_about_cont_text2 img{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
}


/* ズレなし 3カラム*/
.top_about_cont_text3{
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 75px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    max-width: 390px;
    font-size: 18px;
    width: 100%;
    color: white;
    background: black;
    font-weight: bold;
    border-radius: 5px;
    justify-content: space-between;
}

.top_about_cont_text3:hover{
    background: #d60c1a;
}
    
    
.top_about_cont_text3 img{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
}



.top_about,.top_school{
    padding-bottom: 120px;
}

.back_frame{
    display: flex;
    align-items: center;
    gap: 90px;
    justify-content: center; 
}

.nk{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    /* padding-left: 90px; */
    letter-spacing: 0.1em;
    margin-top: 0px;
}

.nk2{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    /* padding-left: 90px; */
    letter-spacing: 0.1em;
    margin-top: 0px;
}

.posi_spo{
	position: static;
}


.top_goods_absol,.top_contact_absol,.top_faq_absol,.top_partner_absol{
    /*position: absolute;
    display: inline-block;
    width: 100%;
    top: -275px;
    bottom: -90px;
    z-index: 1;
    */
    
    
    
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: -150px;
    z-index: 1;
    left: -40px;
    
}

.top_goods{
    position: relative;
}

.top_faq,.top_link,.top_partner{
    position: relative;
    padding-bottom:120px ;
}

.top_link_absol1{
    position: absolute;
    display: inline-block;
    top:50%;
    transform: translate(0,-50%);
    /* top: 0; */
    bottom: 0;  
    left:10%;
}

.top_link_absol2{
    position: absolute;
    display: inline-block;
    transform: translate(0,-50%);
    /* top: 0; */
    bottom: -135px;  
    right:10%;
}

/*
.top_mv img{
    width: 100%;
    max-width: 334px;
}
*/

.top_mv .ce01{
    /*width: 100%;*/
    max-width: 290px;
}

.top_mv .ce02{
    /*width: 100%;*/
    max-width: 161px;
}

.top_p{
    font-size: 18px;
    /*font-weight: bold;*/
    line-height: 40px;
	text-align: center;
    color: #fff;
    font-family: monospace;
}

.top_p2{
    font-size: 18px;
    /*font-weight: bold;*/
    line-height: 40px;
	text-align: center;
    color: #000;
    font-family: monospace;
}

.fixed_cont{
    position: fixed;
    bottom: 40px;
    display: flex;
    gap: 20px;
    right: 40px;  
    z-index: 100;
}

.fixed_cont_line{
    display: flex;
    align-items: center;
    width: 280px;
    height: 60px;
    padding: 10px 20px;
    background-color: white; 
    gap: 15px;
    position: relative;
    box-shadow: 3px 3px 5px gray;
}

/* 009 */
.button009 a{
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    color: #d60c1a;
    margin-top: 30px;
    cursor: pointer;
	z-index: 99;
}

.button009 a:hover {
    opacity: 0.8;
}


/* 008 */
.button008 a{
    background: #221815;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
	z-index: 99;
}

.button008 a:hover {
    opacity: 0.8;
}

/* スクール紹介 カテゴリ*/
.banner_cont{
    display: flex;
    gap: 40px;
    z-index: 100;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    padding-left: 10%;
    padding-bottom: 5%;
}

.fixed_cont_line{
    display: flex;
    align-items: center;
    width: 280px;
    height: 60px;
    padding: 10px 20px;
    background-color: white; 
    gap: 15px;
    position: relative;
    box-shadow: 3px 3px 5px gray;
}
.fixed_cont_line p{
    color: #06C755;
    font-size: 14px;
}

.fixed_cont_line span{
 	color: #06C755;
	position: absolute;
	right: 15px;
}
.click_none{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%); 
    cursor: pointer;
}
.fixed_cont_logo2{
    display: flex;
    align-items: center;
    width: 280px;
    height: 60px;
    padding: 10px 20px;
    background-color: #fff; 
    gap: 5px;
    position: relative;
    box-shadow: 3px 3px 4px #414141;
}

.fixed_cont_logo2 p{
    color: #000;
	font-size: 13px;
    font-weight: 600;
}

.fixed_cont_logo2 span{
    color: white;
    position: absolute;
    right: 15px;
}





/* 固定バナー */
.fixed_cont_line p{
    color: #06C755;
    font-size: 14px;
}

.fixed_cont_line span{
 	color: #06C755;
	position: absolute;
	right: 15px;
}
.click_none{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%); 
    cursor: pointer;
}
.fixed_cont_logo{
    display: flex;
    align-items: center;
    width: 280px;
    height: 60px;
    padding: 10px 20px;
    background-color: black; 
    gap: 15px;
    position: relative;
    box-shadow: 3px 3px 4px #414141;
}

.fixed_cont_logo p{
    color: white;
    font-size: 14px;
}
.fixed_cont_logo span{
    color: white;
  position: absolute;
  right: 15px;
}

.top_mv_left{
    width: 350px;
    height: 100%;
    object-fit: cover;

}
.top_mv_center{
    position: absolute; 
    /*top: 26%;*/
    top: 20%;
    right: 0;
    transform: translate(50%, -20%);
    z-index: 10;
    text-align: center;
}
.top_mv_center_t{
    position: absolute; 
    top: 25%;
    right: 0;
    transform: translate(50%, -20%);
    z-index: 10;
    text-align: center;
}
.top_mv_center_p{
    font-size: 37px;
    line-height: 48px;
    font-weight: bold;
	/*
    background: linear-gradient(270deg, #373737 0%, #e7f2ff 40%, #e51f1f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    */
}

.top_mv{
    display: flex;
}

.top_mv_left_all{
    position: relative;
}

.top_activity_corumn_cont img{
    width: 100%;
}

.top_mmv{
	padding: 40px 0;
	position: relative;
}
.topm_flex{
	display: flex;
	gap: 50px;
}


/* slide */

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides {
    height: 100%;
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    /*padding: 20px;*/
    background: #d7d7d7;
    text-align: center;
}

.top_activity_corumn_cont{
    min-width: 25%; /* 4スライド表示のため */
}
    
.slide_button {
    border-radius: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.slide img{
    width: 100%;
    aspect-ratio: 3 / 2;
    top: 50%;
    object-position: center;
    transform: translate(0px, -50%);
    position: relative;
    object-fit: cover;
}

.dots {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    background: lightgray;
    cursor: pointer;
}

.dot.active {
    background: red;
}

.slider_activity {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides_activity {
    display: flex;
    transition: transform 0.5s ease;
    justify-content: space-evenly;
}

.slide_activity {
    gap:1%;
    min-width: 24%; /* 4スライド表示のため */
    box-sizing: border-box;
    padding: 20px;
    /*text-align: center;*/
}

.slide_activity2 {
    gap:1%;
    min-width: 30%; /* 4スライド表示のため */
    box-sizing: border-box;
    padding: 20px;
    /*text-align: center;*/
}

button {
   cursor: pointer;
}

.prev_activity {
    left: 10px;
}

.next_activity {
    right: 10px;
}
/* date */

.date-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 28%;
    /*bottom: 36%;*/
    transform: translate(0px, -15%);
    flex-wrap: wrap;
    gap: 15px;
}
.date-container2{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /*bottom: 18%;*/
    bottom: 8%;
    left: 23%;
    transform: translate(0px, -15%);
    flex-wrap: wrap;
    gap: 15px;
}

.date-item {
    border: 1px solid #000;
    padding: 5px;
    height: fit-content;
    font-weight: bold;
    /*line-height: 64px;*/
    line-height: 50px;
    /*font-size: 60px;*/
    font-size: 46px;
    background-color: white;
    text-align: center;
}

.top_mv_carender_cont{
    font-weight: bold;
    display: flex;
    align-items: flex-end; 
    /*font-size: 26px;*/
    font-size: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

/* ページネーション　*/

.pagination {
    margin: 20px 0;
}

.pagination a {
    margin: 0 5px;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #333;
}

.pagination a.active {
    background-color: #007BFF;
    color: white;
}

.pagination a:hover {
    background-color: #f0f0f0;
}

/* active */

.page_nation_button{
    display: inline-block;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: white;  
}

.page_nation_button.active{
color: white;
background-color: #D60C1A;
}

.page_nation{
    display: flex;
    margin-top: 80px;
    gap: 5px;
    margin-bottom: 160px; 
    justify-content: center;
}

.pankuz {
    /*max-width: 1540px;*/
    max-width: 1260px;
    width: 100%;
    margin: 0 auto; 
    padding: 20px 0;
}

.pankuz a{
	color:#d60c1a;
}

.pankuz a:hover{
	opacity: 0.5;
	transition: 0.3s;
}

/* link */

.red_table{
    width: 100%;  
    margin-bottom: 50px;
    border-spacing: 0px;
    border: 1px solid #D60C1A;
}

.red_table td{
    background-color: white;
    line-height: 50px;
    font-size: 20px;
    padding-left: 30px;
    border:1px solid #D60C1A;
    vertical-align: top;
}

.red_table tr td:first,.red_table tr th:first{
	width: 33%;
}

.red_table th{
    line-height: 50px;
    font-size: 20px;
   background-color: #FCE5E7;
    border:1px solid #D60C1A;
}


/* 新テーブルデザイン */
.red_table02 {
  border-collapse: collapse;
  width: 100%;
  max-width: 1260px;
  font-family: monospace;
}

.red_table02 tr td:first,.red_table02 tr th:first{
	width: 35%;
}

.red_table02 th, .red_table02 td {
  border: 2px solid #fff;
  background-color: #f3f3f3;
  padding: 1em;
  width: 75%;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 28px;
}

.red_table02 th {
  background-color: #D60C1A;
  color: #fff;
  font-weight: bold;
  text-align: left;
  min-width: 4em;
  width: 25%;
  font-size: 1.1rem;
}


.red_table03 {
  border-collapse: collapse;
  width: 100%;
  max-width: 1260px;
}

.red_table03 tr td:first,.red_table03 tr th:first{
	width: 35%;
}

.red_table03 th, .red_table03 td {
  border: 2px solid #fff;
  background-color: #f3f3f3;
  padding: 1em;
  width: 75%;
  font-size: 1.1rem;
  line-height: 28px;
}

.red_table03 th {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  text-align: left;
  min-width: 4em;
  width: 25%;
  font-size: 1.2rem;
}


/* Link で利用 */
.red_table04 {
  border-collapse: collapse;
  width: 100%;
  max-width: 1260px;
}

.red_table04 tr td:first,.red_table04 tr th:first{
	width: 35%;
}

.red_table04 td {
  border: 2px solid #fff;
  background-color: #f3f3f3;
  padding: 1em;
  width: 50%;
  font-size: 1.2rem;
  font-size: 1em;
}

.red_table04 th {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  text-align: left;
  min-width: 4em;
  width: 25%;
  font-size: 1.2rem;
  padding: 1em;
}

.link_main{
    width: 90%;  
}

.red_table_first{
    width: 33%;
}

/* footer */

footer{
    background-color: black; 
    padding: 60px 0 30px 0;
}
.lo_a{
	display: flex;
    align-items: center;
}

.fon_footer{
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.footer_text_all{
    padding-top: 30px;
    border-top: 1px solid white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_text_cont ul{
    padding-inline-start: 10px !important; 
}

.footer_text_cont a{
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.footer_text_cont li a{
	font-size: 14px;
	color: white;
	line-height: 25px;
    font-weight: 400;
}

.footer_logo_all{
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center; 
    margin-bottom: 20px;
    gap: 20px;;
}

.footer_logo_all span{
    font-size: 16px;
}

.footer_logo_map{
    background-color: white;
    color: black;
    font-size: 16px;
    line-height: 40px;
    width: 80px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-left: 20px;
}

.footer_logo_map span{ 
    position: absolute;
    right: 5px;
}

::marker{
    color: white !important;
}

.foot_copy{
    font-size: 12px;
    color: white;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* recruit */

.recruit_cont_text{
    margin-top: 20px;
    font-size: 26px;
    font-weight: 600;  
    /*padding-bottom: 60px;*/
    letter-spacing: 0.05em;
    min-height: 340px;
}

.recruit_main{
    margin-top: 30px;
    gap: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.recruit_cont img{
    width: 100%;
    object-fit: cover;
    max-height: 250px;  
}

.recruit_cont_text span{
    font-size: 16px;
    font-weight: normal;
}

.recruit_cont {
    margin-bottom: 50px;
    position: relative;
}

.recruit_cont_text_last{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 20px; 
}

.recruit_cont_text_last span{
   width: 36px;
   line-height: 36px;
   text-align: center;
   font-size: 20px;
   border-radius: 50%;
   background-color: #D60C1A;
   color:white;
}

/* partner */

.partner_main{
    margin-top: 80px;
    margin-bottom: 160px;  
}

.partner_main_h3{
    font-size: 20px;
    line-height: 60px;
    padding: 0 20px;
    font-weight: bold;
    color: white;
    background-color: #D60C1A;
    margin-bottom: 40px;
}
.partner_main_h3a{
    font-size: 20px;
    line-height: 60px;
    padding: 0 20px;
    font-weight: bold;
    color: white;
    background-color: #D60C1A;
    margin-bottom: 40px;
}
.partner_main_h3 span{
    margin-left: 40px;
    font-size: 14px;
}
.partner_main_h3a span{
    margin-left: 40px;
    font-size: 14px;
}
.partner_main_cont{
    margin: 0 40px;
    align-items: flex-start;
    margin-bottom: 80px;
    display: flex;
    flex-shrink: revert;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.partner_main_cont_beach{
    align-items: flex-start;
    margin-bottom: 80px;
    display: flex
;
    flex-shrink: revert;
    justify-content: center;
    gap: 4.5vw;
    flex-wrap: wrap;
}

.partner_main_cont img{
    max-width: 230px;
    height: fit-content;
}

.partner_flex_cont_detail_flex{
    display: flex;
    gap:15px;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 30px;
}

.partner_flex_cont_detail_b{
    font-size: 22px;
    font-weight: bold;
}

.jus_space{
    justify-content: flex-start;
   
}

.partner_flex_cont{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.partner_flex_cont2{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.partner_flex_cont_pc{
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    flex-wrap: wrap;  
    margin-bottom: 80px;
    line-height: 42px;
}

.partner_flex_cont_detail span{
font-size: 22px;
font-weight: bold;
}

.jus_start{
    justify-content: flex-start;
}

/* school */
.school_all{
    margin-bottom: 120px;
}
.school_cont{
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 90px;
}
.school_cont2{
    /*display: flex;*/
    /*gap: 50px;*/
    /*align-items: flex-start;*/
    margin-bottom: 90px;
    text-align: center;
    display: block;
}
.school_cont3{
    /*display: flex;*/
    /*gap: 50px;*/
    /*align-items: flex-start;*/
    margin-bottom: 90px;
    text-align: center;
    display: block;
}
.school_cont_text{
    width: 100%; 
}
.school_cont_h2{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Kosugi", sans-serif;
    color: #d60c1a;
    text-align: center;
    letter-spacing: 0.05em;
    color: #333;
}

.school_cont_h2 span{
    font-size: 16px;
    font-weight: normal;
}

.school_cont_h3{
    font-size: 22px;
    padding: 0 20px;
    line-height: 50px;
    background-color: #D60C1A;
    color: white;
    font-weight: bold;
    margin-top: 45px;
}

.school_cont2_h3{
    font-size: 22px;
    padding: 0 20px;
    line-height: 50px;
    background-color: #333;
    color: white;
    font-weight: bold;
    margin-top: 45px;
}

.school_cont_h4{
    background-color: #FFDBDD;  
}

.kasen {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}

.kasen:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 0%;
  height: 10px;
  background: #d60c1a;
  z-index: -1;
  transition: all 0.8s;
}
.kasen.isActive:after {
  width: 100%;
}

.school_cont_text_last{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

.school_cont_text_last span{
    color: white;
	margin-left: 10px;
	line-height: 35px;
	width: 35px;
	display: block;
	background-color: #D60C1A;
	border-radius: 50%;
	text-align: center;
}

.school_cont_img{
    max-width: 590px;  
}

.team_pic_all{
    display: flex;
    gap: 20px;
}


/* faq */

.faq-container {
    max-width: 1220px;
    width: 100%;
    
    border-radius: 8px;
    
}

.faq-item {
    border: 1px solid #D60C1A;
    margin-bottom: 25px;
    border-radius: 10px;
}

.faq-item:last-child {
   
    margin-bottom: 160px;
}

.faq-question {
    /*height: 70px;*/
    top: auto;
    transform: translate(0px,0px);
    background-color: white;
    position: relative !important;
    padding: 15px;
    cursor: pointer;
    color: #D60C1A;
    border: none;
    text-align: left;
    width: 100%;
    font-size: 16px; /* フォントサイズを大きく設定 */
    font-family: monospace;
}

.faq-question span {
    font-size: 16px; /* "Q" のフォントサイズをさらに大きく */
    margin-right: 10px; /* "Q" とテキストの間に少し余白を追加 */
    font-family: none;
    color: #D60C1A;
}

.faq-answer {
    border-radius: 0 0 10px 10px;
    padding: 15px;
    background-color: #FCE5E7;
    display: none;
    font-family: monospace;
    line-height: 28px;
}

.flex-container a{
  display: block;
}

.faq-answer span {
    font-size: 16px; /* "A" のフォントサイズを大きく */
    margin-right: 10px; /* "A" とテキストの間に少し余白を追加 */
    color: #000;
    font-family: none;
}
.faq-question p {
    /* display: flex; */
    align-items: center;
    padding-left: 1.3em;
    text-indent: -1.3em;
    font-size: 16px;
}
.faq-answer p{
    /*display: flex;*/
    align-items: center;
    padding-left: 1.3em;
    text-indent: -1.3em;
    font-size: 16px;
}

.active .faq-question {
    background-color: #007bff;
    color: white;
}

.faq_h3{
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	padding: 0 20px;
	background-color: #D60C1A;
	color: white;
}

.mt_90{
    margin-top: 90px;
}

.faq_left_menu{
    height: fit-content;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 40px;
    z-index: 1000;
}

.faq_main{
    display: flex;
    gap: 50px;
}

.faq_left_menu_cont{
    text-wrap: nowrap;
    line-height: 60px;
    padding: 0 15px;
    border-bottom:1px solid black;
    font-family: monospace;
    font-size: 16px; 
}

.faq_left_menu_cont.active{
   background-color: #D60C1A; 
    border-bottom:none; 
    color: white;
    font-family: monospace;
}

/* contact */

.contact_h{
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid;  
}

.contact_text{
    margin-bottom:60px ;
}

.form-group lable{
	font-size: 20px;
	margin-bottom: 15px;
}

.form-group{
   padding-bottom: 60px; 
   border-bottom: 1px solid;
   margin-bottom: 60px;
   
}

.form-group-flex{
    gap: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid;
    margin-bottom: 60px;
    display: flex;
    padding-left: 20px;
}

.contact_h3{
    margin-bottom: 15px;
    font-size: 20px;  
}

.form-group-flex-cont input{
    width: 280px;
    height: 50px;
}

.form-group-flex-cont{
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact_h3 span{
    font-size: 12px;
    border: 1px solid #D60C1A;
    color: #D60C1A;
    margin-left: 15px;
    padding: 2px 15px;
}

.form-group input{
    width: 100%;
    height: 50px;
    font-size: 16px;
}

.form_under{
    margin-top: 15px;
    margin-bottom: 70px;
}

#message{
    width: 100%;
    height: 280px;
    border: 1px solid gray;
    font-size: 16px;
    line-height: 32px;
}

.form-group select{
    width: 100%;
    height: 50px;
    font-size: 16px;
}


.form_text_kozin{
    border: 1px solid;
    padding: 20px;
    height: 250px;
    background-color: white;
    overflow-y: scroll;
}

.form-group-submit{
    margin: 120px auto 40px auto;
    width: fit-content;
}

.form-group-submit .button{
    width: 500px;
    font-size: 20px;
    border: none;
    margin: 0 auto;
    color: white;
    background-color: #D60C1A;
    line-height: 80px;
    cursor: pointer;
}

.form-group-submit .back_b{
    width: 250px;
    font-size: 20px;
    border: none;
    margin: 0 auto;
    color: #000;
    background-color: #f5f5f5;
    line-height: 80px;
    cursor: pointer;

}

/* about */
.about_all {
    margin-bottom: 120px;
}

.about_cont_h4{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-left: 20px;
}

.about_cont2_h4{
    font-size: 28px;
    font-weight: bold;
}


/* staff紹介用 */
.about_cont3_h4{
	font-size: 19px;
    font-weight: 600;
    padding-top: 20px;
    color: #D60C1A;
}


.about_h2{
    border-bottom: 4px solid;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
}

.about_p{
    font-size: 17px;
    line-height: 36px;
    margin-bottom: 100px;
    font-family: monospace;
    margin: 0 auto;
    max-width: 1260px;
	padding-bottom: 60px;
	
}

.about_p2{
    font-size: 17px;
    line-height: 36px;
    margin-bottom: 30px;
    font-family: monospace;
    margin: 0 auto;
    max-width: 1260px;
}

.about_message{
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

.about_message_text{
	font-size: 16px;
	font-family: monospace;
    line-height: 36px;
    padding-bottom: 80px;
}

.about_message_text span{
    font-size: 22px;
    font-weight: bold;
    }

/*
.about_club_cont_h{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}
*/

.about_club_ttl{
	display: flex;
	padding: 50px 0;
	justify-content: space-around;
}

.about_club_ttl2{
	display: flex;
	padding-bottom: 50px;
	justify-content: space-around;
}


.about_club_cont_h {
    display: inline-block;
    position: relative;
    color: #333;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 0.05em;
}

.about_club_cont_h:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #f9c417;
}

.fflag{
	text-align: center;
}





.about_club_cont_flex{
    display: flex;
    justify-content: center;
    gap:40px;
    /*margin-bottom:70px ;*/
}



.about_border{
	border:1px solid #D60C1A;
	display: flex;
    align-items: center;
    padding: 20px 20px;
    justify-content: center;
}

.about_border_p{
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 100px;
    font-weight: 600;
}

.about_flex_uniform_cont img{
    width: 100%;
}

.about_club_cont,.about_training{
margin-bottom: 70px;
}

/*
.about_flex_uniform_cont{
    display: flex;
    flex-direction: column;
    gap: 20px; 
}
*/

.about_flex_uniform{
    display: flex;
    gap: 50px;
    justify-content: center;
}

.school_cont_p span{
	font-size: 22px;
	font-weight: bold;
}

.school_cont_p{
	font-size: 16px;
    line-height: 36px;
    font-family: monospace;
    padding: 24px;
}

.school_cont2_p{
	font-size: 16px;
    line-height: 36px;
    font-family: monospace;
}

.school_cont_p3{
	font-size: 16px;
    line-height: 36px;
    font-family: monospace;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
}


.about_training_flex{
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.about_training_flex_text{
    font-size: 26px;
    margin-bottom: 30px;
}

.about_training_flex_text2{
    font-size: 18px;
}

.about_training_flex_text3{
    font-size: 21px;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    padding: 10px;
    letter-spacing: 0.05em;
}

.about_training_flex_cont{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.about_training_h3{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.about_training_flex_under_text{
    font-size: 18px;
    /*margin-top: 20px;*/
}

.text_center td{
    text-align: center;
    margin: 15px 0;
}

.about_club_cont_50{
    width: 50%;
}

.about_club_cont_50 .about_border{
    height: 280px;  
}

.about_team{
	font-size: 1.2em;
    font-weight: 600;
    margin-bottom:10px;
}

.about_team2{
	font-size: 1.2em;
    font-weight: 600;
    margin-bottom:10px;
    padding-top: 50px;
}

.red_table_about_first{
    width: 20%;
}

/* ハンバーガーメニュー */
.hamburger-menu {
    display: none; /* PC版では非表示 */
    cursor: pointer;
    width: 30px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-menu .bar {
    width: 100%;
    height: 4px;
    background-color: #333;
}

button:hover{
    opacity: 0.7;
    transition: .3s;
}

.about_flex_uniform_cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 23%;
}
.about_flex_uniform_cont2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 23%;
}
.about_flex_uniform_cont2 span{
	padding-bottom: 40px;
}


.cate_m{
    padding: 0px;
}


/* column */
.corumn_cont_h{
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 53px;
    display: block;
}
.corumn_cont_p{
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 10px;
	word-break: break-all;
	margin-top: 10px;
    max-height: 45px;
    overflow: hidden;
    display: block;
}
.co_date{
	color: #696969;
	font-size: 14px;
	/*padding: 10px 0;*/
	display: block;
}

.post_date{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #696969;
}


/* logo */
.i_off{
	font-size: 21px;
    font-weight: 600;
    padding-bottom: 12px;
}


.first_main{
	position: relative;
}

.first_txt{
	position: absolute;
    top: 6%;
    left: 12%;
	width: 40vw;
    max-width: 940px;
    text-align: left;
    display: block;
    padding-top: 20px;
    padding-left: 90px;
    padding-bottom: 10px;
}

.first_txt2{
	position: absolute;
    top: 40%;
    left: 12%;
	width: 40vw;
    max-width: 940px;
    text-align: left;
    display: block;
    padding-top: 20px;
    padding-left: 90px;
    padding-bottom: 10px;
}

.first_txt3{
	position: absolute;
    top: 2%;
    left: 12%;
	width: 40vw;
    max-width: 940px;
    text-align: left;
    display: block;
    padding-top: 20px;
    padding-left: 90px;
    padding-bottom: 10px;
}


.first_txt_all{
	position: absolute;
    top: 35%;
    left: 17%;
    width: 40vw;
}


.first_txt_s{
	position: absolute;
    top: 11%;
    left: 17%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.first_txt2_s{
	position: absolute;
    top: 55%;
    left: 17%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.first_txt3_s{
	position: absolute;
    top: 3.7%;
    left: 17%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.first_txtall_s{
	position: absolute;
    top: 57%;
    left: 17%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.down_haikeil{
    position: absolute;
    display: inline-block;
    width: 30%;
    top: 0;
    bottom: 0;
    z-index: 1;
    right: 3%;
}

.down_haikeil2{
    position: absolute;
    display: inline-block;
    width: 30%;
    top: 22%;
    bottom: 0;
    z-index: 1;
    right: 3%;
}

.flexbox{
	display: flex;
}


.contact_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.contact_btn::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.contact_btn:hover {
    background-color: #000000;
}



.contact_btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 348px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.contact_btn2::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.contact_btn2:hover {
    background-color: #000000;
}



.team_pic{
	display:flex;
	gap: 20px;
}

.item {
  border-radius: 10px;
  background: #e1e1e1;
  padding: 15px;
  margin: 5px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  text-align: left;
  font-size: 1.1rem;
}

.flag_waku{
	/*padding: 30px;*/
	text-align: center;
}

.about_catch01{
    /*padding: 50px;*/
    text-align: center;
}

.mt50{
	margin-top:50px;
}
.mt100{
	margin-top:100px;
}
.mt150{
	margin-top:150px;
}
.mb50{
	margin-bottom: 50px;
}
.mb100{
	margin-bottom: 100px;
}
.mb150{
	margin-bottom: 150px;
}
.mb200{
	margin-bottom: 200px;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.arr{
	width: 100%;
}

.box-021 {
    position: relative;
    margin: 1em auto;
    padding: 1em 1em;
    border: 2px solid #dc143c;
    border-radius: 3px;
    color: #dc143c;
    background-color: #fff;
    width: 453px;
    height: 70px;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    letter-spacing: 0.1em;
}

.box-021::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1em;
    left: -1em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #dc143c;
    color: #fff;
    font-weight: 600;
    content: attr(data-number);
}

.t_acti{
	display: flex;
    gap: 28px;
    margin: 0 5%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.gwidth{
	width: calc((94% - (10px * 2)) / 4);
}

.gra_img{
	max-width: 400px;

}

.team_teacher{
    flex-wrap: wrap; 
}

.team_teacher .school_cont_img{
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 100%;
}

.team_teacher img{
    width: calc((100% - 40px)/3);
    height: fit-content; 
}


.star{
	color: #ff0000;
}

.table-scroll {
  overflow: hidden;
}


/* Responsive */
@media (min-width: 600px) {
  .flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .item {
    width: 29%;
    position: relative;
  }
}

@media screen and (min-width: 1366px) {
	.since{
	    display: none;
	}

    .top_mv_right{
        width: 100%; 
        height: auto;
    }

    .top_mv_right video{
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
    }

    .top_mv_left_all{
        min-width: 290px;
    }
    .w_1540 {
	    width: 100%;
	    /*margin-left: 36px;*/
	    /*max-width: 1540px;*/
	    max-width: 1450px;
	}
}


/* タブレット横対応 */
@media (min-width: 1024px) and (max-width: 1365px) {
	.gwidth{
		width: calc((94% - (10px * 2)) / 3);
	}
	.triangle_red3{
	    text-align: center;
	    height: 270px;
	    display: block;
	    position: relative;
	}
	.triangle_red3:before {
	    content: '';
	    display: inline-block;
	    position: absolute;
	    bottom: 20px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 60px;
	    height: 4px;
	    background-color: #fff;
	}
	.pankuz {
	    /* max-width: 1540px; */
	    max-width: 1260px;
	    width: 100%;
	    margin: 0 auto;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left: 80px;
	}
	.recruit_cont {
	    margin-bottom: 50px;
	    position: relative;
	    padding-top:20px;
	}
	.footer_text_cont a {
	    font-size: 18px;
	    font-weight: 600;
	    color: white;
	}
	.date-item {
	    border: 1px solid #000;
	    padding: 5px;
	    height: fit-content;
	    font-weight: bold;
	    line-height: 60px;
	    font-size: 46px;
	    background-color: white;
	    text-align: center;
	}
	.date-container{
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: absolute;
	    bottom: 25%;
	    transform: translate(0px, -15%);
	    flex-wrap: wrap;
	    gap: 15px;
	    /*width: 100%;*/
	    /*right: 30%;*/
	    left: 0%;
	    width: 400px;
	}
	.since{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 35%;
        transform: translate(0px, -15%);
        flex-wrap: wrap;
        gap: 15px;
        left: 38%;
        width: 25%;
	}
	.date-container2 {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 30%;
        /*right: -35%;*/
        left: 75%;
        transform: translate(0px, -15%);
        flex-wrap: wrap;
        gap: 15px;
		width: 200px;
	}
	.school_cont{
	    display: block;
	    gap: 50px;
	    align-items: flex-start;
	    margin-bottom: 90px;
	}
	.school_cont2{
	    display: block;
	    gap: 50px;
	    align-items: flex-start;
	    margin-bottom: 30px;
	}
    .w_1220 {
        max-width: 1026px;
        width: 100%;
    }
	.partner_main_h3a {
	    font-size: 20px;
	    line-height: 60px;
	    padding: 0 20px;
	    font-weight: bold;
	    color: white;
	    background-color: #D60C1A;
	    margin-bottom: 40px;
	    margin-top: 40px;
	}
	.school_cont3{
	    display: block;
	    gap: 50px;
	    align-items: flex-start;
	    margin-bottom: 30px;
	}
	.red_table02 {
	    border-collapse: collapse;
	    width: 100%;
	    max-width: 970px;
        margin: 20px;
	}
	.team_teacher .school_cont_img{
	    width: 100%;
	    display: flex;
	    gap: 20px;
	    flex-wrap: wrap;
	    max-width: 100%;
	    padding-top: 20px;
	}

	.team_teacher img{
	    width: calc((100% - 40px)/3);
	    height: auto; 
	}
	.box-021 {
	    position: relative;
	    margin: 1em auto;
	    padding: 1em 1em;
	    border: 2px solid #dc143c;
	    border-radius: 3px;
	    color: #dc143c;
	    background-color: #fff;
	    width: 395px;
	    height: 70px;
	    align-items: center;
	    font-weight: 600;
	    font-size: 18px;
	    line-height: 28px;
	    display: flex;
	    letter-spacing: 0.1em;
	}
	.team_teacher img {
	    width: calc((100% - 40px) / 3);
	    /* height: fit-content; */
	}
	.team_pic_all{
	    display: flex;
	    max-width: 335px;
	    gap: 10px;
	}
	.gra_img{
		max-width: 290px;

	}
	.recruit_main {
	    margin-top: 30px;
	    gap: 20px;
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	}
	.about_p {
	    font-size: 17px;
	    line-height: 36px;
	    font-family: monospace;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 20px;
    	max-width: 996px;
    	margin: 0 auto;
	}
	.about_h2 {
	    border-bottom: 4px solid;
	    font-size: 48px;
	    font-weight: bold;
	    text-align: center;
	    margin-bottom: 20px;
	    letter-spacing: 0.1em;
	    padding-top: 30px;
	    padding-bottom: 10px;
	}
	.about_message {
        margin-bottom: 100px;
        display: flex;
        margin-left: 20px;
        margin-right: 20px;
        width: 100%;
	}
    .top_mv {
        display: flex;
        flex-direction: column-reverse;
    }   
    
    .top_mv_right{
        .*height: 400px;*/
        /*height: auto;*/
    	background-color: #000000;
    	display: flex;
    }
    .top_mv_left_all {
       height: 400px;
        width: 100% !important;
    }
    .top_mv_center {
        position: absolute;
        top: 3%;
        right: 42%;
        transform: translate(0%, -50%);
        z-index: 10;
        text-align: center;
        width: 15%;
    }
    .top_mv_center_t {
        position: absolute;
        top: 12%;
        right: 48%;
        /*transform: translate(0%, -50%);*/
        z-index: 10;
        text-align: center;
        width: 100%;
    }
	.top_mv_center_p {
	    font-size: 28px;
	    line-height: 32px;
	    font-weight: bold;
	}

	.topm_flex{
		display: flex;
		gap: 50px;
		padding: 0 20px;
	}
	.t_acti {
    	display: flex;
    	gap: 10px;
	}
	.slide_activity {
        width: 100%;
        background-color: #fff;
    }
	.slide_activity2 {
        width: 100%;
        background-color: #fff;
    }
    .top_about_main {
	    display: flex;
	    gap: 15px;
	    flex-wrap: wrap;
	    padding-top: 60px;
	    padding-left: 60px;
	}
    .top_about_main2 {
	    display: flex;
	    gap: 15px;
	    flex-wrap: wrap;
	    padding-top: 60px;
	    padding-left: 60px;
	    justify-content: space-around;
	}
    .top_link_absol1 {
        position: absolute;
        display: inline-block;
        top: 50%;
        transform: translate(0, -50%);
        bottom: 0;
        left: 5%;
    }
	.top_link_absol2 {
	    position: absolute;
	    display: inline-block;
	    transform: translate(0, -50%);
	    /* top: 0; */
	    bottom: -135px;
	    right: 5%;
	}
	.partner_flex_cont_pc {
	    display: flex;
	    font-size: 18px;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    margin-bottom: 80px;
	    line-height: 42px;
	    padding-bottom: 150px;
	}
	.w_1260 {
	    max-width: 1026px;
	    width: 100%;
	    margin: 0 auto;
	}
	.w_1540 {
	    width: 100%;
	    /*margin-left: 36px;*/
	    max-width: 1200px;
	}
	.footer_text_all {
	    padding-top: 30px;
	    border-top: 1px solid white;
	    display: flex;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	    gap: 20px;
	}
	.top_activity_cate {
	    margin-top: 35px;
	    display: flex;
	    justify-content: space-evenly;
	}
	.top_activity_cate_cont_all {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #000;
	    background-color: #fff;
	}
	.top_activity_cate_cont_yotei {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #fff;
	    background-color: #2f4f4f;
	}
	.top_activity_cate_cont_news {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #fff;
	    background-color: #800000;
	}
	.top_activity_cate_cont_event {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #fff;
	    background-color: #161616;
	}
	.top_activity_cate_cont_u {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #fff;
	    background-color: #556b2f;
	}
	.top_activity_cate_cont_top {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #fff;
	    background-color: #483d8b;
	}
	.top_activity_cate_cont_jyo {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #fff;
	    background-color: #dc143c;
	}
}

/* タブレット縦対応 */
@media (min-width: 768px) and (max-width: 1023px) {
	.gwidth{
		width: calc((94% - (10px * 2)) / 3);
	}
	.triangle_red3{
	    text-align: center;
	    height: 270px;
	    display: block;
	    position: relative;
	}
	.triangle_red3:before {
	    content: '';
	    display: inline-block;
	    position: absolute;
	    bottom: 20px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 60px;
	    height: 4px;
	    background-color: #fff;
	}
	.top_about_cont img {
	    max-width: 230px;
	}
	.top_mv_carender_cont {
	    font-weight: bold;
	    display: flex;
	    align-items: flex-end;
	    font-size: 26px;
	    flex-wrap: wrap;
	    justify-content: normal;
	}
	.top_about_cont_text2 {
	    position: absolute;
	    bottom: 0;
	    right: 20px;
	    height: 75px;
	    display: flex;
	    align-items: center;
	    padding: 0 20px;
	    max-width: 250px;
	    font-size: 18px;
	    width: 230px;
	    color: white;
	    background: black;
	    font-weight: bold;
	    border-radius: 5px;
	    justify-content: space-between;
	}
	.top_team_cont img{
		max-width: 340px;
	}
	.date-container {
	    display: flex;
	    justify-content: start;
	    align-items: center;
	    position: absolute;
	    bottom: 25%;
	    transform: translate(0px, -15%);
	    flex-wrap: wrap;
	    gap: 15px;
	    width: 400px;
	    left: 5%;
	}
	.since{
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: absolute;
	    bottom: 38%;
	    transform: translate(0px, -15%);
	    flex-wrap: wrap;
	    gap: 15px;
	    left: 34%;
	    width: 35%;
	}
	.school_cont{
	    display: block;
	    gap: 50px;
	    align-items: flex-start;
	    margin-bottom: 90px;
	}
	.school_cont2{
	    display: block;
	    gap: 50px;
	    align-items: flex-start;
	    margin-bottom: 90px;
	}
	.school_cont3{
	    display: block;
	    gap: 50px;
	    align-items: flex-start;
	    margin-bottom: 90px;
	}
	.team_teacher .school_cont_img{
	    width: 100%;
	    display: flex;
	    gap: 10px;
	    flex-wrap: wrap;
	    max-width: 100%;
	    padding-top: 20px;
        justify-content: space-evenly;
	}

	.team_teacher img{
	    width: calc((100% - 40px)/3);
	    height: auto; 
	}
	.box-021 {
	    position: relative;
	    margin: 1em auto;
	    padding: 1em 1em;
	    border: 2px solid #dc143c;
	    border-radius: 3px;
	    color: #dc143c;
	    background-color: #fff;
	    width: 315px;
	    height: 70px;
	    align-items: center;
	    font-weight: 600;
	    font-size: 18px;
	    line-height: 28px;
	    display: flex;
	    letter-spacing: 0.1em;
	}
	.red_table02 {
		border-collapse: collapse;
        width: 100%;
        max-width: 860px;
        margin: 20px;
	}
	.team_teacher img {
	    width: calc((100% - 40px) / 3);
	    /* height: fit-content; */
	}
	.team_pic_all{
	    display: flex;
        max-width: 285px;
        gap: 25px;
	}
	.gra_img{
		max-width: 250px;

	}
	.pankuz {
	    max-width: 1024px;
	    width: 100%;
	    margin: 0 auto;
	    padding: 20px 20px;
	}
	.about_p {
	    font-size: 17px;
	    line-height: 36px;
	    margin-bottom: 100px;
	    font-family: monospace;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 20px;
	}
	.about_h2 {
	    border-bottom: 4px solid;
	    font-size: 48px;
	    font-weight: bold;
	    text-align: center;
	    margin-bottom: 20px;
	    letter-spacing: 0.1em;
	    padding-top: 30px;
	    padding-bottom: 10px;
		margin-left: 20px;
        margin-right: 20px;
	}
	.about_message_text {
	    font-size: 16px;
	    font-family: monospace;
	    line-height: 36px;
	    padding-bottom: 0px;
		margin-left: 20px;
        margin-right: 20px;
		padding-top: 30px;
	}
	.about_message {
        margin-bottom: 100px;
        display: block;
        margin-left: 20px;
        margin-right: 20px;
        width: 100%;
	}
	.about_club_cont, .about_training {
	    margin-bottom: 70px;
	    margin-left: 20px;
	    margin-right: 20px;
	}
	.about_club_cont_flex {
	    display: flex;
	    justify-content: center;
	    gap: 40px;
		margin: 20px;
	}
	.about_flex_uniform {
	    display: flex;
	    justify-content: center;
	    gap: 10px;
	}
	.y_img {
		width: 97%;
	}
    .top_mv {
        display: flex;
        flex-direction: column-reverse;
    }   
    
    .top_mv_right{
        .*height: 400px;*/
        /*height: auto;*/
    	background-color: #000000;
    	display: flex;
    }
    .top_mv_left_all {
       height: 400px;
        width: 100% !important;
    }
    .top_mv_center {
        position: absolute;
        top: 3%;
        right: 41%;
        transform: translate(0%, -50%);
        z-index: 10;
        text-align: center;
        width: 15%;
    }
    .top_mv_center_t {
        position: absolute;
        top: 12%;
        right: 48%;
        /*transform: translate(0%, -50%);*/
        z-index: 10;
        text-align: center;
        width: 100%;
    }
	.top_mv_center_p {
	    font-size: 28px;
	    line-height: 32px;
	    font-weight: bold;
	}
	.date-container2 {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: absolute;
	    bottom: 30%;
	    left: 72%;
	    transform: translate(0px, -15%);
	    flex-wrap: wrap;
	    gap: 15px;
	}
	.topm_flex{
		display: flex;
		gap: 50px;
		padding: 0 20px;
	}
	.t_acti {
    	display: flex;
    	gap: 10px;
	}
	.slide_activity {
        width: 100%;
        background-color: #fff;
    }
	.slide_activity2 {
        width: 100%;
        background-color: #fff;
    }
    .top_about_main {
	    display: flex;
	    gap: 0px;
	    flex-wrap: wrap;
	    padding-top: 60px;
	    padding-left: 10px;
	    justify-content: center;
	}
    .top_about_main2 {
	    display: flex;
	    gap: 15px;
	    flex-wrap: wrap;
	    padding-top: 60px;
	    padding-left: 10px;
	    justify-content: space-around;
	}
    .top_link_absol1 {
        position: absolute;
        display: inline-block;
        top: 50%;
        transform: translate(0, -50%);
        bottom: 0;
        left: 5%;
    }
	.top_link_absol2 {
	    position: absolute;
	    display: inline-block;
	    transform: translate(0, -50%);
	    /* top: 0; */
	    bottom: -135px;
	    right: 5%;
	}
	.w_1260 {
	    max-width: 1160px;
	    width: 100%;
	    /*margin: 0 auto;*/
	}
	.w_1540 {
	    width: 98%;
	    margin-left: 15px;
	    max-width: 870px;
	}
	.footer_text_all {
	    padding-top: 30px;
	    border-top: 1px solid white;
	    display: flex;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	    gap: 20px;
	}
	.top_activity_cate {
	    margin-top: 35px;
	    display: flex;
	    justify-content: space-evenly;
	}
	.top_activity_cate_cont_all {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #000;
	    background-color: #fff;
	}
	.top_activity_cate_cont_yotei {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #fff;
	    background-color: #2f4f4f;
	}
	.top_activity_cate_cont_news {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #fff;
	    background-color: #800000;
	}
	.top_activity_cate_cont_event {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #fff;
	    background-color: #161616;
	}
	.top_activity_cate_cont_u {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #fff;
	    background-color: #556b2f;
	}
	.top_activity_cate_cont_top {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #fff;
	    background-color: #483d8b;
	}
	.top_activity_cate_cont_jyo {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 90px;
	    color: #fff;
	    background-color: #dc143c;
	}
	.school_cont2_h3 {
	    font-size: 22px;
	    padding: 0 20px;
	    line-height: 50px;
	    background-color: #333;
	    color: white;
	    font-weight: bold;
	    margin-top: 45px;
	    margin-left: 19px;
	    margin-right: 20px;
	}
	.red_table03 {
	    border-collapse: collapse;
	    width: 100%;
	    max-width: 782px;
	    margin-left: 20px;
	    margin-right: 20px;
	}
}

.ad_top01{
    display: flex;
    padding: 50px;
    justify-content: space-around;
}
.ad_top02{
    display: flex;
    padding: 10px;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.ad_top02 img{
	flex: 0 0 calc(20% - 10px); 
}


/* width 768対応　*/
@media screen and (max-width: 767px) {
	.gwidth{
		width: 100%;
	}
	.ad_top01{
	    display: flex;
	    padding: 10px;
	    justify-content: space-around;
	}
	.ad_top02{
        display: block;
        padding: 0 10px;
        width: 100%;
        text-align: center;
	}
	.form-group-submit .button{
	    width: 100%;
	    font-size: 16px;
	    border: none;
	    margin: 0 auto;
	    color: white;
	    background-color: #D60C1A;
	    line-height: 80px;
	    cursor: pointer;
	    padding: 0 20px;
	}
	.view_pc {display: none;}
    .view_sp {
        display: block;
    }
	.table-scroll {
	  overflow: scroll;
	}
	.top_mv_left {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	.partner_flex_cont_detail_flex{
	    display: block;
	    /*gap:15px;
	    flex-wrap: wrap;*/
	    font-size: 17px;
	    line-height: 30px;
	}
	.gra_img{
		max-width: 250px;
	}
	.red_table04 th {
	    background-color: #333;
	    color: #fff;
	    font-weight: bold;
	    text-align: left;
	    min-width: 4em;
	    width: 25%;
	    font-size: 0.8rem;
	    padding: 1em;
	}
	.red_table04 td {
	    border: 2px solid #fff;
	    background-color: #f3f3f3;
	    padding: 1em;
	    width: 50%;
	    font-size: 1em;
	    white-space: nowrap;
	}
	.t_acti{
		display:block; 
	}
    .mb100{
    	margin-bottom: 50px;
    }
    .mb150{
    	margin-bottom: 80px;
    }
    .mb200{
    	margin-bottom: 100px;
    }
	.flag_waku{
		padding: 10px;
		margin-bottom: 50px;
	}
	.form-group-flex-cont {
	    display: flex;
	    align-items: center;
	    gap: 10px;
	}
	.faq-question {
	    height: 80px;
	    top: auto;
	    transform: translate(0px, 0px);
	    background-color: white;
	    position: relative !important;
	    padding: 5px;
	    cursor: pointer;
	    color: #D60C1A;
	    border: none;
	    text-align: left;
	    width: 100%;
	    font-size: 16px;
	    font-family: monospace;
	}
	.about_catch01{
	    padding: 10px;
	    text-align: center;
	}
	.about_training_flex_text3 {
	    font-size: 17px;
	    margin-bottom: 30px;
	    width: 96%;
	    display: block;
	    background-color: #f5f5f5;
	    padding: 10px;
	    letter-spacing: 0.05em;
	}
	.item {
	  border-radius: 10px;
	  background: #e1e1e1;
	  padding: 15px;
	  margin: 5px;
	  position: relative;
	}
	.topm_flex {
	    display: block;
	}
	.arr{
		width: 100%;
	}
	.faq_left_menu_cont.active {
        background-color: #D60C1A;
        color: #fff;
	    border-bottom: none;
        font-size: 16px;
        font-weight: 600;
	}
	.faq_h3 {
        margin-bottom: 40px;
        font-size: 16px;
        font-weight: 600;
        line-height: 32px;
        padding: 20px 10px;
        background-color: #D60C1A;
        color: #fff;
	}
	.contact_btn {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 95%;
	    margin: 0 auto;
	    padding: .9em 2em;
	    border: none;
	    border-radius: 5px;
	    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
	    background-color: #000000;
	    color: #fff;
	    font-weight: 600;
	    font-size: 1em;
	}
	.team_pic_all {
	    display: block;
	}
	.team_pic_all img{
	    padding-bottom: 10px;
	}
	.top_goods_absol,.top_contact_absol,.top_faq_absol,.top_partner_absol{
	    position: absolute;
	    display: inline-block;
	    width: 100%;
	    /*top: -275px;*/
	    bottom: -90px;
	    z-index: 1;
	}
	.box-021 {
	    position: relative;
	    margin: 1em auto;
	    padding: 1em 1em;
	    border: 2px solid #dc143c;
	    border-radius: 3px;
	    color: #dc143c;
	    background-color: #fff;
	    width: 453px;
	    height: 70px;
	    align-items: center;
	    font-weight: 600;
	    font-size: 15px;
	    line-height: 28px;
	    display: flex;
	    letter-spacing: 0.1em;
	}
	.school_cont_h2 {
	    font-size: 28px;
	    font-weight: 600;
	    margin-bottom: 20px;
	    font-family: "Kosugi", sans-serif;
	    color: #d60c1a;
	    text-align: center;
	    letter-spacing: 0.05em;
	    color: #333;
	}
	.kasen {
	    position: relative;
	    z-index: 1;
	    margin-top: 100px;
	    margin-bottom: 70px;
	}
	.banner_cont {
	    display: flex;
	    gap: 20px;
	    z-index: 100;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    flex-direction: row;
	    padding-left: 1%;
	    padding-bottom: 5%;
	    padding-top: 5%;
	}
	.fixed_cont_logo2 {
	    display: flex;
	    align-items: center;
	    width: 100%;
	    height: 60px;
	    padding: 10px 20px;
	    background-color: #fff;
	    gap: 15px;
	    position: relative;
	    box-shadow: 3px 3px 4px #414141;
	}
	.fflag{
	  text-align: center;
	}
	.school_cont_p {
	    font-size: 17px;
	    line-height: 30px;
	    font-family: monospace;
	    padding: 15px 10px;
	    text-indent: 0.5em;
        /*padding-left: 1em;*/
	}

	.red_table03 {
	    border-collapse: collapse;
	    width: 100%;
	    /*max-width: 1260px;*/
	}
	.red_table03 th {
	    background-color: #333;
	    color: #fff;
	    font-weight: bold;
	    text-align: left;
	    min-width: 4em;
	    width: 25%;
	    font-size: 0.8rem;
	}
	.red_table03 td {
	    border: 2px solid #fff;
	    background-color: #f3f3f3;
	    padding: 1em;
	    width: 75%;
	    font-size: 1.0rem;
	}

	/* 活動報告カテゴリ配色(下層ページ） */
	/* 週末予定 */
	.k_cate_yotei{
	    position: absolute;
	    top: 10%;
	    margin-left: 13px;
	    background-color: #2f4f4f;
	    text-align: center;
	    border-radius: 20px;
	    width: 125px;
	    height: 30px;
	    vertical-align: middle;
	    display: block;
	    color: #fff;
	}

	/* お知らせ */
	.k_cate_news{
	    position: absolute;
	    top: 10%;
	    margin-left: 13px;
	    background-color: #800000;
	    text-align: center;
	    border-radius: 20px;
	    width: 125px;
	    height: 30px;
	    vertical-align: middle;
	    display: block;
	    color: #fff;
	}

	/* イベント */
	.k_cate_event{
	    position: absolute;
	    top: 10%;
	    margin-left: 13px;
	    background-color: #161616;
	    text-align: center;
	    border-radius: 20px;
	    width: 125px;
	    height: 30px;
	    vertical-align: middle;
	    display: block;
	    color: #fff;
	}

	/* U-12等 */
	.k_cate_u{
	    position: absolute;
	    top: 10%;
	    margin-left: 13px;
	    background-color: #556b2f;
	    text-align: center;
	    border-radius: 20px;
	    width: 125px;
	    height: 30px;
	    vertical-align: middle;
	    display: block;
	    color: #fff;
	}

	/* TOP */
	.k_cate_top{
	    position: absolute;
	    top: 10%;
	    margin-left: 13px;
	    background-color: #483d8b;
	    text-align: center;
	    border-radius: 20px;
	    width: 125px;
	    height: 30px;
	    vertical-align: middle;
	    display: block;
	    color: #fff;
	}

	/* 女子 */
	.k_cate_jyo{
	    position: absolute;
	    top: 10%;
	    margin-left: 13px;
	    background-color: #dc143c;
	    text-align: center;
	    border-radius: 20px;
	    width: 125px;
	    height: 30px;
	    vertical-align: middle;
	    display: block;
	    color: #fff;
	}
	.first_txt_all {
	    position: absolute;
	    top: 35%;
	    left: 5%;
	    width: 70vw;
	}
	.first_txtall_s {
	    position: absolute;
	    top: 49%;
	    left: 5%;
	    color: #fff;
	    font-size: 24px;
	    font-weight: 600;
	    letter-spacing: 0.05em;
	}
	.top_activity_cate_cont_all {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 100px;
	    color: #000;
	    background-color: #fff;
	}
	.top_activity_cate_cont_yotei {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 100px;
	    color: #fff;
	    background-color: #2f4f4f;
	}
	.top_activity_cate_cont_news {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 100px;
	    color: #fff;
	    background-color: #800000;
	}
	.top_activity_cate_cont_event {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 100px;
	    color: #fff;
	    background-color: #161616;
	}
	.top_activity_cate_cont_u {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 100px;
	    color: #fff;
	    background-color: #556b2f;
	}
	.top_activity_cate_cont_top {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 100px;
	    color: #fff;
	    background-color: #483d8b;
	}
	.top_activity_cate_cont_jyo {
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 20px;
	    width: 100px;
	    color: #fff;
	    background-color: #dc143c;
	}
	.right_small {
	    text-align: left;
	    margin-top: 15px;
	}
	.about_club_cont, .about_training {
	    margin-bottom: 40px;
	}
	.about_club_ttl {
	    display: flex;
	    padding: 30px 0;
	    justify-content: space-around;
	}
	.about_club_cont_h {
	    display: inline-block;
	    position: relative;
	    color: #333;
	    font-weight: 700;
	    font-size: 1.5em;
	    letter-spacing: 0.05em;
	    text-align: center;
	}
	.about_h2 {
	    border-bottom: 4px solid;
	    font-size: 26px;
	    font-weight: bold;
	    text-align: left;
	    margin-bottom: 30px;
	    letter-spacing: 0.05em;
	    line-height: 40px;
	}
    .about_p {
        font-size: 17px;
        line-height: 30px;
        /* margin-bottom: 100px; */
        font-family: monospace;
        padding: 3%;
    }
	 .about_p2 {
	    font-size: 17px;
	    line-height: 30px;
	    margin-bottom: 30px;
	    font-family: monospace;
	    margin: 0 auto;
	    max-width: 95%;
	}
	.about_message_text {
	    font-size: 16px;
	    font-family: monospace;
	    line-height: 30px;
	    padding-bottom: 35px;
	    padding: 3%;
	}
	.about_message_text span {
	    font-size: 20px;
	    font-weight: bold;
	}
	.about_border_p {
	    font-size: 16px;
	    line-height: 26px;
	    text-align: center;
	    padding-bottom: 30px;
	    font-weight: 600;
	}
	.about_team {
	    font-size: 1.1em;
	    font-weight: 600;
	    margin-bottom: 10px;
	}
	.about_team2 {
	    font-size: 1.1em;
	    font-weight: 600;
	    margin-bottom: 10px;
	    padding-top: 50px;
	}
	.red_table02 {
		border-collapse: collapse;
		width: 100%;
		/*max-width: 1260px;*/
	}
	.red_table02 th {
		background-color: #D60C1A;
		color: #fff;
		font-weight: bold;
		text-align: left;
		min-width: 4em;
		width: 30%;
		font-size: 0.85rem;
	}
	.red_table02 td {
	    border: 2px solid #fff;
	    background-color: #f3f3f3;
	    padding: 1em;
	    width: 70%;
	    font-size: 0.85rem;
	}
	.school_cont2_p {
	    font-size: 17px;
	    line-height: 30px;
	    /*font-family: monospace;*/
	}
	.flexbox{
		display: block;
	}

	.first_txt{
		position: absolute;
	    top: 0.3%;
	    left: 0%;
		width: 50vw;
	    max-width: 940px;
	    text-align: left;
	    display: block;
	    padding-top: 20px;
	    padding-left: 90px;
	    padding-bottom: 10px;
	}

	.first_txt2{
		position: absolute;
	    top: 19.3%;
	    left: 0%;
		width: 20vw;
	    max-width: 940px;
	    text-align: left;
	    display: block;
	    padding-top: 20px;
	    padding-left: 90px;
	    padding-bottom: 10px;
	}
    .first_txt3 {
        position: absolute;
        top: 0.2%;
        left: 0%;
        width: 50vw;
        max-width: 940px;
        text-align: left;
        display: block;
        padding-top: 20px;
        padding-left: 90px;
        padding-bottom: 10px;
    }
	.first_txt_s{
		position: absolute;
	    top: 1%;
	    left: 20%;
	    color: #fff;
	    font-size: 16px;
	    font-weight: 600;
	    letter-spacing: 0.05em;
	}
	.first_txt2_s{
		position: absolute;
	    top: 24%;
	    left: 20%;
	    color: #fff;
	    font-size: 16px;
	    font-weight: 600;
	    letter-spacing: 0.05em;
	}
    .first_txt3_s {
        position: absolute;
        top: 0.7%;
        left: 20%;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.05em;
    }
	.down_haikeil{
	    position: absolute;
	    display: inline-block;
	    width: 30%;
	    top: 0;
	    bottom: 0;
	    z-index: 1;
	    right: 3%;
	}
	.i_off{
		font-size: 16px;
	    font-weight: 600;
	    padding-bottom: 0px;
	}
	.cate_m{
	    padding: 20px;
	}
	.contact_btn2 {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 95%;
	    margin: 0 auto;
	    padding: .9em 2em;
	    border: none;
	    border-radius: 5px;
	    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
	    background-color: #000000;
	    color: #fff;
	    font-weight: 600;
	    font-size: 1em;
	}
	.corumn_cont_h{
	
	
	}
	.co_date{
		color: #696969;
		font-size: 14px;
	}

	.top_about_cont img{
	    max-width: 100%;
	}
	.top2_h3{
	    padding: 35px 10px;
	    text-align: center;
	    font-size: 30px;
	    font-weight: bold;
	    color: #fff;
	    margin-top: 0px;
	}
	.top_about_cont,.top_team_cont{
	    padding-right: 0px;  
	    position: relative;
	    padding-bottom: 20px;
	    margin-bottom: 30px;
	    width: 90%;
	}
	.top_p{
	    font-size: 18px;
	    line-height: 32px;
		text-align: left;
	    color: #fff;
	}

	.top_p2{
	    font-size: 18px;
	    line-height: 32px;
		text-align: left;
	    color: #000;
	}
	.triangle_h_ta{
	    color: #000;
	    text-align: left;
	    font-size: 60px;
	    font-family: "League Gothic", sans-serif;
	    /*font-family: "Archivo Black", sans-serif;*/
	    letter-spacing: 0.05em;
	    /*padding-left: 90px;*/
	    /*padding-top: 100px;*/
	    padding-top: 50px;
	    text-align: center;
	}
    .triangle_h_t2{
        color: #000;
        text-align: left;
        font-size: 60px;
	    font-family: "League Gothic", sans-serif;
        letter-spacing: 0.05em;
        /*padding-left: 90px;*/
	    /*padding-top: 100px;*/
	    padding-top: 50px;
        text-align: center;
    }
	.triangle_h_t{
	    color: #fff;
	    text-align: left;
	    font-size: 60px;
	    font-family: "League Gothic", sans-serif;
	    /*font-family: "Archivo Black", sans-serif;*/
	    letter-spacing: 0.05em;
	    /*padding-left: 90px;*/
	    /*padding-top: 100px;*/
	    padding-top: 50px;
	    text-align: center;
	}
	.triangle_red:before {
	    content: '';
	    display: inline-block;
	    position: absolute;
	    bottom: 10px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 60px;
	    height: 4px;
	    background-color: #d60c1a;
	}
	.triangle_red2:before {
	    content: '';
	    display: inline-block;
	    position: absolute;
	    bottom: 15px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 60px;
	    height: 4px;
	    background-color: #d60c1a;
	}
	.top_h3_a {
	    margin-top: 15px;
	    text-align: center;
	    font-size: 28px;
	    font-weight: bold;
	}
    .top_mv {
        display: flex;
        flex-direction: column-reverse;
    }   
    
    .top_mv_right{
        height: 300px;
        /*height: auto;*/
    	background-color: #000000;
    	display: flex;
    }
    .top_mv_left_all {
       height: 545px;
        width: 100% !important;
    }
    .top_mv_center {
        position: absolute;
        top: 3%;
        right: 40%;
        transform: translate(0%, -50%);
        z-index: 10;
        text-align: center;
        width: 25%;
    }
    .date-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 55%;
        left: 0%;
        transform: translate(0px, -15%);
        flex-wrap: wrap;
        width: 100%;
    }
    .since{
	    position: absolute;
	    /*bottom: 30%;
	    left: 13%;*/
	    width: 100%;
	    bottom: 30%;
        left: 0%;
    }
	mfrac {
	    font-family: "Squada One", sans-serif;
	    /* font-family: fantasy; */
	    letter-spacing: 0.05em;
	    line-height: 28px;
	    font-size: 4rem;
	}
	.top_mmv {
	    padding: 20px 0;
	    position: relative;
	}
	.date-container2 {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: absolute;
	    bottom: 3%;
	    left: 0%;
	    transform: translate(0px, -20%);
	    flex-wrap: wrap;
	    width: 100%;
	}
    .top_mv_center_p {
        font-size: 30px;
        line-height: 38px;
        font-weight: bold;
    }
    .top_mv_carender_cont {
        font-size: 4vw;
    }
    .date-item{
        font-size: 9vw;  
    }

	/*about*/
	.w_1540 {
	    width: 80%;  
	}

	.about_message,.about_club_cont_flex,.about_flex_uniform {
	    flex-wrap: wrap;
	}

	.about_club_cont_50 {
	    width: 100%;
	}

	.about_flex_uniform_cont {
	    gap: 20px;
	    width: 45%;
	}
	.about_cont3_h4 {
	    font-size: 19px;
	    font-weight: 600;
	    padding-top: 20px;
	    color: #D60C1A;
	    text-align: center;
	}
	.sp_bg{
		background-color: #d60c1a;
		height:10px;
	}
	.school_cont{
	    flex-wrap: wrap;
	    padding-top: 30px;
	}

	.school_cont2{
	    display: block;
	    gap: 50px;
	    align-items: flex-start;
	    margin-bottom: 40px;
	}

	.school_cont3{
	    display: block;
	    gap: 50px;
	    align-items: flex-start;
	    margin-bottom: 40px;
	    padding-top: 30px;
	}
	.red_table {
	   /* table-layout: fixed;*/
	}

	.red_table td {
	  /*  overflow-x: scroll;*/
	}

	.about_training_flex_cont,.about_training_flex_cont img,.about_training_flex_text
	,.about_training_flex_under img,.about_training_flex_under_text,.about_message img
	,.school_cont img{
	    width: 100%;  
	}
	.about_training_flex_text2 {
	    font-size: 17px;
		line-height: 30px;
	}

	.about_training_flex {
	    display: flex;
	    gap: 40px;
	    margin-bottom: 60px;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.triangle_h{
	    max-width: 100%;
	    max-height: 60px;
	}

	.triangle_h_p{
	    margin-top: 15px; 
	    font-size: 23px;
	}

	.red_table td {
	    line-height: 50px;
	    font-size: 20px;
	    padding-left: 10px;
	    border: 1px solid #D60C1A;
	}
	header {
	    overflow-x: hidden;
	    background-color: white;
		transition: all 0.3s ease; /* アニメーション */
		box-shadow: none; /* 初期状態は影なし */
	}

	.about_club_cont_50 .about_border{
	    height: 380px;
	    flex-wrap: wrap;
	}

	/* header */
	.triangle_red {
	    /*height: 290px;*/
	    height: 180px;

	}

	.triangle_black img, .triangle_red img {
	    margin-top: 30px;
	}

	.header_flex,.header_logo_flex{
	    flex-wrap: wrap; 
	    gap: 0;
	}

	.header_flex{
	    margin-bottom: 0px;
	}

	.header_flex{
	    gap: 10px;  
	    width: 90%;
	}

	.pc_logoLink{
	    max-width: 100%;
	}

	.pc_logoLink img{
	    width: 80%;
	}

	.header__menu {
	    z-index: 100;
	    /* display: none; */
	    flex-direction: column;
	    /*position: absolute;
	    top: 100px;
	    transform: translate(50%, 0px);
	    right: 50%;*/
	    margin-top: 40px;
	    overflow-y: scroll;
	    background-color: #fff;
	    height: auto;
	    width: 100%;
	    margin-bottom: 50px;
	    /* margin: 0 auto; */
	    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	}

	.header__menu a {
	     margin-right: 0px;
	    padding: 5px 10px;
	    text-align: center;
	    border-bottom: 1px solid #ccc;
	}

	.hamburger-menu {
	    display: flex;
	    margin-top: 10px;/* ハンバーガーメニューを表示 */
	}

	/* メニューが開いた時のスタイル */
	.header__menu.open {
		display: flex; /* メニューを表示 */
	}


	.hader__logo_block{
	    display: flex;
	}

	.hader__logo_block {
	    padding: 2% 10px;
	    justify-content: space-between;
	    gap: 10px;
	}

	/* footer */
	.footer_logo_all{
	    flex-wrap: wrap;
	    gap: 10px;  
	    margin: 0 auto;
	    padding: 0 5% 5% 5%;
	}

	.footer_text_all {
	    display: block;
	}

	/* link */
	.red_table td {
	  
	    padding-left: 1dvh;
	    border: 1px solid #D60C1A;
	}

	.footer_logo_map{
	    margin-left: 0px;
	}

	.red_table th {
	    line-height: 30px;
	    padding: 20px 10px;
	    font-size: 16px;
	    background-color: #FCE5E7;
	    border: 1px solid #D60C1A;
	}

	.red_table td {
	    line-height: 30px;
	    padding: 20px 10px;
	    font-size: 16px;
	}

	.about_flex_uniform {
	    display: flex;
	    gap: 20px;
	    justify-content: center;
	}

}


/* ハンバーガーメニューのスタイル */
.hamburger-menu {
    display: none; /* デスクトップ版では非表示 */
    cursor: pointer;
    width: 30px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-menu .bar {
    width: 100%;
    height: 4px;
    background-color: #333;
}

/* モーダルの基本スタイル */
.modal {
    display: none; /* 初期状態では非表示 */
    position: fixed;
    z-index: 9000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* 半透明の背景 */
    justify-content: center;
    align-items: center;
}

/* モーダルの内容 */
.modal-content {
    position: relative;
    
    padding: 20px;
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 閉じるボタン */
.close {
    color: white;
    position: absolute;
    top: 0px;
    right: 0%;
    font-size: 50px;
    
    cursor: pointer;
}

/* メニューのリンクスタイル */


/* レスポンシブデザイン：768px以下の画面 */
@media (max-width: 1024px) {
    .header__menu a {
        display: block;
        padding: 10px 10px;
        text-align: center;
        margin-right: 0px;
        margin-bottom: 0px;
        color: #000;
        
    }
    .header__menu {
        display: none; /* 初期状態ではメニューを非表示 */
    }
    .hamburger-menu {
        display: flex; /* ハンバーガーメニューを表示 */
    }
    .modal-content {
        margin: 0 auto;
        width: 95%;
        overflow-y: scroll;
        height: 100%;
        /*max-width: 500px;*/
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .header__menu a {
        display: block;
        padding: 0px 10px;
        text-align: center;
        margin-right: 0px;
        margin-bottom: 0px;
        color: #000;
    }
}


/* 768px以上の画面サイズでは通常メニューを表示 */
@media (min-width: 768px) {
    .header__menu {
        display: flex; /* 通常のメニューは横並びで表示 */
        background-color: #fff;
        justify-content: space-between;
        padding-bottom: 3px;
    }

    .hamburger-menu {
        display: none; /* ハンバーガーメニューは非表示 */
    }
    .pc_none{
        display: none;
    }
}

@media screen and (orientation: portrait) and (max-width: 768px) {
  /* iPadの縦向き、かつ画面の横幅が768px以上の場合に適用するスタイル */
}




/* width 768対応　*/
/* index */
@media screen and (max-width: 767px) {
	.header_flex {
	    display: block;
	}
	.modal {
	    display: none;
	    position: fixed;
	    z-index: 9999;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, 0.7);
	    justify-content: center;
	    align-items: center;
	}
    .top_about_main {
        justify-content: center;
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 60px;
    }
    .top_about_main2 {
        justify-content: center;
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 60px;
    }
    
    .fixed_cont {
        flex-direction: column;
    }

    .triangle_black {
        z-index: 10;
        position: relative;
        text-align: center;
        /*clip-path: polygon(0 0, 50% 100%, 100% 0);*/
        /*clip-path: polygon(100% 0, 0% 100%, 0 0);*/
        /*height: 290px;*/
        height: 180px;
        background-color: black;
    }
   .triangle_h_p2 {
	color: white;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
    }
    .pc_none {
        display: block; 
    }
    .triangle_red {
        z-index: 10;
    position: relative;
    }

    .top_activity_cate{
        flex-wrap: wrap;
        gap: 4px;
        padding: 40px 5px;
        justify-content: space-evenly;
    }

    .top_about_cont{
        width: 90%;  
    }

    .top_about_cont img{
        width: 100%;  
    }

    .top_team_cont img{
        width: 100%;  
    }

	.header_icon_flex {
	    display: flex;
	    align-items: center;
	    gap: 40px;
	    justify-content: center;
	    padding-bottom: 50px;
		}
	.triangle_red2 {
	    text-align: center;
	    height: 190px;
	    background-color: #fff;
	    display: block;
	    position: relative;
	}
	.fixed_cont {
	    position: fixed;
	    bottom: 10px;
	    display: flex;
	    gap: 20px;
	    right: 40px;
	    z-index: 100;
	}
	.goto {
	    position: fixed;
	    bottom: 14%;
	    gap: 20px;
	    width: 75px;
	    height: 75px;
	    background: #f9c417;
	    right: 9%;
	    z-index: 10000;
	    border-radius: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    cursor: pointer;
	    scale: 1;
	    transition: all 0.2s ease-out;
	    will-change: transform, filter;
	    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
	}
    .top_about_cont_text {
        position: absolute;
        bottom: 0;
        right: 25px;
        height: 80px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        max-width: 90%;
        font-size: 18px;
        width: 100%;
        color: white;
        background: black;
        font-weight: bold;
    }

	.top_about_cont_text2 {
	    position: absolute;
	    bottom: -8px;
	    left: 0px;
	    height: 75px;
	    display: flex;
	    align-items: center;
	    padding: 0 20px;
	    max-width: 100%;
	    font-size: 18px;
	    width: 100%;
	    color: white;
	    background: black;
	    font-weight: bold;
	    border-radius: 5px;
	    justify-content: space-between;
	}
	.top_about_cont_text3 {
	    position: absolute;
	    bottom: -8px;
	    right: 0px;
	    height: 75px;
	    display: flex;
	    align-items: center;
	    padding: 0 20px;
	    max-width: 100%;
	    font-size: 18px;
	    width: 100%;
	    color: white;
	    background: black;
	    font-weight: bold;
	    border-radius: 5px;
	    justify-content: space-between;
	}

	.top_link_absol1 {
	    position: absolute;
	    display: inline-block;
	    top: 90%;
	    transform: translate(0, -50%);
	    /* top: 0; */
	    bottom: 0;
	    left: 0;
	}
	.top_link_absol2 {
	    position: absolute;
	    display: inline-block;
	    transform: translate(0, -50%);
	    /* top: 0; */
	    bottom: 175px;
	    right: 0;
	}	
    .w_1260 {
        max-width: 90%;
        width: 98%;
        margin: 0 auto;
    }
	.back_gray_k {
	    padding-bottom: 50px;
	    background-color: #d5d5d5;
	    position: relative;
	}
    .pankuz {
        max-width: 95%;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .top_about_cont_text span img{
        width: auto;
    }

    .top_about_cont{
        padding-right: 0px;
    }

    .sp_none{
        display: none;
    }

    .back_frame img{
        display: none;
    }
    .top_h3 {
        margin-top: 35px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
    }
    .top_h3,.back_frame{
        width: 90%;
        margin: 30px auto;   
    }

    .top_link_absol2,.top_link_absol1{
        width: 50%;
        z-index: 0;

    }

    .top_p{
        width: 90%;
    }

    .top_activity_corumn_cont {
        width: 100% !important; 
        min-width: 0px !important;
    }

    .top_activity_corumn {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }
    .partner_main_h3 {
        font-size: 24px;
        line-height: 48px;
        padding: 0 20px;
        font-weight: bold;
        color: white;
        background-color: #D60C1A;
        /* margin-bottom: 40px; */
        width: 95%;
        display: block;
        margin: 0 auto;
        min-height: 53px;
        vertical-align: middle;
    }
    .partner_main_h3a {
        font-size: 24px;
        line-height: 32px;
        padding: 0 20px;
        font-weight: bold;
        color: white;
        background-color: #D60C1A;
        /* margin-bottom: 40px; */
        width: 95%;
        display: block;
        margin: 0 auto;
        min-height: 53px;
        vertical-align: middle;
    }
    .partner_flex_cont {
	    font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 30px;
	    padding: 5%;
	}
    .partner_flex_cont2 {
	    font-size: 17px;
	    line-height: 30px;
	    margin-bottom: 0px;
	    padding: 5% 5%;
	    
	}
    .recruit_main {
        margin-top: 30px;
        gap: 5px;
        display: block;
        grid-template-columns: repeat(2, 1fr);
    }

	.recruit_cont_text {
	    margin-top: 20px;
	    font-size: 26px;
	    font-weight: 600;
	    /* padding-bottom: 60px; */
	    letter-spacing: 0.05em;
	    max-height: 365px;
	}
    .recruit_cont_text_last span {
        width: 26px;
        line-height: 26px;
        text-align: center;
        font-size: 16px;
        border-radius: 50%;
        background-color: #D60C1A;
        color: white;
    }

    .recruit_main {
        margin-top: 30px;
        gap: 10px;

    }

    .black_btn {
        margin: 0 auto;
        max-width: 360px;
        line-height: 80px;
        width: 95%;
        color: #AF9736;
        font-size: 3.5vw;
    }

    .black_btn img {
        position: absolute;
        width: 24px;

    }

    .faq_main {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
    }

    .faq_left_menu {
        height: fit-content;
        display: flex;
        width: 100%;
        flex-direction: column;
        position: relative;
        top:0;
        z-index: 1000;
    }

    .faq-question{
        border-radius: 10px;   
    }

    .w_900{
        width: 90%;
    }

    .form-group-flex{
        flex-wrap: wrap;
        justify-content: center;
    }

    .form-group-submit button{
        width: 100%;  
    }
    .form-group-submit {
        margin: 60px auto;
        width: fit-content;
    }

    .form-group{
		text-align: center;
    }

    .jus_start{
        justify-content: space-around;
    }

    .partner_main_cont{
        margin: 0px;  
        margin-bottom: 80px; 
    }
}

@media (max-width: 400px) {
    .recruit_main {
        margin-top: 30px;
        gap: 5px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

}

/* スライドの基本設定 */
.slide_activity {
    flex: 0 0 auto; /* 横並びにするための設定 */
    transition: transform 0.5s ease-in-out; /* スライドのアニメーション */
}
.slide_activity2 {
    flex: 0 0 auto; /* 横並びにするための設定 */
    transition: transform 0.5s ease-in-out; /* スライドのアニメーション */
}

/* 768px以下では1枚表示 */
@media (max-width: 768px) {
    .slide_activity {
        width: 100%; /* 1枚表示 */
        background-color: #fff;
        margin-bottom: 30px;
    }
    .slide_activity2 {
        width: 100%; /* 1枚表示 */
        background-color: #fff;
        margin-bottom: 30px;
    }
}

/* 768pxより大きい場合は4枚表示 */
@media (min-width: 769px) {
    .slide_activity {
        width: 100%; /* 3枚表示 */
        background-color: #fff;
        max-width: 320px;
        max-height: 430px;
    }
    .slide_activity2 {
        width: 100%; /* 3枚表示 */
        background-color: #fff;
    }
}

/* 11/13追加修正　*/

.text_center_margin{
    display: inline-block;
    position: relative;
    transform: translate(-50%, 0px);
    right: -50%;
}

/* 11/28追加修正　*/

.partner_main_cont_buner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: flex-start;
    margin-bottom: 80px;
}

.partner_buner {
    flex: 1 1 calc(25% - 50px); /* 4カラムにするために25%幅を設定し、gapを考慮して50px引く */
    box-sizing: border-box; /* パディングやマージンが幅に影響しないようにする */
    max-width: 267px;
    height: 80px;
    text-align: center;
    /*border: 1px solid #333;*/
    line-height: 80px;
}

.partner_buner:nth-child(n+9) {  /* 9番目以降の要素 */
    flex-grow: 1; /* 残りの幅を均等に分ける */
}

@media (min-width: 1024px) and (max-width: 1365px) {
	.partner_main_cont_buner {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 50px;
	    justify-content: flex-start;
	    margin-bottom: 150px;
	}
}



/* 768px以下では1枚表示 */
@media (max-width: 768px) {
    .partner_buner {
        flex: 1 1 calc(50% - 50px); /* 4カラムにするために25%幅を設定し、gapを考慮して50px引く */ 
    }
    .partner_main_cont_buner {
        justify-content: center;
        margin-bottom: 80px;
        padding: 5%;
    }
}

.about_3colmn img{
width: calc((100% - 50px) / 2);
}

.about_3colmn{
    flex-wrap:wrap;
}

.about_training_flex_cont img,.about_training_flex_cont iframe,.about_training_flex_text{
    width: calc((100% - 40px) /2 );
}

.about_training_flex_cont{
    width: 100%;
}
@media (max-width: 768px) {
    .about_3colmn img{
        width: 100%;
    }
    .team_teacher img{
        width: 100%;
        height: auto;
    }
    .about_training_flex_cont img,.about_training_flex_cont iframe,.about_training_flex_text{
        width:100%;
    }
    .about_training_flex_cont {
        width: 100%;
        flex-wrap: wrap;
    }
}