 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
employment
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* index */
.employment-index-rate-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.employment-index-rate-col > * {
	width: 248px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
}
.employment-index-rate-col > * + * {
	margin-left: 28px;
}

.employment-index-support-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -60px;
}
.employment-index-support-col > * {
	width: 280px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 60px;
	margin-top: 50px;
}

.employment-index-job-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.employment-index-job-col > * {
	width: 268px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.employment-index-job-col > * + * {
	margin-left: 28px;
}

/* graduate */
.employment-graduate-image {
	position: relative;
	margin-bottom: 30px;
}
.employment-graduate-image:before {
	/*content: "";*/
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 120px;
	background-size: auto 100%;
	background-image: url(/skb/wp-content/themes/skbschool/common/images/employment/graduate/icons-message.png);
	z-index: 1;
}
.employment-graduate-image--02:before {
	background-position: -100% 0;
}
.employment-graduate-image--03:before {
	background-position: -200% 0;
}
.employment-graduate-image--04:before {
	background-position: -300% 0;
}
.employment-graduate-image--05:before {
	background-position: -400% 0;
}
.employment-graduate-image--06:before {
	background-position: -500% 0;
}
.employment-graduate-image--07:before {
	background-position: -600% 0;
}
.employment-graduate-image--08:before {
	background-position: -700% 0;
}
.employment-graduate-image--09:before {
	background-position: -800% 0;
}
.employment-graduate-image--10:before {
	background-position: -900% 0;
}

.employment-graduate-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.employment-graduate-col > * {
	width: 365px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.employment-informal-decision-col > * p {
	line-height: 25px;
	margin-top: 12px;
	margin-bottom: 3px;
}
.employment-informal-decision-col > * dl {
	line-height: 18px;
}
.employment-informal-decision-col > * dl > dt {
	font-size: 12px;
}
.employment-informal-decision-col > *:nth-child(3n+1){
	clear: both;
}
.employment #pageLinks {
	padding-top: 90px;
}

/* company */
.employment-company-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.employment-company-contact > * + * {
	margin-left: 30px;
}

.employment-company-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}
.employment-company-file > * {
	text-align: center;
}
.employment-company-file > * + * {
	margin-left: 80px;
}
.employment-company-file > * a {
	text-decoration: underline;
}
.employment-company-file > * a:hover {
	text-decoration: none;
}
.employment-company-file .icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 64px;
	height: 64px;
	background-size: auto 100%;
	background-image: url(/skb/wp-content/themes/skbschool/common/images/employment/company/icons-file.png);
}
.employment-company-file .icon--pdf {
	background-position: 0 0;
}
.employment-company-file .icon--excel {
	background-position: -100% 0;
}
/* message */
.message #container .inner + .inner {
	margin-top: 130px;
}
.message #container section:nth-of-type(even) {
	background-color: #f0f0f0;
}
.message #container section {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;
}
@media (min-width: 961px) {
	.message #container section {
		padding-left: calc((100vw - 960px)/2);
		padding-right: calc((100vw - 960px)/2);
		margin-left: calc((100vw - 960px)/2*-1);
		margin-right: calc((100vw - 960px)/2*-1);
	}
}
.employment-message-image {
	position: relative;
	margin-bottom: 30px;
}

.employment-message-image--02:before {
	background-position: -100% 0;
}
.employment-message-image--03:before {
	background-position: -200% 0;
}
.employment-message-image--04:before {
	background-position: -300% 0;
}
.employment-message-image--05:before {
	background-position: -400% 0;
}
.employment-message-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.employment-message-col > * {
	width: 450px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.employment-message-col__item h3 {
	line-height: 28px;
}
.employment-message-col__item p {
	line-height: 30px;
}
.employment-message-col__item p + h3 {
	margin-top: 45px;
}
.employment-message-col__item figure {
	font-size: 0;
}
.employment-message-col__item dt {
	position: relative;
	padding: 7px 0;
	letter-spacing: 0.1em;
}
.employment-message-col__item dt:before {
	content: "";
	width: 200px;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.employment-message-col__item dd {
	letter-spacing: 0.1em;
}

@media (max-width: 740px) {
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
employment
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	.message #container section {
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.sTitle + p {
		margin-left: 20px;
		margin-right: 20px;
	}

	/* index */
	.employment-index-rate-col {
		display: block;
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	.employment-index-rate-col > * {
		width: auto;
	}
	.employment-index-rate-col > * + * {
		margin-left: 0px;
		margin-top: 20px;
	}
	.employment-index-rate-col dt img {
		width: 250px;
	}
	.employment .bg-texture + .inner .sTitle {
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 3px;
	}

	.employment-index-support-col {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
	}
	.employment-index-support-col > * {
		width: auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: 0px;
		margin-top: 20px;
	}

	.employment-index-job-col {
		display: block;
		width: auto;
		font-size: 10px;
		line-height: 21px;
		margin-left: 20px;
		margin-right: 20px;
		column-count: 2;
	}
	.employment-index-job-col > * {
		width: auto;
	}
	.employment-index-job-col > * + * {
		margin-left: 0;
	}
	.employment #pageLinks {
		padding-top: 38px;
	}

	/* graduate */
	.employment-graduate-image {
		margin-bottom: 20px;
	}

	.employment-graduate-col {
		display: block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.employment-graduate-col > * {
		width: auto;
	}
	.employment-graduate-col > * + * {
		margin-top: 20px;
	}
	.employment-graduate-image:before {
		width: 50px;
		height: 85.7px;
	}
	.employment-graduate-image--02:before {
		background-position: -100% 0;
	}
	.employment-graduate-image--03:before {
		background-position: -200% 0;
	}
	.employment-graduate-image--04:before {
		background-position: -300% 0;
	}
	.employment-graduate-image--05:before {
		background-position: -400% 0;
	}
	.employment-graduate-image--06:before {
		background-position: -500% 0;
	}
	.employment-graduate-image--07:before {
		background-position: -600% 0;
	}
	.employment-graduate-image--08:before {
		background-position: -700% 0;
	}
	.employment-graduate-image--09:before {
		background-position: -800% 0;
	}
	.employment-graduate-image--10:before {
		background-position: -900% 0;
	}
	.employment-graduate-col__item h3 {
		line-height: 21px;
		text-align: center;
		margin-bottom: 15px;
	}

	.employment.graduate .sTitle {
		margin-left: 15px;
		margin-right: 15px;
	}

	/* informal-decision */
	.informal-decision h3 {
		font-size: 14px;
		line-height: 21px;
	}
	.employment-informal-decision-col {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	.employment-informal-decision-col > * {
		width: calc(50% - 10px);
		margin-top: 20px;
		margin-left: 20px;
	}
	.employment-informal-decision-col > *:nth-child(4n+1) {
		clear: both;
	}
	.employment-informal-decision-col > * p {
		font-size: 12px;
		line-height: 18px;
	}

	/* company */
	.employment-company-contact {
		display: block;
		margin-top: 20px;
		text-align: center;
	}
	.employment-company-contact > * + * {
		margin-left: 0px;
		margin-top: 20px;
	}

	.employment-company-file {
		margin-top: 30px;
	}
	.employment-company-file > * + * {
		margin-left: 30px;
	}
	.company .sTitle ~ p.txtC {
		text-align: left !important;
	}
	.company .sTitle ~ h3.txtC {
		font-size: 11px;
		line-height: 21px;
	}
	.employment-company-file > * {
		font-size: 11px;
	}

	/* message */
	.message #container .inner + .inner {
		margin-top: 50px;
	}
	.employment-message-image {
		margin-bottom: 20px;
	}

	.employment-message-col {
		display: block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.employment-message-col > * {
		width: auto;
	}
	.employment-message-col > * + * {
		margin-top: 20px;
	}
	.employment-message-image:before {
		width: 50px;
		height: 87px;
	}
	.employment-message-col__item h3 {
		line-height: 21px;
		text-align: center;
		margin-bottom: 15px;
	}

	.employment .per100 img {
		width: 260px;
	}
	.employment .per100 + p {
		font-size: 12px;
		line-height: 21px;
	}

	.message #container > .inner > section > div {
		padding-top: 50px !important;
	}
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
180726
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.point-col-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.point-col-2__item {
	width: 450px;
	flex-shinrk: 0;
	margin-top: 50px;
}
.point-col-2__item:nth-of-type(even) {
	margin-left: 60px;
}
.employment-index-support-col dd {
	letter-spacing: 0em;
}


@media (max-width: 740px) {
	.point-col-2 {
		display: block;
	}
	.point-col-2__item {
		margin-top: 20px;
		width: auto;
	}
	.point-col-2__item:nth-of-type(even) {
		margin-left: 0px;
	}

	.employment.index .sbTitle {
		margin: 0 15px;
	}
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
181010
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* index */
.sbTitle {
	color: #000;
	max-width: 960px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 12px;
	letter-spacing: .1em;
	border-bottom: 1px dotted #C8C8C8;
}
.bb_bl {
	border-bottom: 1px solid #0066FF;
}
.bb_ppl {
	border-bottom: 1px solid #0b3257;
}
.bb_pnk {
	border-bottom: 1px solid #FF6699;
}
.bb_gre {
	border-bottom: 1px solid #339900;
}
.bb_org {
	border-bottom: 1px solid #FF9900;
}


/* informal-decision */
.n-tx {
	font-weight: normal;
	font-size: 14px;
	color: #505050;
	vertical-align: middle;
}
.employment-informal-decision-col {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-left: -60px;
}
.employment-informal-decision-col > * {
	width: 280px;
	float: left;
	margin-left: 60px;
	margin-top: 50px;
}
.blu_s {
	color: #0066FF;
}
.b_black {
	color: #000000;
}
.s_txsb {
	font-size: 12px;
	color: #505050;
	font-weight: normal!important;
}

@media (max-width: 740px) {
	.employment-informal-decision-col {
		width: auto;
	}
	.employment-informal-decision-col > li > img {
		width: 77%!important;
	}
	.employment-informal-decision-col > * {
		margin-left: 0;
	}

	.sbTitle {
		font-size: 16px;
	}
	.employment .point-col-2 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.employment .point-col-2 .stripe {
		padding: 22px;
	}
	.n-tx {
		font-size: 12px;
	}
	.employment-informal-decision-col {
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.employment-informal-decision-col > * {
		margin-top: 30px;
		width: calc(50% - 15px);
	}
	.employment-informal-decision-col > *:nth-child(even) {
		float: right;
	}
	.employment-informal-decision-col > *:nth-child(3n+1) {
		clear: none;
	}
	.employment-informal-decision-col > *:nth-child(odd) {
		clear: both;
	}
	.employment-message-col__item dt:before {
		width: 100px;
	}
	.employment-message-col__item dd {
		font-size: 14px;
	}
	.employment-message-col__item h3 {
		text-align: left;
		line-height: 30px;
	}
	.employment-message-col__item p {
		font-size: 14px;
	}

	.company .sTitle ~ h3.txtC {
		margin-top: 90px !important;
	}

	.employment-company-file {
		margin-bottom: 55px;
	}
}

/* company */
.employment-company-contact a {
	text-decoration: none;
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
news
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#news_topics {
	padding: 0 21px 0px;
	position: relative;
}
#news_topics .pageTitle {
	padding-top: 150px;
}
#news_topics li {
	width: 225px;
}
#news_topics li + li {
	padding-left: 30px;
}
#news_topics figure {
	padding: 0;
}
#news_topics .title {
	color: #000;
	height: 85px;
	overflow: hidden;
	text-align: left;
	line-height: 23px;
	padding: 14px 0 8px;
}
#news_topics .date {
	color: #787878;
}
#news_topics .slick-arrow {
	position: absolute;
	top: 50px;
	border: 0;
	height: 0;
	width: 50px;
	overflow: hidden;
	padding: 50px 0 0;
	background: rgba(0,0,0,.4);
	z-index: 1;
	cursor: pointer;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#news_topics .slick-arrow:focus {
	outline: none;
	-webkit-outline: none;
}
#news_topics .slick-arrow:hover {
	background: rgba(0,0,0,.6);
}
#news_topics .slick-arrow.slick-disabled {
	opacity: 0;
	cursor: default;
}
#news_topics .slick-prev { left: -21px; }
#news_topics .slick-next { right: -21px; }
#news_topics .slick-arrow:after {
	content: "";
	width: 19px;
	height: 19px;
	display: block;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#news_topics .slick-prev:after {
	left: 20px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#news_topics .slick-next:after {
	right: 20px;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

@media (max-width: 740px){
	#news_topics {
		padding: 0 0px 0px;
	}
	#news_topics .pageTitle {
		padding-top: 44px;
	}
	#news_topics ul {
		margin-left: 0;
		margin-right: 0;
	}
	#news_topics li {
		width: calc(50vw - 22.5px);
		padding: 0 10px !important;
	}
	#news_topics .slick-arrow {
		top: 7.5vw;
		transform: scale(.5);
		-moz-transform: scale(.5);
		-webkit-transform: scale(.5);
	}
	#news_topics figure img {
		width: 100%;
	}
	#news_topics .title {
		height: 85px;
		font-size: 12.5px;
		text-align: left;
		line-height: 19px;
	}
	#news_topics .date {
		font-size: 12px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
どうやって進路決めたの？
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.shinrobg {
	width:100%;
	background-size: 16px 16px;
	background-position: 50% 50%;
	background-image:repeating-linear-gradient( 90deg, rgba(255,255,255,.5) , rgba(255,255,255,.5) 1px, transparent 1px, transparent 16px),repeating-linear-gradient( 0deg, rgba(255,255,255,.5) , rgba(255,255,255,.5) 1px, #f3f3f3 1px, #f3f3f3 16px);
}

.shinrocase li {
	text-align: center;
	font-size: 12px;
    background: #fff;
    padding: 10px;
}