/* top_mv_start */
.sec_mv_top {
	margin: 100px 0 35px 0;
}

.slide_wrap {
	width: 100%;
}

.sec_mv_top .inner {
	width: 100%;
	max-width: none;
	position: relative;
}

.txt_mv {
	width: 570px;
	left: 0;
	top: 30%;
	position: absolute;
}
.txt_mv img{
	width: 100%;
	height: auto;
}
/* top_mv_end */


/* new inform_start  */
.new_wrap {
	width: 94.93%;
	margin-top: 15px;
	max-width: 980px;
	margin: 0 auto;
	padding: 12px 0 12px 130px;
	background: var(--sub5-color);
	text-align: left;
	position: relative;
}

.left_new {
	position: absolute;
	top: 30px;
	left: 33px;
	font-size: 16px;	
}

.left_new p,
.left_new label {
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--main-color);
	font-weight: 500;
}

.left_new label {
	font-size: 12px;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
}

.right_new {
	border-left: 2px solid var(--main-color);
	padding: 10px 32px;
}

.notification_list li {
	margin: 14px auto;
	display: flex;
}

.notification_list .date {
	margin-top: 1px;
	font-size: 14px;
	color: var(--sub6-color);
	min-width: 90px;
}

.notification_list .description {
	font-size: 16px;
	color: var(--sub4-color);
	font-weight: 400;
}

.notification_list .date,
.notification_list .description {
	display: inline-block;
	margin-right: 25px;
	vertical-align: top;
	line-height: 1.5;
}

.description a {
	color: var(--main-color);
	text-decoration: none;
	border-bottom: 1px solid var(--main-color);
}

.sec_new {
	margin-bottom: 35px;
}

/* new inform_end */

/* message start */
.sec_message .inner{
	padding: 50px 130px;
	background: var(--mesage-bg);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}

.sec_message p{
	font-size: 16px;
	margin-bottom: 30px;
	color: var(--sub1-color);
}

.msg_box {
	width: 376px;
	padding: 20px;
	background: rgba(255, 255, 255, .67);
	-webkit-border-radius: 7px;
	        border-radius: 7px;
}

.msg_box p{
	margin-bottom: 0;
	color: var(--sub1-color);
}
/* message end */

/* about start */
.sec_about .about_wrap {
	-webkit-justify-content: center;
	        justify-content: center;
	margin-bottom: 60px;
}

.top_about .top_about_txt {
    font-size: 16px;
    line-height: 1;
    padding: 25px 0 30px 0;
}

.about_wrap li{
    position: relative;
    width: 25%;
}

.about_wrap li .about_name{
    position: absolute;
    width: 16%;
    right: 7px;
    top: 7px;    
    z-index: 2;
    background: rgba(255, 255, 255, .8);
    padding: 15px 0;
}

.about_wrap li .about_name .txt_about{
    color: var(--main-color);
    font-size: 24px;
    writing-mode: vertical-rl;
}
/* about end */



/* for Tab */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	/* top_mv_start */
	.sec_mv_top {
		margin: 9.6vw 0 2.919vw 0;
	}

	.txt_mv {
		width: 40.701vw;
	}
	/* top_mv_end */

	/* new inform_start  */
	.new_wrap {
		width: 94.93%;
		margin-top: 1.251vw;
		max-width: 81.735vw;
		padding: 1.001vw 0 1.001vw 10.842vw;
	}

	.left_new {
		top: 1.502vw;
		left: -1.752vw;
		font-size: 1.334vw;
	}

	.left_new label {
		font-size: 1.001vw;
		margin-top: 0.667vw;
	}

	.right_new {
		border-left: 0.167vw solid var(--main-color);
		padding: 0.834vw 2.669vw;
	}

	.notification_list li {
		margin: 1.168vw auto;
	}

	.notification_list .date {
		margin-top: 0.083vw;
		font-size: 1.001vw;
		min-width: 7.506vw;
	}

	.notification_list .description {
		font-size: 1.168vw;
	}

	.notification_list .date,
	.notification_list .description {
		margin-right: 2.085vw;
	}

	.sec_new {
		margin-bottom: 2.919vw;
	}

	/* new inform_end */

	/* message start */
	.sec_message .inner{
		padding: 3.91vw 10.16vw;
		-webkit-border-radius: 0.47vw;
		        border-radius: 0.47vw;
	}

	.sec_message p{
		font-size: 1.14vw;
		margin-bottom: 1.09vw;
	}

	.msg_box {
		width: 27.17vw;
		padding: 1.56vw;
		-webkit-border-radius: 0.55vw;
		        border-radius: 0.55vw;
	}
	/* message end */

	/* about start */
	.sec_about .about_wrap {
		margin-bottom: 7.506vw;
	}

	.about_detail {
		width: 21.685vw;
		height: 21.685vw;
		margin-right: 5.004vw;
		border: 0.167vw solid var(--main-color);
	}

	.about_wrap li .about_name{
        padding: 1vw .5vw;
    }

    .about_wrap li .about_name .txt_about{
        font-size: 2vw;
        line-height: 1.1;
    }
	/* about end */	
}

/* for sp */
@media only screen and (max-width: 767px) {
	.sec_mv_top {
		margin: 1.50rem 0 .8rem;
	}

	/* top_mv_start */
	.txt_mv {
		width: 5.46rem;
		left: 12%;
		bottom: -.54rem;
		top: auto;
		text-align: center;	
	}
	/* top_mv_end */

	/* new inform_start  */
	.sec_new {
		margin-bottom: .5rem;
	}
	.new_wrap {
		width: 100%;
		margin-top: .15rem;
		max-width: auto;
		padding: 0.12rem 0 0.12rem 1.3rem;
	}

	.left_new {
		top: 0.4rem;
		left: 0.14rem;
	}

	.left_new p {
		font-size: 0.24rem;
	}

	.left_new label {
		font-size: 0.24rem;
		margin-top: 0.08rem;
	}

	.right_new {
		border-left: 0.02rem solid var(--main-color);
		padding: 0.11rem 0 0.11rem 0.28rem;
	}

	.notification_list li {
		margin: 0.14rem auto 0.6rem;
		display: flex;
		flex-direction: column;
	}

	.notification_list .date {
		margin: 0 0 0.1rem 0;
		font-size: 0.26rem;
		min-width: auto;
	}

	.notification_list .description {
		font-size: 0.26rem;
		margin: 0;
	}

	/* new inform_end */

	/* message start */
	.sec_message .inner{
		padding: .5rem .3rem;
		-webkit-border-radius: .06rem;
		        border-radius: .06rem;
	}

	.sec_message p{
		font-size: .25rem;
		margin-bottom: .3rem;
	}

	.msg_box {
		width: 6rem;
		padding: .2rem;
		-webkit-border-radius: .07rem;
		        border-radius: .07rem;
	}

	.msg_box p{
		margin-bottom: 0;
	}
	/* message end */

	/* about start */
	.sec_about .inner .about_wrap{
		margin-bottom: 0.6rem;
	}

	.about_wrap li{
		width: 50%;
	}

	.about_wrap li .about_name{
        width: .5rem;
        right: 0;
        top: .1rem;  
        padding: .15rem .1rem;
    }

    .about_wrap li .about_name .txt_about{
        font-size: .25rem;
        line-height: 1.1;
    }
	/* about end */

	/* sec_eduction*/
	.edu_list {
		width: 100%;
		max-width: 6.5rem;
		margin: 0 auto .5rem;
	}
	.edu_list li {
		width: 48%;
		position: relative;
		margin: 0 .2rem 0 0;
	}

	.edu_list li:last-child {
		margin: 0;
	}
	/*youtube-movie*/
	.youtube_wrap{
		width: 100%;
		height: 4.1rem;
		margin: 0 auto;
	}

	.youtube_wrap iframe{
		width: 100%;
	}
	.movie_wrap h2.ttl_mod{
		margin-bottom: 0.3rem;
		width: 86%;
	}


	/*end of youtube-movie*/
	
}