.page-wrap{
	font-size: 1.3rem;
	line-height: 1.5;
}
.wrap{
	max-width: 90%;
	margin: 0 auto;
}
.sp_none{
	display: none;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-wrap * a{
	transition: all 0.2s ease-out;
}
.page-wrap * a:hover{
	transition: all 0.5s ease-out;
}

.page-wrap__img{
	margin-bottom: 20px;
}

/* read */
	.read h2{
		color: rgba(228, 20, 8, 0.15);
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
	}
	.read h2 span{
		display: inline-block;
		position: relative;
		top: -10px;
		color: #000;
		font-size: 25px;
		font-weight: bold;
	}
	.read p{
		margin-top: 1em;
		line-height: 1.5;
	}

/* message */
	.message{
		margin: 5em auto;
	}
	.message h3{
		position: relative;
		color: #eee;
		font-size: 45px;
		font-weight: bold;
	}
	.message h3 span{
		position: absolute;
		bottom: 8px;
		left: 40px;
		color: #000;
		font-size: 16px;
		font-weight: bold;
	}
	.message figure{
		overflow: hidden;
		width: 80%;
		margin: 1em 0;
		border-radius: 6px;
	}
	.message h4{
		margin: .3em 0 1em;
		font-size: 18px;
		font-weight: bold;
	}
	.message p:not(:last-child){
		margin-bottom: 1em;
	}

/* qa */
	#qa{
		margin: 5em auto;
	}
	#qa h3{
		height: 45px;
		background: url(/shared/img/recruit/qa_tit_bg-sp.svg) no-repeat center;
		background-size: 223px auto;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		line-height: 45px;
	}
	#qa h4{
		justify-content: center;
		margin: 1.5em auto 1em;
	}
	#qa h4 span{
		display: block;
		padding: 0 .3em 0 .5em;
		background:linear-gradient(transparent 50%, #fd0 50%);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	#qa p{
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		line-height: 1.8;
	}
	#qa ul{
		max-width: 350px;
		margin: 3em auto;
	}
	#qa ul li:not(:last-child){
		width: 335px;
		margin: 0 auto 1em;
	}
	#qa ul li:nth-child(2){
		margin-top: -1em;
	}

/* detail */
	.detail h2{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	#entry h2{
		text-align: left;
	}
	.detail .cmp_nav{
		margin: 2em auto 1em;
	}
	.detail .cmp_nav li{
		width: 48%;
		margin-bottom: .7em;
	}
	.detail .cmp_nav li a{
		position: relative;
		display: block;
		padding: .5em 0 15px;
		border-top: 2px solid #dcdddd;
		color: #000;
		font-weight: bold;
		text-align: center;
	}
	.detail .cmp_nav li a:hover{
		border-top: 2px solid #E41408;
	}
	.detail .cmp_nav li a:after,
	.detail .cmp_nav li a:before{
		content: "";
		display: block;
		position: absolute;
		top: 35px;
		width: 8px;
		height: 2px;
		border-radius: 3px;
		background-color: #E41408;
		right: calc(50% - 3px);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.detail .cmp_nav li a:before{
		right: calc(50% - 8px);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.detail .cmp_nav li:first-child a:after,
	.detail .cmp_nav li:first-child a:before,
	.detail .cmp_nav li:nth-child(2) a:after,
	.detail .cmp_nav li:nth-child(2) a:before{
		top: 55px;
	}
	.detail h3{
		margin: 2em auto 1em;
		padding: 0 40px;
		color: #E41408;
		font-size: 18px;
		font-weight: bold;
	}
	#gthd .work_nav{
		padding: 0 40px;
	}
	#gthd .work_nav li{
		width: 48%;
		margin-bottom: .8em;
	}
	#gthd .work_nav li a{
		position: relative;
		display: block;
		padding-bottom: .6em;
		background: rgba(228, 20, 8, .1);
		color: #000;
		font-weight: 500;
		text-align: center;
		line-height: 40px;
	}
	#gthd .work_nav li a:after,
	#gthd .work_nav li a:before{
		content: "";
		display: block;
		position: absolute;
		top: 38px;
		width: 8px;
		height: 2px;
		border-radius: 3px;
		background-color: #f7b8b7;
		right: calc(50% - 3px);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#gthd .work_nav li a:before{
		right: calc(50% - 8px);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#gthd .box-wrap__inner{
		padding: 30px 40px;
	}
	.detail h4{
		position: relative;
		width: 100%;
		margin-bottom: 1em;
		padding-top: .8em;
		border-top: 1px solid #eee;
		font-size: 18px;
		font-weight: bold;
	}
	.detail h4 span{
		display: block;
		color: #ccc;
	}
	.detail h4:before{
		content: '';
		display: block;
		position: absolute;
		top: -2px;
		left: 0;
		width: 80px;
		height: 3px;
		background-color: #E41408;
	}
	.detail h5{
		margin-bottom: 1em;
		padding-left: 15px;
		border-top: none;
		border-left: 10px solid #E41408;
		color: #595757;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.7em;
	}

	.job-box,
	.job-box:first-child{
		padding: 0;
		border: none;
	}
	.job-box dt{
		width: 130px;
		margin-bottom: .8em;
		padding: 0 1em;
		background: #eee;
		color: #727171;
		text-align: center;
		line-height: 2em;
	}
	.job-box dd{
		margin-bottom: 1.5em;
	}
	.job-box dd:last-child{
		margin-bottom: 2em;
	}
	.box-wrap__btn{
		margin: 0 auto;
	}

	.associate h3 + div{
		padding: 0 40px;
	}
	.associate li{
		height: 35px;
		padding: 0 1em;
		background-color: rgba(228, 20, 8, .1);
		font-size: 14px;
		line-height: 35px;
	}
	.associate li:not(:last-child){
		margin-right: 10px;
	}
	.associate .box-wrap__btn{
		width: 240px;
		margin: 1em 0 0 auto;
	}
	.associate .box-wrap__btn a{
		height: 40px;
		font-size: 14px;
		line-height: 39px;
	}
	.associate .box-wrap__btn a:before{
		width: 17px;
	}
	.associate .box-wrap__btn a:after,
	.associate .box-wrap__btn a:before{
		right: 15px;
	}

/* entry */
	.category .wpcf7-radio .wpcf7-list-item.last{
		width: 100%;
		margin-top: 1% !important;
	}
	.education-box--year input{
		width: 100% !important;
	}

@media (min-width:920px) {
	.pc_none{
		display: none;
	}
	.sp_none{
		display: block;
	}
	.page-wrap{
		font-size: 1.6rem;
	}
	.wrap{
		max-width: 1400px;
	}

	.read h2{
		font-size: 7rem;
	}
	.read h2 span{
		display: block;
		top: -20px;
		font-size: 5rem;
	}
	.read p{
		font-size: 1.8rem;
		font-weight: 500;
		text-align: center;
		line-height: 1.8;
	}

	.message h3{
		font-size: 7rem;
	}
	.message h3 span{
		left: 60px;
		font-size: 2.4rem;
	}
	.message figure{
		width: 520px
	}
	.message figure + div{
		width: calc(100% - 520px - 50px)
	}
	.message h4{
		font-size: 2.4rem;
	}

	#qa{
		max-width: 1150px;
		margin: 10em auto;
	}
	#qa h3{
		height: 65px;
		background: url(/shared/img/recruit/qa_tit_bg-pc.svg) no-repeat center;
		background-size: auto 65px;
		font-size: 2.4rem;
		line-height: 65px;
	}
	#qa h4 span{
		font-size: 3.6rem;
	}
	#qa p{
		margin: 1.5em 0 70px;
		font-size: 2.4rem;
	}

	.detail{
		max-width: 1000px;
		margin: 0 auto;
	}
	.detail h2{
		font-size: 3.6rem;
	}
	.detail .cmp_nav li{
		width: 30%;
		margin-bottom: 1.5em;
	}
	.detail .cmp_nav li a{
		padding-top: 1em;
	}
	.detail .cmp_nav li a:after, .detail .cmp_nav li a:before{
		top: 55px;
	}
	.detail h3{
		padding: 0;
		font-size: 2.4rem;
	}

	#gthd .work_nav{
		width: 865px;
		margin: 0 auto;
		padding: 0;
	}
	#gthd .work_nav li{
		width: 23%;
	}
	#gthd .work_nav li a{
		background: none;
		border: 1px solid #c9caca;
		line-height: 50px;
	}
	#gthd .work_nav li a:hover{
		background: rgba(228, 20, 8, .1);
		border: 1px solid rgba(228, 20, 8, .1);
	}
	#gthd .work_nav li a:after, #gthd .work_nav li a:before{
		top: 48px;
		background-color: #c9caca;
	}
	#gthd .work_nav li a:hover:after, #gthd .work_nav li a:hover:before{
		background-color: #f7b8b7;
	}
	#gthd > section{
		width: 865px;
		margin: 2em auto 6em;
	}
	#gthd .box-wrap__inner{
		padding: 0;
	}

	.box-wrap:not(:last-child){
		border: none;
	}

	.detail h4{
		display: flex;
		justify-content: flex-start;
		padding-top: 1.3em;
		font-size: 2.4rem;
	}
	.detail h4 span{
		position: relative;
		top: -3px;
		display: inline-block;
		margin-left: 25px;
		font-size: 2.8rem;
		font-weight: bold;
	}
	.detail h4:before{
		width: 120px;
	}
	.detail h4 + div{
		width: 800px;
		margin: 0 auto;
	}
	.detail h5{
		border-left: 20px solid #E41408;
		font-size: 1.6rem;
		line-height: 2.8em;
	}

	.job-box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		border-top: 1px solid #ccc;
	}
	.job-box dt{
		width: 150px;
		margin: 0;
		padding: .8em 1em;
		border-bottom: 1px solid #ccc;
	}
	.job-box dd{
		width: calc(100% - 150px);
		margin: 0;
		padding: 1em 2em;
		border-bottom: 1px solid #ccc;
	}
	.job-box dd:last-child{
		margin: 0;
	}
	.box-wrap__btn{
		margin: 60px auto 0;
	}

	.associate h3 + div{
		width: 865px;
		margin: 0 auto;
		padding: 0;
	}
	.associate li{
		height: 50px;
		padding: 0 3em;
		font-size: 1.6rem;
		line-height: 50px;
	}
	.associate .box-wrap__btn{
		width: 270px;
		margin: 0;
	}
	.associate .box-wrap__btn a{
		height: 50px;
		font-size: 1.6rem;
		line-height: 47px;
	}
}
