


.entry article .btn-box {
width: 32vw;
margin: 7em auto 0;
}
.career-entry article .btn-box01 {
width: 32vw;
margin: 2em auto 6em;
}
.career-entry article .btn-box02 {
width: 32vw;
margin: 4em auto 6em;
}
.career-entry article .btn-box02 p {
font-size: 0.9852216749vw;
text-align: center;
margin-top: 1em;
font-weight: 300;
}
.career-entry article .btn-box01 a,
.career-entry article .btn-box02 a,
.entry article .btn-box a{
transition: all .3s ease;
}
.career-entry article .btn-box01 a:hover,
.career-entry article .btn-box02 a:hover,
.entry article .btn-box a:hover{
transform: scale(1.04); 
}



.entry article .main--inner--wrap,
.career-entry article .main--inner--wrap {
    background-color: #fff;
    padding: 3.2840722496vw 0 0;
    margin-top: 3.2840722496vw;
}

.career-entry article .main--inner--block dl dd p {
padding-left: 0;
padding-right: 0;
}



.entry article .container--inner--block--wrap li dl dd.step04 {
letter-spacing: -0.06em;
margin-top: 1.2em;
position: relative;
}
.entry article .container--inner--block--wrap li dl dd.step04::after {
position: absolute;
bottom: 0;
left: 1.8vw;
width: calc(100% - 1.8vw);
height: 1px;
background: #06C755;
content: '';
}
.entry article .container--inner--block--wrap li dl dd.step04 img{
width: 1.7vw;
vertical-align: bottom;
margin: 0 0.2vw 0 0;
position: relative;
top: -0vw;
}
	
	
@media screen and (max-width: 767px) {
.entry article .btn-box {
width: 80vw;
margin: 9em auto 0;
}
.career-entry article .btn-box01 {
width: 80vw;
margin: 1em auto 5em;
}
.career-entry article .btn-box02 {
width: 80vw;
margin: 6em auto 3em;
}
.career-entry article .btn-box02 p {
font-size: 2.7914614122vw;
margin-top: .5em;
}

.entry article .container--inner--block--wrap li dl dd.step04 {
letter-spacing: -0.04em;
margin-top: 1.2em;
position: relative;
}
.entry article .container--inner--block--wrap li dl dd.step04::after {
position: absolute;
bottom: 0;
left: 4vw;
width: calc(100% - 4vw);
height: 1px;
background: #06C755;
content: '';
}
.entry article .container--inner--block--wrap li dl dd.step04 img{
width: 4vw;
vertical-align: bottom;
margin: 0 0.1vw 0 0;
position: relative;
top: -0.9vw;
}


}













