@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** common
************************************/

.pc {
		display:block;
}
.sp{
	display:none;
}

#wpadminbar{
	display : none;
}
.page .date-tags {
	display : none;
}
.youtube_if  .video-container {
	max-width: 100%;
}
.youtube_if  iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.blogcard-wrap {
	width:100%;
}

@media screen and (max-width: 834px) {
	.article {
		margin:0 10px 0 10px;
	}
	.pc {
		display:none;
}
.sp{
	display:block;
}
	main.main {
		padding: 0;
        margin: 100px 0 0 0;
	}
}


a {
	    transition: 0.4s;
}
figure {
	margin-bottom: 20px !important;
}
a img {
	transition-property: opacity;
	transition-duration: 0.5s;
}
a img:hover {
	opacity: 0.5;
}

.article .youtube {
	width:100%;
}
.article .youtube .video-container {
    width: 100%;
    max-width: 100%;
}
.entry-content p {
	    font-weight: 300;
}

strong {
	font-weight: 300;
	font-size: 110%;
	background: linear-gradient(transparent 60%, #ffe774 40%);
}
h3.wp-block-heading {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #696969;
	text-shadow: 1px 2px #3caaff, 25px 0px 5px #2220;
	text-align: center;
	letter-spacing: 10px;
	font-size: 70px;
	font-weight: 600;
	margin: 0 0 20px 0;
	border: unset;
}



@media screen and (max-width: 834px) {
	h3.wp-block-heading {
		font-size: 50px;
		padding: 0;
	}
	.entry-content p {
		font-weight: 400;
		font-size: 15px;
	}

}
.page .entry-title {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	text-shadow: 2px 2px #3caaff, 25px 0px 5px #2220;
	text-align: center;
	letter-spacing: 10px;
	font-size: 70px;
	font-weight: 600;
	margin: 0 0 20px 0;
	border: unset;
}
@media screen and (max-width: 834px) {
	.page .entry-title {
        font-size: 36px;
		padding-right: 10px;
        padding-left: 10px;
	}
}
.ltxt {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    text-shadow: 2px 2px #3caaff, 25px 0px 5px #2220;
    text-align: center;
    letter-spacing: 3px;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px 0;
    border: unset;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 834px) {
	.ltxt {
        font-size: 21px;
        line-height: 130%;
        text-align: left;
	}
}
.no-sidebar .content .main {
	padding:0;
}
h4.wp-block-heading {
    border-bottom: 5px solid #e7579a;
    background: #3a3a3a;
    display: flex;
    line-height: 130%;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 120%;
    color: #fff;
    border-radius: 6px 6px 0 0;
    font-weight: 400;
    margin: 0 0 20px 0 !important;
}
h4.wp-block-heading.big {
	    font-size: 150%;
}	
h4.wp-block-heading.sub {
	    font-size: 100%;
}	

a.wp-block-button__link {
    display: flex;
    justify-content: center;
    background: #f51a7f;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
	font-weight: 600;
	padding: 8px 50px;
	margin: 20px auto 0 auto;
	text-align: center;
	position: relative;
	transition:0.4s;
}
a.wp-block-button__link:before, 
a.wp-block-button__link:after {
	display:block;
	content:"";
	position:absolute;
    height: 12px;
    width: 12px;
}
a.wp-block-button__link:before {
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform: rotate(45deg);
    top: calc(50% - 5px);
	right: 13px;
}
a.wp-block-button__link:after {
	border-right:2px solid #fff;
	transform: rotate(90deg);
    top: calc(50% - 10px);
    right: 12px;
}
a.wp-block-button__link:hover {
	transform: scale(1.2);
}
a.wp-block-button__link:hover:before, 
a.wp-block-button__link:hover:after {
border-top-color:#fff;
border-right-color:#fff;
}
.out-link a.wp-block-button__link {
	    background: #fff;
    color: #f51a7f;
}
.out-link a.wp-block-button__link:before {
	border-top:2px solid #f51a7f;
	border-right:2px solid #f51a7f;
}
.out-link a.wp-block-button__link:after {
	border-right:2px solid #f51a7f;
}

@media screen and (max-width: 834px) {
	.main {
		padding-top:0!important;
	}
	.breadcrumb div {
		display: flex;
		align-items: center;
	}
}



/************************************
** header
************************************/

.cdp-copy-alert-success {
    display: none !important;
}

.header-container-in.hlt-top-menu {
	position: relative;
	justify-content:end;
}
.header-container-in.hlt-top-menu .header {
    position: absolute;
    left: 0;
    top: 0;
}


.header-container-in.hlt-top-menu .navi {
}
#header-container .navigation {
	display: flex;
    flex-direction: column;
}


#header-container nav {
    margin-top: 12px;
}

#header-container nav ul li {
    display: flex;
    width: auto;
    height: unset;
    line-height: 100%;
    align-items: center;
}
#header-container nav ul li a {
    font-size: 14px;
    display: block;
    padding: 10px 14px;
    border-right: 1px solid #c8c8c8;
}
#header-container nav ul li:first-child a {
    border-left: 1px solid #c8c8c8;	
}
#header-container nav ul li a:hover {
	color: #f53a8e !important;
	text-decoration: underline dotted;
}
#header-container .nav-up {
	display: flex;
	justify-content: end;
}
#header-container ul.head_sub_nav {
	list-style-type: none;
	padding: 0;
	display: flex;
}
#header-container ul.head_sub_nav li {
	align-items: center;
	margin-right: 20px;
}
#header-container ul.head_sub_nav li a {
	font-size: 13px;
	color: #141414;
	text-decoration: none;
	position: relative;
}
#header-container ul.head_sub_nav li a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 0;
	left: -9px;
	bottom: 0;
	margin: auto;
}


#header-container ul.head_sub_nav li a:hover {
		color: #f53a8e !important;
	text-decoration: underline dotted;
}


#header-container ul.head_sns {
    list-style-type: none;
    margin: 5px 10px 0 0;
    padding: 0;
    display: flex;
    width: 140px;
}
#header-container ul.head_sns li {
display: flex;
    align-items: center;
    margin-right: 5px;
}
#header-container ul.head_sns li a {
	display: flex;
}
#header-container ul.head_sns li a img {

}
#header-container .head_trial {
	padding: 10px 0 10px 10px;
	margin-bottom: 0px !important;
}
#header-container .head_trial a {
	display: flex;
	justify-content: center;
	background: #fc3a8e;
	color: #fff;
    white-space: nowrap;
    text-decoration: none;
    padding: 13px 10px;
    font-size: 80%;
    width: 120px;
	position: relative;
}
#header-container .head_trial a:after {
    position: absolute;
    border: 1px solid #ffffffab;
    content: "";
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}
#header-container .head_trial a:hover {
	    background: #f53a8e94;
}
#header-container .head_trial a img {
    width: 20px;
    height: fit-content;
    margin-right: 5px;
}


@media screen and (max-width: 834px) {
	.header-container-in.hlt-top-menu {
		display: none;
	}
	.search-menu-button {
		display: none !important;
	}
}
/************************************
** side
************************************/

.sidebar h3 {
    font-weight: 300;
    padding: 5px 20px;
}

.widget-entry-cards figure {
	margin-bottom: 0 !important;
}
.widget-entry-cards:not(.large-thumb-on) .card-title {
	font-size: 14px;
	margin-right: 11px;
}
.side_ttl {
	font-weight: 500;
	margin: 10px 0 5px 0;
}
ul.side_member {
	list-style-type: none;
	padding-left:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.side_member li {
	width: 49%;
}
ul.side_member li a {
	color: #f53a8e;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	line-height: 1;
	padding: 10px 10px;
	margin-bottom: 5px;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
}
ul.side_member li a:hover {
	background: #f53a8e;
	color: #fff;
}
ul.side_member li a img {
	margin-bottom: 5px;
	width: 110px;
	display: block;
}



ul.side_course_nav {
	list-style-type: none;
	padding: 0;
}
ul.side_course_nav li {

}
ul.side_course_nav li a {
    text-decoration: none;
    display: block;
    background: #fff;
    border-bottom: 1px dotted #ccc;
    line-height: 1;
    padding: 10px;
    font-size: 16px;
	transition: 0.2s;
}
ul.side_course_nav li a:hover {
	background: #f53a8e;
	color: #fff;
}


ul.side_teacher_nav {
	list-style-type: none;
	padding: 0;
}
ul.side_teacher_nav li {

}
ul.side_teacher_nav li a {
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px dotted #ccc;
    line-height: 1;
	padding: 10px;
	font-size: 16px;
	transition: 0.2s;
	color: #333;
}
ul.side_teacher_nav li a:hover {
	background: #f53a8e;
	color: #fff;
}
ul.side_teacher_nav li a em {
	font-style: normal;
	font-size: 13px;
}

/************************************
** footer
************************************/

.sp-foot-bn {
	padding: 20px;
}


.article-footer,
.entry-footer {
	display:none;
}

#footer {
	margin-top: 0;
	padding: 0 0 20px 0;
}
#footer a {
	font-size: 12px;
}
.footer-widgets.cf {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	width: auto;
	background: #eee;
	color: #333;
	padding-top: 30px;
}
.footer-widgets-inner {
	display: flex;
	justify-content: space-between;
}


.footer-left .textwidget {

}
.footer-left .textwidget h2 {
	font-size: 20px;
}
.footer-left .textwidget p {
	font-size: 14px;	
}
.footer-center {
	display: flex;
	align-items: center;
}
.foot_sns_ttl {
	margin: 10px 0 5px;
	font-size: 15px;
}
ul.foot_sns {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	width: 100%;
    justify-content: flex-start;
}
ul.foot_sns li {
	padding: 0 10px;
}
ul.foot_sns li a {
	display: block;
}
ul.foot_sns li img {
    height: 40px;
}
.foot_inquiry {

}
.foot_inquiry .ttl {
	background-color: #000;
    color: #fff;
    display: block;
	line-height: 1;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 15px;
	position:relative;
	z-index:1;
	border-radius: 20px;
}
.foot_inquiry .ttl:after {
	position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #000;
    left: calc(50% - 10px);
    bottom: -9px;
    z-index: -1;
}
.foot_inquiry .tel {
    font-size: 207%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    display: block;
    color: #f53a8e;
}
.foot_inquiry a.inq {
    display: flex;
    justify-content: center;
    background: #fc3a8e;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    padding: 13px 10px;
    font-size: 80%;
    position: relative;
    margin-top: 10px;
}
.foot_inquiry a.inq:after {
    position: absolute;
    border: 1px solid #ffffffab;
    content: "";
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}
.foot_inquiry a.inq:hover {
	    background: #f53a8e94;
}
.foot_inquiry a.inq img {
    width: 20px;
    height: fit-content;
    margin-right: 5px;
}
@media screen and (max-width: 834px) {
	.footer-widgets-mobile {
        display: block;
        background: #efefef;
        color: #333;
	}
	.footer-widgets-mobile #custom_html-15 h2 {
		        font-size: 17px;
	}
	.footer-widgets-mobile #custom_html-15 p {
		        font-size: 13px;
	}	
}
/************************************
**mobile menu
************************************/
.menu-drawer {

}
.menu-drawer>li {
	border-top: 1px solid #dfdfdf;
}
.menu-drawer li a {
	padding: 8px 6px;
}
.menu-drawer li li a {
    position: relative;
    padding-top: 0;
}
.menu-drawer li li a:before {
    position: absolute;
    display: block;
    content: "└";
    left: -15px;
    top: 2px;
}

/************************************
**sidebar
************************************/
#sidebar blockquote.tiktok-embed {
	background: unset;
	border: unset;
	padding: 0;
}
/************************************
**archive
************************************/

.archive  .contents-header__title {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #696969;
	text-shadow: 1px 2px #3caaff, 25px 0px 5px #2220;
	text-align: center;
	letter-spacing: 10px;
	font-size: 70px;
	font-weight: 600;
	margin: 0 0 20px 0;
	border: unset;
}
@media screen and (max-width: 834px) {
	.archive  .contents-header__title {
		font-size: 220%;
	}
}

.archive ul.entry {
	list-style-type: none;
	padding-left: 0;
}
.archive ul.entry li {
	border-bottom: 1px dotted #333;
	margin-bottom: 20px;
	padding-bottom: 14px;
}
.archive ul.entry li .entry__inner {
	display: flex;
}
.archive ul.entry li .entry__inner>a {
	margin-right: 20px;
	width: 40%;
}
.archive ul.entry li .entry__inner>a img {
	width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.archive ul.entry li .entry__text {
	width: 50%;
}
.archive ul.entry li .entry__text .entry__time {
	
}
.archive ul.entry li .entry__text .entry__time .pickup {
	background: #f53a8e;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 3px 10px;
	margin: 0 0 10px 0;
	display: inline-block;
}

.archive ul.entry li .entry__text .entry__ttl {
	
}
.archive ul.entry li .entry__text .entry__ttl a {
	font-size: 80%;
	line-height: 130%;
	display: flex;
	font-weight: 400;
	text-decoration: none;
}
.archive ul.entry li .entry__text .entry__ttl a:hover {
		text-decoration: underline;
}

/************************************
**post
************************************/


.single-post h1.entry-title {
	    font-weight: 400;
}


@media screen and (max-width: 834px) {
	.single-post main.main {
		margin: 0;
	}
	.single-post h1.entry-title {
		padding: 0;
	}
}


.under-entry-content {

}
.under-entry-content h2 {
	border-top: 1px solid #333;
	margin-bottom: 10px;
}
.under-entry-content h2 span {
    font-weight: 300;
    display: flex;
    width: 100%;
    justify-content: center;
}
.under-entry-content .related-list {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.under-entry-content .related-list a {
	padding: 0;
	width: 30%;
}
.under-entry-content .related-list a article {
	display: flex;
	flex-direction: column;
}
.related-entry-card-content {
	    margin: 0;
}

.related-entry-card-thumb {
	width: 100%;
	margin: 0!important;
}

.related-entry-card .cat-label {
	display:none;
}
.related-entry-card-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 10px;
}
.related-entry-card-snippet {
    font-weight: 300;
    font-size: 12px;
}
#pager-post-navi {
	display:none;
}

@media screen and (max-width: 834px) {
	.under-entry-content .related-list {
		padding: 0 10px;
	}
	.under-entry-content .related-list a {
		padding: 0;
		width: 47%;
	}	
}

.single-post .tiktok-embed {
	padding: 0;
	border: unset;
}
.single-post .tiktok-embed:before,
.single-post .tiktok-embed:after {
	display:none;
}

/************************************
** front page
************************************/
.home .entry-title {
	display:none;
}
h2.home-catch {
	background: none;
	color: #333;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 834px) {
	h2.home-catch {
		font-size: 14px;
		line-height: 180%;
	}
}

#appeal {
	background: #a7e2f2;
}
#appeal .appeal-in {
	padding: 0;
}
#appeal .appeal-in .appeal-content {
	max-width: 100%;
	padding: 0;
	background-color:unset;
}
#appeal .appeal-in .appeal-content .appeal-message {
	display: flex;
	margin-bottom: 0;
	padding: 20px;
}
@media screen and (max-width: 834px) {
	#appeal .appeal-in .appeal-content .appeal-message {
		flex-direction: column;
		padding: 0;
	}
	#appeal .appeal-in .appeal-content .appeal-message iframe {
		display: none !important;
	}
}

#appeal .appeal-in .appeal-content .appeal-message iframe {
    max-height: 622px;
    margin: 0 !important;
    border: unset !important;
    border-radius: unset !important;
}
.n2-section-smartslider {
	margin-bottom: 100px;
}

.home section.news {
	position: relative;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	width: auto;
}
.home section.news:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    background-color: #f9e2ea;
    transform: skewY(-8deg);
    z-index: -1;
}

ul.home_news {
	justify-content: center;
	margin-bottom: 0 !important;
}
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-3 li {
        width: 22%;
    }
}




ul.home_news li {
	background: #ffffffbf;
	margin-bottom: 1.25em !important;
	display: flex;
	flex-direction: column;
}
ul.home_news li :nth-child(1) { order: 1; }
ul.home_news li :nth-child(2) { order: 3; }
ul.home_news li :nth-child(3) { order: 2; }


ul.home_news li div {

}
ul.home_news li div img {
    max-width: unset !important;
    height: 220px;
    width: 100%;
    object-fit: cover;
}
ul.home_news li a {
	font-size: 14px;
	line-height: 130%;
	text-decoration: none;
	display: block;
}
ul.home_news li>a {
    padding: 0 10px 10px 10px;
}
ul.home_news li time {
	padding: 0 10px 0 10px;
	font-size: 13px;
}
ul.home_news li:first-child time {
	color:#ffffff00;
	position:relative;
}
ul.home_news li:first-child time:after {
    position: absolute;
    display: block;
    content: "PICK UP";
    width: 56px;
    height: 14px;
    background: #f53a8e;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 2px 10px 1px;
    top: 0;
    margin-top: 3px;
} 


@media screen and (max-width: 834px) {
	ul.home_news li {
		margin: 0 auto 20px auto !important;
		width: 85% !important;
	}
}




.home ul.toplink {
    background: #f3c5df;
    padding: 10px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home ul.toplink li {
	width: 32%;
}
.home ul.toplink li a {
	display: flex;
	background: #e7579a;
	color: #fff;
	text-decoration: none;
	justify-content: center;
	padding: 10px 5px;
	font-size: 16px;
}
.home ul.toplink li a:hover {
		background: #f69ed0;
}
@media screen and (max-width: 834px) {
	.home ul.toplink li {
		width: 100%;
	}
}

.home .midbn div {
	background: #ffecf7;
	text-align: center;
	padding: 5px;
}



.course-side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.course-bottom {
	margin-bottom: 0 !important;
}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity {
	position: relative;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	width: auto;
	margin-top: 80px;
}


.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__wrap ul {
	margin: 0;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
		border-radius: 10px;
}
@media screen and (max-width: 834px) {
	.scroll-infinity__item {
	width: calc(100vw / 2);
		}
}

/************************************
**news
************************************/


.single-post .eye-catch-wrap {
	display:none;
}
.type-post .article-header {
	background: repeating-linear-gradient(-45deg, #fff1f7, #fff1f7 10px, #fff 0, #fff 17px);
	padding: 10px 10px 2px 10px;
	color: #f53a8e;
	font-weight: 600;
}
.blogcard-title {
	font-weight: 400;
    line-height: 150%;
}
.blogcard-snippet {
    line-height: 140%;
    font-weight: 300;
}
.single-post .gallery {
	margin-bottom: 60px !important;
}
.single-post .gallery-item {
	margin-top: 0;
	margin-bottom: 0;
}


/************************************
**course
************************************/

.page-id-95 .ttl_img {
	display: flex;
}

#post-95 h3 {
    border: none;
    margin: 160px 0 20px 0;
    text-align: center;
    color: #f53a8e;
    font-weight: 400;
    box-shadow: 20px -1px 0px -16px #fff, 0px 16px 0px -12px #fff, 0px -17px 0px -13px #fff, -17px 0px 0px -13px #fff, 0 0 0 4px #f53a8e;
	font-size: 180%;
	line-height: 1;
	padding: 20px;
	background: repeating-linear-gradient(-45deg, #fff1f7, #fff1f7 10px, #fff 0, #fff 17px);
}
#post-95 h3 .subt {
    font-size: 22px;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    line-height: 1;
}
#post-95 h4 {
    border-top: none;
    margin: 30px 0 10px 0;
    padding: 0 0 5px 0;
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
}
#post-95 ol {
	padding: 0 20px;
	margin-bottom: 0px;
}
#post-95 ol li {
	font-size: 16px;
	line-height: 150%;
}
ul.course_nav {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
ul.course_nav li{
	width: 33%;
	display: flex;
	margin: 1px;
}
ul.course_nav li a {
    display: flex;
    width: 100%;
    border: 1px solid #f53a8e;
    background: #fff;
    color: #f53a8e;
    text-decoration: none;
    padding: 5px 5px 5px 15px;
    transition: 0.5s;
    font-size: 86%;
}
ul.course_nav li a:hover {
	background: #f53a8e;
    color: #fff;	
}

@media screen and (max-width: 834px) {
	ul.course_nav li{
		width: 49%;
	}
	ul.course_nav li a {
		font-size: 80%;
		padding: 10px 5px 10px 5px;
	}
	#post-95 h3 {
	        font-size: 140%;	
	}
	#post-95 h3 .subt {
    font-size: 16px;
	}
}


.course {
	background: #000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	display: block;
	text-align: center;
	font-size: 110%;
	margin-bottom: 10px;
}
.course figure {
	
}
figure.full {
	width: 100%;
}
figure.full img {
	width: 100%;
}
.page-id-95 .youtube_if {

    padding: 0;
}
.page-id-95 .youtube_if .video-container {
	margin: 0;
    padding: 0;
}
.course.c01 {
	background: linear-gradient(to right, #ff2ac4, #55d6ff);
}
.course.c02 {
	background: linear-gradient(to right, #00d0ff, #6ce900);
}
.course.c03 {
	background: #e99c00;
}
.course.c04 {
	background: #fb9fc2;
}
.ltxt.c01 {
	text-shadow: 1px 2px #f477be, 25px 0px 0px #2220;
}
.ltxt.c02 {
	text-shadow: 1px 2px #59cee7, 25px 0px 5px #2220;
}
.ltxt.c03 {
	text-shadow: 1px 2px #e99c00, 25px 0px 0px #2220;
}

.mid-ttl {
	margin-top: 100px;
}
.mid-ttl .entry-title {
	margin-bottom: 0;
}
.mid-ttl .ltxt.c02 {
	font-size: 30px;
	text-shadow: 1px 2px #3daaff, 25px 0px 5px #2220;
}

.book-link {
    text-align: center;
    margin: 0;
    padding-top: 20px;
    display: block;
    line-height: 110%;
}
.book-link a {
	
}
.book-link pre {
	border: none;
	background: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.business-seminar {
	text-align: center;
	margin: 50px 0;
	background: #fff8f2;
	padding: 20px 0 30px 0;
	border-radius: 20px;
}

.business-seminar .business-midttl {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    text-shadow: 2px 2px #3caaff, 25px 0px 5px #2220;
    font-weight: 600;
    border-bottom: none;
    border-top: none;
    font-size: 29px;
    margin: 0 0 20px 0;
    padding-bottom: 0;
}
.business-seminar .video-container,
.business-seminar .video {
	margin: 0;
}

.business-seminar .wp-block-buttons,
.business-seminar .wp-block-button {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 834px) {
	.business-seminar .business-midttl {
		font-size: 26px;
	}


}



.course_sports {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-left: 0 !important;
	margin-bottom: 10px !important;
}
.course_sports li {
	background: #59cee7;
	color: #fff;
	display: flex;
	justify-content: center;
	width: 23%;
	padding: 10px 0;
	border-radius: 30px;
	font-weight: 600;
	margin-bottom: 0 !important;
}
.course_sports_txt {
	color: #59cee7;
	font-size: 120%;
	font-weight: 500;
	margin-bottom: 10px !important;
}
.course_option ul {
	list-style-type: none;
	padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
.course_option ul li {
    background: #5ae57a;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 28%;
    padding: 10px 0;
    border-radius: 30px;
    font-weight: 600;
    font-size: 120%;
    margin-bottom: 10px !important;
}
.shs-style {
	    margin-top: 20px;
}

span.c04 {
    display: table-cell;
    background: #f53a8e;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
}
span.c05 {
    display: block;
    font-size: 110%;
    background: #fe9dc8;
    padding: 3px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.idol-p1 {
	font-size: 90%;
}

span.c06 {
	font-size: 140%;
	display: block;
	margin: 0 0 10px 0;
}
.idol-box {
    background: repeating-linear-gradient(-45deg, #fff1f7, #fff1f7 10px, #fff 0, #fff 12px);
}
.idol-p2 {
	padding: 0 30px 30px;
    font-size: 90%;
}
@media screen and (max-width: 834px) {
	.course{
		font-size: 96%;
		line-height: 130%;
	}
	.course_sports li {
        width: 47%;
        font-size: 90%;
        padding: 6px 0;
	}
	.course_option ul li {
		        width: 47%;
        font-size: 100%;
	}
	.mid-ttl .ltxt.c02 {
		font-size: 20px;
	}
}
/************************************
** about
************************************/

.school_wrap {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 2px solid #f53a8e; */
    padding-bottom: 20px;
    margin-top: 60px;
    border-radius: 10px;
    background: repeating-linear-gradient(-45deg, #fff1f7, #fff1f7 10px, #fff 0, #fff 17px);
    z-index: -100;
    position: relative;
}
.school_wrap .ttl {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	text-shadow: 2px 2px #f53a8e, 25px 0px 5px #2220;
	text-align: center;
letter-spacing: 2px;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
    border: unset;
    /*margin-top: -50px;*/
   /* background: #fff;*/
}
.school_wrap ul.school_list {
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: space-around;

}
.school_wrap ul.school_list li {
    position: relative;
	width: 32%;
	display: flex;
}
.school_wrap ul.school_list li:after {
    position: absolute;
    content: "";
    width: 10px;
	height: 50px;
	background: #62a6ef;
	z-index: -10;
	left: 90px;
	bottom: -50px;
}
.school_wrap ul.school_list li a {
	text-decoration: none;
	text-align: center;
	background: #62a6ef;
	display: flex;
	flex-direction: column;
	padding: 10px 10px;
	color: #fff;
	font-size: 90%;
	line-height: 1.4;
	border-radius: 5px;
}
.school_wrap ul.school_list li a:hover {
	background: #c0deff;
}
.school_wrap .point {
	background: #62a6ef;
	display: flex;
	color: #fff;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
	padding: 10px;
	width: 80%;
	border-radius: 5px;
	flex-direction: column;
}
.school_wrap .point em {
	font-style: normal;
    font-size: 20px;
    color: #fff;
    background: #f53a8e;
    margin: 10px 0 0 0;
    padding: 5px 0;
    border-radius: 30px;
}
.school_wrap ul.school_list li a img {
	    height: 120px;
	    margin-bottom: 10px;
}
.school_wrap .arrow {
	display: inline-block;
    background: #f53a8e;
    color: #fff;
	padding: 5px 10px;
	position: relative;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}
.school_wrap .arrow:after {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 60px solid #f53a8e;
    border-bottom: 0;
    left: -16px;
    top: 24px;
    z-index: -10;
}
.school_wrap .new {
	display: flex;
	background: #f53a8e;
	color: #fff;
	padding: 10px 20px;
	width: 80%;
	justify-content: center;
	border-radius: 5px;
}
.school_wrap .att {
	font-size: 18px;
	margin-top: 10px;
}
@media screen and (max-width: 834px){
	.school_wrap .ttl {
		font-size: 24px;
        letter-spacing: 4px;
        margin-top: -20px;
        margin-bottom: 5px;
	}
	.school_wrap ul.school_list li a {
		font-size: 14px;
		line-height: 1.3;
		padding: 6px;
	}
	.school_wrap ul.school_list li a span {
		font-size: 12px;
	}
	.school_wrap ul.school_list li:after {
		left: 50px;
	}
	.school_wrap ul.school_list li a img {
		height: 60px;
		width: fit-content;
	}
	.school_wrap .arrow {
		font-size: 12px;
		line-height: 1;
	}
	.school_wrap .arrow:after {
		left: -23px;
		top: 9px;
	}
	.school_wrap .new {
		width: 90%;
		line-height: 1.3;
		font-size: 90%;
	}
	.school_wrap .att {
		font-size: 14px;
		padding: 0 20px;
		line-height: 130%;
	}
}
.alignment {
	margin: 30px 0 0 0;
	font-size: 80%;
	text-align: center;
	line-height: 1.4;
}
.alignment ul {
	padding: 10px 0 0 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.alignment ul li {
	display: flex;
	background: #ea4790;
	color: #fff;
	padding: 5px 16px;
	font-size: 110%;
	border-radius: 3px;
}
.school.address {
    font-size: 14px;
	border: 2px solid #9dc432;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 100px;
	display: block;
	line-height: 130%;
}
.school.address strong {
	font-weight: 600;
	background: linear-gradient(transparent 60%, var(--wp--preset--color--lime) 40%);
	margin-bottom: 10px;
	display: inline-block;
}
.about_block1 {
	background-image: url(./images/about_bg1.jpg);
    background-size: contain;
    padding: 30px;
}
@media screen and (max-width: 834px){
	.about_block1 {
		padding: 10px;
	}
}

.about_block1>.wp-block-group {
	background-color: #ffffffcf;
	padding: 20px;
	border-radius: 10px;
}

#post-148 .about_ttl {
	display: flex;
	flex-direction: column;
	margin: 50px 0 20px 0;
	box-shadow: 20px -1px 0px -16px #fff, 0px 16px 0px -12px #fff, 0px -17px 0px -13px #fff, -17px 0px 0px -13px #fff, 0 0 0 4px #f53a8e;
	line-height: 1;
	padding: 20px;
	background: repeating-linear-gradient(-45deg, #fff1f7, #fff1f7 10px, #fff 0, #fff 17px);
}
#post-148 .about_ttl em {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	text-shadow: 2px 2px #f53a8e, 25px 0px 5px #2220;
	text-align: center;
	letter-spacing: 6px;
	font-weight: 600;
	margin: 0 0 20px 0;
	border: unset;
	font-size: 40px;
	font-style: normal;
}
#post-148 .about_ttl span {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #ea3687;
}

@media screen and (max-width: 834px){
	#post-148 .about_ttl em {
		font-size: 200%;
		line-height: 1.3;
	}
}


#post-148 h3 {
    border: unset;
    color: var(--cocoon-deep-color);
    font-weight: 500;
    text-shadow: 2px 1px 0px white;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    background-image: url(./images/about_bg1.jpg);
    background-position: 80px -110px;
    font-size: 25px;
}
#post-148 .about_list01{
	
}
#post-148 .about_list01 ul {
	    padding: 0;
}
#post-148 .about_list01 ul li {
	display: flex;
    border: 2px solid #f53a8e;
    padding: 5px 10px;
    color: #f53a8e;
}
.about_point {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
    background: repeating-linear-gradient(-45deg, #deeeff, #deeeff 15px, #cde5ff 0, #cde5ff 30px);
	    align-items: baseline;
}
.about_point div {
	display: flex;
	flex-direction: column;
	align-items: normal;
	justify-content: flex-start;
	width: 48%;
	margin-bottom: 0 !important;
	background: #ffffffc9;
	border-radius: 10px;
	padding: 20px;
}
.about_point h4 {
	border-left: 10px solid #f53a8e;
	border-top: none;
	border-right: none;
	border-bottom: none;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
	background: #62a6ef;
	font-size: 18px;
}
.about_point p {
	font-size: 15px;
	line-height: 140%;
}
.about_point p span {
	font-size: 14px;
}
.about_point p strong {
	font-weight: 500;
    font-size: 110%;
    background: linear-gradient(transparent 60%, #ffe774 40%);
}
@media screen and (max-width: 834px){
	.about_point div {
		width:100%;
	}
	#post-148 h3 {
		font-size: 20px;
	}
	.about_point p {
		font-size: 16px;
	}
}


/************************************
** teachers
************************************/

.page-id-173 .wp-block-group {
	margin-bottom:0;
}
.page-id-173 h5 {
    border: unset;
    margin: 30px 0 10px 0;
    padding: 0 0 6px 0;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #333;
}
.page-id-173 section {
    background: #ddd;
    padding: 20px 20px 0px 30px;
    margin-top: 100px;
	align-items: flex-start;
	    justify-content: space-between;
}
@media screen and (max-width: 834px) {
	.page-id-173 section {
		flex-direction: column-reverse;
		align-items: center;
	}

}

.page-id-173 section.sec_purple {
	background:#ceccff;
}
.page-id-173 section.sec_pink {
	background:#ffcece;
}
.page-id-173 section.sec_yellow {
	background:#fffbd0;
}
.page-id-173 section.sec_green {
	background:#d6ffd3;
}
.page-id-173 section.sec_blue {
	background:#cfe0ff;
}


.page-id-173 section .profile {
	width: 430px;
}
.page-id-173 section .profile h3 {
	margin: 0;
	padding: 0;
	border: unset;
    font-weight: 300;
    font-size: 40px;
	line-height: 1;
}
.page-id-173 section .profile h3 em {
	background: linear-gradient(to right, #f53a8e, #fbcfe3);
	display: flex;
	font-style: normal;
	font-size: 17px;
	padding: 7px 0px 7px 40px;
	margin-left: -40px;
	color: #fff;
	margin-right: -50px;
	margin-bottom: 30px !important;
	position:relative;
}
.page-id-173 section .profile h3 span {
		font-size: 30px;
}
.page-id-173 section .profile h3 em:before {
	border-bottom: 11px solid transparent;
	border-right: 12px solid #771843;
	content: '';
	left: 0;
	position: absolute;
    top: 100%;
}
.page-id-173 section .profile h4 {
	margin: 0;
	padding: 0;
	border: unset;
	font-weight: 500;
	font-size: 90%;
	margin: 10px 0 20px 0;
}

.page-id-173 section .profile p {
	font-size: 90%;
	line-height: 140%;
	margin-bottom: 1.8em !important;
	font-weight:400;
}
.page-id-173 section figure {
	margin-top: -50px;
	width: 270px;
	min-width: 270px;
	z-index: 10;
}
.page-id-173 section figure img {

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

	.page-id-173 section figure {
		margin-bottom: 0 !important;
		width: 320px;
	}
	.page-id-173 section .profile {
		width:unset;
	}
	.page-id-173 section .profile h3 em {
		margin-left: -40px;
		margin-right: -25px;
	}
}

.page-id-173 .wp-block-image.has-bottom-margin {

}

.page-id-173  .detail {
	padding: 0 30px 0;
	font-weight: 400;
	font-size: 14px;
	background: linear-gradient(0deg, #fff, #cfe0ff);
}
.page-id-173  .detail p {
	font-weight: 400;
	font-size:14px;
}

/************************************
** bcc
************************************/

.post-242 .article-header {
	/*display:none;*/
}
.post-242 .tv-member {
	border: none;
    margin: 100px 0 20px 0;
    text-align: center;
	color: #f53a8e;
	font-weight: 400;
	box-shadow: 20px -1px 0px -16px #fff, 0px 16px 0px -12px #fff, 0px -17px 0px -13px #fff, -17px 0px 0px -13px #fff, 0 0 0 4px #f53a8e;
	font-size: 150%;
	line-height: 1;
	padding: 20px;
    background: repeating-linear-gradient(-45deg, #fff1f7, #fff1f7 10px, #fff 0, #fff 17px);
}
.post-242 h3.member {
	border: none;
	text-align: center;
	font-weight: 400;
	margin: 40px 0 20px 0;
	border-bottom: 2px solid #3daaff;
	position:relative;
}
.post-242 h3.member:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #3daaff;
	right: 0;
	bottom: 2px;
}
.post-242 ul.member {
	display: flex;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: flex-start;
}
/*
.post-242 ul.member li {
	width: 29%;
	display: flex;
	justify-content: flex-start;
	margin: 0 15px 25px 15px;
	flex-direction: column;
}
*/
.post-242 ul.member li {
    width: 250px;
    display: flex;
    justify-content: flex-start;
    margin: 0 25px 20px 0;
    flex-direction: column;
}
.post-242 ul.member li:nth-of-type(3n) {
	margin: 0 0 20px 0;	
}

.post-242 h3.bcc {
	font-size: 36px;
	letter-spacing: 2px;
	margin: 100px 0 20px 0;
	padding-top: 20px;
	border-top: 1px dotted #333;
}


@media screen and (max-width: 834px){
	.post-242 .entry-title {
		font-size: 32px;
		letter-spacing: 6px;
		padding-right: 0;
		padding-left: 0;
	}
	.post-242 ul.member {
		justify-content: space-between;
	}
	.post-242 ul.member li {
		width: 48%;
		margin: 0 0 25px 0;
	}
}



.post-242 ul.member li a {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	height: auto;
	text-decoration: none;
	width: 100%;
	position: relative;
}
.post-242 ul.member li a:after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background-image: url(https://super-highschool.com/wp-content/uploads/2025/03/schlogo.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    z-index: 0;
    opacity: 0.7;
}
.post-242 ul.member li>span {
	display: block;
    background: #3daaff;
    color: #fff;
    line-height: 1.3;
    font-size: 14px;
    padding: 4px 5px;
    border-radius: 3px;
    margin-top: 3px;
    text-align: center;
}

.post-242 ul.member li a figure {
	height: -webkit-fill-available;
	display: flex;
	align-items: flex-end;
	justify-content: unset;
	padding: 0;
	margin-bottom: 0 !important;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(171, 231, 255, 1) 70%, rgba(247, 178, 255, 1));
	
	/*
	background-image: url(./images/bcc_bg.jpg);
	background-size: 100% 50%;
	background-position-y: bottom;
	background-repeat: no-repeat;
	*/
}
.post-242 ul.member li a figure img {
	height: 240px;
	width: auto;
	    z-index: 1;
}
.post-242 ul.member li a:hover figure img {
	opacity: 1;
}

.post-242 ul.member li a span {
    text-decoration: none;
    display: flex;
    font-size: 31px;
    font-weight: 300;
    color: #333;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
	z-index: 10;
}
@media screen and (max-width: 834px){
	.post-242 ul.member li a {
		height: 140px;
	}
	.post-242 ul.member li a:after {
		height: 70px;
	}
	.post-242 ul.member li a figure img {
		height: auto!important;
		width: 140px;
	}
	.post-242 ul.member li a span {
        font-size: 27px;
        top: -5px;
        right: 10px;
	}
	.eye-catch-wrap {
		height: 320px;
	}
}
@media screen and (max-width: 400px){
		.post-242 ul.member li a span {
        font-size: 24px;
	}
}

/*******************************************************************
** single-student
*******************************************************************/

.single-student .article-header {
	position:relative;
}

.single-student .article-header .eye-catch-wrap figure {
	height: -webkit-fill-available;
	display: flex;
	align-items: flex-end;
	justify-content: unset;
	padding: 0;
	margin-bottom: 0 !important;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(171, 231, 255, 1) 70%, rgba(247, 178, 255, 1));
	z-index: -10;
	/*
	background-image: url(./images/bcc_bg.jpg);
	background-size: 100% 50%;
	background-position-y: bottom;
	background-repeat: no-repeat;
	*/
}
.single-student .article-header .eye-catch-wrap figure:after {
	display: block;
	content: "";
	width: 100%;
	border-bottom: 17px solid #f53a8e;
	position: absolute;
	bottom: 0;
}
.single-student .article-header .eye-catch-wrap figure:before {
    display: block;
    content: "";
    width: 98%;
    height: 300px;
    position: absolute;
    bottom: 0;
    background-image: url(https://super-highschool.com/wp-content/uploads/2025/03/schlogo.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    z-index: -5;
    opacity: 0.5;
}

.single-student .article-header  .eye-catch-wrap figure img {

}
.single-student .article-header  h1.entry-title {
	display:none;
}
.single-student .txt {
	display: flex;
	flex-direction: column;
	font-size: 70px;
	font-weight: normal;
	justify-content: center;
	position: absolute;
	top: 150px;
	right: 20px;
	margin: 0;
}
.single-student .txt .posi {
	font-size: 30px;
	line-height: 1;
}
.single-student .txt .name {
    font-size: 80px;
    font-weight: 200;
    padding-right: 20px;
    line-height: 1;
    text-align: end;
}
.single-student .txt .eng {
	font-size: 90px;
	line-height: 1;
	padding-right: 20px;
	font-weight: 200;
	text-align: right;
	color: #fff;
}
.single-student ul.position {
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    margin-top: 20px;
}
.single-student ul.position li {
	display: block;
	background: #3daaff;
    padding: 3px 10px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}

.single-student .catch {
	font-size: 16px;
	line-height: 140%;
	font-weight: 400;
}
.single-student h3.ltxt {
	border: none;
	color: #f53a8e;
	font-size: 26px;
	margin: 80px 0 10px 0;
	padding: 10px 0 10px 0;
	display: block;
	font-weight: 400;
	background: repeating-linear-gradient(-45deg, #fff1f7, #fff1f7 10px, #fff 0, #fff 17px);
	-webkit-text-fill-color: unset;
	-webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: #fff;
	text-shadow: none;
}

.single-student .youtube_if .video-container,
.single-student .video-container .video {
	margin:0;
}


.single-student .gallery {

}

.single-student .gallery-item {
	margin-top: 0 !important;
	margin-bottom: 0;
	margin-right: 5px;
}
.single-student .gallery-item img {
	border: none !important;
}


@media screen and (max-width: 834px){
	.single-student .article-header .eye-catch-wrap figure img {
		    width: 90%;
	}
	.single-student .txt  {
		font-size: 50px;
		top: 20px;
		right: 10;
		margin: 0;
		padding: 0;
	}
	.single-student .txt .posi {
		font-size: 20px;
	}
	.single-student .txt .name {
		font-size: 40px;
	}
	.single-student .txt .eng {
		font-size: 35px;
	}
	.single-student ul.position {
    margin-top: 100px;
	}
	.single-student ul.position li {
		font-size: 13px;
	}
	.single-student .catch {
		font-size: 18px;
	}
	.single-student h3.ltxt {
		font-size: 24px;
		margin-top: 50px;
		text-align: center;
	}
	.single-student #gallery-1 .gallery-item {
		width: 31%;
		margin-right: 7px;
	}
	
}
@media (min-width: 600px) {
	.page-id-242 .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		flex-grow: inherit;
		margin-bottom: 0 !important;
	}
	.page-id-242 .wp-block-gallery.has-nested-images figure.wp-block-image img {

	}
}


/************************************
** academy bcc
************************************/

.post-1294 .article-header {
	/*display:none;*/
}
.post-1294 .tv-member {
	border: none;
    margin: 100px 0 20px 0;
    text-align: center;
	color: #f53a8e;
	font-weight: 400;
	box-shadow: 20px -1px 0px -16px #fff, 0px 16px 0px -12px #fff, 0px -17px 0px -13px #fff, -17px 0px 0px -13px #fff, 0 0 0 4px #f53a8e;
	font-size: 150%;
	line-height: 1;
	padding: 20px;
    background: repeating-linear-gradient(-45deg, #fff1f7, #fff1f7 10px, #fff 0, #fff 17px);
}


.post-1294 ul.member {
	display: flex;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.post-1294 ul.member li {
    width: 29%;
    display: flex;
    justify-content: flex-start;
    margin: 0 15px 25px 15px;
    flex-direction: column;
}

.post-1294 h3.bcc {
	font-size: 36px;
	letter-spacing: 2px;
	margin: 100px 0 20px 0;
	padding-top: 20px;
	border-top: 1px dotted #333;
}


@media screen and (max-width: 834px){
	.post-1294 .entry-title {
		font-size: 32px;
		letter-spacing: 6px;
		padding-right: 0;
		padding-left: 0;
	}
	.post-1294 ul.member {
		justify-content: space-between;
	}
	.post-1294 ul.member li {
		width: 46%;
		margin: 0 0 25px 0;
	}
}



.post-1294 ul.member li a {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	height: auto;
	text-decoration: none;
	width: 100%;
	position: relative;
}
.post-1294 ul.member li a:after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 180px;
    background-image: url(https://super-highschool.com/wp-content/uploads/2025/04/sa_logo.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    z-index: 0;
    opacity: 0.2;
}
.post-1294 ul.member li>span {
	display: block;
    background: #369ddf;
    color: #fff;
    line-height: 1.3;
    font-size: 14px;
    padding: 4px 5px;
    border-radius: 3px;
    margin-top: 3px;
    text-align: center;
}

.post-1294 ul.member li a figure {
	height: -webkit-fill-available;
	display: flex;
	align-items: flex-end;
	justify-content: unset;
	padding: 0;
	margin-bottom: 0 !important;
	width: 100%;
	/*background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(171, 231, 255, 1) 70%, rgba(247, 178, 255, 1));*/
			background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgb(98 190 227) 70%, rgb(33 154 223));
	/*
	background-image: url(./images/bcc_bg.jpg);
	background-size: 100% 50%;
	background-position-y: bottom;
	background-repeat: no-repeat;
	*/
}
.post-1294 ul.member li a figure img {
	height: 240px;
	width: auto;
	    z-index: 1;
}
.post-1294 ul.member li a:hover figure img {
	opacity: 1;
}

.post-1294 ul.member li a span {
    text-decoration: none;
    display: flex;
    font-size: 31px;
    font-weight: 300;
    color: var(--wp--preset--color--white);
    justify-content: center;
    position: absolute;
    bottom: 10px;
    background: #0a4296;
    padding: 0 20px;
    right: 0;
    z-index: 10;
}
@media screen and (max-width: 834px){
	.post-1294 ul.member li a {
		height: 140px;
	}
	.post-1294 ul.member li a:after {
		height: 110px;
	}
	.post-1294 ul.member li a figure img {
		height: auto!important;
		width: 140px;
	}
	.post-1294 ul.member li a span {
		font-size: 21px;
	}
	.eye-catch-wrap {
		height: 320px;
	}
}




/*******************************************************************
** single-student_academy
*******************************************************************/
.single-student_academy .article-header {
	position:relative;
}

.single-student_academy .article-header .eye-catch-wrap figure {
	height: -webkit-fill-available;
	display: flex;
	align-items: flex-end;
	justify-content: unset;
	padding: 0;
	margin-bottom: 0 !important;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgb(98 190 227) 70%, rgb(33 154 223));
	z-index: -10;
	/*
	background-image: url(./images/bcc_bg.jpg);
	background-size: 100% 50%;
	background-position-y: bottom;
	background-repeat: no-repeat;
	*/
}
.single-student_academy .article-header .eye-catch-wrap figure:after {
	display: block;
	content: "";
	width: 100%;
	border-bottom: 17px solid #0a4296;
	position: absolute;
	bottom: 0;
}
.single-student_academy .article-header .eye-catch-wrap figure:before {
	display: block;
    content: "";
    width: 98%;
    height: 350px;
    position: absolute;
    bottom: 0;
    background-image: url(https://super-highschool.com/wp-content/uploads/2025/04/sa_logo.png);
    background-size: 350px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    z-index: -5;
    opacity: 0.2;
}

.single-student_academy .article-header  .eye-catch-wrap figure img {

}
.single-student_academy .article-header  h1.entry-title {
	display:none;
}
.single-student_academy .txt {
	display: flex;
	flex-direction: column;
	font-size: 70px;
	font-weight: normal;
	justify-content: center;
	position: absolute;
	top: 150px;
	right: 20px;
	margin: 0;
}
.single-student_academy .txt .posi {
	font-size: 30px;
	line-height: 1;
}
.single-student_academy .txt .name {
    font-size: 80px;
    font-weight: 200;
    padding-right: 20px;
    line-height: 1;
    text-align: end;
}
.single-student_academy .txt .eng {
	font-size: 90px;
	line-height: 1;
	padding-right: 20px;
	font-weight: 200;
	text-align: right;
	color: #fff;
}
.single-student_academy ul.position {
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    margin-top: 20px;
}
.single-student_academy ul.position li {
	display: block;
	background: #369edf;
    padding: 3px 10px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}

.single-student_academy .catch {
	font-size: 16px;
	line-height: 140%;
	font-weight: 400;
}
.single-student_academy h3.ltxt {
    border: none;
    color: #164296;
    font-size: 26px;
    margin: 80px 0 10px 0;
    padding: 10px 0 10px 0;
    display: block;
    font-weight: 400;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #fff;
    text-shadow: none;
    border-bottom: 5px solid #164296;
}


.single-student_academy .youtube_if .video-container,
.single-student_academy .video-container .video {
	margin:0;
}


.single-student_academy .gallery {

}

.single-student_academy .gallery-item {
	margin-top: 0 !important;
	margin-bottom: 0;
	margin-right: 5px;
}
.single-student_academy .gallery-item img {
	border: none !important;
}


@media screen and (max-width: 834px){
	.single-student_academy .article-header .eye-catch-wrap figure {
		    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(98 190 227) 70%, rgb(33 154 223));
	}
	.single-student_academy .article-header .eye-catch-wrap figure img {
		width: 90%;
	}
	.single-student_academy .article-header .eye-catch-wrap figure:before {
		height: 220px;
		background-size: 220px;
	}

	.single-student_academy .txt  {
		font-size: 50px;
		top: 20px;
		right: 10;
		margin: 0;
		padding: 0;
	}
	.single-student_academy .txt .posi {
		font-size: 20px;
	}
	.single-student_academy .txt .name {
		font-size: 40px;
	}
	.single-student_academy .txt .eng {
		font-size: 35px;
	}
	.single-student_academy ul.position {
    margin-top: 100px;
	}
	.single-student_academy ul.position li {
		font-size: 13px;
	}
	.single-student_academy .catch {
		font-size: 15px;
		padding: 10px;
	}
	.single-student_academy h3.ltxt {
		font-size: 24px;
		margin-top: 50px;
		text-align: center;
	}
	.single-student_academy #gallery-1 .gallery-item {
		width: 31%;
		margin-right: 7px;
	}
	
}
@media (min-width: 600px) {
	.page-id-242 .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		flex-grow: inherit;
		margin-bottom: 0 !important;
	}
	.page-id-242 .wp-block-gallery.has-nested-images figure.wp-block-image img {

	}
}




/************************************
** regional
************************************/

#post-676 .entry-title {
	font-size: 60px;
	letter-spacing: 4px;
}
#post-676 .ttl {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: #282828;
    line-height: 130%;
}
@media screen and (max-width: 834px){
	#post-676 .entry-title {
		font-size: 33px;
		letter-spacing: 3px;
	}
	#post-676 .ttl {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 30px;
	}

}

#post-676 .month {
    margin: 50px 0 0 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    background: #000;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#post-676 .month em {
	font-style: normal;
    font-size: 150%;
    font-family: serif;
    font-weight: 400;
    background: #f53a8e;
    color: #fff;
    padding: 4px 10px;
    margin-right: 5px;
	position:relative;
}
#post-676 .month em:after {

}

#post-676 .title {
    font-size: 17px;
    margin: 0 0 10px 0;
    font-weight: 400;
}


#post-676 section {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#post-676 section div {
	flex-direction: column;
	display: flex;
	border: 2px solid #ffd3e7;
	margin: 0 0 10px 0;
	border-radius: 4px;
	width: 49%;
}
#post-676 section div.none {
	display: none;
}
#post-676 .wp-block-group h3 {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 12px 20px 8px 20px;
	width: 100%;
	margin-left: unset !important;
	margin: 0 0 5px 0;
	background: repeating-linear-gradient(-45deg, #fff1f7, #fff1f7 10px, #fff 0, #fff 17px);
	color: #f53a8e;
}
#post-676 .wp-block-group h4 {
	display: flex;
	flex-direction: column;
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
    border: none;
    padding: 4px 20px 7px 20px;
    margin-left: unset !important;
}
#post-676 .wp-block-group h4 em {
	font-style: normal;
    font-size: 12px;
}
#post-676 .wp-block-group p {
    display: flex;
    font-size: 12px;
    margin: 0;
    padding: 0 20px 10px 20px;
    line-height: 140%;
}
@media screen and (max-width: 834px){
	#post-676 section div {
		width: 100%;
	}

}
/********************************************************************

** スペシャルアカデミー post-1294

********************************************************************/
#post-1294 .sns {
     width: 40%;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	background: repeating-linear-gradient(-45deg, #f4f3f3b3, #f4f3f3b3 10px, #fff 0, #fff 17px);
	padding: 10px;
	border-radius: 8px;
}
#post-1294 .sns_ttl {
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}
#post-1294 ul.sns_list {
	width: 100%;
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#post-1294 ul.sns_list li {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
    font-size: 14px;
    width: 33%;
}
#post-1294 ul.sns_list li a {
	line-height: 1;
}
#post-1294 ul.sns_list li a img {
    width: 60px;
}
#post-1294 p.ttl {
	font-size: 23px;
	color: #282828;
	font-weight: 400;
	text-align: center;
}
#post-1294 .mid-ttl {
	margin: 120px 0 20px 0;
	font-weight: 600;
	display: flex;
	justify-content: center;
	font-size: 34px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
	text-shadow: 2px 2px #3caaff, 25px 0px 5px #2220;
}
#post-1294 ul.course_nav {
	justify-content: center;
	margin-bottom: 0;
}
#post-1294 ul.course_nav li {

}
#post-1294 ul.course_nav li a {
	border: 1px solid #0a4296;
	color: #0a4296;
}
#post-1294 ul.course_nav li a:hover {
	background: #0a4296;
    color: #fff;	
}

#post-1294 h3 {
	border: none;
	margin: 100px 0 40px 0;
	text-align: center;
	color: #0a4296;
	font-weight: 400;
	box-shadow: 20px -1px 0px -16px #fff, 0px 16px 0px -12px #fff, 0px -17px 0px -13px #fff, -17px 0px 0px -13px #fff, 0 0 0 4px #0a4296;
	font-size: 150%;
	line-height: 1;
	padding: 20px;
	background: repeating-linear-gradient(-45deg, #f4f3f3b3, #f4f3f3b3 10px, #fff 0, #fff 17px);
}

#post-1294 h4.idol {
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 5px 0;
	border-top: none;
	border-bottom: 2px solid #e9e9e9;
}
#post-1294 ul.idol {
    margin: 0 0 100px 0;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    list-style-position: outside;
}
#post-1294 ul.idol li {
    list-style-type: disclosure-closed;
    color: #ddd;
}
#post-1294 ul.idol li a {
	padding: 0;
}
#post-1294 ul.idol li a:hover {
	color: #f53a8e;
}
#post-1294 ul.idol li a img {

}
#post-1294 ul.idol li a p {
	margin: 0;
	padding: 10px 0 0;
	line-height: 140%;
	font-size: 16px;
}

#post-1294 h3#yakiniku {
	margin: 50px 0 40px 0;
}
#post-1294 #gallery-1 .gallery-item {
	margin-bottom: 0;
	margin-top: 0;
}

@media screen and (max-width: 834px){
	#post-1294 .sns {
		width: 100%;
	}

	#post-1294 .entry-title {
		margin: 0;
		padding-bottom: 0;
		letter-spacing: 2px;
	}
	#post-1294 .ty-lo {
		flex-direction: column-reverse;
	}
	#post-1294 .wp-block-image {
		margin-bottom: 0 !important;
	}


	#post-1294 p.ttl {
		font-size: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#post-1294 .mid-ttl {
		font-size: 29px;
		line-height: 120%;
	}

	#post-1294 ul.idol li a {

	}
	#post-1294 ul.idol li a p {
		
	}
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
}

/*834px以下*/
@media screen and (max-width: 834px){
}

/*480px以下*/
@media screen and (max-width: 480px){
}
