@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*************************** 
            共通
****************************/

/****** h2セクションタイトル ******/

/* 各セクションタイトル */
h2.section-title-jp {
	font-weight: 600;
	font-size: 2.6rem!important;
	color: #2579E8!important;
	margin-bottom: 2rem;
	position: relative;
}
/* 白セクションタイトル */
h2.section-title-jp.white {
	color: #fff!important;
}

h2.section-title-jp.circle-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: -40px;
	background: url(https://takuya-web-design.com/sampleHP/wp-content/uploads/2026/02/section-title-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .4;
	z-index: -1;
}


/****** サブタイトル ******/

/* セクションタイトル上の英語のサブタイトル */
.sub-title-en {
	margin-bottom: 2rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #001366;
}
/* セクションタイトル上の英語のサブタイトル */
.sub-title-en.white {
	color: #fff;
}


/****** h3タイトル ******/

/* h3タイトル */
h3 {
	font-size: 1.8rem!important;
/* 	font-family: "Noto Sans JP", sans-serif; */
	font-weight: 900;
	color: #333!important;
	margin-bottom: 30px!important;
	position: relative;
}
/* 下線 */
h3.is-style-section_ttl.bar::after {
    content: "";
    display: block;
    width: 65px;
    border-top: 4px solid #4AB4E3;
    border-radius: 30px;
    margin: 1rem auto;
}

/* 各コンテンツのタイトル */
.lead-title {
	font-size: 1.6rem!important;
	font-weight: bold;
	line-height: 1.4;
}

/* 中央寄せ */
.center {
	display: flex;
  justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

/* リストの色 */
ul.is-style-index li:before {
	color: #2579E8;
}

/* SWELLデフォルトのフルワイドのpadding削除 */
.swell-block-fullWide__inner.l-container {
	 --swl-fw_inner_pad: 0;
}

/*  */
.post_content ol, .post_content ul {
  padding-left: 0!important;
}



/****** タブデザイン ******/

/* タブの▼ */
.is-style-balloon>.c-tabList .c-tabList__button:before {
  display: none;
}

/* 他の記事を見るボタン */
.is-style-more_btn a {
	min-width: inherit;
}

/* タブのデザイン */
.is-style-balloon>.c-tabList .c-tabList__button {
	max-width: 600px!important;
	padding: 1rem 1.4rem;
	font-size: 1rem;
}

/* タブのhover時以外デフォルトの背景 */
.is-style-balloon>.c-tabList .c-tabList__button {
	background: rgba(255, 255, 255, .6);
}

/* タブのhover時の背景 */
.is-style-balloon>.c-tabList .c-tabList__button:hover, .is-style-balloon>.c-tabList .c-tabList__button[aria-selected=true] {
  background: linear-gradient(90deg,rgba(74, 180, 227, 1) 0%, rgba(109, 188, 222, 1) 40%, rgba(160, 218, 242, 1) 80%);
  color: #fff;
}

/* タブbody */
.c-tabBody {
	padding: 2rem 0.3rem 0!important;
}



/*********** 下層ページ ***********/

/* h1 TOPヘディング */
h1.top-heading {
	font-size: 3rem;
}

/* デフォルト下層タイトル非表示 */
h1.c-pageTitle {
  display: none;
}

/* 下層ページ上部の余白 */
.l-mainContent__inner>.post_content {
	margin: 0;
}
/* 下層ぺージ上部の余白削除 */
.l-content {
	padding-top: 0!important;
}

/* パンくずリスト */
.p-breadcrumb {
	position: absolute;
	top: 315px;
	color: #fff;
	z-index: 2;
}


/*********** 個別投稿ページ ***********/
.l-mainContent {
/* 	  margin: 130px 0 60px; */
}
#sidebar {
	margin-top: 110px!important;
}



/*********** ループスライダー ***********/
.loop-slider {
  display: flex;
  overflow: hidden;
  gap: 1.5rem; /* 画像間の余白を指定 */
}

.loop-slider .wp-block-group__inner-container,
.loop-slider .swell-block-columns {
  display: contents;
}

.loop-slider .swell-block-columns__inner {
  flex-wrap: nowrap;
  animation: infinity-scroll-left 50s infinite linear; /* アニメーションの時間を指定 */
}

.loop-slider.right .swell-block-columns__inner {
  flex-wrap: nowrap;
  animation: infinity-scroll-right 50s infinite linear; /* アニメーションの時間を指定 */
}

.loop-slider .swell-block-column figure {
  width: 350px; /* 画像の横幅を指定（パソコン） */
	height: 350px;
  position: relative;
}

.loop-slider .swell-block-column figure::before {
  padding-top: 65%; /* 画像の縦横比を指定 */
  display: block;
  content: "";
}

.loop-slider .swell-block-column figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 959px) {
  .loop-slider .swell-block-column figure {
    width: 200px; /* 画像の横幅を指定（スマホ） */
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}




/*************************** 
      メインビジュアル
****************************/

/* タイトル */
.p-mainVisual__slideTitle {
	position: absolute;
	bottom: 100px;
	left: 0;
	font-size: 4.5rem!important;
	font-family: "Yu Mincho", "游明朝", serif;
	font-weight: 900;
	text-align: left;
	text-shadow: 0 0 30px #000;
}

/* ページネーション */
.swiper-pagination {
	text-align: left;
	margin: 0 0 20px 40px;
}
/* ● */

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}
/*  */
.swiper-pagination-bullet-active {
	background: #4ab4e3!important;
}





/*****************************
           ヘッダー 
*****************************/

header#header,
div#fix_header {
	font-family: "Yu Mincho", "游明朝", serif;
	font-weight: 900;
}

/* ヘッダー・追従ヘッダー内を全幅に */
#header .l-container,
.l-fixHeader__inner.l-container {
	max-width: 100%;
}

/* メニューリンク */
header#header ul.c-gnav li a,
div#fix_header ul.c-gnav li a {
	transition: all .3s;
}
header#header ul.c-gnav li a:hover,
div#fix_header ul.c-gnav li a:hover {
	color: #2579E8;
}

/* 午前午後メニュー（追従共通）hover時 */
header#header ul.c-gnav li.gozen-gogo a:hover,
div#fix_header ul.c-gnav li.gozen-gogo a:hover {
	color: #FF8000!important;
}
/* 夜間部メニュー（追従共通）hover時 */
header#header ul.c-gnav li.yakan a:hover,
div#fix_header ul.c-gnav li.yakan a:hover {
	color: #3749D7!important;
}
/* 通信制メニュー（追従共通）hover時 */
header#header ul.c-gnav li.tsushin a:hover,
div#fix_header ul.c-gnav li.tsushin a:hover {
	color: #279F42!important;
}

/****** サブメニュー ******/
.c-gnav .sub-menu {
	background: #2579e8;
	color: #fff;
}
/* サブメニューhover時共通 */
.c-gnav .sub-menu li a:hover,
header#header ul.c-gnav li.gozen-gogo .sub-menu a:hover,
header#header ul.c-gnav li.yakan .sub-menu a:hover,
header#header ul.c-gnav li.tsushin .sub-menu a:hover,
/* 追従メニュー内 */
div#fix_header ul.c-gnav li.gozen-gogo .sub-menu a:hover,
div#fix_header ul.c-gnav li.yakan .sub-menu a:hover,
div#fix_header ul.c-gnav li.tsushin .sub-menu a:hover {
	color: #ffe000!important;
}

/* 午前午後メニューサブメニュー背景 */
header#header ul.c-gnav li.gozen-gogo .sub-menu,
div#fix_header  ul.c-gnav li.gozen-gogo .sub-menu {
	background: #ff8000;
}
/* 夜間部メニューサブメニュー背景 */
header#header ul.c-gnav li.yakan .sub-menu,
div#fix_header  ul.c-gnav li.yakan .sub-menu {
	background: #3749d7;
}
/* 通信制メニューサブメニュー背景 */
header#header ul.c-gnav li.tsushin .sub-menu,
div#fix_header  ul.c-gnav li.tsushin .sub-menu {
	background: #279f42!important;
}




/*****************************
    フッター直前・フッター 
*****************************/

/* ブログパーツ追従バナーのフッター直前に入れたことによるフッター直前の余白の削除 */
.w-beforeFooter {
	margin: 0;
}
/* ブログパーツ入れたことによる余白削除 */
.c-widget .textwidget>:not(:last-child) {
    margin-bottom: 0em;
}

/* フッター直前の余白削除 */
.l-content {
    margin: 0 auto 0em;
    position: relative;
    z-index: 1;
}


/****** フッターメニューエリア ******/

/* フッターメニューのフルワイドの余白調整 */
@media (min-width: 960px) {
    .pc-py-40.footer-menu-area {
        padding-bottom: 2em !important;
        padding-top: 4em !important;
    }
}

/* フッターメニュー内の文字色変更 */
.footer-menu-area {
	color: #fff!important;
	font-family: "Yu Mincho", "游明朝", serif;
}

/* 学校の名前 */
.school-name {
	font-family: "Yu Mincho", "游明朝", serif;
	font-weight: 900;
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}
/* 学校の住所 */
.footer-menu-area .small-text.adress {
}


/*** 親メニュー共通 ***/

.footer-menu-area .footer-menu-list .parent a {
	transition: all .3s;
}
.footer-menu-area .footer-menu-list .parent a:hover {
	color: #ffe000;
}

/* 親メニューのborder */
.footer-menu-area .footer-menu-list .border {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding-bottom: .3rem;
}


/*** small-textメニュー共通 ***/

/* フッター内smallテキスト */
.footer-menu-area .small-text {
	font-size: .9em;
}
/* small-textリンクメニュー */
.footer-menu-area .footer-menu-list .small-text a {
	transition: all .3s;
}

/* リンクメニューhover時 */
.footer-menu-area .footer-menu-list .small-text a:hover {
	opacity: 1;
	color: #ffe000;
}


/****** フッター ******/

/* フッターの余白 */
.l-footer__foot, .l-footer__widgetArea {
	padding-top: 0rem;
}

/* コピーライト */
.l-footer .copyright {
	border-top: 1px solid rgba(255, 255, 255, .4);
  padding-top: 1rem;
}




/*************************************
       　  各ボタンデザイン 
**************************************/

/******** SWELLボタン共通デザイン ********/
.swell-block-button.is-style-btn_normal a {
  border-radius: 0;
	padding: 1.2rem 2rem;
}

/******** 共通テキストリンクデザイン ********/

.textlink a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 60px;
	color: #333;
/* 	font-family: "Yu Mincho", "游明朝", serif; */
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
	margin-left: auto;
	border-bottom: 2px solid #ccc;
	opacity: .8;
}

.textlink a:hover {
	opacity: 1;
	border-bottom: 2px solid rgba(74,180,227,1);
}
.textlink a:hover [class*=" icon-"]:before,
.textlink a:hover [class^=icon-]:before {
	color: rgba(74,180,227,1);
}

/* テキストリンク横のアイコン */
.textlink a [class*=" icon-"]:before,
.textlink a [class^=icon-]:before {
	font-size: 1.2rem;
	position: absolute;
	top: 20.3px;
	right: 20px;
}

.textlink04 a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background-color: rgba(74,180,227,.6);
	border-radius: 50%;
	transition: 0.3s;
}

.textlink04 a:hover::after {
	width: 40px;
	height: 40px;
}




/*****************************
        TOPへ戻るボタン 
*****************************/
.c-fixBtn {
	transition: all .3s;
}
.c-fixBtn:hover {
/* 	border-color: #FFEE75; */
	background: #FFEE75!important;
	transform: translatey(-5px);
}
.c-fixBtn:hover :before {
		color: #2579E8;
}



/*******************************
           TOPページ
********************************/

/* フルワイド */
@media (min-width: 960px) {
  .pc-py-20.top-banner-section {
  }
}


/******** バナーセクション ********/

/* 背景 */
#cloud {
  text-align:center;
	background-color: #DBEDF9!important;
  background: url(https://chikuma-hs.ed.jp/wp-content/uploads/2026/03/bg-cloud.png) center top repeat-x;
  animation: awan-animasi 20s linear infinite;
  -ms-animation: awan-animasi 20s linear infinite;
  -moz-animation: awan-animasi 20s linear infinite;
  -webkit-animation: awan-animasi 20s linear infinite;
}
@keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  };
}
@-webkit-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  };
}
@-ms-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  };
}
@-moz-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  };
}


/*** バナー ***/

/* 定時制（昼間）のバナー */
.top-banner-section .banner-list .banner01 .c-bannerLink__title {
	background: #ff8000!important;
}
/* 定時制（夜間）のバナー */
.top-banner-section .banner-list .banner02 .c-bannerLink__title {
	background: #3749d7!important;
}
/* 定時制（夜間）のバナー */
.top-banner-section .banner-list .banner03 .c-bannerLink__title {
	background: #279f42!important;
}

/* バナータイトル */
.top-banner-section .c-bannerLink__title {
	font-size: 1.4rem;
	padding: .1rem .5em .5rem;
	width: auto;
	border-radius: .3rem;
}
/* バナーデスクリプション */
.top-banner-section .c-bannerLink__description {
	font-size: 1.6rem;
}


/*** バナーの右下の各アイコン ***/

.top-banner-section .banner-item {
	position: relative;
	transition: all .3s;
	border: 6px solid #fff;
}

/* バナー右下の矢印 */
.top-banner-section .banner-item:before  {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 35px;
	height: 35px;
	z-index: 999;
	transition: all .3s;
}
/* バナー01 */
.top-banner-section .banner-item.banner01:before  {
	background: url(https://chikuma-hs.ed.jp/wp-content/uploads/2026/03/next-icon01.png) bottom / contain no-repeat;
}
/* バナー02 */
.top-banner-section .banner-item.banner02:before  {
	background: url(https://chikuma-hs.ed.jp/wp-content/uploads/2026/03/next-icon02.png) bottom / contain no-repeat;
}
/* バナー03 */
.top-banner-section .banner-item.banner03:before  {
	background: url(https://chikuma-hs.ed.jp/wp-content/uploads/2026/03/next-icon03.png) bottom / contain no-repeat;
}

.top-banner-section .banner-item:hover:before {
	transform: translatex(3px);
}


/* バナーのタイトル・デスクリプション・右下のアイコンの初期デザイン */
.top-banner-section .c-bannerLink__title,
.top-banner-section .c-bannerLink__description,
.top-banner-section .banner-item:before {
	opacity: .8;
	transition: all .3s;
}
/* バナーのタイトル・デスクリプション・右下のアイコンのhoverデザイン */
.top-banner-section .banner-item:hover .c-bannerLink__title,
.top-banner-section .banner-item:hover  .c-bannerLink__description,
.top-banner-section .banner-item:hover:before {
	opacity: 1;
}






/******** 更新情報セクション ********/

/* フルワイド */
@media (min-width: 960px) {
  .pc-py-40.top-info {
    padding-bottom:4em!important;
	  padding-top: 4em!important;	
	}
}
/* フルワイドの背景色 */
.top-info.bg-gra {
	background: linear-gradient(180deg,rgba(219, 237, 249, 1) 0%, rgba(230, 240, 247, 1) 30%, rgba(240, 246, 250, 1) 60%, rgba(255, 255, 255, 1) 90%);
}




/********* 松本筑摩の特徴 *********/

/* フルワイド */
@media (min-width: 960px) {
  .pc-py-40.top-features {
    padding-bottom: 4em!important;
	  padding-top: 4em!important;	
	}
}


/*** 最初のカラム ***/

/* 大枠のカラム */
.top-features .top-features-content {
	position: relative;
}

/* 画像の全体のimg-box */
.top-features .img-box {
	position: relative;
}

/* 画像の背景 */
.photo-container.top-features::after {
  content: "";
  position: absolute;
  top: 0px!important;
	left: -5px;
  display: block;
  width: 420px;
  height:320px;
  background: linear-gradient(90deg,rgba(74, 180, 227, 1) 0%, rgba(109, 188, 222, 1) 40%, rgba(160, 218, 242, 1) 80%);
  rotate: 7deg;
  z-index: -1;
}


/*** 画像の共通デザイン ***/

/* 画像二枚目 */
.top-features .img-box .img02 img {
	position: absolute;
	bottom: -100px;
	left: -80px;
	width: 260px;
	box-shadow: 6px 6px 23px -15px #a0a0a0;
	transform: rotate(-8deg);
}
/* 画像三枚目 */
.top-features .img-box .img03 img {
	position: absolute;
	bottom: -100px;
	right: -50px;
	width: 230px;
	transform: rotate(8deg);
	box-shadow: 6px 6px 23px -15px #a0a0a0;
}




/********* 多部制（三部制）とは *********/

/* フルワイド */
@media (min-width: 960px) {
  .pc-py-40.top-desc {
    padding-bottom:4em!important;
	  padding-top: 8em!important;	
	}
}


/*** カードデザイン ***/

.card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 2px solid rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, 1);
  box-shadow: 7px 7px 5px #aaa;
  background-clip: border-box;
  border: 0;
  transition: .5s;
	height: 330x;
	width: 100%;
}

.card-link.first-link a {
	transform: translatey(-10px)!important;
}

/* カード画像 */
.card-image {
  object-fit: cover;
	transition: all .3s;

}
.card.pic-image {
  overflow: hidden;
}

/* カードリンク */
.card-link {
  color: #333;
  text-decoration: none;
	transition: all .3s;
}
/* カードリンクにhoverした時の画像 */
.card-link:hover img {
	transform: scale(1.05);
}

/* 画像 */
.card-link img {
	width: 100%;
	height: 150px;
}

.card-link:hover .card {
  box-shadow: 10px 10px 13px #aaa;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}

/* cardボディ */
.card-box {
	display: flex;
	justify-content: center;
	align-items: center;
  padding: 1.5rem 0rem;
	width: 100%;
	height: 90px;
  color: #333;
  text-align: center;
	position: relative;
}
/* 右下矢印デザイン共通 */
.card-box:before {
	content: "";
	height: 25px;
	width: 25px;
	background: url(https://sokisei.co.jp/wp-content/uploads/2026/02/heder-menu_bg01.png) bottom / contain no-repeat;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 999;
	opacity: .6;
	transition: all .3s;
}
.card:hover .card-box:before {
	opacity: 1;
	transform: translatex(4px);
}
/* 午前部・午後部 */
.card-box.box01:before {
	background: url(https://takuya-web-design.com/sampleHP/wp-content/uploads/2026/02/next-icon01.png) bottom / contain no-repeat;
}
/* 夜間部 */
.card-box.box02:before {
	background: url(https://takuya-web-design.com/sampleHP/wp-content/uploads/2026/02/next-icon02.png) bottom / contain no-repeat;
}
/* 通信制 */
.card-box.box03:before {
	background: url(https://takuya-web-design.com/sampleHP/wp-content/uploads/2026/02/next-icon03.png) bottom / contain no-repeat;
}


/* cardタイトル共通 */
.card-title {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
	opacity: .6;
	transition: all .3s;
}
/* 午前部・午後部のタイトル */
.card-title.title01 {
	color: #FF8000;
}
/* 夜間部のタイトル */
.card-title.title02 {
	color: #3749D7;
}
/* 通信制のタイトル */
.card-title.title03 {
	color: #279F42;
}

.card:hover .card-title {
	opacity: 1;
}





/********* 授業時間セクション *********/

/* 大枠のカラム */
.top-class-time .content-box {
	padding: 2rem 2.5rem;
	background: #fff;
	background-image:
	repeating-linear-gradient(-45deg,
	rgba(242,249,249,.7), rgba(242,249,249,.7) 15px,transparent 0, transparent 30px);
	box-shadow: 6px 6px 23px -15px #a0a0a0;
	max-width: 900px;
	margin: 0 auto;
}

/* カレンダーの画像 */
.top-class-time .content-box .wp-block-image.is-style-photo_frame img, .wp-block-video.is-style-photo_frame video, img.photo_frame {
	position: relative;
	z-index: 2;
}
/* 画像の背景 */
.top-class-time .photo-container.class-time::after {
  content: "";
  position: absolute;
  top: 38px!important;
	left: calc(50% + 30px);
  display: block;
  width: 380px;
  height:310px;
  background: linear-gradient(90deg,rgba(74, 180, 227, 1) 0%, rgba(109, 188, 222, 1) 40%, rgba(160, 218, 242, 1) 80%);
  rotate: 7deg;
  z-index: 1;
}


/*** 流れる背景文字 ***/

/* 流れる背景のフルワイド */
.bg-flow {
	position: relative;
	z-index: 1;
}
/* 流れる背景テキスト */
.bbs.top-strongpoint-bgtxt {
  align-items: center;
  color: rgba(255,255,255,0);
  -webkit-text-stroke: 1.5px rgba(255,255,255,.5);
  display: flex;
  height: auto;
	line-height: 0;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
	position: absolute;
	bottom: -172px;
	z-index: -1!important;
}
.bbs.top-strongpoint-bgtxt ul {
  animation: flowing 500s linear infinite;
  font-family: "Lora", serif;
	font-size: 120px;
	font-weight: bold;
	line-height: 0;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.bbs.top-strongpoint-bgtxt ul li{
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% { transform:translateX(-100%); }
  100% { transform:translateX(0); }
}






/****** 単位制とは ******/

/*** カードデザイン ***/

/* card-list */
.top-desc .card-list {
	margin-top: 80px;
}

/* 各カードアイテム */
.top-desc .card-list .card-item {
}
/* 最初と最後のカードアイテム */
.top-desc .card-list .card-item.item01,
.top-desc .card-list .card-item.item03 {
	margin-top: -50px!important;
}
.swell-block-column.card-item {
	filter: drop-shadow(6px 6px 3px #aaa);
}

/* 各タイトル */
.top-desc .card-list .card-item .title {
	margin: 0!important;
	padding: .8rem 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	background: linear-gradient(90deg,rgba(74, 180, 227, 1) 0%, rgba(109, 188, 222, 1) 40%, rgba(160, 218, 242, 1) 80%);
	color: #fff;
}

/* タイトル下の余白 */
.top-desc .card-list .card-item p.has-text-align-center.title {
	margin-bottom: 0;
}

/* テキストボックス */
.top-desc .card-list .card-item .text-box {
	display: flex;
	justify-content: center;
	align-items: top;
	height: auto;
	padding: 1rem;
	background: #fff;
}

/* サブタイトル */
.top-desc .card-list .card-item .text-box .sub-title {
	height: auto;
	width: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem .5rem 1rem .5em;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #001366;
	background: #f2f9f9;
}

/* whiteグループのテキスト */
.top-desc .card-list .card-item .text-box .white {
/* 	color: #001366; */
}

/* smallテキスト */
.top-desc .card-list .card-item .text-box .small-text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: .2rem;
	height: 85px;
	border: 2px solid #4ab4e3;
	background: #FFEE75;
	font-weight: bold;
	line-height: 1.4;
}





/****** フッター前バナーセクション ******/

.top-banner-bottom-section {
	background-image: linear-gradient(90deg, rgba(221,247,255,.3) 5px, transparent 5px), linear-gradient(rgba(221,247,255,.3) 5px, transparent 5px);
  background-position: 10px 10px;
  background-size: 20px 20px;
}

/* 背景 */
.top-banner-bottom-section:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 500px);
	width: 100%;
	height: 210px;
	background: #f7f7f7;
}

/*** バナーリスト ***/

/* バナーデザイン */
.banner-image{
  width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
.banner-image:hover {
}
.banner-image a{
  display: block;
  position: relative;
}
.banner-image a::before{
	content: "詳しく見る";
  width: 90px;
  height: 90px;
  background: rgba(74,180,277,.7);
/* 	font-family: "Yu Mincho", "游明朝", serif; */
	font-size: .8rem;
	font-weight: 900;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
	z-index: 999;
  transition: all .3s ease-in-out;
}
.banner-image a:hover img {
	transform: scale(1.05)
	filter: brightness(90%);
}
.banner-image:hover img {
	transform: scale(1.1)
}

/* 画像 */
.banner-image img{
  width: 100%;
	transition: all .3s ease-in-out;
}
.banner-image a:hover::before{
  opacity: 1;
}

/* テキスト */
.image-text {
  position: absolute;
	padding: .8rem;
  font-size: 1.2rem;
  font-weight: bold;
	color:#fff;
	line-height: 1;
/* 	background: #4AB4E3; */
	background: linear-gradient(90deg,rgba(74, 180, 227, 1) 0%, rgba(109, 188, 222, 1) 40%, rgba(160, 218, 242, 1) 80%);
  bottom: 0px;
  left: 0px;
	transition: all .3s ease-in-out;
}
.banner-image:hover .image-text {
	background: none;
	color: #fff;
	text-shadow: none;
	transform: translatex(5px);
}









/*************************************
       　学校紹介各ページ共通
**************************************/

/* 各サイドバーとページの間のカラムのギャップ */
.school-introduction .wp-block-columns {
	--wp-column-gap: 4em;
}

/******* サイドメニュー共通 *******/

/* サイドメニューのグループ */
.side-menu.wp-block-group {
	padding: 1rem!important;
	border-color: #ddd;
}

/* タイトルテキスト */
.side-menu .has-border, div.has-background, p.has-background {
	padding: .6rem 1rem;
	font-weight: 600;
	font-size: 1.4rem;
	background: #2579E8!important;
}


/* メニューリスト */
.side-menu .swell-block-linkList__link {
	padding: 1.4rem;
/* 	padding: 1.4rem .5rem 1.4rem 3rem; */
}
/* 最初のtopのボーダー削除 */
.side-menu .swell-block-linkList.-border .swell-block-linkList__item:first-child {
	border-top: none;
}
/* 最後のbottomのボーダー削除 */
.side-menu .swell-block-linkList.-border .swell-block-linkList__item:last-child {
	border-bottom: none;
}


/*** リンクhover時 ***/

/* メニューリンクにhover時共通 */
.side-menu .swell-block-linkList.-border .swell-block-linkList__item {
	transition: all .25s;
}
.side-menu .swell-block-linkList.-border .swell-block-linkList__item:hover {
	background: #f9f9f9;
}

/* 右矢印のアイコンの色を初期化 */
.swell-block-linkList.is-style-default .swell-block-linkList__icon {
	color: inherit;
}
/* アイコンをhoverした時 */
.swell-block-linkList.is-style-default:not(.-flex) .swell-block-linkList__link:hover .-left+.swell-block-linkList__text, .swell-block-linkList.is-style-default:not(.-flex) .swell-block-linkList__link:hover .-right {
	transform: translateX(.1em);
}









/******************************** 
          下層ぺージ共通
********************************/

/* 雲の背景 */
/* .cloud {
	overflow: hidden;
}
.cloud:before {
	content: "";
	width: 100%;
	height: 390vh;
	position: absolute;
	top: 0;
	background: url(https://chikuma-hs.ed.jp/wp-content/uploads/2026/03/cloudies-1-scaled.png) no-repeat top center / cover;
	opacity: .4;
	animation: floating-y 3s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translatey(-.3%);
  }
  100% {
    transform: translatey(.3%);
  }
} */



/***** 年間行事予定共通 *****/

/* 年間行事予定フルワイド */
@media (min-width: 960px) {
  .pc-py-40.event-schedule {
    padding-bottom: 12em !important;
    padding-top: 4em !important;
  }
}

/* 年間行事予定共通背景 */
.event-schedule {
	background: url(https://chikuma-hs.ed.jp/wp-content/uploads/2026/03/kokuban-bg.jpg) no-repeat center / cover;
	border: 20px ridge #CB9F51;
}
/* チョーク */
.event-schedule:before {
	content: "";
	background: url(https://chikuma-hs.ed.jp/wp-content/uploads/2026/03/event-schedule-deco01.png) no-repeat top / contain;
	width: 350px;
	height: 350px;
	position: absolute;
	top: 0;
	right: 0;
}
/* 黒板消し */
.event-schedule:after {
	content: "";
	background: url(https://chikuma-hs.ed.jp/wp-content/uploads/2026/03/event-schedule-deco02-scaled.png) no-repeat bottom / contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 年間行事予定共通h2タイトル */
.event-schedule h2 {
	color: #fff;
}

/* スケジュールアイテム共通 */
.event-schedule .item-box.bigbox2 .item {
	padding: 2rem 1.5rem;
	background: #fff!important;
	box-shadow: 6px 6px 23px -15px #a0a0a0;
}

/* 各月のカラム共通 */
.event-schedule .wp-block-columns {
	--wp-column-gap: -1em!important;
	padding: 1rem .5rem;
}

/* リストの余白 */
.event-schedule .wp-block-columns li {
	margin-left: 30px;
}



/***** before-noneクラスのアコーディオン共通のデザイン *****/

/* アコーディオンのタイトルテキストの余白 */
.swell-block-accordion.is-style-default.before-none .swell-block-accordion__title .swell-block-accordion__label {
	margin-left: inherit;
}
/* Qの文字 */
.swell-block-accordion.is-style-default.before-none .swell-block-accordion__title:before {
	display: none;
}
/* アコーディオンのbodyテキストの余白 */
.swell-block-accordion.is-style-default.before-none .swell-block-accordion__body p {
	margin-left: inherit;
}
/* Aの文字 */
.swell-block-accordion.is-style-default.before-none .swell-block-accordion__body:before {
  display: none;
}



/***** btnセクション（QA、学費について） *****/

/*** 共通デザイン ***/

/* ボタン全体のデザイン */
.btn-link-item a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 100%;
	height: 350px!important;
  color: #333!important;
  transition: 0.3s ease-in-out;
	font-size: 2.2rem;
  font-weight: 900;
  z-index:0;
}
.btn-link-item a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #6bb6ff;
  transition: .3s;
  left:0;
}
/* ボタンにhover時 */
.btn-link-item a:hover {
  color: #fff;
}
.btn-link-item a:hover:before {
  width: 100%;
  z-index: -1;
}










/******************************** 
       午前部午後部ぺージ
********************************/

/******** 午前部午後部ぺージ共通 ********/

/*** h2セクションタイトル ***/
.gozen-gogo_container h2.section-title-jp {
	color: #FF8000!important;
}
.gozen-gogo_container h2.section-title-jp.white {
	color: #fff!important;
}


/****** h3タイトル ******/
.gozen-gogo_container h3 {
	color: #333!important;
	margin-bottom: 30px!important;
	position: relative;
}
/* 下線 */
.gozen-gogo_container h3.is-style-section_ttl.bar::after {
    content: "";
    display: block;
    width: 45px;
    border-top: 4px solid #FF8000;
    border-radius: 30px;
    margin: 1rem auto;
}
/* content-boxとitem-boxクラス内のh3 */
.gozen-gogo_container .content-box h3,
.gozen-gogo_container .item-box h3 {
	font-size: 1.6rem!important;
}


/****** リストの色 ******/
.gozen-gogo_container li::marker {
	color: #FF8000!important;
}


/*** SWELLボタン共通デザイン ***/
.gozen-gogo_container .swell-block-button.is-style-btn_normal a {
	background: linear-gradient(90deg,rgba(255, 128, 0, 1) 0%, rgba(255, 175, 94, 1) 40%, rgba(255, 200, 145, 1) 80%);
	padding: 1.2rem 2rem;
}
/* 背景白デザインボタン */
.gozen-gogo_container .swell-block-button.is-style-btn_normal.white a {
	background: #fff;
	color: #ff8000;
	transition: all .3s;
}
.gozen-gogo_container .swell-block-button.is-style-btn_normal.white a:hover {
	background: #FFEE75;
	color: #333;
}


/*** お知らせテキストリンクデザイン ***/

/* ボタンにhoverした時 */
.gozen-gogo_container .textlink a:hover {
	opacity: 1;
	border-bottom: 2px solid rgba(255,128,0,1);
}
/* テキストリンク横のアイコン */
.gozen-gogo_container .textlink a:hover [class*=" icon-"]:before,
.gozen-gogo_container .textlink a:hover [class^=icon-]:before {
	color: rgba(255,128,0,1);
}

.gozen-gogo_container .textlink04 a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background-color: rgba(255,128,0,.6);
	border-radius: 50%;
	transition: 0.3s;
}
.gozen-gogo_container .textlink04 a:hover::after {
	width: 40px;
	height: 40px;
}


/***** #sec共通カードデザイン *****/
#sec {
  padding: 0;
  text-align: center;
  word-wrap: break-word;
}

#sec ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  border: none;
	position: relative;
}

/* 矢印 */
#sec ul:before {
	content: "";
	height: 30px;
	width: 30px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	opacity: .6;
	transition: all .3s;
	z-index: 2;
}
#sec ul:hover:before {
  opacity: 1!important;
	transform: translatex(2px);
}

/* 詳しく見るテキスト */
#sec ul:after {
	content: "詳しく見る";
	position: absolute;
	bottom: 22px;
	right: 55px;
	font-size: 1rem;
	color: #333;
	opacity: .6;
	transition: all .3s;
	z-index: 2;
}
#sec ul:hover:after {
  opacity: 1!important;
}

#sec ul li {
  padding: 2rem 2rem 3rem;
	width: 100%;
	height: 370px;
	background: #fff;
  transition: box-shadow 0.3s;
}
#sec ul li:hover {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
}

/* アイコン画像 */
#sec ul li img {
	width: 100px;
	display: block;
	position: relative;
	left: 50%;
	transform: translatex(-50%);
	margin-bottom: 25px;
	opacity: .6;
	transition: all .3s;
}
#sec ul li:hover img {
  opacity: 1;
}

/* タイトル */
#sec ul li .title01 {
  color: #6f6f6f;
  display: inline-block;
  font-size: 1.2rem;
	font-weight: bold;
  transition: color 0.3s;
}
/* タイトル下の下線共通デザイン */
#sec ul li .title01:after {
  content: "";
  position: relative;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 1px;
	margin-bottom: 2rem;
  transition: width 0.3s;
}
/* タイトル下の下線hover */
#sec ul li:hover .title01:after {
  width: 25px;
}

/* 説明テキスト */
#sec ul li p {
  color: #6f6f6f;
  line-height: 26px;
	text-align: left!important;
  transition: color 0.3s;
}
#sec ul li:hover p {
  color: #333;
}


/*** 説明テキストが無いカードデザイン ***/
#sec.notext ul li {
	height: auto;
}





/******** 午前部午後部の学び方 ********/

/* 大枠のカラム（卒業するにはとも）共通 */
.gozen-gogo_container .content-box {
	padding: 1.5rem 2rem;
	background: #fff;
	background-image:
	repeating-linear-gradient(-45deg,
	rgba(255,128,0,.03), rgba(255,128,0,.03) 15px,transparent 0, transparent 30px);
	box-shadow: 6px 6px 23px -15px #a0a0a0;
	position: relative;
}

/* カレンダーの画像 */
.gozen-gogo_container .content-box .wp-block-image.is-style-photo_frame img, .wp-block-video.is-style-photo_frame video, img.photo_frame {
	position: relative;
	z-index: 2;
}
/* 画像の背景 */
.gozen-gogo_container .photo-container.class-time::after {
  content: "";
  position: absolute;
  top: 30px!important;
	left: calc(50% + 25px);
  display: block;
  width: 375px;
  height: 310px;
  background: linear-gradient(90deg,rgba(255, 128, 0, 1) 0%, rgba(255, 175, 94, 1) 40%, rgba(255, 200, 145, 1) 80%);
	rotate: -7deg;
  z-index: 1;
}


/*** 午前部・午後部の学び方のカードデザイン ***/

/* 矢印画像 */
.gozen-gogo_container #sec ul:before {
	background: url(https://chikuma-hs.ed.jp/wp-content/uploads/2026/03/next-icon01.png) bottom / contain no-repeat;
}

/* hoverした時のタイトル色 */
.gozen-gogo_container #sec ul li:hover .title01 {
  color: #FF8000;
}
/* 午前部午後部の下線の色 */
.gozen-gogo_container #sec ul li .title01:after {
	background: #FF8000;
}




/******** 知っておきたいことば ********/

/*** カードデザイン ***/

/* 各アイテム */
.gozen-gogo_container .words-box .words-item {
	padding: 2rem 1.5rem;
	background: #FFF6ED;
	box-shadow: 6px 6px 23px -15px #a0a0a0;
}
/* タイトル */
.gozen-gogo_container .words-box .words-item .title {
	font-size: 1.4rem;
}
/* 注釈 */
.gozen-gogo_container .words-box .words-item .small {
	line-height: 1.2!important;
}

/* リスト全体 */

.gozen-gogo_container .words-box ul.is-style-index li {
	font-weight: bold;
}
/* リストの色 */
.gozen-gogo_container .words-box ul.is-style-index li:before {
	color: #FF8000;
}


/* アイテムボックス共通 */
.gozen-gogo_container .item-box.bigbox2 .item {
	background: #FFF6ED;
}

/* 卒業認定の画像の影 */
.gozen-gogo_container .photo-container.graduation::after {
  content: "";
  position: absolute;
  top: 75px!important;
	left: 30px;
  display: block;
  width: 380px;
  height:270px;
  background: linear-gradient(90deg,rgba(255, 128, 0, 1) 0%, rgba(255, 175, 94, 1) 40%, rgba(255, 200, 145, 1) 80%);
  rotate: 7deg;
  z-index: 1;
}




/******** 年間行事予定 ********/

/* 各月カラムの背景 */
.gozen-gogo_container .event-schedule .wp-block-columns {
	background: #FFF6ED;
}




/******** 生徒会 ********/

.gozen-gogo_container .banner-area {
  background-image: linear-gradient(90deg, rgba(255,128,0,.03) 5px, transparent 5px), linear-gradient(rgba(255,128,0,.03) 5px, transparent 5px);
  background-position: 10px 10px;
  background-size: 20px 20px;
}
/* 背景 */
.gozen-gogo_container .banner-area:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 550px);
	width: 100%;
	height: 230px;
	background: #fff;
}


/*** バナーリスト ***/

/* バナーデザイン */
.gozen-gogo_container .banner-image a::before{
	content: "特設ページへ";
  background: rgba(255,128,0,.7);
}
/* テキスト */
.gozen-gogo_container .image-text {
	background: linear-gradient(90deg,rgba(255, 128, 0, 1) 0%, rgba(255, 175, 94, 1) 40%, rgba(255, 200, 145, 1) 80%);
}



/******** 部活動紹介 ********/

/* アイテムボックス共通 */
/* 各アイテム */
.club-item-list .item {
	background: #fff;
	padding: 1rem;
	box-shadow: 6px 6px 23px -15px #a0a0a0;
}



/******** 進路について ********/

/*** QAのアコーディオン ***/
.gozen-gogo_container .swell-block-accordion.is-style-default.banner-out:after {
	content: "●";
  position: absolute;
	top: -12rem;
	left: -10rem;
	font-size: 30rem;
	color: rgba(203,255,199,.5);
	z-index: -2;
}

/* アコーディオンのタイトル */
.gozen-gogo_container .swell-block-accordion__title {
  padding: 1.2em 1.5em;
  font-size: 1.1em;
  background: #FFF6ED;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07999999821186066);
	transition: all .3s;
}
/* アコーディオンのタイトルhover時 */
.gozen-gogo_container .swell-block-accordion__title:hover {
	color: #FF8000;
}
/* アコーディオンのタイトルテキストの余白 */
.gozen-gogo_container .swell-block-accordion__title .swell-block-accordion__label {
	margin-left: 50px;
}

/* Qの文字 */
.gozen-gogo_container .swell-block-accordion__title:before {
  position: absolute;
  top: 18px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
	font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  background: #FF8000;
  content: "Q";
}

/* アコーディオンのbody */
.gozen-gogo_container .swell-block-accordion__body {
  padding: 2em 1.8em;
  border: none;
  background: #fff;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07999999821186066);
  position: relative;
}
/* アコーディオンのbodyテキストの余白 */
.gozen-gogo_container .swell-block-accordion__body p {
	margin-left: 55px;
}
/* Aの文字 */
.gozen-gogo_container .swell-block-accordion__body:before {
  position: absolute;
  top: 26px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #FF8000;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  background: #FFF6ED;
  content: "A";
}



/***** btnセクション（QA、学費について） *****/

/* Q&Aのデザイン */
.gozen-gogo_container .btn-section .btn-link-item.qa {
  background-image:
	repeating-linear-gradient(-45deg,
	#fff6ed, #fff6ed 15px,transparent 0, transparent 30px);
/* 	background: #FFF4D3; */
}
/* 学費のデザイン */
.gozen-gogo_container .btn-section .btn-link-item.fee {
  background: #FFEE75;
}

/* ボタンhover時のデザイン */
.gozen-gogo_container .btn-section .btn-link-item a:before {
  background: linear-gradient(90deg,rgba(255, 128, 0, 1) 0%, rgba(255, 175, 94, 1) 40%, rgba(255, 200, 145, 1) 80%);
}














/******************************** 
           夜間部ぺージ
********************************/

/******** 夜間部ぺージ共通 ********/

/*** h2セクションタイトル ***/
.yakan_container h2.section-title-jp {
	color: #3749D7!important;
}
.yakan_container h2.section-title-jp.white {
	color: #fff!important;
}


/****** h3タイトル ******/
.yakan_container h3 {
	margin-bottom: 30px!important;
	color: #333!important; 
	position: relative;
}
/* 下線 */
.yakan_container h3.is-style-section_ttl.bar::after {
    content: "";
    display: block;
    width: 45px;
    border-top: 4px solid #FF8000;
    border-radius: 30px;
    margin: 1rem auto;
}

/* content-boxとitem-boxクラス内のh3 */
.yakan_container .content-box h3,
.yakan_container .item-box h3 {
	font-size: 1.6rem!important;
}


/****** リストの番号 ******/
.yakan_container .is-style-num_circle li:before {
	background: #FF8000;
	box-shadow: none;
	font-weight: bold;
	height: 1.9em;
}





/*** SWELLボタン共通デザイン ***/
.yakan_container .swell-block-button.is-style-btn_normal a {
	background: linear-gradient(90deg,rgba(55, 73, 215, 1) 0%, rgba(69, 85, 209, 1) 40%, rgba(100, 113, 209, 1) 80%);
	padding: 1.2rem 2rem;
	font-size: .9rem;
}
/* 背景白デザインボタン */
.yakan_container .swell-block-button.is-style-btn_normal.white a {
	background: #fff;
	color: #3749D7;
	transition: all .3s;
}
.yakan_container .swell-block-button.is-style-btn_normal.white a:hover {
	background: #FFEE75;
	color: #333;
}



/*** お知らせテキストリンクデザイン ***/

/* ボタンにhoverした時 */
.yakan_container .textlink a:hover {
	opacity: 1;
	border-bottom: 2px solid rgba(55,73,215,1);
}
/* テキストリンク横のアイコン */
.yakan_container .textlink a:hover [class*=" icon-"]:before,
.yakan_container .textlink a:hover [class^=icon-]:before {
	color: rgba(55,73,215,1);
}

.yakan_container .textlink04 a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background-color: rgba(55,73,215,.6);
	border-radius: 50%;
	transition: 0.3s;
}
.yakan_container .textlink04 a:hover::after {
	width: 40px;
	height: 40px;
}



/******** 定時制夜間部について ********/

/* 大枠のカラム（卒業するにはとも）共通 */
.yakan_container .content-box {
	padding: 1.5rem 2rem;
	background: #fff;
	background-image:
	repeating-linear-gradient(-45deg,
	rgba(227,242,247,.3), rgba(227,242,247,.3) 15px,transparent 0, transparent 30px);
	box-shadow: 6px 6px 23px -15px #a0a0a0;
	position: relative;
}

/* 各画像 */
.yakan_container .photo-container img {
	position: relative;
	z-index: 2;
}
/* 画像の背景（画像が右） */
.yakan_container .photo-container.right::after {
  content: "";
  position: absolute;
  top: 29px!important;
	left: calc(50% + 19px);
  display: block;
  width: 380px;
  height: 280px;
  background: linear-gradient(90deg,rgba(55, 73, 215, 1) 0%, rgba(69, 85, 209, 1) 40%, rgba(100, 113, 209, 1) 80%);
	rotate: -7deg;
  z-index: 1;
}
/* 画像の背景（画像が左） */
.yakan_container .photo-container.left::after {
  content: "";
  position: absolute;
  top: 29px!important;
	left: 35px;
  display: block;
  width: 380px;
  height: 280px;
  background: linear-gradient(90deg,rgba(55, 73, 215, 1) 0%, rgba(69, 85, 209, 1) 40%, rgba(100, 113, 209, 1) 80%);
	rotate: 7deg;
  z-index: 1;
}

/******** 直下の各アイテムボックス ********/

/* アイテムボックス共通 */
.yakan_container .item-box .item {
	padding: 2rem 1.5rem;
	background: #fff;
	box-shadow: 6px 6px 23px -15px #a0a0a0;
}

/* アイテムボックスが2つ */
.yakan_container .item-box.box2 .item {
	height: 450px!important;
}



/******** 夜間部の特色 ********/

/* 背景 */
.yakan_container .features {
	background-image: linear-gradient(90deg, rgba(228,246,253,.3) 5px, transparent 5px), linear-gradient(rgba(228,246,253,.3) 5px, transparent 5px);
  background-position: 10px 10px;
  background-size: 20px 20px;
}

/*** 特色のアイテムボックス3つ ***/

/* リッチカラムを中央揃えに */
.yakan_container .item-box.features-box .swell-block-columns__inner {
	justify-content: center!important;
	position: relative;
}

/* 中央の円 */
.yakan_container .item-box.features-box:before {
	content: "";
	position: absolute;
	top: 180px;
	left: 50%;
  transform: translatex(-50%); 
	width: 650px;
	height: 650px;
	border: 40px solid #FFFFCC;
	border-radius: 50%;
}

/* 特色の各アイテム */
.yakan_container .item-box.features-box .item {
	background: #E4F6FD;
}

/* キャプションボックス */

/* タイトル */
.yakan_container .cap_box_ttl {
	background: linear-gradient(90deg,rgba(55, 73, 215, 1) 0%, rgba(69, 85, 209, 1) 40%, rgba(100, 113, 209, 1) 80%);
	font-size: 1rem;
}
/* body */
.cap_box_content {
	border: 2px solid #3749D7;
	background: #fff;
}






/******** 夜間部が日常で～ ********/

/* アイテムボックス共通 */
.yakan_container .item-box.box3.important-box {
	margin-top: 80px;
}
.yakan_container .item-box.box3.important-box .item {
	padding: 3rem 1rem;
	background: #3749D7;
	font-size: 1.3rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.yakan_container .item-box.box3.important-box .item:before {
	content: "";
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translatex(-50%);
	width: 65px;
	height: 65px;
	background: #fff;
	color: #3749D7;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	border: 3px solid;
	border-radius: 50%;
}
.yakan_container .item-box.box3.important-box .item.item01:before {
	content: "01";
}
.yakan_container .item-box.box3.important-box .item.item02:before {
	content: "02";
}
.yakan_container .item-box.box3.important-box .item.item03:before {
	content: "03";
}
/* pointの文字 */
.yakan_container .item-box.box3.important-box .item:after {
	content: "ポイント";
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translatex(-50%);
	font-size: .6rem;
	font-weight: bold;
	color: #3749D7;
}



/******** 在校生の声 ********/

/* アイテムボックスのアイコン */
.yakan_container .important .item-box.voice-box .item img {
	width: 130px!important;
	height: 130px!important;
}

/**** ループスライダー ***/
.yakan_container .important .loop-slider {
  overflow: inherit;
}

.yakan_container .important .loop-slider .swell-block-columns__inner {
  animation: infinity-scroll-left 80s infinite linear; 
}

.yakan_container .important .loop-slider .swell-block-column figure {
  width: 280px;
	height: 130px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}




/******** 年間行事予定 ********/

/* 各月カラムの背景 */
.yakan_container .event-schedule .wp-block-columns {
	background: #E4F6FD;
}
/* リストの色 */
.yakan_container .event-schedule .wp-block-columns li::marker {
	color: #3749D7!important;
}




/******** 学生活動 ********/

/* 画像の背景 */
.yakan_container .photo-container.activity::after {
  content: "";
  position: absolute;
  top: 52px!important;
	left: 30px;
  display: block;
  width: 315px;
  height: 225px;
  background: linear-gradient(90deg,rgba(55, 73, 215, 1) 0%, rgba(69, 85, 209, 1) 40%, rgba(100, 113, 209, 1) 80%);
	rotate: 7deg;
  z-index: 1;
}

/* リッチカラムのめくれデザイン */
.yakan_container .is-style-crease {
	padding: 1.5rem 0;
	background: #E4F6FD;
}



/******** 進路について ********/

/*** QAのアコーディオン ***/
.yakan_container .swell-block-accordion.is-style-default.banner-out:after {
	content: "●";
  position: absolute;
	top: -12rem;
	left: -10rem;
	font-size: 30rem;
	color: rgba(203,255,199,.5);
	z-index: -2;
}

/* アコーディオンのタイトル */
.yakan_container .swell-block-accordion__title {
  padding: 1.2em 1.5em;
  font-size: 1.1em;
  background: #e4f6fd;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07999999821186066);
	transition: all .3s;
}
/* アコーディオンのタイトルhover時 */
.yakan_container .swell-block-accordion__title:hover {
	color: #3749D7;
}
/* アコーディオンのタイトルテキストの余白 */
.yakan_container .swell-block-accordion__title .swell-block-accordion__label {
	margin-left: 50px;
}

/* Qの文字 */
.yakan_container .swell-block-accordion__title:before {
  position: absolute;
  top: 15px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
	font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  background: #3749D7;
  content: "Q";
}

/* アコーディオンのbody */
.yakan_container .swell-block-accordion__body {
  padding: 2em 1.5em;
  border: none;
  background: #fff;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07999999821186066);
  position: relative;
}
/* アコーディオンのbodyテキストの余白 */
.yakan_container .swell-block-accordion__body p {
	margin-left: 55px;
}
/* Aの文字 */
.yakan_container .swell-block-accordion__body:before {
  position: absolute;
  top: 24px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #3749D7;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  background: #E4F6FD;
  content: "A";
}



/***** Q&Aセクション *****/

.yakan_container .qa {
	background-image:
	repeating-linear-gradient(-45deg,
	rgba(227,242,247,.3), rgba(227,242,247,.3) 15px,transparent 0, transparent 30px);
}




/***** btnセクション（学費について） *****/

/* 学費のデザイン */
.yakan_container .btn-section .btn-link-item.fee {
  background: #FFEE75;
}

/* ボタンhover時のデザイン */
.yakan_container .btn-section .btn-link-item a:before {
  background: linear-gradient(90deg,rgba(55, 73, 215, 1) 0%, rgba(69, 85, 209, 1) 40%, rgba(100, 113, 209, 1) 80%);
}












/******************************** 
           通信制ぺージ
********************************/

/******** 通信制ぺージ共通 ********/

/*** h2セクションタイトル ***/
.tsushin_container h2.section-title-jp {
	color: #279F42!important;
}
.tsushin_container h2.section-title-jp.white {
	color: #fff!important;
}


/****** h3タイトル ******/
.tsushin_container h3 {
	margin-bottom: 30px!important;
	color: #333!important; 
	position: relative;
}
/* 下線 */
.tsushin_container h3.is-style-section_ttl.bar::after {
    content: "";
    display: block;
    width: 45px;
    border-top: 4px solid #FF8000;
    border-radius: 30px;
    margin: 1rem auto;
}

/* content-boxとitem-boxクラス内のh3 */
.tsushin_container .content-box h3,
.tsushin_container .item-box h3 {
	font-size: 1.6rem!important;
}


/****** リストの番号 ******/
.tsushin_container .is-style-num_circle li:before {
	background: #FF8000;
	box-shadow: none;
	font-weight: bold;
	height: 1.9em;
}



/*** SWELLボタン共通デザイン ***/
.tsushin_container .swell-block-button.is-style-btn_normal a {
	background: linear-gradient(90deg,rgba(39, 159, 66, 1) 0%, rgba(43, 194, 78, 1) 40%, rgba(65, 204, 98, 1) 80%);
	padding: 1.2rem 2rem;
	font-size: .9rem;
}
/* 背景白デザインボタン */
.tsushin_container .swell-block-button.is-style-btn_normal.white a {
	background: #fff;
	color: #279f42;
	transition: all .3s;
}
.tsushin_container .swell-block-button.is-style-btn_normal.white a:hover {
	background: #FFEE75;
	color: #333;
}



/*** お知らせテキストリンクデザイン ***/

/* ボタンにhoverした時 */
.tsushin_container .textlink a:hover {
	opacity: 1;
	border-bottom: 2px solid rgba(39,159,66,1);
}
/* テキストリンク横のアイコン */
.tsushin_container .textlink a:hover [class*=" icon-"]:before,
.tsushin_container .textlink a:hover [class^=icon-]:before {
	color: rgba(39,159,66,1);
}

.tsushin_container .textlink04 a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background-color: rgba(39,159,66,.6);
	border-radius: 50%;
	transition: 0.3s;
}
.tsushin_container .textlink04 a:hover::after {
	width: 40px;
	height: 40px;
}



/******** 定時制夜間部について ********/

/* 大枠のカラム（卒業するにはとも）共通 */
.tsushin_container .content-box {
	padding: 1.5rem 2rem;
	background: #fff;
	background-image:
	repeating-linear-gradient(-45deg,
	rgba(214,249,240,.3), rgba(214,249,240,.3) 15px,transparent 0, transparent 30px);
	box-shadow: 6px 6px 23px -15px #a0a0a0;
	position: relative;
}

/* 各画像 */
.tsushin_container .photo-container img {
	position: relative;
	z-index: 2;
}
/* 画像の背景 */
.tsushin_container .photo-container::after {
  content: "";
  position: absolute;
  top: 29px!important;
	left: calc(50% + 19px);
  display: block;
  width: 380px;
  height: 280px;
  background: linear-gradient(90deg,rgba(39, 159, 66, 1) 0%, rgba(43, 194, 78, 1) 40%, rgba(65, 204, 98, 1) 80%);
	rotate: -7deg;
  z-index: 1;
}


/***** 通信制の特徴 *****/

/* 大枠のボックス */
.features-box-contents {
	padding: 2rem;
	background-color: #ffffff;
  background-image: linear-gradient(90deg, #d6f9f04d 5px, transparent 5px), linear-gradient(#d6f9f04d 5px, transparent 5px);
  background-position: 10px 10px;
  background-size: 20px 20px;
}

/*** 特徴のナンバリングアイテム ***/

/* ナンバリングのリッチカラム */
.tsushin_container .item-box.features-box {
	margin-top: 60px;
}
/* リッチカラムを中央揃えに */
.tsushin_container .item-box.features-box .swell-block-columns__inner {
	justify-content: center!important;
	position: relative;
}

/* 特色の各アイテム */
.tsushin_container .item-box.features-box .item {
	padding: 3rem 1rem 2rem;
	color: #FFF;
	background: #279F42;
	position: relative;
}
/* 各番号の共通デザイン */
.tsushin_container .item-box.features-box .item:before {
	content: "";
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translatex(-50%);
	width: 65px;
	height: 65px;
	background: #fff;
	color: #279F42;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	border: 3px solid #279F42;
	border-radius: 50%;
}
.tsushin_container .item-box.features-box .item.item01:before {
	content: "01";
}
.tsushin_container .item-box.features-box .item.item02:before {
	content: "02";
	
}
.tsushin_container .item-box.features-box .item.item03:before {
	content: "03";
}
.tsushin_container .item-box.features-box .item.item04:before {
	content: "04";
	
}
.tsushin_container .item-box.features-box .item.item05:before {
	content: "05";
}
/* PCでのitem04と05の上の余白 */
.tsushin_container .item-box.features-box .item.item04,
.tsushin_container .item-box.features-box .item.item05 {
	margin-top: 20px;
}

/* 特徴の文字 */
.tsushin_container .item-box.features-box .item:after {
	content: "特徴";
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translatex(-50%);
	font-size: .6rem;
	color: #279F42;
}


/***** 学修の流れ *****/

/* 大枠のボックス */
.flow-box-contents {
	padding: 2rem;
	background-color: #ffffff;
  background-image: linear-gradient(90deg, #d6f9f04d 5px, transparent 5px), linear-gradient(#d6f9f04d 5px, transparent 5px);
  background-position: 10px 10px;
  background-size: 20px 20px;
}


/*** 流れの共通カラム ***/

/* 流れのカラムのgap削除 */
.tsushin_container .flow-box.wp-block-columns {
	--wp-column-gap: 0em!important;
}
/* 流れの共通カラムデザイン */
.tsushin_container .flow-box {
	background: #fff;
	border: 2px solid #279F42;
}
/* 流れのカラムtopクラスの余白 */
.tsushin_container .flow-box.top {
	margin-top: 2rem;
}
/* 流れのカラムbottomクラスの余白 */
.tsushin_container .flow-box.bottom {
	margin-bottom: 2rem;
}

/* 流れのカラムの共通タイトル */
.tsushin_container .flow-box .title {
  display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 130px;
	font-size: 1.1rem;
	color: #fff;
  background: #279F42;
}

/*  流れのカラムの共通テキストボックス */
.tsushin_container .flow-box .text-box {
	padding: 0 1rem;
}




/******** 学校生活 ********/

/* 各アイテムのデザイン */
.tsushin_container .item-box-contents .item  {
	padding: 2rem 1.5rem;
	background: #fff;
	box-shadow: 6px 6px 23px -15px #a0a0a0;
}

/* 各部活動のアイテム */
.tsushin_container .item-box-contents .item .tsu-activities-item {
	padding: 1rem;
	background: #D6F9F0;
}
/* 各部活動のタイトル */
.tsushin_container .item-box-contents .item .tsu-activities-item .heading {
	color: #fff;
	background: #279F42;
}




/******** 年間行事予定 ********/

/* 各月カラムの背景 */
.tsushin_container .event-schedule .wp-block-columns {
	background: #D6F9F0;
}
/* リストの色 */
.tsushin_container .event-schedule .wp-block-columns li::marker {
	color: #279f42!important;
}




/******** 進路について ********/

/*** QAのアコーディオン ***/

/* アコーディオンのタイトル */
.tsushin_container .swell-block-accordion__title {
  padding: 1.2em 1.5em;
  font-size: 1.1em;
  background: #D6F9F0;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07999999821186066);
	transition: all .3s;
}
/* アコーディオンのタイトルhover時 */
.tsushin_container .swell-block-accordion__title:hover {
	color: #279F42;
}
/* アコーディオンのタイトルテキストの余白 */
.tsushin_container .swell-block-accordion__title .swell-block-accordion__label {
	margin-left: inherit;
}

/* Qの文字 */
.tsushin_container .swell-block-accordion__title:before {
	display: none;
}

/* アコーディオンのbody */
.tsushin_container .swell-block-accordion__body {
  padding: 2em 1.8em;
  border: none;
  background: #fff;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07999999821186066);
  position: relative;
}
/* アコーディオンのbodyテキストの余白 */
.tsushin_container .swell-block-accordion__body p {
	margin-left: inherit;
}
/* Aの文字 */
.tsushin_container .swell-block-accordion__body:before {
	display: none;
}



/***** Q&Aセクション *****/

.tsushin_container .qa {
	background-image:
	repeating-linear-gradient(-45deg,
	rgba(214,249,240,.3), rgba(214,249,240,.3) 15px,transparent 0, transparent 30px);
}




/***** btnセクション（学費について） *****/

/* 学費のデザイン */
.tsushin_container .btn-section .btn-link-item.fee {
  background: #FFEE75;
}

/* ボタンhover時のデザイン */
.tsushin_container .btn-section .btn-link-item a:before {
  background: linear-gradient(90deg,rgba(39, 159, 66, 1) 0%, rgba(43, 194, 78, 1) 40%, rgba(65, 204, 98, 1) 80%);
}


















@media screen and (max-width: 599px) {
	
	/*************************** 
              共通
  ****************************/

  /****** h2セクションタイトル ******/

  /* 各セクションタイトル */
  h2.section-title-jp {
	  font-size: 1.8rem!important;
	  margin-bottom: 2rem;
  }

	
  /****** サブタイトル ******/

  /* セクションタイトル上の英語のサブタイトル */
  .sub-title-en {
	  margin-bottom: 2rem;
	  font-size: 1.2rem;
  }


  /****** h3タイトル ******/

  /* h3タイトル */
  h3 {
	  font-size: 1.4rem!important;
	  margin-bottom: 30px!important;
  }
  /* 下線 */
  h3.is-style-section_ttl.bar::after {
    width: 50px;
    border-top: 3px solid #4AB4E3;
    border-radius:20px;
    margin: 1rem auto;
  }

  /* 各コンテンツのタイトル */
  .lead-title {
	  font-size: 1.6rem!important;
	  line-height: 1.4;
  }
	
  /* SWELLデフォルトのフルワイドのpadding削除 */
	.swell-block-fullWide__inner.l-container {
		--swl-fw_inner_pad: 1.5rem!important;
  }

  /*  */
  .post_content ol, .post_content ul {
    padding-left: 0!important;
  }



  /****** タブデザイン ******/

  /* タブのデザイン */
  .is-style-balloon>.c-tabList .c-tabList__button {
	  max-width: 100%!important;
	  padding: 1rem 0;
  }

  /* タブbody */
  .c-tabBody {
	  padding: 2rem 0.3rem 0!important;
  }
	
	
	
	/****** 画像とテキストの順番 ******/
	.order-box .order-content {
		order: 2;
	}
	.order-box img {
		order: 1;
	}


  /*********** 下層ページ ***********/

  /* h1 TOPヘディング */
  h1.top-heading {
	  font-size: 1.8rem;
		line-height: 1.4;
  }

  /* パンくずリスト */
  .p-breadcrumb {
	  display: none;
  }


  /*********** ループスライダー ***********/
	.loop-slider { 
    gap: 1.5!important; /* 画像間の余白を指定 */
  }

  .loop-slider .swell-block-column figure {
    width: 200px; /* 画像の横幅を指定（パソコン） */
	  height: 200px;
    position: relative;
  }

  .loop-slider .swell-block-column figure::before {
    padding-top: 65%; /* 画像の縦横比を指定 */
    display: block;
    content: "";
  }




  /*************************** 
        メインビジュアル
  ****************************/

  /* タイトル */
  .p-mainVisual__slideTitle {
	  top: 50%;
	  left: 10px;
	  font-size: 2.1rem!important;
	  text-shadow: 0 0 20px #000;
  }

  /* ページネーション */
  .swiper-pagination {
	  margin: 0 0 10px 20px;
  }
  /* ● */
  .swiper-pagination-bullet {
	  width: 10px;
	  height: 10px;
  }

 


  /*****************************
             ヘッダー 
  *****************************/




  /*****************************
      フッター直前・フッター 
  *****************************/

  /****** フッターメニューエリア ******/

  /* フッターメニューのフルワイドの余白調整 */
  @media (min-width: 960px) {
    .pc-py-40.footer-menu-area {
      padding-bottom: 2em !important;
      padding-top: 4em !important;
    }
  }

  /* 学校の名前 */
  .school-name {
	  font-size: 1.4rem;
  }
  /* 学校の住所 */
  .footer-menu-area .adress {
	  font-size: .9rem!important;
  }

  /*** small-textメニュー共通 ***/

  /* フッター内smallテキスト */
  .footer-menu-area .small-text {
	  font-size: .9em;
  }



  /*************************************
       　    各ボタンデザイン 
  **************************************/
	
	/******** SWELLボタン共通デザイン ********/
  .swell-block-button.is-style-btn_normal a {
		padding: 1rem!important;
		width: 100%;
  }
	
  /******** 共通テキストリンクデザイン ********/

  .textlink a {
	  width: 150px;
	  height: 50px;
	  font-size: 14px;
	  margin-left: auto;
	  border-bottom: 2px solid #ccc;
  }

  /* テキストリンク横のアイコン */
  .textlink a [class*=" icon-"]:before,
  .textlink a [class^=icon-]:before {
	  font-size: 1.2rem;
	  top: 15.3px;
	  right: -5px;
  }

  .textlink04 a:hover::after {
	  width: 20px!important;
	  height: 20px!important;
  }




  /*******************************
             TOPページ
  ********************************/
	
	/******** バナーセクション ********/

  /* フルワイド */
  @media (min-width: 960px) {
    .pc-py-20.top-banner-section {
    }
  }

  /* 背景 */
  #cloud {
    animation: awan-animasi 40s linear infinite;
    -ms-animation: awan-animasi 40s linear infinite;
    -moz-animation: awan-animasi 40s linear infinite;
    -webkit-animation: awan-animasi 40s linear infinite;
  }


  /*** バナー ***/

  /* バナータイトル */
  .top-banner-section .c-bannerLink__title {
	  font-size: 1.2rem;
	  padding: 0 .5em .35rem;
	  border-radius: .1rem;
  }
  /* バナーデスクリプション */
  .top-banner-section .c-bannerLink__description {
	  font-size: 1.4rem;
  }


  /*** バナーの右下の各アイコン ***/

  .top-banner-section .banner-item {
	  border: 4px solid #fff;
  }

  /* バナー右下の矢印 */
  .top-banner-section .banner-item:before  {
	  bottom: 10px;
	  right: 10px;
	  width: 28px;
	  height: 28px;
  }



  /******** 更新情報セクション ********/

  /* フルワイド */
  @media (min-width: 960px) {
    .pc-py-40.top-info {
      padding-bottom:4em!important;
	    padding-top: 4em!important;	
	  }
  }



  /********* 松本筑摩の特徴 *********/

  /* フルワイド */
  @media (min-width: 960px) {
    .pc-py-40.top-features {
      padding-bottom: 4em!important;
	    padding-top: 4em!important;	
	  }
  }


  /*** 最初のカラム ***/

  /* 画像の背景 */
  .photo-container.top-features::after {
    top: 6px!important;
	  left: 0;
    display: block;
    width: 350px;
    height: 260px;
    rotate: 7deg;
  }


  /*** 画像の共通デザイン ***/

  /* 画像二枚目 */
  .top-features .img-box .img02 img {
	  bottom: -50px;
	  left: -10px;
	  width: 190px;
	  transform: rotate(-8deg);
  }
  /* 画像三枚目 */
  .top-features .img-box .img03 img {
	  bottom: -30px;
	  right: -10px;
	  width: 160px;
	  transform: rotate(8deg);
  }



  /********* 多部制（三部制）とは *********/

  /* フルワイド */
  @media (min-width: 960px) {
    .pc-py-40.top-desc {
      padding-bottom:4em!important;
	    padding-top: 8em!important;	
	  }
  }


  /*** カードデザイン ***/

  /* 画像 */
  .card-link img {
	  height: 150px;
  }

  /* cardボディ */
  .card-box {
    padding: 1.5rem 0rem;
	  height: 90px;
  }
  /* 右下矢印デザイン共通 */
  .card-box:before {
	  height: 25px;
	  width: 25px;
	  bottom: 15px;
	  right: 15px;
  }

  /* cardタイトル共通 */
  .card-title {
    font-size: 1.3rem;
  }




  /********* 授業時間セクション *********/

  /* 大枠のカラム */
	.top-class-time .content-box {
	  padding: 1.5rem;
	  max-width: 100%;
  }

  /* カレンダー画像の背景 */
	.top-class-time .photo-container.class-time {
		position: relative;
	}
	.top-class-time .photo-container.class-time::after {
    top: 29px!important;
		left: calc(50% - 153px);
    width: 305px;
    height: 250px;
    rotate: 7deg;
  }


  /*** 流れる背景文字 ***/

  /* 流れる背景テキスト */
  .bbs.top-strongpoint-bgtxt {
    overflow: inherit;
	  bottom: -115px;
  }
  .bbs.top-strongpoint-bgtxt ul {
    animation: flowing 300s linear infinite;
	  font-size: 80px;
  }



  /****** 単位制とは ******/

  /*** カードデザイン ***/

  /* card-list */
  .top-desc .card-list {
	  margin-top: 0!important;
  }

  /* 最初と最後のカードアイテム */
  .top-desc .card-list .card-item.item01,
  .top-desc .card-list .card-item.item03 {
	  margin-top: 0!important;
  }

  /* 各タイトル */
  .top-desc .card-list .card-item .title {
	  padding: .6rem 0;
	  font-size: 1.2rem;
  }

  /* テキストボックス */
  .top-desc .card-list .card-item .text-box {
	  padding: 1.5rem 2rem;
	  background: #fff;
  }

  /* サブタイトル */
  .top-desc .card-list .card-item .text-box .sub-title {
	  width: 250px;
	  padding: 1rem .5rem 1rem .5em;
	  margin: 0 auto 0.5rem;
	  font-size: 1.1rem;
  }

  /* smallテキスト */
  .top-desc .card-list .card-item .text-box   .small-text {
	  padding-bottom: .2rem;
	  height: 85px;
	  line-height: 1.2;
  }



  /****** フッター前バナーセクション ******/

  /* 背景 */
  .top-banner-bottom-section {
    background-size: 15px 15px;
  }

  /* 背景 */
  .top-banner-bottom-section:before {
	  left: calc(50% - 100px);
	  width: 100%;
	  height: 400px;
  }

	
  /*** バナーリスト ***/

  /* バナーデザイン */
  .banner-image a::before{
    width: 80px;
    height: 80px;
	  font-size: .8rem;
  }
  /* テキスト */
  .image-text {
	  padding: .8rem;
    font-size: 1.2rem;
  }
.banner-image:hover .image-text {
	background: none;
	color: #fff;
	text-shadow: none;
	transform: translatex(5px);
}





  /*************************************
       　  学校紹介各ページ共通
  **************************************/

  /* 各サイドバーとページの間のカラムのギャップ */
  .school-introduction .wp-block-columns {
	  --wp-column-gap: 3em;
  }

  /******* サイドメニュー共通 *******/

  /* サイドメニューのグループ */
  .side-menu.wp-block-group {
	  padding: 1rem!important;
  }

  /* タイトルテキスト */
  .side-menu .has-border, div.has-background, p.has-background {
	  padding: .6rem 1.4rem;
	  font-size: 1.2rem;
  }

  /* メニューリスト */
  .side-menu .swell-block-linkList__link {
	  padding: 1.2rem;
		font-size: 1rem;
  }



  /******************************** 
            下層ぺージ共通
  ********************************/

/* 雲の背景 */
/*   .cloud:before {
	  width: 100%;
	  height: 400vh;
	  top: 0;
	  background: url(https://chikuma-hs.ed.jp/wp-content/uploads/2026/03/cloudies-1-scaled.png) no-repeat top center / 100em;
} */



  /***** 年間行事予定共通 *****/

  /* 年間行事予定フルワイド */
  @media (min-width: 960px) {
    .pc-py-40.event-schedule {
      padding-bottom: 12em !important;
      padding-top: 4em !important;
    }
  }

  /* 年間行事予定共通背景 */
  .event-schedule {
	  background: url(https://chikuma-hs.ed.jp/wp-content/uploads/2026/03/kokuban-bg.jpg) no-repeat center / cover;
	  border: 10px ridge #CB9F51;
  }
  /* チョーク */
  .event-schedule:before {
	  width: 120px;
	  height: 120px;
  }

  /* スケジュールアイテム共通 */
  .event-schedule .item-box.bigbox2 .item {
	  padding: 1.5rem;
  }

  /* 各月のカラム共通 */
  .event-schedule .wp-block-columns {
	  --wp-column-gap: -1em!important;
	    padding: .8rem .5rem;
  }

  /* リストの余白 */
  .event-schedule .wp-block-columns li {
		font-size: 1rem;
	  margin-left: 40px;
  }


  /***** btnセクション（QA、学費について） *****/

  /*** 共通デザイン ***/

  /* ボタン全体のデザイン */
  .btn-link-item a {
    width: 100%;
	  height: 180px!important;
	  font-size: 1.4rem;
  }





  /******************************** 
         午前部午後部ぺージ
  ********************************/

  /******** 午前部午後部ぺージ共通 ********/

  /****** h3タイトル ******/
  .gozen-gogo_container h3 {
	  margin-bottom: 15px!important;
  }
  /* 下線 */
  .gozen-gogo_container h3.is-style-section_ttl.bar::after {
    width: 35px;
    border-top: 3px solid #FF8000;
    border-radius: 0;
    margin: 0.5rem auto;
  }
  /* content-boxとitem-boxクラス内のh3 */
  .gozen-gogo_container .content-box h3,
  .gozen-gogo_container .item-box h3 {
	  font-size: 1.4rem!important;
  }


/****** リストの番号 ******/
.gozen-gogo_container .is-style-num_circle li:before {
	background: #FF8000;
	box-shadow: none;
	font-weight: bold;
	height: 1.9em;
}


  /*** お知らせテキストリンクデザイン ***/

  .gozen-gogo_container .textlink04 a:hover::after {
	  width: 32px;
	  height: 32px;
  }


/***** #sec共通カードデザイン *****/

  /* 矢印 */
  #sec ul:before {
	  height: 25px;
	  width: 25px;
	  bottom: 20px;
	  right: 20px;
  }

  /* 詳しく見るテキスト */
  #sec ul:after {
	  bottom: 21px;
	  right: 55px;
	  font-size: .9rem;
  }
	
  #sec ul li {
    padding: 2rem 2rem 3rem;
	  height: auto;
  }

  /* アイコン画像 */
  #sec ul li img {
	  width: 80px;
	  margin-bottom: 15px;
  }

  /* 説明テキスト */
  #sec ul li p {
/* 		font-size: 1rem; */
  }



  /******** 午前部午後部の学び方 ********/

  /* 大枠のカラム（卒業するにはとも）共通 */
  .gozen-gogo_container .content-box {
	  padding: 1.5rem;
  }
	
  /* 画像の背景 */
  .gozen-gogo_container .photo-container.class-time::after {
    top: 24px!important;
	  left: calc(50% - 153px);
    width: 305px;
    height: 255px;
  }



  /******** 知っておきたいことば ********/

 /*** カードデザイン ***/

  /* 各アイテム */
  .gozen-gogo_container .words-box .words-item {
	  padding: 2rem 1.5rem;
  }
	
	/* タイトル */
	.gozen-gogo_container .words-box .words-item img {
    width: 90px!important;
	}
	
  /* タイトル */
  .gozen-gogo_container .words-box .words-item .title {
	  font-size: 1.2rem;
   }

  /* リスト全体 */
  .gozen-gogo_container .words-box ul.is-style-index li {
		font-size: .9rem;
	  font-weight: bold;
  }

  /* 卒業認定の画像の影 */
  .gozen-gogo_container .photo-container.graduation::after {
    top: 26px!important;
	  left: calc(50% - 155px);
    width: 310px;
    height: 220px;
  }


  /******** 生徒会 ********/

  .gozen-gogo_container .banner-area {
    background-size: 15px 15px;
  }
  /* 背景 */
  .gozen-gogo_container .banner-area:before {
	  left: calc(50% - 100px);
	  width: 100%;
	  height: 400px;
  }


  /******** 部活動紹介 ********/

  /* アイテムボックス共通 */
  .club-item-list .item {
		font-size: 1rem;
	  padding: 1rem;
  }



  /******** 進路について ********/

  /*** QAのアコーディオン ***/
	
  /* アコーディオンのタイトル */
  .gozen-gogo_container .swell-block-accordion__title {
    padding: 1.2rem;
    font-size: 1em;
  }

  /* Qの文字 */
  .gozen-gogo_container .swell-block-accordion__title:before {
    top: 50%;
    left: 15px;
		transform: translatey(-50%);
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }

  /* アコーディオンのbody */
  .gozen-gogo_container .swell-block-accordion__body {
    padding: 1.4rem 1rem;
  }
  /* アコーディオンのbodyテキストの余白 */
  .gozen-gogo_container .swell-block-accordion__body p {
	  margin-left: 50px;
  }
  /* Aの文字 */
  .gozen-gogo_container .swell-block-accordion__body:before {
    top: 33px;
    left: 15px;
		transform: translatey(-50%);
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }



  /******************************** 
             夜間部ぺージ
  ********************************/

  /******** 夜間部ぺージ共通 ********/

  /****** h3タイトル ******/
  .yakan_container h3 {
	  margin-bottom: 15px!important;
  }
  /* 下線 */
  .yakan_container h3.is-style-section_ttl.bar::after {
    width: 45px;
    border-top: 4px solid #FF8000;
    border-radius: 30px;
    margin: 1rem auto;
  }

  /* content-boxとitem-boxクラス内のh3 */
  .yakan_container .content-box h3,
  .yakan_container .item-box h3 {
	  font-size: 1.4rem!important;
  }


  /*** SWELLボタン共通デザイン ***/
  .yakan_container .swell-block-button.is-style-btn_normal a {
	  font-size: 1rem;
  }


  /*** お知らせテキストリンクデザイン ***/
  .yakan_container .textlink04 a:hover::after {
	  width: 35px;
	  height: 35px;
  }


  /******** 定時制夜間部について ********/

  /* 大枠のカラム（卒業するにはとも）共通 */
  .yakan_container .content-box {
	  padding: 1.5rem;
  }

  /* 画像の背景（画像が右） */
  .yakan_container .photo-container.right::after {
    top: 27px!important;
	  left: calc(50% - 156px);
    width: 310px;
    height: 220px;
  }
  /* 画像の背景（画像が左） */
  .yakan_container .photo-container.left::after {
    top: 27px!important;
	  left: calc(50% - 156px);
    width: 310px;
    height: 220px;
  }


  /******** 夜間部の特色 ********/

  /* 背景 */
  .yakan_container .features {
    background-size: 15px 15px;
  }

	
  /*** 特色のアイテムボックス3つ ***/
	
	/* アイコン画像 */
	.yakan_container .item-box.features-box img {
		width: 90px!important;
		margin-bottom: 0!important;
	}

  /* 中央の円 */
  .yakan_container .item-box.features-box:before {
	  top: 180px;
		left: 50%;
    transform: translatex(-50%); 
	  width: 650px;
	  height: 650px;
	  border: 40px solid #FFFFCC;
  }

	
  /*** キャプションボックス ***/

  /* タイトル */
  .yakan_container .cap_box_ttl {
	  font-size: 1rem;
  }


  /******** 夜間部が日常で～ ********/

  /* アイテムボックス共通 */
  .yakan_container .item-box.box3.important-box {
	  margin-top: 60px;
  }
  .yakan_container .item-box.box3.important-box .item {
	  padding: 3rem 1rem 2rem;
	  font-size: 1.2rem;
  }
  
	.yakan_container .item-box.box3.important-box .item:before {
	  top: -30px;
	  left: 50%;
	  width: 60px;
	  height: 60px;
	  font-size: 1.6rem;
	  border: 2px solid;
  }
  /* pointの文字 */
  .yakan_container .item-box.box3.important-box .item:after {
	  top: -23px;
	  left: 50%;
	  font-size: .6rem;
  }
	
	
	
	/******** 在校生の声 ********/

  /* アイテムボックスのアイコン */
  .yakan_container .important .item-box.voice-box .item img {
	  width: 90px!important;
	  height: 90px!important;
  }

  /**** ループスライダー ***/
  .yakan_container .important .loop-slider .swell-block-columns__inner {
    animation: infinity-scroll-left 80s infinite linear; /* アニメーションの時間を指定 */
  }

  .yakan_container .important .loop-slider .swell-block-column figure {
    width: 240px; /* 画像の横幅を指定（パソコン） */
	  height: 100px;
  }
	
	

  /******** 学生活動 ********/

  /* 画像の背景 */
  .yakan_container .photo-container.activity::after {
    top: 27px!important;
	  left: calc(50% - 156px);
    width: 310px;
    height: 220px;
  }

  /* リッチカラムのめくれデザイン */
  .yakan_container .is-style-crease {
	  padding: 1rem 0;
  }



  /******** 進路について ********/

  /*** QAのアコーディオン ***/

  /* アコーディオンのタイトル */
  .yakan_container .swell-block-accordion__title {
    padding: 1.2rem;
    font-size: 1em;
  }

 /* Qの文字 */
  .yakan_container .swell-block-accordion__title:before {
    top: 50%;
    left: 15px;
		transform: translatey(-50%);
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }

  /* アコーディオンのbody */
  .yakan_container .swell-block-accordion__body {
    padding: 1.4rem 1rem;
  }
  /* アコーディオンのbodyテキストの余白 */
  .yakan_container .swell-block-accordion__body p {
	  margin-left: 50px;
  }
  /* Aの文字 */
  .yakan_container .swell-block-accordion__body:before {
    top: 33px;
    left: 15px;
		transform: translatey(-50%);
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }








  /******************************** 
             通信制ぺージ
  ********************************/

  /******** 通信制ぺージ共通 ********/

  /****** h3タイトル ******/
  .tsushin_container h3 {
	  margin-bottom: 15px!important;
  }
  /* 下線 */
  .tsushin_container h3.is-style-section_ttl.bar::after {
    width: 45px;
    border-top: 4px solid #FF8000;
    border-radius: 30px;
    margin: 1rem auto;
  }

  /* content-boxとitem-boxクラス内のh3 */
  .tsushin_container .content-box h3,
  .tsushin_container .item-box h3 {
	  font-size: 1.4rem!important;
  }


  /*** SWELLボタン共通デザイン ***/
  .tsushin_container .swell-block-button.is-style-btn_normal a {
	  padding: 1.2rem 2rem;
	  font-size: 1rem;
  }

  /*** お知らせテキストリンクデザイン ***/
  .tsushin_container .textlink04 a:hover::after {
	  width: 35px;
	  height: 35px;
  }
	
	
	/******** お知らせ ********/
	@media not all and (min-width: 960px) {
    .sp-py-40.notice {
      padding-bottom: 4em !important;
      padding-top: 2em !important;
    }
  }


  /******** 通信制について ********/

  /* 大枠のカラム（卒業するにはとも）共通 */
  .tsushin_container .content-box {
		padding: 1.5rem!important;
  }

  /* 画像の背景（画像が右） */
  .tsushin_container .photo-container::after {
    top: 27px!important;
	  left: calc(50% - 156px);
    width: 310px;
    height: 220px;
  }


  /***** 通信制の特徴 *****/

  /* 大枠のボックス */
  .features-box-contents {
	  padding: 1.5rem;
    background-size: 15px 15px;
  }

	
  /*** 特徴のナンバリングアイテム ***/

  /* ナンバリングのリッチカラム */
  .tsushin_container .item-box.features-box {
	  margin-top: 60px;
  }

  /* 特色の各アイテム */
  .tsushin_container .item-box.features-box .item {
	  padding: 2.5rem 1rem 1.5rem;
  }
	.tsushin_container .item-box.features-box .item p {
		font-size: 1rem;
		line-height: 1.6;
	}
  /* 各番号の共通デザイン */
  .tsushin_container .item-box.features-box .item:before {
	  top: -32px;
	  width: 60px;
	  height: 60px;
	  font-size: 1.6rem;
	  border: 2px solid #279F42;
  }

  /* PCでのitem04と05の上の余白 */
  .tsushin_container .item-box.features-box .item.item04,
  .tsushin_container .item-box.features-box .item.item05 {
	  margin-top: 0;
  }

  /* 特徴の文字 */
  .tsushin_container .item-box.features-box .item:after {
	  top: -25px;
	  font-size: .6rem;
  }


  /***** 学習の流れ *****/

  /* 大枠のボックス */
  .flow-box-contents {
	  padding: 1.5rem;
    background-size: 15px 15px;
  }


  /*** 流れの共通カラム ***/

  /* 流れのカラムのgap削除 */
  .tsushin_container .flow-box.wp-block-columns {
	  --wp-column-gap: 0em!important;
  }

  /* 流れのカラムtopクラスの余白 */
  .tsushin_container .flow-box.top {
	  margin-top: 3rem;
  }
  /* 流れのカラムbottomクラスの余白 */
  .tsushin_container .flow-box.bottom {
	  margin-bottom: 2rem;
  }

  /* 流れのカラムの共通タイトル */
  .tsushin_container .flow-box .title {
	  width: 100%;
	  height: 50px;
	  font-size: 1.1rem;
  }

  /*  流れのカラムの共通テキストボックス */
  .tsushin_container .flow-box .text-box {
	  padding: 1rem;
		font-size: 1rem;
  }


  /******** 学校生活 ********/

  /* 各アイテムのデザイン */
  .tsushin_container .item-box-contents .item  {
	  padding: 1.5rem;
  }

  /* 各部活動のアイテム */
  .tsushin_container .item-box-contents .item .tsu-activities-item {
	  padding: 1.5rem 1rem;
		font-size: 1rem;
  }
  /* 各部活動のタイトル */
  .tsushin_container .item-box-contents .item .tsu-activities-item .heading {
	  font-size: 1.1rem;
  }


  /******** 進路について ********/

  /*** QAのアコーディオン ***/

  /* アコーディオンのタイトル */
  .tsushin_container .swell-block-accordion__title {
    padding: 1.2rem;
    font-size: 1em;
  }

  /* アコーディオンのbody */
  .tsushin_container .swell-block-accordion__body {
    padding: 1.4rem 1rem;
  }


}






/******************************** 
        ハンバーガーメニュー
********************************/

/* メニューアイコン（デフォルト時） */
.-menuBtn .c-iconBtn__icon {
	width: 24px;
	height: 2px;
	background-color: #333;
	display: grid;
	place-items: center;
	transition: transform .3s;
	
	&::before,
	&::after {
		grid-area: 1 / 1;
		content: '';
		display: block;
		inset: 0;
		width: 24px;
		height: 2px;
		background-color: #333;
		transition: transform .3s;
	}
	
	&::before {
		transform: translateY(-8px);
	}
	
	&::after {
		transform: translateY(8px);
	}
}

/* メニューアイコン（オープン時） */
[data-spmenu=opened] {
	
	.-menuBtn .c-iconBtn__icon::before {
			transform: rotate(45deg);
	}
	
	.-menuBtn .c-iconBtn__icon {
		background-color: transparent;
	}
	
	.-menuBtn .c-iconBtn__icon::after {
		transform: rotate(-45deg);
	}
}

/* ボタンラベル */
.l-header__menuBtn .c-iconBtn::after,
.p-spMenu__closeBtn .c-iconBtn::after {
	font-size: 10px;
	line-height: 10px;
	transform: translateY(12px);
}

/* ボタンラベル（開くボタン） */
.l-header__menuBtn .c-iconBtn::after {
/* 	content: 'MENU'; */
}

/* ボタンラベル（閉じるボタン） */
.p-spMenu__closeBtn .c-iconBtn::after {
/* 	content: 'CLOSE'; */
}

/* メニュー */
.p-spMenu__inner {
  width: 100%;
  height: 100%;
  transform: translateX(0)!important;
  opacity: 0;
  transition: opacity .5s ease-out!important;
}

/* メニュー（オープン時） */
[data-spmenu="opened"] .p-spMenu__inner {
  opacity: 1;
}

/* 背景色をぼかす */
.p-spMenu__inner::before {
	background: rgb(255 255 255 / 1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

/* メニューをフェードイン */
.p-spMenu__body {
	opacity: 0;
	transform: translateY(20px);
}

[data-spmenu="opened"] .p-spMenu__body {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 1s ease-in, transform .7s ease-out;
}

/* 既存のメニューを削除 */
.c-widget__title.-spmenu,
.p-spMenu__nav {
  display:none;
}




/******************************** 
          spメニュー内
********************************/

/* spメニューのリッチカラム */
.sp-menu-list {
	font-family: "Yu Mincho", "游明朝", serif;
}

/* spメニューのlist */
.sp-menu-list ul.wp-block-list.-list-under-dashed.is-style-index{
	font-size: .9rem;
}
/* 各カラムの共通 */
.sp-menu-list .swell-block-column.swl-has-mb--s {
	padding: .8rem .5rem!important;
}

/* 親メニュー */
.sp-menu-list strong {
	font-size: 1rem!important;
}

/* spメニューのリンク */
.sp-menu-list a {
	transition: all .3s;
}
.sp-menu-list a:hover {
	opacity: .7;
}

/* 各部のメニューの背景 */

/* 午前部午後部の背景色 */
.sp-menu-list .hiru-menu-item {
	background: #FFF6ED;
}
/* 夜間部の背景色 */
.sp-menu-list .yoru-menu-item {
	background: #E4F6FD;
}
/* 通信制の背景色 */
.sp-menu-list .tsu-menu-item {
	background: #D6F9F0;
}

/* 午前部午後部のリストの色 */
.sp-menu-list .hiru-menu-item ul.is-style-index li:before {
	color: #FF8000;
}
/* 夜間部のリストの色 */
.sp-menu-list .yoru-menu-item ul.is-style-index li:before {
	color: #3749D7;
}
/* 通信制のリストの色 */
.sp-menu-list .tsu-menu-item ul.is-style-index li:before {
	color: #279F42;
}


