@charset "utf-8";

/*===============================================
●common_sp.css  画面の横幅が750px以下
===============================================*/
@media print , screen and (max-width : 750px ){

/*--------------------------------------------
		  横揺れ対策
--------------------------------------------*/

    html,
    body {
    overflow-x: hidden!important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    }
/*--------------------------------------------
		    やまもと追加
--------------------------------------------*/

#kankyo {
    width: 90%;
    padding: 50px 20px;
}

#service .nav li {
    width: 35%;
}
.border {
    border: solid 3px #22608a;
}
#service #message02 {
    width: 93%;
    margin: 0px auto 50px;
    padding: 4% 2%;
    /* text-align: center; */
}
 #service #message02 .ttl {
        font-size: 2rem;
        line-height: 1.5;
        font-weight: bold;
        color: #22608a;
        position: relative;
        margin-bottom: 20px;
        /* padding-bottom: 20px; */
        letter-spacing: 2px;
    }

    #public {
        padding-top: 0;
        padding-bottom: 50px;
    }   



    /*表クラス*/
table {
    margin:10px 0;
}
table , td, th {
    border: 1px solid #595959;
    border-collapse: collapse;
}
td, th {
    padding: 5px;
    width: 50px;
    height: 25px;
}
th {
    background: aliceblue;
    padding: 10px 0px;
}
.even {
    background: #fbf8f0;
}
.odd {
    background: #fefcf9;
}
/*表クラス*/

/*--------------------------------------------
		サイト基本設定
--------------------------------------------*/

body {
	max-width: 750px;
    height: auto;
	color:#333;
    font-size: 15px;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
    line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
a {
	color:#555;
	text-decoration:none;
	display:inline-block;
}
img {
	border: 0;
	max-width:100%;
	height:auto
}

/*--------------------------------------------
		共通クラス／共通コンテンツ
--------------------------------------------*/

.for_pc {
	display:none !important;
}
.last {
	margin-bottom:0 !important;
}

/*--------------------------------------------
		header / ヘッダー
--------------------------------------------*/

#header {
	width: 100%;
    min-height: 165px;
}
#header .hdr_inner .hdr_logo {
	float: left;
    width: 210px;
	padding: 30px 5%;
}
/*　ハンバーガーメニュー　*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 3;
  right: 5%;
  top: 26px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
	display: block;
	position: absolute;
	width: 25px;
	height: 1px;
	left: 6px;
	background: #666;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 18px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  background-color: rgba( 15, 76, 117, 0.8 );
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 6% 0;
  font-weight: bold;
  text-decoration :none;
}
nav.globalMenuSp ul li a span {
    font-size: 3vw;
    color: #89cbf9;
    font-weight: normal;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
#header .open {
	display: block !important;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#header #sp_nav li {
	width: 88%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #666;
    padding: 8px 6% 8px 6%;
    margin-bottom: 1%;
}
#header #sp_nav li:last-child {
	margin-bottom:0;
}
#header #sp_nav li span {
	color:#ef6a16;
	font-size:10px;
	font-weight:normal;
	display:inline-block;
	margin-left:10px;
}
#header #sp_nav li p {
    border-bottom: #fff 1px dotted;
    padding-bottom: 5px;
	margin: 5px 0;
}
#header #sp_nav li a {
	float:left;
	width:50%;
	color: #fff;
    font-size: 13px;
    background: url(../Images/common/arrow_white_s.png) left center no-repeat;
    background-size: 6px;
    display: block;
	box-sizing:border-box;
    padding: 2% 2% 2% 4%;
}
#header #sp_nav li.nav01 a {
	float:none;
    font-size: 16px;
	background:none;
    padding: 0;
}
#header #sp_nav li.nav02 {
	background:#0a7ece;
}


/*--------------------------------------------
		breadcrumb / ぱんくず
--------------------------------------------*/

#breadcrumb {
	display:none;
}

/*--------------------------------------------
		footer / フッター
--------------------------------------------*/

#footer {
	width: 100%;
}
#footer .ftr_sp {
	padding: 40px 0 15px;
}
#footer .ftr_sp .ftr_top {
	text-align: center;
    padding: 0 13px;
}
#footer .ftr_sp .ftr_top dt {
	text-align: center;
    border-bottom: #207148 1px solid;
    padding-bottom: 5%;
    margin: 0 auto 5%;
}
#footer .ftr_sp .ftr_top dt img {
	width: 65%;
}
#footer .ftr_sp .ftr_top dd {
	font-size:13px;
}
#footer .ftr_sp ul {
	text-align:center;
	padding: 0 13px;
}
#footer .ftr_sp ul li:last-child {
	margin-top:5%;
}
#footer .ftr_sp ul li .ttl {
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}
#footer #copyright {
    font-size: 10px;
    text-align: center;
    line-height: 1.3;
    padding: 4%;
}
#footer #copyright a {
	color: #fff;
    text-decoration: underline;
}
/*--------------------------------------------
       トップページ
--------------------------------------------*/
#top section{
    padding: 80px 0;
}
#top h2{
    font-size: 10vw;
    color: #207148;
    margin-bottom: 45px;
    position: relative;
    font-family: 'Noto Sans';
    letter-spacing: 2px;
    z-index: 10;
}
#top h2 span{
    font-size: 1rem;
    display: block;
    line-height: 1;
    margin-top: -2px;
    font-weight: normal;
}
/*キーイメージ*/
#top #keyimg{
	width: 100%;
    height: 415px;
    position: relative;
    background: url(../Images/top/keyimg_sp.jpg) no-repeat bottom;
    background-size: cover;
    background-position: left 68% center;
}
#top #keyimg img{
    max-width: 100%;
    height: 415px;
}
#top #keyimg .message {
    position: absolute;
    top: -62px;
    left: 6%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 2;
}
#top #keyimg .message .big{
    font-size: 8vw;
    line-height: 1.3;
    font-weight: bold;
    font-family: serif;
    margin-left: 1%;
}
#top #keyimg .message .small{
    font-size: 3vw;
    font-weight: bold;
}

/*会社概要*/
#top #company h2{
	padding: 0 10% 0;
}
#top #company .imgArea {
    margin-bottom: 30px;
}
#top #company .tArea{
    box-sizing: border-box;
    padding: 0 10% 0;
} 
#top #company h2:before{
	content: "PRODUCT";
    color: #2071483b;
    font-size: 12vw;
    position: absolute;
    font-family: serif;
    z-index: -10;
    top: -17px;
    left: 25px;
    right: 0;
    margin: auto;
}
#top #company .tArea p{
    margin-bottom:30px;
}
#top #company .tArea .btn a {
    background: #207148;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    display: inline-block;
}
/*サービス紹介*/
#top #service {
    background-image: url(../Images/top/bg_01.jpg);
    background-size: cover;
    position: relative;
    padding-bottom: 240px;
}
#top #service h2:before{
	content: "SERVICE";
    color: #9fc8e4;
    font-size: 12vw;
    position: absolute;
    font-family: serif;
    top: -17px;
    left: -16px;
    right: 0;
    margin: auto;
    z-index: -10;
}
#top #service .tArea{
    box-sizing: border-box;
    padding: 0 10% 0;
} 
#top #service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 480px;
    padding: 0 3%;
}
#top #service ul li a {
    width: 100%;
    padding: 8% 0;
    background: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 4vw;
}
#top #service li {
    width: 49%;
    background: #fff;
    margin-bottom: 2%;
    text-align: center;
}
#top #service li span {
    display: inline-block;
    padding-right: 40px;
    background: url(../Images/common/arrow.png) right center/60px 4px no-repeat;
    background-size: 29%;
}
/*実績紹介*/
#top #works {
   padding: 80px 4% 80px !important;
   background-color: #E4EFE6;
}
#top #works h2{
    text-align: center;
}
#top #works h2:before{
    content: "COMPANY";
	color: #2071483b;
    font-size: 12vw;
    position: absolute;
    font-family: serif;
    top: -20px;
    left: 0;
    right: 0;
    z-index: -10;
    margin: auto;
}
#top #works ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
#top #works ul li{
    margin-bottom: 5%;
}
#top #works ul li:last-child{
    margin-bottom: 0;
}
#top #works p{
    text-align: center;
    display: block;
    padding: 1% 0;
    background: #207148;
    color: #fff;
    font-size: 3.5vw;
}
#top #works .btn a {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #207148;
    color: #fff;
	padding: 20px 0;
    width: 80%;
}
/*採用情報*/
#top #recruit{
    padding-top: 0px;
}
#top #recruit h2{
    text-align: center;
}
#top #recruit h2:before{
	content: "RECRUIT";
    color: #2071483b;
    z-index: -10;
    font-size: 12vw;
    position: absolute;
    font-family: serif;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
#top #recruit .imgArea{
    position: relative;
    margin-bottom: 80px;
}
#top #recruit .imgArea p{
    position: absolute;
    font-family: serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    font-size: 5vw;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    background: #14472D;
    color: #fff;
    right: 10%;
    top: -61px;
}
#top #recruit .imgArea p.m2{
      right: 19%;
}  
#top #recruit .tArea{
    padding: 0 10%;
}
#top #recruit .tArea p{
    margin-bottom: 20px;
}
#top #recruit .tArea .btn a {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #207148;
    color: #fff;
    padding: 20px 0;
}
/*お知らせ*/
#top #news{
    padding: 50px 10%;
    /* background: #e9eaea; */
    text-align: center;
}
#top #news h2{
	text-align: left;
    color:#14472D;
    width:30%;
}
#top #news ul li dl{
	text-align: left;
    font-weight: bold;
    margin-bottom: 3%;
    display: flex;
    flex-wrap: wrap;
}
#top #news ul li dl dt {
    margin-right: 10px;
}
#top #news ul li dl dd.cat {
    background: #14472D;
    font-size: 2.5vw;
    color: #fff;
    height: 16px;
    margin-top: 2px;
    font-weight: bold;
    padding: 1px 10px;
    text-align: center;
    padding: 3px 10px 1px;
}
#top #news ul li.detail {
    text-align: right;
    font-weight: bold;
    margin-top: 10%;
}
#top #news ul li.detail p {
    background: url(../Images/common/arrow.png) right center/60px 4px no-repeat;
}
#top #news ul li.detail p span{
    padding-right: 68px;
}
/*お問合せ*/
#contact{
    padding: 50px 10% !important;
    background-image: url(../Images/top/bg_02.jpg);
    background-size: cover;
}
#contact ul{
    background-color: rgba( 255, 255, 255, 0.8 );
    padding: 8% 8% 12%;
}
#contact ul li{
    text-align: center;
}
#contact ul li:first-child{
    margin-bottom: 8px;
}
#contact ul li dl dt.con{
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 32px;
    font-family: 'Noto Sans';
    letter-spacing: 2px;
    position: relative;
}
#contact ul li dl dt.con span {
    font-size: 0.9rem;
    display: block;
    line-height: 2;
    margin-top: -9px;
    font-weight: normal;
}
#contact ul li dl dt.con:before{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #207148;
}
#contact ul li dl dt:before{
    content:"";
    display:inline-block;
    width: 0.8em;
    height: 0.8em;
    background:url(../Images/top/tel.png) no-repeat;
    background-size:contain;
}

#contact ul li dl dt{
    font-size: 8vw;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 7%;
}
#contact ul li dl dt span{
    font-size: 4vw;
    display: block;
    margin-top: -7px;
    font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact ul li dl dd a{
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #207148;
    color: #fff;
    padding: 5% 0;
}
/*--------------------------------------------
       下層ページ共通
--------------------------------------------*/
.breadcrumbs ul {
	display: flex;
    justify-content: flex-end;
    padding: 20px 5%;
}
.breadcrumbs ul li{
    font-size: 12px;
    font-weight: bold;
}
.breadcrumbs ul li a {
    display: inline-block;
    position: relative;
    margin-right: 36px;
    padding-right: 9px;
    transition: all .2s;
}
.breadcrumbs ul li a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 45px;
    margin-top: -5px;
    width: 100%;
    height: 5px;
    background: url(../Images/common/arrow2.png) 0 0 no-repeat;
}
#main{
    padding: 30px 10%;
    position: relative;
}
#main h2 {
    position: relative;
    font-size: 9vw;
    color: #207148;
    letter-spacing: 2px;
    font-family: 'Noto Sans';
}
#main h2:before {
	color: #2071483b;
    font-size: 10vw;
    position: absolute;
    font-family: serif;
    z-index: -10;
    top: -12px;
    left: 0;
}
#main h2 span{
    position: relative;
    display: block;
    font-size: 16px;
    color: #333;
    letter-spacing: 3px;
    border-left: 4px solid #207148;
    padding-left: 10px;
}
.nav{
	display: flex;
    padding: 0 15px;
    margin: 0 auto;
}
.nav li{
    width: 25%;
}
.nav a {
	display: block;
    padding: 10px 0;
    margin-right: 1%;
    font-size: 3vw;
    background: #207148;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Noto Sans';
}
h3 {
	font-size: 6vw;
    font-family: 'Noto Sans';
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 4.2px;
}
h3 span {
    display: block;
    font-size: 3vw;
    letter-spacing: 2px;
    font-weight: normal;
    color: #207148;
    margin-top: -4px;
}
/*--------------------------------------------
       会社概要
--------------------------------------------*/


#company #greeting .info_greeting .message_sp{
        font-size: 26px;
    line-height: 1.3;
    font-weight: bold;
    font-family: serif;
    writing-mode: inherit;
    color: #14472d;
    padding: 50px;
    display: grid;
    align-items: center;
}
#company #header{
    min-height: 93px;
} 
#company #main h2:before {
    content: "COMPANY";
}
/*会社概要*/
#company #greeting {
    padding: 60px 5%;
}
#company #greeting .info .imgArea {
    margin-bottom: 30px;
}
#company #greeting .info .tArea {
	font-weight: bold;
}
#company #greeting .info .tArea span {
	display: block;
    font-size: 4.5vw;
    letter-spacing: 2px;
    padding-top: 30px;
    font-weight: bold;
    text-align: right;
}
#company #greeting .info .message {
    font-size: 6vw;
    margin: 0 auto;
    line-height: 1.3;
    font-weight: bold;
    font-family: serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #207148;
    margin-bottom: 10px;
}
/*会社情報*/
#company #com{
    padding: 60px 5%;
    background: #f6f6f6;
}
#company #com .info {
    padding: 5%;
    background: #fff;
}
#company #com dl {
    padding: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
}
#company #com dl:last-child {
    border-bottom: none;
}
#company #com dl dt {
    margin-bottom: 5px;
}
/*沿革*/
#company #history{
    padding: 60px 5%;
    background: #2071481a;
    background-image: url('../Images/company/bg_01.jpg');
    background-size:cover;
}
#company #history .time {
	width: 100%;
    background: #fff;
    padding: 5%;
    box-sizing: border-box;
}
#company #history .time .timeline {
  list-style: none;
}
#company #history .time .timeline p {
	width: 100%;
    font-weight: 600;
    display: inline-block;
}
#company #history .time .timeline li {
  	margin-bottom: 60px;
}
#company #history .time .timeline li {
    margin: 0;
    border-bottom: 1px solid #20714838;
    padding-bottom: 10px;
}
#company #history .time .timeline li:last-child {
    border-bottom: none;
}
#company #history .time .timeline-date {
    margin-top: 20px;
}
#company #history .time .timeline-content p.last {
    margin-bottom: 20px !important;
}
#company #history .imgArea{
    width: 100%;
    background: url('../Images/company/bg_02.jpg');
    background-size: cover;
}
/*アクセス*/
#company #access{
    padding: 60px 5%;
}
#company #access p{
    margin-top:10px;
}
#company #access iframe {
    height: 300px;
}
/*--------------------------------------------
       サービス紹介
--------------------------------------------*/
#service #header{
    min-height: 93px;
} 
#service #main h2:before {
    content: "SERVICE";
}
/*メッセージ*/
#service #message {
    padding: 60px 5%;
    text-align: center;
}
#service #message .ttl {
	font-size: 5.5vw;
    line-height: 1.3;
    font-weight: bold;
    color: #22608a;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    letter-spacing: 2px;
}
#service #message .ttl:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  background: #999;
}
#service h3 {
    margin-bottom: 11px;
}
/*建築工事・土木工事*/
#service #architecture{
    padding-top: 30px;
}	
#service #architecture,
#service #civil,
#service #public{
    padding-bottom: 30px;
    background: #e8f0f8;
}	
#service #architecture .info,
#service #civil .info{
    position: relative;
}
#service #architecture .info .tArea,
#service #civil .info .tArea{
	box-sizing: border-box;
    padding: 5%;
}
#service #civil {
    padding-top:0;
}
/*公共工事・不動産開発*/
#service #public .info .tArea,
#service #real .info .tArea{
    box-sizing: border-box;
    padding: 5%;
}
#service #real{
	background: #e8f0f8;
    padding-bottom: 60px;
}
/*--------------------------------------------
       実績紹介
--------------------------------------------*/
#works #header{
    min-height: 93px;
} 
#works #main h2:before {
    content: "WORKS";
}	
#works #work{
    padding: 60px 5%;
}
#works .work_c{
    background: #edf8ff;
}
#works .work_c2{
    background: #ddedf7;
}
#works #work ul li{
    position: relative;
    width: 100%;
    margin-bottom: 20%;
}
#works #work ul li .imgArea img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
#works #work ul li .tArea{
    position: absolute;
    background: #fff;
    bottom: -42px;
    right: -5%;
    width: 80%;
    padding: 4%;
    border-left: 4px solid #207148;
}
/*--------------------------------------------
       採用情報
--------------------------------------------*/
#recruit #header{
    min-height: 93px;
} 
#recruit #main h2:before {
    content: "RECRUIT";
}   
#recruit .nav li {
    width: 50%;
}
#recruit #new,#recruit #mid{
    padding: 60px 5%;
}
#recruit #mid{
    padding-top: 0;
}
#recruit table {
    width: 100%;
}
#recruit table th {
width: 15%;
    line-height: 1.2;
    background-color: #ddd;
    border-right: #fff 3px solid;
    border-bottom: #fff 3px solid;
    padding: 3%;
}
#recruit table th.address {
    width: 11%;
    background-color: #ddd;
}
#recruit table td {
    width: 85%;
    font-size: 14px;
    background-color: #eee;
    border-bottom: #fff 3px solid;
    padding: 3%;
}
#recruit #new table th {
    background-color: #c3d6e6;
}
#recruit #new table td {
    background-color: #2071483b;
}
#recruit table dl span a {
    font-weight: bold;
    color: #207148;
}
/*--------------------------------------------
       お問い合わせ
--------------------------------------------*/
#contact_form #header{
    min-height: 93px;
} 
#contact_form #main h2:before {
    content: "CONTACT";
}  
#contact_form section#contact_f {
    padding: 0px 5%;
}
#contact_form section#contact_f p{
    margin-bottom: 30px;
    font-weight: bold;
}




}