@charset "utf-8";
/* CSS Document */


@media print, screen and (max-width:768px) {


/* メインイメージ
----------------------------------------------------------------------- */
.mainImg {
    margin-bottom: 2em;}
/* -------------------------------------------------------------------- */


/* BeXankなら運用だけじゃない、開発ができます！(.point)
----------------------------------------------------------------------- */
/* 全体 */
.point {
    border-radius: 15px;
    padding: 1.2em;}
    
/* タイトル */
.point h2 {
    width: 100%;
    margin: 0 auto 2em;
    padding: 0 !important;}
    
/* リスト */
.point ul {
    display: block;
    width: 80%;
    margin: 0 auto 2em;}
    
.point li {
    background-color: #ff901a;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;}
    
.point li:last-child {}
    
.point li img {
    width: 70%;}
    
/* 入社してみたら運用ばかり…そんなことになっていませんか？ */
.point p {
    font-size: 100%;
    margin-bottom: 1.5em;}
    
.point h3 {
    margin-bottom: 0.3em;
    background: url("../img/listimg_logo2.png") no-repeat top center;
    padding-left: 0;
    padding-top: 1.5em;
    text-align: center;}
/* -------------------------------------------------------------------- */


/* ハイスキルエンジニアまでの道のり(.engineer)
----------------------------------------------------------------------- */
/* 全体 */
.engineer {}

/* タイトル */
.engineer h2 {
    margin-bottom: 0.7em;
    padding: 0 !important;}
    
/* それぞれのくくり */
.engineer .cts {
    background-color: #fff3d8;
    border-radius: 15px;
    padding: 2em 0;}
    
.engineer .cts article {
    margin-bottom: 2.5em;}

/* リボン風見出し */
.engineer .cts article h3 {
    font-size: 120%;
    background-size: contain;
    padding: 0.3em 1em 0.1em;
    margin-bottom: 1em;
    width: 80%;}
    
/* 見出し */
.engineer .cts article h4 {
    border-left:none !important;
    padding-left: 0 !important;}
    
/* テキスト囲い */
.engineer .cts article .wrap {
    display: block;
    margin: 0 1.5em;}
    
/* テキストくくり */
.engineer .cts article .wrap .text {
    width: 100%;
    font-size: 100%;}
    
/* 中見出し */
.engineer .cts article .wrap .text h4 {
    margin-bottom: 0.5em !important;}


/* テキスト */
.engineer .cts article .wrap .text p {
    margin-bottom: 1em;}
    
/* 写真 */
.engineer .cts article .wrap .photo {
    width: 70%;
    margin: 0 auto 1em;
    display: block;} 
    
.engineer .cts article .wrap .photo img {
    margin-bottom: 1em;}
    
/* 優しい先輩ばかりです。 */
.engineer .cts .catch {
    width: 90%;
    margin: 0 auto;
    display: block;}
/* -------------------------------------------------------------------- */


/* 先輩の声(.voice)
----------------------------------------------------------------------- */
/* フキダシ風タイトル */
.voiceWrap .t_voice {
    width: 40%;
    position: absolute;
    top: -5px;
    left: 2%;}

/* 全体 */
.voiceWrap {
    position: relative;}

.voice {
    border-radius: 15px;
    padding: 1.2em;}
    
/* 見出し */
.voice h2 {
    padding: 1em;
    margin-top: 2.2em;
    margin-bottom: 1.5em;}
    
.voice h2 img {
    width: 100%;
    float: none;
    margin-right: 0;}
    
/* テキスト全体の指定 */
.voice p {}
    
/* テキストくくり */
.voice .voiceBox {
    display: block;}
    
/* 写真 */
.voice .voiceBox img {
    width: 50%;
    margin-right: 0;
    margin: 0 auto 1em;
    display: block;}

/* テキストエリアの幅指定 */
.voice .voiceBox div {
    width: 100%;}
/* -------------------------------------------------------------------- */


/* エントリー(.entry)
----------------------------------------------------------------------- */
.entry .catch {
    width: 100%;
    margin: 0 auto 2em;
    display: block;}
/* -------------------------------------------------------------------- */



}






