@charset "utf-8";
header .header01 .header01_01{
	width: 346px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}
@media only screen and (max-width: 767px){
	header .header01 .header01_01{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #fff;
		padding-left: 5%;
		z-index: 10;
	}
}
header .header01 .header01_01 .recruit_link{
	width: 98px;
	height: 33px;
	background-color: #003296;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 16px;
	color: #fff;
	margin-left: 20px;
}
@media only screen and (max-width: 767px){
	header .header01 .header01_01 .recruit_link{
		width: auto;
		height: 26px;
		font-size: 10px;
		line-height: 16px;
		margin-left: 10px;
		padding: 0 10px;
	}
}
header .header01 .header01_01 .saiyou{
	width: 98px;
	height: auto;
	display: block;
	margin-left: 10px;
}
@media only screen and (max-width: 767px){
	header .header01 .header01_01 .saiyou{
		width: auto;
		max-width: 60px;
		height: auto;
		display: block;
	}
}
header .header01 nav .nav_01 > li{
	margin-left: 25px;
}
@media only screen and (max-width: 1280px){
	header .header01 nav .nav_01 > li{
		margin-left: 15px;
		transition: all .8s;
	}
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li{
		margin-left: 0;
	}
}
header .header01 nav .nav_01 li a.contact{
	width: 200px;
	height: 46px!important;
	background-color: #EB8220;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	color: #fff;
	border-radius: 36px;
}
header .header01 nav .nav_01 li a.contact:hover{
	text-decoration: initial;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 li a.contact{
		width: 215px;
		height: 46px!important;
		background-color: #EB8220;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 22px;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: calc((25/1000)*1em);
		color: #fff;
		border-radius: 36px;
		margin: 30px auto 100px;
	}
	header .header01 nav .nav_01 li a.contact::after{
		content:initial;
	}
}
header .header01 nav .nav_01 li a.contact img{
	width: 20px;
	height: auto;
	display: block;
	margin-left: 10px;
}

/*eyecatchここから-----------------------------*/
.recruit_eye{
	width: 100%;
	height: calc(100vh - 80px);
	height: calc(var(--vh_2, 1vh) * 100 - 80px);
	background-image: url(../img/recruit/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.recruit_eye{
		background-image: url(../img/recruit/eye01_sp.jpg);
		height: calc(100vh - 65px);
	height: calc(var(--vh_2, 1vh) * 100 - 65px);
	}
}
.recruit_eye .recruit_eye01_01{
	width: 1120px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.recruit_eye .recruit_eye01_01{
		width: 100%;
	}
}
.recruit_eye .recruit_eye01_01 h2{
	width: 988px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.recruit_eye .recruit_eye01_01 h2{
		width: 92%;
	}
}
.recruit_eye .recruit_eye01_01 h2 img{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.recruit_eye .recruit_eye01_01 h2 img{
		max-width: 330px;
	}
}
/*eyecatchここまで-----------------------------*/



/*-----------------------------------------
contents01
-----------------------------------------*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
	background-color: #003296;
	padding: 86px 0 0;
}
@media only screen and (max-width: 767px){
	.contents01{
		padding: 50px 0 40px;
	}
}
.contents01 .title01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 38px;
	line-height: 46px;
	letter-spacing: calc((150/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	.contents01 .title01{
		text-align: center;
		font-size: 28px;
		line-height: 42px;
		letter-spacing: calc((120/1000)*1em);
	}
}
.contents01  .inner{
	width: 100%;
	min-height: 570px;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #003296;
	margin-top: 60px;
	padding-bottom: 40px;
}
@media only screen and (max-width: 767px){
	.contents01  .inner{
		width: 	100%;
		min-height: initial;
		margin-top: 30px;
		padding-bottom: 0;
	}
}
.contents01 .img_area{
	width: 50%;
	height: 570px;
	position: absolute;
	top: 0;
	right: 50%;
}
@media only screen and (max-width: 767px){
	.contents01 .img_area{
		width: 90%;
		max-width: 330px;
		height: 372px;
		margin: 0 auto;
		position: initial;
		display: block;
	}
}
.contents01 .img_area .bg{
	width: 70%;
	height: 100%;
	background-image: url(../img/recruit/img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	right: 160px;
}
@media only screen and (max-width: 767px){
	.contents01 .img_area .bg{
		width: 100%;
		height: 100%;
		background-image: url(../img/recruit/img01.jpg);
		background-repeat: no-repeat;
		display: block;
		position: initial;
	}
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 330px;
		margin: 0 auto;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 640px;
	height: auto;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .text01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 18px;
	line-height: 35px;
	letter-spacing: calc((50/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .text01{
		font-size: 16px;
		line-height: 30px;
		margin-top: 30px;
	}
}

.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		margin-top: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 ul{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 10;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #2E5AB2;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 ul li a{
	width: auto;
	height: auto;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	padding: 22px 0 ;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 ul li a{
		padding: 17px 0 ;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 ul li:first-of-type a{
		padding-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 ul li:nth-of-type(1){
	padding-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 ul li img{
	width: 17.5px;
	height: auto;
	display: block;
	margin-right: 10px;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 ul li p{
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((50/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 ul li p{
		font-size: 15px;
		line-height: 22px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 ul li a:hover p{
	text-decoration: underline;
}

/*contents02ここから-----------------------------*/
.contents02{
	width: 100%;
	height: auto;
	padding-top: 263px;
	margin-top: -263px;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents02{
		padding-top: 115px;
		margin-top: -115px;
		padding-bottom: 35px;
	}
}
.contents02 .tower{
	width: 271px;
	height: auto;
	display: block;
	position: absolute;
	top: 190px;
	right: 0;
}
.contents02 .contents02_01{
	width: 1120px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-top: 100px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01{
		width: 90%;
		max-width: 330px;
		padding-top: 50px;
	}
}
.contents02 .contents02_01 h3{
	font-size: 86px;
	line-height: 85px;
	letter-spacing: calc((75/1000)*1em);
	color: #003296;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 h3{
		font-size: 58px;
		line-height: 68px;
		letter-spacing: calc((50/1000)*1em);
	}
}
.contents02 .contents02_01 h3 span{
	font-size: 28px;
	line-height: 28px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 25px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 h3 span{
		font-size: 18px;
		line-height: 28px;
		margin-top: 5px;
	}
}

.contents02 ul{
	width: 100%;
	max-width: 1340px;
	margin: 50px auto 0;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 25px;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}
@media only screen and (max-width: 767px){
	.contents02 ul{
		width: 90%;
		max-width: 330px;
		margin: 35px auto 0;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		gap: 40px;
		padding: 0;
	}
}
.contents02 ul li{
	width: 33.333%;
	height: auto;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.contents02 ul li{
		width: 100%;
	}
}
.contents02 ul li .img_box{
	width: 100%;
	height: 450px;
	background-image: url(../img/recruit/img02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .5s;
	border-radius: 12px;
}
@media only screen and (max-width: 767px){
	.contents02 ul li .img_box{
		width: 100%;
		height: 351px;
	}
}
.contents02 ul li:nth-of-type(2) .img_box{
	background-image: url(../img/recruit/img03.jpg);
}
.contents02 ul li:nth-of-type(3) .img_box{
	background-image: url(../img/recruit/img04.jpg);
}
.contents02 ul li .text02{
	width: 96px;
	height: 29px;
	background-color: #003296;
	border-radius: 24px;
	color: #fff;
	font-size: 13px;
	line-height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	.contents02 ul li .text02{
		margin-top: 10px;
	}
}
.contents02 ul li h4{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 10px;
}
@media only screen and (max-width: 767px){
	.contents02 ul li h4{
		font-size: 22px;
		line-height: 32px;
		margin-top: 5px;
	}
}
.contents02 ul li .text03{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	font-size: 15px;
	line-height: 28px;
	margin-top: 10px;
}
@media only screen and (max-width: 767px){
	.contents02 ul li .text03{
		margin-top: 2px;
	}
}


/*contents03ここから-----------------------------*/
.contents03{
	width: 100%;
	height: auto;
	background-color: #003296;
}
.contents03 .contents03_01{
	width: 1120px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	padding-top: 50px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01{
		width: 90%;
		max-width: 330px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents03 .contents03_01 h3{
	font-size: 86px;
	line-height: 85px;
	letter-spacing: calc((75/1000)*1em);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 h3{
		font-size: 58px;
		line-height: 68px;
		letter-spacing: calc((50/1000)*1em);
	}
}
.contents03 .contents03_01 h3 span{
	font-size: 28px;
	line-height: 42px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 25px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 h3 span{
		font-size: 18px;
		line-height: 32px;
		letter-spacing: calc((50/1000)*1em);
		margin-top: 5px;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 506px;
	height: auto;
	margin-left: 117px;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01{
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}
}
.contents03 .contents03_01 .contents03_01_01 img{
	width: 160px;
	height: auto;
	display: block;
	margin-right: 26px;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_inner{
	width: 100%;
	height: auto;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_inner .text04{
	font-size: 22px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	color: #fff;
	margin: 36px 0;
	padding-left: 15px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .contents03_inner .text04{
		font-size: 18px;
		line-height: 20px;
		margin: 36px 0;
		padding-left: 15px;
		position: relative;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_inner .text04::before{
	content:'';
	display: block;
	width: 65px;
	height: 28px;
	background-image: url(../img/recruit/line01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: -30px;
	left:0;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_inner .text04::after{
	content:'';
	display: block;
	width: 65px;
	height: 28px;
	background-image: url(../img/recruit/line02.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	bottom: -22px;
	left:0;
	transform: rotate(180deg);
}
.contents03 .contents03_01 .contents03_01_01 .contents03_inner .text05{
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	margin: 36px 0;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .contents03_inner .text05{
		font-size: 14px;
		line-height: 24px;
		margin: 40px 0;
		position: relative;
	}
}
.contents03 ul{
	width: 1120px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 90px auto 0;
	padding-bottom: 25px;
}
@media only screen and (max-width: 767px){
	.contents03 ul{
		width: 90%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 40px;
		margin: 0 auto;
		padding-bottom: 30px;
	}
}
.contents03 ul li{
	width: 350px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents03 ul li{
		width: 100%;
		max-width: 330px;
		margin: 0 auto;
	}
}
.contents03 ul li .text06{
	width: 100%;
	height: 35px;
	background-image: url(../img/recruit/bg01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	letter-spacing: calc((25/1000)*1em);
	line-height: 30px;
	color: #003296;
}
.contents03 ul li .text07{
	font-size: 22px;
	line-height: 45px;
	letter-spacing: calc((50/1000)*1em);
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
@media only screen and (max-width: 767px){
	.contents03 ul li .text07{
		font-size: 20px;
		line-height: 25px;
		margin-top: 15px;
	}
}
.contents03 ul li .img02{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 15px;
}
.contents03 ul li .text08{
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((25/1000)*1em);
	color: #fff;
	margin-top: 15px;
}
@media only screen and (max-width: 767px){
	.contents03 ul li .text08{
		font-size: 16px;
		line-height: 26px;
		margin-top: 20px;
	}
}
.contents03 ul li .text09{
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	color: #fff;
	margin-top: 12px;
}


/*contents04ここから-----------------------------*/
.contents04{
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
}
.contents04 .contents04_01{
	width: 1120px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto 50px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01{
		width: 90%;
		max-width: 330px;
	}
}
.contents04 .contents04_01 h3{
	font-size: 86px;
	line-height: 85px;
	letter-spacing: calc((75/1000)*1em);
	color: #003296;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 100px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 h3{
		font-size: 58px;
	    line-height: 68px;
	    letter-spacing: calc((50/1000)*1em);
		padding-top: 60px;
	}
}
.contents04 .contents04_01 h3 span{
	font-size: 28px;
	line-height: 28px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 25px;
	color: #003296;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 h3 span{
		font-size: 18px;
		letter-spacing: calc((50/1000)*1em);
		margin-top: 5px;
	}
}
.contents04 .contents04_01 img{
	width: 579px;
	height: auto;
	display: block;
	position: absolute;
	top: -52px;
	right: -140px;
}
@media only screen and (max-width: 767px){
	
}
.contents04 .contents04_02{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_02{
		width: 90%;
		max-width: 330px;
	}
}
.contents04 .contents04_02 h3{
	width: 1120px;
	height: auto;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: calc((50/1000)*1em);
	color: #003296;
	margin: 60px auto 0;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_02 h3{
		width: 90%;
		height: auto;
		font-size: 22px;
		line-height: 32px;
		margin: 50px auto 0;
	}
}
.contents04 .contents04_02 .contents04_02_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 46px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_02 .contents04_02_01{
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding-top: 0;
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px dashed #7E8285;
	}
	.contents04 .contents04_02 .contents04_02_01:nth-of-type(3){
		border-bottom: initial;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
.contents04 .contents04_02 .contents04_02_01.first{
	padding-top: 0;
	border-bottom: 1px dashed #7E8285;
	padding-bottom: 36px;
}
.contents04 .contents04_02 .contents04_02_01 img{
	width: 240px;
	height: auto;
	display: block;
	margin-right: 50px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_02 .contents04_02_01 img{
		width: 200px;
		margin-right: 0;
	}
}
.contents04 .contents04_02 .contents04_02_01 .text_box{
	width: 830px;
	height: auto;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_02 .contents04_02_01 .text_box{
		width: 100%;
		margin-top: 20px;
	}
}
.contents04 .contents04_02 .contents04_02_01 .text_box .text010{
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((25/1000)*1em);
}
.contents04 .contents04_02 .contents04_02_01 .text_box .text011{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 10px;
}
.contents04 .contents04_02 .contents04_02_01 .text_box .text012{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_02 .contents04_02_01 .text_box .text012{
		line-height: 28px;
	}
}
.contents04 .contents04_02_02{
	width: 1120px;
	height: auto;
	display: block;
	margin: 20px auto 0;
	padding: 30px 0;
	background-color: #E5F3FF;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_02_02{
		width: 100%;
		padding: 20px;
	}
}
.contents04 .contents04_02 .contents04_02_02 .contents04_02_02_01{
	width: 1060px;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_02 .contents04_02_02 .contents04_02_02_01{
		width: 100%;
	}
}
.contents04 .contents04_02 .contents04_02_02 .contents04_02_02_01 .text013{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((50/1000)*1em);
}
.contents04 .contents04_02 .contents04_02_02 .contents04_02_02_01 .text014{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 14px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_02 .contents04_02_02 .contents04_02_02_01 .text014{
		font-size: 14px;
		line-height: 22px;
		margin-top: 20px;
	}
}
.contents04 .contents04_02 .contents04_02_02 .contents04_02_02_01 .text014:nth-of-type(2){
	margin-top: 15px;
}
.contents04 .contents04_02 .contents04_02_02 .contents04_02_02_01 .text014 span{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	margin-bottom: 5px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_02 .contents04_02_02 .contents04_02_02_01 .text014 span{
		font-size: 16px;
		line-height: 26px;
	}
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_02 .img09{
		width: 100%;
		height: auto;
		display: block;
		margin: 30px auto 0;
	}
}
.contents04 .contents04_03{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_03{
		width: 90%;
		max-width: 330px;
		margin: 0 auto;
		padding-top: 50px;
	}
}
.contents04 .contents04_03 h3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 32px;
	line-height: 52px;
	letter-spacing: calc((75/1000)*1em);
	position: relative;
	color: #003296;
	padding-left: 25px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_03 h3{
		font-size: 28px;
		line-height: 28px;
		position: relative;
		color: #003296;
		padding-left: 25px;
	}
}
.contents04 .contents04_03 h3::after{
	content: '';
	display: block;
	width: 7px;
	height: 36px;
	background: linear-gradient(to bottom, #003296 0 50%, #2385DB 50% 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.contents04 .contents04_03 .text015{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_03 .text015{
		font-size: 16px;
		line-height: 30px;
		margin-top: 20px;
	}
}
.contents04 .contents04_03 .text016{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 5px;
}
.contents04 .contents04_03 table{
	width: 100%;
	height: auto;
	table-layout: fixed;
	margin-top: 12px;
	border: 1px solid #ddd;
	border-bottom: 0;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_03 table{
		margin-top: 20px;
	}
}
.contents04 .contents04_03 table tr{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ddd;
}
.contents04 .contents04_03 table tr th{
	width: 286px;
	height: auto;
	padding: 20px;
	background-color: #F5F7F8;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_03 table tr th{
		width: 110px;
		padding: 10px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
}
.contents04 .contents04_03 table tr td{
	width: auto;
	height: auto;
	padding: 20px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_03 table tr td{
		padding: 10px;
		font-size: 14px;
		line-height: 20px;
	}
}
.contents04 .contents04_03 .text017{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 10px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_03 .text017{
		font-size: 13px;
		line-height: 23px;
	}
}
/*contents04ここまで-----------------------------*/

/*contents05ここから-----------------------------*/
.contents05{
	width: 100%;
	height: auto;
	display: block;
}
.contents05 .contents05_01{
	width: 1120px;
	height: auto;
	margin: 90px auto 0;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01{
		width: 90%;
		max-width: 330px;
		margin: 50px auto 0;
	}
}
.contents05 .contents05_01 .insta_title{
	width: 268px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .insta_title{
		width: 223px;
	}
}
.contents05 .contents05_01 .insta{
	width: 1005px;
	height: auto;
	position: relative;
	margin: 30px auto 0;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .insta{
		width: 100%;
	}
}
.contents05 .contents05_01 .insta iframe#iFrameResizer0.snapwidget-widget {
	position: static;
}
/*contents05ここまで-----------------------------*/


.contents06{
	width: 100%;
	height: auto;
	display: block;
	padding: 86px 0 0;
}
@media only screen and (max-width: 767px){
	.contents06{
		padding: 60px 0 0;
	}
}
.contents06 .inner{
	width: 100%;
	min-height: 570px;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 120px;
}
@media only screen and (max-width: 767px){
	.contents06 .inner{
		width: 90%;
		min-height: initial;
		height: auto;
		display: flex;
		flex-direction: column-reverse;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
		padding-bottom: 0;
	}
}
.contents06 .img_area{
	width: 50%;
	height: 490px;
	position: absolute;
	top: 0;
	left: 50%;
}
@media only screen and (max-width: 767px){
	.contents06 .img_area{
		width: 100%;
		max-width: 330px;
		margin: 0 auto;
		height: auto;
		position: initial;
		display: block;
	}
}
.contents06 .img_area .bg{
	width: 70%;
	height: 100%;
	background-image: url(../img/recruit/img012.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	left: 160px;
}
@media only screen and (max-width: 767px){
	.contents06 .img_area .bg{
		width: 100%;
		height: 320px;
		position: initial;
		margin-top: 30px;
	}
}
.contents06 .inner .tower02{
	width: 587px;
	height: auto;
	display: block;
	position: absolute;
	right: -60px;
	bottom: -2px;
}
@media only screen and (max-width: 767px){
	.contents06 .tower02{
		width: 100%;
		position: initial;
		margin-top: 40px;
	}
}
.contents06 .contents06_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}
.contents06 .contents06_01 .contents06_01_01{
	width: 640px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_01{
		width: 100%;
		max-width: 330px;
		margin: 0 auto;
	}
}
.contents06 .contents06_01 .contents06_01_01 .title01{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 86px;
	line-height: 96px;
	letter-spacing: calc((75/1000)*1em);
	color: #003296;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_01 .title01{
		font-size: 58px;
		line-height: 68px;
		letter-spacing: calc((20/1000)*1em);
	}
}
.contents06 .contents06_01 .contents06_01_01 .title01 span{
		font-size: 28px;
		line-height: 38px;
		letter-spacing: calc((50/1000)*1em);
		margin-top: 5px;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_01 .title01 span{
			font-size: 18px;
			line-height: 28px;
			margin-top: 5px;
	}
}
.contents06 .contents06_01 .contents06_01_01 .text013{
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 35px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 50px;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_01 .text013{
		font-size: 16px;
		line-height: 30px;
		margin-top: 30px;
	}
}

.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 ul{
	width: 100%;
	height: auto;
	display: block;
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 ul li{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 22px 0 ;
	border-bottom: 1px solid #2E5AB2;
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 ul li:nth-of-type(1){
	padding-top: 0;
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 ul li img{
	width: 17.5px;
	height: auto;
	display: block;
	margin-right: 10px;
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 ul li p{
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((50/1000)*1em);
	color: #fff;
}

.contents07{
	width: 100%;
	height: 450px;
	background-image: url(../img/recruit/bg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents07{
		background-image: url(../img/recruit/bg02_sp.jpg);
		height: auto;
		padding: 60px 0;
	}
}
.contents07 h3{
	font-size: 40px;
	line-height: 50px;
	letter-spacing: calc((80/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	.contents07 h3{
		font-size: 30px;
		line-height: 40px;
		letter-spacing: calc((50/1000)*1em);
	}
}
.contents07 .link01{
	width: 330px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EB8220;
	border-radius: 36px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((35/1000)*1em);
	color: #fff;
	margin-top: 25px;
}
@media only screen and (max-width: 767px){
	.contents07 .link01{
		width: 300px;
		height: 55px;
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}
}
.contents07 .link01 img{
	width: 28px;
	height: auto;
	display: block;
	margin-left: 10px;
}
.contents07 p:nth-of-type(1){
	font-size: 19px;
	line-height: 29px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 30px;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.contents07 p:nth-of-type(1){
		font-size: 16px;
		line-height: 26px;
	}
}
.contents07 .link02{
	font-size: 38px;
	line-height: 48px;
	letter-spacing: calc((120/1000)*1em);
	color: #fff;
	pointer-events: none;
}
@media only screen and (max-width: 767px){
	.contents07 .link02{
		font-size: 30px;
		line-height: 40px;
		letter-spacing: calc((60/1000)*1em);
		pointer-events: none;
	}
}
.contents07 p:nth-of-type(2){
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((50/1000)*1em);
	margin-top:5px;
	color: #fff;
}







.cut-diagonal-bg {
	width: 100%;
	height: auto;
	aspect-ratio: 1400/144;
	margin: 0;
	background-color: #003296;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cut-diagonal-bg {
		aspect-ratio: 375/58;
	}
}
.cut-diagonal-bg.left-top {
	clip-path: polygon(0 0, 100% calc(100% - 1px), 100% 100%, 0 100%);
	bottom: -1px;
}
.cut-diagonal-bg.right-top {
	clip-path: polygon(100% 0, 0 calc(100% - 1px), 0 100%, 100% 100%);
	bottom: -1px;
}
.cut-diagonal-bg.left-bottom {
	clip-path: polygon(0 100%, 100% 1px, 100% 0, 0 0);
	top: -1px;
}
.cut-diagonal-bg.right-bottom {
	clip-path: polygon(100% 100%, 0 1px, 0 0, 100% 0);
	top: -1px;
}
