/*メインビジュアル
---------------------------------------------------------------------------*/
.mainv-wrap{
width: 100%;
}

.slider {
height: 700px;
width: 100%;
max-width: 2000px;
margin:0 auto;
background-color: #FFF;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.slider {
background-position: center top\9;
background-repeat: repeat-x\9;
}

.slider h1{
color:#b09642;
font-size:30px;
line-height: 1.7em;
letter-spacing: 0.05em;
font-weight:400;
}

*+html .slider {
background-position: center top;
background-repeat: repeat-x;
}

@media(max-width:768px){
.slider h1{
font-size: 4vw;
}
}

/*全画面コンテンツ上下中央 メインビジュアルロゴ
---------------------------------------------------------------------------*/
.content_center{
text-align:center;
padding: 280px 20px 320px 20px;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
overflow: hidden;
}

@media(max-width:768px){
.content_center{
padding: 300px 20px 300px 20px;
}
}

/*ロゴアニメーション用
---------------------------------------------------------------------------*/
.anime1{
width:100%;
max-width: 800px;
opacity: 0;
position:relative;
}

.anime2{
width:100%;
max-width:800px;
opacity: 0;
position:relative;
top:30px;
}



.wrapper{
max-width: 100%;
margin: 0 auto;
overflow: hidden;
}

.wrapper h2{
text-align: center;
padding: 40px 15px 40px 15px;
color: #333;
font-size: 25px;
font-weight:500;
background-image: url("../img/stripe.png");
}

.wrapper-contact{
max-width: 100%;
margin: 0 auto;
overflow: hidden;
}

.wrapper-contact h2{
text-align: center;
padding: 40px 15px 40px 15px;
color: #333;
font-size: 25px;
font-weight: normal;
background-image: url("../img/stripe.png");
}

@media(max-width:768px){
.wrapper-contact h2{
margin-top:50px;
}
}

.inner-text{
text-align: center;
margin-bottom:60px;
font-size:16px;
}

/*コンセプト
---------------------------------------------------------------------------*/
.top_concept{
max-width:1100px;
margin:0 auto;
padding:70px 20px 70px 20px;
overflow:hidden;
display: table;
table-layout: fixed;
width: 100%;
}

.top_concept_box{
width:50%;
display: table-cell;
vertical-align: middle;
padding:0 1% 0 1%;
}

.top_concept_box img{
width:100%;
}

.top_concept_box p{
font-size:15px;
letter-spacing: 0.1em;
}

@media(max-width:768px){
.top_concept_box{
width:100%;
display: block;
}
.concept-image{
margin-top:20px;
}
}


/*事業内容
---------------------------------------------------------------------------*/
.service{
max-width:1000px;
margin:0 auto;
padding:60px 20px 0px 20px;
width: 100%;
}

.service-inner{
width:100%;
margin:0;
padding:0;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.service-inner li{
width: 32%;
list-style: none;
position: relative;
line-height: 0;
margin: 0 0 70px 0;
text-align: center;
}

.service-inner li p{
color:#b09642;
font-size:16px;
margin-top: 10px;
}

.service-inner li img{
width:30%
}

@media(max-width:768px){
.service-inner li{
width: 48%;
margin: 0 1% 70px 1%;
}
}

@media(max-width:480px){
.service-inner li img{
width:50%
}
}

/*会社概要
---------------------------------------------------------------------------*/
.about3{
max-width:800px;
margin:0 auto;
padding:60px 20px 60px 20px;
}

.t_style_c{
  width: 100%;
}

.t_style_c img{
width: 100%;
height:auto;
}

.t_style_c th{
width: 30%;
padding: 15px;
font-size: 16px;
text-align: left;
font-weight: 500;
border-bottom:solid 2px #b09642;
}

.t_style_c td{
width: 70%;
padding: 25px 20px 25px 20px;
font-size: 16px;
line-height:1.7em;
border-bottom:solid 2px #efead9;
}

.about-logo{
text-align: center;
margin:70px 0 20px 0;
}

.about-logo img{
width:100%;
height:auto;
max-width:50%;
}

@media(max-width:480px){
.t_style_c th{
width:100%;
padding: 10px;
display:block;
margin: 0 auto;
box-sizing: border-box;
text-align:left;
}
.t_style_c td{
display: list-item;
list-style:none;
width: 100%;
box-sizing: border-box;
border-bottom:none;
}
.about-logo{
text-align: center;
margin:50px 0 20px 0;
}
.about-logo img{
max-width:80%;
}
}

/*お問い合わせ
---------------------------------------------------------------------------*/
.contact{
max-width:1000px;
margin:0 auto;
text-align:left;
box-sizing: border-box;
padding:60px 20px 60px 20px;
}

.contact-text{
text-align: center;
font-size:16px;
line-height: 2.0em;
}

.normal-botan{
text-align: center;
padding:70px 0 70px 0;
}


/*contact-form
---------------------------------------------------------------------------*/
.contactwrap {
width: 100%;
padding: 40px 10px 80px 10px;
}

#formwrap {
max-width: 1000px;
margin: 0 auto;
padding: 15px 30px 50px 30px;
border: 1px solid #fff;
background-color:#efead9;
}

table.formTable{
width:100%;
margin:0 auto;
border-collapse: separate;
border-spacing: 0 30px;
}

table.formTable tr{
margin-bottom:30px;
}

table.formTable th{
text-align:left;
font-size:20px;
width: 30%;
color:#333;
vertical-align: middle;
font-weight:500;
}

table.formTable td{
font-weight:normal;
text-align:left;
font-size:20px;
width: 70%;
color:#333;
}

.form_inner-check {
	margin:0 auto;
	padding:40px 0px 40px 0px;
	box-sizing:border-box;
	border-radius: 3px;
}

.formTable-check-text{
  text-align: center;
  font-size:16px;
}

table.formTable-check{
width:100%;
margin:20px 0 20px 0;
background: #fff;
}

table.formTable-check tr{
border-bottom:1px solid #ddd;
}

table.formTable-check th{
font-weight: normal;
text-align: right;
font-size: 16px;
padding: 20px;
width: 30%;
white-space: nowrap;
}

table.formTable-check td{
font-weight: normal;
text-align: left;
padding: 20px;
width: 70%;
font-size: 16px;
}


input.form1 {
width: 100%;
padding: 20px;
font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 18px;
border: none;
}

input.form2 {
width: 100%;
padding: 20px;
font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 18px;
border: none;
}

textarea {
width: 100%;
font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 15px;
border: none;
resize: vertical;
padding: 10px;
}

td.error input ,
td.error textarea ,
td.error label {
    background:#FF6161;
}
* html td.error label {
    background:none;
}
*+html td.error label{
    background:none;
}
.error{
    margin:0;
    color:#FF6161;
    font-weight:normal;
	padding:5px 0 5px 0;
	font-size: 16px;
}

#btn_confirm {
font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
color:#fff;
font-size:25px;
background-color:#b09642;
padding: 15px 50px 15px 50px;
border: 1px solid #b09642;
cursor: pointer;
font-weight: 500;
}

#btn_confirm:hover {
background-color:#ccb466;
border: 1px solid #ccb466;
}

#btn_confirm-check {
font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
color:#fff;
font-size:25px;
background-color:#b09642;
padding: 15px 50px 15px 50px;
border: 1px solid #b09642;
cursor: pointer;
width: 90%;
}

#btn_confirm-check:hover {
background-color:#ccb466;
border: 1px solid #ccb466;
}

.formwrap_check {
    text-align: center;
}

@media(max-width:768px){
table.formTable th{
	width:100%;
	display:block;
	margin: 0 auto;
  padding-bottom: 10px;
}
table.formTable td{
	display: list-item;
	list-style:none;
	width: 100%;
}
table.formTable-check th{
width: 100%;
display: block;
margin: 0 auto;
text-align: left;
padding: 20px 20px 0 20px;
font-weight: bold;
}
table.formTable-check td{
display: list-item;
list-style:none;
width: 100%;
}
}

.thanks{
width:100%;
max-width:1000px;
text-align: center;
margin:0 auto;
padding:50px 10px 50px 10px;
font-size:16px;
}



@media(max-width:768px){

}

@media(max-width:480px){
#btn_confirm {
  font-size:18px;
}
}



.btn-flat-border {
  display: inline-block;
  padding: 5px 30px 5px 30px;
  text-decoration: none;
  color: #017dc3;
  border: solid 2px #017dc3;
  border-radius: 30px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #017dc3;
  color: white;
}
