@charset "utf-8";
/* CSS Document */
/*===============================
TOP
===============================*/
/* main
--------------------------------------*/
#top .sec_main .sec_inner{
	position: relative;
	padding-bottom: 6.03vw;
}
#top .sec_main .blc_slider{
	position: relative;
}
#top .sec_main .slider_arrows{
	bottom: -4.83vw;
	right: 2.41vw;
	width: 25.12vw;
}
#top .sec_main .slider_prev,
#top .sec_main .slider_next{
	width: 11.11vw;
	height: 12.07vw;
}
#top .sec_main .slider_prev:after,
#top .sec_main .slider_next:after{
	width: 5.07vw;
	height: 5.07vw;
}
#top .sec_main .slider_prev{
	bottom: 0;
	left: 0;
}
#top .sec_main .slider_next{
	bottom: 0;
	right: 0;
}
#top .sec_main .company_name{
	position: absolute;
	z-index: 3;
	width: 57.48vw;
	bottom: 0;
	left: 3.62vw;
}

@media screen and (max-width: 1099px) {
	#top .sec_main .scroll{
		display: none;
	}
}
@media screen and (max-width: 599px) {
	#top #main_slider .swiper-slide .disp--pc{
		display: none;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_main .sec_inner{
		padding-bottom: 33px;
	}
	#top #main_slider .swiper-slide .disp--sp{
		display: none;
	}
	#top .sec_main .slider_arrows{
		bottom: -29px;
		right: 20px;
		width: 137px;
	}
	#top .sec_main .slider_prev,
	#top .sec_main .slider_next{
		width: 61px;
		height: 66px;
	}
	#top .sec_main .slider_prev:after,
	#top .sec_main .slider_next:after{
		width: 27px;
		height: 27px;
	}
	#top .sec_main .company_name{
		width: 290px;
		left: 42px;
	}
}
@media screen and (min-width: 960px) {
	#top .sec_main .company_name{
		width: 464px;
		left: 68px;
	}
}
@media screen and (min-width: 1100px) {
	#top .sec_main .sec_inner{
		margin-left: 50px;
	}
	#top .sec_main .scroll{
		position: absolute;
		display: block;
		z-index: 3;
		bottom: 0;
		left: -30px;
		width: 16px;
		transition: opacity .3s ease;
	}
	#top .sec_main .scroll span{
		font-weight: 700;
		display: inline-block;
		font-size: 13px;
		transform: translateY(-3.45em) rotate(90deg);
		transform-origin: 0.5em 0.6em;
	}
	#top .sec_main .scroll .arrow{
		display: block;
		height: 79px;
		width: auto;
	}
	#top .sec_main .scroll:hover{
		opacity: .7;
	}
	#top .sec_main .company_name{
		width: 532px;
		left: 81px;
	}
}
@media screen and (min-width: 1300px) {
	#top .sec_main{
		width: 1300px;
		margin: 0 auto;
	}
	#top .sec_main .sec_inner{
		margin-left: 101px;
	}
	#top .sec_main .slider_arrows{
		right: 34px;
	}
	#top .sec_main .scroll{
		left: -53px;
	}
	#top .sec_main .company_name{
		width: 629px;
		left: 93px;
	}
}

/*  top common
--------------------------------------*/
#top .sec_ttl{
	margin-bottom: 7.24vw;
}
#top .sec_ttl .e_txt{
	font-size: 4rem;
	font-weight: 700;
}
#top .sec_ttl .j_txt{
	font-size: 1.8rem;
	font-weight: 700;
	color: #b2b2b2;
	margin-top: 3.62vw;
}

/* effect */
#top .sec_ttl .e_txt,
#top .sec_ttl .j_txt{
	transition: opacity .6s ease-out, transform .6s ease-out;
	opacity: 0;
	transform: translateY(5rem);
}
#top .sec_ttl.is--fire .e_txt,
#top .sec_ttl.is--fire .j_txt{
	opacity: 1;
	transform: translateY(0);
}
#top .sec_ttl.is--fire .j_txt{
	transition-delay: .3s;
}

@media screen and (min-width: 600px) {
	#top .sec_ttl{
		margin-bottom: 40px;
	}
	#top .sec_ttl .e_txt{
		font-size: 60px;
	}
	#top .sec_ttl .j_txt{
		font-size: 22px;
		margin-top: 20px;
	}
}

/*  company
--------------------------------------*/
#top .sec_company{
	padding-top: 11.83vw;
}
#top .sec_company .blc_ttl .company_name{
	width: 63.83vw;
}
#top .sec_company .blc_ttl .box_catch{
	margin-top: 4.83vw;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.6;
}
#top .sec_company .blc_ttl .box_catch span{
	font-size: 1.8rem;
}
#top .sec_company .blc_point{
	background-color: #F1FBFE;
	border-radius: 10px;
	margin-top: 7.24vw;
	padding: 6vw 7.24vw;
}
#top .sec_company .blc_point ul{
	font-size: 1.4rem;
	line-height: 2;
}
#top .sec_company .blc_point li{
	position: relative;
	padding-left: 6.03vw;
}
#top .sec_company .blc_point li .icon{
	position: absolute;
	pointer-events: none;
	width: 4.83vw;
	left: 0;
	top: 0.3em;
}
#top .sec_company .blc_catch{
	margin-top: 6.03vw;
}
#top .sec_company .blc_catch .txt1{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.66;
	margin-bottom: 6.03vw;
}
#top .sec_company .blc_catch .txt2{
	text-align: center;
	font-weight: 700;
}
#top .sec_company .blc_catch .txt2 span{
	display: inline-block;
	vertical-align: bottom;
}
#top .sec_company .blc_catch .txt2 .bold{
	font-size: 3rem;
	background-color: #131E5A;
	color: #FFF;
	padding: 4vw 2.41vw;
}
#top .sec_company .blc_catch .txt2 .bold1{
	margin-right: 3.38vw;
}
#top .sec_company .blc_catch .txt2 .word1{
	font-size: 1.8rem;
	margin-left: 2.41vw;
	padding-bottom: 1.2vw;
}
#top .sec_company .blc_btn{
	margin-top: 12vw;
}
#top .sec_company .blc_btn .btn{
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #131E5A;
	width: 83.09vw;
	height: 25.36vw;
	padding-top: 1vw;
	margin: 0 auto;
}
#top .sec_company .blc_btn .btn:before,
#top .sec_company .blc_btn .btn:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
#top .sec_company .blc_btn .btn:before{
	background-color: #FCE000;
	bottom: -2.41vw;
	right: -2.41vw;
}
#top .sec_company .blc_btn .btn:after{
	border: 1px solid #000;
	top: 0;
	left: 0;
}
#top .sec_company .blc_btn .btn .btn_inner{
	position: relative;
	z-index: 2;
}
#top .sec_company .blc_btn .btn .txt1{
	font-weight: 700;
	font-size: 2.5rem;
}
#top .sec_company .blc_btn .btn .txt2{
	font-size: 1.4rem;
	line-height: 1.42;
	font-weight: 700;
	margin-top: 1.2vw;
}

@media screen and (max-width: 1099px) {
	#top .sec_company .blc_point li:not(:last-child){
		margin-bottom: 15px;
	}
	#top .sec_company .blc_catch .txt2 .bold3{
		margin-top: 14px;
		margin-left: 66px;
	}
}
@media screen and (max-width: 599px) {
	#top .sec_company .blc_point li:not(:last-child){
		margin-bottom: 3.2vw;
	}
	#top .sec_company .blc_catch .txt2 .bold3{
		margin-top: 2.41vw;
		margin-left: 1.94vw;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_company{
		padding-top: 54px;
	}
	#top .sec_company .blc_ttl .company_name{
		width: 528.52px;
	}
	#top .sec_company .blc_ttl .box_catch{
		margin-top: 35px;
		font-size: 34px;
	}
	#top .sec_company .blc_ttl .box_catch span{
		font-size: 28px;
	}
	#top .sec_company .blc_point{
		margin-top: 40px;
		padding: 40px;
	}
	#top .sec_company .blc_point ul{
		font-size: 16px;
	}
	#top .sec_company .blc_point li{
		padding-left: 25px;
	}
	#top .sec_company .blc_point li .icon{
		width: 20px;
		top: 0.4em;
	}
	#top .sec_company .blc_catch{
		margin-top: 40px;
	}
	#top .sec_company .blc_catch .txt1{
		font-size: 20px;
		margin-bottom: 37px;
	}
	#top .sec_company .blc_catch .txt2 .bold{
		font-size: 38px;
		padding: 12px 22px;
	}
	#top .sec_company .blc_catch .txt2 .bold1{
		margin-right: 14px;
	}
	#top .sec_company .blc_catch .txt2 .word1{
		font-size: 20px;
		margin-left: 10px;
		padding-bottom: 10px;
	}
	#top .sec_company .blc_btn{
		margin-top: 60px;
	}
	#top .sec_company .blc_btn .disp--sp{
		display: none;
	}
	#top .sec_company .blc_btn .btn{
		width: 515px;
		height: 115px;
		padding-top: 2px;
	}
	#top .sec_company .blc_btn .btn:before{
		bottom: -10px;
		right: -10px;
		transition: transform .3s ease;
	}
	#top .sec_company .blc_btn .btn:hover:before{
		transform: translate(-10px, -10px);
	}
	#top .sec_company .blc_btn .btn .txt1{
		font-size: 25px;
	}
	#top .sec_company .blc_btn .btn .txt2{
		font-size: 15px;
		margin-top: 10px;
	}
}
@media screen and (min-width: 1100px) {
	#top .sec_company .blc_point ul{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: calc(2em * 3 + 10px * 2);
	}
	#top .sec_company .blc_point li:not(:nth-child(3n)){
		margin-bottom: 10px;
	}
	#top .sec_company .blc_point li:nth-child(n+4){
		margin-left: 4rem;
	}
	#top .sec_company .blc_catch .disp--sp{
		display: none;
	}
	#top .sec_company .blc_catch .txt2 .bold1,
	#top .sec_company .blc_catch .txt2 .bold2{
		margin-right: 35px;
	}
	#top .sec_company .blc_catch .txt2 .word1{
		margin-left: 22px;
	}
}

/* effect */
#top .sec_company .blc_catch .txt1,
#top .sec_company .blc_catch .txt2,
#top .sec_company .blc_btn{
	opacity: 0;
	transform: translateY(5rem);
}
#top .sec_company .blc_catch.is--fire .txt1,
#top .sec_company .blc_catch.is--fire .txt2,
#top .sec_company .blc_btn.is--fire{
	transition: opacity .6s ease-out, transform .6s ease-out;
	opacity: 1;
	transform: translateY(0);
}
#top .sec_company .blc_catch.is--fire .txt2{
	transition-delay: .3s;
}

@media screen and (min-width: 1100px) {
	#top .sec_company .blc_ttl .company_name,
	#top .sec_company .blc_ttl .box_catch,
	#top .sec_company .blc_point{
		opacity: 0;
		transform: translateY(5rem);
	}
	#top .sec_company .blc_ttl.is--fire .company_name,
	#top .sec_company .blc_ttl.is--fire .box_catch,
	#top .sec_company .blc_point.is--fire{
		transition: opacity .6s ease-out, transform .6s ease-out;
		opacity: 1;
		transform: translateY(0);
	}
	#top .sec_company .blc_ttl.is--fire .box_catch{
		transition-delay: .3s;
	}
}

/*  service
--------------------------------------*/
#top .sec_service{
	padding-top: 24.15vw;
}
#top .sec_service .service_item_inner{
	display: block;
}
#top .sec_service .service_item .box_img{
	overflow: hidden;
	border-radius: 1rem;
}
#top .sec_service .service_item .box_txt{
	padding-top: 4.83vw;
}
#top .sec_service .service_item .item_ttl{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
}
#top .sec_service .service_item .item_txt{
	margin-top: 3.62vw;
	font-size: 1.4rem;
	line-height: 2;
}
#top .sec_service .service_item .item_link{
	margin-top: 4.83vw;
	text-align: right;
}
#top .sec_service .service_item .item_link span{
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
	padding-left: 3.14vw;
	text-decoration: underline;
}
#top .sec_service .service_item .item_link span:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.93vw;
	height: 1.93vw;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	top: 50%;
	left: 0;
	transform: translate(-40%, -50%) rotate(45deg);
}

#top .sec_service .blc_btn{
	margin-top: 14.49vw;
}

/* effect */
#top .sec_service .service_item,
#top .sec_service .blc_btn{
	opacity: 0;
	transform: translateY(5rem);
}
#top .sec_service .service_item.is--fire,
#top .sec_service .blc_btn.is--fire{
	transition: opacity .6s ease-out, transform .6s ease-out;
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 959px) {
	#top .sec_service .service_item:not(:last-child){
		margin-bottom: 50px;
	}

	#top .sec_profile .blc_book .box_book:not(:last-child){
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 599px) {
	#top .sec_service .service_item:not(:last-child){
		margin-bottom: 12.07vw;
	}

	#top .sec_profile .blc_book .box_book:not(:last-child){
		margin-bottom: 9.66vw;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_service{
		padding-top: 150px;
	}
	#top .sec_service .service_item .box_txt{
		padding-top: 30px;
	}
	#top .sec_service .service_item .item_ttl{
		font-size: 22px;
	}
	#top .sec_service .service_item .item_txt{
		margin-top: 19px;
		font-size: 16px;
	}
	#top .sec_service .service_item .item_link{
		margin-top: 30px;
	}
	#top .sec_service .service_item .item_link span{
		font-size: 16px;
		padding-left: 13px;
	}
	#top .sec_service .service_item .item_link span:before{
		width: 8px;
		height: 8px;
	}
	#top .sec_service .service_item_inner:hover .item_link span{
		text-decoration: none;
	}

	#top .sec_service .blc_btn{
		margin-top: 100px;
	}
}
@media screen and (min-width: 960px) {
	#top .sec_service .blc_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top .sec_service .service_item{
		width: calc((100% - 60px) / 2);
	}
	#top .sec_service .service_item:nth-child(n+3){
		margin-top: 80px;
	}
}

/*  profile
--------------------------------------*/
#top .sec_profile{
	padding-top: 14.49vw;
}
#top .sec_profile .blc_profile .box_img .item_img{
	position: relative;
}
#top .sec_profile .blc_profile .box_img .item_img > img{
	border-radius: 10px;
}
#top .sec_profile .blc_profile .box_img .item_img .name{
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	background-color: #38BFE7;
	padding: 1.6vw 2.4vw;
	position: absolute;
	left: -2.41vw;
	bottom: 4.83vw;
}
#top .sec_profile .blc_profile .box_img .item_txt{
	margin-top: 4.83vw;
	font-size: 1.3rem;
	line-height: 2;
}
#top .sec_profile .blc_profile .box_txt{
	font-size: 1.4rem;
	line-height: 2;
}
#top .sec_profile .blc_profile .box_txt p:not(:last-child){
	margin-bottom: 2em;
}

#top .sec_profile .blc_book{
	margin-top: 9.66vw;
	position: relative;
	padding-bottom: 12.07vw;
}
#top .sec_profile .blc_book:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	background-color: #FFFCE5;
	border-radius: 10px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 47.1vw);
}
#top .sec_profile .blc_book .blc_inner{
	position: relative;
	z-index: 2;
}
#top .sec_profile .blc_book .box_book{
	padding: 0 7.24vw;
}
#top .sec_profile .blc_book .box_book .item_ttl{
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2.41vw;
}
#top .sec_profile .blc_book .box_book .item_img{
	width: 55.31vw;
	margin: 0 auto 4.83vw auto;
}
#top .sec_profile .blc_book .box_book .item_name{
	margin-bottom: 6.03vw;
	font-size: 1.6rem;
	line-height: 1.81;
	font-weight: 700;
}
#top .sec_profile .blc_book .box_book .item_name a{
	text-decoration: underline;
}
#top .sec_profile .blc_book .box_book .item_txt{
	font-size: 1.4rem;
	line-height: 2;
}
#top .sec_profile .blc_book .box_book .item_txt li{
	text-indent: -1em;
	padding-left: 1em;
}

#top .sec_profile .blc_btn{
	margin-top: 14.49vw;
}

/* effect */
#top .sec_profile .blc_profile .box_img,
#top .sec_profile .blc_profile .box_txt,
#top .sec_profile .blc_book,
#top .sec_profile .blc_btn{
	opacity: 0;
	transform: translateY(5rem);
}
#top .sec_profile .blc_profile .box_img.is--fire,
#top .sec_profile .blc_profile .box_txt.is--fire,
#top .sec_profile .blc_book.is--fire,
#top .sec_profile .blc_btn.is--fire{
	transition: opacity .6s ease-out, transform .6s ease-out;
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 959px) {
	#top .sec_profile .blc_profile .box_txt{
		margin-top: 55px;
	}
}
@media screen and (max-width: 599px) {
	#top .sec_profile .blc_profile .box_txt{
		margin-top: 13.28vw;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_profile{
		padding-top: 120px;
	}
	#top .sec_profile .blc_profile .box_img .item_img .name{
		font-size: 18px;
		padding: 6px 12px;
		left: -20px;
		bottom: 20px;
	}
	#top .sec_profile .blc_profile .box_img .item_txt{
		margin-top: 25px;
		font-size: 13px;
	}
	#top .sec_profile .blc_profile .box_txt{
		font-size: 16px;
	}

	#top .sec_profile .blc_book{
		margin-top: 60px;
		padding-bottom: 40px;
	}
	#top .sec_profile .blc_book:before{
		height: calc(100% - 202px);
	}
	#top .sec_profile .blc_book .box_book{
		padding: 0 40px;
		position: relative;
	}
	#top .sec_profile .blc_book .box_book:not(:last-child):before{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 1px;
		height: calc(100% - 40px - 242px);
		right: 0;
		bottom: 0;
		background-color: #BBBBBB;
	}
	#top .sec_profile .blc_book .box_book .item_ttl{
		font-size: 22px;
		margin-bottom: 15px;
	}
	#top .sec_profile .blc_book .box_book .item_img{
		width: 229px;
		margin-bottom: 30px;
	}
	#top .sec_profile .blc_book .box_book .item_name{
		font-size: 18px;
		margin-bottom: 30px;
	}
	#top .sec_profile .blc_book .box_book .item_name a:hover{
		text-decoration: none;
	}
	#top .sec_profile .blc_book .box_book .item_txt{
		font-size: 16px;
	}

	#top .sec_profile .blc_btn{
		margin-top: 100px;
	}
}
@media screen and (min-width: 960px) {
	#top .sec_profile .blc_profile{
		display: flex;
	}
	#top .sec_profile .blc_profile .box_img{
		width: 39.36%;
	}
	#top .sec_profile .blc_profile .box_txt{
		flex: 1;
		padding-left: 40px;
	}

	#top .sec_profile .blc_book .blc_inner{
		display: flex;
	}
	#top .sec_profile .blc_book .box_book{
		box-sizing: border-box;
		width: 50%;
	}
}

/*  works
--------------------------------------*/
#top .sec_works{
	padding-top: 14.49vw;
}
#top .sec_works .blc_movie{
	position: relative;
}
#top .sec_works .blc_movie .box_movie{
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
#top .sec_works .blc_movie .box_catch{
	pointer-events: none;
	position: absolute;
	left: -2.41vw;
	bottom: 2.41vw;
}
#top .sec_works .blc_movie .box_catch span{
	display: inline-block;
	color: #fff;
	background-color: #38BFE7;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 1.2vw;
}

#top .sec_works .blc_detail{
	margin-top: 3.62vw;
}
#top .sec_works .blc_detail .box_catch{
	font-weight: 700;
	font-size: 2rem;
	line-height: 2;
}
#top .sec_works .blc_detail .box_detail{
	margin-top: 4.83vw;
}
#top .sec_works .blc_detail .box_detail .item_val .el_val{
	box-sizing: border-box;
	background-color: #FCE000;
	border-radius: 10px;
	padding: 3.62vw;
}
#top .sec_works .blc_detail .box_detail .item_val .el_val .ttl{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
}
#top .sec_works .blc_detail .box_detail .item_val .el_val .txt{
	font-size: 1.4rem;
}
#top .sec_works .blc_detail .box_detail .item_val .el_val .txt span{
	font-size: 2.2rem;
}
#top .sec_works .blc_detail .box_detail .item_voice{
	display: flex;
}
#top .sec_works .blc_detail .box_detail .item_voice .el_img{
	width: 17.87vw;
	padding-top: 4.83vw;
}
#top .sec_works .blc_detail .box_detail .item_voice .el_img img{
	border-radius: 100%;
	border: 1px solid #B7B7B7;
}
#top .sec_works .blc_detail .box_detail .item_voice .el_valoon{
	position: relative;
	flex: 1;
	margin-left: 4.83vw;
	font-size: 1.4rem;
	line-height: 2;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	border-radius: 10px;
	padding: 3.62vw;
}
#top .sec_works .blc_detail .box_detail .item_voice .el_valoon:before,
#top .sec_works .blc_detail .box_detail .item_voice .el_valoon:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 16px;
	height: 12px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#top .sec_works .blc_detail .box_detail .item_voice .el_valoon:before{
	background-color: #B7B7B7;
	left: calc(-15px - 2px);
	top: calc(46px + 1px);
}
#top .sec_works .blc_detail .box_detail .item_voice .el_valoon:after{
	background-color: #fff;
	left: -15px;
	top: 46px;
}

#top .sec_works .blc_btn{
	margin-top: 14.49vw;
}

/* effect */
#top .sec_works .blc_movie,
#top .sec_works .blc_detail .box_catch,
#top .sec_works .blc_detail .box_detail,
#top .sec_works .blc_btn{
	opacity: 0;
	transform: translateY(5rem);
}
#top .sec_works .blc_movie.is--fire,
#top .sec_works .blc_detail .box_catch.is--fire,
#top .sec_works .blc_detail .box_detail.is--fire,
#top .sec_works .blc_btn.is--fire{
	transition: opacity .6s ease-out, transform .6s ease-out;
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 959px) {
	#top .sec_works .blc_detail .box_detail .item_val{
		display: flex;
		justify-content: space-between;
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val{
		width: calc((100% - 10px) / 2);
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val .ttl{
		border-bottom: 1px solid #707070;
		padding-bottom: 10px;
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val .txt{
		text-align: center;
		padding-top: 10px;
	}
	#top .sec_works .blc_detail .box_detail .item_voice{
		margin-top: 20px;
	}
}
@media screen and (max-width: 599px) {
	#top .sec_works .blc_detail .box_detail .item_val{
		width: calc(100% + 2.41vw);
		margin-left: -2.41vw;
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val{
		width: calc((100% - 2.41vw) / 2);
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val .ttl{
		padding-bottom: 2.41vw;
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val .txt{
		padding-top: 2.41vw;
	}
	#top .sec_works .blc_detail .box_detail .item_voice{
		margin-top: 4.83vw;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_works{
		padding-top: 120px;
	}
	#top .sec_works .blc_movie .box_catch{
		left: -20px;
		bottom: 30px;
	}
	#top .sec_works .blc_movie .box_catch span{
		font-size: 16px;
		padding: 5px;
	}

	#top .sec_works .blc_detail{
		margin-top: 40px;
	}
	#top .sec_works .blc_detail .box_catch{
		font-size: 22px;
		text-align: center;
	}
	#top .sec_works .blc_detail .box_detail{
		margin-top: 35px;
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val{
		padding: 15px;
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val .ttl{
		font-size: 16px;
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val .txt{
		font-size: 16px;
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val .txt span{
		font-size: 24px;
	}
	#top .sec_works .blc_detail .box_detail .item_voice .el_img{
		width: 74px;
		padding-top: 20px;
	}
	#top .sec_works .blc_detail .box_detail .item_voice .el_valoon{
		margin-left: 22px;
		font-size: 16px;
		padding: 27px 18px;
	}

	#top .sec_works .blc_btn{
		margin-top: 100px;
	}
}
@media screen and (min-width: 960px) {
	#top .sec_works .blc_movie{
		width: 700px;
		margin: 0 auto;
	}
	
	#top .sec_works .blc_detail .box_detail{
		display: flex;
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val{
		padding: 15px 0;
		display: flex;
		align-items: center;
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val:not(:last-child){
		margin-bottom: 10px;
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val .ttl{
		width: 94px;
	}
	#top .sec_works .blc_detail .box_detail .item_val .el_val .txt{
		text-align: center;
		padding: 0 15px;
		border-left: 1px solid #707070;
	}
	#top .sec_works .blc_detail .box_detail .item_voice{
		flex: 1;
		padding-left: 40px;
	}
}

/*  fancle
--------------------------------------*/
#top .sec_fancle{
	padding-top: 19.32vw;
	padding-bottom: 12.07vw;
	background: linear-gradient(to bottom, transparent 0%, transparent 75.36vw, #FCE000 75.36vw, #FCE000 100%);
}
#top .sec_fancle .blc_fancle .box_txt .item_ttl{
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 3.62vw;
}
#top .sec_fancle .blc_fancle .box_txt .item_txt{
	font-size: 1.4rem;
	line-height: 2;
}
#top .sec_fancle .blc_fancle .box_txt .item_link{
	margin-top: 4.83vw;
	text-align: right;
}
#top .sec_fancle .blc_fancle .box_txt .item_link a{
	text-decoration: underline;
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
	padding-left: 3.14vw;
}
#top .sec_fancle .blc_fancle .box_txt .item_link a:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.93vw;
	height: 1.93vw;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	top: 50%;
	left: 0;
	transform: translate(-40%, -50%) rotate(45deg);
}

/* effect */
#top .sec_fancle .blc_fancle .box_img,
#top .sec_fancle .blc_fancle .box_txt{
	opacity: 0;
	transform: translateY(5rem);
}
#top .sec_fancle .blc_fancle .box_img.is--fire,
#top .sec_fancle .blc_fancle .box_txt.is--fire{
	transition: opacity .6s ease-out, transform .6s ease-out;
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 959px) {
	#top .sec_fancle .blc_fancle .box_txt{
		margin-top: 20px;
	}
}
@media screen and (max-width: 599px) {
	#top .sec_fancle .blc_fancle .box_txt{
		margin-top: 4.83vw;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_fancle{
		padding-top: 145px;
		padding-bottom: 120px;
		background: linear-gradient(to bottom, transparent 0%, transparent 524px, #FCE000 524px, #FCE000 100%);
	}
	#top .sec_fancle .sp{
		display: none;
	}
	#top .sec_fancle .blc_fancle .box_txt .item_ttl{
		font-size: 22px;
		margin-bottom: 19px;
	}
	#top .sec_fancle .blc_fancle .box_txt .item_txt{
		font-size: 16px;
	}
	#top .sec_fancle .blc_fancle .box_txt .item_link{
		margin-top: 20px;
	}
	#top .sec_fancle .blc_fancle .box_txt .item_link a{
		font-size: 16px;
		padding-left: 13px;
	}
	#top .sec_fancle .blc_fancle .box_txt .item_link a:hover{
		text-decoration: none;
	}
	#top .sec_fancle .blc_fancle .box_txt .item_link a:before{
		width: 8px;
		height: 8px;
	}
}
@media screen and (min-width: 960px) {
	#top .sec_fancle .blc_fancle{
		display: flex;
	}
	#top .sec_fancle .blc_fancle .box_img{
		width: 63.63%;
	}
	#top .sec_fancle .blc_fancle .box_txt{
		flex: 1;
		padding-left: 40px;
	}
}

/*  news
--------------------------------------*/
#top .sec_news{
	padding-top: 19.32vw;
	padding-bottom: 19.32vw;
}
#top .sec_news .blc_slider .slider_pagination{
	width: 100%;
	margin-bottom: 6.76vw;
}
#top .sec_news .news_item{
	width: 71.01vw;
}
#top .sec_news .news_item_inner{
	display: block;
	position: relative;
}
#top .sec_news .news_item .item_cat{
	position: absolute;
	z-index: 5;
	pointer-events: none;
	top: 2.41vw;
	left: -2.41vw;
}
#top .sec_news .news_item .item_cat span{
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	background-color: #131E5A;
	color: #FFF;
	font-size: 1.2rem;
	min-width: 19.32vw;
	padding: 2.17vw 3.86vw 2.41vw 3.86vw;
}
#top .sec_news .news_item .img{
	border-radius: 10px;
}
#top .sec_news .news_item .img_inner{
	width: 100%;
	height: 100%;
}
#top .sec_news .news_item .box_img{
	border-radius: 10px;
	overflow: hidden;
}
#top .sec_news .news_item .box_txt{
	box-sizing: border-box;
	padding-top: 4.58vw;
}
#top .sec_news .news_item .item_date{
	font-size: 1.2rem;
	margin-bottom: 3.62vw;
}
#top .sec_news .news_item .item_txt{
	font-size: 1.4rem;
	line-height: 2;
}

#top .sec_news .blc_btn{
	margin-top: 14.49vw;
}

/* effect */
#top .sec_news .blc_slider,
#top .sec_news .blc_btn{
	opacity: 0;
	transform: translateY(5rem);
}
#top .sec_news .blc_slider.is--fire,
#top .sec_news .blc_btn.is--fire{
	transition: opacity .6s ease-out, transform .6s ease-out;
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 1099px) {
	#top .sec_news .news_item .detail{
		display: none;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_news{
		padding-top: 120px;
		padding-bottom: 120px;
	}
	#top .sec_news .blc_slider .slider_pagination{
		margin-bottom: 28px;
	}
	#top .sec_news .news_item{
		width: 294px;
	}
	#top .sec_news .news_item .item_cat{
		top: 10px;
		left: -10px;
	}
	#top .sec_news .news_item .item_cat span{
		font-size: 12px;
		min-width: 80px;
		padding: 9px 16px 10px 16px;
	}
	#top .sec_news .news_item .box_txt{
		padding-top: 19px;
	}
	#top .sec_news .news_item .item_date{
		font-size: 12px;
		margin-bottom: 10px;
	}
	#top .sec_news .news_item .item_txt{
		font-size: 14px;
	}

	#top .sec_news .blc_btn{
		margin-top: 100px;
	}
}
@media screen and (min-width: 960px) {
	#top .sec_news .blc_slider{
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	#top .sec_news .blc_slider .slider_pagination{
		display: none;
	}
	#top .sec_news .swiper-container{
		overflow: visible;
	}
	#top .sec_news .swiper-wrapper{
		display: flex;
		flex-wrap: wrap;
	}
	#top .sec_news .news_item{
		width: 330px;
	}
	#top .sec_news .news_item:not(:nth-child(3n)){
		margin-right: 55px;
	}
	#top .sec_news .news_item .box_img .img{
		transition: box-shadow .3s ease;
	}
	#top .sec_news .news_item .box_img:hover .img{
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .7);
	}
	#top .sec_news .news_item .box_txt{
		padding-top: 20px;
	}
	#top .sec_news .news_item .item_date{
		font-size: 13px;
		margin-bottom: 15px;
	}
	#top .sec_news .news_item .item_txt{
		font-size: 16px;
	}
	#top .sec_news .news_item_inner:hover .item_txt{
		text-decoration: underline;
	}
}

/*  contact
--------------------------------------*/
#top .sec_contact{
	background-color: #38BFE7;
	padding: 12.07vw 0;
}
#top .sec_contact .blc_contact .box_ttl .sec_ttl .e_txt,
#top .sec_contact .blc_contact .box_ttl .sec_ttl .j_txt{
	color: #fff;
}
#top .sec_contact .blc_contact .box_btn .btn{
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 21.73vw;
}
#top .sec_contact .blc_contact .box_btn .btn svg{
	width: 7.72vw;
	height: 4.83vw;
	margin-right: 2.41vw;
}
#top .sec_contact .blc_contact .box_btn .btn path{
	fill: #38bfe7;
}
#top .sec_contact .blc_contact .box_btn .btn .txt{
	font-weight: 700;
	font-size: 2.3rem;
	color: #38bfe7;
}
#top .sec_contact .blc_contact .box_btn .btn_tel svg{
	width: 6.03vw;
	height: 6.03vw;
	margin-right: 1.2vw;
}

/* effect */
#top .sec_contact .blc_contact .box_btn{
	opacity: 0;
	transform: translateY(5rem);
}
#top .sec_contact .blc_contact .box_btn.is--fire{
	transition: opacity .6s ease-out, transform .6s ease-out;
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 959px) {
	#top .sec_contact .blc_contact .box_ttl{
		margin-bottom: 30px;
	}
	#top .sec_contact .blc_contact .box_btn .btn:not(:last-child){
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 599px) {
	#top .sec_contact .blc_contact .box_ttl{
		margin-bottom: 7.24vw;
	}
	#top .sec_contact .blc_contact .box_btn .btn:not(:last-child){
		margin-bottom: 7.24vw;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_contact{
		padding: 80px 0;
	}
	#top .sec_contact .blc_contact .box_btn{
		display: flex;
		justify-content: space-between;
	}
	#top .sec_contact .blc_contact .box_btn .btn{
		height: 119px;
		width: calc((100% - 15px) / 2);
	}
	#top .sec_contact .blc_contact .box_btn .btn svg{
		width: 32px;
		height: 20px;
		margin-right: 10px;
	}
	#top .sec_contact .blc_contact .box_btn .btn .txt{
		font-size: 26px;
	}
	#top .sec_contact .blc_contact .box_btn .btn_tel svg{
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}
}
@media screen and (min-width: 960px) {
	#top .sec_contact .blc_contact .box_btn .btn{
		width: calc((100% - 40px) / 2);
		border: 3px solid #fff;
		transition: background .3s ease;
	}
	#top .sec_contact .blc_contact .box_btn .btn path{
		transition: fill .3s ease;
	}
	#top .sec_contact .blc_contact .box_btn .btn .txt{
		transition: color .3s ease;
	}
	#top .sec_contact .blc_contact .box_btn a.btn:hover{
		background-color: #38BFE7;
	}
	#top .sec_contact .blc_contact .box_btn a.btn:hover path{
		fill: #fff;
	}
	#top .sec_contact .blc_contact .box_btn a.btn:hover .txt{
		color: #fff;
	}
	#top .sec_contact .blc_contact .box_btn .btn_tel{
		pointer-events: none;
	}
}
@media screen and (min-width: 1100px) {
	#top .sec_contact .blc_contact{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#top .sec_contact .blc_contact .box_ttl .sec_ttl{
		margin-bottom: 0;
	}
	#top .sec_contact .blc_contact .box_btn{
		width: 760px;
	}
}