@charset "utf-8";

/**
 *
 * 魅せるを学ぶ 舞台芸術専攻
 *
 */

/*--------------------------------------------------------------------------
  overwrite スタイルの上書き
--------------------------------------------------------------------------*/
#Content {
	min-width: 1210px;
  position: relative;
	background: url(../images/bg_wall_pc.jpg) repeat-y 50% 0;
	background-size: contain;
	overflow: hidden;
}

/* @SP */
@media all and (max-width: 767px){
	#Content {
		min-width: auto;
		background: url(../images/bg_wall_sp.jpg) repeat 50% 0;
		background-size: contain;
	}
}

/* common */
.l-wrap {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}

/* @SP */
@media all and (max-width: 767px){
	.l-wrap {
		width: auto;
	}
	.l-wrap img{
		height: auto;
	}
	.full img{
		width: 100%;
		height: auto;
	}
}


/*----------------------------------------------------------------------
	.sec-heading
----------------------------------------------------------------------*/
.sec-heading{
	position: relative;
	height: 681px;
	background: url(../images/mv_bg_pc.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.sec-heading .sec-heading__logo{
	position: absolute;
	top: 30px;
	left: 30px;
}
.sec-heading .sec-heading__hdg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* @SP */
@media all and (max-width: 767px){
	.sec-heading{
		height: auto;
		background: none;
	}
	.sec-heading .sec-heading__logo{
		top: 20px;
		left: 20px;
		z-index: 3;
	}
	.sec-heading .sec-heading__logo img{
		width: 80px;
		height: 80px;
	}
	.sec-heading .sec-heading__hdg{
		position: relative;
		top: inherit;
		left: inherit;
		transform: none;
	}
}

/*----------------------------------------------------------------------
	.video 20200512追加
----------------------------------------------------------------------*/
.sec-video{
	padding: 5% 0 30px;
	text-align: center;
}

.video {
     position: relative;
     padding-bottom: 22.5%;
     height: 0;
     overflow: hidden;
     width: 40%;
     margin: 2% auto 2% auto;
     border: 1px solid #999999;
}

.video iframe {
     position: absolute;
     top: 0;
     left: 0;
        right: 0;
     width: 100%;
     height: 100%;
}
@media all and (max-width: 767px){
.sec-video h2{
	width:60%;
	margin:0 auto;
	text-align: center;
}

.video {
	width: 50%;
	padding-bottom: 28%;
    margin: 1% auto;
}
}

@media all and (max-width: 420px){
.sec-video h2{
	width:70%;
}
.video {
	width: 85%;
	padding-bottom: 48%;
}

.sec-video{
	padding-top: 30px;
}

}

/*----------------------------------------------------------------------
	.sec-point
----------------------------------------------------------------------*/
.sec-point{
	padding: 60px 0 49px;
}
.sec-point__banner {
	text-align: center;
	padding: 0 0 160px;
}
.sec-point__banner a {
	transition: opacity 0.4s ease-out;
}
.sec-point__banner a:hover {
	opacity: 0.7;
}
.sec-point__inner{
	position: relative;
	width: 1158px;
	margin: 0 auto;
	background: url(../images/point_bg_mid_pc.png) repeat-y 50% 0;
}
.sec-point__inner:before{
	content: '';
	position: absolute;
	top: -50px;
	left: 0;
	width: 1158px;
	height: 50px;
	background: url(../images/point_bg_top_pc.png) no-repeat 50% 0;
}
.sec-point__inner:after{
	content: '';
	position: absolute;
	bottom: -49px;
	left: 0;
	width: 1158px;
	height: 49px;
	background: url(../images/point_bg_btm_pc.png) no-repeat 50% 0;
}
.sec-point__hdg{
	padding: 25px 0 45px;
	text-align: center;
}
.sec-point__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
	justify-content: center;
}
.sec-point__list .point{
	position: relative;
	width: 240px;
	text-align: center;
}
.sec-point__list .point:nth-child(2){
	margin: 0 45px;
	padding: 0 42px;
}
.sec-point__list .point:nth-child(2):before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 373px;
	background: url(../images/point_line_pc.png) no-repeat 50% 0;
}
.sec-point__list .point:nth-child(2):after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 373px;
	background: url(../images/point_line_pc.png) no-repeat 50% 0;
}
.sec-point__list .point__hdg .ico{
	margin-bottom: 28px;
}
.sec-point__list .point__txt{
	margin-top: 24px;
	font-size: 14px;
	text-align: left;
	line-height: 2;
}

/* @SP */
@media all and (max-width: 767px){
	.sec-point{
		padding: 40px 0 20px;
	}
	.sec-point__banner {
		padding: 0 20px 100px;
	}
	.sec-point__banner a:hover {
		opacity: 1;
	}
	.sec-point__inner{
		width: 335px;
		background: url(../images/point_bg_mid_sp.png) repeat-y 50% 0;
		background-size: 335px auto;
	}
	.sec-point__inner:before{
		top: -25px;
		width: 335px;
		height: 25px;
		background: url(../images/point_bg_top_sp.png) no-repeat 50% 0;
		background-size: 335px auto;
	}
	.sec-point__inner:after{
		bottom: -25px;
		width: 335px;
		height: 25px;
		background: url(../images/point_bg_btm_sp.png) no-repeat 50% 0;
		background-size: 335px auto;
	}
	.sec-point__hdg{
		padding: 6px 0 30px;
	}
	.sec-point__hdg img{
		width: 293px;
	}
	.sec-point__list{
		display: block;
		padding: 0 35px;
	}
	.sec-point__list .point{
		width: auto;
		text-align: left;
	}
	.sec-point__list .point:nth-child(2){
		margin: 23px 0;
		padding: 25px 0;
	}
	.sec-point__list .point:nth-child(2):before{
		width: 264px;
		height: 2px;
		background: url(../images/point_line_sp.png) no-repeat 50% 0;
		background-size: 264px 2px;
	}
	.sec-point__list .point:nth-child(2):after{
		top: inherit;
		bottom: 0;
		right: inherit;
		width: 264px;
		height: 2px;
		background: url(../images/point_line_sp.png) no-repeat 50% 0;
		background-size: 264px 2px;
	}
	.sec-point__list .point__hdg{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
		align-items: center;
	}
	.sec-point__list .point__hdg .ico{
		margin: 0 12px 0 0;
	}
	.sec-point__list .point__hdg .ico img{
		width: 70px;
		height: auto;
	}
	.sec-point__list .point__hdg .txt img{
		width: auto;
		height: 41px;
	}
	.sec-point__list .point__txt{
		margin-top: 15px;
		font-size: 12px;
		line-height: 1.83;
	}
}
@media all and (max-width: 320px){
	.sec-point__inner{
		width: 320px;
		background: url(../images/point_bg_mid_sp.png) repeat-y 50% 0;
		background-size: 320px auto;
	}
	.sec-point__inner:before{
		top: -20px;
		width: 320px;
		height: 24px;
		background: url(../images/point_bg_top_sp.png) no-repeat 50% 0;
		background-size: 320px auto;
	}
	.sec-point__inner:after{
		bottom: -20px;
		width: 320px;
		height: 24px;
		background: url(../images/point_bg_btm_sp.png) no-repeat 50% 0;
		background-size: 320px auto;
	}
}

/* .more */
.sec-point .more{
	position: relative;
	margin-top: 90px;
	padding: 60px 0 35px 225px;
	background: url(../images/point_bg_more_pc.png) repeat-y 50% 0;
}
.sec-point .more:before{
	content: '';
	position: absolute;
	top: -42px;
	left: 0;
	width: 1158px;
	height: 42px;
	background: url(../images/point_more_pc.png) no-repeat 50% 0;
}
.sec-point .more__hdg{
	position: relative;
	margin-bottom: 30px;
}
.sec-point .more__hdg:before{
	content: '';
	position: absolute;
	top: -85px;
	left: 20px;
	width: 131px;
	height: 60px;
	background: url(../images/point_more_obj_pc.png) no-repeat 50% 0;
}
.sec-point .more__txt{
	width: 555px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
}
.sec-point .more__img{
	position: absolute;
	top: 33px;
	right: 100px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec-point .more{
		margin-top: 55px;
		padding: 36px 33px 22px;
		background: url(../images/point_bg_more_sp.png) repeat-y 50% 0;
		background-size: 335px auto;
	}
	.sec-point .more:before{
		top: -30px;
		width: 335px;
		height: 30px;
		background: url(../images/point_more_sp.png) no-repeat 50% 0;
		background-size: 335px auto;
	}
	.sec-point .more__hdg{
		margin-bottom: 13px;
	}
	.sec-point .more__hdg img{
		width: 209px;
	}
	.sec-point .more__hdg:before{
		top: -45px;
		left: -14px;
		width: 66px;
		height: 34px;
		background: url(../images/point_more_obj_sp.png) no-repeat 50% 0;
		background-size: 66px auto;
	}
	.sec-point .more__txt{
		width: auto;
		font-size: 12px;
		font-weight: normal;
		line-height: 1.83;
	}
	.sec-point .more__img{
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 20px;
	}
}
@media all and (max-width: 320px){
	.sec-point .more{
		background: url(../images/point_bg_more_sp.png) repeat-y 50% 0;
		background-size: 320px auto;
	}
	.sec-point .more:before{
		top: -24px;
		width: 320px;
		height: 24px;
		background: url(../images/point_more_sp.png) no-repeat 50% 0;
		background-size: 320px auto;
	}
}

/* obj */
.sec-point__obj01{
	position: absolute;
	top: -127px;
	right: 43px;
}
.sec-point__obj02{
	position: absolute;
	bottom: -22px;
	left: 67px;
	z-index: 3;
}

/* @SP */
@media all and (max-width: 767px){
	.sec-point__obj01{
		position: absolute;
		top: -64px;
		right: -19px;
	}
	.sec-point__obj01 img{
		width: 121px;
	}
}
@media all and (max-width: 320px){
	.sec-point__obj01{
		right: 0;
	}
	.sec-point__obj01 img{
		width: 96px;
	}
}


/*----------------------------------------------------------------------
	.sec-stage
----------------------------------------------------------------------*/
.sec-stage{
	position: relative;
	padding-top: 56px;
}
.sec-stage__hdg{
	margin-bottom: 40px;
	text-align: center;
}
.sec-stage__txt{
	display: inline-block;
	width: 430px;
	min-height: 565px;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 3.142;
}
.sec-stage__txt > span{
	padding-bottom: 7px;
	border-bottom: 1px dashed #080102;
}
.sec-stage__movie{
	position: relative;
	width: 430px;
	z-index: 2;
}
.sec-stage__movie a{
	position: relative;
	display: block;
	width: 430px;
	z-index: 2;
}
.sec-stage__movie img{
	-webkit-box-shadow: 0 0 40px rgba(88, 3, 31, .2);
	box-shadow: 0 0 40px rgba(88, 3, 31, .2);
}
.sec-stage__movie a:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 108px;
	height: 114px;
	transform: translate(-50%, -50%);
	background: url(../images/ico_movie_pc.png) no-repeat 50% 50%;
}
.sec-stage__pic{
	position: absolute;
	top: 185px;
	right: -128px;
	z-index: 0;
}
.sec-stage__images{
	clear: both;
	margin: 80px -24px 0;
	text-align: center;
	z-index: 0;
}
.sec-stage__btn{
	position: absolute;
	top: 700px;
	right: -38px;
}
.sec-stage__btn a{
	-webkit-transition: .2s;
	transition: .2s;
}
.sec-stage__btn a:hover{
	opacity: .95;
}

/* sec-stage--reverse */
.sec-stage.sec-stage--reverse{
}
.sec-stage.sec-stage--reverse .sec-stage__txt{
	margin-left: 650px;
}
.sec-stage.sec-stage--reverse .sec-stage__movie{
	margin-left: 650px;
}
.sec-stage.sec-stage--reverse .sec-stage__pic{
	position: absolute;
	top: 191px;
	right: inherit;
	left: -128px;
}
.sec-stage.sec-stage--reverse .sec-stage__btn{
	position: absolute;
	top: 700px;
	right: inherit;
	left: -40px;
}
.sec-stage.sec-stage--reverse .sec-stage__images{
	margin: -16px -24px 0;
}

/* sec-stage--01 */
.sec-stage--01{
	padding-top: 56px;
}

/* sec-stage--02 */
.sec-stage--02{
	padding-top: 41px;
}
.sec-stage--03 .sec-stage__hdg{
	margin-bottom: 36px;
}
.sec-stage--02 .sec-stage__pic{
	top: 167px;
}

/* sec-stage--03 */
.sec-stage--03{
	padding-top: 29px;
}
.sec-stage--03 .sec-stage__hdg{
	margin-bottom: 23px;
}
.sec-stage--03 .sec-stage__pic{
	top: 190px;
}

/* sec-stage--04 */
.sec-stage--04{
	padding-top: 45px;
}
.sec-stage--04 .sec-stage__hdg{
	margin-bottom: 32px;
}
.sec-stage--04 .sec-stage__txt{
	margin-bottom: 124px;
	min-height: 510px;
}
.sec-stage--04.sec-stage--reverse .sec-stage__pic{
	top: 185px;
}

/* sec-stage--05 */
.sec-stage--05{
	padding-top: 34px;
	padding-bottom: 88px;
}
.sec-stage--05 .sec-stage__hdg{
	margin-bottom: 22px;
}
.sec-stage--05 .sec-stage__txt{
	letter-spacing: .02em;
}
.sec-stage--05 .sec-stage__pic{
	top: 176px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec-stage{
		padding-top: 20px;
	}
	.sec-stage__hdg{
		margin-bottom: 18px;
	}
	.sec-stage__txt{
		width: auto;
		min-height: initial;
    min-height: auto;
		margin: 0 20px;
		font-size: 12px;
		line-height: 2.917;
	}
	.sec-stage__movie{
		width: auto;
	}
	.sec-stage__movie a{
		width: auto;
	}
	.sec-stage__movie img{
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.sec-stage__movie a:before{
		width: 68px;
		height: 73px;
		background: url(../images/ico_movie_sp.png) no-repeat 50% 50%;
		background-size: 68px auto;
	}
	.sec-stage__pic{
		position: relative;
		top: inherit;
		right: inherit;
		margin: -20px 0 0;
	}
	.sec-stage__images{
		margin: -30px 0 0;
	}
	.sec-stage__btn{
		position: relative;
		top: inherit;
		right: inherit;
		text-align: center;
	}
	.sec-stage__btn img{
		width: 89%;
	}
	.sec-stage__btn a{
		-webkit-transition: none;
		transition: none;
	}
	.sec-stage__btn a:hover{
		opacity: 1;
	}

	/* sec-stage--reverse */
	.sec-stage.sec-stage--reverse .sec-stage__txt{
		margin-left: 20px;
	}
	.sec-stage.sec-stage--reverse .sec-stage__movie{
		margin-left: auto;
	}
	.sec-stage.sec-stage--reverse .sec-stage__pic{
		position: relative;
		top: inherit;
		left: inherit;
	}
	.sec-stage.sec-stage--reverse .sec-stage__btn{
		position: relative;
		top: inherit;
		left: inherit;
	}
	.sec-stage.sec-stage--reverse .sec-stage__images{
		margin: -30px 0 0;
	}

	/* sec-stage--01 */
	.sec-stage--01{
		padding-top: 21px;
	}

	/* sec-stage--02 */
	.sec-stage--02{
		padding-top: 49px;
	}
	.sec-stage--03 .sec-stage__hdg{
		margin-bottom: 18px;
	}
	.sec-stage--02 .sec-stage__pic{
		top: inherit;
	}

	/* sec-stage--03 */
	.sec-stage--03{
		padding-top: 50px;
	}
	.sec-stage--03 .sec-stage__hdg{
		margin-bottom: 18px;
	}
	.sec-stage--03 .sec-stage__pic{
		top: inherit;
	}

	/* sec-stage--04 */
	.sec-stage--04{
		padding-top: 50px;
	}
	.sec-stage--04 .sec-stage__hdg{
		margin-bottom: 18px;
	}
	.sec-stage--04.sec-stage--reverse .sec-stage__txt{
		margin-bottom: 0;
		min-height: initial;
		min-height: auto;
	}
	.sec-stage--04 .sec-stage__pic{
		top: inherit;
	}

	/* sec-stage--05 */
	.sec-stage--05{
		padding-top: 50px;
		padding-bottom: 44px;
	}
	.sec-stage--05 .sec-stage__hdg{
		margin-bottom: 18px;
	}
	.sec-stage--05 .sec-stage__txt{
		letter-spacing: normal;
	}
	.sec-stage--05 .sec-stage__pic{
		top: inherit;
	}
}


/*----------------------------------------------------------------------
	.sec-diary
----------------------------------------------------------------------*/
.sec-diary{
	padding: 79px 0 75px;
	background-image: url(../images/diary_bg_flower_pc.png), url(../images/diary_bg_pc.jpg);
	background-position: 50% 0, 50% 0;
	background-repeat: no-repeat, repeat;
	background-size: auto auto, contain;
}
.sec-diary__hdg{
	margin-bottom: 90px;
	text-align: center;
}
.sec-diary__content{
	width: 1160px;
	margin: 0 auto;
}
.sec-diary__bnr{
	text-align: center;
	margin: 110px 0 0;
}

/* .content */
.sec-diary__content .content{
	position: relative;
}
.sec-diary__content .content__hdg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.sec-diary__content .content__btn{
	width: 198px;
	margin: 0 auto;
	text-align: center;
}
.sec-diary__content .content__btn a{
	display: block;
	width: 100%;
	padding: 16px 0;
	background: #ccc;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.sec-diary__content .content__btn span{
	padding-left: 20px;
	background: url(../images/ico_arw01.png) no-repeat 0 50%;
	background-size: 9px auto;
}

/* content--middle */
.sec-diary__content .content.content--middle{
	padding: 106px 0 52px;
	background: url(../images/diary_bg_middle_repeat_pc.png) repeat-y 50% 0;
	border-bottom: 5px solid #fff;
}
.sec-diary__content .content--middle:before{
	content: '';
	position: absolute;
	top: -46px;
	left: 0;
	width: 1160px;
	height: 46px;
	background: url(../images/diary_bg_middle_top_pc.png) no-repeat 50% 0;
}
.sec-diary__content .content--middle .content__hdg{
	top: 20px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.sec-diary__content .content--middle .content__btn a{
	background: #ff8e49;
}

/* content--high */
.sec-diary__content .content.content--high{
	padding: 142px 0 15px;
	background: url(../images/diary_bg_high_repeat_pc.png) repeat-y 50% 0;
}
.sec-diary__content .content--high .content__hdg{
	top: 55px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.sec-diary__content .content--high:before{
	content: '';
	position: absolute;
	bottom: -48px;
	left: 0;
	width: 1160px;
	height: 48px;
	background: url(../images/diary_bg_high_btm_pc.png) no-repeat 50% 0;
}
.sec-diary__content .content--high .content__btn a{
	background: #fc7eab;
}

/* @SP */
@media all and (max-width: 767px){
	.sec-diary{
		padding: 33px 0 55px;
		background-image: url(../images/diary_bg_flower_sp.png), url(../images/diary_bg_sp.jpg);
		background-position: 50% 0, 50% 0;
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto, 100% auto;
	}
	.sec-diary__hdg{
		margin-bottom: 55px;
	}
	.sec-diary__hdg img{
		width: 268px;
	}
	.sec-diary__content{
		width: 335px;
	}
	.sec-diary__bnr {
		margin: 70px 0 0;
		padding: 0 20px;
	}

	/* .content */
	.sec-diary__content .content__hdg{
		left: 10px;
	}
	.sec-diary__content .content__btn{
		width: 200px;
		margin-top: 10px;
	}
	.sec-diary__content .content__btn a{
		padding: 14px 0;
		font-size: 13px;
	}

	/* content--middle */
	.sec-diary__content .content.content--middle{
		padding: 65px 0 35px;
		background: url(../images/diary_bg_middle_repeat_sp.png) repeat-y 50% 0;
		background-size: 335px auto;
		border-bottom: 2px solid #fff;
	}
	.sec-diary__content .content--middle:before{
		top: -22px;
		width: 335px;
		height: 22px;
		background: url(../images/diary_bg_middle_top_sp.png) no-repeat 50% 0;
		background-size: 335px auto;
	}
	.sec-diary__content .content--middle .content__hdg{
		top: 10px;
		left: 0px;
	}
	.sec-diary__content .content--middle .content__hdg img{
		width: 158px;
	}

	/* content--high */
	.sec-diary__content .content.content--high{
		padding: 79px 0 19px;
		background: url(../images/diary_bg_high_repeat_sp.png) repeat-y 50% 0;
		background-size: 335px auto;
	}
	.sec-diary__content .content--high:before{
		bottom: -22px;
		width: 335px;
		height: 22px;
		background: url(../images/diary_bg_high_btm_sp.png) no-repeat 50% 0;
		background-size: 335px auto;
	}
	.sec-diary__content .content--high .content__hdg{
		top: 25px;
		left: 0px;
	}
	.sec-diary__content .content--high .content__hdg img{
		width: 268px;
	}
}
@media all and (max-width: 320px){
	.sec-diary__content{
		width: 320px;
	}
	/* content--middle */
	.sec-diary__content .content.content--middle{
		background: url(../images/diary_bg_middle_repeat_sp.png) repeat-y 50% 0;
		background-size: 320px auto;
	}
	.sec-diary__content .content--middle:before{
		top: -18px;
		width: 320px;
		height: 18px;
		background: url(../images/diary_bg_middle_top_sp.png) no-repeat 50% 0;
		background-size: 320px auto;
	}

	/* content--high */
	.sec-diary__content .content.content--high{
		padding: 79px 0 19px;
		background: url(../images/diary_bg_high_repeat_sp.png) repeat-y 50% 0;
		background-size: 320px auto;
	}
	.sec-diary__content .content--high:before{
		bottom: -20px;
		width: 320px;
		height: 20px;
		background: url(../images/diary_bg_high_btm_sp.png) no-repeat 50% 0;
		background-size: 320px auto;
	}
}

/* .article_list
-----------------------------------------------------------------*/
.article_list{
	margin: 0 0 35px 70px;
}
.article_list li{
	width: 300px;
	float: left;
	margin: 0 0 0 30px;
}
.article_list li:last-child{
	display: none;
}
.article_list a{
	color: #fff;
	text-decoration: none;
}
.article_list li .img{
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	background-size: cover;
}
.article_list li > span{
	position: relative;
	display: block;
	color: #fff;
}
.article_list li > span img{
	min-width: 300px;
}
.article_list dl{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.7)));
	background: linear-gradient(transparent, rgba(0,0,0,0.7));
}
.article_list dt{
	font-size: 11px;
}
.article_list dd.ttl{
	line-height: 1.3;
	margin-top: 5px;
}
.article_list dd.tag{
	display: inline-block;
	margin-top: 7px;
	padding-left: 20px;
	background: url(../images/common/ico_tag.png) no-repeat 0 5px;
	background-size: 14px;
	font-size: 10px;
}
.article_list dd.tag a{
	position: static;
	display: inline-block;
	margin: 2px 0 0 5px;
	padding: 3px 5px;
	background: rgba(0, 0, 0, 0.3);
}
.article_list dd.tag a:hover{
	background: #000;
}

/* @SP */
@media all and (max-width: 767px){
	.article_list{
		margin: 0 10px;
	}
	.article_list li{
		width: 46%;
		margin: 0 2%;
	}
	.article_list li:last-child{
		display: block;
	}
	.article_list a{
		color: #000;
	}
	.article_list li a img{
		min-width: 0;
		width: 100%;
	}
	.article_list li > span img{
		min-width: 0;
		width: 100%;
	}
	.article_list dl{
		padding: 10px 0 18px;
		position: relative;
		left:inherit;
		bottom: inherit;
		background: none;
	}
	.article_list dt{
		font-size: 9px;
		color: #000;
	}
	.article_list dd.ttl{
		margin-top: 2px;
		font-size: 10px;
	}
}


/*----------------------------------------------------------------------
	.sec-cv
----------------------------------------------------------------------*/
.sec-cv{
	height: 877px;
	padding: 76px 0 102px;
	background:  url(../images/cv_bg_pc.jpg) no-repeat 50% 50%;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}
.sec-cv__hdg{
	margin-bottom: 53px;
}
.sec-cv__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
	justify-content: center;
}
.sec-cv__item{
	position: relative;
	margin: 0 20px;
}
.sec-cv__item:before{
	content: '';
	position: absolute;
	top: -34px;
	left: 50%;
	width: 108px;
	height: 107px;
	margin-left: -54px;
}
.sec-cv__item.sec-cv__item--middle:before{
	background: url(../images/cv_ico_middle_pc.png) no-repeat 50% 0;
}
.sec-cv__item.sec-cv__item--high:before{
	background: url(../images/cv_ico_high_pc.png) no-repeat 50% 0;
}
.sec-cv__bnr{
	margin-top: 30px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec-cv{
		height: auto;
		padding: 44px 0 50px;
		background:  url(../images/cv_bg_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.sec-cv__hdg{
		margin-bottom: 42px;
	}
	.sec-cv__hdg img{
		width: 91%;
	}
	.sec-cv__list{
		margin: 0 3.333%;
	}
	.sec-cv__item{
		width: 47.76%;
		margin: 0 2%;
	}
	.sec-cv__item:before{
		top: -22px;
		width: 66px;
		height: 66px;
		margin-left: -33px;
	}
	.sec-cv__item.sec-cv__item--middle:before{
		background: url(../images/cv_ico_middle_sp.png) no-repeat 50% 0;
		background-size: 66px auto;
	}
	.sec-cv__item.sec-cv__item--high:before{
		background: url(../images/cv_ico_high_sp.png) no-repeat 50% 0;
		background-size: 66px auto;
	}
	.sec-cv__bnr{
		margin: 20px 20px 0;
	}
}


/*----------------------------------------------------------------------
	.sec-footer
----------------------------------------------------------------------*/
.sec-footer{
	padding: 36px 0;
	background: #fff;
	font-size: 13px;
	text-align: center;
}
.sec-footer__info{
	margin-bottom: 3px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec-footer{
		padding: 26px 0;
		font-size: 10px;
	}
	.sec-footer__info{
		margin-bottom: 0;
	}
}


/*----------------------------------------------------------------------
	.modal
----------------------------------------------------------------------*/
#modal{
	position: absolute;
	z-index: 501;
	width: 640px;
}
#modal_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 242, 225, 0.96);
	z-index: 500;
	-webkit-transform: translate3d(0, 0, 0);
}
#modal_close_btn{
	position: absolute;
	top: -50px;
	right: 0;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background: url(/shared/images/ico_close02.png) no-repeat 0 0;
	background-size: 36px auto;
}
.modal_cont{
	margin-top: 20px;
}
.modal_ttl{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.modal_description{
	margin-top: 10px;
}

@media all and (max-width: 767px){
	#modal{
		width: 300px;
	}
	#modal .modal_movie video{
		width: 300px;
		height: 186px;
		background-color: #000;
	}
	#modal_close_btn{
		top: -45px;
		width: 31px;
		height: 31px;
		background-size: 31px 31px;
	}sec-stage--01
	.modal_ttl{
		margin-top: 10px;
		font-size: 14px;
	}
}


.mt_btndf{
	margin:30px 0 0 0;
	
}

.sec-stage--01 a{
	-webkit-transition: .2s;
	transition: .2s;
}
.sec-stage--01 a:hover{
	opacity: .95;
}
