@charset "UTF-8";
/* CSS Document */

/*  main  */

main{
	position: relative;
	width: 100%;
	height: calc(100vh - 87px) ; /* header 72px*/
	overflow: hidden;
	z-index: 100;
	min-height: 550px;
}

main ul li{
	position: absolute;
	width: 0%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
}

main ul li:nth-child(1){
	z-index: 10;
}

main ul li:nth-child(2){
	z-index: 9;
}

main ul li:nth-child(3){
	z-index: 8;
}

main ul li:nth-child(4){
	z-index: 7;
}

main ul li:nth-child(5){
	z-index: 6;
}

main ul li:nth-child(6){
	z-index: 5;
}

main ul li div{
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	transform: scale(1.1);
}

main ul li#main_1 div{
	background-image: url("../img/main_1.webp");
	background-position: center center;
}

main ul li#main_2 div{
	background-image: url("../img/main_2.webp");
	background-position: center top;
}

main ul li#main_3 div{
	background-image: url("../img/main_3.webp");
	background-position: center center;
}

main ul li#main_4 div{
	background-image: url("../img/main_4.webp");
	background-position: center top;
}

main ul li#main_5 div{
	background-image: url("../img/main_5.webp");
	background-position: center center;
}

main ul li#main_6 div{
	background-image: url("../img/main_6.webp");
	background-position: center top;
}

main ul li.active{
	width: 0vw;
	animation: width_100 2s forwards cubic-bezier(.07,.68,.41,1) 0s;
}

main ul li.active div{
	transform: scale(1.1);
	animation: mainmove 6s forwards ease 0s;
}

main ul li.active_stay{
	width: 100vw;
}

main ul li.active_stay div{
	transform: scale(1);
}

@keyframes mainmove{
	0% {
		transform:  scale(1.1);
	}
	100% {
		transform:  scale(1);
	}
}



main ul li figure{
	overflow: hidden;
	width: 0px;
	height: 0px;
}

main article{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	top: auto;
	bottom: 130px;
	left: 0px;
	z-index: 1000;
}



main article div{
	position: relative;
	display: block;
	height: 60px;
	width: 20em;
	font-size: 24px;
}

main article h2{
	transition: all .5s .5s ease;
	display: block;
	position: absolute;
	width: 0%;
	top: 0;
	padding-bottom: 20px;
	overflow: hidden;
}

main article h2.active{
	display: inline-block;
	width: 100%;
}

main article h2 span{
	display: inline-block;
	background-color: #000;
	white-space: nowrap;
	color: #FFF;
	font-weight: 500;
	padding: 15px 30px;
	line-height: 1;
}

main article h1{
	font-family: 'Noto Sans JP';
	position: relative;
	font-size: 100px;
	font-style: italic;
	font-weight: 500;
	padding-left: 50px;
	line-height: 1.1;
	text-align: left;
	color: #FFF;
	margin-left: .2em;
}

main article h1 i{
	display: inline-block;
	font-style: italic;
	overflow: hidden;
	padding-right: .2em;
	margin-left: -.2em;
}

main article h1 i strong{
	display: inline-block;
	transform: translateX(150%);
}

.astart main article h1 span:nth-of-type(1) i:nth-child(1) strong{
	animation: pos_0 .7s forwards cubic-bezier(.07,.68,.41,1) 1s;
}

.astart main article h1 span:nth-of-type(1) i:nth-child(2) strong{
	animation: pos_0 .7s forwards cubic-bezier(.07,.68,.41,1) 1.07s;
}

.astart main article h1 span:nth-of-type(1) i:nth-child(3) strong{
	animation: pos_0 .7s forwards cubic-bezier(.07,.68,.41,1) 1.14s;
}

.astart main article h1 span:nth-of-type(1) i:nth-child(4) strong{
	animation: pos_0 .7s forwards cubic-bezier(.07,.68,.41,1) 1.21s;
}

.astart main article h1 span:nth-of-type(2) i:nth-child(1) strong{
	animation: pos_0 .7s forwards cubic-bezier(.07,.68,.41,1) 1.28s;
}

.astart main article h1 span:nth-of-type(2) i:nth-child(2) strong{
	animation: pos_0 .7s forwards cubic-bezier(.07,.68,.41,1) 1.34s;
}

.astart main article h1 span:nth-of-type(2) i:nth-child(3) strong{
	animation: pos_0 .7s forwards cubic-bezier(.07,.68,.41,1) 1.4s;
}

.astart main article h1 span:nth-of-type(2) i:nth-child(4) strong{
	animation: pos_0 .7s forwards cubic-bezier(.07,.68,.41,1) 1.45s;
}

.astart main article h1 span:nth-of-type(2) i:nth-child(5) strong{
	animation: pos_0 .7s forwards cubic-bezier(.07,.68,.41,1) 1.5s;
}

.astart main article h1 span:nth-of-type(2) i:nth-child(6) strong{
	animation: pos_0 .7s forwards cubic-bezier(.07,.68,.41,1) 1.54s;
}

.astart main article h1 span:nth-of-type(2) i:nth-child(7) strong{
	animation: pos_0 .7s forwards cubic-bezier(.07,.68,.41,1) 1.58s;
}

@media screen and (max-width: 1200px) {
	
	main article div{
		position: relative;
		display: block;
		height: 60px;
		width: 20em;
		font-size: 20px;
	}

	

	main article h2 span{
		display: inline-block;
		background-color: #000;
		white-space: nowrap;
		color: #FFF;
		font-weight: 500;
		padding: 15px 30px;
		line-height: 1;
	}

	main article h1{
		position: relative;
		font-size: 8.4vw;
		font-style: italic;
		font-weight: 500;
		padding-left: 5%;
		line-height: 1.1;
		text-align: left;
		color: #FFF;
		margin-left: .2em;
	}
}

@media screen and (max-width:768px) {
	
	main article{
		position: absolute;
		display: block;
		width: 100%;
		height: auto;
		top: auto;
		bottom: 130px;
		left: 0px;
		z-index: 1000;

	}
	
	main article h1{
		position: relative;
		font-size: 14vw;
		font-style: italic;
		font-weight: 500;
		line-height: 1.1;
		text-align: left;
		color: #FFF;
		margin-left: .2em;
	}
	
	main article div{
		position: relative;
		display: block;
		height: 60px;
		width: 20em;
		font-size: 20px;
	}

}



@media screen and (max-width: 768px) and (orientation: portrait){
	
	main ul li#main_1 div{
		background-image: url("../img/main_1_sp.webp");
		background-position: center center;
	}

	main ul li#main_2 div{
		background-image: url("../img/main_2_sp.webp");
		background-position: right top;
	}

	main ul li#main_3 div{
		background-image: url("../img/main_3_sp.webp");
		background-position: center center;
	}

	main ul li#main_4 div{
		background-image: url("../img/main_4_sp.webp");
		background-position: right top;
	}

	main ul li#main_5 div{
		background-image: url("../img/main_5_sp.webp");
		background-position: center center;
	}

	main ul li#main_6 div{
		background-image: url("../img/main_6_sp.webp");
		background-position: right top;
	}
}



@media screen and (max-width:480px) {
	
	main article div{
		position: relative;
		display: block;
		height: 50px;
		width: 20em;
		font-size: 15px;
	}

	

	main article h2 span{
		display: inline-block;
		background-color: #000;
		white-space: nowrap;
		color: #FFF;
		font-weight: 500;
		padding: 15px 20px;
		line-height: 1;
	}

}




/*  main  */







/*  newsarea  */







#newsarea{
	position: relative;
	display: inline-block;
	background-color: #002b62;
	margin: 0px 20px 0px 50px;
	min-height: 170px;
	z-index: 200;
	padding: 20px 40px;
	color: #FFF;
	top: -65px;
}

#newsarea h2{
	position: absolute;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	color: #FFF;
	top: -.6em;
	left: 0;
	line-height: 1;
	padding-left: 10px;
}

#newsarea dl{
	display: flex;
}

#newsarea dl dt{
	display: block;
	width: 85px;
	font-size: 22px;
	line-height: 1;
	border-right: #FFF solid 1px;
}

#newsarea dl dt small{
	font-size: 12px;
	display: block;
	padding-bottom: 4px;
}

#newsarea dl dd{
	flex: 1;
	display: flex;
	align-items: center;
}

#newsarea dl dd .news_mini_inner{
	padding-left: 1em;
}

#newsarea dl dd div{
	padding-left: 20px;
	line-height: 1.4;
}

#newsarea dl dd a{
	display: inline-block;
	position: relative;
	padding: 4px 4px 4px 18px;
	color: #FFF;
	
}

#newsarea dl dd a::before{
	content: "";
	position: absolute;
	left: 5px;
	top: 9px;
	display: block;
	width: 6px;
	height: 8px;
	background-color: #FFF;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.pc #newsarea dl dd a:hover{
	background-color: #FFF;
	color: #000;
}

.pc #newsarea dl dd a:hover::before{
	background-color: #000;
}


@media screen and (max-width: 1200px) {
	
	/*  newsarea  */

	#newsarea{
		position: relative;
		display: inline-block;
		background-color: #002b62;
		margin: 0px 20px 0px 5%;
		z-index: 200;
		padding: 20px 40px;
		color: #FFF;
		
	}
	
}


@media screen and (max-width:768px) {
	
	/*  newsarea  */

	#newsarea{
		position: relative;
		display: inline-block;
		background-color: #002b62;
		margin: 0px 20px 0px 5%;
		z-index: 200;
		padding: 20px 20px;
		color: #FFF;
		
	}
	
	/*  newsarea  */
	
}


@media screen and (max-width:640px) {
	
	/*  newsarea  */

	#newsarea{
		width: 94%;
		position: relative;
		display: block;
		background-color: #002b62;
		margin: 0px auto 0px auto;
		min-height: 135px;
		z-index: 200;
		padding: 22px 20px 18px;
		color: #FFF;
		
	}

	#newsarea h2{
		position: absolute;
		font-size: 16px;
		font-weight: 500;
		font-style: italic;
		color: #FFF;
		top: -.5em;
		left: 0;
		line-height: 1;
		padding-left: 10px;
	}

	#newsarea dl{
		display: flex;
	}

	#newsarea dl dt{
		display: block;
		width: 65px;
		font-size: 17px;
		line-height: 1;
		border-right: #FFF solid 1px;
	}

	#newsarea dl dt small{
		font-size: 12px;
		display: block;
		padding-bottom: 4px;
	}

	#newsarea dl dd{
		width : calc(100% - 65px) ;
		flex: 1;
		display: flex;
		align-items: center;
		font-size: 13px;
		word-break: break-all;
	}

	#newsarea dl dd div{
		padding-left: 15px;
	}


	/*  newsarea  */
}


/*  newsarea  */





.info_area article{
	position: relative;
}

.bgs{
	position: absolute;
	z-index: 1;
	opacity: 0;
}

.astart .bgs.inview_anime_mask_on{
	opacity: 0;
	animation: alpha_100 1s forwards cubic-bezier(.07,.68,.41,1) .2s;
}

.photoarea{
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.photoarea.inview_anime_slide figure{
	position: relative;
	opacity: 0;
	z-index: 1;
}

.photoarea::before{
	content: "";
	position: absolute;
	display: block;
	width: 200%;
	height: 100%;
	z-index: 100;
	left: -200%;
	background-color: #002b62;
}

.astart .photoarea.inview_anime_slide_on::before{
	left: -200%;
	animation: photo_view_x 1.5s forwards ease .2s;
	
}


@keyframes photo_view_x {
	0% {
		left: -200%;
	}
	100%{
		left: 100%;
	}
}




.astart .photoarea.inview_anime_slide_on figure{
	opacity: 0;
	animation: photo_view_alpha 1.5s forwards ease .2s;

}

@keyframes photo_view_alpha {
	0% {
		opacity: 0;
	}
	38%{
		opacity: 0;
	}
	39%{
		opacity: 1;
	}
	100%{
		opacity: 1;
		transform: translateY(0px);	
	}
}


.info_inner{
	position: relative;
	/* max-width: 1600px; */
	margin: 0 auto;
	z-index: 20;
}

.txt_area{z-index: 100;
	background-color: #FFF;
	padding: 40px;
}


.txt_area h2{
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
}

.txt_area p{
	text-align:justify;
	text-justify:distribute;
	line-height: 1.8;
	padding: 20px 0px 50px
}

.bt_area li{
	margin-bottom: 12px;
}

.bt_area li a{
	transition: all 500ms 0s ease;
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #002b62;
	background-color: #f5f5f5;
}

.pc .bt_area li a:hover{
	background-color: #65b3a4;
}

.bt_area li a figure{
	width: 50px;
}

.bt_area li a span{
	display: flex;
	width: 250px;
	align-items: center;
	padding-left: 15px;
	line-height: 1.2;
}

.circlemove{
	pointer-events: none;
	position: absolute;
	z-index: 100;
	bottom: -20px;
	right: -20px;
	width: 150px;
	height: 150px;
	opacity: .2;
}

.circlemove div{
	animation: circlerote 30s infinite linear 0s;
}




@media screen and (max-width: 1000px) {
	
	
	
	.txt_area h2 {
		font-size: 26px;
		line-height: 1;
		font-weight: 700;
	}
	
	
	.circlemove{
		position: absolute;
		z-index: 100;
		bottom: -20px;
		right: -20px;
		width: 120px;
		height: 120px;
		opacity: .2;
	}

}



@media screen and (max-width:768px) {
	
	
	
	.txt_area{z-index: 100;
		background-color: #FFF;
		padding: 30px;
	}

	.circlemove{
		position: absolute;
		z-index: 100;
		bottom: -40px;
		right: -40px;
		width: 120px;
		height: 120px;
		opacity: .2;
	}
	
	
	
	.bt_area li a{
		transition: all 500ms 0s ease;
		width: 225px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		color: #002b62;
		background-color: #f5f5f5;
	}

	.pc .bt_area li a:hover{
		background-color: #65b3a4;
	}

	.bt_area li a figure{
		width: 50px;
	}

	.bt_area li a span{
		display: flex;
		width: 175px;
		align-items: center;
		padding-left: 15px;
	}
	
}


@media screen and (max-width:480px) {
	
	.txt_area {
		z-index: 100;
		background-color: #FFF;
		padding: 20px;
	}
	
	.txt_area h2 {
		font-size: 22px;
		line-height: 1;
		font-weight: 700;
	}
	
}


@media screen and (max-width:360px) {
	
	.txt_area p{
		font-size: 13px;
	}

}






/* movie_area */


#bgs_movie{
	width: 55%;
	position: absolute;
	padding-top: 55%;
	bottom: 15%;
	left: -40%;
}

#movie_area{
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 150px 0px 50px;
	text-align: right;
}

#movie_area article{
	position: relative;
	display: inline-block;
	width: 75%;
	max-width: 1000px;
	margin: 0 0 0 auto;
}


#movie_area #movie_title h2{
	position: absolute;
	font-size: 24px;
	font-weight: 700;
	padding: 35px 150px 35px 40px;
	line-height: 1;
	
	bottom: 30px;
	left: -100px;
	background-color: #FFF;
	z-index: 4000;
}

#movie_area #movie_title h2 i{
	position: absolute;
	display: block;
	width: 25px;
	line-height: 1;
	left: 0;
	top: 7px;
}

#movie_area #movie_title strong{
	display: inline-block;
	background-color: red;
	color: #FFF;
	font-weight: 700;
	padding: 3px 6px;
	line-height: 1.1;
}

#movie_area figure,
#movie_area figure span{
	transition: all 500ms 0s ease;
	position: relative;
	display: block;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
}

#movie_area figure span img{
	
}


#movie_area figure::before{
	transition: all 500ms 0s ease;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 10;
}

#movie_area figure i{
	transition: all 500ms 0s ease;
	position: absolute;
	z-index: 20;
	width: 70px;

	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.pc #movie_area figure:hover::before{
	background-color: rgba(0, 0, 0, 0);
}

.pc #movie_area figure:hover span{
	transform: scale(1.1);
}

.pc #movie_area figure:hover i{
	opacity: .9;
}

@media screen and (max-width: 1400px) {
	#bgs_movie{
		left: -35%;
	}
}


@media screen and (max-width: 1200px) {
	
	#bgs_movie{
		width: 60%;
		position: absolute;
		padding-top: 60%;
		bottom: 10%;
		left: -35%;
	}

	#movie_area{
		padding: 15% 0px 5%;
	}

	

	#movie_area #movie_title h2{
		padding: 30px 150px 30px 35px;
		bottom: -15%;
		left: -10%;
	}

}


@media screen and (max-width: 768px) {

	#bgs_movie{
		width: 60%;
		position: absolute;
		padding-top: 60%;
		bottom: 10%;
		left: -25%;
	}

	#movie_area{
		padding: 10% 0px 7%;
	}

	#movie_area article{
		width: 80%;
	}

	#movie_area #movie_title h2{
		font-size: 20px;
		padding: 25px 150px 25px 30px;
		bottom: -15%;
		left: -10%;
	}
}


@media screen and (max-width: 480px) {

	#movie_area{
		position: relative;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		
	}

	#movie_area article{
		width: 90%;
	}


	#movie_area #movie_title h2{
		font-size: 18px;
		padding: 18px 80px 18px 22px;
		bottom: -18%;
		left: -15%;
	}
}




/* movie_area */






















/*  business_area  */

#business_area{
	padding: 170px 0px 0px;
}

#business_area .info_inner{
	padding: 0px 5.5% 50px 3.5%;
}

#business_area .info_inner .photoarea{
	width: 73%;
}

#bgs_business{
	width: 77%;
	position: absolute;
	height: calc(77% + 50px) ;
	bottom: 0;
}

#business_area .txt_area{
	position: absolute;
	width: 55%;
	max-width: 600px;
	bottom: 15%;
	right: 5%;
}



@media screen and (max-width: 1000px) {
	
	
	/*  business_area  */

	#business_area{
		padding: 15% 0px 0px;
	}

	#business_area .info_inner{
		padding: 0px 5.5% 50px 3.5%;
	}

	#business_area .info_inner .photoarea{
		width: 73%;
	}

	#bgs_business{
		width: 77%;
		position: absolute;
		height: calc(77% + 50px) ;
		bottom: 0;
	}

	#business_area .txt_area{
		position: absolute;
		width: 70%;
		max-width: 600px;
		bottom: auto;
		top: 30%;
		right: 5%;
	}

	/*  business_area  */
	
}



@media screen and (max-width:768px) {
	
	
	/*  business_area  */

	#business_area{
		padding: 10% 0px 0px;
	}

	#business_area .info_inner{
		padding: 0px 4% 50px 4%;
	}

	#business_area .info_inner .photoarea{
		width: 80%;
	}

	#bgs_business{
		width: 85%;
		position: absolute;
		height: calc(77% + 50px) ;
		bottom: 0;
	}

	#business_area .txt_area{
		position: relative;
		width: 80%;
		max-width: 600px;
		bottom: 15%;
		right: 0%;
		margin: -50px 5% 0 auto;
	}

	/*  business_area  */

}




@media screen and (max-width:480px) {
	
	
	
	/*  business_area  */

	#business_area{
		padding: 10% 0px 0px;
	}

	#business_area .info_inner{
		padding: 0px 0% 50px 0%;
	}

	#business_area .info_inner .photoarea{
		width: 90%;
	}

	#bgs_business{
		width: 95%;
		position: absolute;
		height: calc(77% + 50px) ;
		bottom: 0;
	}

	#business_area .txt_area{
		position: relative;
		width: 90%;
		max-width: 600px;
		bottom: 15%;
		right: 0%;
		margin: -50px 5% 0 auto;
	}

	/*  business_area  */
}

/*  business_area  */



/*  person_area  */

#person_area{
	padding: 180px 0px 0px;
}

#person_area #person_photo{
	position: relative;
	width: 100%;
	display: flex;
	overflow: clip;
	z-index: 110;
}

#person_area #person_photo #person_photo_inner{
	display: flex;
	width: calc(4250px*2) ;
	overflow: clip;
}

#person_area #person_photo #person_photo_inner .person_plist{
	animation :infinity-scroll-left 100s infinite linear 0s both;
	width: 4250px;
	display: flex;
	flex-wrap: wrap;
}


@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}


#person_area #person_photo #slidebox{
	display: flex;
	flex-wrap: wrap;
}

#person_area #person_photo .person_plist .slidebox_inner{
	width: 250px;
}


#person_area .txt_area{
	position: relative;
	width: 100%;
	top: 0%;
	left: 0%;
	margin: -50px auto 0;
	z-index: 120;
}


#bgs_person{
	width: 95%;
	max-height: 660px;
	position: absolute;
	top: -5%;
	right: 0;
}

#bgs_person::before{
	content: "";
	display: block;
	padding-top: 55%;
}


#person_inner{
	width: 70%;
	max-width: 750px;
	margin: 0 auto 0 15%;
}



@media screen and (max-width: 1000px) {
	
	/*  person_area  */

	#person_area{
		padding: 15% 0px 0px;
	}

	#person_area article .info_inner{
		/* width: 88%; */
		margin: 0 auto;
	}
	
	#bgs_person{
		width: 97%;
		max-height: 960px;
		position: absolute;
		top: -5%;
		right: 0;
	}

	#bgs_person::before{
		content: "";
		display: block;
		padding-top: 65%;
	}
	
	#person_area .txt_area{
		position: relative;
		width: 100%;
		top: -30%;
		left: 0%;
	}

}





@media screen and (max-width: 768px) {
	
	
	#person_inner{
		width: 88%;
		margin: 0 0 0 auto;
	}

	#bgs_person::before {
		content: "";
		display: block;
		padding-top: 70%;
	}

	
}




@media screen and (max-width:640px) {


	/*  person_area  */
	#person_area{
		padding: 130px 0px 0px;
	}
	

	#person_area article .info_inner{
		/* width: 82%; */
		margin: 0 auto;
	}
	

	#person_area #person_photo #person_photo_inner{
		display: flex;
		width: calc(3400px*2) ;
		overflow: clip;
	}
	
	#person_area #person_photo #person_photo_inner .person_plist{
		animation :infinity-scroll-left 100s infinite linear 0s both;
		width: 3400px;
		display: flex;
		flex-wrap: wrap;
	}
	

	#person_area #person_photo .person_plist .slidebox_inner{
		width: 200px;
	}

	

	#person_area .txt_area{
		position: relative;
		width: 100%;
		top: -30%;
		left: 0%;
	}

	/*  person_area  */


}


@media screen and (max-width:480px) {
	
	
	
	/*  person_area  */

	

	#person_area article .info_inner{
		width: 100%;
		margin: 0 auto;
	}

	#person_area #person_photo #slidebox{
		width: 90%;
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 5%;
		margin: 0px auto;
	}

	#person_area #person_photo #slidebox .slidebox_inner{
		width: auto;
		margin-bottom: 1.5%;
		opacity: 0;
		transform: translateY(-20px);
	}
	

	#bgs_person{
		width: 95%;
		max-height: 960px;
		position: absolute;
		top: 0%;
		right: 0;
	}

	#bgs_person::before{
		content: "";
		display: block;
		padding-top: 100%;
	}


	#person_area .txt_area{
		position: relative;
		width: 100%;
		top: -30%;
		left: 0%;
	}

	/*  person_area  */
}

@media screen and (max-width:380px) {


	#bgs_person{
		width: 95%;
		max-height: 960px;
		position: absolute;
		top: 15%;
		right: 0;
	}

	#bgs_person::before{
		content: "";
		display: block;
		padding-top: 150%;
	}
}

/*  person_area  */


/*  career_area  */


#career_area {
	padding: 150px 0px 100px;
	width: 100%;
}

#career_area .info_inner {
	padding: 0px 5.5% 50px 3.5%;
}

#career_area .info_inner .photoarea {
	width: 73%;
	margin: 0 0 0 auto;
}


#career_area #career_slide ul{
	position: relative;
	width: 100%;
	padding-top: 69.767441860465116%;
}

#career_area #career_slide ul li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#career_area #career_slide ul li:nth-child(1){
	z-index: 10;
}

#career_area #career_slide ul li:nth-child(2){
	z-index: 9;
}

#career_area #career_slide ul li:nth-child(3){
	z-index: 8;
}

#career_area #career_slide ul li:nth-child(4){
	z-index: 7;
}

#career_area #career_slide ul li:nth-child(5){
	z-index: 6;
}

#career_area #career_slide ul li:nth-child(6){
	z-index: 5;
}

#career_area #career_slide ul li:nth-child(7){
	z-index: 5;
}

#career_area #career_slide ul li{
	opacity: 0;
}

#career_area #career_slide ul li.first_photo{
	opacity: 1;
}

#career_area #career_slide ul li.active:not(.first_photo){
	animation: alpha_100 1s forwards linear.1s;
}

#career_area #career_slide ul li span{
	transition: all 5800ms 0s linear;
	transform: scale(1);
	display: block;
}

.astart #career_area #career_slide ul li.active span{
	transform: scale(1.1);
}


#career_area .txt_area {
	position: absolute;
	width: 35%;
	max-width: 600px;
	bottom: 15%;
	left: 5%;
}

#bgs_career{
	width: 77%;
	position: absolute;
	height: calc(77% + 50px) ;
	bottom: 0;
}


@media screen and (max-width:1100px) {

	#career_area .txt_area {
		position: relative;
		width: 80%;
		max-width: 600px;
		bottom: 15%;
		right: 0%;
		margin-top: -50px;
	}
	

}

@media screen and (max-width:640px) {

	#career_area .info_inner {
		padding: 0px 0% 50px;
	  }

	#career_area .info_inner .photoarea {
		width: 90%;
		margin: 0 0 0 auto;
	}
	
	#career_area .txt_area {
		position: relative;
		width: 90%;
		max-width: 600px;
		bottom: 15%;
		right: 0%;
		left: auto;
		margin: -50px auto 0 0;
	}

}




/*  career_area  */

/*  other_area  */

#other_area{
	padding: 28% 0px 170px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#other_area .info_area{
	width: 50%;
	position: relative;
}

#other_area .info_area .txt_area{
	position: relative;
	width: 90%;
	top: -40px;
	left: 0%;
	margin: 0 auto;
}

#institution_area{
	margin-top: -50px;
}


#bgs_institution{
	width: 40%;
	top: -25%;
	left: 0;
}

#bgs_institution::before{
	content: "";
	display: block;
	padding-top: 200%;
}


#bgs_recruit{
	width: 77%;
	top: -25%;
	left: -12%;
}

#bgs_recruit::before{
	content: "";
	display: block;
	padding-top: 115%;
}




@media screen and (max-width:768px) {
	
	
	
	
	/*  other_area  */

	#other_area{
		padding: 24% 0px 15%;
		width: 100%;
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#other_area .info_area{
		width: 90%;
		position: relative;
	}
	

	#institution_area{
		margin-top: 0px;
	}
	
	#recruit_area{
		margin: 50px 0 0 auto;
	}

}




@media screen and (max-width:480px) {
	
	
	
	/*  other_area  */

	
	#other_area .info_area {
		width: 100%;
		position: relative;
	}

	#other_area .info_area .txt_area{
		position: relative;
		width: 90%;
		top: -30px;
		left: 0%;
		margin: 0;
	}

	#institution_photo{
		width: 90%;
	}
	
	#other_area #institution_area .txt_area{
		margin: 0px 0px 0px auto;
	}

	#recruit_photo{
		width: 90%;
		margin: 0px 0px 0px auto;
	}



	#bgs_institution{
		width: 40%;
		top: -25%;
		left: 0;
	}

	#bgs_institution::before{
		content: "";
		display: block;
		padding-top: 200%;
	}


	#bgs_recruit{
		width: 77%;
		top: -25%;
		left: -12%;
	}

	#bgs_recruit::before{
		content: "";
		display: block;
		padding-top: 115%;
	}

	#bgs_institution{
		width: 40%;
		top: -5%;
		left: 0;
	}
	
	#bgs_recruit{
		width: 77%;
		top: -25%;
		left: auto;
		right: 0%;
	}



	/*  other_area  */
	
}



/*  other_area  */














