@charset "utf-8";

/**
 *
 * 学校案内: 沿革
 *
 */

/*--------------------------------------------------------------------------
  overwrite スタイルの上書き
--------------------------------------------------------------------------*/
/* .cmn_page_header
-----------------------------------------------------------------*/
@media all and (max-width: 767px){
	.cmn_page_header_ttl img {
		height: auto;
		max-height: 24px;
	}
}

/*----------------------------------------------------------------------
	.mv
----------------------------------------------------------------------*/
.mv {
	height: 370px;
	background: url(../images/index/mv_pc.jpg) no-repeat 50% 50%;
	background-size: cover;
}

@media all and (max-width: 767px){
	.mv {
		height: auto;
	}
	.mv img {
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------------------------------------
	.sec
----------------------------------------------------------------------*/
.sec {
	padding: 60px 0 50px;
}
.sec__hdg {
	position: relative;
	padding: 15px 0 10px 30px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	box-sizing: border-box;
}
.sec__hdg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #ccc;
}
.sec .txt {
	line-height: 2;
}
.sec .btn {
	margin-top: 30px;
}
.sec .btn a {
	display: inline-block;
	padding: 11px 20px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	transition: .3s;
}
.sec .btn a:hover {
	opacity: .6;
}
.sec .btn span {
	padding-left: 20px;
	background: url(/shared/images/ico_arw01.png) no-repeat 0 50%;
	background-size: auto 12px;
}
.sec .img {
	position: relative;
}
.sec .img:before {
	content: '';
	display: block;
	position: absolute;
	top: -26px;
	left: -38px;
	width: 269px;
	height: 66px;
	background: no-repeat 0 0;
	background-size: 100% auto;
}

@media all and (max-width: 767px){
	.sec {
		padding: 40px 0 35px;
	}
	.sec__hdg {
		font-size: 17px;
		padding: 11px 0 7px 19px;
		margin-bottom: 25px;
	}
	.sec .img {
		margin-bottom: 15px;
	}
	.sec .btn {
		margin-top: 18px;
	}
	.sec .btn a {
		display: block;
		text-align: center;
		font-size: 13px;
		padding: 12px 18px 10px;
	}
	.sec .btn span {
		padding: 0;
		display: block;
		background-size: auto 10px;
	}
	.sec .img img {
		width: 100%;
		height: auto;
	}
	.sec .img:before {
		width: 179px;
		height: 44px;
		top: -7px;
		left: -16px;
	}
}

/* .sec-lead
----------------------------------------------------------------------*/
.sec-lead {
	background: #fffdf0;
}
.sec-lead__hdg {
	margin-bottom: 27px;
}

@media all and (max-width: 767px){
	.sec-lead__hdg {
		margin-bottom: 15px;
	}
	.sec-lead__hdg img {
		width: 309px;
	}
}

/* .sec-junior
----------------------------------------------------------------------*/
.sec-junior {
	background: url(/shared/images/bg_stripe02.png);
}
.sec-junior .sec__hdg::before,
.sec-junior .btn a {
	background: #ff8e49;
}
.sec-junior .sec__hdg,
.sec-junior .txt,
.sec-junior .btn {
	width: 460px;
	float: left;
}
.sec-junior .img {
	float: right;
}
.sec-junior .img:before {
	background-image: url(../images/index/junior_img_deco.png);
}

@media all and (max-width: 767px){
	.sec-junior .sec__hdg,
	.sec-junior .txt,
	.sec-junior .btn,
	.sec-junior .img {
		float: none;
		width: auto;
	}
}

/* .sec-high
----------------------------------------------------------------------*/
.sec-high {
	background: url(/shared/images/bg_stripe03.png);
}
.sec-high .sec__hdg::before,
.sec-high .btn a {
	background: #fd5c93;
}
.sec-high .sec__hdg,
.sec-high .txt,
.sec-high .btn {
	width: 460px;
	float: right;
}
.sec-high .img {
	float: left;
}
.sec-high .img:before {
	background-image: url(../images/index/high_img_deco.png);
}

@media all and (max-width: 767px){
	.sec-high .sec__hdg,
	.sec-high .txt,
	.sec-high .btn,
	.sec-high .img {
		float: none;
		width: auto;
	}
}


/* .sec-joint
----------------------------------------------------------------------*/
.sec-joint {
	padding: 6px;
	background: #fffdf0 url(../../shared/images/bg_stripe04.png);
}
.sec-joint__inner {
	background: #fbf6da;
	padding: 60px 0;
	position: relative;
}
.sec-joint__inner::before,
.sec-joint__inner::after {
	content: '';
	display: block;
	background: url(../images/index/joint_deco.png) no-repeat 0 0;
	width: 268px;
	height: 83px;
	position: absolute;
	top: 0;
}
.sec-joint__inner::before {
	left: 0;
}
.sec-joint__inner::after {
	right: 0;
	transform: scaleX(-1);
}
.sec-joint__hdg {
	text-align: center;
	margin-bottom: 25px;
}
.sec-joint .lead {
	text-align: center;
}
.sec-joint .event-list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 35px -10px 0;
}
.sec-joint .event {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}

.sec-joint .event a,
.sec-joint .event span {
	display: block;
	text-decoration: none;
	color: inherit;
	border-top: 2px solid #ff8e49;
	transition: .3s;
}
.sec-joint .event a:hover {
	opacity: .7;
}
.sec-joint .event__ttl {
	padding: 15px 0 14px;
	font-size: 16px;
	font-weight: bold;
}
.sec-joint .event__img {
	background-position: 50% 50%;
	background-size: cover;
}
.sec-joint .event__img img {
	width: 100%;
	height: auto;
}
.sec-joint .event__info {
	position: relative;
	margin-top: 11px;
}
.sec-joint .event__info .date {
	font-size: 18px;
	font-weight: bold;
}
.sec-joint .event__info .app {
	/*position: absolute;
	top: 0;
	right: 0;*/
	background: #dfbf1a;
	color: #ffffff;
	padding: 1px 5px;
	border-top:none ;
	display: inline;
}
.sec-joint .event__info .txt {
	line-height: 1.7;
}

@media all and (max-width: 767px){
	.sec-joint {
		padding: 5px;
		background-size: 4px;
	}
	.sec-joint__inner {
		padding: 40px 0;
	}
	.sec-joint__inner::before,
	.sec-joint__inner::after {
		width: 110px;
		height: 42px;
		background-image: url(../images/index/joint_deco_sp.png);
		background-size: 100% auto;
	}
	.sec-joint__hdg img {
		width: 181px;
	}
	.sec-joint .event-list {
		margin: 20px -7.5px -22px;
		flex-wrap: wrap;
	}
	.sec-joint .event {
		width: 50%;
		padding: 0 7.5px 22px;
		box-sizing: border-box;
	}
	.sec-joint .event a {
		border-width: 1px;
	}
	.sec-joint .event__ttl {
		font-size: 12px;
		padding: 10px 0 7px;
	}
	.sec-joint .event__img img {
		width: 100%;
		height: auto;
	}
	.sec-joint .event__info .date {
		font-size: 12px;
	}
	.sec-joint .event__info .app img {
		height: 18px;
		width: auto;
	}
	.sec-joint .event__info .txt {
		font-size: 11px;
		margin-top: 6px;
	}
}
