@charset "utf-8";

/* CSS Document */


/*全体*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

body {
    font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*サイトカラー（背景色）*/

.base-color-bg {
    background-color: #E8F5D9;
    color: #333;
}

.base-sb-color-bg {
    background-color: #E8F5D9;
    color: #333;
}


/*サイトカラー（文字色）*/

.base-color {
    color: #8DCE41;
}

.base-sb-color {
    color: #d3e6d6;
}

/*代表者の名前*/
.president-name {
    font-size: 18px;
    text-align: right;
}

/*コピーライト*/

.copy {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    background-color: #8ECE42;
    color: #fff;
}

/*会社概要のdl*/
.dl-company-info>dd {
    margin-bottom: 15px;
}

/*パンくずリスト*/

.breadcrumb {
    background-color: #F9F9F9;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0px;
}

.breadcrumb>li+li:before {
    content: ">";
}


/*ページ大見出し*/

.headline-lg {
    /*font-family: 'Cardo', serif;*/
    font-size: 36px;
}


/*中見出し*/

.headline-md {
    font-size: 20px;
    font-weight: bold;
    padding: 7px 15px;
    margin-bottom: 30px;
}



/*コンテナー*/

.container-wrap {
    padding-top: 30px;
    padding-bottom: 45px;
}

.container-bg {
    background-color: #f9f9f9;
}

/*会社概要*/
#10 {
    margin-right: 50px;
}

/*事業内容*/

.title {
    color: #8DCE41;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 1px;
    border-bottom: solid 4px #E8F5D9;
    position: relative;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 35px;

}

.title2 {
    color: #8ECE42;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
    padding-bottom: 1px;
    border-bottom: solid 4px #E8F5D9;
    position: relative;

}

.title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #8DCE41;
    bottom: -3px;
    width: 30%;
}

.title2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #8DCE41;
    bottom: -3px;
    width: 30%;
}

.comment {
    padding: 0 30px;

}

.comment2 {
    padding: 0 30px;
    margin-bottom: 30px;

}

.mb {
    margin-bottom: 50px;
    padding: 0 30px;
}

.photo {
    margin-left: 18px;
}

/*お問い合わせ*/
.contact_box {
    height: 730px;
    margin-bottom: 30px;
}

/*施工実績*/
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #f9f9f9;
}

.name-box {
    font-weight: bold;
    height: 40px;
    text-align: center;
    margin-top: 10px;
}

/*フッターのリンク*/
.footer a {
    color: #333;
    text-decoration: none;
}

.footer a:hover {
    color: #F0AD4E;
    text-decoration: none;
}

/*汎用文字サイズ*/
.size16 {
    font-size: 16px;
}

/*汎用マージン・パディング*/

.m15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.m30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.p15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.p30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}


/*ボタン*/

.btn {
    border-radius: 24px;
    font-weight: bold;
    padding: 7px 30px;
    font-size: 14px;
    letter-spacing: 3px;
}

.btn>i {
    padding: 0 0 0 5px;
}


/*サイトヘッダー*/

.site-header {
    margin-bottom: 1.2em;
}

.site-header h1 {
    font-size: 10px;
    margin: 5px 0;
    color: #444;
}

.tel-box {
    text-align: right;
}

.tel-box>span {
    font-size: 2.0em;
    margin-right: -28px;
}

.tel-box i {
    font-size: 1.1em;
    margin-right: 0.3em;
}


/*グローバルナビ*/

.navbar {
    margin-bottom: 0px;
}

.navbar-nav>li {
    font-size: 1.0em;
}

.navbar-nav i {
    font-size: 1.1em;
    margin-right: 0.4em;
    color: #8ECD41;
}


/*トップへ戻る*/

.to-top {
    padding: 15px
}


/*PCサイズ用*/

@media (min-width: 992px) {

    /*全体*/
    .border-left {
        border-left: 1px solid #fff;
    }
}

@media (min-width: 768px) {

    /*グローバルナビ*/
    .navbar-default {
        background-color: rgba(255, 255, 255, 0.0);
        border: none;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar-nav>li {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-nav>li:first-child {
        border-left: none;
    }

    .nav-5>li {
        width: 20%;
    }

    .nav-6>li {
        width: 16.66666667%;
    }

    .nav-7>li {
        width: 14.28571428571429%;
    }

    .nav-8>li {
        width: 12.5%;
    }
}


/******************
コンポーネント
*******************/

/*button*/
.button {
    background-color: #333;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
}

.button:hover {
    background-color: #59b1eb;
    text-decoration: none;
}

.button {
    background-color: #333;
    color: #fff;
    line-height: 50px;
}

.button:hover {
    background-color: #59b1eb;
}

h5 {
    border-bottom: 3px solid #d3e6d6;
}

/*追加CSS*/
span.info {
    text-align: center;
    color: #8ece42;
    font-size: 16px;
    line-height: 19px;
    padding: 1px 8px;
    margin-right: 5px;
    border: solid 1px;
}

.logo {
    margin-top: 7px;
}

/* ボタン　*/
.btn-icon {
    display: inline-block;
    max-width: 100%;
    text-align: left;
    background-color: #F55057;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 2rem;
    border-radius: 30px;
    position: relative;
    letter-spacing: 2px;
}

.btn-icon:before {
    content: url(../img/mail.svg);
    margin-right: 4px;
    vertical-align: -5px;
}

.btn-icon:hover {
    color: #fff;
    background-color: #B53B41;
    text-decoration: none;
}

.syousai {
    text-align: center;
}

/* トップ＿事業実績　*/
h2.h1.text-center.h2top {
    font-weight: bold;
}

.container-fluid.base-sb-color-bg.container-wrap.top1 {
    background: #fff;
}

.top_minititle1 {
    position: relative;
    font-size: 18px;
    color: #8ece42;
    font-weight: lighter;
    letter-spacing: 3px;
    vertical-align: 26%;
    padding-bottom: 15px;
}

.top_minititle1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 56px;
    height: 2px;
    transform: translateX(-50%);
    background-color: #8ece42;
}

.jigyou {
    margin-top: 50px;
    padding: 15px;
}

/* トップ＿事業紹介　*/
.top0 {
    background: #E8F5D9;
}

.col-sm-12.j1 {
    text-align: center;
    background: #fff;
    padding: 30px 0px;
}

p.bi {
    color: #568910;
    font-size: 23px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* トップ＿会社概要　*/
.top2 {
    background: #f5f5f5;
}

.top_area {
    background: #fff;
    padding: 20px 3rem 40px 3rem;
    height: 342px;
}

.top_area_a {
    background: #fff;
    padding: 20px 50px 47px 50px;
    height: 556px;
    overflow: auto;
}

.top_title {
    font-size: 30px;
    font-weight: bold;
    border-left: #8ece42;
    padding: 0.25em 0.5em;
    border-left: solid 2px #8ece42;
    margin-bottom: 20px;
}

.top_minititle {
    font-size: 18px;
    color: #8ece42;
    font-family: 'Source Sans Pro', ;
    margin-left: 25px;
    font-weight: lighter;
    letter-spacing: 3px;
    vertical-align: 24%;
}

p.top_text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

p.tel {
    font-size: 40px;
    text-align: center;
}

.eigyo_time {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

dl.news {
    border-bottom: solid 1px #CCC;
}

dl dd,
dt {
    margin-bottom: 15px;
}

p.top_text_saiyou {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 26px;
}

.saiyou img {
    position: absolute;
    display: block;
    height: auto;
}


/* 画像レスポンシブ */

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

    .saiyou img {
        position: unset;
        margin: 0 auto;
        width: -webkit-fill-available;
    }

}

/*recruit.php*/

.regular {
    margin-bottom: 80px;
}

.con-btn {
    margin-bottom: 30px;
}

.con-btn a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 225px;
    padding: 10px 0px 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.con-btn a:before,
.con-btn a:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
}

.con-btn a:before {
    width: 0.5rem;
    height: 0.5rem;
    left: 1.1rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}

.con-btn a:after {
    left: 0;
    background: #8ECE42;
    z-index: 1;
    width: 3rem;
    height: 6rem;
    border-radius: 4rem;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.con-btn a span {
    position: relative;
    transition: all 0.3s;
    z-index: 3;
}

.con-btn a:hover span {
    color: #fff;
}

.con-btn a:hover:before {
    left: 2rem;
}

.con-btn a:hover:after {
    right: 0;
    width: 100%;
}
