@charset "UTF-8";
/* ==========================================
全体
========================================== */
html{
    scroll-behavior: smooth;
	scroll-behavior: smooth;
    scroll-padding-top: 80px;
}
.p-visual {
    padding: 80px 0;
    margin-top: 80px;
}
.sp-br {
  display: none;
}
@media (max-width:768px){
    .sp-br {
        display: inline;
    }
    .c-title--sec {
        font-size: 1.25rem;
        position: relative;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .p-visual {
        padding: 50px 0 0 0;
        margin-top: 50px;
    }
    .l-inner {
    width: 100%;
    padding: 30px 4% 0;
    }
}
/* ==========================================
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{
    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: #2e6b3e;
    color: #fff;
    font-size: 15px;
    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: #2e6b3e;
    border-radius: 50%;
    font-size: 14px;
    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:50px;
        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;
    }
}
/* ==========================================
日付部分
========================================== */
.mv-band {
    position: relative;
    padding: 46px 15% 40px;
    background: linear-gradient(115deg, #123c2c 0%, #1c5a3f 40%, #3e815c 70%, #6ea77e 100%);
    border-radius: 50% 50% 0 0 / 60px 60px 0 0;
}
.mv-divider {
    position: relative;
}
.mv-divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background: rgba(255, 255, 255, .4);
}
.mv-cta-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: -26px;
}
.mv-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 30px;
    background: #a68a4f;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .15);
    transition: opacity .2s;
}
.mv-cta:hover {
    opacity: .85;
}
.mv-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
     width: 28px;
     height: 28px;
     background: #fff;
     color: #a68a4f;
     border-radius: 50%;
     font-size: 15px;
     line-height: 1;
}
@media only screen and (max-width: 768px) {
    .mv-band {
        padding: 40px 10% 40px;
        margin-top: 20px;
    }
}
/* ==========================================
サミットとは
========================================== */
.p-about {
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-align: center;
    margin: 60px 0;
}
/* ---- 背景の飾り画像（6個） ---- */
.p-about__bg {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}
.p-about__bg--1 { top: 0;      left: 30px;   width: 220px; }
.p-about__bg--2 { top: 10px;   right: 2px; width: 260px; }
.p-about__bg--3 { top: 270px;  left: 0;      width: 190px; }
.p-about__bg--4 { top: 360px;  right: 2px;  width: 220px; }
.p-about__bg--5 { bottom: 40px; left:0px; width: 260px; }
.p-about__bg--6 { bottom: 60px; right: 20px; width: 190px; }

.p-about__lead {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}
.p-about__lead strong {
    color: #4f8a3f;
    font-size: 26px;
}
.p-about__title {
    margin: 0 0 16px;
    font-size: 26px;
    font-weight: 700;
    color: #1a4d2e;
}
.p-about__dashed {
    width: 260px;
    margin: 0 auto 28px;
    border: none;
    border-top: 3px dashed #4f8a3f;
}
.p-about__text {
    margin: 0 0 30px;
     font-size: 16px;
     line-height: 2;
    text-align: center;
}

/* ---- 5つの機能 ---- */
.p-about__functions {
    margin-top: 10px;
}
.p-about__functionsLabel {
    display: inline-block;
     margin: 0 0 14px;
     padding: 8px 24px;
     font-size: 16px;
     font-weight: 700;
    color: #1a4d2e;
     background: #fff;
     border: 2px solid #4f8a3f;
    border-radius: 999px;
}
.p-about__functionsLabel strong {
    font-size: 19px;
}
.p-about__functionsImg {
     margin: 0;
     max-width: 560px;
     margin-inline: auto;
}
.p-about__functionsImg img {
    display: block;
     width: 100%;
     height: auto;
}
/* ---- 5つの力 ---- */
.p-about__powers {
     margin-top: 34px;
}
.p-about__powersLabel {
     display: inline-block;
     margin: 0 0 20px;
     padding: 8px 24px;
     font-size: 16px;
     font-weight: 700;
     color: #fff;
     background: #1a4d2e;
    border: 2px solid #1a4d2e;
    border-radius: 999px;
}
.p-about__powersLabel strong {
     font-size: 19px;
}
.p-about__powersList {
    display: flex;
     flex-wrap: wrap;
     justify-content: center;
    gap: 10px 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.p-about__powersList li {
    padding: 8px 18px;
     font-size: 14px;
     font-weight: 500;
    color: #1a4d2e;
    background: #dcecd2;
        border-radius: 20px;
}
.p-about__powersList li span{
     font-weight: 900;
    font-size: 16px;
}
@media (max-width: 768px) {
.p-about__lead { font-size: 17px; }
.p-about__title { font-size: 21px; }
.p-about__text { font-size: 14px; }
.p-about__bg--1 { top: 0;      left: 0px;   width: 80px; }
.p-about__bg--2 { top: 10px;   right: 0px; width: 80px; }
.p-about__bg--3 { top: 270px;  left: 0px;      width: 60px; }
.p-about__bg--4 { top: 360px;  right: 0px;  width: 60px; }
.p-about__bg--5 { display: none;}
.p-about__bg--6  { display: none;}

  .p-about__powersList {
    flex-direction: column;
    align-items: stretch; 
  }
  .p-about__powersList li {
    width: 90%;
    box-sizing: border-box;
    text-align: center;
    padding: 14px 20px;
    line-height: 1.6;
    margin: 0 auto;
  }
}
/* ==========================================
マップ
========================================== */
@media only screen and (min-width: 768px) {
    .c-col--item2 > .c-col__map {
         width: 100%; 
    }
}
/* ==========================================
ブース
========================================== */
.c-title--project {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 3px dotted #005139;
    padding-bottom: 0.4em;
    margin-bottom: 20px;
}
.project-deco{
	position: absolute;
    right: 50px;
    top: 0;
    max-width: 200px;
}
.c-title--project .c-project-number {
    flex: 0 0 80px;
}
.c-title--project .c-project-number img {
    display: block;
    width: 100%;
    height: auto;
}
.c-title--project h3 {
    margin: 0;
    font-size: 1.8rem;
}
.c-title h4 {
    font-size: 1.4rem;
}
.c-title--area {
    position: relative;
    margin: 40px 0 20px;
    padding: .3em .7em;
    color: #005139;
}
.c-title--area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    background: #005139;
    border-radius: 4px;
}
.p-map__area {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.p-map__area::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #d8d8d8;
}
.p-map__cont {
    background: #fff5e7;
    position: relative;
    padding: 40px;
    border-radius: 20px;
}
.p-map__text--date p {
    font-size: 1.4em;
    font-weight: 700;
    color: #005139;
    padding-bottom: .6em;
    border-bottom: 2px solid #005139;
}
.c-project__img {
    width: 100%;
    margin: 0 auto;
}
.c-project__img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.column {
    display: grid;
    gap: 20px;
}
.column--item2 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.column--item3 {
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 20px 0;
    padding: 0;

}
/* ---- ラベルバー（飲食/体験/交流） ---- */
.c-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .8em 1em;
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    border-radius: 8px;
    text-align: center;
}
.c-label--orange { background: #f39800; }
.c-label--green  { background: #00a29a; }
.c-label--blue   { background: #4e55a3; }

/* ---- 住所・アクセスのアイコン丸背景 ---- */
.c-iconCircle {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    background: #005139;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
}
.u-flex {
    display: flex;
}
.u-align--center {
    align-items: center;
}
.u-mt15 {
    margin-top: 15px;
}

/* ---- ユニークブース紹介カード（アイコン＋タイトル＋説明） ---- */
.c-boothIntro {
    margin-top: 10px;
}
.c-boothIntro__item {
    position: relative;
    height: 100%;
    padding: 30px 20px 24px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 16px;
    text-align: center;
}
/* 枠線とタイトルのカラー設定を1つに集約 */
.c-boothIntro__item--orange { border-color: #f39800; }
.c-boothIntro__item--orange .c-boothIntro__title { color: #f39800; }

.c-boothIntro__item--green  { border-color: #00a29a; }
.c-boothIntro__item--green  .c-boothIntro__title { color: #00a29a; }

.c-boothIntro__item--purple   { border-color: #4e55a3; }
.c-boothIntro__item--purple   .c-boothIntro__title { color: #4e55a3; }

.c-boothIntro__item--blue   { border-color: #34599b; }
.c-boothIntro__item--blue   .c-boothIntro__title { color: #34599b; }

.c-boothIntro__item--green2   { border-color: #1f8d4a; }
.c-boothIntro__item--green2   .c-boothIntro__title { color: #1f8d4a; }
/* アイコン枠の設定 */
.c-boothIntro__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
}
.c-boothIntro__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    display: block;
}
.c-boothIntro__title {
    margin: 0 0 12px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
}
.p-map__leadText {
    margin-bottom: 20px;
}
.c-mediaBlock img {
    display: block;
    width: 100%;
    height: auto;
}
.u-mt20 {
    margin-top: 20px;
}
.p-exampleBox {
    background: #fff;
    border: 2px solid #005139;
    border-radius: 12px;
    padding: 24px 20px 20px;
    position: relative;
}
.p-exampleBox__label {
    position: absolute;
    top: -16px;
    left: 20px;
    background: #005139;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 4px 16px;
    border-radius: 6px;
}
.p-exampleBox__list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}
.p-exampleBox__list li {
    position: relative;
    padding-left: 1.2em;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #005139;
    border-bottom: 1px dotted #ccc;
    line-height: 1.4;
}
.p-exampleBox__list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.p-exampleBox__list li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    color: #005139;
}
.p-exampleBox__note {
    margin: 0;
    padding: 10px;
    background: #fff5e7;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #005139;
    text-align: center;
}
@media (max-width: 768px) {
	.project-deco{
      right: -13px;
        top: 26px;
        max-width: 95px;
}
    .p-map__cont {
        padding: 20px;
    }
    .c-title--project h3 {
        margin: 0;
        font-size: 1.4rem;
	}
	.c-title--project {
    gap: 10px;
}
    .c-title--project .c-project-number {
        flex: 0 0 60px;
    }
    .c-title h4 {
        font-size: 1.2rem;
    }
    .p-map__text--date p {
        font-size: 1.2em;
    }
    .c-project__img {
        width: 100%;
    }
    .c-col--item2,
    .c-col--item3 {
        grid-template-columns: 1fr;
    }
    .column--item3 {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .column--item2 {
        grid-template-columns: 1fr;
        align-items: center;
        }
    .p-exampleBox {
        margin-top: 20px;
    }
}
/*==========================================
マップ
==========================================*/
.p-map-img{
    width: 100%;  
}
.p-map-img img{
    width: 100%;  
}
/*==========================================
申し込み
==========================================*/
.l-secCont {
    padding-top: 100px;
}
.l-secCont-oc {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
}
@media only screen and (max-width: 767px) {
    .l-secCont {
        padding-top: 40px;
    }
    .l-secCont-oc {
        padding-top: 10px;
        padding-bottom: 60px;
        margin-top: 40px;
    }
    }
.l-secCont--gray {
     background-color: #f8f8f8;
}
.l-secCont--3D {
      background: linear-gradient(135deg, rgba(255, 245, 119, 0.5333333333) 25%, transparent 25%) -20px 0/40px 40px, linear-gradient(225deg, #fff577 25%, transparent 25%) -20px 0/40px 40px, linear-gradient(315deg, rgba(255, 245, 119, 0.5333333333) 25%, transparent 25%) 0px 0/40px 40px, linear-gradient(45deg, #fff577 25%, #fffacd 25%) 0px 0/40px 40px;
}
.p-tourSec .l-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.p-ribbon {
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 10px 34px;
    border: 2px solid #005139;
    border-radius: 999px;
    color: #005139;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}
.p-ribbon--cream {
    background: #f3dfa8;
}
.p-ribbon--white {
    background: #fff;
    font-size: 1.05rem;
}
.p-ribbon__slash {
    font-weight: 400;
    opacity: .8;
    padding: 0 2px;
}

/*----- 体験ツアー：白カード -----*/
.p-form__cont {
    padding: 50px;
    background: #fff;
}
.p-form__heading2 {
    margin: 0 0 10px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #222;
    text-align: center;
}
.p-form__dashed {
    border: none;
    border-top: 2px dashed #005139;
    margin: 0 0 24px;
}
.p-form__lead {
    margin: 0 0 26px;
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
}

.p-form__infoRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.p-form__infoList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-form__infoItem {
  display: flex;
  align-items: center;
  gap: 14px;
}
.p-form__infoLabel {
flex: 0 0 100px;   /* ← ここを固定幅にする(auto をやめる) */
  width: 100px;      /* flex-basis と併用で安定 */
  padding: 6px 14px;
  background: #f3dfa8;
  color: #005139;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
}
.p-form__infoValue {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
}
.p-form__infoValue small {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 2px;
}
.p-form__ticket {
  flex: 0 0 auto;
  width: 200px;
}
.p-form__ticket img {
  display: block;
  width: 100%;
  height: auto;
}

.p-form__scheduleImg {
  margin-bottom: 40px;
}
.p-form__scheduleImg img {
  display: block;
  width: 100%;
  height: auto;
}

.p-form__contact {
  padding: 30px;
  border: 5px solid #9e924b;
}
.p-form__contact .c-col--item2 {
  gap: 0;
}
.p-form__contact .c-col__item {
  padding: 25px;
}
.p-form__contact .c-col__item:nth-child(3), .p-form__contact .c-col__item:nth-child(4) {
  border-top: 1px dashed #9e924b;
}
.p-form__contact .c-col__item:nth-child(2), .p-form__contact .c-col__item:nth-child(4) {
  border-left: 1px dashed #9e924b;
}
.p-form__address {
  font-size: 0.8em;
  line-height: 1;
  font-weight: bold;
  margin: 5px 0 20px 0;
}

/*----- コンテスト：緑カード -----*/
.p-contest__card {
  background: #163e2e;
  color: #fff;
  padding: 40px 34px;
  border-radius: 24px;
}
.p-contest__title {
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.p-contest__dashed {
  margin: 0 auto 24px;
  border: none;
  border-top: 2px dashed rgba(255, 255, 255, .6);
}

.p-contest__tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 16px;
  background: #f3dfa8;
  color: #163e2e;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 4px;
}
.p-contest__lead {
  margin: 0 0 20px;
  font-size: 1.1rem;
  font-weight: 700;
}
.p-contest__lead .u-marker {
  background: linear-gradient(transparent 60%, #ffe98a 60%);
}

.p-contest__note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  padding: 18px 22px;
  border: 2px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
}
.p-contest__noteIcon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffd76b;
  margin-top: 2px;
}
.p-contest__note p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-contest__note .u-underline {
  text-decoration: underline;
  text-decoration-color: #ffd76b;
}

.p-contest__small {
  margin: 0 0 26px;
  font-size: 0.8rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .85);
}

.p-contest__prizeRow {
 display: flex;
  align-items: center;
  justify-content: center;
}
.p-contest__prizeRow picture {
  display: block;
  width: 100%;
  max-width: 400px; /* PC表示時の画像の最大幅（適宜調整してください） */
  margin: 0 auto;
}
.p-contest__prizeBadge {
  display: block;
  width: 100%;
  height: auto;
}
.p-contest__photos {
  width: 220px;
  height: auto;
}

.p-contest__btnWrap {
display: flex;
  justify-content: center;
  margin-top: 30px; /* ← 2カラム枠とボタンの間の余白として追加 */
}
.p-contest__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 36px;
  background: #b8963f;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: opacity .2s;
}
.p-contest__btn:hover {
  opacity: .85;
}
.p-contest__btnIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #fff;
  color: #b8963f;
  border-radius: 50%;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .p-tourSec .l-inner {
    gap: 40px;
  }
  .p-form__ticket {
  width: 100%;
}
  .p-form__cont {
    padding: 20px 15px;
  }
  .p-ribbon {
    font-size: 1rem;
    padding: 8px 22px;
  }
  .p-form__heading2 {
   font-size: 1.4rem;
        line-height: 2rem;
  }
  .p-form__infoRow {
    flex-direction: column;
  }
  .p-form__infoValue {
    font-size: 1.3rem;
  }
  .p-form__contact {
    padding: 15px;
    border: none;
  }
  .p-form__contact .c-col__item {
    padding: 0;
  }
  .p-form__contact .c-col__item:nth-child(2) {
    border-top: 1px dashed #9e924b;
  }
  .p-form__contact .c-col__item:nth-child(2), .p-form__contact .c-col__item:nth-child(4) {
    border-left: none;
  }

  .p-contest__card {
    padding: 30px 20px;
  }
  .p-contest__title {
    font-size: 1.4rem;
        line-height: 2rem;
  }
  .p-contest__prizeRow {
    flex-direction: column;
  }
}
/*==========================================
FAQ
==========================================*/
.l-secCont-faq {
    padding-top: 100px;
    padding-bottom: 100px;
}
.faq__list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq__item{
    border-radius: 12px;
    overflow: hidden;
    background: #f4f5f8; /* 画像の薄いグレー背景 */
}
.faq__question{
    width: 100%;
    padding: 22px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
}
.faq__q,
.faq__a{
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1;
}
.faq__q{
    background: #22843d; /* 画像のQの紺色 */
}
.faq__a{
    background: #eb6100; /* 画像のAのティール色 */
}
.faq__text{
    flex: 1;
    font-size: 1.15em;
    font-weight: 700;
    color: #333;
}
.faq__icon{
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.faq__icon::before,
.faq__icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #666;
    transform: translate(-50%, -50%);
}
.faq__icon::before{
    width: 20px;
    height: 3px;
}
.faq__icon::after{
    width: 3px;
    height: 20px;
    transition: .3s;
}
.faq__item.is-open .faq__icon::after{
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}
.faq__answer{
    max-height: 0;
    overflow: hidden;
    background: transparent;
    transition: max-height .3s ease;
}
.faq__answer p{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 0 30px 26px;
    margin: 0;
    line-height: 1.9;
    color: #444;
}
.faq__answer-text{
    flex: 1;
}
@media (max-width: 768px){
    .l-secCont-faq {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .bottom{
        padding: 50px 0 0;
    }
    .faq{
        padding: 30px 0px;
    }
    .faq .box__title{
        font-size: 2.4rem;
    }
    .faq__question{
        padding: 18px 20px;
        gap: 15px;
    }
    .faq__q,
    .faq__a{
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
    }
    .faq__answer p{
        gap: 15px;
        padding: 0 20px 20px;
    }
}

/*==========================================
SNS
==========================================*/
.l-secCont-sns {
    padding-top: 0px;
}
.p-sns__lead {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.p-sns__searchImg {
  max-width: 560px;
  margin: 0 auto 40px;
}
.p-sns__searchImg img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- スライダー ---- */
.p-sns__slider {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}

.swiper--sns {
  overflow: hidden;
}
.p-sns__slide {
  height: auto;
}
.p-sns__slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ---- 矢印ボタン ---- */
.p-sns__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #fff;
  color: #005139;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  border: 1px solid #000000;
}
.p-sns__arrow--prev {
  left: 0;
}
.p-sns__arrow--next {
  right: 0;
}
.p-sns__arrow:hover {
  opacity: .8;
}
.p-sns__arrow.swiper-button-disabled {
  opacity: .3;
  cursor: default;
}

@media only screen and (max-width: 767px) {
    .l-secCont-sns {
    padding-top: 20px;
}
  .p-sns__lead {
    font-size: 1rem;
  }
  .p-sns__slider {
    padding: 0 44px;
  }
  .p-sns__arrow {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }
}

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

.c-campus_inner{
  max-width: 1200px;
  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: 1.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;
  gap: 15px;
  align-items: flex-start;
}

.c-campus_btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  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.1rem;
}

/* カラーバリエーション(枠線・ラベル・ボタン色) */
.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: 40px 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.05rem;
  }

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

  .c-campus_btn{
    padding: 6px 12px;
    font-size: 1.2rem;
  }
}

/*==========================================
アカデメイアとは？
==========================================*/
.c-about{
  position: relative;
  padding: 60px 0;
  background: #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;
}
.c-lead-box_text{
  font-size: 1.3rem;
  font-weight: 900;
  color: #015038;
  margin: 0 0 4px;
      line-height: 2.5rem;
}
.c-lead-box_line{
  height: 4px;
    background: #006837;
    margin: 10px 0 20px;
}
@media (max-width: 768px){
  .c-about{
    padding: 40px 0;
  }
  .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-lead-box_text{
  font-size: 1.1rem;
      line-height: 2rem;
}
}

/*==========================================
SP固定フッターボタン
==========================================*/
.fixed-entry{
    display: none; /* PCでは非表示 */
}
@media (max-width:768px){
    .fixed-entry{
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 16px 0;
        background-color: #eaad3f; /* .entry-section と同じ黄色 */
        z-index: 999;
    }
    .fixed-entry__btn{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        background-color: #2e6b3e;
        color: #fff;
        font-size: 20px;
        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: #2e6b3e;
        border-radius: 50%;
        font-size: 20px;
        line-height: 1;
    }
    .footer{
        padding-bottom: 90px;
    }
}