@charset "UTF-8";

/**************************************************
MV
**************************************************/

section.mv + section{ margin-top:110px; }

section.mv{
  margin-top:0 !important;
  padding-top:80px !important; /* 必要なら */
}

section.concept02{
  margin-top:0 !important;
  padding-top:0px !important; /* 必要なら */
}

section.movie{
  margin-top:0 !important;
  padding-top:2em !important; /* 必要なら */
background-color:#444;
padding:2em;
}

.mv{
  width:100%;
  background-image:url(/wp/img/top/mv_bg.jpg);
  background-position:top center;
  background-repeat:repeat-x;
  padding:0px 0 0 0!important;
}
@media (max-width:767px){
  .mv{
    background-image:url(/wp/img/top/mv-bg-w.jpg);
  }
}

.mv__inner{
  position:relative;
  width:min(100% - 32px, 1000px);
  margin-inline:auto;
}

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

.mv__award{
  position:absolute; z-index:2; 
  right:0%;
  bottom:0;
  width:clamp(155px, 22vw, 500px);
  height:auto;
}

.mv__bottom{
  position:absolute;
  bottom:0;
  height:clamp(60px, 8vw, 120px);
  background-image:url(/wp/img/top/mv_bottom.svg);
  background-repeat:repeat-x;
  background-position:left bottom;
  background-size:auto 100%;
  pointer-events:none;
  z-index:1;
  width:100vw;
  left:50%;
  right:auto;
  transform:translateX(-50%);
}

@media (max-width:767px){
  .mv__bottom{
    height:200px;
    background-image:url(/wp/img/top/mv_bottom-sp.svg);
    background-repeat:no-repeat;
    background-position:center bottom;
    background-size:contain;
  }
}

/* キャッチ（必要ならそのまま使用） */
.mv__catch-text,
.mv__catch-text02{
  text-align:center;
  color:var(--color-main);
  font-size:clamp(16px, 2.8vw, 42px);
  font-weight:900;
  line-height:1.2;
  margin:0;
  padding:1em 0;
  font-family:'Noto Sans JP', sans-serif;
}

/* YouTube等の埋め込みはこれで崩れ防止（任意） */
.movie__frame{aspect-ratio:16/9}
.movie__frame iframe{width:100%; height:100%; border:0}

/* =========================
   追従ボタン（ほぼ現状踏襲）
========================= */
.fix-button{
  position:fixed;
  bottom:-3px;
  left:0;
  z-index:100;
  width:100%;
  opacity:1;
  transition:opacity 0.1s linear;
}
.fix-button img{
  width:100%;
  height:auto;
  object-fit:contain;
}

@keyframes fix-button_anime{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

@media (min-width:768px){
  .fix-button{
    bottom:unset;
    top:44%;
    left:20px;
    transform:translateY(-50%);
    width:clamp(100px, 14vw, 250px);
    height:clamp(100px, 14vw, 250px);
    animation:fix-button_anime 2s ease-in-out infinite;
	  z-index:1000;
  }
  .fix-button a{display:inline-block}
  .fix-button img{width:100%; height:100%; object-fit:contain}
}

@media (min-width:1700px){
  .fix-button{
    left:calc(50% - 800px);
    transform:translate(-50%, -50%);
  }
}

@media (hover:hover){
  .fix-button img:hover{animation:fix-button_hover 1.2s ease-in-out infinite}
  @keyframes fix-button_hover{
    0%,100%{transform:scale(1)}
    25%{transform:scale(1.1)}
  }
}

html.is-modalOpen .fix-button{opacity:0}

/* =========================
   コンセプト（現状踏襲＋整理）
========================= */
.concept{margin-top:clamp(60px, 7.63vw, 110px)}
.concept02{margin-top:clamp(100px, 7.63vw, 110px)}
@media (max-width:768px){
  .concept02{margin-top:clamp(60px, 7.63vw, 110px)}
}

.concept__title{max-width:90%; margin-inline:auto}
.concept__title img{width:100%; height:auto; display:block}

.concept__text{
  margin-top:clamp(40px, 5.5vw, 80px);
  text-align:center;
  font-family:'Noto Sans JP', sans-serif;
  font-weight:900;
	padding:1em;
}
.concept__text *{
  font-weight:900;
  font-size:clamp(18px, 1.66vw, 24px);
  font-family:'Noto Sans JP', sans-serif;
}
.concept__text p{color:var(--color-main)}

/**************************************************
プログラム
**************************************************/
.program__lead {
	text-align: center;
	font-size: clamp(18px, 1.66vw, 24px);
	font-weight: 900;
	margin-top: 20px;
}

.program__subtitle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 40px;
	color: var(--color-main);
	font-size: clamp(24px, 2.22vw, 32px);
	font-weight: 900;
}

.program__subtitle img {
	width: 3em;
	height: 3em;
}

.program__list {
	list-style: none;
	padding: 0;
	display: grid;
	gap: 20px;
	margin-top: 20px;
}

.program__list02 {
	list-style: none;
	padding: 0;
	display: grid;
	gap: 20px;
	margin-top: 20px;
}

.program__item {
	background-color: var(--color-main);
	color: var(--color-white);
	padding: 1em 1.5em;
	border-radius: var(--border-radius);
}

.program__item02 {
	background-color: #998947;
	color: var(--color-white);
	padding: 1em 1.5em;
	border-radius: var(--border-radius);
}

.program__item h4 {
	font-size: clamp(16px, 1.53vw, 22px);
	font-weight: 900;
}

.program__item p {
	font-size: clamp(16px, 1.25vw, 18px);
}


.program__item02 h4 {
	font-size: clamp(25px, 2.5vw, 30px);
	font-weight: 900;	
	text-align: center!important;
	line-height:150%;
}

.program__item02 p {
	font-size: clamp(16px, 1.25vw, 18px);
}


@media (max-width: 768px) {
.program__item02 {
	background-color: #998947;
	color: var(--color-white);
	padding: 1em 1.5em;
	border-radius: var(--border-radius);
	margin-top:5em;
}
	
	
}


/**************************************************
講師・アドバイザー
**************************************************/
.staff {
	position: relative;
	z-index: 10;
}

.instructor__list,
.advisor__list {
	list-style: none;
	padding: 0;
}

.instructor__modal-link img,
.advisor__modal-link img {
	width: 100%;
}

/* 講師 */
.instructor__list {
	display: grid;
	gap: 60px;
	margin-top: 80px;
}

.instructor__modal-link {
	figure {
		max-width: 300px;
		margin-inline: auto;
	}

	h3 {
		text-align: center;
		font-size: clamp(16px, 1.25vw, 18px);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	h3 em {
		font-style: normal;
		font-weight: 700;
		font-size: 1em;
	}

	@media (min-width: 768px) {
		display: grid;
		grid-template-columns: 30% 70%;
		gap: 20px;

		h3 {
			flex-direction: row;
			gap: 1em;
		}
	}
}

/* インストラクター モーダル */
.instructor__modal-content article {
	display: grid;
	grid-template-columns: 30% 70%;
	gap: 20px;

	img {
		width: 100%;
	}

	h3 {
		text-align: center;
		font-size: 18px;
	}

	h3 em {
		font-style: normal;
		font-weight: 700;
		margin-left: 1em;
	}
}

/* アドバイザー */
.advisor__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
	margin-top: 60px;

	@media (min-width: 768px) {
		grid-template-columns: repeat(3, 1fr);
	}
}


@media (max-width: 768px) {
.advisor__list {
	gap: 20px;
	}
}



.advisor__modal-link {
	* {
		font-size: 16px;
		line-height: 1.5;
	}

	p {
		margin-top: 0.5em;
	}

	h3 {
		font-weight: 700;
	}

	small {
		display: block;
		font-size: 12px;
	}
}

/* アドバイザー モーダル */
.advisor__modal-content article {
	display: grid;
	grid-template-columns: 30% 70%;
	gap: 20px;

	img {
		width: 100%;
	}
}

/**************************************************
コンテスト応募要項
**************************************************/
.info__list {
	list-style: none;
	padding: 0;
	margin-top: 40px;
}

.info__item-title {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--color-main);
	font-size: clamp(16px, 1.4vw, 20px);
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 20px;
}

.info__item-title img {
	width: 2.5em;
	height: 2.5em;
	object-fit: contain;
}

/* 受賞特典 */
._item01 .info__item-content {
	display: grid;
	place-items: center;
	background-color: var(--color-white);
	padding: 2em 1.5em;
	border-radius: var(--border-radius);
}

/* 応募対象者 */
._item02 .info__item-content p {
	font-size: clamp(16px, 1.66vw, 24px);
	font-weight: 700;
	text-align: center;
}

._item02 .info__item-content ol {
	list-style: none;
	padding: 0;
}

._item02 .info__item-content ol li {
	font-size: clamp(14px, 1.25vw, 18px);
	background-color: var(--color-white);
	padding: 1.5em;
	border-radius: var(--border-radius);
	margin-top: 1em;
	text-align: center;
}

._item02 .info__item-content ol li small {
	display: block;
	font-size: clamp(12px, 0.97vw, 14px);
	color: #727171;
}

._item02 .info__item-content ol em {
	color: var(--color-main);
	font-style: normal;
	font-weight: 700;
	font-size: clamp(16px, 1.53vw, 22px);
}

/* 対象ビジネスプラン */
._item03 .info__item-content div {
	background-color: var(--color-white);
	padding: 1.5em;
	border-radius: var(--border-radius);
}

._item03 .info__item-content div p {
	color: var(--color-main);
	font-size: clamp(16px, 1.66vw, 24px);
	font-weight: 700;
	max-width: 730px;
	margin-inline: auto;
}

._item03 .info__item-content small {
	display: block;
	font-size: clamp(12px, 0.97vw, 14px);
	margin-top: 0.3em;
	color: #727171;
}

/* ボタン */
.info__button {
	margin-top: 40px;
}

.info__button a {
	margin-inline: auto;
}

.info__button p {
	text-align: center;
	font-size:14px;
	line-height: 1.5;
	color:#555;
}



/**************************************************
スケジュール
**************************************************/
.schedule__title {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--color-main);
	font-size: clamp(16px, 1.4vw, 20px);
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 20px;
}

.schedule__title img {
	width: 2.5em;
	height: 2.5em;
	object-fit: contain;
}

.schedule__list {
	list-style: none;
	padding: 0;
	display: grid;
	gap: 0.8em;
}

.schedule__item > div {
	background-color: var(--color-black);
	border-radius: var(--border-radius);
	padding: 1em 1.25em;
	color: var(--color-white);
	font-size: clamp(16px, 1.25vw, 18px);
}

.schedule__item > div h3 {
	width: 10em;
	font-size: clamp(16px, 1.4vw, 20px);
	font-weight: 700;
}

.schedule__item small {
	display: block;
	font-size: clamp(12px, 0.97vw, 14px);
	color: #727171;
}

.schedule__item h3 small {
	color: unset;
}

.schedule__item strong {
	display: block;
	font-size: clamp(13px, 0.97vw, 15px);
	color: var(--color-main);
	font-weight: 700;
}

@media (min-width: 768px) {
	.schedule__item > div {
		padding: 1em 2em;
	}
}

/* _flex */
@media (min-width: 768px) {
	.schedule__item > div._flex {
		display: flex;
	}
}

.schedule__item > div._flex p {
	font-weight: 700;
}

/* _gray */
.schedule__item > div._gray {
	background-color: var(--color-gray);
	color: var(--color-body-txt);
}

/* _red */
.schedule__item > div._red {
	background-color: var(--color-main);
}

/* _program */
.schedule__item > div._program p {
	display: inline-block;
	font-size: clamp(16px, 1.25vw, 20px);
	font-weight: 700;
}

.schedule__item > div._program h4 {
	font-size: clamp(16px, 1.25vw, 20px);
	font-weight: 700;
}

/* _last */
.schedule__item > div._last {
	align-items: center;
}

.schedule__item > div._last > div span {
	display: inline-block;
	background-color: var(--color-white);
	color: var(--color-black);
	font-size: 15px;
	font-weight: 700;
	padding: 0 0.5em;
	border-radius: 4px;
	margin-right: 0.5em;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.schedule__item > div._last > div {
		display: flex;
		gap: 1em;
	}
}

/**************************************************
FAQ アコーディオン
**************************************************/
.faq__list {
	list-style: none;
	padding: 0;
	margin-top: 40px;
}

.faq__item {
	margin-bottom: 1em;
	border-radius: var(--border-radius);
	overflow: hidden;
}


/**************追加*******************/

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

.schedule__item {
  margin-bottom: 2px;
  margin-top: 2px;
}

.program__row {
  background: #000;
  color: #fff;
  border-radius: 16px;
  padding: 18px 30px;
  display: flex;
  flex-direction: column;
  gap: 7px; /* ← 30%ほど詰めました（以前10px） */
}
		
.program__row small{
color:#FFF;
}		

.program__cols {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.program__col {
  font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
}

.program__lecture {
  font-weight: bold;
  font-size: 1.3em;
	width:20%;
}

.program__date {
  color: #F00;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.05;
}

.program__venue {
  width:100%;
}

.program__theme {
  font-size: 1.15em;
  font-weight: bold;
  margin-top: 4px; /* ← 30%ほど詰めました（以前6px） */
  color: #fff;     /* テーマの色を白に */
}
		
		
.kaijo{
	display: inline-block;
	background-color:#FFF;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	padding: 0 0.5em;
	border-radius: 4px;
	margin-right: 0.5em;
	vertical-align: middle;
}

.themes{
	display: inline-block;
	background-color:#c40d23;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	padding: 0 0.5em;
	border-radius: 4px;
	margin-right: 0.5em;
	vertical-align: middle;
}
		
		

@media (max-width: 600px) {
  .program__row {
    padding: 14px 10px;
    gap: 5px; /* モバイルではさらに詰めてもOK */
  }
  .program__cols {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }
	
.program__lecture {
  font-weight: bold;
  font-size: 1.3em;
	width:100%;
}	
	
  .program__date {
    margin-left: 0;
  }
  .program__theme {
    margin-top: 4px;
  }
}

.news-container {
      background: #fff;
      border-radius: 18px;
      padding: 24px 18px;
      display: flex;
      gap: 28px;
      width: 900px;
      max-width: 95vw;
      margin: 36px auto;
      box-sizing: border-box;
      box-shadow: 0 2px 10px rgba(180,180,180,0.7);
    }

.news-container a{
	text-decoration: none;
	display: flex;
    gap: 28px;
    }


.news-container02 {
      background: #fff;
      border-radius: 18px;
      padding: 24px 18px;
      width: 900px;
      max-width: 95vw;
      margin: 36px auto;
      box-sizing: border-box;
      box-shadow: 0 2px 10px rgba(180,180,180,0.7);
    }



.news-image {
      min-width: 240px;
      width: 400px;
      height: 270px;
      background: #b3b3b3;
      border-radius: 10px;
      flex-shrink: 0;
      object-fit: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #fff;
      background-image: url("/wp/img/top/thumbs01.jpg");
      background-size:cover;
      background-repeat:  no-repeat; 
    }


.news-image02 {
	width: 100%;
      height: 520px;
	margin: 0 auto;
      background: #b3b3b3;
      border-radius: 10px;
      flex-shrink: 0;
      object-fit: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: #fff;
      background-image: url("/wp/img/top/thumbs01.jpg");
      background-size:cover;
      background-repeat:  no-repeat; 
    }




.news-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
.news-title {
      color: #de1919;
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 5px;
    }
    .news-date {
      color: #222;
      font-size: 15px;
      margin-bottom: 16px;
    }
.news-text {
      color: #343434;
      font-size: 15px;
      line-height: 1.7;
    }
@media (max-width: 768px) {
      .news-container {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 12px;
        gap: 18px;
      }
      .news-image {
        width: 100%;
        min-width: 0;
        height: 200px;
      }
	
	 .news-image02 {
        width: 100%;
        min-width: 0;
        height: 250px;
		 font-size:18px;
		 padding:1em;
      }
    }

@media (max-width: 768px) {
 	.news-container a{
	text-decoration: none;
    gap: 28px;
	display: flex;
    flex-wrap: wrap;
    }
    }



 @media (max-width: 480px) {
      .news-container {
        padding: 6px;
        border-radius: 10px;
      }
      .news-title {
        font-size: 18px;
      }
      .news-date, .news-text {
        font-size: 13px;
      }
    }


.news-container {
      background: #fff;
      border-radius: 18px;
      padding: 24px 18px;
      display: flex;
      gap: 28px;
      width: 900px;
      max-width: 90vw;
      margin: 36px auto;
      box-sizing: border-box;
      box-shadow: 0 2px 10px rgba(180,180,180,0.7);
	word-wrap: break-word;
    overflow-wrap: break-word;
    }

.news-container a{
	text-decoration: none;
	display: flex;
    gap: 28px;
    }



.news-image {
      min-width: 240px;
      width: 400px;
      height: 270px;
      background: #b3b3b3;
      border-radius: 10px;
      flex-shrink: 0;
      object-fit: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #fff;
      background-image: url("/wp/img/top/thumbs01.jpg");
      background-size:cover;
      background-repeat:  no-repeat; 
    }
.news-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
	    }
.news-title {
      color: #de1919;
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 5px;
    }
    .news-date {
      color: #222;
      font-size: 15px;
      margin-bottom: 16px;
    }
.news-text {
      color: #343434;
      font-size: 15px;
      line-height: 1.7;
	
    }
@media (max-width: 768px) {
      .news-container {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 12px;
        gap: 18px;
      }
      .news-image {
        width: 100%;
        min-width: 0;
        height: 235px;
      }	
	
	
    }

@media (max-width: 768px) {
 	.news-container a{
	text-decoration: none;
    gap: 28px;
	display: flex;
    flex-wrap: wrap;
    }
    }



 @media (max-width: 480px) {
      .news-container {
        padding: 6px;
        border-radius: 10px;
      }
      .news-title {
        font-size: 18px;
      }
      .news-date, .news-text {
        font-size: 13px;
      }
    }



	.small-tex {
		font-size: 13px;
	}

	.koen h3 {
		font-size: clamp(15px, 1.25vw, 17px);
		display:flex;
		justify-content:flex-start;
		 align-items: center;
		text-align: left;
		gap:0;
		font-weight: 700;
	}




@media (max-width: 768px) {
	.koen h3 {
		font-size: 16px;
		display:inline;
		justify-content:flex-start;
		 align-items: center;
		gap:0;
		    }
	
	.small-tex {
		font-size: 13px;
	}
	
    }









.saitaku-box{
width:100%;
background-color: #727171;
margin-top:4em;
}

.saitaku-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 16px;
}

/* ====== Heading ====== */
.saitaku-heading {
  font-size: clamp(1.3rem, 4vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  color: #FFF;
}

/* ====== Card grid ====== */
.saitaku-grid {
  display: grid;
  gap: 32px 24px;
}

/* 2 カラム（768px 以上） */
@media (min-width: 768px) {
  .saitaku-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ====== Card ====== */
.saitaku-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 名前 */
.saitaku-name {
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
}

/* 企業名 */
.saitaku-company {
  font-size: .875rem;
  text-align: center;
  letter-spacing: .05em;
 color: #444;
}

/* 本文 */
.saitaku-description {
  font-size: 1rem;
  line-height: 1.7;
  text-align:center;
  word-break: break-all;
}

/* ====== 余白調整（スマホ向け） ====== */
@media (max-width: 767.9px) {
	
.saitaku-box{
width:100%;
background-color: #727171;
margin-top:3em;
}	
	
  .saitaku-wrapper {
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .saitaku-card {
    padding: 20px 16px;
  }
}



.jusho-box{
width:100%;
/*background-color: #727171;*/
margin-top:4em;
}

.jusho-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 16px;
}

/* ====== Heading ====== */
.jusho-heading {
  font-size: clamp(1.3rem, 4vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  color: #FFF;
}

.jusho-heading img{
  width:90%;
}

/* ====== Card grid ====== */
.jusho-grid {
  display: grid;
  gap: 32px 24px;
}

/* 2 カラム（768px 以上） */
@media (min-width: 768px) {
  .jusho-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ====== Card ====== */
.jusho-card {
  /*background: #fff;*/
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}


@media (min-width: 768px) {
.jusho-kenchiji{
border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
  padding: 2em 8em 2em 8em;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
}

@media (max-width: 767.9px) {
.jusho-kenchiji{
/*border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);*/
 margin-left:-3em;
  gap: 12px;
	padding:0em 0 2em 0;
	width:130%;
}
	
.jusho-heading img{
  width:100%;
}	
	
}