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

TopCss

*******************************/

.ttl-box01 {
    margin-bottom: 30px;
}

.ttl-box01 span {
    width: 100%;
    position: relative;
    display: block;
    font-size: 15px;
    letter-spacing: 5px;
	/*color: #334e7a;*/
    color: #0085d1;
    padding-left: 120px;
    line-height: 1;
}

.ttl-box01 span::before {
    position: absolute;
    display: block;
    content: '';
    width: 95px;
    height: 4px;
    background: #0085d1;
    left: 0;
    top: 5px;
}

.ttl-box01 h1 {
    font-size: 170%;
    font-weight: bold;
    letter-spacing: 10px;
    margin-top: 30px;
}

.ttl-box02 {
    margin-bottom: 30px;
}

.ttl-box02 h1 {
    font-size: 170%;
    font-weight: bold;
    letter-spacing: 10px;
    margin-bottom: 15px;
}

.ttl-box02 span {
    display: block;
    font-size: 15px;
    letter-spacing: 5px;
    color: #0085d1;
    line-height: 1;
}

.ttl-box02 span::before {
    display: block;
    content: '';
    width: 95px;
    height: 4px;
    background: #0085d1;
    margin: 0 auto 15px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .ttl-box01 span {
    font-size: 12px;
    letter-spacing: 2px;
    padding-left: 80px;
}

    .ttl-box01 span::before {
    width: 60px;
    height: 3px;
}

    .ttl-box01 h1 {
        margin-top: 20px;
    }

    .ttl-box02 span {
    font-size: 12px;
    letter-spacing: 2px;
}

.ttl-box02 span::before {
    width: 60px;
    height: 3px;
}
}

/*-----------------------------
mainimg
-----------------------------*/
#main_img {
    margin-top: -95px;
    position: relative;
}

#main_img .img img, #main_img .mainMv{
    width: 100%;
}

#main_img p {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    #main_img {
        margin-top: -70px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #main_img {
        margin-top: -50px;
    }
}

/*-----------------------------
お知らせ
-----------------------------*/
.top-news {
    background: #e7e5e5;
    padding-top: 25px;
}

.top-news .inner {
    background: #fff;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 40px 60px 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-news .inner::after {
    position: absolute;
    display: block;
    content: '';
    width: 95px;
    height: 4px;
    background: #0085d1;
    right: 0;
    top: 0;
}

.top-news .ttl-box {
    width: 195px;
}

.top-news h1 {
    position: relative;
    color: #0085d1;
    text-align: left;
    font-size: 15px;
    margin-bottom: 50px;
    letter-spacing: 3px;
}

.top-news h1 span {
    display: block;
    font-weight: bold;
    font-size: 73px;
    letter-spacing: -3px;
    line-height: 1.3;
}

.top-news h1::after {
    position: absolute;
    display: block;
    content: '';
    width: 95px;
    height: 4px;
    background: #eaeaea;
    left: 0;
    bottom: 0;
}

.top-news ul.news {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 50px;
    text-align: left;
}

.top-news ul.news li {
    border-bottom: 2px solid #cdcdcd;
}

.top-news ul.news .listTxt {
    position: relative;
    padding: 30px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-news ul.news span {
    display: block;
    width: 90px;
    font-size: 13px;
    color: #0085d1;
    border: 1px solid #0085d1;
    text-align: center;
    border-radius: 30px;
    padding: 3px 0;
    margin: 0 25px 0 10px;
}

.top-news ul.news time {
    font-size: 15px;
    width: 90px;
    color: #777777;
}

.top-news ul.news p {
    font-size: 14px;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.top-news ul.news .listTxt::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/common/arrow02@2x.png) no-repeat;
    background-size: 10px;
    width: 10px;
    height: 11px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px) {
    .top-news .inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .top-news .ttl-box {
        width: 150px;
    }
    .top-news h1 {
        margin-bottom: 30px;
    }
    .top-news h1 span {
        font-size: 60px;
    }

    .top-news ul.news .listTxt {
        padding: 20px 15px;
    }
    .top-news ul.news p {
        margin-top: 5px;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .top-news {
        padding-bottom: 25px;
    }
    .top-news .ttl-box {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .top-news ul.news {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-left: 0;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .top-news .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-news h1 {
        font-size: 13px;
    }
    .top-news h1 span {
        font-size: 45px;
        letter-spacing: 0;
    }

    .top-news ul.news span {
        padding: 0;
    }

    .top-news a.more {
        max-width: 150px;
        font-size: 14px;
        padding: 10px 0;
        border-radius: 50px;
    }
}

/*-----------------------------
大石建設の仕事
-----------------------------*/
.top-business {
    padding: 55px 0;
    background: url(../img/top/business-back@2x.jpg) left 50% no-repeat;
    background-size: contain;
}

.top-business .inner {
    width: 95%;
    max-width: 1060px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-business .txt-wrap {
    width: 50%;
    text-align: left;
}

.top-business .txt-wrap .txt-inner {
    width: 90%;
    max-width: 420px;
    margin: 0 auto;
    position: relative;
}

.top-business p {
    font-size: 15px;
    margin-bottom: 40px;
}

.top-business figure {
    width: 50%;
    margin: 0;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px) {
    .top-business {
        padding: 20px 0;
    }
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .top-business {
        background: none;
    }
    .top-business .inner {
        width: 90%;
    }

    .top-business .txt-wrap {
        width: 100%;
    }

    .top-business .txt-wrap .txt-inner {
        width: 100%;
        max-width: 530px;
        margin-bottom: 50px;
    }

    .top-business figure {
        width: 100%;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {

    .top-business p {
        margin-bottom: 30px;
    }

    .top-business .txt-wrap .txt-inner {
        margin-bottom: 30px;
    }
}

/*-----------------------------
施工実績
-----------------------------*/
.top-works {
    padding: 40px 0;
    background: url(../img/top/back.png) repeat;
    background-size: 4px;
}

.top-works .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.top-works ul.works {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.top-works ul.works li {
    width: 32.5%;
}
.top-works ul.works li img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.top-works img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.top-works ul.works span {
    display: inline-block;
    color: #0085d1;
    background: #fff;
    border: 1px solid #0085d1;
    padding: 2px 5px;

    max-width: 135px;
    margin-bottom: 10px;
}
.top-works ul.works span.sub{
    display: inline-block;
    color: #fff;
    background: #0085d1;
    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
    padding: 1px 4px;
    margin-bottom: 10px;
    font-size: 11px;
}

.top-works ul.works p {
    font-size: 125%;
    font-weight: bold;
    line-height: 1.3;
}

.top-works a.more {
    margin: 0 auto;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .top-works ul.works {
        margin-bottom: 20px;
    }
    .top-works ul.works li {
        width: 100%;
        margin-bottom: 30px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .top-works {
        padding: 20px 0;
    }
    .top-works ul.works {
        margin-bottom: 20px;
    }
    .top-works ul.works li {
        margin-bottom: 20px;
    }
}

/*-----------------------------
地域貢献
-----------------------------*/
.top-local {
    background: #e6edf5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-local .txt-wrap {
    padding: 55px 0;
    width: 50%;
    text-align: left;
}

.top-local .txt-wrap .txt-inner {
    width: 90%;
    max-width: 420px;
    margin: 0 auto;
    position: relative;
}

.top-local p {
    font-size: 15px;
    margin-bottom: 40px;
}

.top-local figure {
    display: none;
}

.top-local::after {
    display: block;
    content: '';
    width: 50%;
    height: auto;
    margin: 0;
    background: url(../img/top/local@2x.png);
    background-size: cover;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .top-local .txt-wrap {
        width: 100%;
    }

    .top-local .txt-wrap .txt-inner {
        width: 90%;
        max-width: 530px;
    }

    .top-local::after {
        display: none;
    }

    .top-local figure {
        display: block;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {

    .top-local p {
        margin-bottom: 30px;
    }
}

/*-----------------------------
会社概要
-----------------------------*/
.top-company {
    padding: 50px 0;
    background: url(../img/top/info-back@2x.jpg) left 50% no-repeat;
    background-size: cover;
}

.top-company .inner {
    width: 95%;
    max-width: 1060px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-company .txt-wrap {
    width: 50%;
    text-align: left;
}

.top-company .txt-wrap .txt-inner {
    width: 90%;
    max-width: 420px;
    margin: 0 auto;
    position: relative;
}

.top-company p {
    font-size: 15px;
    margin-bottom: 40px;
}

.top-company figure {
    width: 50%;
    margin: 0;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px) {
    .top-company {
        background: url(../img/top/info-back-sp.jpg) left 50% no-repeat;
        background-size: cover;
    }
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .top-company .inner {
        width: 90%;
    }

    .top-company .txt-wrap {
        width: 100%;
    }

    .top-company .txt-wrap .txt-inner {
        width: 100%;
        max-width: 530px;
        margin-bottom: 50px;
    }

    .top-company figure {
        width: 100%;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .top-company p {
        margin-bottom: 30px;
    }

    .top-company .txt-wrap .txt-inner {
        margin-bottom: 30px;
    }
}

/*-----------------------------
採用情報
-----------------------------*/
.top-recruit {
    background: #ebece7;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-recruit .txt-wrap {
    padding: 50px 0;
    width: 50%;
}

.top-recruit .txt-wrap .txt-inner {
    width: 90%;
    max-width: 420px;
    margin: 0 auto;
    position: relative;
}

.top-recruit p {
    font-size: 15px;
    margin-bottom: 40px;
}

.top-recruit figure {
    display: none;
}

.top-recruit::after {
    display: block;
    content: '';
    width: 50%;
    height: auto;
    margin: 0;
    background: url(../img/top/recruit@2x.jpg);
    background-size: cover;
}

.top-recruit a.more {
    margin: 0 auto;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {

    .top-recruit .txt-wrap {
        width: 100%;
    }

    .top-recruit .txt-wrap .txt-inner {
        width: 90%;
        max-width: 530px;
    }

    .top-recruit::after {
        display: none;
    }

    .top-recruit figure {
        display: block;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {

    .top-recruit p {
        margin-bottom: 30px;
    }
}
