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

	recruitment_block

-----------------------------------*/


/* ==========================================
	voice_block
========================================== */

.message_box {
    margin: 70px 0;
    padding-bottom: 90px;
    position: relative;
    border-bottom: 2px solid #f8f8f8;
}
.message_box:first-child {
    margin-top: 100px;
}
.message_box:last-child {
    border-bottom: none;
}
.message_box h3 {
    font-size: 28px;
    letter-spacing: 0.05em;
    color: #373737;
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
    -webkit-text-stroke: 0.1px;
}
.message_box h3::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #f44f00;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 10;
}
.message_box h3::after {
    content: "";
    width: 25px;
    height: 25px;
    background: #ffdbbb;
    position: absolute;
    left: 0;
    top: 5px;
}
.message_box h3::before,
.message_box h3::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.message_box h3 span {
    font-size: 18px;
    vertical-align: text-bottom;
    margin-left: 40px;
}
#voice_block .message_box p {
    font-size: 17px;
    font-weight: 500;
    color: #505050;
    line-height: 250%;
    padding-bottom: 1.2em;
}
#voice_block .message_box p:last-child {
    padding-bottom: 0;
}
#voice_block .message_box .text h4 {
    font-size: 24px;
    line-height: 170%;
    letter-spacing: 0.1em;
    color: #f44f00;
    margin-bottom: 20px;
}
#voice_block .message_box .img_box.right {
    margin-left: 35px;
    margin-bottom: 15px;
}
#voice_block .message_box .img_box.left {
    margin-right: 35px;
}
#voice_block .message_box .img_box.right img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 10px solid #fff6ed;
}

@media screen and (max-width: 1180px) {
	
    #voice_block .message_box .text {
        width: 100%;
    }

}

@media screen and (max-width: 640px) {

	.message_box {
        margin: 40px 0 30px;
        padding-bottom: 30px;
    }
	.message_box h3 {
        font-size: 20px;
        margin-bottom: 25px;
        -webkit-text-stroke: 0;
    }
    #voice_block .message_box .text h4 {
        font-size: 18px;
    }
	#voice_block .message_box .text {
        width: 100%;
        float: none !important;
        position: static;
    }
    #voice_block .message_box p {
        font-size: 16px;
        line-height: 230%;
    }
    #voice_block .message_box .img_box {
        width: 100%;
        height: auto;
        background: none;
        position: static;
        float: none !important;
        margin-bottom: 25px;
    }

}

#recruit_block {
    display: none;
}

/* ==========================================
	_block
========================================== */

@media screen and (max-width: 1180px) {
    	
    
}

@media screen and (max-width: 640px) {

    

}

/* ==========================================
	_block
========================================== */

@media screen and (max-width: 1180px) {
	

}

@media screen and (max-width: 640px) {

   

}
