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

#anime {
	position: relative;
}

#anime a.scroll{
	width: 52px;
	display: block;
	position: absolute;
	bottom: 2vw;
	left: -webkit-calc(50% - 26px);
	left: -moz-calc(50% - 26px);
	left: calc(50% - 26px);
	z-index: 99;
	line-height: 0;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 1130px){
	
	div.recruit_box a{
		display: block;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		align-items: center;
		color: #333;
	}
	
	div.recruit_box a h5{
		font-size: 40px;
		font-size: 4.0rem;
		color: #8DD135;
		display: inline-block;
		font-weight: bold;
	}
	
	div.recruit_box a p{
		display: inline-block;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media print, screen and (min-width: 769px){
	section#s01,
	section#s02,
	section#s03,
	section#s04{
		width: 100%;
		margin-bottom: 12px;
	}
	
	section#s01 ul.block,
	section#s02 ul.block,
	section#s03 ul.block,
	section#s04 ul.block{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#s01 ul.block,
	section#s03 ul.block,
	section#s04 ul.block{
		flex-direction: row-reverse;
	}
	
	section#s01 ul.block li.left,
	section#s02 ul.block li.left,
	section#s04 ul.block li.left{
		width: 44.6%;
		display: flex;
		justify-content: center;
		align-items: center;
		max-height: 60vw;
		overflow: hidden;
	}
	
	section#s03 ul.block li.left{
		width: 35%;
		display: flex;
		justify-content: center;
		align-items: center;
		max-height: 60vw;
		overflow: hidden;
	}
	
	section#s01 ul.block li.left{
		background: url("../images/s01_bg.jpg") no-repeat;
		background-size: cover;
	}
	
	section#s02 ul.block li.left{
		background: url("../images/s02_bg.jpg") no-repeat;
		background-size: cover;
	}
	
	section#s03 ul.block{
		background: #DCE7E9;
	}
	
	section#s04 ul.block li.left{
		background: url("../images/s04_bg.jpg") no-repeat;
		background-size: cover;
	}
	
	section#s01 ul.block li.left div.box,
	section#s02 ul.block li.left div.box,
	section#s03 ul.block li.left div.box,
	section#s04 ul.block li.left div.box{
		width: 95%;
		display: inline-block;
		text-align: center;
		color: #FFF;
	}
	
	section#s03 ul.block li.left div.box{
		color: #333;
	}
	
	section#s01 ul.block li.left div.box h2,
	section#s02 ul.block li.left div.box h2,
	section#s03 ul.block li.left div.box h2,
	section#s04 ul.block li.left div.box h2{
		font-size: 42px;
		font-size: 4.2rem;
		font-weight: bold;
		line-height: 1.1;
		letter-spacing: 0.1em;
		margin-bottom: 28px;
		
	}
	
	section#s01 ul.block li.left div.box p,
	section#s02 ul.block li.left div.box p,
	section#s03 ul.block li.left div.box p,
	section#s04 ul.block li.left div.box p{
		width: 95%;
		line-height: 1.7;
		margin:0 auto 15px;
	}
	
	section#s01 ul.block li.left div.box a,
	section#s02 ul.block li.left div.box a,
	section#s03 ul.block li.left div.box a,
	section#s04 ul.block li.left div.box a{
		width: 164px;
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 auto;
		display: block;
		border: 1px solid #FFF;
		line-height: 1.1;
		padding: 5px 0;
		color: #FFF;
	}
	
	section#s03 ul.block li.left div.box a{
		border: 1px solid #333;
		color: #333;
	}
	
	section#s01 ul.block li.right,
	section#s02 ul.block li.right,
	section#s04 ul.block li.right{
		width: 55.4%;
	}
	
	section#s03 ul.block li.right{
		width: 65%;
	}
	
	section ul.block li.right div{
		line-height: 0;
	}
	
	div.recruit_box {
		width: 88%;
		max-width: 1054px;
		margin: 75px auto 0;
		border: 7px solid #FFF;
		position: relative;
		-moz-box-shadow: 0 0 3px #666;
		-webkit-box-shadow: 0 0 3px #666;
		box-shadow: 0 0 3px #666;
	}
	
	div.recruit_box a{
		display: block;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		color: #333;
		padding: 40px 6%;
	}
	
	div.recruit_box a h5{
		font-size: 40px;
		font-size: 4.0rem;
		color: #8DD135;
		display: inline-block;
		font-weight: bold;
		padding: 0 10px;
	}
	
	div.recruit_box a p{
		display: inline-block;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0 10px;
		margin: 8px 0;
	}
	
	div.recruit_box a span.more{
		width: 15.5vw;
		max-width: 164px;
		font-size: 12px;
		font-size: 1.2rem;
		display: block;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		border: 1px solid #333;
		line-height: 1.1;
		padding: 5px 0;
		color: #333;
	}
	
	div.recruit_box span.triangle01 {
		width: 46px;
		display: inline-block;
		position: absolute;
		top: -14px;
		left: -14px;
	}
	
	div.recruit_box span.triangle02 {
		width: 46px;
		display: inline-block;
		position: absolute;
		bottom: -23px;
		right: -14px;
	}

}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px){
	#anime a.scroll{
		width: 40px;
		bottom: 1.5vw;
		left: -webkit-calc(50% - 20px);
		left: -moz-calc(50% - 20px);
		left: calc(50% - 20px);
	}
	
	section#s01,
	section#s02,
	section#s03,
	section#s04{
		width: 100%;
		margin-bottom: 12px;
	}
	
	section#s01 ul.block,
	section#s02 ul.block,
	section#s03 ul.block,
	section#s04 ul.block{
		width: 100%;
	}
	
	section#s01 ul.block li.left,
	section#s02 ul.block li.left,
	section#s04 ul.block li.left{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10vw;
	}
	
	section#s03 ul.block li.left{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10vw 10vw 2vw;
	}
	
	section#s01 ul.block li.left{
		background: url("../images/s01_bg.jpg") no-repeat;
		background-size: cover;
	}
	
	section#s02 ul.block li.left{
		background: url("../images/s02_bg.jpg") no-repeat;
		background-size: cover;
	}
	
	section#s03 ul.block{
		background: #DCE7E9;
	}
	
	section#s04 ul.block li.left{
		background: url("../images/s04_bg.jpg") no-repeat;
		background-size: cover;
	}
	
	section#s01 ul.block li.left div.box,
	section#s02 ul.block li.left div.box,
	section#s03 ul.block li.left div.box,
	section#s04 ul.block li.left div.box{
		width: 95%;
		display: inline-block;
		text-align: center;
		color: #FFF;
	}
	
	section#s03 ul.block li.left div.box{
		color: #333;
	}
	
	section#s01 ul.block li.left div.box h2,
	section#s02 ul.block li.left div.box h2,
	section#s03 ul.block li.left div.box h2,
	section#s04 ul.block li.left div.box h2{
		font-size: 30px;
		font-size: 3.0rem;
		font-weight: bold;
		line-height: 1.1;
		letter-spacing: 0.1em;
		margin-bottom: 18px;
		
	}
	
	section#s01 ul.block li.left div.box p,
	section#s02 ul.block li.left div.box p,
	section#s03 ul.block li.left div.box p,
	section#s04 ul.block li.left div.box p{
		width: 95%;
		line-height: 1.7;
		margin:0 auto 15px;
	}
	
	section#s01 ul.block li.left div.box a,
	section#s02 ul.block li.left div.box a,
	section#s03 ul.block li.left div.box a,
	section#s04 ul.block li.left div.box a{
		width: 164px;
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 auto;
		display: block;
		border: 1px solid #FFF;
		line-height: 1.1;
		padding: 5px 0;
		color: #FFF;
	}
	
	section#s03 ul.block li.left div.box a{
		border: 1px solid #333;
		color: #333;
	}
	
	section#s01 ul.block li.right,
	section#s02 ul.block li.right,
	section#s04 ul.block li.right{
		width: 100%;
	}
	
	section#s03 ul.block li.right{
		width: 100%;
	}
	
	section ul.block li.right div{
		line-height: 0;
	}
	
	div.recruit_box {
		width: 90%;
		margin: 75px auto 0;
		border: 7px solid #FFF;
		position: relative;
		-moz-box-shadow: 0 0 3px #666;
		-webkit-box-shadow: 0 0 3px #666;
		box-shadow: 0 0 3px #666;
	}
	
	div.recruit_box a{
		display: block;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		color: #333;
		padding: 20px 6%;
	}
	
	div.recruit_box a h5{
		font-size: 30px;
		font-size: 3.0rem;
		line-height: 1.2;
		color: #8DD135;
		font-weight: bold;
		padding: 0 10px;
		text-align: center;
	}
	
	div.recruit_box a p{
		display: inline-block;
		font-size: 13px;
		font-size: 1.3rem;
		padding: 0 10px;
		margin: 10px 0;
		text-align: center;
	}
	
	div.recruit_box a span.more{
		width: 164px;
		font-size: 12px;
		font-size: 1.2rem;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		border: 1px solid #333;
		line-height: 1.1;
		padding: 5px 0;
		color: #333;
	}
	
	div.recruit_box span.triangle01 {
		width: 30px;
		display: inline-block;
		position: absolute;
		top: -14px;
		left: -14px;
	}
	
	div.recruit_box span.triangle02 {
		width: 30px;
		display: inline-block;
		position: absolute;
		bottom: -22px;
		right: -14px;
	}
	
}

@media screen and (max-width: 480px){
	#slidre a.scroll{
		width: 24px;
		left: -webkit-calc(50% - 12px);
		left: -moz-calc(50% - 12px);
		left: calc(50% - 12px);
	}
}