@charset "utf-8";
/* CSS Document */

/*共通・HOME*/
html, html * {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif", "メイリオ", "ＭＳ ゴシック";
  	box-sizing: border-box;
}

header {
	width: 100%;
  	max-width: 1150px;
	margin: 0px auto;
  	height: 90px;
  	border-bottom: 1.5px solid #001976;
  	display: flex;
  	justify-content: space-between;
	background: #FFFFFF;
	position: sticky;
	top: 0;
}

footer {
	width: 100%;
  	max-width: 1150px;
	height: 80px;
  	text-align: center;
	margin: 40px auto 0px;
	border-top: 1.5px solid #001976;
}

.style-logo img {
  	float: left;
  	height: 50px;
  	margin: 25px 0px 0px 15px;
}

.style-nav {
  	float: right;
  	height: 30px;
  	margin-top: 45px;
  	margin-right: 5px;
}

.style-nav li {
  	border-right: 1px solid #001976;
  	display: inline-block;
}

.style-nav li:last-child {
  	border-right: none;
}

.style-nav a {
  	text-align: center;
  	list-style: none;
  	text-decoration: none;
  	font-weight: bold;
  	padding: 0px 10px 0px 10px;
  	color: #001976;
}

.navbtn-txt {
	display: none;
}

.main-area {
  	max-width: 1000px;
  	margin: 40px auto 0px;
  	background-image: url("../images/oldworkgp.png");
  	background-size: cover;
	text-align: center;
  	color: #5D5957;
	padding: 40px;
}

.main-txt-a {
  	font-size: 30px;
  	font-weight: bold;
  	margin-bottom: 50px;
}

.main-txt-b {
	max-width: 750px;
    font-size: 20px;
    font-weight: bold;
	margin: 0px auto;
}

h1 {
    font-size: 22px;
    font-weight: bold;
}

h6 {
	font-size: 18px;
  	font-weight: bold;
	margin-top: 24px;
	color: #001976;
	}

.tie {
    width: 96%;
  	max-width: 1150px;
	margin: 0px auto;
    height: 40px;
    background-color: #001976;
    color: #ffffff;
	padding: 2px 0px 0px 25px;
}

.tie-a {
	margin-top: 60px;
}

.tie-b {
	margin-top: 40px;
}

.photo {
	width: 96%;
	max-width: 1080px;
	margin: 20px auto 0px;
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
	align-items: center;
}

.photo:after {
	content: " ";
	display: block;
	clear: both;
}

.cs-photo {
	width: calc(30% - 25px);
	margin: 25px 25px 20px;
}

.sp {
	display: none;
}

.sp-b {
	display: none;
}

.show .style-nav ul{
	transform: translate(0%);
}
/*共通・HOME　最後*/

/*企業理念*/
.grt {
	width: 85%;
	max-width: 950px;
	margin: 0px auto;
}

.grt-text {
	font-size: 18px;
	margin: 40px auto 0px;
    color: #5D5957;
}

.grt-ceo {
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
	padding-right: 10px;
	color: #5D5957;
}

.plc-ttl-a {
	margin-top: 40px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 5px solid #D2D0D0;
}

.plc-cts {
	width: 95%;
	margin: 0px auto;
}

.plc-ttl-b {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #4E78D9;
	padding-left: 10px;
	border-bottom: 1px dotted #D2D0D0;
}

.plc-ttl-c {
	margin-top: 10px;
	font-size: 18px;
	padding-left: 25px;
	color: #5D5957;
}
/*企業理念　最後*/

/*会社概要*/
.abt {
	width: 85%;
	max-width: 850px;
	margin: 40px auto;
}

.abt-bdr {
	text-align: left;
	font-size: 18px;
	border-bottom: 1.5px dotted #D2D0D0;
}

.abt-left {
	width: 125px;
	color: #4E78D9;
	padding: 13px 0px 10px 10px;
}

.abt-right {
	padding: 0px 30px 0px 15px;
	color: #5D5957;
}

.abt-right-b {
	padding: 0px 30px 10px 15px;
	color: #5D5957;
}

.abt-photo {
	width: 96%;
	max-width: 1080px;
	margin: 10px auto 0px;
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
}

.abt-photo:after {
	content: " ";
	display: block;
	clear: both;
}

.abt-oldphoto {
	width: calc(75% / 2);
	margin: 15px 15px 5px;
}

.abt-photo-txt {
	font-size: 15px;
	text-align: center;
	color: #5D5957;
	padding-top: 5px;
}

.abt-oldwrk-text {
	font-size: 15px;
	text-align: center;
	color: #5D5957;
	margin: -10px auto 0px;
}
/*会社概要　最後*/

/*施工実績*/
.wrk {
	width: 85%;
	max-width: 950px;
	margin: 40px auto 0px;
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
}

.wrk-cts {
	width: calc(50% - 20px);
  	margin: 10px;
}

.wrk-year {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	background-image: linear-gradient(90deg, #4E78D9, white 95%);
}

.wrk-cst {
	font-size: 18px;
	color: #5D5957;
	line-height: 2.0em;
	padding: 15px 0px 0px 35px;
}

.wrk-cts:after {
	content: " ";
	display: block;
	clear: both;
}
/*施工実績　最後*/

/*採用情報*/
.rct {
	width: 85%;
	max-width: 950px;
	margin: 0px auto;
}

.rct-ttl {
	font-size: 20px;
	color: #5D5957;
	width: 85%;
	max-width: 780px;
	margin: 40px auto 0px;
}

.rct-table {
	width: 85%;
	max-width: 730px;
	margin: 10px auto;
}

.rct-td-l {
	width: 130px;
    padding: 5px;
    color: #5D5957;
}

.rct-td-r {
    padding: 5px 0px 5px 15px;
    color: #5D5957;
}

.cnt-btn {
	width: 250px;
	height: 50px;
	border-radius: 10px;
	background-color: #E69F23;
	padding-top: 9px;
	margin: 50px auto;
}

.cnt-btn a {
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	
}
/*採用情報　最後*/

/*お問い合わせ*/
.contact {
	width: 90%;
	max-width: 400px;
	margin: 40px auto
}

.cnt-item-label {
	width: 300px;
	margin-top: 35px;
}

.cnt-item-input {
	width: 400px;
	height: 40px;
	margin-top: 8px;
	align-items: center;
}

.cnt-item-textarea {
	width: 400px;
	height: 100px;
	margin-top: 8px;
}

.cnt-item-label {
	font-size: 18px;
	color: #5D5957;
}

.cnt-item-label-required {
	color: #F80004;
}

.cnt-form-btn {
	width: 80px;
	height: 30px;
	margin-top: 20px;
}
/*お問い合わせ　最後*/

/*スマホ用*/
@media (max-width: 460px) {
	/*会社概要*/
	.sp-b {
		display: block;
		font-size: 13px;
		text-align: center;
		line-height: 1.3em;
		margin-top: 5px;
		color: #5D5957;
	}
	
	.abt-photo {
		margin: 0px auto;
	}
	
	.abt-photo-txt {
		display: none;
	}
	.abt-oldwrk-text {
		padding-top: 6px;
	}
	/*会社概要　最後*/
	
	/*お問い合わせ*/
	.contact {
		width: 90%;
		max-width: 380px;
		margin: 30px auto 0px;
	}
	
	.cnt-item-label {
	margin-top: 20px;
	}
	
	.cnt-item-input {
		width: 100%;
		height: 40px;
		margin: 5px auto 0px;
		align-items: center;
	}
	
	.cnt-item-textarea {
		width: 100%;
		height: 100px;
		margin: 5px auto 0px;
	}
	
	.cnt-form-btn {
		width: 100px;
		height: 35px;
		font-size: 15px;
		margin-right: 15px;
	}
	
	.btn-reset {
		margin-left: 20px;
	}
	/*お問い合わせ　最後*/
	
}

/*タブレット-小用*/
@media (max-width: 768px) {
	/*共通・HOME*/
	.sp {
		display: block;
	}
	
	header {
		width: 100%;
  		border-bottom: 1px solid #001976;
	}
	
	body {
		width: 100%;
	}
	
	footer {
		margin-top: 25px;
		height: 50px;
  		text-align: center;
	}
	
	.main-area {
  		margin: 40px auto 0px;
		padding: 10px 35px;
	}
	
	.main-txt-a {
  		font-size: 25px;
  		font-weight: bold;
  		margin-bottom: 50px;
	}

	.main-txt-b {
    	font-size: 18px;
    	font-weight: bold;
		margin: 0px auto;
	}
	
	h6 {
		font-size: 13px;
		margin-top: 12px;
	}
	/*共通・HOME　最後*/
	
	/*企業理念*/
	.grt {
		width: 95%;
	}

	.grt-text {
		width: 90%;
		font-size: 15px;
		margin-top: 25px;
	}

	.grt-ceo {
		font-size: 16px;
		margin-top: 12px;
		padding-right: 30px;
	}

	.plc-ttl-a {
		margin-top: 20px;
		font-size: 20px;
		padding-left: 10px;
	}

	.plc-cts {
		width: 98%;
		margin: 0px auto;
	}

	.plc-ttl-b {
		margin-top: 20px;
		font-size: 18px;
		padding-left: 10px;
	}

	.plc-ttl-c {
		margin-top: 10px;
		font-size: 16px;
		padding: 0px 20px;
		color: #5D5957;
	}
	/*企業理念　最後*/
	
	/*会社概要*/
	.abt {
		width: 95%;
		margin: 20px auto;
	}

	.abt-bdr {
		font-size: 16px;
	}
	
	.abt-left {
		width: 75px;
		padding-left: 0px;
	}

	.abt-right {
		padding: 0px 0px 8px 15px;
	}

	.abt-right-b {
		padding: 0px 0px 8px 15px;
	}
	
	.abt-oldphoto {
		width: calc(80% / 2);
		margin: 15px 15px 5px;
	}

.abt-photo-txt {
	font-size: 15px;
	text-align: center;
	color: #5D5957;
	padding-top: 5px;
}

.abt-oldwrk-text {
	font-size: 15px;
	text-align: center;
	color: #5D5957;
	margin: -10px auto 0px;
}
/*会社概要　最後*/

	.abt-photo-txt {
		font-size: 14px;
		padding-top: 5px;
	}

	.abt-oldwrk-text {
		font-size: 14px;
		margin: -8px 0px 10px;
	}
	/*会社概要　最後*/

	/*採用情報*/
	.rct {
		width: 98%;
	}
	
	.rct-ttl {
		font-size: 15px;
		color: #5D5957;
		margin: 20px 20px 0px;
	
	}
	.rct-table {
		width: 90%;
		margin: 3px auto;
	}

	.rct-td-l{
		width: 95px;
    	padding: 3px;
    	color: #5D5957;
	}

	.rct-td-r{
    	padding: 3px 0px 3px 10px;
    	color: #5D5957;
	}
	
	.cnt-btn {
		width: 250px;
		height: 50px;
		border-radius: 10px;
		background-color: #E69F23;
		padding-top: 9px;
		margin: 30px auto;
	}
	/*採用情報　最後*/
	
	/*施工実績*/
	.wrk-cts {
		width: 98%;
	}
	/*施工実績　最後*/
	
	/*お問い合わせ*/
	.cnt-item-label {
		font-size: 15px;
		color: #5D5957;
	}
	/*お問い合わせ　最後*/
	
}

/*タブレット-中用*/
@media (max-width: 850px) {
	/*共通・HOME*/
	.tb {
		display: block;
	}
	
	.style-logo img {
  		float: left;
  		height: 50px;
  		margin-left: 10px;
	}
	
	.tie {
		width: 100%;
    	height: 40px;
    	padding-left: 20px;
	}
	
	.tie-a {
		margin-top: 30px;
	}

	.tie-b {
		margin-top: 20px;
	}
	
	h1 {
		font-size: 20px;
	}
	
	.f-tx {
		width: 90%;
		margin: 0px auto;
    }
	
	.navbtn {
		position: fixed;
		background: rgba(78,120,217,0.8);
		top: 17px;
		right: 15px;
		width: 60px;
		height: 60px;
		border-radius: 15%;
		padding: 3px;
		text-align: center;
		z-index: 1;
	}

	.navbtn-txt {
    	font-size: 11px;
    	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif", "メイリオ", "ＭＳ ゴシック";
    	font-weight: bold;
    	color: #ffffff;
		padding-top: 4px;
	}

	.navbtn span {
		display: block;
		width: 25px;
		height: 2px;
		margin: 0 auto;
		margin-top: 8px;
		background: #ffffff;
	}

	.style-nav ul {
		display: block;
		position: fixed;
		top: 90px;
		right: 0;
		background: rgba(78,120,217,0.8);
		width: 35%;
		transform: translate(100%);
		transition: 1s;
	}

	.style-nav li {
		width: 100%;
		height: 40px;
		text-align: center;
		border-bottom: 1px solid #FFFFFF;
		margin-top: 12px;
	}
	
	.style-nav li:last-child {
  		border-bottom: none;
	}
	
	.style-nav a {
		font-size: 15px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif", "メイリオ", "ＭＳ ゴシック";
		color: #FFFFFF;
	}
	
	.main-area {
		margin-top: 35px;
	  	padding: 20px 40px 20px 40px;
	}
	
	.main-txt-a {
  		font-size: 28px;
		margin-top: 15px;
	}
	
	.main-txt-b {
  		font-size: 20px;
		padding: 0px 0px 15px 0px;
	}
	
	.photo {
		margin: 25px auto 0px;
	}
	
	.cs-photo {
		width: calc(45% - 20px);
		margin: 15px 15px;
	}
	/*共通・HOME　最後*/
	
	/*施工実績*/
	.wrk {
		width: 98%;
		margin-top: 20px;
	}
	/*施工実績　最後*/
	
}

/*タブレット-大用*/
@media (max-width: 985px) {
	/*施工実績*/
	.wrk-year {
		font-size: 18px;
		padding-left: 10px;
	}

	.wrk-cst {
		font-size: 16px;
		padding: 15px 0px 0px 25px;
	}
	/*施工実績　最後*/
}
