.voice01,
.voice02{
    margin: 5rem auto 10rem;
}
.voice02{
    flex-direction: row-reverse;
}
.voice_text,
.voice_img{
    width: 48%;
}
.q_style{
    font-size: 6rem;
    font-weight: bold;
    color: #1c4381;
}
@media screen and (max-width:890px) {
.voice01,
.voice02{
    margin: 0 auto 5rem;
}
.voice02{
    flex-direction: reverse;
}
.voice_text,
.voice_img{
    width: 100%;
}
.voice_img img{
    width: 500px;
    margin-top: 3rem;
}
.q_style{
    font-size: 3rem;
}
}
.bg_cont01{
    width: 100%;
    padding: 10rem;
    background: url(../img/recruit/bg.png) no-repeat center center;
    background-size: cover;
}
.bg_ideal{
    padding: 7rem 5rem;
    background: #1c4381;
    color: #fff;
}
.ideal_ttl{
    width: 50%;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.1rem;
    text-align: center;
}
.ideal_ttl span{
    display: block;
    font-size: 2.4rem;
    margin-top: 1rem;
}

.ideal_list{
    width: 50%;
    padding-left: 4rem;
    border-left: 1px solid #fff;
    line-height: 3;
}
.ideal_list dd{
    padding-left: 2rem;
}
.description_wrap{
    padding: 5rem 0 15rem;
}
@media screen and (max-width:890px) {
.bg_cont01{
    padding: 5rem 2rem;
}
.bg_ideal{
    padding: 5rem 2rem;
}
.ideal_ttl{
    width: 100%;
    padding: 0;
    font-size: 2.4rem;
}
.ideal_ttl span{
    font-size: 1.8rem;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

.ideal_list{
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 2px solid #fff;
    line-height: 2.5;
    padding-top: 3rem;
}
.ideal_list dd{
    padding-left: 2rem;
}
.description_wrap{
    padding: 0 0 10rem;
}
}
.caution{
	margin-top:3rem;
	display: flex;
	justify-content: center;
}
.caution h3{
	text-align:center;
	color:red;
	border-bottom:solid 2px red;
}