﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#000000;
	font-family: "Sawarabi Gothic";
	background:#FAF5EF;
}
img{max-width: 100%;
	height:auto;
	vertical-align:bottom;/* 隙間をなくす */
	}
.center{text-align: center;}
.right{text-align: right;}
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}

/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #0B79C4;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	background: #FFFFFF;
}
.header_in{
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.logo{margin-top: -25px;}
.logo img{
	width: 100%;
	max-width: 350px;
}
.header_r{
	padding: 5px 0px 10px;
}
.sp_tel{
	border: none !important;
	padding: 10px 20px;
}



@media screen and (max-width:1200px){
	.header_in{width: 98%;}
}

@media screen and (max-width:1000px){
.header_in{padding: 0px 15px 30px;}
.logo{width: 60%;margin: 30px 0px 10px;}
.logo img{max-width: 350px;}
}

@media screen and (max-width:600px){
.header_in{padding: 0px 15px 25px;}
.logo{
	width: 75%;
	margin: 5px 0px 0px;
	padding-top: 5px;
	}2
}


/* -------------------ヘッダーBTN　-------------- */
.mail_btn{
	background: #001976!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 16px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.mail_btn a:hove{
	background:#0B79C4;
}
.mail_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.mail_btn i{padding-right: 5px;}


@media screen and (max-width:1000px){

}
/*SP メールボタン-----------------------------------------*/
.mail_sp{
border: none !important;
}
.mail_spbtn{
	background: #0B79C4;
	padding: 1em 1em;
	font-size: 18px !important;
	font-weight: bold !important;
	border-radius: 60px;
	margin-top: 10px;
}
.mail_spbtn i{padding-right: 5px;}
.mail_spbtn a:link,
.mail_spbtn a:visited {
	color:#FFF!important;
	text-decoration:none;
}
.mail_spbtn li a:hover,
.mail_spbtn li a:active{
	color:#FFF!important;
}


/*=============================
		footer
=============================*/
footer{width: 100%;}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	padding-top: 50px;
}

.f_copy{
	color:#000;
	font-size:12px;
	text-align:center;
	padding:30px 0px 0px;
}
ul.footer_ul{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.f_logo{
	text-align:center;
	margin:0 auto 30px;
	max-width: 350px;
}

@media screen and (max-width: 600px) {
.f_copy{
	font-size:11px;
	padding:15px 0px 0px;
}
.f_logo{
	width:60%;
	margin:0 auto;
	padding:10px 0px 10px;
}
}

/*fooder_menu（もくじ）-----------*/
ul.f_menu{
	margin-top:20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 12px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#000;
	text-decoration:none;
}
@media screen and (max-width: 600px) {
	ul.f_menu{display:none;}
}



/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 190%;
	color: #000000;
}
.S2{
	font-size:18px;
	line-height: 190%;
	color: #000000;
}
.S b{font-weight: bold;}
.M{
	font-weight: bold;
	color: #0B79C4;
	font-size: 23px;
	line-height: 160%;
	margin-bottom: 10px;
}
.L{
	font-weight: bold;
	color: #6b4017;
	font-size: 25px;
	line-height: 150%;
	margin: 0px 0px 20px;
}
.point{color:#F84400;}
.point2{color:#F84400;}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.green{color:#1f8515;}
.blue{color:#0B79C4;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:12px;line-height: 180%;}
.S2{font-size:16px;line-height: 180%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:18px;line-height: 180%;}
}

/*=============================
		title
=============================*/

.title1{
	font-family: "Satisfy", cursive;
	color: #464646;
	font-size: 40px;
	border-bottom:  solid 2px #8a827f;
	padding: 0px 20px 0px;
	margin-bottom: 20px;
}
.title1 i{
	font-size: 30px!important;
}
.title1 span{
	font-family: "Sawarabi Gothic";
	font-size: 20px!important;
	padding-left: 20px;
}

.title2{
	font-family: "Sawarabi Gothic";
	font-size: 25px;
	color: #464646;
	border-bottom:  solid 2px #8a827f;
	padding: 5px 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
	.title1{font-size: 30px;}
	.title1 span{font-size: 16px!important;}
	.title2{font-size: 18px;padding: 5px 20px;}
}

@media screen and (max-width: 600px) {
	.title2{font-size: 16px;padding: 5px 20px;}
}

/*title 画像----------------------------------------------------*/
.title_img{
	text-align: center;
	max-width: 200px;
	margin: 0 auto 50px;
}
.title_img2{
	text-align: center;
	max-width: 400px;
	margin: 0 auto 50px;
}
@media screen and (max-width: 1000px) {
.title_img{max-width: 160px;}	
}

@media screen and (max-width: 500px) {
.title_img{max-width: 140px;}
.title_img2{max-width: 300px;}
}


/* タイトル文 --------------------*/
.t_text{
	margin-bottom:30px;
	line-height:130%;
	font-size:30px;
	font-weight:bold;
	color:#6e4318;
	text-align:center;
}
@media screen and (max-width: 800px) {/*タブレット*/
.t_text{/* タイトル文 */
	font-size:25px;
}
}


/*=============================
		PT
=============================*/

.pt1{
	background:url("../vegas/slider1.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 130px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt2{
	background:url("../vegas/slider2.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 130px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt3{
	background:url("../vegas/slider3.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 130px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt4{
	background:url("../vegas/slider5.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt5{
	background:url("../img/pt/pt2.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt6{
	background:url("../img/pt/pt6.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt1:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4); /*半透明のフィルターをかける*/
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: "Satisfy", cursive;
	font-size: 70px;
	line-height: 160%;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 600px) {
.pt1,.pt2,.pt3,.pt4,.pt5,.pt6{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
}
.pt-inner h1{font-size: 30px;}
.pt-inner p{font-size: 18px;}
}
/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #001976;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*=============================
		ボタン（大）
=============================*/
.btn1{
	background-color:#001976;
	padding: 1.2em 4em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn1 a:hover{
	color:#FFFFFF!important;
	text-decoration: none;
}
.btn1:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn1 i{padding-left: 10px;}

.btn2{
	background-color:#FFFF;
	padding: 1.2em 4em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#001976!important;
	transition: all .2s;/* ふんわり */
}
.btn2 a:hover{
	color:#0000!important;
	text-decoration: none;
}
.btn2:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn2 i{padding-left: 10px;}


.btn_mini{
	padding: 1em 2em!important;
	font-size: 14px!important;
}
@media screen and (max-width: 600px) {
.btn1{
	font-size:16px;
	padding: 1em 3.5em;
	white-space: nowrap;
	}
.btn2{
	font-size:16px;
	padding: 1em 2em!important;
	white-space: nowrap;
	}
.btn_mini i{padding-left: 3px!important;}
}

/*=============================
		table
=============================*/
table.type01 {
	box-sizing: border-box;
	margin:10px 10px 30px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
}
table.type01 th {
	padding: 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}
table.type01 td {
	padding: 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
}


.w30{width: 30%!important;}
.nowrap{white-space: nowrap;}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01{font-size:12px;}
table.type01 th,
table.type01 td{padding: 10px;}
}



/*保有資格table-----------*/
.shikaku th{
	text-align: left!important;
}
.shikaku td{
	padding: 15px 30px!important;
}
.shikaku_box{
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 1100px) {
.shikaku td{
	padding: 10px!important;
}
}
@media screen and (max-width: 800px) {
.shikaku_box{
	flex-wrap: wrap;
}	
}

/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	height:700px;
	overflow:hidden;
	font-size:0;
}
.vegas_text{
	max-width: 700px;
	width: 80%;
	margin: 200px auto 0px;
	text-align: center;
	}

@media screen and (max-width: 1000px) {
#vegas_box{height:600px;}
.vegas_text{margin: 140px auto 0px;}
}
@media screen and (max-width: 700px) {
#vegas_box{height:500px;}
.vegas_text{margin: 100px auto 0px;}
}
@media screen and (max-width: 600px) {
.vegas_text{width: 90%;margin: 130px auto 0px;}
}
@media screen and (max-width: 550px) {
.vegas_text{margin: 120px auto 0px;}
}
@media screen and (max-width: 500px) {
.vegas_text{margin: 120px auto 0px;}
}

/*----------------------スクロールボタンの指定-------------------*/
.scroll{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  }
.scroll a{
    position: relative;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
	}
.scroll :before{/*矢印を作成する*/	
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite;
    }

@keyframes move {/*矢印をアニメーションする*/
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}

/*=============================
		BG
=============================*/
.bg_space{padding: 100px 0px;}/*スペースのみ*/
.bg1{
	padding: 100px 0px;
}
.bg2{/*背景白*/
	clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
	padding: 300px 0px 50px;
	background: #FFFF;
}
@media screen and (max-width: 600px) {
.bg_space{padding: 50px 0px;}
.bg1{padding: 40px 0px;}
.bg2{padding: 40px 0px;}
}
/*=============================
		共通
=============================*/
#main{
	width: 100%;
	padding: 100px 0px;
}
.p_top{
	padding-top: 50px;
}
.box{
	width: 95%;
	max-width:1300px;
	margin:0 auto 100px;
	padding: 50px 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFFF;
}
.box_in{padding:10px 20px;}

@media screen and (max-width: 1000px) {
#main{padding: 50px 0px;}
}

@media screen and (max-width: 800px) {
.box{
	width: 92%;
	padding: 30px 20px;
	margin:0 auto 50px;
}
}


/*=============================
		top
=============================*/

/*TOPのごあいさつ----------------------------------------------------*/
.top_about{
	max-width: 1300px;
	width: 95%;
	margin: 0 auto;
	padding: 150px 0px 100px;
	display: flex;
	align-items: center;
}
.top_about_img{width: 60%;}
.top_about_txt{width: 40%;}

.top_about_img_pc{}
.top_about_img_sp{display: none;}

.top_about_txt h2{
	text-align: center;
	margin: 0 auto 50px;
	max-width: 200px;
}

.top_about_txt h3{
	position: relative;
	margin-left: -100px;
	margin-bottom: 50px;
	z-index: 100;
}

.top_about_txt  p{
	font-size: 16px;
	line-height: 160%;
	margin: 0 auto 50px;
	width: 80%;
}
.top_about_btn{
	margin: 0 auto;
	text-align: center;
}


@media screen and (max-width: 1000px) {
.top_about{
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	}
.top_about_img{width: 90%;}
.top_about_txt{
	width: 90%;
	padding-top: 50px;
	}
	
.top_about_img_pc{display: none;}
.top_about_img_sp{display: block;}
	
.top_about_txt h3{
	position: static;
	margin-left: 0px;
	margin: 0 auto 50px;
	width: 80%;
}
	
}

@media screen and (max-width: 600px) {
.top_about_txt h2{width: 30%;margin-bottom: 30px;}
.top_about_txt h3{width: 100%;margin-bottom: 30px;}
.top_about_txt  p{width: 90%;font-size: 14px;}
	
}




/*TOP 施工実績----------------------------------------------------*/
.top_works{
	clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
	-webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
	padding: 300px 0px 250px;
	background:url("../img/base/bg1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}

ul.top_works_ul{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 50px;
	max-width: 1500px;
	width: 90%;
}
ul.top_works_ul li{
	width: 30%;
	background: #FFF;
	padding: 0.7%;
}
@media screen and (max-width: 800px) {
.top_works{
	clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
	-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
	padding: 200px 0px;
}
	
ul.top_works_ul{
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
ul.top_works_ul li{
	width: 45%;
	margin: 1%;
	}
}

@media screen and (max-width: 450px) {
.top_works{
	padding: 100px 0px;
	background:url("../img/base/bg1_sp.jpg") no-repeat center center;
}
	ul.top_works_ul li{width: 40%;}
}

/* TOPお知らせ --------------------------------------------------*/
.top_news{
	margin: 0 auto;
	padding: 0px 0px;
}
.news{
	width:90%;
	max-width: 1000px;
	margin: 0 auto 80px;
	background-color:#FFFFFF;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding:40px;
	box-sizing: border-box;
}
table.news_table {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
	font-size: 17px;
	line-height: 130%;
}
table.news_table tr th {
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: center;
	width: 100px;
}
table.news_table tr td {
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: left;
}
@media screen and (max-width: 600px) {
.top_news{
	
	}
.news{
	padding:30px;
	margin:0px auto 30px;
}
table.news_table {
	margin:0 auto;
	font-size: 13px;
	line-height: 150%;
}
table.news_table tr th {
	padding:0px 0px 10px;
	display:block;
}
table.news_table tr td {
	padding:0px 10px 10px;
	display:block;
}
.table_day{
	border-bottom:none !important;
	padding-top: 10px!important;
}
}
/* TOP TVCM--------------------------------------------------*/
.movie{
	margin: 0 auto 80px;
	max-width: 800px;
	width: 80%;
}

/* TOP 認証--------------------------------------------------*/
.Authentication{
	margin: 0 auto;
	max-width: 800px;
	width: 80%;
	background: #FFF;
	padding: 50px 100px;
	box-sizing: border-box;
}
ul.Authentication_list{
	display: flex;
	justify-content:space-around;
}
ul.Authentication_list li{
	width: 45%;
}

@media screen and (max-width: 800px) {
.Authentication{
	padding: 30px 50px;
}
ul.Authentication_list li{
	width: 70%;
}
}

/*TOPのお問い合わせ----------------------------------------------------*/
.top_contact{
	width:100%;
	padding:100px 0px;
	background:url("../img/base/bg2.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}

ul.contact_btn{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.contact_btn li{
	background: #FFFFFF;
	text-align: center;
	padding: 30px 0px 20px;
	width: 45%;
	border-radius: 20px;
	font-size: 20px;
}
ul.contact_btn li i{
	font-size: 50px;
	color: #001976;
	padding-bottom: 15px;
}
ul.contact_btn img{
	text-align: center;
	width: 80%;
	box-sizing: border-box;
}

@media screen and (max-width: 700px) {
.top_contact{
	padding: 100px 0px 70px;
	background:url("../img/base/bg2_sp.jpg") no-repeat center center;
	}
ul.contact_btn{flex-wrap: wrap;}
ul.contact_btn li{width: 85%;margin-bottom: 30px;}
}


/*会社概要--------------------------------------------------*/
.message_h3{
	margin: 100px auto;
	width: 60%;
	max-width: 800px;
}
.message{
	display: flex;
	justify-content: space-between;
}
.message_txt{
	width: 60%;
	font-size: 16px;
	line-height: 180%;
}
.message_txt img{
	max-width: 400px;
	margin-top: 30px;
}
.message_img{width: 35%;}

.rinen{
	font-size: 18px;
	line-height: 200%;
	margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
.message_h3{
	width: 80%;
	margin: 50px auto;
	}
.message{
	flex-wrap: wrap;
	justify-content: center;
	}
.message_txt{width: 100%;margin-bottom: 50px;}
.message_img{width: 50%;}	
}
@media screen and (max-width: 600px) {
.message_h3{
	width: 100%;
	margin: 30px auto;
	}
.message_txt{font-size: 13px;}
.message_txt img{max-width: 250px;}
.message_img{width: 70%;}
	
.rinen{
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 20px;
}
}


/* MAP -------------------------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0px auto;
	width: 95%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map_txt{
	font-size: 16px;
	margin: 20px 20px 5px;
}
@media screen and (max-width: 600px) {
.map_txt{
	font-size: 12px;
	margin: 20px 20px 5px;
}
}



/*　もくじ --------------------*/
ul.mokuji{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 100px;
	flex-wrap: wrap;
}
ul.mokuji li{margin: 10px;}
ul.mokuji li i{
	padding-left: 15px;
	font-size: 12px;
	vertical-align: middle;
}
.btn2{
	background-color:#1D2088;
	color:#FFF!important;
	padding: 0.7em 1.8em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	transition: all .2s;/* ふんわり */
}
.btn2 i{padding-left: 15px;}
.btn2 a:link,
.btn2 a:visited {
	color:#FFF!important;
	text-decoration: none;
}
.btn2:hover,
.btn2:active {
	opacity: 0.5;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
@media screen and (max-width: 600px) {
.btn2{
	font-size:15px;
	padding: 0.7em 0em;
	width: 150px;
	text-align: center;
	}
}

/*　採用情報--------------------*/
.recruit_txt{
	font-size: 16px;
	margin: 20px;
}
@media screen and (max-width: 600px) {
.recruit_txt{
	font-size: 14px;
	margin: 15px;
}	
}

/*　事業内容----------------------------------------------*/
.service_box_h2{
	color: #464646;
	font-size: 30px;
	line-height: 120%;
	font-family: "Satisfy", cursive;
	border-bottom: solid 2px #757373;
	margin-bottom: 30px;
	padding: 0px 0px 10px 20px;
}
.service_box_h2 span{
	padding-left: 20px;
	font-size: 20px;
	font-family: "Sawarabi Gothic";
}
.service_box_p{
	font-size: 16px;
	line-height: 200%;
	color: #757373;
	margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
.service_box_h2{
	font-size: 25px;
	margin-bottom: 20px;
	padding: 0px 0px 10px 10px;
	}
.service_box_h2 span{font-size: 16px;}
.service_box_p{font-size: 13px;}
}

/*service_box1---------------------------- */
.service_box1{
	max-width: 1200px;
	height: 550px;
	width: 90%;
	margin: 0 auto 0px;
	position: relative;
}
.service_box1_img{
	width: 53%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.service_box1_txt{
	width: 35%;
	position: absolute;
	background: #FFFF;
	top: 50px;
	right: 0;
	padding: 5% 7% 7% 12%;
}
@media screen and (max-width: 1000px) {
.service_box1{
	width: 90%;
	height: auto;
	position: static;
	margin: 0 auto 100px;
}
.service_box1_img{
	width: 100%;
	height: 300px;
	margin: 0 auto;
	position: static;
}
.service_box1_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;/*切り抜き */
}
.service_box1_txt{
	width: 100%;
	position: static;
	box-sizing: border-box;
	padding: 5% 5% 10% 5%;
}
}/*800*/
@media screen and (max-width: 600px) {
.service_box1{margin: 0 auto 50px;}
.service_box1_img{height: 200px;}
}/*600*/


/*service_box2---------------------------- */
.service_box2{
	max-width: 1200px;
	width: 90%;
	height: 580px;
	margin: 0 auto 50px;
	position: relative;
}
.service_box2_img{
	width: 53%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.service_box2_txt{
	width: 35%;
	position: absolute;
	background: #FFFF;
	top: 50px;
	left: 0;
	padding: 5% 12% 7% 5%;
}
@media screen and (max-width: 1000px) {
.service_box2{
	width: 90%;
	height: auto;
	position: static;
}
.service_box2_img{
	width: 100%;
	height: 300px;
	margin: 0 auto;
	position: static;
}
.service_box2_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;/*切り抜き */
}
.service_box2_txt{
	width: 100%;
	position: static;
	box-sizing: border-box;
	padding: 5% 5% 10% 5%;
}
}
@media screen and (max-width: 600px) {
.service_box2_img{height: 200px;}
}/*600*/



/* 施工事例 -------------------------------------------*/
.work_box{
	padding: 0px;
}
ul.works{/* 写真二つ */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.works2{/* 写真2つ */
	width: 45%;
	background: #FFF;
	padding: 10px;
}
.works3{/* 写真三つ */
	width: 280px;
	background: #FFF;
	padding: 10px;
	margin: 0px 10px 30px;
}
.ya i{
	font-size: 50px;
	color:  #00B825;
	padding: 0px 20px;
}
.before{color: #036EB8;}
.after{color: #E73278;}
.works_txt{
	font-size: 16px;
	line-height: 120%;
	padding-top: 10px;
}
.price{
	font-size: 25px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 10px;
}
.price span{
	font-size: 30px;
	font-weight: bold;
	color: #E73278;
}
.price_comment{
	font-size: 16px;
	text-align: center;
	width: 90%;
	margin: 0 auto 50px;
}
@media screen and (max-width: 1200px) {
.works3{width: 230px;}
}

@media screen and (max-width: 900px) {
ul.works{font-size: 25px;}
.works3{width: 40%;}
.works_txt{font-size: 16px;}
.ya i{font-size: 30px;padding: 0px 10px;}
.price{font-size: 20px;}
.price span{font-size: 25px;}
.price_comment{font-size: 14px;margin: 0 auto 30px;}
}

@media screen and (max-width: 600px) {
	ul.works{font-size: 16px;margin: 0 auto 15px;}
	.works2{padding: 5px;}
	.works3{padding: 5px;}
	.works_txt{font-size: 12px;}
	.price{font-size: 16px;}
	.price span{font-size: 20px;}
	.ya i{font-size: 20px;}
	.price_comment{font-size: 12px;margin: 0 auto 20px;}
}


/* 施工実績（大規模改修工事） -------------------------------------------*/
ul.works_big{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}
ul.works_big li{
	margin: 1.5%;
	background: #ccc;
	text-align: center;
}
ul.works_big li img{
	object-fit: cover; /* トリミング */
	width: 250px;
	height: 250px;
}

@media screen and (max-width: 1200px) {
ul.works li_big img{
	width: 200px;
	height: 200px;
	}	
}
@media screen and (max-width: 1000px) {
ul.works_big li img{
	width: 180px;
	height: 180px;
	}	
}
@media screen and (max-width: 700px) {
ul.works_big li img{
	width: 150px;
	height: 150px;
	}	
}

/* お知らせページ -------------------------------------------*/
ul.news_gallery{
	display: flex;
	justify-content: center;
}
ul.news_gallery li{
	width: 22%;
	padding: 10px;
}

@media screen and (max-width: 800px) {
ul.news_gallery{
	flex-wrap: wrap;
	justify-content: center;
}
ul.news_gallery li{
	width: 45%;
	padding: 10px;
}
}
@media screen and (max-width: 500px) {
ul.news_gallery li{
	width: 40%;
}
}