/* ==========================================
全体
========================================== */
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
	scroll-behavior: smooth;
    scroll-padding-top: 80px;
}
body{
    position: relative;
    margin: 0;
    background: #fff;
    color: #222;
    font-family: "Ubuntu", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .05em;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
}
*,
*::before,
*::after{
    box-sizing: border-box;
}
button{
font-family: "Zen Maru Gothic", sans-serif;
}
section{
    width:100%;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
p{
font-size: 1.5rem;
        line-height: 1.8;    
}
a{
    color: inherit;
    text-decoration: none;
}
ul,
ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
.br-sp{
    display: none;
}
.br-pc{
    display: block; 
}
.inner{
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}
@media (max-width:768px){
    body{
        min-width: auto;
    }
    .br-sp{
        display: block;
    }

    .br-pc{
        display: none;
    }
    .inner {
    width: min(1200px, calc(100% - 25px));
    margin: 0 auto;
}
}
/* ==========================================
Header
========================================== */
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.header__inner{
    max-width: 1800px;
    height: 80px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo img{
    display: block;
    height: 50px;
}
.header__list{
    display: flex;
    gap: 32px;
    list-style: none;
}
.header__list a{
    text-decoration: none;
    color: #333;
    font-weight: 700;
}
.header__toggle{
    display: none;
}
.header__entry{
    margin-left: 24px;
}
.header__entry{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
        background-color: #fbd533;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 999px;
    white-space: nowrap;
    margin-left: 24px;
    transition: opacity 0.2s;
}
.header__entry:hover{
    opacity: 0.8;
}
.header__entry-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1;
}
@media (max-width:768px){
	.header__inner {
    	height: 50px;
	}
  .header__logo img{
    height: 40px;
}
	.header__toggle{
    	width: 40px;
    	height: 40px;
    	display:flex;
    	flex-direction:column;
    	justify-content:center;
    	gap:6px;
    	background:none;
    	border:none;
    	cursor:pointer;
    	z-index:1001;
	}
	.header__toggle span{
    	width:28px;
    	height:2px;
    	background:#333;
    	transition:.3s;
	}
	.header__nav{
    	position:fixed;
    	top:60px;
    	left:0;
    	width:100%;
    	background:#fff;
    	max-height:0;
    	overflow:hidden;
    	transition:max-height .3s ease;
	}
	.header__nav.is-open{
    	max-height:500px;
	}
	.header__list{
    	flex-direction:column;
    	gap:0;
	}
	.header__list li{
    	border-bottom:1px solid #eee;
	}
	.header__list a{
    	display:block;
    	padding:18px 20px;
	}
	.header__entry{
        display: none;
    }
}
/*==============================
共通部分
==============================*/
.c-heading{
  text-align: center;
  margin: 0 0 60px;
}

.c-heading_badge{
  color: #006837;
    font-size: 3rem;
    font-weight: bold;
    -webkit-text-stroke: 1px currentColor;
}

.c-heading_title{
    color: #006837;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  position: relative;
  padding-bottom: 24px;
}

.c-heading_title::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 700px;
  border-bottom: 4px dashed #006837;
}
.text_area span{
        font-weight: bold;
}  
.text_area a{
            font-weight: bold;
    color: #009fe8;
}  

.c-lead-box_text{
  font-size: 2rem;
  font-weight: 900;
  color: #015038;
  margin: 0 0 4px;
      line-height: 3rem;
}
.c-lead-box_line{
  height: 4px;
    background: #006837;
    margin: 10px 0 20px;
}

@media (max-width: 768px){
  .c-heading{
    margin-bottom: 40px;
  }

  .c-heading_badge{
    font-size: 2.5rem;
  }

  .c-heading_title{
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .c-heading_title::after {
    width: 90%;

}
.c-lead-box_text{
  font-size: 1.6rem;
   line-height: 2.8rem;
}
}

/*==============================
FVとカウントダウン
==============================*/
.fv_inner {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 60px 60px;
    margin-top: 80px;
     z-index: 2;
}
.fv_sound_btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: none;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.fv_sound_label {
  white-space: nowrap;
}
.fv_movie {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.fv_sec01 {
  position: relative;
  margin-top: -100px;
  padding: 150px 0 100px;
  z-index: 1; 
}

.fv_sec01::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/bg_sec01.png) no-repeat top center;
  background-size: 100% auto;
  z-index: -1; 
}
.fv_sec01_inner {
    text-align: center;
    color: #fff;
}

.fv_sec01_title {
    font-size: 4rem;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
    display: inline-block;
  transform: skewX(-15deg);
}

.fv_sec01_lead {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 10px;
}

/* カウントダウン */
.countdown {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    margin-top: 6px;
}

.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-box span {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
}

.time-box small {
    font-size: 14px;
    font-weight: normal;
    margin-top: 4px;
    opacity: 0.9;
}

@media (max-width: 767px) {
    .fv_inner {
        border-radius: 0 0 30px 30px;
        margin-top: 50px;
    }
.fv_sec01 {
    background: url(../img/bg_sec02.png) no-repeat top center;;
    background-size: 100% auto;
    padding: 40px 0 80px;
   margin-top: -20px;
}
.fv_sound_btn {
    bottom: 4px;
    right: 10px;
    padding: 6px;
    font-size: 12px;

}
    .fv_sec01_title {
        font-size: 2rem;
    }
.fv_sec01_lead {
    margin-top: 10px;
    font-size: 2rem;
}
    .countdown {
        gap: 16px;
        margin-top: 0px;
    }

    .time-box span {
        font-size: 32px;
    }

    .time-box small {
        font-size: 12px;
    }
}

/*==============================
日程
==============================*/
.event_card {
    max-width: 900px;
    margin: 40px auto 0;
    background: #fff;
    border-radius: 16px;
    padding: 32px 40px 50px;
    position: relative;
        border: 5px solid #69dbab;
}

.event_card_inner {
    display: flex;
    align-items: flex-start;
}

.event_card_left {
    flex: 1;
}

.event_card_right {
    flex: 1;
    padding-left: 32px;
}

.event_card_divider {
    width: 1px;
    align-self: stretch;
    background: #ccc;
}
.event_row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.event_row + .event_row {
    margin-top: 16px;
}
.event_card_right .event_label {
    flex: 0 0 100px;
    width: 100px;
    padding: 6px 0;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
}

.event_label {
display: inline-block;
    background: #2b5c4d;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 4px;
}

.event_date_img {
    display: block;
    margin-top: 12px;
    width: 100%;
    padding-right: 20px;
}
.event_venue,
.event_time {
    margin: 0; 
    line-height: 1.4;
}
.event_venue {
    font-size: 24px;
    font-weight: bold;
    margin: 12px 0 20px;
    color: #222;
}

.event_time {
    font-size: 22px;
    font-weight: bold;
    color: #222;
}

.event_btn {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    background: #a68a4d;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.event_btn_arrow {
    background: #fff;
    color: #a68a4d;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

@media (max-width: 767px) {
    .event_card {
        padding: 24px 20px 50px;
        margin: 24px 16px 0;
    }

    .event_card_inner {
        flex-direction: column;
    }

    .event_card_divider {
        display: none;
    }

    .event_card_right {
        padding-left: 0;
        margin-top: 20px;
    }

    .event_venue,
    .event_time {
        font-size: 18px;
    }

    .event_btn {
        font-size: 14px;
        padding: 12px 24px;
    }
}
/*==============================
concept
==============================*/
.c-concept{
  position: relative;
  padding: 60px 0px 120px;
  overflow: hidden;
}

.c-concep_inner{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.c-concept_catch{
  text-align: center;
  max-width: 50%;
  margin: 0 auto 40px;
}

.c-concept_catch img{
  width: 100%;
}

.c-concept_text{
  max-width: 640px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
}

.c-concept_deco{
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.c-concept_deco.is-show{
  opacity: 1;
  transform: translateY(0);
}

.c-concept_deco-01{ top: -40px;   right: 0px;    width: 200px; }
.c-concept_deco-02{ top: 100px;   left: 40px;  width: 180px; }
.c-concept_deco-03{ top: 350px;  right: 80px; width: 180px; }
.c-concept_deco-04{ bottom: 250px;  left: -40px;  width: 200px; }
.c-concept_deco-05{ bottom: 0px;  right: 100px;  width: 150px; }
.c-concept_deco-06{ bottom: 0px;  left: 100px;  width: 150px;}
.c-concept_deco-07{ top: 0px; left: -100px;  width: 300px;  z-index: -1;}
.c-concept_deco-08{ bottom: 0px; left: -100px;   width: 250px;   z-index: -2; }
.c-concept_deco-09{ top: 0px; right: -200px;   width: 300px;  z-index: -2; }
.c-concept_deco-10{ bottom: 0px; right: -100px; width: 250px;  z-index: -2; }

@media (max-width: 768px){
  .c-concept{
    padding: 60px 20px 90px;
    overflow: hidden;
  }

  .c-concept_catch{
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .c-concept_text{
    max-width: 640px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    line-height: 2;
  }

  .c-concept_deco-01{ top: -60px;   right: -37px;    width: 100px; }
  .c-concept_deco-02{ top: -60px; left: -25px; width: 80px;}
  .c-concept_deco-03{top: 350px; right: -50px; width: 100px;}
  .c-concept_deco-04{ bottom: 72px; left: -20px;width: 80px;}
  .c-concept_deco-05{ bottom: 75px; right: -19px;  width: 80px;}
  .c-concept_deco-06{ top: 400px; left: -20px;  width: 80px; }
.c-concept_deco-07{ top: 0px; left: -100px;  width: 200px;  z-index: -1;}
.c-concept_deco-08{ bottom: 0px; left: -57px;   width: 100px;   z-index: -2; }
.c-concept_deco-09{ top: -60px; right: -132px;  width: 150px; z-index: -2; }
.c-concept_deco-10{ bottom: -49px; right: -118px; width: 200px;  z-index: -2; }
}
/*==========================================
見どころ
==========================================*/
.c-highlight{
 position: relative;
  padding: 60px 0 150px;
  background: #99e3d9;
}
/* 波形SVG */
.c-highlight_wave{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0; 
  transform: translateY(-99%); 
}
.c-highlight_wave svg{
  display: block;
  width: 100%;
  height: 100px; /* 波の高さ。お好みで調整 */
}

.c-highlight_wave svg path{
  fill: #99e3d9; 
}

.c-highlight_inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-highlight_list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* 各行(テキスト+写真の2カラム) */
.c-highlight_row{
  display: flex;
  align-items: center;
  gap: 60px;
}

.c-highlight_text,
.c-highlight_visual{
  flex: 1;
  min-width: 0;
}

.c-highlight_visual img{
  width: 100%;
  display: block;
}

/* POINTアイコン+タイトル */
.c-highlight_point{
  display: flex;
  align-items: center;
  gap: 20px;
}

.c-highlight_point img{
  width: 80px;
}

@media (max-width: 768px){
  .c-highlight{
   padding: 30px 0 80px;
  }
.c-highlight_wave svg{
    height: 40px;
  }

  .c-highlight_list{
    gap: 60px;
  }

  .c-highlight_row{
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .c-highlight_text{
    order: 1;
  }

  .c-highlight_visual{
    order: 2;
  }

  .c-highlight_point img{
    width: 60px;
  }
.c-highlight_point {
    gap: 10px;
}
  .c-highlight_point-sub{
    font-size: 1.4rem;
  }

}

/*==============================
イベント情報
==============================*/
.c-event{
  position: relative;
  padding: 40px 0;
  background: #ffff91;
}

/* 波形SVG */
.c-event_wave{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0; 
  transform: translateY(-99%); 
}
.c-event_wave svg{
  display: block;
  width: 100%;
  height: 100px; /* 波の高さ。お好みで調整 */
}

.c-event_wave svg path{
  fill: #ffff91; 
}
/* 下の波 */
.c-event_wave02{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
  transform: translateY(99%) scaleY(-1); /* セクションの外(下)へ移動 + 反転 */
}
.c-event_wave02 svg{
  display: block;
  width: 100%;
  height: 80px;
}
.c-event_wave02 svg path{
  fill: #ffff91;
}
.c-event_inner{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 0px;
}

.c-event_catch{
  max-width: 800px;
  margin: 0 auto 50px;
}

.c-event_catch-line{
  display:block;;
  background: #1a4d3a;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  padding: 10px 24px;
  margin-bottom: 12px;
  line-height: 1.4;
  width: fit-content;
}

.c-event_list{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 800px;
}

.c-event_banner{
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
}

.c-event_banner img{
  width: 100%;
  height: auto;
  display: block;
}

/* モーダル */
.c-eventModal{
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
      padding: 100px 0 0px;
}

.c-eventModal.is-active{
  display: flex;
}

.c-eventModal_overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.c-eventModal_box{
  position: relative;
  z-index: 99;
  background: #fff;
  max-width: 900px;
  width: 90%;
  max-height: 80vh;
  border-radius: 8px;
  overflow: visible; 
  display: flex;
  flex-direction: column;
}
.c-eventModal_content{
  overflow-y: auto;
  padding: 40px 30px 30px;
  border-radius: 8px;
}

.c-eventModal_close{
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  background: #1a4d3a;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

/* モーダル中身 */
.c-eventModal_mainImg{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.c-eventModal_title{
  font-size: 1.8rem;
  font-weight: 900;
  padding-bottom: 10px;
  margin: 0 0 16px;
  border-bottom: 3px solid #2f9c8f;
}

.c-eventModal_text{
  line-height: 1.9;
  margin: 0;
    padding: 12px 16px;
}

.c-eventModal_btn{
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.c-projectList{
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-projectCard{
  position: relative;
  display: flex;
  border: 2px solid #2f9c8f;
  margin-bottom: 24px;
}

.c-projectCard_photo{
  width: 30%;
  flex-shrink: 0;
}

.c-projectCard_photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-projectCard_badge{
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: auto;
  z-index: 1;
}

.c-projectCard_body{
  flex: 1;
  display: flex;
  flex-direction: column;
}

.c-projectCard_heading{
  background: #2f9c8f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px;
}
.c-eventModal_btn{
     position: relative;
  display: inline-flex; 
  margin: 0 auto;
  bottom: auto; 
}

/* 装飾画像 */
.c-event_deco{
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.c-event_deco.is-show{
  opacity: 1;
  transform: translateY(0);
}
.c-event_deco-01{ top: 20px;    left: 40px;   width: 60px; }
.c-event_deco-02{ top: 0px;  left: 100px; width: 150px; }
.c-event_deco-03{ top: 0px; right: 60px;  width: 180px;}
.c-event_deco-04{ top: 200px; right: 0px;   width: 150px;}
.c-event_deco-05{ bottom: 0px; left: -100px; width: 180px;}


/* ============ 下部スライダー(無限ループ) ============ */

.c-event_slider{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.c-event_slider-track{
  display: flex;
  width: max-content;
  animation: c-event_slide 30s linear infinite;
}

.c-event_slider-track img{
      height: 350px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

@keyframes c-event_slide{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(-50%);
  }
}

@media (max-width: 768px){
  .c-event{
    padding: 30px 0 0;
  }
.c-event_wave svg{
    height: 40px;
  }
.c-event_wave02 svg {
    height: 40px;
}
  .c-event_inner{
    padding: 0 20px 40px;
  }

  .c-event_catch{
    margin-bottom: 30px;
  }

  .c-event_catch-line{
    font-size: 1.5rem;
    padding: 8px 16px;
  }

  .c-event_list{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .c-event_deco-01{ top: 0px;    left: 10px;  width: 40px; }
  .c-event_deco-02{ top: 0px;  left: 31px;   width: 80px;    z-index: -1;}
  .c-event_deco-03{ top: 160px;   right: 0px;    width: 80px;}
  .c-event_deco-04, .c-event_deco-05{ display:none;}

  .c-event_slider-track img{
    height: 160px;
  }
  /*モーダル*/
  .c-eventModal {
    padding: 80px 0;
}

.c-eventModal_box {
    max-height: 70vh;
}
.c-projectCard_photo img{
  height: auto;   /* PC用のheight:100%を打ち消す */
}
  .c-eventModal_content {
    padding: 20px;
}
.c-projectCard {
    display: block;
}
.c-projectCard_photo {
    width: 100%;
}
.c-eventModal_text{
  font-size: 1.3rem;
}

}

  
/*==========================================
アカデメイアとは？
==========================================*/
.c-about{
  position: relative;
  padding: 60px 0;
  background: #fafafa;
}
/* 波形SVG */
.c-about_wave{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0; 
  transform: translateY(-99%); 
}
.c-about_wave svg{
  display: block;
  width: 100%;
  height: 100px; /* 波の高さ。お好みで調整 */
}

.c-about_wave svg path{
  fill: #fafafa; 
}
.c-about_inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-about_row{
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 20px;
}

.c-about_row:last-child{
  margin-bottom: 0;
}

.c-about_visual,
.c-about_text{
  flex: 1;
  min-width: 0;
}

.c-about_visual img{
  width: 100%;
  display: block;
}

@media (max-width: 768px){
  .c-about{
    padding: 30px 0;
  }
.c-about_wave svg {
    height: 40px;
}
  .c-about_row{
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 60px;
  }

  .c-about_text{
    order: 1;
  }

  .c-about_visual{
    order: 2;
  }

}

/*==========================================
学校
==========================================*/
.c-campus{
  position: relative;
  padding: 80px 0;
  background: #fbf2d6;
}

.c-campus_inner{
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-campus_list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* カード共通 */
.c-campus_card{
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 20px;
  padding: 20px;
}

.c-campus_card-img{
      width: 40%;
}

.c-campus_card-img img{
  width: 100%;
  border-radius: 10px;
  display: block;
}

.c-campus_card-body{
  flex: 1;
  min-width: 0;
}

.c-campus_card-name{
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 12px;
  line-height: 1.4;
}

.c-campus_card-text{
  margin: 0 0 16px;
}

.c-campus_card-btns{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.c-campus_btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
}

.c-campus_btn-arrow{
  background: #fff;
  color: inherit;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

/* カラーバリエーション(枠線・ラベル・ボタン色) */
.c-campus_card--orange{
  border-color: #ef4e2b;
}
.c-campus_card--orange .c-campus_card-name{
  color: #ef4e2b;
}
.c-campus_card--orange .c-campus_btn{
  background: #ff7c63;
}
.c-campus_card--orange .c-campus_btn--fill{
  background: #ef4e2b;
}
.c-campus_card--orange .c-campus_btn-arrow{
  color: #ef4e2b;
}

.c-campus_card--blue{
  border-color: #578eb9;
}
.c-campus_card--blue .c-campus_card-name{
  color: #578eb9;
}
.c-campus_card--blue .c-campus_btn{
  background: #00a9cc;
}
.c-campus_card--blue .c-campus_btn--fill{
  background: #578eb9;
}
.c-campus_card--blue .c-campus_btn-arrow{
  color: #578eb9;
}

.c-campus_card--green{
  border-color: #6cbc64;
}
.c-campus_card--green .c-campus_card-name{
  color: #14b27d;
}
.c-campus_card--green .c-campus_btn{
  background: #00bbaa;
}
.c-campus_card--green .c-campus_btn--fill{
  background: #14b27d;
}
.c-campus_card--green .c-campus_btn-arrow{
  color: #14b27d;
}

.c-campus_card--yellow{
  border-color: #f3982d;
}
.c-campus_card--yellow .c-campus_card-name{
  color: #ff6a1f;
}
.c-campus_card--yellow .c-campus_btn{
  background: #ffa64d;
}
.c-campus_card--yellow .c-campus_btn--fill{
  background: #ff6a1f;
}
.c-campus_card--yellow .c-campus_btn-arrow{
  color: #ff6a1f;
}
@media (max-width: 768px){
  .c-campus{
    padding: 30px 0;
  }

  .c-campus_list{
    gap: 24px;
  }

  .c-campus_card{
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    gap: 16px;
  }
.c-campus_card-img {
    width: 100%;
}
  .c-campus_card-name{
    font-size: 1.7rem;
  }

  .c-campus_card-text{
    font-size: 1.3rem;
  }

  .c-campus_card-btns{
    flex-direction: row;
    flex-wrap: wrap;
  }

  .c-campus_btn{
    padding: 6px 12px;
  }
}
/*==============================
footer前CTA
==============================*/
.c-cta{
  position: relative;
  padding: 60px 0;
  background: #ffff91;
  text-align: center;
}

.c-cta_inner{
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-cta_visual img{
  width: 100%;
  display: block;
}

.c-cta_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #ff6a1f;
  color: #fff;
      font-size: 2rem;
  font-weight: 900;
  padding: 18px 100px;
  border-radius: 999px;
  text-decoration: none;
  border: 3px solid #fff;
}

.c-cta_btn-arrow{
  background: #fff;
  color: #ff6a1f;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 768px){
  .c-cta{
    padding: 40px 0;
  }

  .c-cta_btn{
    padding: 14px 32px;
    width: 100%;
    max-width: 340px;
  }

  .c-cta_btn-arrow{
    width: 28px;
    height: 28px;
  }
}

/*==========================================
footer
==========================================*/
.footer__inner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    gap: 40px;
     margin: 50px auto;
     max-width: 1800px;
}

.footer__logo{
    width: auto;
        max-width: 500px;
    margin-bottom: 0; 
    padding-right: 40px;
    border-right: 2px solid #000;
}

.footer__logo img{
    display: block;
    width: 100%;
    height: auto;
}

.footer__school{
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 0px 10px;
}

.footer__school a{
    display: block;
}

.footer__school img{
    display: block;
        height: 50px;
    width: auto;
}

@media (max-width:768px){
      .footer{
                padding: 0 20px 90px;
    }
    .footer__inner{
        flex-direction: column;
        margin: 0px auto;
        gap: 10px;
    }
    .footer__content{
        padding: 30px 0;
    }
    .footer__logo{
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0;
        border-right: none;
    }
    .footer__school{
        width: 100%;
        max-width: 320px;
        display: block;
    }
    .footer__school img{
        height: auto;
    }
}
/*==========================================
SP固定フッターボタン
==========================================*/
.fixed-entry{
    display: none;
}
@media (max-width:768px){
    .fixed-entry{
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 16px 0;
        background-color: #fbd533;
        z-index: 999;
    }
    .fixed-entry__btn{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        background-color: #000;
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        text-decoration: none;
        padding: 10px 25px;
        border-radius: 999px;
        transition: opacity 0.2s;
    }
    .fixed-entry__btn:hover{
        opacity: 0.8;
    }
    .fixed-entry__btn-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #fff;
        color: #000;
        border-radius: 50%;
        font-size: 2rem;
        line-height: 1;
    }
}