@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;
	border-top: 5px solid #00B38F;
}


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

.base-color-bg {
    background-color: #00B38F;
    color: #fff;
}

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


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

.base-color {
    color: #0F997D;
}

.base-sb-color {
    color: #E2EFFF;
}
/*代表者の名前*/
.president-name {
  font-size: 20px;
  text-align: right;
}

/*コピーライト*/

.copy {
    font-size: 12px;
    padding: 10px 0;
    background-color: #00B38F;
    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: 10px;
}

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

/*お問い合わせ*/
.contact_box {
	height: 600px;
	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;
}

/*フッターのリンク*/
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #F0AD4E;
}


/*汎用文字サイズ*/
.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;
}
.mb100 {
	margin-bottom: 300px;
}
.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: 17px;
}

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


/*サイトヘッダー*/

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

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

.tel-box {
    text-align: right;
	margin-top:50px;
}

.tel-box>span {
    font-size: 2.0em;
}

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


/*グローバルナビ*/

.navbar {
    margin-bottom: 0px;
}

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

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


/*トップへ戻る*/

.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%;
    }
}
/*************

個別記述CSS

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


.ori_headline_bg01 {
    background: url(../img/top_01.jpg) no-repeat 0% 50%;
     padding-left: 20px;
}
.ori-table {
    background-color: #f7f7f7;
}
.ori-table tr {
    border: none;
}
.ori-table th {
    font-weight: normal;
    border: 3px solid #fff;
    text-align: center;
}

.ori-table td {
	border: 3px solid #fff;

}
.ori-table > thead > tr > th, .ori-table > tbody > tr > th, .ori-table > tfoot > tr > th, .ori-table > thead > tr > td, .ori-table > tbody > tr > td, .ori-table > tfoot > tr > td {
    border-top: none;
}
.ori-footer {
    background-color: #3375cb;
}
.ori-footer a {
    color: #fff;
}
.ori-footer a:hover {
    color:#F90;
}
.ori-copy {
    color: #fff;
    font-size: 12px;
}
.title{
	color:#0F997D;
	font-size:18px;
	font-weight:bold;
padding-bottom: 1px;
border-bottom: solid 4px #c8efe7;
position: relative;
margin-top:20px;
}

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

tr.head{
	border-top:none;
}
.menu{
	text-align: center;
}
/* 採用情報 */
.recruit{
    font-family: sans-serif;;
}
.recruit img {
    display: block;
    width: 100%;
}
.recruit h3{
    font-size: 46px;
    font-weight: bold;
    text-align: center;
}
.recruit h3 span{
    font-size: 20px;
    margin-top: 5px;
    font-weight: normal;
    font-family: 'Lato';
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 4rem;
    color: #009B7B;
}
.recruit .sec01{
    position: relative;
    z-index: 100;
}
.recruit .sec01 .fv{
    max-width: 900px;
    margin:0 auto 4rem;
}
.recruit .sec01 .schedule{
    max-width: 700px;
    margin:0 auto;
}
.recruit .sec02{
    padding: 100px 15px;
    position: relative;
    z-index: 100;
}
.recruit .sec02 ul{
    padding: 0;
}
.recruit .sec02 ul li{
    position: relative;
    background-color:#F0F0F0 ;
    margin: 0 auto 4rem;
    padding: 2%;
    list-style:none;
    font-size: 16px;
    max-width: 900px;
}
.recruit .sec02 ul li img{
    position: absolute;
    max-width: 13rem;
    bottom: 0;
}
.recruit .sec02 ul li:nth-child(2) img{
    max-width: 16rem;
    left: 5rem;
}
.recruit .sec02 ul li:nth-child(3) img{
    max-width: 15rem;
}
.recruit .sec02 ul li .txtArea {
    margin-left: 160px;
}
.recruit .sec02 ul li .txtArea span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}
.recruit .sec02 ul li .txtArea .tag {
    display: inline-block;
    padding: 4px;
    color: #fff;
    background-color: #009B7B;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}
.recruit .sec03{
    padding: 0 15px 100px;
}
.recruit .sec03 ul{
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recruit .sec03 ul li{
    width: 49%;
    background-color: #e9f4f1;
    list-style: none;
    padding: 2%;
    text-align: center;
    padding: 2% 2% 13%;
    position: relative;

}

.recruit .sec03 ul li img{
    position: absolute;
    width: 17rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.recruit .sec03 ul li:nth-child(2) img{
    width: 13rem;
}
.recruit .sec03 ul li .ttl{
    font-size: 20px;
    font-weight: bold;
    background: #009B7B;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 4px;
}
.recruit .sec03 ul li p{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
}
.recruit .sec03 ul li p span{
    font-size: 56px;
}
.recruit .sec03 ul li p .holiday {
    font-size: 12px;
    display: block;
}
.recruit .sec04{
    padding: 0 15px 100px;
    text-align: center;
    position: relative;
    z-index: 100;
}
.recruit .sec04 p{
    font-size: 16px;
}
.recruit .sec04 p a{
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    color: #009B7B;
}
.recruit .sec04 p a{
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    color: #009B7B;
}
.recruit .bg01{
    max-width: 90px;
    position: absolute;
    z-index: -1;
    bottom: 10rem;
}
.recruit .bg02{
    max-width: 160px;
    position: absolute;
    z-index: -1;
    top: 19rem;
    right: 10rem;
}
.recruit .bg03{
    max-width: 200px;
    position: absolute;
    z-index: -1;
    bottom: -3rem;
    left: 10rem;
}
.recruit .sec04 table.table {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .recruit .for_sp{
        display: none;
    }
    .recruit .sec03 ul li:nth-child(-n+2){
        margin-bottom: 16px;

    }
    .recruit .sec03 ul li .ttl{
        margin-bottom: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .recruit .for_pc{
        display: none;
    }
    .recruit h3 {
        font-size: 28px;
    }
    .recruit h3 span {
        font-size: 14px;
        margin-bottom:3rem;
    }
    .recruit .sec02 {
        padding: 60px 15px;
    }
    .recruit .sec02 ul li {
        margin: 0 auto 2rem;
        padding: 4%;
    }
    .recruit .sec02 ul li .txtArea span {
        font-size: 20px;
    }
    .recruit .sec02 ul li .txtArea {
        margin-left: 0;
        margin-right: 7rem;
    }
    .recruit .sec02 ul li .txtArea .tag {
        font-size: 13px;
    }
    .recruit .sec02 ul li img {
        position: absolute;
        max-width: 13rem;
        bottom: 0;
    }
    .recruit .sec02 ul li img {
        max-width: 8rem;
        bottom: 0;
        right: 0;
        transform: scale(-1, 1);
    }
    .recruit .sec02 ul li:nth-child(2) img {
        max-width: 10rem;
        right: 2rem;
        position: absolute;
        left: auto;
        transform: scale(-1, 1);
    }
    .recruit .sec02 ul li:nth-child(3) img {
        max-width: 9rem;
    }
    .recruit .sec03 {
        padding: 0 15px 60px;
    }
    .recruit .sec03 ul {
        display: block;
        max-width: 100%;
    }
    .recruit .sec03 ul li {
        padding: 5% 3% 31%;
        margin-bottom: 2rem;
        width: 100%;
    }
    .recruit .sec03 ul li .ttl {
        font-size: 18px;
    }
    .recruit .sec03 ul li p {
        font-size: 24px;
        margin: 14px 0 20px;
    }
    .recruit .sec03 ul li p span {
        font-size: 46px;
    }
}
/* お知らせ */
.news ul{
    padding: 0;
}
.news ul li{
    list-style: none;
    padding: 2% 2% 1%;
    background-color: #efefef;
    margin-bottom: 8px;
}
.news ul li .date{
    color: #00B38F;
    font-weight: bold;
    margin-bottom: 4px;
}
.news_btn a{
    background: #01b38f;
    padding: 12px 20px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}
.news_btn a:hover{
    text-decoration: none;
    background: #019578;
}