@charset "UTF-8";
/* top.css */


/*========= 縦書きメニュー(PC画面の右側でfixed) ===============*/
#navR_fixed {
	position: fixed;
	right: 0;
	/* margin-top: 229px; */ /* ヘッダーメニュー(89) + 140px */
	z-index: 1000;
	/* 文字を縦書きにする */
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#navR_fixed ul {
	display: flex;
}
#navR_fixed li {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	transform: translateX(-10px);
	color: #fff;
}
#navR_fixed li:first-of-type {
	margin-bottom: 10px;
}
#navR_fixed a {
	padding: 20px;
	border-radius: 12px 0 0 12px;
}
#navR_fixed li:first-of-type a {
	background-color: #2196c9;
}
#navR_fixed li:nth-of-type(2) a {
	background-color: #f6ab3b;
}
/* 合格体験記の過去のアーカイブボタンをトップページでは非表示 */
.only_ichiran {
    display: none !important;
}


/*========= #mv ===============*/
/* mv */
#mv {
    position:relative;
    padding-top: 66px;
    z-index: 200;
}
/* ▼ 通常時のみ */
 
.mv_wrap > .uk-position-relative {
	height: 90vw;
	max-height: 700px;
	min-height: 350px;
}
/* ▲ 通常時のみ 上まで */

.mv_wrap ul {
	height: 100%;
	min-height: 350px;
}
.mv_wrap img {
	width:  100%;
	height: 100%;
	min-height: 350px;
	object-fit: cover;
}
/* メインビジュアルの上のテキスト */
.mv_text {
	width: 20vw;
	min-width: 85px;
	position: absolute;
	top: 13%;
	left: 5%
}
/* spのスライドバナー(メインビジュアルのすぐ下) */
.slideBannerSP {
	width: 100%;
	position: relative;
	bottom: 5%;
	margin: 0 auto;
	transform: translateY(-10%);
	/* 冬期 */
	transform: translateY(-1%);
	/* 秋 */
	margin-top: 5%;
}
.slideBannerSP .uk-slideshow-items li {
	width: 100%;
	min-height: 100px;
}
.slideBannerSP > .uk-position-relative {
	width: 92%;
	max-width: 550px;
	height: 27vw;
	min-height: 100px;
	margin: 0 auto;
}
.slideBannerSP ul.uk-slideshow-items {
	height: 100%;
	min-height: 100px;
}
.slideBannerSP img {
	width:  100%;
	height: 100%;
	min-height: 100px;
	object-fit: contain;
}
.uk-dotnav>*>* {
	width:  14px;
	height: 14px;
}
.sp_blk *+.uk-margin,
div.sp_blk .uk-slideshow-nav .uk-margin {
	margin-top:    10px !important;
	margin-bottom: 10px !important;
}
/* pcのスライドバナー(メインビジュアルの上)の丸のカラー */
.uk-slideshow-nav li a {
	border: none;
	background-color:#ededed;
}
.uk-slideshow-nav li.uk-active a {
	background-color:#c7c7c7;
}
/* 元町教室開校メインビジュアルの対応 */
.mv_wrap ul,
.mv_wrap ul li,
.mv_wrap ul img {
    width:  100%;
    height: 100%;
}
.mv_wrap > .uk-position-relative {
    max-height: auto;
    min-height: auto;
}
.slideBannerPC {
    width: 23vw;
    max-width: 280px;
    bottom: 10%;
}
.slideBannerPC ul.uk-slideshow-items,
.slideBannerPC .uk-slideshow-items li {
    min-height: auto;
}
.slideBannerPC > .uk-position-relative {
    height: 28vw;
    max-height: 345px;
    min-height: auto;
}
.slideBannerPC img {
    height: auto;
    min-height: auto;
}
/* 講習開始の青いボックス */
.training_news {
	width: 100%;
	line-height: 1.75em;
}
.training_news a {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 20px;
	color: #fff;
	background-color: #2196c9;
}


/*========= 注目コンテンツ ===============*/
.top_box {
	padding: 15px;
	border: 3px solid #2191c4;
}
.focus_cont .sp_blk > div:last-of-type { margin-bottom:0; }


/*========= 児童・生徒に寄り添って指導していく ===============*/
#sec_first > .wrap {
	width:84%;
}
#sec_first .z-index_wrap {
	position: relative;
	z-index: 1;
}
#sec_first .flex_box {
	justify-content: space-around;
}
/* 装飾 */
#sec_first .bg_deco {
	position: relative;
	z-index: 0;
}
#sec_first .bg_deco:before {
	width:   75px;
	height: 100px;
	background-image: url(../../img/top/firstDeco_L.svg);
	top: 27vh;
	left: 5%;
}
#sec_first .bg_deco:after {
	width:  70px;
	height: 90px;
	background-image: url(../../img/top/firstDeco_R.svg);
	top: 35vh;
	right: 5%;
}
/* ボタン*/
#sec_first .btn {
	width: 100%;
	max-width: 315px;
}
.philo_btn {
    margin-bottom: 30px;
}
.philo_btn  img,
.feature_btn > a {
	width: 100%;
	max-width: 315px;
	max-height: 90px;
}
.feature_btn > a {
	height: 24.1vw;
	font-size: 24px;
	border-radius: 20px;
}
.philo_btn {
	text-align: center;
	margin-bottom: 20px;
}
.philo_btn > a {
	padding: inherit;
	background-color: inherit;
}


/*========= 入塾をご検討の方へ ===============*/
/* 装飾 */
#sec_enrollment > .wrap {
	position: relative;
	z-index: 1;
}
#sec_enrollment .bg_deco {
	position: relative;
}
#sec_enrollment .decoT:before {
	width: 190px;
	height: 195px;
    top: -20px;
	left: -112px;
	background-image: url(../../img/top/enrollmentLT.png);
	background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 0;
}
#sec_enrollment .decoT:after {
	width:   70px;
	height: 110px;
	top: -30px;
	right: 0;
	background-image: url(../../img/top/enrollmentRT.png);
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 0;
}
#sec_enrollment .h2decoL:before {
	background-image: url(../..//img/top/enrollment_icon.svg);
}
/* 内容 */
.card {
	width: 100%;
}
#sec_enrollment .card .wrap {
	width: 100%;
	padding: 15px;
}
/* カード */
#sec_enrollment .card_wrap > div:first-of-type  {
	background-color: #daf4f8;
}
#sec_enrollment .card_wrap > div:nth-of-type(2) {
	background-color: #e3f7c5;
}
#sec_enrollment .bgImg_fit {
	width:  100%;
	height: 213px;
}
#sec_enrollment .card_wrap > div:first-of-type .bgImg_fit {
	background-image: url(../../img/top/freeTrial.jpeg);
}
#sec_enrollment .card_wrap > div:nth-of-type(2) .bgImg_fit {
	background-image: url(../../img/top/siryou.jpeg);
}
/* 文字など */
#sec_enrollment p {
	font-size: 16px;
	line-height: 1.75rem;
	text-align: center;
	color: #4d4d4d;
}
#sec_enrollment h2 + p {
    line-height: 1.75em;
}
/* 電話 */
.phone_contact img {
    width: 100%;
}


/*========= お知らせ ===============*/
/* news_box */
.news_wrap > dl:last-of-type {
	margin-bottom: 0 !important;
}
.news_box {
	font-size: 14px;
	align-items: center;
}
.news_box dd,
.news_box dt {
	font-weight: normal;
	text-align: justify;
}
.news_box dt {
	line-height: 1.7;
}
.news_box .date {
	margin-right:  10px;
}
.news_box .tag {
	font-weight: bold;
	padding: 5px;
	color: #fff;
	background-color: #ea5e9b;
}
.news_cont {
	margin-top: 10px;
}


/*========= FaQ ===============*/
#sec_FaQ a.uk-accordion-title {
	font-size: 14px;
}
#sec_FaQ li {
	letter-spacing: 0;
}
#sec_FaQ li > a {
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px 15px 20px 0;
	border-radius: 15px;
	border: 2px solid #2196c9;
	background-color: #fff;
}
#sec_FaQ li > a:before {
	/* uikit reset */
    width:  45px;
    height: 53px;
    height: 100%;
    margin-left: 0;
    float: inherit;
    background-image: inherit;
    background-repeat: no-repeat;
    /* I add */
	content: "Q";
	font-size: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	margin-right: 10px;
	padding: .5em 0;
	color: #fff;
	background-color: #2196c9;
}
#sec_FaQ li > a span {
	margin-left:  50px;
	margin-right: 40px;
	padding-left: 1em;
	line-height: 1.7;
}
#sec_FaQ li > a:after {
	content: "▼";
	width:  25px;
	height: 25px;
	display: flex;
	position: absolute;
	right: 15px;
	color: #2196c9;
	padding: 3px 4.5px;
	border: 1px solid #2196c9;
	border-radius: 25px;
	/* PC&SP間の位置差異をなくす */
	font-family: 'Noto Sans JP' !important;
}
#sec_FaQ li.uk-open > a:after {
	content: "▲";
	padding: 1px 4.5px;
}
 #sec_FaQ li div {
 	font-size: 14px;
 	line-height: 2;
 }


/*========= コース一覧 ===============*/
#sec_cource .flex_box {
	width: 100%;
	justify-content: space-between;
}
#sec_cource .flex_box::after{
  content:"";
  display: block;
  width:31.5%;
}
#sec_cource .icon {
	width: 31.5%;
	margin-bottom: 15px;
}
#sec_cource .flex_box > div:nth-of-type(n+7) {
     margin-bottom: 0;
}


/*========= 各種お問い合わせ ===============*/
.flex_box.contact_wrap {
	width: 100%;
	margin:  0 auto; 
	align-items: center;
	justify-content: space-between;
}
.various_contact .contact_wrap > div:first-of-type a {
	padding: 13px 0;
}
.various_contact .contact_wrap > div:nth-of-type(2) a {
	background-color: #87c13f;
}
.btn_half {
	width: 48%;
	margin-bottom: 15px;
}
.btn_half > a {
	width: 100%;
	height: 60px;
}
.phone_btn {
	max-width: 100%;
}
.phone_btn > a {
	width: 100%;
	height: auto;
	padding: 0;
}
.phone_btn > a img {
	width: 100%;
}
.contact_wrap .phone_btn > a {
	background-color: #e85e99;
}


/*========= 合格速報・合格体験記 ===============*/
.para_wrap {
	width:  100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    padding-top: 30px;
    margin-top: -30px;
	background-image: url(../../img/top/blossomBG_sp.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 500px;
	background-attachment: fixed;
	mix-blend-mode: multiply;
}
/* ---------- 合格速報 ---------- */
.passing_news {
	width:  100%;
	height: fit-content;
}
/* 見出し */
.passing_news > .wrap {
	text-align: left;
}
 h2.passNews_h2 {
 	width: auto;
 	display: inline-flex;
 	position: relative;
 	margin-left:  auto;
 	margin-right: auto;
 	margin-bottom: 0 !important;
 	padding: 10px;
	color: #fff;
	background-color: rgba(225, 57, 99,.8) !important;
	z-index: 200;
}
.passNews_h2 img {
    width: 100%;
	max-width: 250px;
    height: 22px;
}
.passNews_h2 + p {
    letter-spacing: .05em !important;
}
.passing_ex.only_ichiran {
    margin-top:   -60px;
    margin-bottom: 80px !important;
}
/* 背景 */
.blossom {
	width:  100%;
	height: 100%;
}
.blossom::before,
.blossom::after,
.grad_wrap::before,
.grad_wrap::after   {
	content: "";
	width: 100%;
	height: 270px;
	display: inline-block;
	position: absolute;
	background-image: url(../../img/top/blossom_T.png);
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	touch-action: none;
	mix-blend-mode: multiply;
	z-index: 0;
}
.blossom::before,
.grad_wrap::before  {
	top:  0;
	left: 0;
}
.blossom::after,
.grad_wrap::after  {
	bottom: 0;
	right: 0;
	background-image: url(../../img/top/blossom_B.png);
	background-position: bottom right;
}
.grad_wrap::before,
.grad_wrap::after  { z-index:-1; }
.grad_wrap::before { top:  -132px; }
.grad_wrap::after  { bottom:-35px; }

.blossom::before   {
    position: relative;
    top: -120px;
    margin-bottom: -260px;
}
.blossom::after    {
	position: relative;
	top: -235px;
	bottom:inherit;
	margin-bottom: -255px;
}
.grad_wrap {
	width:  100%;
	height: 100%;
	position: relative;
	padding: 50px 0 25px;
	background: url(../../img/top/blossomBG_sp.png), linear-gradient(200deg, #CC3C63 0%, #FFD6C0 100%);
	clip-path:  polygon(0 3%, 100% 0%, 100% 97%, 0 100%); 
	background-size: 500px, auto !important;
	background-blend-mode: multiply !important;
	background-position: center top !important;
	background-attachment: fixed, scroll !important;
	z-index: 1;
}
.grad_wrap > .wrap {
	width: 92%;
	position: relative;
	margin: auto;
	z-index: 1;
}
/* dd & dt */
#sec_passingNews dt {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}
#sec_passingNews dt + div {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
#sec_passingNews dd {
	font-weight: bold;
	color: #ED7987;
	margin-left: 0;
	margin-right:  10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #fff;
}
#sec_passingNews dd.bg-y { background-color:#FFF2B5; }

/* ---------- 合格体験記 ---------- */
.passing_ex {
    margin-bottom: 30px !important;
}
.passing_ex,
.passing_news .h2_wrap {
	width: 92%;
	margin: auto;
}
/* 見出し */
.passing_ex .h2decoL {
	color: #ED7987;
}
.passing_ex .h2decoL img {
    width: 100%;
    max-width: 130px;
    height: 22px;
}
.passing_ex .h2decoL:before {
	background-image: url(../../img/top/passing_icon.svg);
}
.passing_ex .flex_box {
	position: relative;
	z-index: 100;
}
/* カード */
.passing_card {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: 3px 3px 0px #d3d3d3;
	background-color: #FCF1EF;
	background-image: url(../../img/top/goukaku_bg.svg);
	background-repeat: no-repeat;
	background-position: left -50px bottom -60px;
}
.passing_ex h2 + .flex_box > div:last-of-type {
    margin-bottom: 0 !important;
}
.passing_card h3 {
	font-size: 20px;
	color: #ED7987;
	margin-bottom: 5px;
}
.passing_card h3 .small {
	font-size: 14px !important;
}
.passing_name {
	text-align: center;
	margin-bottom: 5px;
}
.passing_name + p {
	font-weight: normal;
	margin-bottom: 20px;
}
.passing_card .btn {
	max-width: inherit;
	text-align: right;
}
.passing_card .btn > a {
	width: auto;
	border-radius: 20px;
	padding: 15px 20px;
	background-color: #ED7987;
}
/* 一覧へボタン */
.passing_ex > .btn {
	margin-top: 30px;
}
.passing_ex > .btn a {
	background-color: #ED7987;
}


/* ---------- SEEDブログ(一覧) ---------- */
#sec_blog .blog_card {
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 3px 3px 0px #d3d3d3;
	background-color: #f1f9ff;
}
#sec_blog .blog_card a {
    display: inline-block;
    padding: 20px;
}
#sec_blog .blog_card:last-of-type {
	margin-bottom: 0;
}
#sec_blog dd.date  {
	font-size: 14px;
	margin-bottom: 10px;
}
#sec_blog dt.title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #4395c6;
	border-bottom: 1px solid #4395c6;
}
#sec_blog .blog_cont {
	font-weight: normal;
}
#sec_blog .blog_card a.cursorNone {
    cursor: inherit !important;
}
#sec_blog .blog_card a:hover {
    text-decoration: inherit;
}
#sec_blog .blog_card a.cursorNone:hover {
    text-decoration: inherit;
}
#sec_blog p.blog_cont {
    letter-spacing: .05em !important;
}
/* ===== 一度のみバナーfadein ===== */
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


/* ===== Seed News ===== */
/* 非表示処理 */
#sec_news .tag span {
    display: none;
}
#sec_news .tag.tag-others span {
    display: inherit;
}
/* 文字処理 */
#sec_news .tag.tag-news:after {
    content: "お知らせ";
}
#sec_news .tag.tag-others:after {
    content: inherit;
}
/* 色処理 */
#sec_news .tag.tag-news {
    background-color: #ea5e9b;
}
/* テキスト追加処理 */
#sec_news .add-cont:after {
    content: "塾生・保護者さまのページからご覧ください。";
}









/* ------------- media screen ------------------  */
@media screen and (max-width:768px) {
	.passing_ex.only_ichiran {
   		margin-top:   -30px;
		margin-bottom: 40px !important;
	}
}





@media screen and (min-width: 640px) {
    .slideBannerSP {
        transform: inherit;
        margin: 20px 0;
    }
}





@media screen and (min-width: 769px) {
	/* メインビジュアルの上のテキスト */
	.mv_text {
		width: 50vw;
		max-width: 390px;
		top: 18%;
		left: 5%
	}
    .main_copy_top {
        width: 45vw;
        max-width: 390px;
    }
	/* pcのスライドバナー(メインビジュアルの上) */
	.slideBannerPC {
		width: 100%;
		max-width: 260px;
		position: absolute;
		left:    5%;
		bottom: 12%;
	}
	.slideBannerPC .uk-slideshow-items li {
		width: 100%;
		min-height: 325px;
	}
	.slideBannerPC > .uk-position-relative {
		height: 90vw;
		max-height: 325px;
		min-height: 325px;
	}
	.slideBannerPC ul.uk-slideshow-items {
		height: 100%;
		min-height: 325px;
	}
	.slideBannerPC img {
		width:  100%;
		height: 100%;
		min-height: 325px;
		object-fit: contain;
	}
	/* pcのスライドバナー(メインビジュアルの上)の丸のカラー */
	.uk-slideshow-nav li a {
		border: none;
		background-color:#ededed;
	}
	.uk-slideshow-nav li.uk-active a {
		background-color:#c7c7c7;
	}
    /*==== 注目コンテンツ ====*/
    .top_box {
        margin-top: -40px;
    	padding: 40px;
    	border: 4px solid #2191c4;
    }
    .top_box .cont {
    	margin-left:  auto;
    	margin-right: auto;
    }
    /*==== 児童・生徒に寄り添って指導していく ====*/
    #sec_first .cont {
    	text-align: center;
    }
	/* 装飾 */
	#sec_first .bg_deco {
		position: relative;
		z-index: 0;
	}
	#sec_first .bg_deco:before {
		width:  140px;
		height: 190px;
		background-image: url(../../img/top/firstDeco_L.svg);
		top: 20vh;
		left: 5%;
	}
	#sec_first .bg_deco:after {
		width:  70px;
		height: 90px;
		background-image: url(../../img/top/firstDeco_R.svg);
		top: 35vh;
		right: 5%;
	}
	/* ボタン*/
	#sec_first .flex_box {
	    flex-wrap: wrap;
	    justify-content: space-around;
	}
	#sec_first .btn {
	    max-width:530px;
	    margin: 0;
	}
    #sec_first .btn > a {
        width: 100%;
        max-width: 530px;
    }
	.philo_btn  img,
	.feature_btn > a {
		max-width: 530px;
		max-height: 150px;
	}
	#sec_first .philo_btn { margin-bottom:40px; }

	.feature_btn > a {
		font-size: 40px;
	}
	.feature_btn > a:after {
		width: 27px;
		height: 40px;
        margin-right: 40px;
	}
	/*==== 入塾をご検討の方へ ====*/
	#sec_enrollment p.hB_cont { font-size:26px; }

	#sec_enrollment .flex_box {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	#sec_enrollment .card_wrap > div:first-of-type {
		margin-bottom: 0 !important;
	}
	#sec_enrollment .card       { width:  48.5%; }
	#sec_enrollment .card .wrap { padding:40px;  }
	#sec_enrollment .bgImg_fit  { height:250px;  }
	#sec_enrollment .card p     { font-size:20px; }

	/* 装飾 */
	#sec_enrollment .decoT:before {
		width: 20vw;
		height: auto;
		max-width:  290px;
		min-height: 280px;
	    top:  -60px;
		left: 0px;
	}
	#sec_enrollment .decoT:after {
		width:   20vw;
		height: auto;
		max-width:  260px;
		min-height: 150px;
		top:   -80px;
		right: 0;
	}
	#sec_enrollment .decoB:before {
		width:   20vw;
		height: auto;
		max-width:   90px;
		min-height: 150px;
		bottom:   -80px;
		left: 0;
		background-image: url(../../img/top/enrollmentLB.png);
		background-size: cover;
		background-position: right bottom;
		background-repeat: no-repeat;
		z-index: 0;
	}
	#sec_enrollment .decoB:after {
		width:   20vw;
		height:  auto;
		max-width:   90px;
		min-height: 190px;
		bottom: 40px;
		right: 0;
		background-image: url(../../img/top/enrollmentRB.png);
		background-size: cover;
		background-position: left top;
		background-repeat: no-repeat;
		z-index: 0;
	}
	/*==== お知らせ ====*/
	/* news_box */
	.news_box        { font-size:16px; }
	.news_box.marL_B { margin-bottom:10px !important; }

	.news_box .news_cont {
		width: auto;
		width: 100%;
		max-width: 875px;
	}
	.news_box .date,
	.news_box .tag,
	.news_cont       { margin-bottom:10px !important; }
	.news_box .date  { margin-right:20px; }
	.news_box .tag   { margin-right:10px; }
	.news_box .tag   { padding:5px; }
	.news_cont       { margin-top:0 !important; }

	/*==== FaQ ====*/
	#sec_FaQ li > a span {
		font-size: 16px;
	}	
	#sec_enrollment .seed_bnrs_features {
		padding: 0;
	}
	#sec_enrollment .seed_bnrs_features > p {
		width: 31.5%;
	}
	/*==== コース一覧 ====*/
	#sec_cource > .wrap {
		margin-left:  auto;
		margin-right: auto;
	}
	#sec_cource .icon {
		width: 21.5vw;
		max-width: 186px;
	}
	/*==== 各種お問い合わせ ====*/
	.various_contact .flex_box {
		flex-wrap: nowrap;
	}
	.various_contact .btn_half {
		max-width: 300px;
		margin-bottom: 0 !important;
	}
	.various_contact div:nth-of-type(2) {
		margin-left:  20px;
		margin-right: 20px;
	}
	.various_contact .btn_half > a,
	.various_contact .phone_btn > a {
		height: 12.5vw;
		max-height: 100px;
	}
	.various_contact .btn_half > a {
		max-width: 300px;
		max-height: 100px;
		border-radius: 10px;
	}
	.various_contact .btn_half > a {
		padding: 35px 0;
	}
	.various_contact .contact_wrap > div:first-of-type a {
		padding: 24px 0;
	}
	.various_contact .phone_btn {
		width: 100%;
		max-width: 465px;
	}
	.various_contact .phone_btn > a,
	.various_contact .phone_btn img {
		max-width: 465px;
		height: 100px;
	}
	/*========= 合格速報・合格体験記 ===============*/
    /* ---------- 合格速報 ---------- */
	.pass_school_wrap {
		width: 100%;
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.pass_school_wrap h3 {
		margin-right: .5em;
	}
	.pass_school_wrap h3:last-of-type {
		margin-right: 0;
	}

	.para_wrap {
	    background-size: 500px;
	    padding-top: 180px;
        margin-top: -180px;
	}
	.grad_wrap {
		background-size: 500px, auto;
		background: url(../../img/top/blossomBG_sp.png), linear-gradient(150deg, #CC3C63 0%, #FFD6C0 80%);
		clip-path:  polygon(0 8%, 100% 0%, 100% 92%, 0 100%); 
		padding: 90px 0 40px;
	}
	.grad_wrap::before { top:-130px; }

	/* 背景 */
	.blossom::before,
	.blossom::after,
	.grad_wrap::before,
	.grad_wrap::after  {
		height: 515px;
	}
	.grad_wrap::before { top:   -320px; }
	.grad_wrap::after  { bottom: -80px; }

	.blossom::before   {
	    top: -300px;
	    margin-bottom: -500px;
	}
	.blossom::after    {
		position: relative;
		top: -435px;
		bottom:inherit;
		margin-bottom: -500px;
	}
	/* 見出し */
	.passing_news > .h2_wrap {
		text-align: left;
		margin-bottom: -40px;
	}
	h2.passNews_h2 {
		margin-left: 0;
		margin-bottom: 0 !important;
	}
	.passNews_h2 img {
	    max-width: 100%;
	    height: 40px;
	}
	/* dd & dt */
	#sec_passingNews dl .flex_box {
		flex-wrap: nowrap;
		align-items: center;
	}
	#sec_passingNews dt {
		width:   230px;
		font-size:    25px;
		margin-top: -32px;
	}
	#sec_passingNews dt + div {
		width: calc(100% - 230px);
		margin-bottom: 30px;
	}
	#sec_passingNews dd {
		font-size:    25px;
	}
	#sec_passingNews dd {
		font-size:    25px;
	}
	/* ---------- 合格体験記 ---------- */
    .passing_ex {
        margin-bottom: 60px !important;
    }
	.passing_ex .flex_box {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.passing_ex .h2decoL span {
	    padding-bottom: 5px;
	}
	.passing_ex .h2decoL img {
	    max-width: 100%;
	    height: 45px;
	}
	/* カード */
	h2.decoL + div >div:nth-of-type(-n+3) {
	    margin-top: 0;
	}
	.passing_card {
		width: calc(100%/3 - 20px);
		padding: 20px;
		display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 0;
	}
	.passing_card h3 {
		font-size: 18px;
	}
	.passing_card .btn > a {
		font-size: 16px;
	}
	.passing_name + p {
	    flex: 1;
	}
    /* 一覧へボタン */
    .passing_ex > .btn {
    	margin-top: 60px;
    }
    /*========= SEEDブログ =============== */
	#sec_blog .flex_box {
		justify-content: space-between;
	}
    #sec_blog .flex_box:after {
        content: "";
        display: block;
        width: calc(100%/3 - 20px);
        height: 0;
    }
	#sec_blog .blog_card {
		width: calc(100%/3 - 20px);
		margin-top:    20px;
		margin-bottom:  0px;
	}
	#sec_blog .blog_card:nth-of-type(-n+3) {
	    margin-top: 0;
	}
	#sec_blog dd.date  {
		margin-bottom: 20px;
	}
	#sec_blog dt.title {
		margin-bottom:  10px;
		padding-bottom: 10px;
	}
	/* ===== 合格速報 ===== */
	.passing_news .h2_wrap {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	h2.passNews_h2 {
		margin-right: 20px;
	}
	.passNews_h2 + p.padS_T {
		padding-top: 0 !important;
	}
}





/* 微調整 */
@media screen and (min-width: 861px) {
	h1 .sp_br { display:none; }
	/*==== 入塾をご検討の方へ ====*/
	#sec_enrollment .card .pc_br { display:none; }
}





/* ヘッダー分の余白調整 */
@media screen and (min-width: 995px) {
    /*==== メインビジュアル ====*/
    #mv { padding-top:89px; }
}





@media screen and (min-width: 1070px) {
    /*==== 入塾をご検討の方へ ====*/
	#sec_first .flex_box {
	    flex-wrap: nowrap;
	    justify-content: space-between;
	}
	#sec_first .btn {
		width: calc(50% - 20px);
	}
    #sec_first .btn > a {
        width:41vw;
    }
    .feature_btn > a {
        height: 100%;
    }
    #sec_first .philo_btn { margin-bottom:0 !important; }
}




/* 2023年度 合格実績 色変更 */
.grad_wrap {
	background: url(../../img/top/blossomBG_sp.png), linear-gradient(200deg, #3cccc0 0%, #e3e8ea 100%)
}
@media screen and (min-width:769px) {
    .grad_wrap {
    	background: url(../../img/top/blossomBG_sp.png), linear-gradient(150deg, #3cccc0 0%, #e3e8ea 80%)
    }
}
