@charset "UTF-8";

/*-----------------------------------------------------------
共通スタイルの上書き
-----------------------------------------------------------*/
@media only screen and (max-width:767px){
    .secPictureArea.about{ background-image: url(../images/topImageAboutSp.jpg); }
}
@media print,screen and (min-width:768px){
    .secPictureArea.about{ background-image: url(../images/topImageAbout.jpg); }
}



.information{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #EFEFEF;
}

.informationTitle{
    float: left;
    width: 20%;
}

.information dl{
    float: left;
    width: 80%;
}

.information dt{
    font-size: 15px;
    color: #232323;
    float: left;
    font-weight: normal;
    width: 15%;
    margin-bottom: 15px;
}

.information dd a{
    font-size: 15px;
    color: #333333;
    float: left;
    width: 85%;
    word-wrap: break-word;
    margin-bottom: 15px;
    text-decoration: underline;
}

.information dd a:hover{
    color: #666666;
}

.t7_b10{
    padding-top: 60px;
    font-size: 16px;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #232323;
    line-height: 26px;
    letter-spacing: 1.4px;
}

.about{
    padding-top: 100px;
    font-size: 16px;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #232323;
    line-height: 26px;
    letter-spacing: 1.4px;

}

.white_arrow{
    min-height: 114px;
    background: #EFEFEF;
    background-image: url(/recruit/images/white_bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gray_arrow{
    min-height: 114px;
    background: #fff;
    background-image: url(/recruit/images/gray_bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutLeftBox{
    width: 50%;
    float: left;
    position: relative;
}

.aboutLeftImg1{
}

.aboutLeftImg1 img{
    margin: auto;
}

.aboutLeftImg2{
    position: absolute;
    top: 47%;
    z-index: 2;
}

.aboutLeftImg3{
    position: absolute;
    top: 70%;
    z-index: 1;
    right: 27%;
}

.aboutLeftImg3 img{
    margin: auto;
}

.aboutRightBox{
    width: 50%;
    float: left;
}

.aboutTitle{
    margin-top: 5px;
    margin-bottom: 40px;
}

.aboutText{
    margin-bottom: 50px;
}

.box{
    clear: both;
    max-width: 500px;
    width: 100%;
    height: 130px;
    padding: 25px 0px;
    position: relative;
    background: #fff;
}

.aboutBox{
    border: 1px solid #1567b1;
    margin-left: 20px;
}

.aboutBox::before{
    content: "";
    border-bottom: 1px solid #1567b1;
    position: absolute;
    top: 64px;
    width: 120px;
    left: -120px;
}

.aboutBox::after{
    content: "";
    border: 2.5px solid #1567b1;
    position: absolute;
    top: 62px;
    width: 2px;
    border-radius: 50%;
    left: -122px;
}

.aboutBoxText{
    color: #1567b1;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 80px;
    background-image: url(/recruit/images/question_1.png);
    background-repeat: no-repeat;
    background-position: left 40px top;
}

.aboutBoxText:last-child{
    margin-bottom: 0px;
}

.boxLink{
    position: absolute;
    bottom: -30px;
    right: -13%;
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    padding-right: 10px;
    text-align: center;
    font-size: 15px!important;
}

.aboutBoxLink{
    background: #1567b1;
    color: #fff;
    background-image: url(/recruit/images/arrow_2.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
}

.work{
    background: #EFEFEF;
}

.workLeftBox{
    width: 54%;
    float: left;
}

.workTitle{
    margin-bottom: 40px;
}

.workText{
    margin-bottom: 40px;
}

.workLeftImg img{
    margin-bottom: 10px;
}

.workImgText{
    color: #1567b1;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
}

.workLeftImg{
    margin-bottom: 30px;
}

.workSubText{
    clear: both;
    font-size: 13px;
    line-height: 20px;
}

.workRightBox{
    width: 46%;
    float: right;
}

.workImg{
    margin-bottom: 50px;
}

.workImg img{
    margin-left: auto;
}

.workBox{
    border: 1px solid #29abe2;
    margin-left: 20px;
}

.workBox::before{
    content: "";
    border-left: 1px solid #29abe2;
    position: absolute;
    top: -190px;
    height: 190px;
    width: 2px;
    right: 50px;
}

.workBox::after{
    content: "";
    border: 2.5px solid #29abe2;
    position: absolute;
    top: -190px;
    width: 2px;
    border-radius: 50%;
    right: 49px;
}

.workBoxLink{
    background: #29abe2;
    color: #fff;
    right: -3%;
    background-image: url(/recruit/images/arrow_2.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
}

.workBoxText{
    color: #29abe2;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 80px;
    background-image: url(/recruit/images/question_2.png);
    background-repeat: no-repeat;
    background-position: left 40px top;
}

.environmentTitle{
    text-align: right;
    margin-bottom: 30px;
}

.environmentBoxTopLeft{
    width: 36%;
    float: left;
    position: relative;
    background: #EFEFEF;
    padding: 40px;
    padding-right: 20px;
}

.environment_abu{
    position: absolute;
    top: -15px;
    left: -15px;
}

.environmentPointTitle{
    color: #1567b1;
    font-size: 24px;
    margin-bottom: 20px;
}

.environmentList{
    padding-left: 20px;
    letter-spacing: 4px;
    line-height: 18px;
    margin-bottom: 10px;
}

.environmentList li{
    margin-bottom: 10px;
}

.environmentBoxTopRight{
    width: 60%;
    float: right;
    position: relative;
}

.environmentTopImg1 img{
}

.environmentTopImg2 img{
    position: absolute;
    bottom: 0;
    left: 120px;
    z-index: 2;
}

.environmentTopImg3 img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.environmentBoxBottomLeft{
    float: left;
}

.environmentBoxBottomRight{
    width: 50%;
    float: right;
    letter-spacing: 2.8px;
    padding-top: 25px;
}

.environmentBoxBottomLeft{
    border: 1px solid #7ac943;
}

.environmentBoxBottomLeft::before{
    content: "";
    border-left: 1px solid #7ac943;
    position: absolute;
    top: -70px;
    height: 70px;
    width: 2px;
    left: 90px;
}

.environmentBoxBottomLeft::after{
    content: "";
    border: 2.5px solid #7ac943;
    position: absolute;
    top: -70px;
    width: 2px;
    border-radius: 50%;
    left: 88px;
}

.environmentBoxLink{
    background: #7ac943;
    color: #fff;
    right: -7%;
    background-image: url(/recruit/images/arrow_2.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.environmentBoxText{
    color: #7ac943;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 80px;
    background-image: url(/recruit/images/question_3.png);
    background-repeat: no-repeat;
    background-position: left 40px top;
}

.member{
    background: #EFEFEF;
    padding-bottom: 114px;
}

.memberTitle{
    margin-bottom: 40px;
}

.memberTitle img{
    margin: auto;
}

.memberText{
    text-align: center;
    margin-bottom: 50px;
}

.memberImgArea > div{
    width: 25%;
    float: left;
}

.member_2,.member_4{
    margin-top: 15%;
}

.memberQuestionBox{
    border: 1px solid #ff9b8b;
    margin-left: 220px;
}

.memberImgArea{
    overflow: hidden;
    margin-bottom: 60px;
}

.memberQuestionBox::before{
    content: "";
    border-left: 1px solid #ff9b8b;
    position: absolute;
    top: -80px;
    height: 80px;
    width: 2px;
    left: 50px;
}

.memberQuestionBox::after{
    content: "";
    border: 2.5px solid #ff9b8b;
    position: absolute;
    top: -80px;
    width: 2px;
    border-radius: 50%;
    left: 48px;
}

.memberBoxLink{
    background: #ff9b8b;
    color: #fff;
    right: -270px;
    background-image: url(/recruit/images/arrow_2.png);
    background-repeat: no-repeat;
    background-position: right 35px center;
}

.memberBoxText{
    color: #ff9b8b;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 80px;
    background-image: url(/recruit/images/question_4.png);
    background-repeat: no-repeat;
    background-position: left 40px top;
}


.center{
    display: inline-block;
}

.text_center{
    text-align: center;
    height: 90px;
}



@media screen and (max-width:767px) {
    .informationTitle{
        width: 50%;
        margin-bottom: 15px;
    }
    .information{
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .aboutLeftImg1{
        width: 95%;
        margin-bottom: 15px;
    }
    .aboutTitle{
        width:85%;
        margin-bottom: 15px;
    }
    .information dl{
        width: 100%;
        clear: both;
    }
    .information dt{
        width: 100%;
        margin-bottom: 10px;
    }
    .information dd a{
        width: 100%;
    }
    .about{
        padding-top: 20px;
    }
    .aboutLeftBox,.aboutRightBox,.workLeftBox,.workRightBox,.environmentBoxTopRight,.environmentBoxBottomRight,.environmentBoxTopLeft,.environmentBoxBottomLeft{
        width: 100%;
        clear: both;
        float: none;
    }
    .aboutBox,.workBox,.memberQuestionBox{
        margin-left: 0px;
        max-width: 100%;
    }
    .aboutTitle,.aboutText{
        padding-left: 30px;
    }
    .aboutBox::before {
        border-left: 1px solid #1567b1;
        top: -280%;
        width: 1px;
        height: 280%;
        left: 10px;
    }
    .aboutBox::after {
        top: -280%;
        width: 1px;
        left: 8px;
    }
    .aboutText{
        margin-bottom: 20px;
    }
    .boxLink {
        position: absolute;
        bottom: -40px;
        right: 0;
        left: 0;
        margin: auto;
        width: 90%;
    }
    .memberImgArea > div{
        width: 100%;
        float:none;
        clear: both;
    }
    .memberImgArea > div > div{
        width: 50%;
        float: left;
    }
    .white_arrow{
        background-image: url(/recruit/images/sp/white_bg.png);
        min-height: 70px;
    }
    .gray_arrow{
        background-image: url(/recruit/images/sp/gray_bg.png);
        min-height: 60px;
    }
    .work,.environment,.member{
        padding-top: 30px;
    }
    .workTitle{
        width: 80%;
        margin-bottom: 15px;
    }
    .workText{
        margin-bottom: 20px;
    }
    .workLeftImg img{
        margin-bottom: 5px;
    }
    .workLeftImg{
        margin-bottom: 10px;
    }
    .workImgBox{
        overflow: hidden;
        margin-bottom: 10px;
    }
    .t7_b10{
        line-height: inherit;
    }
    .workSubText{
        margin-bottom: 15px;
    }
    .workImg{
        margin-bottom: 20px;
    }
    .workBox::before{
        top: -50%;
        height: 50%;
        width: 2px;
        right: unset;
        left: 15px;
    }
    .workBox::after{
        top: -50%;
        width: 2px;
        border-radius: 50%;
        right: unset;
        left: 13px;
    }
    .environmentTitle{
        text-align: left;
        margin-bottom: 15px;
    }
    .environmentBoxBottomRight{
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .environmentBoxTopLeft{
        padding: 20px;
        margin-bottom: 20px;
    }
    .environmentList li{
        margin-bottom: 5px;
    }
    .environment_abu{
        position: absolute;
        top: -10px;
        left: -10px;
        width: 40px;
    }
    .environmentBoxBottomLeft::before {
        top: -30%;
        height: 30%;
        width: 2px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .environmentBoxBottomLeft::after {
        top: -30%;
        width: 2px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .memberTitle{
        width: 60%;
        margin: auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .memberText{
        margin-bottom: 20px;
        letter-spacing: 3px;
    }
    .member_2, .member_4{
        margin-top: 28%;
    }
    .member_3{
        margin-top: -10%;
    }
    .member_4{
        margin-top: 15%;
    }
    .memberImgArea{
        margin-bottom: 20px;
    }
    .memberQuestionBox::before{
        top: -60px;
        height: 60px;
        width: 2px;
        left: 80px;
    }
    .memberQuestionBox::after{
        top: -60px;
        width: 2px;
        left: 78px;
    }
    .member{
        padding-bottom: 0px;
    }
    .about{
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 4.4px;
    }

    .aboutBoxText{
        padding-left: 40px;
        background-image: url(/recruit/images/sp/question_1.png);
        background-position: left 16px top;
        background-size: 12px;
        letter-spacing: inherit;
    }
    .t7_b10{
        font-size: 15px;
        letter-spacing: inherit;
        letter-spacing: 4.4px;
    }
    .workSubText{
        font-size: 15px;
    }
    .workImgText{
        letter-spacing: 0px;
    }

    .box{
        padding: 25px 0px 10px;
        height: auto;
    }
    .workBoxText {
        padding-left: 40px;
        background-image: url(/recruit/images/sp/question_2.png);
        background-position: left 16px top;
        background-size: 12px;
        letter-spacing: inherit;
    }
    .environmentBoxBottomRight{
        letter-spacing: 4.4px;
    }
    .environmentBoxText{
        padding-left: 40px;
        background-image: url(/recruit/images/sp/question_3.png);
        background-position: left 16px top;
        background-size: 12px;
        letter-spacing: inherit;
    }
    .memberBoxText{
        padding-left: 40px;
        background-image: url(/recruit/images/sp/question_4.png);
        background-position: left 16px top;
        background-size: 12px;
        letter-spacing: inherit;
    }
}

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

/* top */
.top{
    padding-bottom: 72px;
    font-size: 16px;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #232323;
    line-height: 26px;
    letter-spacing: 1.4px;
    background: #f2f2f2;
}

.top .pictureArea{
    margin-bottom: 90px;
    position: relative;
}

.top .pictureArea .topPicture img{
    width: 100%;
}

.top .pictureArea .topPictureArrow img{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    z-index: 1;
}

.top .pictureArea .topPictureFont img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    margin: auto;
    z-index: 2;
}

.top .topText{
    text-align: center;
    letter-spacing: 3px;
}

@media screen and (max-width:767px) {
    .top{
        padding-bottom: 30px;
        font-size: 15px;
        line-height: 24px;
    }

    .top .pictureArea{
        margin-bottom: 70px;
        position: relative;
    }
    
    .top .pictureArea .topPictureFont img{
        width: 200px;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -25px;
        margin: auto;
        z-index: 2;
    }

    .top .topText{
        width: 87%;
        margin: auto;
        text-align: left;
    }    
}

/* --------------------------------------------------
menu
-------------------------------------------------- */
.jumpMenu{
    font-size: 18px;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height: 28px;
    letter-spacing: 4px;
    color: #232323;
    border-bottom: 1px solid #ccc;
}

.jumpMenu .jumpMenuMain{
    display: table;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.jumpMenu .jumpMenuMain li{
    display: table-cell;
    vertical-align: middle;
    background-image: url(/recruit/shared/images/arrowBlackDown.png);
    background-repeat: no-repeat;
    background-position: right 20% center;
    background-size: 14px;
    width: 33.333%;
    border-right: 1px solid #ccc;
}

.jumpMenu .jumpMenuMain li:first-child{
    border-left: 1px solid #ccc;
}

.jumpMenu .jumpMenuMain li a{
    display: block;
    color: #1567b1;
    width: 100%;
    padding: 16px 0;
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .jumpMenu{
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 4px;
    }    

    .jumpMenu .jumpMenuMain li{
        background-position: center bottom 5%;
        background-size: 12px;
    }    
    .jumpMenu .jumpMenuMain li a {
    padding: 10px 0;
    }
}

.maxWidth{
    max-width: 1200px;
    margin: auto;
}

@media screen and (max-width:767px) {
    .maxWidth{
        width: 90%;
        margin: auto;
    }    
}

/* body1 */
.about1{
    padding-top: 76px;
    font-size: 16px;
    color: #232323;
    line-height: 26px;
    letter-spacing: 1.4px;
}

.about1Bg{
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.titleBox{
    font-size: 36px;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333;
    line-height: 46px;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 25px;
}

.titleLine{
    background: #1567b1;
    width: 36px;
    height: 4px;
    margin: auto;
    margin-bottom: 35px;
}

.companyImg{
    width: 100%;
    margin-bottom: 40px;
}

.companyImg img{
    margin: auto;
}

.tableMainBox{
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.tableMainBox tr:first-child{
    width: 100%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.tableMainBox tr{
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #999;
}

.tableMainBox tr th{
    width: 20%;
    padding: 15px 0px;
    font-size: 16px;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    vertical-align: top;
}

.tableMainBox tr td{
    width: 80%;
    padding: 15px 0px;
    font-size: 16px;
}

@media screen and (max-width:767px) {
    .titleBox{
        font-size: 27px;
        line-height: 38px;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

    .companyImg{
        margin-bottom: 30px;
    }    

    .titleLine{
        width: 30px;
        margin: auto;
        margin-bottom: 20px;
    }
    
    .about1Bg{
        width: 100%;
        margin-bottom: 0px;
    }

    .textBold {
        font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        letter-spacing: 3px;
        line-height: 30px;
    }

    .tableMainBox tr td{
        font-size: 15px;
        letter-spacing: 1px;
    }    

    .about1 {
        padding-top: 40px;
    }

    .tableMainBox tr th{
    }
}


/* body2 */
.about2{
    padding-top: 60px;
    font-size: 16px;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #232323;
    line-height: 30px;
    letter-spacing: 1px;
    background: #EFEFEF;
}

.about2Bg{
    position: relative;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
}

.imgBox{
    margin-top: 20px;
    margin-bottom: 40px;
}

.imgBox .imageData1 img{
    margin: auto;
}

.imgBox .imageData2 img{
    margin: auto;
}

.textMainBox{
    width: 100%;
    max-width: 682px;
    margin: auto;
    padding: 20px 40px;
    background: #fff;
    box-shadow: 2px 2px 4px gray;
}

.textMainBox .textMainImg img{
    margin: auto;
    margin-bottom: 10px;
}

.textMainBox .textBox1{
    width: 100%;
}

.textMainBox .textBox2{
    width: 100%;
    margin-left: 40px;
}

.textMainBox .textBox1 .blueText,
.textMainBox .textBox2 .blueText{
    color: #1567b1;
}

.textBox1 tr th{
    width: 48%;
    font-size: 16px;
    letter-spacing: 1px;
}

.textBox2 tr th{
    width: 65%;
    font-size: 16px;
    letter-spacing: 1px;
}

.textBox1 tr td,
.textBox2 tr td{
    width: 20%;
    font-size: 16px;
}

.pointImg{
}

.pointImg img{
    position: absolute;
    right: -200px;
    bottom: 0;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .about2{
    
padding-top: 40px;
    }

    .imgBox .imageData2 img {
        position: relative;
        right: 10px;
        bottom: 0;
        max-width: 185px;
    }
    .imgBox .imageData1 img {
        position: relative;
        right: 5px;
        bottom: 0;
        max-width: 185px;
    }
    
    .about2Bg{
        width: 100%;
    }
    
    .textMainBox{
        padding: 20px 30px;
        margin-bottom: 40px;
    }

    .textMainBox .textBox2{
        margin-left: 0px;
    }    

    .pointImg img{
        position: static;
        margin: auto;
    }    

    .textBox1 tr th,
    .textBox2 tr th{
        width: 85%;
        font-size: 16px;
        letter-spacing: 1.8px;
    }

    .textBox1 tr td,
    .textBox2 tr td{
        width: 15%;
        font-size: 16px;
    }
}

/* body3 */
.about3{
    padding-top: 60px;
    font-size: 16px;
    color: #232323;
    line-height: 26px;
    letter-spacing: 1.4px;
}

.about3Bg{
    margin-bottom: 20px;
}

.mapBox{
    float: left;
    width: 38%;
}

.companyBox{
    float: left;
    width: 62%;
}

.company{
    padding-top: 20px;
}

.company .companyMain{
    margin-bottom: 57px;
}

.company .companyMain .mapMain{
}

.company .companyMain .titleMain{
    border-top: 3px solid #1567b1;
    margin-left: 45px;
}

.company .companyMain .titleMain .titleText{
    font-size: 24px;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #1567b1;
    line-height: 34px;
    letter-spacing: 10px;
    margin: 15px 0px;
}

.company .companyMain .titleMain .address{
}

.company .companyMain .titleMain .address .text{
    margin-bottom: 10px;
    line-height: 26px;
}

.company .companyMain .titleMain .tel{letter-spacing: 0px;}

.company .companyMain .titleMain .tel .text{
    margin-bottom: 10px;
}

.company .companySubMain{
    width: 100%;
    margin-bottom: 10px;
}

.company .companySubMain:last-child{
    margin-bottom: 0px;
}

.company .companySubMain .companySub{
    width: 22%;
    border-top: 3px solid #1567b1;
    margin-left: 4%;
    padding-right: 20px;
    float: left;
}

.company .companySubMain .companySub:first-child{
    margin-left: 0px;
}

.company .companySubMain .companySub .titleText{
    font-size: 18px;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #1567b1;
    line-height: 28px;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 9px;
}

.company .companySubMain .companySub .address{
    font-size: 16px;
    letter-spacing: 0px;
}

.company .companySubMain .companySub .address .text{
    margin-bottom: 10px;
}

.company .companySubMain .companySub .tel{
    font-size: 16px;
    letter-spacing: 0px;
}

.company .companySubMain .companySub .tel .text{
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    .about3{
        padding-top: 42px;
    }
    .about3Bg{
        margin-bottom: 0px;
    }    
    .company{
        padding-top: 15px;
    }
    
    .mapBox{
        float: none;
        width: 100%;
    }
    
    .companyBox{
        float: none;
        width: 100%;
    }
    
    .company .companyMain{
        margin-bottom: 25px;
    }

    .company .companyMain .mapMain{
        margin-bottom: 28px;
    }
    
    .company .companyMain .titleMain{
        margin-left: 0px;
    }
    
    .company .companySubMain .companySub{
        width: 100%;
        margin-left: 0px;
    }

    .company .companyMain .titleMain .titleText{
        letter-spacing: 15px;
    }
    
    .company .companyMain .titleMain .address .text{
    letter-spacing: 0px;
    }
    
    .company .companyMain .titleMain .tel .text{
        margin-bottom: 10px;
    }

    .company .companySubMain .companySub .address{
        font-size: 16px;
    }
    
    .company .companySubMain .companySub .address .text{
        letter-spacing: 0px;
    }
    
    .company .companySubMain .companySub .tel{
        font-size: 16px;
    }
    
    .company .companySubMain .companySub .tel .text{
    letter-spacing: 0px;
    margin-bottom: 20px;
    }
    
    .company .companyMain .mapMain iframe{
        height:250px;
    }
    
}

/* next */
.next{
    padding-top: 90px;
    padding-bottom: 78px;
    font-size: 16px;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #232323;
    line-height: 26px;
    letter-spacing: 1.4px;
    background: #EFEFEF;
}

.next .nextTitle{
    margin-bottom: 20px;
}

.next .nextTitle img{
    margin: auto;
}

.next .nextBtn{
    text-align: center;
    height: 90px;
}

.next .nextBtn .nextBtnSec{
    display: inline-block;
}

.next .nextBtn .nextBtnSec .nextPage{
    width: 340px;
    height: 70px;
    border: 1px solid #1567b1;
    color: #fff;
    background: #1567b1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background-image: url(/recruit/images/arrow_2.png);
    background-repeat: no-repeat;
    background-position: right 50px center;
}

@media screen and (max-width: 767px){
    .next{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .next .nextTitle {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
    }
    .next .nextBtn {
        width:260px;
        height: 50px;
        margin: auto;
    }

    .next .nextTitle img{
        /*max-width: 260px;*/
    }
    .next .nextBtn .nextBtnSec .nextPage{
        width:260px;
        height: 50px;
        font-size: 14px;
    }
}



/* -----------------------------------------------------------
hover
----------------------------------------------------------- */
a {
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

.nextBtn:hover{
    opacity: 0.8;
}

.jumpMenu li:hover{
    opacity: 0.8;
}
