@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body{
  background-color: #f5f5f5;
  margin: 0;
}

html, body {
	height: 100%;
}


@media screen and (max-width: 480px){   
  .pc { display:inline; }
  .sp { display:none; }
}


*{
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

b{
  color: #FF4B00;
  font-weight: bold;
}

.serviceFlow b{
  color: #FF4B00;
  font-weight: inherit;
}

.pr{position: relative;}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fl{float: left;}
.fr{float: right;}

.tc{text-align: center;}
.tl{text-align: left;}

.titleM{
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width:480px) {
.titleM{
  font-size: 20px;
}
}
.titleColor{
  color: #978872;
}

.mbn{margin-bottom: 5px;}
.mbs{margin-bottom: 10px;}
.mbm{margin-bottom: 20px;}
.mbl{margin-bottom: 40px;}
.mrn{margin-right: 5px;}
.mrs{margin-right: 10px;}
.mrm{margin-right: 20px;}
.mrl{margin-right: 40px;}

.btn_wrap{
  margin: 40px 0 0 0; 
}

.btn_cv{
  height: 40px;
  padding: 8px 30px 0;
  background-color: #00a0dd;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  transition: 0.3s;
}

.btn_cv:hover{
  background-color: #58c8f3;
}

.btn_big{
  font-size: 24px;
  font-weight: 700;
  height: 70px;
  padding: 17px 60px 0;
  background-image: linear-gradient(0deg, #c19644 0%, #eecd7f 100%);
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 480px) {
.btn_big {
    background-image: linear-gradient(0deg, #c19644 0%, #eecd7f 100%);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    height: 70px;
    padding: 20px 60px 0;
    transition: all 0.3s ease 0s;
}
}

.btn_big_f{
  font-size: 20px;
font-weight: 700;
height: 53px;
padding: 10px 50px 0;
background-image: linear-gradient(0deg, #353535 0%, #353535 100%);
display: inline-block;
border-radius: 3px;
color: #fff;
transition: 0.3s;
}

.btn_form:hover,
.btn_big:hover{
  background-image: linear-gradient(0deg, #ff7200 0%, #ff971d 100%);
  cursor: pointer;
}

.separator,.separator_w{
  margin: 0 0 15px 0;
  padding: 0 0 13px 0;
}

.separator:after,
.separator_w:after{
  content: "";
  width: 30px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

.separator_w:after{
  background-color: #fff;
}

.wrapper{
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto;
}

.section{
  background-color: #f8f8f8;
}

.bg_bl{background-color: #fff;}
.bg_gr{background-color: #eee;}
.bg_cv{background-color: #fff;}
.w{color: #000;}

/*********************

2カラム

*********************/
.col2{
  width: calc(50% - 5px);
  margin: 0 5px 10px 0;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
  float: left;
}

@media screen and (max-width:481px) {
 
.col2 {
    width: 100%;
    float: none;
    padding: 0 30px;
}

}


.col2:nth-child(2n){
  margin: 0 0 10px 5px;
}
/*********************

header

*********************/

.header{
  background-color: #fff;
  color: #fff;
  padding: 15px 0;
}

.header_logo{
  display: inline-block;
  vertical-align: top;
}

.header_logo img{
  margin: 5px 0 0 0;
  width:120px;
}




.tagline{
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
  margin: 5px 0 0 0;
  line-height: 1.4;  
}

.tel_circle{
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin: 0 7px 0 0;
}

footer .tel_circle{
  background-color: #000;
}

.tel_circle i{
  color: #000;
  font-size: 13px;
  position: absolute;
  top: 4px;
  left: 5px;
}

footer .tel_circle i{
  color: #fff;
}

.tel_num{
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: -3px;
  color: #000;
}

.tel_note{
  font-size: 12.4px;
  margin: -4px 0 0 0;
  color: #000;
}

/*********************

ヒーローイメージ

*********************/

.heroImage{
  padding: 100px 0; 
}

.heroImage_1{
  background: url(../images/section_bg_case.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 900px) {
.heroImage_1{
　background-image: url(../images/section_bg_case.jpg);
  background-size: cover;
  background-position: center;
 }
}

.heroImage_title {
  font-size: 42px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 0px 40px;
}

@media screen and (max-width: 480px) {
.heroImage_title {
  font-size: 18px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 0px 15px;
}
}

.heroImage_title:first-child{
  padding-top: 20px
}
.heroImage_title:last-child{
  padding-bottom: 20px
}

.popwrapper {
  margin: 0 auto;
  width: 360px;
 }

.heroImage_pop{
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  border: 2px solid #ddd;
  margin: 20px 20px 20px 0; 
}

.heroImage_pop_text{
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 0;
  line-height: 1.2;  
}

.heroImage_pop_bold{
  font-size: 34px;
  color: #ff4b00;
}

.customer_logo img{
  width: 100%;
}

/*********************

オフィスデザイン事例

*********************/
.caseBox_image{
  display: block;
}

.caseBox_image img{
  width: 100%;
}

.caseBox_name, .caseBox_note, .caseBox_spec{
  padding: 10px 12px; 
}

.caseBox_note, .caseBox_spec{
  border-top: 1px dotted #ddd;
}

.caseBox_name{
  font-size: 16px;
  color: #978872;
}

.caseBox_note{
  font-size: 13px;
}

.caseBox_spec{
  font-size: 12px;
}

.slideUp {
  background-color: #fff;
  border-top: 1px solid #ddd;
  position: fixed;
  bottom: -75px;
  height: 75px;
  width: 100%;
  z-index: 1;
  transition: 0.3s;
  padding: 10px 0 0;
}

.bgSection{
  height: 300px;
  background-color: #ccc;
  background-size: cover;
  position: relative;
}

.bgSection_title{
  color: #fff;
    position: absolute;
    top: 45%;
    margin: -36px 0 0;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    background-color: rgba(0,0,0,0.3);
    padding: 20px;
}

.strong_img{
  width: 40%;
}

.strong_img img{
  max-width: 200px;
  width: 100%;
}

.strong_textBox{
  width: 60%;
  padding: 36px 20px 36px 0;
}

@media screen and (max-width:480px) {
.strong_img{
  width: 100%;
}
.strong_textBox {
  width: 100%;
  padding: 0px 10px 10px 0;
  text-align: center;
}
.strong_img img{
  max-width: 100%;
}
}
/*********************

背景セクション

*********************/

.bgSection_1{
  background: url(../images/office_01.jpg) center no-repeat fixed;
  background-size: cover;
}


/*********************

サービスフロー

*********************/


.serviceFlow_item{
  margin: 0 0 20px 0;
  display: block;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
  position: relative;
}

.serviceFlow_item:before{
  content: "";
  background-image: url("../images/triangle.png");
  background-size: 24px;
  width: 22px;
  height: 12px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin: 0 0 0 -12px;
}

.serviceFlow_item:last-child:before{
  width: 0;
  height: 0;
}

.serviceFlow_img{
  max-width: 267px;
  width: 30%;
}

.serviceFlow_img img{
  width: 100%;
}

.serviceFlow_text{
  width: 70%;
  padding: 28px 20px;
}

.serviceFlow_title{
  color: #978872;
}

.serviceFlow_aside{
  background-color: #c19d58;
  padding: 12px 20px;
  position: relative;
  margin: 0 0 20px 0;
}

.serviceFlow_aside:after{
  content: "";
  height: 0;
  width: 0;
  border-top: 9px solid #c19d58;
  border-bottom: 9px solid transparent;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: -18px;
}

.serviceFlow_aside p{
  color: #fff;
  font-size: 18px;
}


/*********************

メンバー

*********************/

.member_item{
  width: 22%;
  margin: 0 3% 40px 0;
  display: inline-table;
}

.member_item:nth-child(4),
.member_item:last-child{
  margin-right: 0;
}

.member_photo{
  margin: 0 0 10px; 
}

.member_photo img{
  width: 100px;
}

.member_position{
  font-size: 10px;
}

.member_text{
  font-size: 14px;
}

/*********************

実績

*********************/

.result{
  padding: 20px;
  min-height: 180px;
}

/*********************

フォーム

*********************/
.formBox{
  padding: 30px;
  background-color: #fff;
  width: 850px;
  margin: 0 auto;
}

.formTitle{
  text-align: left;
  font-weight: 100;
  color: #000;
  height: 56px;
  width: 20%;
  margin-right: 10%;  
}

.formContent{
  height: 65px;
  width: 60%;
}

.formBase{
      width: 100%;
    padding: 0 16px;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    height: 50px;
    background-color: #f8f8f8;
}

.formContent_checkbox{
  text-align: left;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}

.formContent_checkbox input{
   margin:10px;
  }

.formTextArea{
  width: 100%;
  padding: 10px 20px; 
  margin: 8px 0 -6px 0;
  border-radius: 3px;
  background-color: #f8f8f8;
}

.areaTitle{
  vertical-align: top;
  padding-top: 19px; 
}

option, textarea, input, select{
  transition :0.15s;
}
select:focus, option:focus, textarea:focus, input:focus{
  background-color: #fff9e7;
}

.must,.optional{
  font-size: 11px;
  padding: 3px 9px 3px 8px;
  border-radius: 2px;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
  float: right;
}

.must{
  background-color: #dc0e59;
  color: #fff;
}

.optional{
  background-color: #bbb;
  color: #fff;
}

#formWrap i{
  width: 20px;
  text-align: center;
  margin: 0 5px 0 0;
}

.test{
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
  padding: 30px 0 10px;
  border-top: 1px dotted #ddd;
  display: inline-block;
}

.btn_form{
  padding: 10px 30px;
  background-image: linear-gradient(0deg, #313131 0%, #3c3c3c 100%);
  color: #fff;
}

@media screen and (max-width:480px) {

.bgSection_title {
    color: #fff;
    position: absolute;
    top: 40%;
    margin: 0px 0 0;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}


    .formBox {
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 17px;
    width: 100%;
}

.formTitle{
  text-align: left;
  font-weight: 100;
  color: #000;
  height: 30px;
  width: 100%;
  margin-right: 10%;  
  display:block;
}

.formContent{
  height: 56px;
  width: 100%;
  display:unset;
}

.must, .optional {
    border-radius: 2px;
    float: left;
    font-size: 11px;
    margin: 0 10px 0 0;
    padding: 2px 5px 2px 4px;
    position: relative;
    top: -2px;
}
    
}

/*********************

フッター

*********************/

.footer{
  height: 20px;
  background-color: #000;
  padding: 3px 0 0;
}

.footer p{
  font-size: 10px;
  color: #888;
}

.footimg img {
   max-width: 100%;
  height: auto;
 }

/*********************

サンクスページ

*********************/

.thanksBack{
  height: 100vh;
  background-image: url(../images/thanksBack.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.thanksBox{
  width: 600px;
  height: 200px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.96);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -300px;
}

.thanksBox h1{
  font-size: 24px;
  margin-bottom: 20px;
  color: #978872;
}

.thanksBox p{
  font-size: 18px;
  margin-bottom: 20px;  
}

.thanksBox a{
  text-decoration: underline;
  color: #000;
}

