@charset "UTF-8";

/* recruit */

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ 共通設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.title_wrap {
    background-image: url(../../_images/top/top_recruit_bg.jpg);
}
.title {
    height: 800px;
}
.title p {
    top: 300px;
    left: 0;
}
.catch {
    padding: 0;
    background: none;
}
.catchphrase {
    margin-bottom: 50px;
    padding: 0;
    background: none;

}
.catchphrase span {
    display: inline-block;
    margin: 0;
    padding: 0 0 12px 0;
    border-bottom: 2px solid #007BCC;
    color: #222;
    font-size: 2.8rem;
    line-height: 1.6em;
}
.max_contents_container .inner_contents_wrap .contents {
    padding-bottom: 20px;
}
/*voice*/
.voice_wrap {
    padding: 50px 0;
}
.voice_wrap .catchphrase {
    padding: 0;
    color: #007BCC;
}
.voice_wrap .catchphrase span {
    font-size: 2.4rem;
    color: #222;
}
.voice .list_cont {
    position: relative;
}
.voice .pos_icon {
    padding: 10px 0 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 115px;
    background: url(../../_images/recruit/tri.png) top left no-repeat;
    font-size: 1.8rem;
    color: #fff;
}
.voice p.pic.frame01 {
    border: 1px solid #007BCC;
}
.voice .heading04 {
    color: #007BCC;
}
.voice .heading04 .supple {
    margin-left: 15px;
}
/*info*/
.info_wrap {
    padding: 50px 0;
}
.info_wrap .catchphrase {
    padding: 0;
    color: #007BCC;
}
.info_wrap .catchphrase span {
    font-size: 2.4rem;
    color: #222;
}
/**/
#recruit_staff_contents .title {
    height: 400px;
}
#recruit_staff_contents .title p {
    top: 120px;
    left: 0;
}
.voice_main {
    margin-bottom: 40px;
    background: url(../../_images/recruit/ring.png) right center no-repeat;
}
.voice_main .right_cont {
    position: relative;
}
.voice_main .heading02 {
    padding: 0;
    border-left: none;
    color: #333;
    font-size: 3.4rem;
}
.voice_main .position_block {

}
.voice_main .position_block p {
}
.voice_main .position_block p.shoulder {
    margin-bottom: 10px;
    font-size: 1.8rem;
}
.voice_main .position_block p.name {
    margin-bottom: 30px;
    font-size: 2.0rem;
}
.ename {
    font-size: 6.0rem;
    color: #ccc;
}
.que {
    padding: 10px 0 10px 50px;
    font-size: 2.4rem;
    color: #007BCC;
    background: url(../../_images/_common/icons/ico_qa_q.png) left center no-repeat;
}
.bubble {
    margin-top: 10px;
    display:inline-block;
    position: relative;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
}
.bubble:after {
    position: absolute;
    content: " ";
    height: 0;
    width: 0;
}
.bubble-half-top:after {
    bottom: 100%;
    left: 5%;
    border-bottom:10px solid #fff;
    border-right:10px solid transparent;
}
.qa_block {
    margin-bottom: 30px;
}
#voice {
    padding-top: 180px;
    margin-top: -180px;
}
@media screen and ( max-width: 767px ) {
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ モバイル用設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*==================================================
	$sp_
==================================================*/
.title {
    height: 300px;
}
.title p {
    top: 110px;
}
.title img {
    width: 100%;
}
#voice ul {
    padding: 0 15px;
}
.voice_main .heading02 {
    font-size: 2.4rem;
    margin-bottom: 15px;
}
.voice_main .pic {
    margin-bottom: 15px;
}
.voice_main .position_block p.name {
    margin-bottom: 10px;
}
.ename {
    font-size: 2.6rem;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
}

/*==================================================

	[ utility ] $clearfix

==================================================*/

.clearfix:after,
.left_right:after {
	content:" ";
	display:block;
	clear:both;
}