@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/

/*初期アニメーション*/
#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
 background-color: #fff;
  z-index:100;
}
 
#opening .op_img{
  position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 11;
}
@media screen and (max-width: 559px){
#opening .op_img{
	width: 80%;
}
#opening .op_img{

}	
}
/*メインビジュアル*/

#mv{ 
	width: 100%;
	background-image: url("../images/bg.jpg");
	background-position: center;
	text-align: center;

}
#mv img{ 
	 animation: after 1.5s ease-in both 1;
	/*animation-delay: 1s; --1秒後に開始--*/ 
}
      @keyframes after {
        0% {
          opacity: 0;
        }
		   50% {
          opacity: 0;
        }
        100%{
         opacity: 1;
        }
      }

@media screen and (max-width: 768px){
	
}
@media screen and (max-width: 550px){
	
	
}

/*トップ見出し*/
.top_ttl{
	font-weight: 700;
	font-size: 4.0rem;
	margin-bottom: 60px;
	letter-spacing: 0.1em;
	color: #043c7e;
	position: relative;
}
.top_ttl::before{
	content:url("../images/bg_ttl.svg");
	position: absolute;
   bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	display: inline-block;
}

@media screen and (max-width: 768px){
.top_ttl{
	font-size: 2.4rem;
}
}
/*事業内容*/
#service{
	background: #eef3f8;
}
.read{
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.7;
}
ul.service_list{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
	ul.service_list li{
		width: 24%;
}
@media screen and (max-width:767px){
		ul.service_list{
		flex-wrap: wrap;
}
	ul.service_list li{
		width: 49%;
		text-align: center;
		margin-bottom: 30px;
}
}
@media screen and (max-width: 550px){
#service .read{
	text-align: left;
}
}
/* 施工例*/

.works_h{
	background: #fff;
	text-align: center;
	padding: 1em;
	line-height: 1;
	font-weight: 500;
	font-size: 2.2rem;
	margin-bottom: 50px;
	border-top: 2px solid #262e30;
	border-bottom: 2px solid #262e30;
	position: relative;
}
.works_h::before{
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 15px 10px 0 10px;
border-color: #262e30 transparent transparent transparent;
	position: absolute;
	 bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	
}

.works_box{
	text-align: center;
}
.works_box h4{
	font-weight: 500;
	font-size: 2.0rem;
	margin-top: 15px;
}
.works02_box{
	
}
.thm{
	position: relative;
}
.ico_point{
	position: absolute;
	top: -10px;
	left:-5px;
}
.works02_box h4{
	font-weight: 500;
	font-size: 2.0rem;
	text-align: center;
	color: #fff;
	background: #043c7e;
	padding: 0.5em 0.5em;
}
.works02_box{
	background: #fff;
}
.works02_box .works_txt{
	padding: 0.7em;
	background: #eef3f8;
}
.works02_box .works_txt p{
	font-size: 1.4rem;
}
@media screen and (max-width: 991px){
.ico_point{
	position: absolute;
	top: -10px;
	left:-5px;
	width: 50px;
}
}
@media screen and (max-width: 767px){
.ico_point{
	width: 80px;
}
.works_h{
	font-size: 1.8rem;
}
.works_box h4{
	font-size: 1.8rem;
}
	.works02_box{
		max-width: 370px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 550px){

}


/* 会社概要 */
#company{

}
/*table*/
.gaiyo{
	width: 100%;
	line-height: 1.7;
}
.gaiyo th,.gaiyo td{
	padding: 1em;
}
.gaiyo th{
width: 25%;
	border-bottom: 1px solid #043c7e;
	font-weight: 500;
}
.gaiyo td{
	border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 550px){
.gaiyo th{
width: 30%;
	border-bottom: 1px solid #043c7e;
	font-weight: 500;
}
}
/*-------------------------------------*/
/*	下層ページ	*/
/*-------------------------------------*/
#sub_ttl{
	background-image: url("../images/bg.jpg");
	background-position: center;
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
}
#sub_ttl h2{
	font-size: 4.0rem;
	font-weight: 700;
	margin: 0 auto;
	color: #333333;
}
@media screen and (max-width: 768px) {
#sub_ttl{
	height: 100px;
}
#sub_ttl h2{
	font-size: 2.4rem;
}
}
@media screen and (max-width: 550px){

}
/*-------------------------------------*/
/*	オンライン相談	*/
/*-------------------------------------*/

dl.merit_list{
	display: flex;
flex-flow: row wrap;
width: 100%;
	align-items: center;
	margin-bottom: 60px;
}
dl.merit_list dt {
flex-basis: 10%;
}
dl.merit_list dd {
flex-basis: 90%;
	padding-left: 20px;
	font-size: 1.8rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
dl.merit_list dt {
flex-basis: 15%;
}
dl.merit_list dd {
flex-basis: 85%;
	font-size: 1.6rem;
	font-weight: 500;
}
}
@media screen and (max-width: 550px){

}
/*contact*/
#thanks h3{
	margin-bottom: 20px;
	font-size: 1.8rem;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	
}
#contact{
}
@media screen and (max-width: 599px) {

}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
ul.line_box{
	display: flex;
	text-align: center;
	margin-bottom: 40px;
	justify-content: center;
}
.submit_btn_wrap{
	position:relative;
	width:200px;
	margin:0 auto;
}
ul.submit2_btn_wrap{
	position:relative;
	width:50%;
	margin:0 auto;
	text-align: center;
}
ul.submit2_btn_wrap li{
	display: inline-block;
	width:200px;
	margin-left: 5px;
}
.submit_btn{
	width: 100%;
	padding: 0.7em 1.5em;
	display:inline-block;
	border:none;
	font-size:1.6rem;
	text-align:center;
	background: #2da4c0;
	border-radius: 10px;
	color: #fff;
}
.submit_btn:hover{
	text-decoration:none;
	background:#043c7e;
}
.back_btn{
		width: 100%;
	position:relative;
	padding: 0.7em 1.5em;
	display:inline-block;
	border:1px solid #AAAAAA;
	font-size:1.6rem;
	text-align:center;
	background:#AAAAAA;
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	border-radius: 10px;
}

.back_btn:hover{
	color:#AAAAAA;
	background:#FFFFFF;
	text-decoration:none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
#contact table {
	width: 100%;
}
#contact table th,#contact table td{
	width: 100%;
	display: block;
}
#contact table td{
	margin-bottom: 40px;
}
#contact h4{
	border: none!important;
	margin-bottom: 20px!important;
	font-size: 1.8rem!important;
	padding: 0!important;
	background: none!important;
}
#contact h4::before{
	content: "●";
	color:#2da4c0;
	font-size: 1.4rem;
	margin-right: 5px;
}
input::-webkit-input-placeholder{
	color: #989898;
}
input:-ms-input-placeholder{
	color: #989898;
}
input::-ms-input-placeholder{
	color: #989898;
}
input::placeholder{
	color: #989898;
}

.must{
	position:absolute;
	margin:0 0 0 10px;
	padding:0.2em 1.5em;
	display:inline-block;
	color:#bd6c53;
	border: 1px solid #bd6c53;
	font-size:1.2rem;
	font-weight: 300;
	border-radius: 3px;
}

.privacy_box {
    border: 1px solid #000000;
	margin-bottom: 20px;
}
.privacy_inner {
    width: auto;
    height: 200px;
    overflow-y: scroll;
    padding: 22px;
	font-size: 100%;
}
.privacy_inner h5 {
    font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: #666;
}
.consent_check_wrap{
	padding: 20px;
	margin-bottom: 40px;
	border:3px solid #AAAAAA;
	text-align: center;
	
}
.consent_check_wrap p a{
	text-decoration: underline;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}

.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	border: none;
	font-family: inherit;
	font-size:1.6rem;
	padding: 0.7em;
	margin:0;
	background-color: #eeeeee;
	border-radius: 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	max-width:100%;
}
.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	margin-bottom: 0;
}

.form_area input[type="text"].text_fomr_01,.form_area input[type="email"].text_fomr_01,.form_area input[type="tel"].text_fomr_01 { width:70%; }
.form_area input[type="text"].text_fomr_02,.form_area input[type="email"].text_fomr_02,.form_area input[type="tel"].text_fomr_02{ width:50%; }
.form_area input[type="text"].text_fomr_03,.form_area input[type="email"].text_fomr_03,.form_area input[type="tel"].text_fomr_03{ width:40%; margin:0 0 0 5px }
.form_area input[type="text"].text_fomr_04,.form_area input[type="email"].text_fomr_04{ width:100%;}
.form_area textarea.form_txtarea_01{ width:100%;}

.form_area input[type="checkbox"] {
    height: 15px;
    width: 15px;
   margin: 5px;
    vertical-align: middle;
}
.form_area input[type="radio"] {
    vertical-align: middle;
	margin: 0 3px 0 0;
}
label {
	margin-right: 20px;
	font-weight: normal!important;
	font-size: 1.6rem;
	 padding: 5px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.5em!important;
}
@media screen and (max-width: 768px){
	.privacy_inner {
    padding: 10px;
		font-size: 1.2rem;
}
	.submit_btn_wrap{
		width:80%;
		margin: 0 auto;
	}
	.submit_btn{
		width:100%;
	}
	ul.submit2_btn_wrap li{
		margin-bottom: 20px;
	}
	input[type="text"].text_fomr_01,input[type="email"].text_fomr_01,input[type="tel"].text_fomr_01{ width:100%!important; }
	input[type="text"].text_fomr_02,input[type="email"].text_fomr_02,input[type="tel"].text_fomr_02{ width:100%!important; }
	ul.input_list li{
		margin-bottom: 20px;
	}
	ul.input_list li:last-child{
		margin-bottom: 0;
	}
	}