@charset "UTF-8";

/*====================================================================

lv2.css

======================================================================

01.index

=====================================================================*/
/* h3 h4
----------------------------------------------------------------*/
h2.page-title__tit {
	background: url(../img/lv2_h2.jpg) top center no-repeat;
	margin-top: 135px;
	padding-top: 190px;
}
h2.page-title__tit p{
	color: #fff;
	font-size: 2.6rem;
	text-align: left;
	width: 980px;
	margin: auto;
}
h3{
	margin: auto;
	display: inline-block;
	line-height: 1.5;
	border-bottom: 2px solid #3299fe;
	margin-bottom: 2rem;
	padding-bottom: 0.6rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 960px;
}
h3.tit {
	border-bottom: none;
	line-height: 1;
	font-size: 28px;
}
h3.tit span{
	font-size: 16px;
	color: #3299fe;
}

.txt_l{
	text-align: left !important;
}
.txt_r{
	text-align: right;
}
.txt_c{
	text-align: center;
}
.txt_b{
	font-weight: 700;
}

/* table
----------------------------------------------------------------*/
table{
	width: 100%;
}
th{
	padding-left: 1.4rem;
	width: 35%;
	vertical-align: middle;
}
td{
	width: 65%;
	padding: 1.4rem;
	vertical-align: middle;
}
.nowrap {
	white-space: nowrap;
}


/*--------------------------------------------------------------------/
	common
/--------------------------------------------------------------------*/

/* page-nav
-----------------------------------------------------------------*/
#page-nav li{
	float: left;
	margin-right: 2rem;
}
#page-nav li::after{
	font-family: "icomoon";
	content: "\e902";
	color: #666666;
	padding-left: 2rem;
	vertical-align:middle;
	font-size: 1rem;
	opacity: .5;
}
#page-nav li:last-child::after{
	content: "";
}
#page-nav{
	width : 960px;
	margin : 0 auto;
	padding: 1rem 0;
	overflow: hidden;
}




/* bussiness
----------------------------------------------------------------*/
.bussiness{
	text-align: center;
}
.bussiness h3.tit{
	padding-top: 2rem;
}
.catch{
	margin-bottom: 6rem;
}
.catch_bk{
	background: url(../img/top/company-bk.jpg);
}
.catch p{
	font-size: 16px;
}
.catch span{
	color: #3299fe;
	font-size: 18px;
}
.bussiness .catch img{
	width: 650px;
	margin: 3rem auto;
}

.bus_contets{
	overflow: hidden;
	border: solid 1px #f0f0f0;
	padding: 2rem;
	margin: 0 auto 6rem;
	position: relative;
	width: 980px;
}
.bus_contets:nth-of-type(2){
	height: 600px;
}
.bussiness h4{
	text-align: left;
	padding: 0.25em 0.5em;
	color: #494949;
	border-left: solid 5px #7db4e6;
	margin-bottom: 2rem;
	background: rgba(125,180,230,0.50);
}
.bus_contets figure img{
	float: right;
	width: 30%;
}
.bus_contets .txt,
.bus_contets > [class^="ktI-"] p{
	width: 599px;
	float: left;
	text-align: left;
	margin-left: 1rem;
}
.bus_contets .txt ul{
	margin-top: 1rem;
}

.bus_contets .btn_b a{
	background: #3299fe;
	margin: auto;
	color: #fff;
	padding: 0.8rem 4rem;
	position: absolute;
    bottom: 2rem;
	left: 3rem;
}
.bus_contets .btn_b a::before{
	font-family: "icomoon";
	content: "\e902";
	margin-right: 1.5rem;
}
.bus_contets .btn_b a:hover{
	opacity: 0.5;
	transition: .3s;
}

.bus_box{
	padding: 1rem; 
}
.bus_box h4{
	padding: 0 1rem;
	border-left: solid 5px  rgba(125,180,230,0.5);
	background: rgba(125,180,230,0.2);
	margin-bottom: 0.5rem;
	font-size: 16px;
}
.bus_box img{
	width: 100%;
	float: none;
}
.bus_box ul{
	margin: auto;
	margin-top: 1rem;
}
.bus_box li{
	float: left;
	padding: 0.5rem 0;
	background: #f0f0f0;
	font-size: 1.2rem;
	margin: 0.4rem 0.8rem 0.4rem 0;
	width: 215px;
}
.bus_box:nth-child(1) li{
	width: 141px;
}
.bus_box:nth-child(1) li:nth-child(3n),.bus_box:nth-child(2) li:nth-child(2n){
	margin-right: 0;
}


/* works
----------------------------------------------------------------*/

[id^="w-0"]{
	padding-top: 200px;
	margin-top: -200px;
}
.works{
	text-align: center;
}

.works h4{
	margin-bottom: 2rem;
	font-weight: normal;
}

.civil{
	margin-bottom: 6rem;
}
.w-gallery{
	border:1px solid #f0f0f0;
	border-top: 2px solid #3299fe;
	padding: 16px;
}
.w-gallery div[class^="ktI-"]{
	float: left;
	letter-spacing : normal;
	vertical-align: top;
	width: 300px;
    margin-right: 11px;
	margin-bottom: 20px;
}
.w-gallery div[class^="ktI-"]:nth-of-type(3n){
	margin-right: 0;
}
.w-gallery div[class^="ktI-"] h4{
	font-size: 14px;
	margin-bottom: 10px;
}
.w-gallery div[class^="ktI-"] h4::before{
	content: "▼";
	color: #3299fe;
	padding-right: 4px;
}
.w-gallery div[class^="ktI-"] img{
	width: 300px;
}

/* pager */
.pager {
    clear:both;
    margin: 40px 0;
    text-align:center;
}

.pager span {
    margin:5px;
    padding:5px 8px;
    color:#fff;
    background:#0F2289;
}
.pager span:hover {
	transition: .3s;
    cursor:pointer;
    background:#3299fe;
}

.pager span.current {
    color: #0F2289;
    background:none;
}
.pager span.current:hover {
    cursor:default;
}

.pager span.invalid {
    color: #0F2289;
    background:none;
}
.pager span.invalid:hover {
    cursor:default;
}

.pager span.ellipsis {
    color: #0F2289;
    background:none;
}
.pager span.ellipsis:hover {
    cursor:default;
}


/* works-table */
/*.works-table{
	display: none;
}
.toggle-link {
	display: block;
    width: 100%;
    background: #f0f0f0;
    border: 1px solid #ccc;
    margin: auto;
    padding: 8px;
}
.toggle-link ::after{
	font-family: "icomoon";
    content: "\e902";
    color: #666666;
    margin: 10px;
}*/
.works-table,
[class^="ktTable"]{
	display: block !important;
}
[class^="ktTable"] table{
	border: 1px solid #f0f0f0;
}
[class^="ktTable"] tr {
    border-bottom: 1px solid #f0f0f0;
}
.works-table table th {
    padding: 8px 16px;
    width: auto;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
    border-right: 1px solid #f0f0f0;
    background: rgba(125,180,230,0.1);
}
.works-table table td {
    width: auto;
    padding: 8px 16px;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #f0f0f0;
}
.works-table table th:last-child,
.works-table table td:last-child{
	border-right: none;
}
.works-table table td:nth-child(2){
	text-align: left;
	padding-left: 24px;
}

.works-table table.thesis {
    border: 2px solid #cfcfcf;
    margin-top: 20px;
}

.works-table table.thesis tr {
    border: 2px solid #cfcfcf;
}

.works-table table.thesis th {
	padding: 12px 16px;
    border-right: 1px solid #ccc;
}

.works-table table.thesis td {
    padding: 18px 16px;
    line-height: 1.8em;
    border-right: 1px solid #ccc;
}


/* inspection
----------------------------------------------------------------*/
.inspection_cont{
	border: 1px solid #f0f0f0;
	padding: 2rem;
	margin-bottom: 6rem;
	width:980px;
}
.inspection_cont:first-child{
	border: none;
	text-align: center;
}
.inspection h4{
	text-align: left;
	padding: 0.25em 0.5em;
	color: #494949;
	border-left: solid 5px #7db4e6;
	margin-bottom: 2rem;
	background: rgba(125,180,230,0.50);
}
.inspection h4.sub{
	background: rgba(125,180,230,0.50);
	font-size: 16px;
	border-left: none;
}
.physics-list{
	width: 890px;
	margin: auto;
	margin-bottom: 2rem;
}
.physics-list li{
	display: inline-block;
	padding: 5px 60px;
    background: rgba(50,153,254,0.2);
    font-size: 16px;
    margin-right: 10px;
}
.physics-list li:last-child{
	margin-right: 0;
}
#physics .img_box{
	width: 890px;
	margin: auto;
	margin-bottom: 2rem;
}
#physics .img_box .img{
	width:380px;
}
#physics .img_box .img:nth-child(2) {
    width: 490px;
}

.inspection_cont table{
	width: 850px;
	margin: 3rem auto;
	border: 1px solid rgba(50,153,254,0.5);
}
.inspection_cont tr{
	border-bottom: 1px solid rgba(50,153,254,0.5);
}
.inspection_cont th{
	background: rgba(50,153,254,0.3);
	border-right: 1px solid rgba(50,153,254,0.5);
}
.inspection_cont .img_box{
	width: 850px;
	margin: auto;
	margin-bottom: 2rem;
}
.inspection_cont .img_box img{
	width: 415px;
	float: left;
}
.inspection_cont .img_box img:first-child{
	margin-right: 20px;
}
.inspection_cont .d-flex{
	display: -webkit-flex; /* Safari */
  	display: flex;
  	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap:         wrap;
}
.inspection_cont .l-box{
	border: 1px solid #f0f0f0;
	margin-bottom: 1rem;
	background: url(../img/top/company-bk.jpg);
	width: 850px;
    margin: 0 auto 2rem;
}
.inspection_cont .box.w100{
	width: 100%;
}
.inspection_cont .box{
	border: 1px solid #f0f0f0;
	width: 49%;
	margin-bottom: 1rem;
	background: url(../img/top/company-bk.jpg);
}
.inspection_cont .box:nth-child(odd){
	margin-right: 2%;
}
.inspection_cont .box h4,
.inspection_cont .l-box h4{
	background-color:  rgba(50,153,254,0.2);
	padding-left: 2rem;
}
.inspection_cont .box h4::before,
.inspection_cont .l-box h4::before{
	font-family: 'icomoon';
	content: "\e900";
    color: #4b4b4b;
	margin-right: 1rem;
}
.inspection_cont .box p,
.inspection_cont .l-box .txt{
	padding: 0rem 2rem 1em;
}
.inspection_cont .l-col3{
	margin-top: 2rem;
}
 
/* diagnosis
----------------------------------------------------------------*/
.diagnosis_contents{
	border: 1px solid #f0f0f0;
	margin-bottom: 6rem;
	width: 960px;
	padding: 2rem;
}
.diagnosis_contents:first-child{
	border: none;
	text-align: center;
	margin-bottom: 3rem;
}
.diagnosis_contents .txt{
	padding: 0 2rem;
	text-align: center;
}
.bk{
	background: url(../img/diagnosis/diagnosis_bk.jpg) no-repeat right;
	background-size: cover;
}
.diagnosis_contents h4{
	padding: 0.25em 0.5em;
    color: #494949;
    border-left: solid 5px #7db4e6;
    margin-bottom: 2rem;
    background: rgba(125,180,230,0.50);
	text-align: left;
}
.diagnosis_contents .box{
	background: rgba(255,255,255,0.7);
	margin-bottom: 3rem;
	padding: 2rem;
	height: 220px;
}
.diagnosis_contents .l-col2{
	margin-top: 2rem;
}
.diagnosis_contents:last-of-type{
	text-align: center;
}
.diagnosis_contents .glaf{
	width: 800px;
	height: 1100px;
	margin: 0 auto 6rem;
	background: url(../img/diagnosis/diagnosis_01.png) no-repeat center center;
	position: relative;
	padding-bottom: 6rem;
}

*[class^="g_"]{
	background: #3299fe;
	border: 2px solid #004ec3;
	color: #fff;
	margin: 1rem 0;
	padding: 0.5rem 0;
	position:absolute;
}
.g_01{
	width: 100%;
	top:0;
	left:0;
}
.g_02{
	width: 300px;
	left: 0;
	top: 120px;
}
.g_03{
	width: 300px;
	right:0;
	top: 120px;
}
.g_04{
	width: 400px;
	left: 0;
	top: 230px;
}
.g_05{
	width: 100%;
	left: 0;
	top: 346px;
}
.g_06{
	width: 300px;
	left: 0;
	top: 470px;
}
.g_07{
	width: 300px;
	right: 0;
	top: 480px;
}
.g_08{
	width: 100%;
	left: 0;
	top: 620px;
}
.g_09{
	width: 100%;
	left: 0;
	top: 730px;	
}
.g_10{
	width: 100%;
	left: 0;
	top: 850px;
}
.arrow {
  display: inline-block;
  height: 40px;
  width: 30px;
  background-color: #0055d4;
  position: relative;
  top: 920px;
}

.arrow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 40px solid #0055d4;
  left: -25px;
  top: 30px;
}
.g_11{
	width: 430px;
	line-height: 100px;
	border-radius: 50%;
	left: 180px;
	top: 1000px;
	background: #fec202;
	border: 2px solid #ff9801;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}




/* repair
----------------------------------------------------------------*/
*[class^="repair_cont"]{
	text-align: center;
	margin-bottom:6rem;
	padding-top: 6rem;
	padding-bottom: 6rem;	
}
*[class^="repair_cont"]  p, *[class^="repair_cont"] ul{
	width: 800px;
	padding-bottom: 2rem;
	padding-top: 2rem;
	text-align: left;
}
.repair_cont-01{
	background: url(../img/repair/cont01_bk.png) no-repeat bottom right;
	width: 980px;
	padding-top: 3rem;
}
.repair_cont-02{
	background: url(../img/repair/cont02_bk.png) no-repeat bottom right;
	height: 546px;
	width: 980px;
}
*[class^="repair_cont"] ul{
	width: 480px;
	line-height: 2;
	background: url(../img/top/company-bk.jpg);
	border: 1px solid #f0f0f0;
	margin: 2rem 0;
	padding: 2rem;
}

*[class^="repair_cont"] li::before{
	font-family: "icomoon";
	content: "\e900";
	color: #3299fe;
}


/* company
----------------------------------------------------------------*/
*[class^="company"],.access{
	text-align: center;
	margin-bottom: 6rem;
}

h3.com{
	border-bottom: none;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	letter-spacing: 5px;
	width: auto;
}
*[class^="company_cont"]{
	width: 48.5%;
	padding: 2rem;
	height: 320px;
	margin-top: 3rem;
}
*[class^="company_cont"] img{
	width: 60px;
	margin-bottom: 1rem;
}
.com_catch{
	text-align: center;
}
.company_cont01{
	width: 49%;
	float: right;
	background:rgba(255,152,1,0.5);	
}
.company_cont01 p{
	background: rgba(255,255,255,0.5);
	padding: 1rem;
}
.company_cont02{
	background: rgba(50,153,254,0.5);
	width: 49%;
	float: left;
}
.company_cont02 li{
	background: rgba(255,255,255,0.5);
	padding: 0.9rem 0.5rem;
	margin-top: 1rem;
}
.company_cont02 li:first-child{
	margin-top: 0;
}
.company a:hover{
	color: #3299fe;
}

.company table{
	margin-top: 3rem;
}
.company tr{
	border-bottom: dotted 3px #fff;
	padding: 0.5rem;
}

.access{
	margin-bottom: 0;
}
.com_bk{
	background: #f0f0f0;
	padding: 3rem 0;
}

/* recruit
----------------------------------------------------------------*/
*[class^="recruit"]{
	text-align: center;
	margin-bottom: 6rem;
}
.recruit_tit{
	margin-bottom: 0;
	position: relative;
}
.recruit_tit .p-01,.recruit_tit .p-02{
	position: absolute;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 2px 2px 0px #fff;
	left: 120px;
	text-align: left;
	line-height: 2;
}
.recruit_tit .p-01{
	top: 190px;
}
.recruit_tit .p-02{
	top: 360px;
}
.recruit_tit .blue{
	color: #3299fe;
}
.recruit_tit .big{
	font-size: 24px;
}


.recruit table{
	border: solid 1px #f0f0f0;
	border-bottom: none;
	margin-bottom: 3rem;
}
.recruit th{
	border-right: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	background: rgba(50,153,254,0.3);
}
.recruit td{
	border-bottom: solid 1px #f0f0f0;
	vertical-align: middle;
	background: url(../img/top/company-bk.jpg);
}
.btn__wrap{
	text-align: center;
	margin-top: 5rem;
	margin-bottom: 6rem;
}
.recruit_btn{
	background: #3299fe;
	color: #fff;
	padding: 2rem 8rem;
}
.recruit_btn:hover{
	opacity: .5;
	transition: .3s;
}
.recruit_gellary_bk{
	background-color : #f0f0f0;
	padding: 3rem 0;
}
.recruit_gellary figure{
	float: left;
	letter-spacing : normal;
	vertical-align: top;
	width : 310px;
	margin-right: 14px;
	margin-bottom: 20px;
}
.recruit_gellary figure:nth-child(3n){
	margin-right: 0;
}
.recruit_gellary figure img{
	width: 310px;
}
/* contact
----------------------------------------------------------------*/
*[class^="type"]{
	text-align: center;
}
.contact_box{
	background:#f0f0f0;
	margin: 2rem auto 3rem;
	padding: 2rem 3rem;
	height: 160px;
}
.contact_box h4{
	background: #fff;
}
.tel_num{
	font-size: 36px;
	width: 440px;
	display: inline-block;
	float: right;
	font-weight: 700;
	text-align: center;
	padding-top: 4rem;
    line-height: 1;
}
.tel_num .min{
	font-size: 16px;
	margin-right: 1rem;
}
.name{
	width: 450px;
	padding: 2rem 0;
	float: left;
	position: relative;
	text-align: left;
}
.name img{
	position: absolute;
	left: 3rem;
	top: 2rem;
}
.name a{
	display: block;
	font-size: 17.5px;
	font-weight: bold;
	width: 390px;
	margin: auto;
	padding-top: 0.7rem;
	padding-left: 10.5rem;
	line-height: 1.3;
	pointer-events: none;
}
.name a span{
	font-size: 1.2rem;
	letter-spacing: 2.5px;
}




.contact_txt{
	margin: 2rem auto;
	text-align: left;
}
.form_nav li{
	width: 175px;
	line-height: 2.5rem;
	font-size:16px;
	text-align: center;
	position: relative;
	background: #f0f0f0;
	color: #888;
	margin-bottom: 1.5rem;
	margin-top:  0.5rem;
	margin-right: 1.5rem;
	list-style:none;
	display: inline-block;
	padding: 1rem 0;
}
.form_nav li:after {
	top: 30%;
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 145, 0, 0);
	border-left-color: #f0f0f0;
	border-width: 10px;
}
.form_nav li:last-of-type{
	margin-right: 0;
}
.form_nav li:last-of-type:after{
	border: none;
	border-width: 0px;
	margin-right: 0px;
}
li.step{
	position: relative;
	background: #3299fe;
	color: #fff;
}
li.step:after {
	border-left-color: #3299fe;
}

.type_e table{
	border: solid 1px #f0f0f0;
	border-bottom: none;
	box-sizing: border-box;
	width: 100%;
	table-layout: fixed;
	margin: 1.5rem auto;
}
.type_e th{
	border-bottom: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;
	padding: 1.4rem;
	box-sizing: border-box;
	font-weight: normal;
	background: rgba(125,180,230,0.50);
}
.type_e td{
	border-bottom: solid 1px #f0f0f0;
	box-sizing: border-box;
	padding: 1.4rem;
}
.type_e .contact_table,.type_e .size, .type_e input,.type_e textarea{
    width: 98%;
}
.type_e textarea{
	height: 200px;
	overflow-y: scroll;
	resize: none;
}
input.checkbox{
	width: auto;
}
.type_a input{
	margin-top: 3rem;
}

 /*個人情報*/
.privacy{
	border: solid 1px #ccc;
	height: 250px;
	overflow-y: auto;
	margin: 1.5rem auto;
	padding: 5%;
}
.privacy>h4{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1rem;
	border-bottom: 2px solid #3299fe;
    display: inline-block;
}
.privacy p{
	margin-bottom: 1rem;
}
.privacy li{
	list-style: decimal outside;
	margin-left: 1.5rem;
	margin-bottom:1rem;
}

input.sub_btn{
	background: #3299fe;
	border: 1px solid #3299fe;
	color: #fff;
	width: 250px;
	padding: 1.5rem;
	
}
input.sub_btn:hover{
	background: #cacaca;
	border: 1px solid #cacaca;
	transition: .3s;
}
input.back_btn{
	background: #fff;
	border: 1px solid #3299fe;
	color: #3299fe;
	width: 250px;
	padding: 1.5rem;
}
input.back_btn:hover{
	background: #cacaca;
	border: 1px solid #cacaca;
	color: #fff;
	transition: .3s;
}

.confirmation .sub_btn{
	float: left;
	margin: 3rem 0rem 3rem 22rem;
}

.confirmation .back_btn{
	float: right;
	margin:3rem 22rem 3rem 0rem;
}

/* cgreeting
----------------------------------------------------------------*/
.greeting_bk{
	background: url(../img/greeting_bk.jpg) no-repeat bottom center;
	
}
.greeting_contents  h3{
	text-align: center;
}
.greeting_contents{
	padding-bottom: 40rem;
}
.greeting_contents .txt_r{
	margin-top: 2rem;
}
.greeting_contents .txt_big{
}
.greeting_contents p{
	padding-top: 1rem;
	font-size: 1.7rem;
}


