@charset "utf-8";
/*
	* 基本スタイルシート
	* CMSのパーツ、テンプレートのスタイル
	* ver1
	* Copyright (C) ●●など
	* 更新履歴
		└ 
*/
/* ////////////////////////////////////////////////////////////////////////////////////////////////////
	CMSスタイル設定
//////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > トップページ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ============================================================
	共通
============================================================ */

/* 見出し */
.section-title{
	font-size: var(--fontSize36);
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.section-title span{
	 font-family: "Poppins", sans-serif;
     font-weight: 800;
	 font-size: var(--fontSize20);
	 display: block;
	 color: var(--accentColor);
}

/* ボタン */
.bl_btn {
    background-color: var(--accentColor);
    color: #fff;
    position: relative;
    max-width: 400px;
    padding: 1rem;
    border-radius: 50vh;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
	box-shadow: 0 2px 8px rgb(201 201 201 / 20%);
}

.icon-arrow{
	background-color: #fff;
	border-radius:50vh
}

.icon-arrow{
	    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 120%;
    height: 61.5384615385vw;
    transform: skewY(-20deg) scale(1, 0);
    transform-origin: left top;
    transition: .8s cubic-bezier(0.77, 0, 0.175, 1);
}

section + section{
	margin-top: 4rem;
}


.bl_bg-white {
    background-color: #fff;
    padding: 3rem;
    border-radius: 20px;
	box-shadow: 0 2px 8px rgb(201 201 201 / 20%);
}
@media screen and (max-width:768px){
	.section-title{
		font-size: var(--fontSize24);
	}
	.section-title span{
		font-size: var(--fontSize14);
	}
	.section-title span{
		margin-bottom: 1rem;
	}
	.bl_bg-white{
    padding: 1.75rem;
}

}



/* ============================================================
	ly_mv
============================================================ */
.ly_mv{
	padding-top: 1rem;
	margin-bottom: 4rem;
	position: relative;
}

.slide-items {
  margin-inline: auto;
  width: 100%;
  max-height:auto;
}

.slide-items .slick-slide{
	height:auto;
	margin-right: 3rem;
	  border-radius: 20px;
}

.slick-slide img{
	display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
	border-radius: 20px;
}
/* .slick-list{
    overflow: visible;
} */
.catch{
	background-image: url(../img/copy.png);
	background-size: contain;
	position: absolute;
	top: 25px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-repeat: no-repeat;
	    width: 550px;
    height: 247px;
	z-index: 1;
}
@media screen and (max-width:768px){
	/* .bl_news-top{
		font-size: var(--fontSize12);
	} */
	 .bl_link hr{
		display: none;
	 }
}

@media screen and (max-width:992px){
.slide-items .slick-slide{
	height: 300px;
	margin-right: 1rem;
}

.slick-slide img{
    height: 300px;
}
.catch {
    width: 400px;
    height: 207px;
}
}
@media screen and (max-width:576px){
.slide-items .slick-slide{
	height: 200px;
}
.slick-slide img{
	height: 200px;
}
.catch {
        width: 190px;
        height: 93px;
	}
.ly_mv{
	margin-bottom: 3rem;
}
.slide-items .slick-slide{
	margin-right:5px;
}
}


/* ============================================================
	ly_news
============================================================ */

.cat{
	border-radius: 50vh;
    padding: 0 1rem;
	text-decoration: none;
	background-color: #e3e3e3;
}

.news_title {
    padding: 1rem 0;
    display: block;
	text-decoration: none;
	font-weight: 500;
}
.bl_news-list {
    margin-bottom: 3rem;
}


.bl_news-list-item {
    border-bottom: dashed 1px #ccc;
	margin-bottom: .75rem;
	list-style-type: none;
}

 /* カテゴリー：NHKコンテスト全国大会 */
.cat_cat-nhk-contest-national{
    background-color:#97f3df;
 }
 /* カテゴリー：NHKコンテスト県大会 */
 .cat_cat-nhk-contest-akita{
    background-color:#cff1ab;
 }
 /* カテゴリー：東北高校放送コンテスト */
 .cat_cat-tohoku-hs-hoso-contest{
	background-color: #f8c3ff;
 }
 /* カテゴリー：秋田県高校放送コンクール */
 .cat_cat-akita-hs-hoso-contest{
	background-color: #ffd3a4;
 }
 /* カテゴリー：秋田県高校放送コンクール */
 .cat_cat-akita-hs-hoso-contest{
	background-color: #ffd3a4;
 }
/* 全国高校総合文化祭 */
 .cat_cat-zenkoku-sougou-bunkasai{
	background-color: #ddc9ff;
 }
 /* 番組講習会 */
 .cat_cat-bangumi-koshukai{
	background-color: #fff5a0;
 }

/* ============================================================
	ly_link
============================================================ */
.bl_link-list-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.bl_link-list {
    width: calc((100% - 2em) / 3);
    position: relative;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgb(201 201 201 / 20%);
    background-color: var(--mainColor);
    color: #333333;
}

.bl_link-list a{
    position: relative;
    padding: 1.5rem 2rem 1.5rem 1rem;
    vertical-align: middle;
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
    text-decoration: none;
    font-weight: 600;
}


.bl_link-list::before,
.bl_link-list::after {
    position: absolute;
    content: '';
}

.bl_link-list::before {
    top: -15px;
    right: 10px;
    height: 50px;
    width: 15px;
    border: 3px solid #999;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    transform: rotate(10deg);
}

.bl_link-list::after {
    top: 0;
    width: 10px;
    right: 20px;
    border: solid 5px var(--mainColor);
}

/* 外部リンク */
/* .bl_link-list a[target="_blank"]{
	position: relative;
}
.bl_link-list a[target="_blank"]:after{
    content: "\f35d";
    color: #aaa;
    font-weight: bold;
    font-size: .7rem;
    font-family: "Font Awesome 5 Free";
display: inline;
} */

@media screen and (max-width:768px){
	.bl_link-list-wrap {
    flex-direction: column;
}
.bl_link-list
 {
    width: 100%;
    border: solid 1px #ccc;
}
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > 固定ページデフォルト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.bl_page{
	background-color: #fff;
	border-radius: 20px;
	padding: 3rem;
	max-width: 1200px;
	margin: 0 auto;
}

.page-news{
	background-color: #fff;
	border-radius: 20px;
	padding:2rem;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 2rem;
}

.page-news h3{
	    font-weight: 700;
    margin-bottom: 2rem;
	font-size: var(--fontSize26);
}

.page-news h3 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid var(--accentColor);
    color: #333333;
}

.page-news h3::before,
.page-news h3::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.page-news h3::before {
    background-color: var(--accentColor);
}

.page-news h3::after {
    bottom: -11px;
    background-color: #fff;
}
@media screen and (max-width:768px){

.page-news h3 {
	font-size: var(--fontSize18);
}
.bl_page {
    padding: 3rem 2rem;
}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > 子ページの目次を表示する
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.st_pageList li a{
	border-bottom: 1px dashed #ccc;
}
.st_pageList li > a{
display: block;
    position: relative;
    padding: 1rem 2rem 1rem 2rem;
    font-size: 1.25rem;
    font-weight: bold;
	font-size: var(--fontSize24);
}
.st_pageList li > a::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 8px solid var(--accentColor);
}


.st_pageList li > a:before {
    content: '';
    width: 20px;
    height: 20px;
    background: var(--accentColor);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.st_pageList li > a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 6px;
    bottom: 0;
    margin: auto;
}


.st_pageList li > a:hover{
	opacity: 1;
	background-color: var(--mainColor);
	text-decoration: none;
}

.st_pageList .children a{
	padding: .5rem;
	position: relative;
	padding-left: 3rem;
	font-size: initial;
	font-weight: initial;
}
.st_pageList .children a::before {
    content: '';
    position: absolute;
    /* top: 50%; */
    display: inline-block;
    width: 1.25rem;
    height: 2px;
    background-color:var(--accentColor);
    left: 1rem;
}

.st_pageList .children a::after{
	content: none;
}

.page_item > .children{
display: flex;
flex-wrap: wrap;
column-gap: 1rem;
}

.page_item > .children li{
	width: calc(100%  / 2 - 1rem) ;
}

.page_item > .children li a{
	border-bottom: none;
}

@media screen and (max-width:768px){
	.st_pageList li > a {
	font-size: var(--fontSize18);
}
.page_item > .children{
display: flex;
flex-wrap: wrap;
column-gap: 1rem;
flex-direction: column;
}

.page_item > .children li{
	width: 100% ;
}




}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > 子ページの目次を2カラム表示する
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.st_pageList.st_pageList__col2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.st_pageList.st_pageList__col2 li{
	width: calc(50% - 1rem);
}
@media screen and (max-width: 576px){
	.st_pageList.st_pageList__col2{
		display: block;
	}
	.st_pageList.st_pageList__col2 li{
		width: 100%;
	}
}
/* ******************************************************************************************
	パーツ > ページャー
****************************************************************************************** */
.bl_pager{
	display: flex;
	justify-content: space-between;
	margin-top: calc(1.5rem + 5rem);/* editor相殺分 + 余白 */
}
.bl_pager_prev, .bl_pager_next{
	width: calc(50% - 1rem);
}
.bl_pager_prev a, .bl_pager_next a{
	display: block;
	position: relative;
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border: 1px solid var(--black);
	border-radius: 5px;
	color: var(--black);
	text-decoration: none;
}
.bl_pager_prev a:before, .bl_pager_next a:before{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	color: var(--black);
}
.bl_pager_prev a{
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 1.25rem;
	padding-left: 2.5rem;
}
.bl_pager_next a{
	padding-right: 2.5rem;
	padding-left: 1.25rem;
}
/*左向き, 右向きの矢印*/
.bl_pager_prev a, .bl_pager_next a{
	position: relative;
}
.bl_pager_prev a:before, .bl_pager_next a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	transition: .3s;
	width: 13px;
	height: 13px;
	margin: auto;
	border-top: 2px solid var(--black);
	border-right: 2px solid var(--black);
}
/*左向きの矢印*/
.bl_pager_prev a:before{
	right: auto;
	left: 1rem;
	transform: rotate(-135deg);
}
/*右向きの矢印*/
.bl_pager_next a:before{
	right: 1rem;
	left: auto;
	transform: rotate(45deg);
}



@media (max-width:768px){
	.bl_pager{
		display: block;
	}
	.bl_pager_prev, .bl_pager_next{
		width: 100%;
	}
	.bl_pager_prev + .bl_pager_next{
		margin-top: 1rem;
	}
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > 固定ページ・投稿・投稿記事ページ共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ページタイトル */
.bl_page-title{
font-size: var(--fontSize36);
    font-weight: 700;
    padding:2rem;
	margin: 0 auto;
	margin-bottom: 3rem;
    text-align: center;
	position: relative;
	max-width: 1200px;
}
.bl_page-title::after {
content: '';
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translate(-50%) rotate(30deg);
    width: 3px;
    height: 35px;
    border-radius: 5px;
    background-color: var(--accentColor);
}

.bl_page-title span{
	font-size: var(--fontSize24);
	font-weight: 700;
	color: var(--accentColor);
	display: block;
	 font-family: "Poppins", sans-serif;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > 投稿記事ページ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.bl_subVisual_title {
      font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.ly_page-inner{
	max-width: 920px;
	display: block;
    width: 100%;
    margin: 0 auto;
}
.post-info{
	color: #5f5f5f;
	font-weight: 700;
	 font-family: "Poppins", sans-serif;

}
@media screen and (max-width:768px){
.bl_subVisual_title{
	font-size: var(--fontSize18);
}	
.bl_page-title{
	font-size: var(--fontSize26);
	padding: 2rem 0 1rem 0;
		/* text-align: start; */
}
.bl_page-title span{
	font-size: var(--fontSize14);
}

}
@media screen and (max-width:576px){

.bl_page-title{
	font-size: var(--fontSize22);
	padding: 2rem;

}
.bl_page-title span{
	font-size: var(--fontSize14);
}
.bl_page-title::after {
    bottom: 5px;
    width: 2px;
    height: 20px;
}

}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > 404
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.st_editor .el_errorUrl{
	padding: 10px 0;
	border-bottom: 3px solid var(--mainColor);
	font-size: 1.1rem;
	letter-spacing: 2px;
}
.st_editor .el_errorUrl:before{
	content: "\f138";
	padding-right: 10px;
	color: var(--mainColor);
	font-weight: bold;
	font-size: 1rem;
	font-family: "Font Awesome 5 Free";
}
.st_editor .bl_errorList li::marker{
	color: var(--mainColor);
	font-size: 1.125rem;
}