
/* --- logo --- */
.logo-c1 {fill: #924b81;}
.logo-c2 {fill: #b4b4b5;}
.logo-c3 {fill: #d19a42;}
.logo-c4 {fill: #2197be;}
.logo-c5 {fill: #dbcd4c;}
.logo-c6 {fill: #068e8e;}
.logo-c7 {fill: #9baf51;}
.logo-c8 {fill: #3076a1;}
.logo-c9 {fill: #4d4884;}
.logo-c10 {fill: #c75235;}
.logo-c11 {fill: #2f9a5a;}
.logo-c12 {fill: #c45485;}
.logo-c13 {fill: #c55166;}

	
/* ---- */
.page-template-top_entrance .contents_wrapper {
    overflow: hidden;
}
div#logo > .svg_wrp {
    max-height: 200px;
}
.page-template-top_entrance .header_logo_wapper div#logo > .svg_wrp {
    margin: auto;
    width: 100%;
    max-width: 300px;
}
.page-template-top_entrance .contents_body {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.page-template-top_entrance .contents_body section {
    width: 50%;
    padding: 10px 15px;
}
.entrance_link_block {
}
.entrance-image {
	display: block;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.entrance-image::before {
	content: '';
	position: absolute;
	width: 100%;
	padding-bottom: 60%;
	background-color: #f0f;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.entrance-image:hover::before {
	opacity: 0;
}
.scenejhs .entrance-image::before {
	background-color: #087bab;
}
.sceneshs .entrance-image::before {
	background-color: #d95792;
}
.entrance-image h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    z-index: 1;
	border: none;
	font-size: 3.2rem;
	font-weight: normal;
}
	.entrance-image h2::before {
		content: none;
	}
.entrance-text {
	margin: 10px 0;
	color: #b3b3b3;
}
/* --- blog ---- */
.article_blk-article {
	margin-bottom: 10px;
}
a.article_blk-a {
    display: flex;
    padding: 10px 20px;
    align-items: center;
	font-size: 16px;
	color: inherit;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	position: relative;
}
.entrance-news-wrapper a.article_blk-a:hover {
	color: #087bab;
}
.sceneshs .entrance-news-wrapper a.article_blk-a:hover {
	color: #d95792;
}
.entrance-news-wrapper a.article_blk-a:hover {
    box-shadow: none;
}
a.article_blk-a::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a.article_blk-a:hover::before {
	border-top: 1px solid #087bab;
	border-right: 1px solid #087bab;
}
.sceneshs a.article_blk-a:hover::before {
	border-top: 1px solid #d95792;
	border-right: 1px solid #d95792;
}
.article_blk-thumb {
	position: relative;
    width: 150px;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.article_blk-thumb::before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 60%;
}
.article_blk-thumb .web-category {
    position: absolute;
    left: 0;
    bottom: 0;
	padding: 0;
}
.article_blk-hover {
	display: none;
}
.article_blk-textBox {
    flex: 1;
    padding-left: 20px;
}
.article_blk-date, .article_blk-btags {
    display: inline-block;
	font-size: 12px;
}
.article_blk-btags {
	display: none;
}
.article_blk-cell {
    display: inline-block;
    margin: 0 5px;
}
.article_blk-excerpt {
    display: none;
}
.entrance-news-contentWrapper .btn {
    text-align: center;
}
.article_blk-textBoxInner {
    display: flex;
    flex-direction: column;
}
.article_school {
    font-size: 10px;
}
.article_school > span.s-cfn {
    display: inline-block;
    border: solid 1px;
    line-height: 1;
    padding: 1px 2px;
    margin-left: 5px;
    width: 2.6em;
}
.article_blk-title {
    font-size: 14px;
	margin: 5px 0;
}
.entrance-news-contentWrapper a.btn-a.article_blk-btn-a {
	max-width: 90%;
	width: 100%;
	background-color: #087bab;
	border-color: #087bab;
	padding-right: 50px;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
.sceneshs .entrance-news-contentWrapper a.btn-a.article_blk-btn-a {
	background-color: #d95792;
	border-color: #d95792;
}
a.btn-a > svg .svg-arrow {
	stroke: #FFFFFF !important;
}
a.btn-a.article_blk-btn-a > svg {
	right: 10px;
}
.entrance-news-contentWrapper a.btn-a::after {
	content: none;
}
	
.entrance-news-contentWrapper {
    position: relative;
	padding: 30px 0 30px;
	margin-top: 30px;
}
.entrance-news-contentWrapper::before {
    content: "";
    position: absolute;
	top: 0;
    left: -70vw;
    z-index: -1;
    width: 200vw;
    height: 100%;
    background-color: #f7f7f7;
}
.entrance-news-contentWrapper h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #087bab;
	border-bottom: 1px solid #087bab;
    margin-top: 0;
    margin-bottom: 10px;
}
.sceneshs .entrance-news-contentWrapper h3 {
	color: #d95792;
	border-bottom: 1px solid #d95792;
}

@media only screen and (max-width: 767px) {

	/* ---- menu
	------------- */
	.header_global_menu_wrapper {
		display: none;
	}
	.top_entrance_spmenu-wrapper {
		display: flex;
	}
	div#logo.sp-menu-logo {
		padding: 10px 20px;
	}
	div#logo.sp-menu-logo  > .svg_wrp {
		max-height: inherit;
		max-width: 350px;
		margin: 30px auto;
	}
	header #logo a:before {
		padding-bottom: calc(222 / 413 * 100%);
	}
	ul.header_global_smp li > a {
		display: block;
		padding: 10px;
		margin: 5px 10px;
		color: #FFF;
		border-bottom: solid 1px #424242;
	}
	
	/* ---- 
	------------- */
	.page-template-top_entrance .contents_body section {
		width: 100%;
	}
	.page-template-top_entrance .contents_body {
		flex-direction: column;
	}
	.entrance-text {
		height: auto !important;
	}
	.entrance-news-contentWrapper h3 {
		background-color: #087bab;
		color: #FFF !important;
		padding: 15px 15px;
		font-size: 18px;
		position: relative;
	}
	.entrance-news-contentWrapper h3::before {
		content: "＋";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
		font-size: 24px;
		padding: 0px 4px 2px;
		border-radius: 50%;
		background-color: #1E607F;
		-webkit-transition: transform 0.5s ease-out;
		-o-transition: transform 0.5s ease-out;
		transition: transform 0.5s ease-out;
	}
	.sceneshs .entrance-news-contentWrapper h3 {
		background-color: #d95792;
	}
	.sceneshs .entrance-news-contentWrapper h3::before {
		background-color: #C21877;
	}
	.entrance-news-contentWrapper h3.open::before {
		transform: translateY(-50%) rotate(225deg);
	}
	.entrance-news-wrapper {
		display: none;
	}
	a.article_blk-a {
		padding: 10px;
		height: auto !important;
	}
}
@media only screen and (max-width: 600px) {
	.article_blk-title {
		font-size: 12px;
	}
	.article_blk-thumb {
		position: relative;
		width: 100px;
		border-radius: 5px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.article_blk-thumb::before {
		padding-bottom: 80%;
	}
	.entrance-news-contentWrapper {
		padding: 20px 0;
	}
	.entrance-text {
		font-size: 14px;
	}
	.article_blk-textBox {
		padding-left: 10px;
	}
}


/*
---
---------------------------------------------------------------------------*/





