@charset "UTF-8";

.slick-list,.slick-slider,.slick-track,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
.slick-loading .slick-slide,.slick-loading .slick-track{
	visibility:hidden
}
.slick-dots li,.slick-list,.slick-slider,.slick-track{
	position:relative
}
.inner:after,.slick-track:after{
	clear:both
}
*,.slick-slider{
	box-sizing:border-box
}
.c-page_top,.top-scroll::before{
	background-size:contain;
	background-repeat:no-repeat
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	vertical-align:baseline
}
ol,ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
blockquote:after,blockquote:before,q:after,q:before{
	content:'';
	content:none
}
table{
	border-collapse:collapse;
	border-spacing:0
}
@font-face{
	font-family:Barlow;
	font-style:normal;
	font-weight:300;
	src:local("Barlow-Light"),url(../assets/fonts/Barlow/Barlow-Light.woff) format("woff"),url(../assets/fonts/Barlow/Barlow-Light.woff2) format("woff2"),url(../assets/fonts/Barlow/Barlow-Light.ttf) format("truetype")
}
@font-face{
	font-family:Roboto;
	font-style:normal;
	font-weight:300;
	src:local("Roboto-Light"),url(../assets/fonts/Roboto/Roboto-Light.woff) format("woff"),url(../assets/fonts/Roboto/Roboto-Light.woff2) format("woff2"),url(../assets/fonts/Roboto/Roboto-Light.ttf) format("truetype")
}
@font-face{
	font-family:Roboto;
	font-style:normal;
	font-weight:400;
	src:local("Roboto-Regular"),url(../assets/fonts/Roboto/Roboto-Regular.woff) format("woff"),url(../assets/fonts/Roboto/Roboto-Regular.woff2) format("woff2"),url(../assets/fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}
.top-concept_ttl,.top-masterpiece_ttl,.top-news_ttl,.top-work_ttl,.index-seach_ttl,.top-feature_ttl,.top-student_s_ttl,.top-news_ttl,.top-map_ttl,.top-compe_ttl{
	letter-spacing:.12em;
	font-size:3rem;
	/* font-size:2.4rem; */
	font-family:Roboto;
	font-weight:300;
	color:#666464
}
.top-work_ttl .h1_s {
	letter-spacing: .08em;
	font-size: 2.7rem;
	font-weight: 100;
}
.details-work_ttl {
	line-height: 1.6;
	letter-spacing:.15em;
	font-size:2.4rem;
	font-family:Roboto;
	font-weight:300;
	color:#666464;
	margin-bottom: 20px;
}	
.details-work_ttl_s,.details-work_ttl_en {
	letter-spacing: .12em;
	color: #999999;
	/* color:#666464;*/
	margin-bottom: 20px;
	font: 300 1.5rem Roboto;
}
	
/* @-webkit-keyframes top_keyvisual_anime{
	0%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2)
	}
	100%,80%{
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@keyframes top_keyvisual_anime{
	0%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2)
	}
	100%,80%{
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@-webkit-keyframes top_scroll{
	0%{
		background-position:78px 0;
		opacity:1
	}
	98%{
		background-position:-80px 0;
		opacity:1
	}
	99%{
		background-position:-80px 0;
		opacity:0
	}
	100%{
		background-position:78px 0;
		opacity:0
	}
}
@keyframes top_scroll{
	0%{
		background-position:78px 0;
		opacity:1
	}
	98%{
		background-position:-80px 0;
		opacity:1
	}
	99%{
		background-position:-80px 0;
		opacity:0
	}
	100%{
		background-position:78px 0;
		opacity:0
	}
}
@-webkit-keyframes top_masterpiece_label{
	0%{
		opacity:1;
		-webkit-transform:translateX(-110%);
		transform:translateX(-110%)
	}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}
@keyframes top_masterpiece_label{
	0%{
		opacity:1;
		-webkit-transform:translateX(-110%);
		transform:translateX(-110%)
	}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}
@-webkit-keyframes fadeOut{
	0%{
		opacity:1
	}
	100%{
		opacity:0
	}
}
@keyframes fadeOut{
	0%{
		opacity:1
	}
	100%{
		opacity:0
	}
}
@-webkit-keyframes fadeIn{
	0%{
		opacity:0
	}
	100%{
		opacity:1
	}
}
@keyframes fadeIn{
	0%{
		opacity:0
	}
	100%{
		opacity:1
	}
}
@-webkit-keyframes fadeIn_line{
	0%{
		opacity:0
	}
	100%{
		opacity:.5
	}
}
@keyframes fadeIn_line{
	0%{
		opacity:0
	}
	100%{
		opacity:.5
	}
}
@-webkit-keyframes zoomIn_right{
	0%{
		opacity:0;
		-webkit-transform:scale(.8) translate3d(-40%,0,0);
		transform:scale(.8) translate3d(-40%,0,0)
	}
	25%{
		opacity:1
	}
	100%{
		opacity:1;
		-webkit-transform:scale(1) translate3d(0,0,0);
		transform:scale(1) translate3d(0,0,0)
	}
}
@keyframes zoomIn_right{
	0%{
		opacity:0;
		-webkit-transform:scale(.8) translate3d(-40%,0,0);
		transform:scale(.8) translate3d(-40%,0,0)
	}
	25%{
		opacity:1
	}
	100%{
		opacity:1;
		-webkit-transform:scale(1) translate3d(0,0,0);
		transform:scale(1) translate3d(0,0,0)
	}
}
@-webkit-keyframes zoomIn_left{
	0%{
		opacity:0;
		-webkit-transform:scale(.8) translate3d(40%,0,0);
		transform:scale(.8) translate3d(40%,0,0)
	}
	25%{
		opacity:1
	}
	100%{
		opacity:1;
		-webkit-transform:scale(1) translate3d(0,0,0);
		transform:scale(1) translate3d(0,0,0)
	}
}
@keyframes zoomIn_left{
	0%{
		opacity:0;
		-webkit-transform:scale(.8) translate3d(40%,0,0);
		transform:scale(.8) translate3d(40%,0,0)
	}
	25%{
		opacity:1
	}
	100%{
		opacity:1;
		-webkit-transform:scale(1) translate3d(0,0,0);
		transform:scale(1) translate3d(0,0,0)
	}
}
@-webkit-keyframes zoomIn_right_sp{
	0%{
		opacity:0;
		-webkit-transform:scale(.5);
		transform:scale(.5);
		right:38%
	}
	25%,85%{
		opacity:1
	}
	100%{
		opacity:0;
		right:0;
		-webkit-transform:scale(2.2);
		transform:scale(2.2)
	}
}
@keyframes zoomIn_right_sp{
	0%{
		opacity:0;
		-webkit-transform:scale(.5);
		transform:scale(.5);
		right:38%
	}
	25%,85%{
		opacity:1
	}
	100%{
		opacity:0;
		right:0;
		-webkit-transform:scale(2.2);
		transform:scale(2.2)
	}
}
@-webkit-keyframes zoomIn_left_sp{
	0%{
		opacity:0;
		-webkit-transform:scale(.5);
		transform:scale(.5);
		left:38%
	}
	25%,85%{
		opacity:1
	}
	100%{
		opacity:0;
		left:0;
		-webkit-transform:scale(2.2);
		transform:scale(2.2)
	}
}
@keyframes zoomIn_left_sp{
	0%{
		opacity:0;
		-webkit-transform:scale(.5);
		transform:scale(.5);
		left:38%
	}
	25%,85%{
		opacity:1
	}
	100%{
		opacity:0;
		left:0;
		-webkit-transform:scale(2.2);
		transform:scale(2.2)
	}
}*/

.slick-slider{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent
}
.slick-list{
	overflow:hidden;
	margin:0;
	padding:0
}
.slick-list:focus{
	outline:0
}
.slick-list.dragging{
	cursor:pointer;
	cursor:hand
}
.slick-slider .slick-list,.slick-slider .slick-track{
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
.slick-track{
	left:0;
	top:0;
	margin-left:auto;
	margin-right:auto
}
.slick-track:after,.slick-track:before{
	content:"";
	display:table
}
.inner:after,.sp_inner:after{
	content:''
}
.slick-slide{
	float:left;
	height:100%;
	min-height:1px;
	display:none
}
[dir=rtl] .slick-slide{
	float:right
}
.slick-slide img{
	display:block
}
.slick-slide.slick-loading img{
	display:none
}
.slick-slide.dragging img{
	pointer-events:none
}
.slick-initialized .slick-slide{
	display:block
}
.slick-vertical .slick-slide{
	display:block;
	height:auto;
	border:1px solid transparent
}
.slick-arrow.slick-hidden{
	display:none
}
.slick-dots{
	text-align:center
}
@media screen and (max-width:767px){
.top-concept_ttl,.top-masterpiece_ttl,.top-news_ttl,.top-work_ttl,.details-work_ttl_s,.details-work_ttl_en,.index-seach_ttl,.top-feature_ttl,.top-student_s_ttl,.top-news_ttl,.top-map_ttl,.top-compe_ttl{
		letter-spacing:.06em
	}
	.slick-dots{
		margin-top:10px;
		position:relative
	}
	.slick-dots li{
		width:5px;
		height:10px
	}
}
.inner,body,body.fixed,html,img[src$=".svg"]{
	width:100%
}
slick-dots li:last-child{
	margin-right:0
}
.slick-dots li button{
	display:block;
	-webkit-appearance:none;
	appearance:none;
	border:0;
	padding:0;
	font-size:0;
	outline:0;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto
}
/*.is-hide{
	display:none!important
}*/
@media screen and (min-width:1024px){
	.pc_none{
		display:none!important
	}
	a{
		-webkit-transition-property:opacity;
		transition-property:opacity;
		-webkit-transition-duration:.4s;
		transition-duration:.4s;
		-webkit-transition-timing-function:ease;
		transition-timing-function:ease
	}
	a:hover{
		opacity:.7
	}
}
@media screen and (max-width:767px){
	.sp_none{
		display:none!important
	}
}
@media screen and (min-width:767px) and (max-width:1024px){
	.pc_none{
		display:none!important
	}
	.tab_display{
		display:block!important
	}
	.tab_none{
		display:none!important
	}
}
.inner:after,footer,header,main{
	display:block
}

body,html{
	position:relative;
	color:#333;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
html{
	font-size:62.5%
}
*,body{
	font-size:1.6rem
}
body{
	line-height:1
}
body.fixed{
	position:fixed
}
.footer-bottom,.inner,.page_wrapper,.sp_inner{
	position:relative
}
.page_wrapper{
	min-width:1024px
}
.inner{
	max-width:1240px;
	margin:0 auto
}
.sp_inner:after{
	display:block;
	clear:both
}
@media screen and (max-width:767px){
	.page_wrapper{
		min-width:0;
		width:100%;
		overflow:hidden
	}
	.main{
		overflow:hidden
	}
	.sp_inner{
		width:100%;
		padding:0 16px
	}
}
a{
	text-decoration:none;
	color:#444
}
*{
	font-family:"Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:400
}
.footer-nemu li a,.top_header-nemu a{
	font-family:Roboto
}
input,select,textarea{
	-webkit-appearance:none;
	appearance:none;
	padding:0;
	border:0;
	border-radius:0;
	outline:0
	}
select::-ms-expand{
	display:none
}
.preload *{
	-webkit-transition:none!important;
	transition:none!important
}
.footer{
	padding:42px 0;
	background-color:#000
}
.footer-nemu{
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	align-items:center;
	width: 96%;
	/*width: 100%;
	max-width: 90%;
	width:706px;*/
	margin:0 auto
}
@media screen and (max-width:767px){
	.footer{
		padding:0 10px 20px
	}
	.footer .c-inner{
		padding-top:32px
	}
	.footer-nemu{
		display:block;
		width:100%;
		border-top:solid 1px #666464
	}
	.footer-nemu li{
		padding:8px 0 11px;
		border-bottom:solid 1px #666464
	}
}
.footer-nemu li a{
	display:block;
	font-size:1.8rem;
	color:#fff;
	text-align:center;
	letter-spacing:.12em
}
.footer-nemu li span{
	display:block;
	margin-top:6px;
	font-size:1.2rem;
	letter-spacing:.04em
}
.footer-logo{
	display:block;
	width:112px;
	height:88px;
	margin:0 auto
}
@media screen and (max-width:767px){
	.footer-logo{
		width:100px;
		height:78px
	}
}
.footer-logo img{
	display:block;
	width:100%;
	height:auto
}
.footer-sub_nemu{
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	margin: 21px auto 0;
	width: 96%;
	/* margin-top:21px
	width: 100%;
	max-width: 90%;*/
}
.footer-sub_nemu li{
	width:96px;
	border-right:solid 1px #fff;
	text-align:center
}
.footer-sub_nemu li:first-child{
	width:120px;
	border-left:solid 1px #fff
}
.footer-sub_nemu a{
	font-size:1.2rem;
	color:#fff;
	white-space:nowrap
}
@media screen and (max-width:767px){
	.footer-sub_nemu{
		margin-top:43px;
		-webkit-box-pack:justify;
		/* justify-content:space-between;*/
		max-width: 100%;
	}
	.footer-sub_nemu li{
		width:33.33%
	}
	.footer-sub_nemu a{
		font-size:1.1rem
	}
}
.footer-bottom{
	width: 96%;
	/*width: 100%;
	max-width: 90%;*/
	margin: 16px auto 0;
	/* margin-top:16px;*/
	border-top:solid 1px #fff
}
@media screen and (max-width:767px){
	.footer-bottom{
		border-color:#666464;
		margin-top:27px;
		padding-top:12px;
		max-width: 100%;
	}
}
.footer-copyright{
	margin-top:20px;
	font-size:1.2rem;
	color:#fff;
	text-align:center
}
.footer-brand_logo{
	display:block;
	width:122px;
	height:30px;
	position:absolute;
	left:0;
	top:13px
}
.footer-ts_logo{
	display:flex;
	align-items: center;
	position:absolute;
	left:130px;
	top:13px;
}
.footer-ts_logo img{
	width: 35px;
}
.footer-ts_logo span{
	display: block;
    min-width: 150px;
    height: 21px;
    margin-left: 10px;
    background: url(https://www.taisei-techsolu.jp/app-files/img/custom-header/cust-logo-txt.svg) no-repeat 0 50%;
    background-size: contain;
    text-indent: -9999px;
}
@media screen and (max-width:767px){
	.footer-brand_logo{
		width:132px;
		height:33px;
		position:static;
		margin:0 auto
	}
	.footer-ts_logo{
		position:static;
		justify-content: center;
		margin:0 auto;
		padding-top: 12px;
	}
	
	.footer-ts_logo img{
		width: 27px;
	}
	.footer-ts_logo span{
		min-width: 170px;
		height: 15px;
		margin-left: 5px;
	}
}

.top_header,.top_header .c-inner{
	position:relative
}
.footer-brand_logo img{
	display:block;
	width:100%;
	height:auto
}
.top_header{
	z-index:100;
}
@media screen and (max-width:767px){
	.top_header{
		width:100%;
		height:45px;
		background-color:#333;
		border-bottom:solid 1px grey
	}
}
.top_header-logo{
	display:block;
	width:209px;
	height:40px;
	position:absolute;
	top:-20px;
	left:10.07299%
	}
@media screen and (max-width:767px){
	.top_header-logo{
		width:130px;
		height:25px;
		top:0;
		bottom:0;
		left:25px;
		margin:auto
	}
}
.top_header-logo img{
	display:block;
	width:100%;
	height:auto
}
.top_header-btn{
	width:44px;
	height:44px;
	background-color:#666464;
	position:absolute;
	top:0;
	right:0
}
.top_header-btn_line{
	width:24px;
	height:2px;
	background-color:#fff;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	-webkit-transition:background-color ease .2s;
	transition:background-color ease .2s
}
.top_header-btn_line::after,.top_header-btn_line::before{
	content:'';
	width:100%;
	height:100%;
	background-color:#fff;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition:-webkit-transform ease .5s;
	transition:-webkit-transform ease .5s;
	transition:transform ease .5s;
	transition:transform ease .5s,-webkit-transform ease .5s
}
.top_header-btn_line::before{
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px)
}
.top_header-btn_line::after{
	-webkit-transform:translateY(10px);
	transform:translateY(10px)
}
.is-open .top_header-btn_line{
	background-color:#666464
}
.is-open .top_header-btn_line::before{
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg)
}
.is-open .top_header-btn_line::after{
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg)
}
.top_header-nemu_wapper{
	display:block;
	position:absolute;
	top:0;
	right:7.88321%
}
@media screen and (max-width:767px){
	.top_header-nemu_wapper{
		width:100%;
		height:calc(100vh - 44px);
		top:45px;
		right:0;
		background-color:grey;
		padding:30px;
		-webkit-transform:translateX(120%);
		transform:translateX(120%);
		-webkit-transition:-webkit-transform ease .6s;
		transition:-webkit-transform ease .6s;
		transition:transform ease .6s;
		transition:transform ease .6s,-webkit-transform ease .6s
	}
	.is-open .top_header-nemu_wapper{
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}
.top_header-nemu{
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	align-items:center;
	height:20px
}
.top_header-nemu li:not(:first-child){
	margin-left:67px
}
.top_header-nemu a{
	font-size:1.5rem;
	color:#333;
	/* color:#FFF;*/
	position:relative
}
@media screen and (max-width:767px){
	.top_header-nemu{
		display:block;
		border-top:solid 1px #B2B2B2
	}
	.top_header-nemu li{
		border-bottom:solid 1px #B2B2B2
	}
	.top_header-nemu li:not(:first-child){
		margin-left:0
	}
	.top_header-nemu a{
		font-size:1.4rem;
		display:-webkit-box;
		display:flex;
		-webkit-box-align:center;
		align-items:center;
		color:#FFF;
		height:56px
	}
	.top_header-nemu a::after{
		content:'';
		width:12px;
		height:12px;
		border-top:solid 1px #FEFEFE;
		border-right:solid 1px #FEFEFE;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		position:absolute;
		top:0;
		bottom:0;
		right:4px;
		margin:auto
	}
	.top_header-nemu a span{
		display:block;
		width:128px;
		min-width:128px;
		font-size:1.6rem;
		font-weight:700;
		color:#fff;
	}
}
.c-more_btn-b::after,.c-more_btn-w::after{
	right:18px;
	bottom:0;
	top:0;
	content:''
}
.c-more_btn-b,.c-more_btn-w{
	font-size:1.8rem;
	letter-spacing:.05em;
	font-family:Roboto
}
.c-inner{
	padding:0 16px;
	width:100%;
	max-width: 90%;
	/* min-width:1024px;
	max-width:1056px;*/
	margin:0 auto;
	position:relative
	}
.c-more_btn-b::after,.slick-arrow,.slick-arrow::after{
	margin:auto;
	position:absolute
}
.c-more_btn-w{
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	width:200px;
	height:44px;
	border:1px solid grey;
	position:relative
}
.c-more_btn-w::after{
	width:10px;
	height:10px;
	position:absolute;
	margin:auto;
	border-top:solid 1px #666464;
	border-right:solid 1px #666464;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.c-more_btn-b{
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	width:200px;
	height:44px;
	position:relative;
	color:#BFBFBF;
	border:1px solid #BFBFBF;
	background-color:#000
}
.c-more_btn-b::after{
	width:10px;
	height:10px;
	border-top:solid 1px #BFBFBF;
	border-right:solid 1px #BFBFBF;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.c-page_top{
	display:block;
	width:59px;
	height:59px;
	background-image:url(../assets/img/common/icon-page_top.png);
	background-position:center;
	position:absolute;
	bottom:52px;
	right:9.33333%;
	z-index:10
}
@media screen and (max-width:767px){
	.c-inner{
		padding:0 15px;
		min-width:0;
		max-width:initial
	}
	.c-page_top{
		width:40px;
		height:40px;
		right:16px
	}
}
/* .slick-arrow{
	width:44px;
	height:44px;
	top:0;
	bottom:0;
	background-color:transparent;
	border:none;
	cursor:pointer;
	outline:0;
	padding:0;
	-webkit-appearance:none;
	appearance:none;
	font-size:0;
	z-index:5
}
.slick-arrow::after{
	content:'';
	width:22px;
	height:22px;
	border-top:solid 2px #fff;
	top:0;
	bottom:0;
	left:0;
	right:0
}
.slick-prev::after{
	border-left:solid 2px #fff;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.slick-next::after{
	border-right:solid 2px #fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}*/
.slick-dots{
	display:-webkit-box;
	display:flex;
    justify-content: center;
}
.slick-dots li{
	display:block;
	width:15px;
	height:15px;
	border:1px solid grey;
	margin-right:0
}
.slick-dots li button{
	width:100%;
	height:100%;
	background-color:#fff;
	border-radius:0
}
.slick-dots li.slick-active{
	border:0
}
.slick-dots li.slick-active button{
	background-color:#EA5D6E
}
.slick-dots li:not(:first-child){
	margin-left:10px
}
.top-keyvisual{
	width:100%;
	position:relative;
	padding-top:46px;
	z-index:10
}
@media screen and (max-width:767px){
	.top-keyvisual{
		padding-top:44px
	}
	.top-keyvisual::after{
		display:none
	}
}
.top-keyvisual::after{
	content:'';
	width:44%;
	padding-top:8%;
	/* padding-top:40%;*/
	background-color:#333;
	position:absolute;
	top:0;
	right:0
}
.top-keyvisual_img_wapper{
	width:91.3%;
	padding-top:12%;
	/* padding-top:53.4%;*/
	position:relative;
	z-index:5;
	background-color:#fff
}
.top-headerMenu{
	width:100%;
	position:absolute;
	top:43px;
	left:0;
	z-index:5
	}
@media screen and (max-width:767px){
	.top-keyvisual_img_wapper{
		width:100%;
		padding-top:10%;
		/* padding-top:147.2% */
	}
	.top-headerMenu{
		position:fixed;
		left:0;
		top:0;
		width:100%
	}
}
.top-keyvisual_slide{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:1
}
.top-keyvisual_slide .slick-prev{
	left:40px
}
.top-keyvisual_slide .slick-next{
	right:40px
}
@media screen and (max-width:767px){
	.top-keyvisual_slide .slick-prev{
		left:6px
	}
	.top-keyvisual_slide .slick-next{
		right:6px
	}
}
.top-keyvisual_slide .slick-dots{
	display:block;
	position:absolute;
	right:-35px;
	bottom:0
}
.top-keyvisual_slide .slick-dots li:not(:first-child){
	margin:10px 0 0
}
.top-keyvisual_slide_item{
	display:block;
	width:100%;
	padding-top:19.47%;
	position:relative;
	overflow:hidden
}
.top-keyvisual_slide_item img{
	display:block;
	width:101%;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.top-keyvisual_slide_item.slick-active .top-keyvisual_slide_img{
	-webkit-transform:scale(1.2);
	transform:scale(1.2)
}
.top-keyvisual_slide_item[tabindex="0"] .top-keyvisual_slide_img{
	-webkit-animation:top_keyvisual_anime 9s cubic-bezier(.28,.09,.66,.87) .3s forwards;
	animation:top_keyvisual_anime 9s cubic-bezier(.28,.09,.66,.87) .3s forwards
}
.top-keyvisual_slide_img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	-webkit-transform:scale(1);
	transform:scale(1)
}
.top-keyvisual_slide_ttl{
	position:absolute;
	z-index:5;
	font-size:5.4rem;
	text-align:right;
	color:#fff;
	font-family:Roboto
}
@media screen and (max-width:767px){
	.top-keyvisual_slide_item{
		padding-top:49.07%
	}
	.top-keyvisual_slide_ttl{
		text-align:left;
		font-size:3.4rem
	}
}
.top-keyvisual_slide_ttl span{
	font-size:2rem;
	display:block
}
.top-masterpiece_item_ttl,.top-scroll{
	display:-webkit-box;
	font-family:Roboto;
	color:#fff
}
.top-keyvisual_slide1 .top-keyvisual_slide_ttl{
	top:20%;
	right:104px
}
@media screen and (max-width:767px){
	.top-keyvisual_slide_ttl span{
		font-size:1.4rem
	}
	.top-keyvisual_slide1 .top-keyvisual_slide_ttl{
		top:43px;
		left:24px;
		right:auto
	}
}
.top-keyvisual_slide2 .top-keyvisual_slide_ttl{
	top:20%;
	right:104px
}
@media screen and (max-width:767px){
	.top-keyvisual_slide2 .top-keyvisual_slide_ttl{
		top:43px;
		left:24px;
		right:auto
	}
}
.top-keyvisual_slide3 .top-keyvisual_slide_ttl{
	top:20%;
	right:104px
}
@media screen and (max-width:767px){
	.top-keyvisual_slide3 .top-keyvisual_slide_ttl{
		top:43px;
		left:24px;
		right:auto
	}
}
.top-scroll{
	display:flex;
	font-size:1.4rem;
	position:absolute;
	top:55%;
	right:-100px;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	letter-spacing:.04em
}
.top-scroll::before{
	content:'';
	display:block;
	width:78px;
	height:6px;
	margin-right:15px;
	background-image:url(../img/top/icon-scroll.svg);
	background-position:0 0;
	-webkit-animation:top_scroll 3s cubic-bezier(.18,.05,.38,1.15) 1s infinite;
	animation:top_scroll 3s cubic-bezier(.18,.05,.38,1.15) 1s infinite
}
.top-masterpiece{
	width:87.2%;
	margin:72px auto 0
}
@media screen and (max-width:767px){
	.top-masterpiece{
		width:100%;
		margin-top:67px
	}
	.top-masterpiece_ttl{
		text-align:center
	}
}
.top-masterpiece_inner{
	width:calc(100% + 48px);
	padding:0 0 80px 48px;
	margin:38px 0 0 -48px;
	position:relative;
	overflow:hidden
}
@media screen and (max-width:767px){
	.top-masterpiece_inner{
		width:100%;
		padding:0;
		margin:0
	}
}
.top-masterpiece_item_wapper{
	width:100%;
	padding-top:55.1%;
	position:relative
}
.top-masterpiece_item_ttl{
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	width:260px;
	height:30px;
	font-size:2.6rem;
	letter-spacing:.22em;
	position:absolute;
	top:0;
	bottom:0;
	left:.7em;
	right:0;
	margin:auto;
	z-index:5
}
.top-masterpiece_item{
	display:-webkit-box;
	display:flex;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	counter-reset:number 0
}
.top-masterpiece_item li{
	-webkit-box-flex:1;
	flex-grow:1;
	min-width:16.6%;
	width:16.6%;
	height:100%;
	position:relative;
	cursor:pointer
}
@media screen and (min-width:1024px){
	.top-masterpiece_item li:hover .top-masterpiece_item_img::before{
		opacity:0
	}
}
.top-masterpiece_item li:nth-child(1) .top-masterpiece_item_img{
	background-image:url(../assets/img/top/img-masterpiece01.jpg)
}
@media screen and (max-width:767px){
	.top-masterpiece_item_wapper{
		padding-top:0
	}
	.top-masterpiece_item{
		position:relative;
		display:block;
		margin-top:65px
	}
	.top-masterpiece_item li{
		width:100%;
		height:auto
	}
	.top-masterpiece_item li:nth-child(1) .top-masterpiece_item_img{
		background-image:url(../assets/img/top/img-masterpiece01_sp.jpg)
	}
}
.top-masterpiece_item li:nth-child(2) .top-masterpiece_item_img{
	background-image:url(../assets/img/top/img-masterpiece02.jpg)
}
@media screen and (max-width:767px){
	.top-masterpiece_item li:nth-child(2) .top-masterpiece_item_img{
		background-image:url(../assets/img/top/img-masterpiece02_sp.jpg)
	}
}
.top-masterpiece_item li:nth-child(3) .top-masterpiece_item_img{
	background-image:url(../assets/img/top/img-masterpiece03.jpg)
}
@media screen and (max-width:767px){
	.top-masterpiece_item li:nth-child(3) .top-masterpiece_item_img{
		background-image:url(../assets/img/top/img-masterpiece03_sp.jpg)
	}
}
.top-masterpiece_item li:nth-child(4) .top-masterpiece_item_img{
	background-image:url(../assets/img/top/img-masterpiece04.jpg)
}
@media screen and (max-width:767px){
	.top-masterpiece_item li:nth-child(4) .top-masterpiece_item_img{
		background-image:url(../assets/img/top/img-masterpiece04_sp.jpg)
	}
}
.top-masterpiece_item li:nth-child(5) .top-masterpiece_item_img{
	background-image:url(../assets/img/top/img-masterpiece05.jpg)
}
@media screen and (max-width:767px){
	.top-masterpiece_item li:nth-child(5) .top-masterpiece_item_img{
		background-image:url(../assets/img/top/img-masterpiece05_sp.jpg)
	}
}
.top-masterpiece_item li:nth-child(6) .top-masterpiece_item_img{
	background-image:url(../assets/img/top/img-masterpiece06.jpg)
}
@media screen and (max-width:767px){
	.top-masterpiece_item li:nth-child(1)::before,.top-masterpiece_item li:nth-child(2)::before,.top-masterpiece_item li:nth-child(3)::before,.top-masterpiece_item li:nth-child(4)::before,.top-masterpiece_item li:nth-child(5)::before,.top-masterpiece_item li:nth-child(6)::before{
		content:'';
		position:absolute
	}
	.top-masterpiece_item li:nth-child(1){
		padding-top:42px
	}
	.top-masterpiece_item li:nth-child(1)::before{
		width:88.8%;
		padding-top:66.66667%;
		background-color:#EFEFEF;
		top:0;
		right:0
	}
	.top-masterpiece_item li:nth-child(1) .top-masterpiece_item_img{
		width:73.06667%;
		padding-top:137.86667%
	}
	.top-masterpiece_item li:nth-child(1) .top-masterpiece_item_num{
		width:64px;
		height:200px;
		bottom:0;
		right:-37%
	}
	.top-masterpiece_item li:nth-child(2){
		margin-top:68px
	}
	.top-masterpiece_item li:nth-child(2)::before{
		width:19.2%;
		padding-top:66.13333%;
		background-color:#D9D9D9;
		top:43%;
		right:0
	}
	.top-masterpiece_item li:nth-child(2) .top-masterpiece_item_img{
		width:88.53333%;
		padding-top:124.53333%
	}
	.top-masterpiece_item li:nth-child(2) .top-masterpiece_item_num{
		width:175px;
		height:64px;
		bottom:-20px;
		right:-13%
	}
	.top-masterpiece_item li:nth-child(2) .top-masterpiece_name{
		margin-top:39px
	}
	.top-masterpiece_item li:nth-child(3){
		margin-top:55px;
		padding-top:35px
	}
	.top-masterpiece_item li:nth-child(3)::before{
		width:34.4%;
		padding-top:77.33333%;
		background-color:#EFEFEF;
		top:10px;
		left:0
	}
	.top-masterpiece_item li:nth-child(3) .top-masterpiece_item_img{
		width:81.06667%;
		padding-top:124.53333%;
		margin:0 0 0 auto
	}
	.top-masterpiece_item li:nth-child(3) .top-masterpiece_item_num{
		width:64px;
		height:180px;
		top:-35px;
		left:-13%
	}
	.top-masterpiece_item li:nth-child(3) .top-masterpiece_name{
		margin-top:39px
	}
	.top-masterpiece_item li:nth-child(4){
		margin-top:40px;
		padding-top:74px
	}
	.top-masterpiece_item li:nth-child(4)::before{
		width:43.73333%;
		padding-top:82.13333%;
		background-color:#D9D9D9;
		top:0;
		right:0
	}
	.top-masterpiece_item li:nth-child(4) .top-masterpiece_item_img{
		width: 100%!important;
		/*width:81.06667%;              縦長*/
		padding-top:124.53333%
	}
	.top-masterpiece_item li:nth-child(4) .top-masterpiece_item_num{
		width:180px;
		height:64px;
		top:-42px;
		right:-15%
	}
	.top-masterpiece_item li:nth-child(4) .top-masterpiece_name{
		margin-top:26px
	}
	.top-masterpiece_item li:nth-child(5){
		margin-top:55px;
		padding-top:98px
	}
	.top-masterpiece_item li:nth-child(5)::before{
		width:60.8%;
		padding-top:22.4%;
		background-color:#EFEFEF;
		top:40px;
		right:0
	}
	.top-masterpiece_item li:nth-child(5) .top-masterpiece_item_img{
		width:100%;
		padding-top:91.2%;
		margin:0 0 0 auto
	}
	.top-masterpiece_item li:nth-child(5) .top-masterpiece_item_num{
		width:180px;
		height:64px;
		top:-98px;
		left:0
	}
	.top-masterpiece_item li:nth-child(5) .top-masterpiece_name{
		margin-top:30px
	}
	.top-masterpiece_item li:nth-child(6){
		margin-top:28px;
		padding-top:74px
	}
	.top-masterpiece_item li:nth-child(6)::before{
		width:34.4%;
		padding-top:79.2%;
		background-color:#D9D9D9;
		top:0;
		left:0
	}
	.top-masterpiece_item li:nth-child(6) .top-masterpiece_item_img{
		background-image:url(../assets/img/top/img-masterpiece06_sp.jpg);
		width: 100%!important;
		/*width:71.46667%;        縦長*/
		padding-top:113.86667%;
		margin:0 0 0 auto;
	}
	.top-masterpiece_item li:nth-child(6) .top-masterpiece_item_num{
		width:64px;
		height:180px;
		top:-60px;
		left:-40%
	}
	.top-masterpiece_item li:nth-child(6) .top-masterpiece_name{
		margin-top:30px
	}
}
.top-masterpiece_item_img{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	left:0;
	right:0
}
@media screen and (max-width:767px){
	.top-masterpiece_item_img{
		position:relative
	}
	.top-masterpiece_item_img::before{
		display:none
	}
}
.top-masterpiece_item_img::before{
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.7);
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:opacity ease .6s;
	transition:opacity ease .6s
}
.top-masterpiece_item_num{
	font-size:4.6rem;
	font-family:Barlow;
	font-weight:300;
	color:#fff;
	position:absolute;
	top:10px;
	left:16px;
	z-index:5;
	text-align:center
	}
.top-masterpiece_item_num>span,.top-masterpiece_link,.top-masterpiece_name-en,.top-masterpiece_slide_name-en{
	font-family:Roboto
}
@media screen and (max-width:767px){
	.top-masterpiece_item_num{
		display:-webkit-box;
		display:flex;
		-webkit-box-pack:justify;
		justify-content:space-between;
		-webkit-box-align:center;
		align-items:center;
		font-size:4rem;
		background-color:rgba(0,0,0,.8);
		top:auto;
		left:auto;
		padding:10px 17px 10px 11px
	}
	.top-masterpiece_item_num.is-column{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		flex-direction:column;
		padding:14px 0
	}
}
.top-masterpiece_item_num>span{
	display:block;
	width:53px;
	font-size:1.1rem;
	line-height:1.2rem;
	letter-spacing:.07em
}
.top-masterpiece_item_num>span>span{
	display:block;
	letter-spacing:.17em
}
.top-masterpiece_name{
	width:100%;
	padding:0 16px;
	position:absolute;
	bottom:23px;
	left:0
}
@media screen and (max-width:767px){
	.top-masterpiece_name{
		position:static;
		padding:0 25px 0 30px;
		margin-top:28px
	}
	.top-masterpiece_name::after{
		display:none
	}
}
.top-masterpiece_name::after{
	content:'';
	width:12px;
	height:12px;
	border-top:solid 1px #fff;
	border-right:solid 1px #fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	bottom:0;
	right:18px
}
.top-masterpiece_name-en{
	font-size:1.7rem;
	letter-spacing:.01em;
	color:#fff;
	line-height:1.2em
}
@media screen and (max-width:767px){
	.top-masterpiece_name-en{
		font-size:2rem;
		color:#4C4948
	}
}
.top-masterpiece_name-ja{
	margin-top:4px;
	font-size:1.2rem;
	letter-spacing:.02em;
	line-height:1.5em;
	color:#fff;
	padding-right:14px
}
@media screen and (max-width:767px){
	.top-masterpiece_name-ja{
		font-size:1.4rem;
		color:#4C4948
	}
}
.top-masterpiece_txt{
	font-size:1.4rem;
	line-height:1.7em;
	color:#333
}
@media screen and (max-width:767px){
	.top-masterpiece_txt{
		margin-top:11px;
		line-height:2.2rem
	}
}
.top-masterpiece_slide_name-en,.top-masterpiece_slide_name-ja{
	line-height:1.2em;
	letter-spacing:.04em;
	text-align:left;
	color:#fff
}
.top-masterpiece_link{
	display:block;
	width:76px;
	height:27px;
	font-size:1.4rem;
	letter-spacing:.1em;
	text-align:center;
	font-weight:700;
	color:#4C4948;
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	background-image:url(../img/common/icon-more.svg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain
}
.top-concept_drawing_left1,.top-concept_drawing_left2,.top-concept_drawing_left3,.top-concept_drawing_left_line1,.top-concept_drawing_right1,.top-concept_drawing_right2,.top-concept_drawing_right3,.top-concept_drawing_right_line1,.top-concept_drawing_right_line2{
	background-size:contain;
	background-position:center;
	opacity:0;
	background-repeat:no-repeat
}
@media screen and (max-width:767px){
	.top-masterpiece_link{
		width:84px;
		height:20px;
		position:static;
		font-size:1.2rem;
		margin:30px 0 0
	}
	.top-masterpiece_link.is-right{
		margin:30px 15px 0 auto
	}
}
.top-masterpiece_slide_wapper{
	width:calc(100% - 48px);
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	-webkit-transform:translateX(150%);
	transform:translateX(150%);
	-webkit-transition:-webkit-transform cubic-bezier(.6,.09,.3,.99) .8s;
	transition:-webkit-transform cubic-bezier(.6,.09,.3,.99) .8s;
	transition:transform cubic-bezier(.6,.09,.3,.99) .8s;
	transition:transform cubic-bezier(.6,.09,.3,.99) .8s,-webkit-transform cubic-bezier(.6,.09,.3,.99) .8s
}
.top-masterpiece_slide_wapper.is-open{
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.top-masterpiece_slide_close{
	width:26px;
	height:26px;
	background-color:#333;
	border:1px solid #fff;
	position:absolute;
	top:17px;
	right:19px;
	z-index:5;
	cursor:pointer
}
.top-masterpiece_slide_close::after,.top-masterpiece_slide_close::before{
	content:'';
	width:18px;
	height:1px;
	background-color:#fff;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto
}
.top-masterpiece_slide_close::before{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.top-masterpiece_slide_close::after{
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.top-masterpiece_slide_label{
	height:70px;
	padding:10px 70px 13px 72px;
	background-color:rgba(0,0,0,.7);
	position:absolute;
	left:-34px;
	top:50px;
	z-index:1;
	-webkit-transform:translateX(-110%);
	transform:translateX(-110%);
	opacity:0
}
.is-open .top-masterpiece_slide_label{
	-webkit-animation:top_masterpiece_label .6s cubic-bezier(.28,.9,.79,.99) .8s forwards;
	animation:top_masterpiece_label .6s cubic-bezier(.28,.9,.79,.99) .8s forwards
}
.top-masterpiece_slide_name-en{
	font-size:2rem
}
.top-masterpiece_slide_name-ja{
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:justify;
	justify-content:space-between;
	-webkit-box-align:baseline;
	align-items:baseline;
	margin-top:4px;
	font-size:1.2rem
}
.top-concept_ttl,.top-news_ttl,.top-work_ttl,.details-work_ttl,.details-work_ttl_s,.details-work_ttl_en,.index-seach_ttl,.top-feature_ttl,.top-student_s_ttl,.top-news_ttl,.top-map_ttl,.top-compe_ttl{
	text-align:center
}
.top-masterpiece_slide_name-ja::before{
	content:'';
	width:152px;
	position:relative;
	bottom:-1px;
	margin-right:11px;
	border-bottom:solid 1px #fff
}
.top-masterpiece_slide_num{
	font-family:Barlow;
	font-weight:300;
	font-size:3.6rem;
	letter-spacing:.07em;
	color:#fff;
	position:absolute;
	right:30px;
	bottom:16px
}
.top-masterpiece_slide{
	width:100%
}
.top-masterpiece_slide .slick-prev{
	left:25px
}
.top-masterpiece_slide .slick-next{
	right:25px
}
.top-masterpiece_slide .slick-dots{
	position:absolute;
	right:0;
	bottom:-35px
}
.top-masterpiece_slide_item{
	width:100%
}
.top-masterpiece_slide_img{
	width:100%;
	padding-top:55.1%;
	position:relative
}
.top-masterpiece_slide_img img{
	display:block;
	width:100%;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.top-masterpiece_slide_info{
	width:340px;
	margin-top:20px;
	position:relative
}
.top-concept{
	margin-top:10px
}
@media screen and (max-width:767px){
	.top-concept{
		margin-top:96px;
		position:relative
	}
	.top-concept_ttl{
		position:absolute;
		top:109px;
		left:0;
		right:0;
		margin:auto;
		z-index:5
	}
	.top-concept_visual{
		height:576px;
		overflow:hidden
	}
}
.top-concept_visual{
	width:100%;
	padding-top:41.4%;
	position:relative
}
.top-concept_visual::before{
	content:'';
	width:56.66667%;
	padding-top:40.6%;
	background-color:#F2F2F2;
	position:absolute;
	top:27px;
	right:0
}
@media screen and (max-width:767px){
	.top-concept_visual::before{
		top:42px;
		width:60.8%;
		padding-top:146%
	}
}
.top-concept_visual_inner{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:opacity ease .6s;
	transition:opacity ease .6s
}
.is-animeEnd .top-concept_visual_inner{
	opacity:0
}
.top-concept_visual_leadTxt{
	width:33px;
	height:296px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:5;
	opacity:0
}
.is-effect .top-concept_visual_leadTxt{
	-webkit-animation:fadeIn 2s ease 3s forwards;
	animation:fadeIn 2s ease 3s forwards
}
@media screen and (max-width:767px){
	.top-concept_visual_leadTxt{
		width:29px;
		height:257px;
		margin:0 auto;
		top:215px
	}
}
.top-concept_visual_leadTxt img{
	display:block;
	width:100%;
	height:auto
}
.top-concept_drawing{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5
}
@media screen and (max-width:767px){
	.top-concept_drawing{
		width:1167px;
		height:485px;
		top:120px;
		left:50%;
		-webkit-transform:translateX(-50%);
		transform:translateX(-50%)
	}
}
.top-concept_drawing_left1{
	width:9.93333%;
	padding-top:32.66667%;
	position:absolute;
	top:3.38164%;
	left:28.8%;
	background-image:url(../img/top/drawing_left_01.png)
}
.is-effect .top-concept_drawing_left1{
	-webkit-animation:zoomIn_left 1.8s cubic-bezier(.15,.25,.21,1.01) .7s forwards;
	animation:zoomIn_left 1.8s cubic-bezier(.15,.25,.21,1.01) .7s forwards
}
@media screen and (max-width:767px){
	.top-concept_drawing_left1{
		width:13%;
		padding-top:40%;
		top:-3%;
		left:33%
	}
	.is-effect .top-concept_drawing_left1{
		-webkit-animation:zoomIn_left 2.1s cubic-bezier(.15,.25,.21,1.01) 2s forwards;
		animation:zoomIn_left 2.1s cubic-bezier(.15,.25,.21,1.01) 2s forwards
	}
}
.top-concept_drawing_left2{
	width:16.93333%;
	padding-top:42.46667%;
	position:absolute;
	top:-4.02576%;
	left:15.53333%;
	background-image:url(../img/top/drawing_left_02.png)
}
.is-effect .top-concept_drawing_left2{
	-webkit-animation:zoomIn_left 2s cubic-bezier(.15,.25,.21,1.01) 1.8s forwards;
	animation:zoomIn_left 2s cubic-bezier(.15,.25,.21,1.01) 1.8s forwards
}
@media screen and (max-width:767px){
	.is-effect .top-concept_drawing_left2{
		-webkit-animation:zoomIn_left_sp 8s cubic-bezier(.15,.25,.21,1.01) .7s forwards;
		animation:zoomIn_left_sp 8s cubic-bezier(.15,.25,.21,1.01) .7s forwards
	}
}
.top-concept_drawing_left3{
	width:21.8%;
	padding-top:39.86667%;
	position:absolute;
	top:-2.25443%;
	left:2.8%;
	background-image:url(../img/top/drawing_left_03.png)
}
.is-effect .top-concept_drawing_left3{
	-webkit-animation:zoomIn_left 2.2s cubic-bezier(.15,.25,.21,1.01) 2.4s forwards;
	animation:zoomIn_left 2.2s cubic-bezier(.15,.25,.21,1.01) 2.4s forwards
}
@media screen and (max-width:767px){
	.is-effect .top-concept_drawing_left3{
		-webkit-animation:none;
		animation:none
	}
}
.top-concept_drawing_left_line1{
	width:36.6%;
	padding-top:22.33333%;
	position:absolute;
	top:-3.54267%;
	left:7.66667%;
	background-image:url(../img/top/drawing_left_line_upper.png)
}
.is-effect .top-concept_drawing_left_line1{
	-webkit-animation:fadeIn_line 2s ease .1s forwards;
	animation:fadeIn_line 2s ease .1s forwards
}
@media screen and (max-width:767px){
	.is-effect .top-concept_drawing_left_line1{
		-webkit-animation:none;
		animation:none
	}
}
.top-concept_drawing_left_line2{
	width:32.26667%;
	padding-top:21.73333%;
	position:absolute;
	top:42.02899%;
	left:10.53333%;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/top/drawing_left_line_under.png);
	opacity:0
}
.is-effect .top-concept_drawing_left_line2{
	-webkit-animation:fadeIn_line 2s ease .1s forwards;
	animation:fadeIn_line 2s ease .1s forwards
}
.top-concept_drawing_right1{
	width:14.6%;
	padding-top:43.66667%;
	position:absolute;
	top:-8.69565%;
	right:25.46667%;
	background-image:url(../img/top/drawing_right_01.png)
}
@media screen and (max-width:767px){
	.is-effect .top-concept_drawing_left_line2{
		-webkit-animation:none;
		animation:none
	}
	.top-concept_drawing_right1{
		right:33%
	}
}
.is-effect .top-concept_drawing_right1{
	-webkit-animation:zoomIn_right 2s cubic-bezier(.15,.25,.21,1.01) .8s forwards;
	animation:zoomIn_right 2s cubic-bezier(.15,.25,.21,1.01) .8s forwards
}
@media screen and (max-width:767px){
	.is-effect .top-concept_drawing_right1{
		-webkit-animation:zoomIn_right 2s cubic-bezier(.15,.25,.21,1.01) 2s forwards;
		animation:zoomIn_right 2s cubic-bezier(.15,.25,.21,1.01) 2s forwards
	}
}
.top-concept_drawing_right2{
	width:17.53333%;
	padding-top:39%;
	position:absolute;
	top:5.7971%;
	right:15.53333%;
	background-image:url(../img/top/drawing_right_02.png)
}
.is-effect .top-concept_drawing_right2{
	-webkit-animation:zoomIn_right 2s cubic-bezier(.15,.25,.21,1.01) 1.7s forwards;
	animation:zoomIn_right 2s cubic-bezier(.15,.25,.21,1.01) 1.7s forwards
	}
@media screen and (max-width:767px){
	.is-effect .top-concept_drawing_right2{
		-webkit-animation:zoomIn_right_sp 8s cubic-bezier(.15,.25,.21,1.01) .6s forwards;
		animation:zoomIn_right_sp 8s cubic-bezier(.15,.25,.21,1.01) .6s forwards
	}
}
.top-concept_drawing_right3{
	width:18%;
	padding-top:38.86667%;
	position:absolute;
	top:1.12721%;
	right:3.2%;
	background-image:url(../img/top/drawing_right_03.png)
}
.is-effect .top-concept_drawing_right3{
	-webkit-animation:zoomIn_right 2.2s cubic-bezier(.15,.25,.21,1.01) 2.6s forwards;
	animation:zoomIn_right 2.2s cubic-bezier(.15,.25,.21,1.01) 2.6s forwards
}
@media screen and (max-width:767px){
	.is-effect .top-concept_drawing_right3{
		-webkit-animation:none;
		animation:none
	}
}
.top-concept_drawing_right_line1{
	width:31.86667%;
	padding-top:24.26667%;
	position:absolute;
	top:-8.69565%;
	right:11.33333%;
	background-image:url(../img/top/drawing_right_line_upper.png)
}
.is-effect .top-concept_drawing_right_line1{
	-webkit-animation:fadeIn_line 2s ease .1s forwards;
	animation:fadeIn_line 2s ease .1s forwards
}
@media screen and (max-width:767px){
	.is-effect .top-concept_drawing_right_line1{
		-webkit-animation:none;
		animation:none
	}
}
.top-concept_drawing_right_line2{
	width:32.33333%;
	padding-top:22.46667%;
	position:absolute;
	top:44.28341%;
	right:11%;
	background-image:url(../img/top/drawing_right_line_under.png)
}
.is-effect .top-concept_drawing_right_line2{
	-webkit-animation:fadeIn_line 2s ease .1s forwards;
	animation:fadeIn_line 2s ease .1s forwards
}
.top-concept_info{
	width:87.2%;
	margin:10px auto 0;
	position:relative;
	opacity:.9
}
@media screen and (max-width:767px){
	.is-effect .top-concept_drawing_right_line2{
		-webkit-animation:none;
		animation:none
	}
	.top-concept_info{
		width:100%;
		margin-top:58px;
		padding:0 30px
	}
}
.top-concept_info .c-more_btn-w{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto
}
.top-concept_info_ttl{
	width:395px;
	font-size:1.8rem;
	font-weight:700;
	line-height:2em;
	color:#4C4948;
	letter-spacing:.12em
}
@media screen and (max-width:767px){
	.top-concept_info .c-more_btn-w{
		position:relative;
		margin-top:60px
	}
	.top-concept_info_ttl{
		width:100%
	}
}
.top-concept_info_txt{
	width:395px;
	margin-top:10px;
	font-size:1.3rem;
	color:#333;
	line-height:2.1em
}
.top-news{
	margin-top:82px;
	padding:38px 0 43px;
	background-color:#333
}
@media screen and (max-width:767px){
	.top-concept_info_txt{
		width:100%
	}
	.top-news{
		margin-top:92px;
		padding:52px 0 82px
	}
}
.top-news_ttl{
	color:#fff
}
.top-news_item{
	margin-top:22px;
	border-top:solid 1px grey
}
.top-news_item li{
	padding:20px 0;
	border-bottom:solid 1px grey
}
.top-news_item_link{
	display:-webkit-box;
	display:flex;
	color:#fff
}
@media screen and (max-width:767px){
	.top-news_item{
		margin-top:46px
	}
	.top-news_item li{
		padding:16px 0
	}
	.top-news_item_link{
		flex-wrap:wrap
	}
}
.top-news_date{
	width:92px;
	min-width:92px;
	font-size:1.4rem;
	letter-spacing:.02em;
	line-height:2.4rem
}
.top-news_label{
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	width:70px;
	min-width:70px;
	height:17px;
	font-size:1.1rem;
	font-weight:700;
	letter-spacing:.05em;
	margin:4px 26px 0 0
}
.top-news_label.is-news{
	background-color:#000
}
.top-news_label.is-award{
	background-color:#896A0F
}
.top-news_txt{
	font-size:1.3rem;
	line-height:2.4rem
}
@media screen and (max-width:767px){
	.top-news_txt{
		margin-top:12px;
		width:100%
	}
}
.top-news_more{
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	width:178px;
	height:27px;
	margin:24px auto 0;
	font-size:1.4rem;
	font-family:Roboto;
	letter-spacing:.1em;
	line-height:1.6rem;
	font-weight:700;
	color:#fff;
	background-image:url(../img/common/icon-more_w.svg);
	background-size:137px auto;
	background-repeat:no-repeat;
	background-position:center bottom
} */
.top-work_item_address,.top-work_item_name{
	color:#4C4948;
	line-height:1.5em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
@media screen and (max-width:767px){
	.top-news_more{
		margin-top:72px
	}
}


/* ------- Works Index ------- */
.top-work,.details-work{
	width: 98%;
	/* width: 96%;*/
	margin: 0px auto;
	/* margin-top:88px; */
	padding:0 16px 146px;
	position:relative
}
@media screen and (max-width:767px){
	.top-work,.details-work{
		width: 100%;
		margin:0 auto;
		padding-bottom:117px
	}
}
.top-work .c-more_btn-w,.details-work .c-more_btn-w{
	margin:76px auto 0
}
.top-work_item{
	display:-webkit-box;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	margin-top:64px
}

@media screen and (max-width:767px){
	.top-work .c-more_btn-w,.details-work .c-more_btn-w{
		margin-top:64px
	}
	.top-work_item{
		margin-top:62px;
		/* display:block */
	}
}
.li_works_item{
	width: 280px;
	}
.li_works_item.is-empty {
	height: 0;
 	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.top-work_item a{
	display:block
}
.top-work_item_img img {
	width:100%;
	padding-top: 36px;
	/* padding-top:100%;*/
}
.top-work_item_name{
	margin-top:9px;
	font-size:1.3rem;
	font-weight:700
}
@media screen and (max-width:767px){
	.top-work_item_name{
		margin-top:7px;
		font-size:1.4rem
	}
}
.top-work_item_address{
	margin-top:1px;
	font-size:1rem
}
@media screen and (max-width:767px){
	.top-work_item_address{
		font-size:1.2rem
	}
}
.top-work_item_name-en{
	font-size:1.1rem;
	line-height:1.5em;
	color:grey;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
@media screen and (max-width:767px){
	.top-work_item_name-en{
		font-size:1.2rem
	}
}
.top-work_item_details{
	font-size: 1.1rem;
	line-height: 1.5em;
	color: grey;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #999;
	margin-top: 2px;
	padding: 2px 5px;
	text-align: center;
}
@media screen and (max-width:767px){
	.top-work_item_details{
		font-size:1.2rem
	}
}


/* ------- Works Details ------- */
.slider {
    margin: 80px auto 0;
	padding: 0 15px;
}
.slider img {
    height: auto;
    width: 100%;
}
.slider video {
    height: auto;
    width: 100%;
}
.slick-prev:before,.slick-next:before {
    color: #000;
}
.slider p {
	font-size: 1.4rem;
	line-height: 1.5em;
	text-align: center;
	margin: 20px auto;
}
@media screen and (max-width:767px){
	.slide {
		width: 100%;
		/* width: 96%;*/
    	margin-top: 60px;
	}
	.slider p {
		font-size: 1.4rem;
		line-height: 1.5em;
	}
}
@media screen and (max-width:481px){
	.slider {
		width: 96%;
    	margin-top: 50px;
	}
	.slider p {
		font-size: 1.2rem;
		line-height: 1.5em;
	}
}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; /* 現プレイヤーでは不要？ */
    height: 0;
    overflow: hidden;
}
 
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Grad-wrap */
.grad-wrap {
	position: relative;
	font-size: 1.4rem;
	line-height:1.7rem;
}
.grad-wrap + .grad-wrap {
	margin-top: 40px;
}
.grad-btn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: .5em 0;
	border-radius: 2px;
	color: #9F7800;
	font-size: 1.4rem;
	cursor: pointer;
	transition: .2s ease;
}
.grad-btn::after {
	content: "READ MORE >"
}
.grad-btn:hover {
	opacity:.7
}
.grad-btn .fa {
	margin-right: .5em;
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 90px;
}
.no_before{
	position: relative;
	overflow: hidden;
	height: 40px;
}
.grad-item p{
	font-size: 1.4rem;
	line-height:1.7rem;
}
.grad-item p + p {
	margin-top: 1em;
}
.grad-item::before {
	z-index: 1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 50px; /*グラデーションで隠す範囲*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger {
	display: none;
}
.grad-trigger:checked ~ .grad-btn {
	bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
	content: "> CLOSE"
}
.grad-trigger:checked ~ .grad-btn .fa {
	transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
	height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
	display: none;
}
@media screen and (max-width:767px){
	.grad-item p{
		font-size: 1.4rem;
		line-height:1.7rem;
}
}

/* ------- News Index ------- */
a.exlink[target="_blank"]:after{
	content:"";
	vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    width: 13px;
    background: url(../assets/img/common/exicon.png)no-repeat;
    height: 15px;
    background-size: contain;

}
/* Details Content */
.bold{font-weight: bold;}
.disc{
	list-style: disc;
	margin-top: 15px;
    padding-left: 25px;
}
.details_content {
	width: 98%;
	/* width: 96%;*/
	margin: 0 auto;
	font-size: 1.4rem;
	line-height:1.7rem;
}
#introduce {
	margin-top: 50px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height:1.7rem;
}
#introduce dt{
	width: 12%;
 }
#introduce dd {
	width:88%;
}
.details_content h3 {
	font-size: 2rem;
	margin-top: 60px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
}
.details_content h4 {
	font-size: 1.7rem;
	margin-top: 30px;
	padding-left: 0.8rem;
	border-left: 5px solid #999;
}
.details_content h5 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 20px;
}
.details_content p {
	font-size: 1.4rem;
	margin-top: 20px;
}
.details_content p.p_tp_10 {
	font-size: 1.4rem;
	margin-top: 10px;
}
.details_content table {
	width: 100%;
	font-size: 1.4rem;
	margin: 15px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.details_content table th {
	width: 20%;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	padding: 8px;
	background: #EBEBEB;
	vertical-align: middle;
}
.details_content table th.charge {
	width: 100%;
	background: #CDCDCD;
	}
.details_content table td {
	width: 80%;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px;
	vertical-align: middle;
	}
.details_content .awardlist th,
.details_content .awardlist td{
	width: 33%!important;
}
.details_content .awardlist th{text-align: center;}

@media screen and (max-width:767px){
	.details_content {
		width: 100%;
		font-size: 1.4rem;
		line-height:1.7rem;
	}
	#introduce {
		font-size: 1.4rem;
		line-height:1.7rem;
	}
	.details_content table th {
		width: 30%;
	}
	.details_content table td {
		width: 70%;
	}
	#introduce dt{
		width: 20%;
	 }
	#introduce dd {
		width: 80%;
}
}


/* ------- SEARCH ------- */
.index-seach_ttl {
	margin-top: 150px;
}
/* Tab*/
.tab-wrap {
	width: 98%;
	/* width: 96%;*/
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	margin:40px auto;
}
@media screen and (max-width:767px){
	.tab-wrap {
		width: 100%;
	}
}
.tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #333;
	display: block;
	order: -1;
}
.tab-label {
	color: #fff;
	background: #BCBCBC;
	font-family:Roboto;
	font-weight:300;
	color:#666464
	/* font-weight: bold;*/
	/* text-shadow: 0 -1px 0 rgba(0,0,0,.2);*/
	white-space: nowrap;
	text-align: center;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	/* border-radius: 5px 5px 0 0;*/
	flex: 1;
}
.tab-label span{
	font-size: 1rem;
}
.tab-label:not(:last-of-type) {
	margin-right: 5px;
}
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.tab-content li {
	margin: 20px 10px 0 0;
	padding: 10px 25px;
}
.tab-content li#li_on{
	border:  1px solid #999;
}
.tab-content li#li_on a:hover{
	border-bottom: none;
}
.tab-switch:checked+.tab-label {
	background: #333;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	/* padding: 15px; */
	opacity: 1;
	transition: .5s opacity;
	/* box-shadow: 0 0 3px rgba(0,0,0,.2);*/
}
.tab-switch {
	display: none;
}


/* ------- FEATURE Index ------- */
.top-feature {
	width: 98%;
	/* width: 96%;*/
	margin: 0px auto;
	padding: 0 16px 146px;
	position: relative;
}
.top-feature_item {
	margin-top: 64px;
	border-top: 1px solid #CCC;
}
.li_feature_item {
	display: block;
	width: 100%;
	margin: 30px auto 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCC;
}
.li_feature_item a {
	display: block;
}
.li_feature_item a:hover{
		opacity:.7
	}
.li_feature_cate {
	display:-webkit-box;
	display:flex;
	flex-wrap:wrap;
}
.li_feature_cate img {
	width: 15%;
	margin-right: 30px;
}
.li_feature_cate .li_feature_detail {
	width: 80%;
}
.li_feature_detail h3{
	line-height: 2.4rem;
	font-weight: bold;	
}
.li_feature_detail p{
	font-size: 1.4rem;
	margin-top: 10px;
}
.tx_readmore {
	color: #9F7800;
}
@media screen and  (min-width: 481px) and (max-width: 767px){
	.li_feature_cate img {
		width: 25%;
	}
	.li_feature_cate .li_feature_detail {
		width: 60%;
	}
}
@media screen and  (max-width: 480px) {
	.li_feature_cate {
		display: block;
	}
	.li_feature_cate img {
		display: block;
		margin: 0px auto;
		width: 100%;
	}
	.li_feature_cate .li_feature_detail {
		width: 100%;
		margin-left: 0px;
	}
}



/*===========================================================================
							STUDENT SQUARE
=============================================================================*/
.top-student_s_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 100px 0;
}
.li-student_s_item{
	width: 400px;
}

.li-student_s_item a{
	text-decoration: none;
	display: block;
}
.li-student_s_item a:hover{
	opacity: none;
}
.top-student_s_item_img img {
    width: 100%;
}
.top-student_s_item_name{
	font-weight: bold;
	color: #666464;    
	font-size: 2rem;
    line-height: 2;
}
.top-student_s_item_name span{
	vertical-align: middle;
	margin-left: 30px;
	font-size: 1.5rem;
	font-weight: normal;
	color: #666464;  
}
.li-student_s_item .grad-item p{
	font-size: 1.2rem;
	color: #333;
}
.li-student_s_item .grad-item{
	height: 58px;
}
.li-student_s_item .grad-item::before{
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 56%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 50%, #fff 100%);
}

@media screen and  (max-width: 767px){
	.top-student_s_item{
		justify-content: center;
		margin: 50px 0;
	}
	.spOnly .li-student_s_item{
		width: 100%;
		margin-bottom: 30px;
	    padding-bottom: 30px;
    	border-bottom: 1px solid #CCC;
	}
	.spOnly .li-student_s_item:last-of-type{
    	border-bottom: 0;
	}
	.li-student_s_item
	.top-student_s_item_name span{
		margin-left: 15px;
	}
	.li-student_s_item .grad-item{
		height: 55px;
	}
	.spOnly .li-student_s_item .grad-item::before{
		display: none;
	}
	.spOnly .li-student_s_item .grad-wrap p{
		margin-top: 5px;
		line-height: 1.7;
		font-size: 1.5rem;
		color: #333;
	}
}
/**/
.student_square {
	font-size: 1.4rem;
	margin-top:0px;
	/* margin-top:88px; */
	padding-bottom:146px;
	position:relative
}
@media screen and (max-width:767px){
	.student_square{
		margin-top:0px;
		/* margin-top:70px;*/
		padding-bottom:117px
	}
}

/* Ul li */
.ul_student_s {
	width: 90%;
	margin: 80px auto;
	border-bottom: 1px solid #CCC;
}
.ul_student_s li {
	border-top: 1px solid #CCC;
}
.ul_student_s li a{
	display: block
}
.student_s_item {
	padding: 15px 0;
	display: -webkit-box;
	display: flex;
}
.li_student_s_date{
	width: 18%;
	letter-spacing:.02em;
	line-height:2.4rem
}
.li_student_s_name {
	width: 25%;
	line-height: 2.4rem;
	font-weight: bold;	
}
.li_student_s_theme {
	width: 57%;
	line-height:2.4rem
}

@media screen and  (min-width: 481px) and (max-width: 767px){
	.ul_student_s {
		width: 100%;
	}
	.li_student_s_date{
		width: 20%;
	}
	.li_student_s_name {
		width: 30%;
	}
	.li_student_s_theme {
		width: 50%;
	}
}
@media screen and (max-width:480px){
	.ul_student_s {
		width: 100%;
	}
	.student_s_item {
		display: block;
	}
	.li_student_s_date{
		width: 100%;
	}
	.li_student_s_name {
		width: 100%;
	}
	.li_student_s_theme {
		width: 100%;
	}
}
/* Table */
.tbl_student_s {
	width: 90%;
	margin: 80px auto 0px;
	border-top: 1px solid #CCC;
	/* border-left: 1px solid #CCC;*/
	border-collapse: collapse;
}
.tbl_student_s th {
	color: #fff;
	vertical-align: middle;
	/* border-right: 1px solid #CCC; */
	border-bottom: 1px solid #CCC;
	padding: 15px;
	background: #BCBCBC;
}
.tbl_student_s td {
	vertical-align: middle;
	text-align: left;
	/* border-right: 1px solid #CCC;*/
	border-bottom: 1px solid #CCC;
	padding: 15px;
}
@media screen and (max-width:767px){
	.tbl_student_s {
		width: 100%;
	}
}

/*===========================================================================
								COMPETITIONS
=============================================================================*/
ul.top-compe_item{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    margin-top: 45px;
    width: 100%;
	border: 0;
}
.top-compe_item .li_compe_item{
	width: 350px;
	border: 0;
	padding: 0;
}
.li_compe_item a{
	text-decoration: none;
}
.li_compe_item a .top-compe_item_award{
	font-weight: bold;
	margin-top: 10px;
	font-size: 1.3rem;
}
.li_compe_item a .top-compe_item_title{
	font-size: 1.5rem;
	line-height: 1.8;
	vertical-align: baseline;
}
.top-compe_item_img {
	margin-top: 55px;
	height: 350px;
}
@media screen and (max-width:767px){
	.top-compe_ttl{font-size: 2.5rem;}
	ul.top-compe_item {
		margin-top: 20px;
    	justify-content: space-around;
	}
}	

/*===========================================================================
							SITE MAP
=============================================================================*/
.top-map_menu_item{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
    width: 100%;
    border: 0;
}
.menu-map_item a:hover::before{
    border-bottom: 2px solid #00307c;
    border-right: 2px solid #00307c;
}
.menu-map_item a:hover{
	opacity: 1;
	text-decoration: none;
	color: #000;
}
.menu-map_item a{
	position: relative;
	padding: 0 0 0 35px;
	color: #666464;
}
.menu-map_item{
	width: calc(100% / 4);
    line-height: 1.5;
	font-size: 2rem;
	font-weight: 300;
	color: #666464;
	text-align: center;
	border-right: 1px solid #DBDBDB;
}
.menu-map_item:last-of-type{
	border-right:0;
}
.menu-map_item a::before{
	content: "";
	position: absolute;
	width: 10px;
    height: 10px;
    margin: 4px 0px;
	top: 0px;
	left: 2px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
}

.top-map_item{
    width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 55px;
    border: 0;
}
.li-map_item{
	width: 100%;
}
#works.li-map_item_detail{padding-top: 80px;}
#student .li-map_item_detail{
	justify-content: flex-start;
}
.li-map_item_detail{
	padding-top: 40px;
	justify-content: space-between;
}
.li-map_item ul{
	margin-top: 50px;
	justify-content: flex-start;
}
.li-map_item_detail,.li-map_item ul{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.li-map_item_detail dt{
	width: 100%;
	margin-bottom: 50px;
	color: #00307c;
	font-size: 3rem;
	font-weight: bold;
}
.li-map_item_detail dd,
.li-map_item li{
	width: 25%;
	margin-bottom: 40px;
}
.top-map_item .li-map_item li{
	margin-bottom: 0;
}
#feature .li-map_item_detail dd {width: 100%;}
.li-map_item_detail dd a,
.li-map_item li a{
	position: relative;
	padding-left: 40px;
	color: #666464;
}
.li-map_item_detail dd a::before,
.li-map_item li a::before{
	content: ">";
	position: absolute;
	left: 20px;
	color: #666464;
}

.li-map_item_detail dd a:hover,
.li-map_item li a:hover{
	opacity: 1;
	text-decoration: none;
	color: #000;
}
.li-map_item_detail dd a:hover::before,
.li-map_item li a:hover::before{
	font-weight: bold;
	color: #00307c;
}
.sitemap_wrap{padding-bottom: 60px;}
.sitemap_wrap+.c-page_top{bottom: 10px;}
@media screen and (max-width:767px){
	.menu-map_item{
		width: 100%;   
		line-height: 2.5;
		border-right: 0;
		border-bottom: 1px solid #DBDBDB;
	}
	.menu-map_item:first-of-type{border-top: 1px solid #DBDBDB;}
	.li-map_item ul{
		margin-top: 0;
	}
	.top-map_item .li-map_item li{
		line-height: 2;
		margin-bottom: 0;
	}
	#works.li-map_item_detail{
		padding-top: 50px;
	}
	.li-map_item_detail dt{
		margin-bottom: 40px;
	}
	.li-map_item_detail dd,.li-map_item li{
		width: calc(100% / 3);
		margin-bottom: 30px;
 		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.5;
	}
	.li-map_item li:last-of-type{
		margin-bottom: 0;
	}
	.li-map_item_detail dd a,.li-map_item li a{ 
		padding-left: 20px; 
		text-indent: 20px;
	}
	.li-map_item_detail dd a::before,
	.li-map_item li a::before{ 
		left: -20px; 
	}
	#student .li-map_item_detail dd,
	.li-map_item li{
		width: 100%;
	}
	.sitemap_wrap > .c-page_top{bottom: 52px;}
}
/*===========================================================================
								NEWS
=============================================================================*/

p.center{
	text-align: center;
}
.top-new,.top-compe{
	width: 98%;
    margin: 0px auto;
    padding: 0 16px 146px;
}
ul.top-news_item{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 45px;
    width: 100%;
	border: 0;
}
.top-news_item .li_news_item{
	width: 280px;
	border: 0;
	padding: 0;
}
.top-news_item a {
    display: block;
}
.top-news_item_img{
	margin-top: 55px;
	height: 180px;
}
.top-news_item_img img,
.top-compe_item_img img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.top-news_item_date,
.top-compe_item_date{
	margin-top: 20px;
	color: grey;
	font-size: 1.4rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.top-news_item_title{
	color: #444;
	margin-top: 6px;
	line-height:1.6;
	font-size: 1.6rem;
}
/*search*/
.year-content{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	width: 100%;
	height: auto;
	margin: 40px auto 100px;
    overflow: auto;
    opacity: 1;
    transition: .5s opacity;
}
.year-content .li_year-content{
	width: 89px;
	height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.year-content li#li_on {
    border: 1px solid #999;
}
.year-content li {
    margin: 20px 10px 0 0;
    padding: 10px 25px 8px;
	border: 0;
}
/*hover*/
.li_news_item a:hover {
    opacity: .7;
	text-decoration: none;
}
.year-content li a{text-decoration: none;}

/*
*/
.top-pick_contents a{display: block;}
.top-pick_contents a:hover {
    opacity: .7;
	text-decoration: none;
}
.top-pick_contents{
	width: 100%;
	margin: 0 auto 146px;
	background: #f2f2f2;
	padding: 100px 0 25px;
	position: relative;
}
.top-pick_item{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 60px;
}

@media all and (-ms-high-contrast: none){
	.top-pick_item{
		justify-content: space-around;
		width: 80%;
		margin: 60px auto 0;
	}
}
	
.li_pick_item{
	width: 350px;
	margin-bottom: 30px;
	color: #444;
	font-size: 1.8rem;
	line-height: 1.6;
}
.li_pick_item_img{
	height: 350px;
}
.li_pick_item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.li_pick_item .top-pick_item_title{
	margin-top: 20px;
}
.top-pick_contents .c-page_top{bottom: -86px;}
.spOnly{display: none;}
.pcOnly{display: block;}

@media screen and (max-width: 1024px){
	.spOnly{display: block;}
	.pcOnly{display: none!important;}
	.top-new{
		width: 100%;
		margin: 0 auto;
		padding-bottom: 0!important;
		position: relative;
	}
	.top-news_item .li_news_item{
		width: 360px;
	}
	.top-news_item_img{
		height: 300px;
	}
	.year-content{margin-top: 40px;}
	.year-content li{margin-right: 0px;}
	.top-pick_contents{display: inline-block;}
	.li_pick_item{
		width: 300px;
		margin-bottom: 30px;
	}
	.li_pick_item_img{height: 300px;}
	
	
	/***** READ MORE *****/
	.hidden {
		visibility: hidden;
		opacity: 0;
		height: 0;
		margin: 0 10px;
		padding: 0;
	}	
	.js-more-btn {
		cursor: pointer;
		position: relative;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		width: 200px;
		height: 44px;
		margin: 55px auto 0;
		font-family: Roboto;
		font-size: 1.8rem;
		letter-spacing: .05em;
		background-color: transparent;
		border: 1px solid grey;
	}
	.js-more-btn::after {
		position: absolute;
		content: ""; 
		width: 10px;
		height: 10px;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 18px;
		border-top: solid 1px #666464;
		border-right: solid 1px #666464;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.fade {
		animation-name:fadeUpAnime;
		animation-duration:0.5s;
		animation-fill-mode:forwards;
		opacity:0;
	}

	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
		transform: translateY(100px);
	  }

	  to {
		opacity: 1;
		transform: translateY(0);
	  }
	}
}

@media screen and (max-width:480px){
	ul.top-news_item{margin-top: 0;}
	.top-news_item .li_news_item{width: 100%;}
	.top-pick_item{margin-top: 80px;}
	.li_pick_item{
		width: 85%;
		font-size: 1.6rem;
	}
}

/* ------- News Index ------- */
.contents-wrap{
	width: 100%;
	max-width: 800px;
    margin: 150px auto;
}
.contents-wrap h3,
.contents-wrap + h3{
	font-size: 2.5rem;
	font-family: Roboto;
    font-weight: 300;
    color: #666464;
    padding-bottom: 8px;
	margin-bottom: 50px;
	text-align: center;
	border: 0;
}
.contents-wrap h4{
	font-size: 2rem;
	margin: 100px auto 30px;
	padding: 0;
	border: 0;
}
.contents-wrap .bold{font-weight: bold;}
.contents-wrap figure{
	width: 100%;
	max-width: 800px;
    margin: 20px auto 0;
    height: auto;
}
.contents-wrap figure img{
	height: 100%;
    width: 100%;
    object-fit: contain;
}
.introduce-wrap #introduce{
	display: flex;
    width: 100%;
	margin-top: 0;
}
#introduce dl{
	display: flex;
    flex-wrap: wrap;
}

.introduce-wrap #introduce li{
	width: 50%;
}
.introduce-wrap #introduce li:nth-of-type(n+3){
	margin-top: 20px;
}
.introduce-wrap #introduce dl dt,
.introduce-detail dt{
	width: 20%;
	 }
.introduce-wrap #introduce dl dd,
.introduce-detail dd{
	width: 80%;
}
.introduce-detail{
	display: flex;
    flex-wrap: wrap;
	margin-top: 20px;
	line-height: 1.8;
}


.person{display: inline-block;}
.person li{
	float: left;
	margin-right: 15px;
}
.person li:last-of-type{
	margin-right: 0px;
}
.person figure{
	width: 100px;
    height: 130px;
	background: #ccc;
}
.person figure img{object-fit: none;}
.person dl{
	margin-top: 15px;
}
.person dd{
	margin-top: 5px;
}
.conect_item{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
}
.conect_item li{
	width: 350px;
}
.conect_item a{
	display: block;
}
.conect_item a:hover{
	opacity: .7;
    text-decoration: none;
}
.conect_item_img{
	height: 350px;
}
.conect_item img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.conect_item p.conect_item_date{
	margin-top: 10px;
    color: grey;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conect_item p.conect_item_title{
	color: #444;
    margin-top: 6px;
    line-height: 1.6;
    font-size: 1.6rem;
}

@media screen and (max-width:767px){
	.contents-wrap{margin: 100px auto;}
	.contents-wrap h3{margin-bottom: 10px;}
	.contents-wrap h4{margin:50px auto 30px;}
	.introduce-wrap #introduce li{
		width: 100%;
	}
	.introduce-wrap #introduce li:nth-of-type(n+3){
		margin-top: 0px;
	}
	.contents-wrap + h3{
		margin-bottom: 0;
	}
	.conect_item{
		margin-top: 0;;
		justify-content: space-around;
	}
	.conect_item li{
		margin-top: 30px;
	}
}
@media screen and (max-width:767px){
	.person li{margin-bottom: 30px;}
}

/* 行の高さに影響を与えずに、サブスクリプトおよびスーパースクリプトコンテンツを配置 : h5bp.com/k */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

