section
{
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
section.sec1
{
  background: url(../img/main_1.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

section.sec2
{
  background: url(../img/back_1.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment:fixed;
  height: 58vh;
}
section.sec3
{
  background: url(../img/back_2.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
section.secText
{
  padding: 50px 200px ;
  width: 100%;
  height: auto;
  background-color: #30373f;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

section.secText h2
{
  margin: 50px;
  padding: 0;
  font-size: 28px;
  font-weight:700;
  font-family: 'Josefin Slab', serif;
  text-align: center;
  color: #636e8a;
}
section.secText p
{
  margin: 20px;
  padding: 0;
  font-family: Meiryo;
  font-size: 14px;
  text-align: center;
  color: #6d7791;
  font-weight:400;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
/*----------flex------------------------*/
section.secText2
{
  padding: 10px;
  height: 520px;
  background-color: #30373f;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
section.flex{
  height: 500px;
  width: 100%;
  display: flex;
}
.content{
  width: calc(50% - 50px);
  height: 100%;
  background: #30373f;
  box-sizing: border-box;
}
.imgbox{
  width: calc(50% + 50px);
  height: 100%;
  box-sizing: border-box;
  border-left: 100px solid #30373f;
  border-bottom: 500px solid transparent;
  background: url(../img/back_6.jpg);
  background-position: -100px -150px;
}
.content h2{

  font-weight: 500;
  font-family: Meiryo;
  font-size: 18px;
  text-align: left;
}
.content p{
  font-size: 14px;
  font-weight:400;
  text-align: left;
  color: #6d7791;
  padding-top: 20px;
}
/*ipad----------------------------------*/
@media (max-width: 1280px) and (min-width: 1080px){
  #sec4{
    background: url(../ipad/i_1.jpg)!important;
    background-repeat: no-repeat !important;
    background-size:100% auto !important;
    background-attachment: fixed !important;
  }
  #sec6{
    background: url(../ipad/i_2.jpg)!important;
    background-repeat: no-repeat !important;
    background-size:100% auto !important;
    background-attachment: fixed !important;
  }
  .background-2{
    height: 200px !important;
    background-color: rgba(85, 85, 85, 0.4) !important;
  }
  .fadeline2 {
    position: relative;
    padding: 0;
    margin: 20px !important;
  }
  p.sc3{
    font-size: 12px;
    font-weight: 400 !important;
    color: #f9d8ae !important;
    opacity: 1;
  }
   .swiper-slide  {
    background-repeat: no-repeat;
    background-size: contain!important;
    background-position: center; 
   }  
    #section3{ 
    display: none !important;
  }
  .sec8
  {
    background: url(../img/main_4.jpg)!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed;
  }
  .sec9
  {
    display: none !important;
  }
  .sec11{
    width: 100%;
    background-color: #f4f7f6;
    z-index: 1;
    height:50vh !important;
  }
  .sec12
  {
    background: url(../img/main_5.jpg)!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed;
  }
  .wrapper{
    max-width: 100%;
    height: auto !important;
    background-color: #f4f7f6 !important;
  }
  .side {
    margin-top: 0;
  }
  .side p{
    font-size: 12px!important;
  }
  .sc4{
    padding-top: 0;
  }
  .side ul li, ol li {
    font-size: 12px!important;
  }
  .side h3{
    font-size: 14px!important;
    margin-top: auto;
    margin-bottom: 25px;
  }
  .side h3:before{
    content: '';
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #55b49c;
    margin-bottom: 3px;
    margin-right: 5px;
    }
  .side h4{
    font-size: 11px;
  }
  .main{
    display: none !important; 
  }
  body {
    margin-bottom: 0 !important;
  } 
  footer{
    display: none !important;
  } 
}
/*ipad----------------------------------*/
@media (orientation: portrait){
  #sec4{
    background: url(../ipad/i_1.jpg)!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed!important;
    background-position: center center !important; 
    background-size:contain!important;
  }
  #sec6{
    background: url(../ipad/i_2.jpg)!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed!important;
    background-position: center  !important; 
    background-size:contain!important;
  }
  section
  {
    width: 100%;
    box-sizing: border-box;
  }
  .sec11{
    width: 100%;
    background-color: #f4f7f6;
    z-index: 1;
    height:auto !important;
  }
  #sec6{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:contain;
  }  
  .sec13{
    display: none !important;
  }
  .sec15{
    display: none !important;
  }
  .main2{
    display: none !important; 
  }
  .sec14{
    height:auto !important;
  }
  .sec8{ 
    height: 35vh !important;
  }
  .sec12{ 
    height: 35vh !important;
  }
  .sec16{ 
    height: auto !important;
  }
  #section3{ 
    display: none !important;
  }
}
/*iphone----------------------------------*/
@media screen and (max-width: 1079px){
  #sec4{
    background-repeat: no-repeat;
    background-size:100% 100% !important;
    background-attachment: fixed;
  }
  #sec6{
    background-repeat: no-repeat;
    background-size:100% 100% !important;
    background-attachment: fixed;
  }
  section.secText
  {
    padding: 50px 200px ;
    height: auto;
    background-color: #30373f;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .content h2{
    font-size: 16px;
  }
  .content p{
    font-size: 12px;
    font-family: Meiryo;
  }
  section.secText p{
    font-size: 12px;
  }
  .background-2{
    height: 200px !important;
    background-color: rgba(85, 85, 85, 0.4) !important;
  }
  .fadeline2 {
    position: relative;
    padding: 0;
    margin: 20px !important;
  }
  p.sc3{
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #f9d8ae !important;
    padding: 70px 10px 10px 10px !important;
    opacity: 1;
  }
   #section3{
    display: none;
   } 
   .wrapper{
    max-width: 100%;
    height: auto !important;
    background-color: #f4f7f6 !important;
  }
  .side {
    margin-top: 0;
  }
  .side p{
    font-size: 12px!important;
  }
  .sc4{
    padding-top: 0;
  }
  .side ul li, ol li {
    font-size: 12px!important;
  }
  .side h3{
    font-size: 14px!important;
    margin-top: auto;
    margin-bottom: 25px;
  }
  .side h3:before{
    content: '';
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #55b49c;
    margin-bottom: 3px;
    margin-right: 5px;
    }
  .side h4{
    font-size: 11px;
  }
  .main{
    display: none !important; 
  }
  .sec8{
  	background: url(../ip/main_4.jpg)!important;
    background-attachment: absolute !important;
    background-repeat: no-repeat !important;
  }
  .sec9{
  	display: none !important;
  }
}
/*iphone----------------------------------*/
@media (orientation: landscape) and (max-width: 1079px){
  .swiper-slide  {
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center; 
   }
   .side {
    background-color: #fff;
    width: auto !important;
    border-bottom: 2px solid #e3e3e3;
  }
  #section3{ 
    display: none !important;
  }
  }
/*iphone----------------------------------*/
  @media (orientation: portrait) and (max-width: 1079px){
    #sec4{
      background-repeat: no-repeat;
      background-size:cover !important;
      background-attachment: fixed;
      background-position: center center !important; 
    }
    #sec6{
      background-repeat: no-repeat;
      background-size:cover !important;
      background-attachment: fixed;
      background-position: center center !important; 
    }
    .background-2{
      display: none !important;
    }
    #section3{ 
      display: none !important;
    }
  }
/*iphone----------------------------------*/
  @media (max-width: 540px) and (min-width: 360px){
    p.sc3{
      font-size: 11px !important;
      font-weight: 400 !important;
      color: #f9d8ae !important;
      padding: 20px 10px 10px 10px !important;
      margin-top: 0 !important;
      opacity: 1;
    }
    .fadeline2 {
      position: relative;
      margin-top: 10px !important;
    }
    h2{
      padding: 0;
      font-weight:700;
      font-family: 'Josefin Slab', serif;
      text-align: center;
      color: #636e8a;
    }
    #section3{ 
      display: none !important;
    }
  }
/*----------------------------------*/
@media screen and (max-width: 768px){
  
section.sec1
{
  background: url(../img/sp_1.jpg) !important;
  background-attachment: absolute !important;
  background-repeat: no-repeat !important;
  background-size:contain !important;
  height: 0 !important;
  padding-top: 63.3% !important;
}
section.sec2
{
  display: none !important;
}
section.sec3
{
  display: none !important;
}
section.secText
{
  width: 100%;
  height: auto;
  padding: 50px 0px ;
}
section.secText h2
{
  margin: 0;
  padding: 10px;
  font-size: 20px;
}
section.secText p
{
  line-height: 20px;
  font-size: 12px;
  text-align: center ;
}
/*----------------------------------------*/

section.secText2
{
  padding: 10px;
  height: 0;
  background-color: #30373f;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
}
section.flex{
  height: 400px;
  width: 100%;
  display: flex;
}
.content{
  width: 100%;
  height: 100%;
  background: #30373f;
  box-sizing: border-box;
}
.imgbox{
  display: none;
}
.content h2{

  font-weight: 500;
  font-family: Meiryo;
  font-size: 15px;
  text-align: center ;
  padding: 20px;
}
.content p{
  font-size: 12px;
  font-weight:400;
  font-family: Meiryo;
  text-align: left;
  color: #6d7791;
  padding: 20px;
}
}
/*----------------------------------------*/

.fadeline {
   position: relative;
   margin: 0;
   padding: 0;
   color: #f9d8ae;
}
.fadeline::before {
   content: '';
   position: absolute;
   bottom: -5px;
   left: 0;
   right: 0;
   width: 100%;
   height: 1px;
   margin: 0 auto;
   text-align: center;
   background-image: -webkit-linear-gradient(left, transparent, #f9d8ae 25%, #f9d8ae 75%, transparent);
   background-image: linear-gradient(to right, transparent, #f9d8ae 25%, #f9d8ae 75%, transparent);
   background-position: center;
   background-repeat: no-repeat;
}


/*exterior---------------*/
#sec4{
	background: url(../img/main_2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:contain;
}
.background-2{
background-color: #30373f;
width: 100%;
height:200px;
padding: 0;
bottom: 0;
position: absolute;
border-top: 1px solid #000;
z-index: 1;
}
h2{
  padding: 0;
  font-size: 28px;
  font-weight:700;
  font-family: 'Josefin Slab', serif;
  text-align: center;
  color: #636e8a;
}
p.sc3{
	font-size: 14px;
  font-weight:400;
  margin-top: -50px;
  text-align: center;
  font-family: Meiryo;
  color: #6d7791;padding: 50px 200px ;
}
/*Interior---------------*/
#sec6{
	background: url(../img/main_3.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:contain;
}
/*----------workflow-----------------------*/
.sec8
{
  background: url(../img/main_4.jpg);
  background-repeat: no-repeat;
  background-size:contain;
  background-attachment: fixed;
}
.sec9{
  background: url(../img/back_7.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment:fixed;
  height: 40vh;

}
.sec10{
  width: 100%;
  height: 100vh;
  background-color: #f4f7f6;
  z-index: 1;
}
.sec11{
  width: 100%;
  background-color: #f4f7f6;
  z-index: 1;
  height: 70vh;
}
section.secText3
{
  width: 100%;
  height: 300px;
  background-color: #30373f;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
h2
{
  padding: 0;
  font-size: 28px;
  font-weight:700;
  font-family: 'Josefin Slab', serif;
  text-align: center;
  color: #636e8a;
}
p.sc3{
	font-size: 14px;
  font-weight:400;
  margin-top: -50px;
  text-align: center;
  font-family: Meiryo;
  color: #6d7791;
}

.wrapper {
  display: -webkit-flex;
  display: flex;
	width: 1200px;
	height: 400px;
  justify-content: center;
	padding-top: 80px;
	margin: 0 auto;
}
.main {
  width: 480px;
	background-color: #fff;
  border-bottom: 2px solid #e3e3e3;
}
.side {
	background-color: #fff;
	width: 720px;
  border-bottom: 2px solid #e3e3e3;
}
.side h3{
  font-size: 17px;
  font-weight:600;
  text-align: left;
  font-family: Meiryo;
  color: #666666;
  margin-top: 10px;
  padding-left: 20px;

}
.side h3:before{
content: '';
display: inline-block;
width: 70px;
height: 2px;
background-color: #55b49c;
margin-bottom: 7px;
margin-right: 5px;
}
.side h4{
  font-size: 14px;
  font-weight:600;
  margin-top: 0px;
  font-family: Meiryo;
  color: #70c29d;
  text-align: left;
  padding-left: 40px;
}
.side p{
  font-size: 14px;
  font-weight:400;
  margin-top: -5px;
  font-family: Meiryo;
  color: #7a737c;
  display: inline-block;
  text-align: left;
  padding-right: 25px;
  padding-left: 20px;
}
.sc4{
  padding-top: 5px;
  font-family: Meiryo;
}

.side ul, ol {
  padding: 0.5em 0.5em 0.5em 2em;
  text-align: left;
  margin-top: -20px;
}

.side ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 10px;
  font-family: Meiryo;
  font-size: 14px;
  font-weight:400;
  color: #7a737c;
}
/*------------------------------------*/
@media screen and (max-width: 768px){
  section.secText3{
    display: none;
  }
  .sec8
  {
    background: url(../img/sp_2.jpg) !important;
    background-attachment: absolute !important;
    background-repeat: no-repeat !important;
    background-size:contain !important;
    height: 0 !important;
    padding-top:63.3% !important;
  }
  .sec9{
    display: none;
  }
  .sec10{
    width: 100%;
    height: auto;
    background-color: #fff !important;
    z-index: 1;
  }
  .sec11{
    width: 100%;
    height: auto;
    background-color: #fff !important;
    z-index: 1;
  }
  .wrapper{
    max-width: 100%;
    height: auto !important;
  }
  .side {
    margin-top: -50px;
  }
  .side p{
    font-size: 11px;
  }
  .sc4{
    padding-top: 0;
  }
  .side ul li, ol li {
    font-size: 11px;
  }
  .side h3{
    font-size: 12px;
    margin-top: auto;
    margin-bottom: 25px;
  }
  .side h3:before{
  content: '';
  display: inline-block;
  width: 70px;
  height: 2px;
  background-color: #55b49c;
  margin-bottom: 3px;
  margin-right: 5px;
  }
  .side h4{
    font-size: 11px;
  }
  .main{
    display: none !important;
  }
}
/*-------------price----------------*/
.sec12
{
  background: url(../img/main_5.jpg);
  background-size:contain;
  background-attachment: fixed;
}
.sec13{
  background: url(../img/back_11.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment:fixed;
  height: 50vh;
}
.sec14{
  width: 100%;
  height: 68vh;
  background-color: #f4f7f6;
  z-index: 1;
}
.sec15{
  background: url(../img/back_12.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment:fixed;
  height: 25vh;
}
.sec16{
  width: 100%;
  height: 68vh;
  background-color: #f4f7f6;
  z-index: 1;
}
.wrapper2 {
  display: -webkit-flex;
  display: flex;
	width: 100%;
	height: 500px;
  justify-content: center;
	padding-top: 80px;
	margin: 0 auto;
}
.main2 {
  width: 800px;
	background-color: #fff;
  border-bottom: 2px solid #e3e3e3;
}
.side2 {
	background-color: #fff;
	width: 600px;
  border-bottom: 2px solid #e3e3e3;
}
.side2 h3{
  font-size: 17px;
  font-weight:600;
  text-align: left;
  font-family: Meiryo;
  color: #666666;
  margin-top: 10px;
  padding-left: 20px;

}
.side2 h3:before{
content: '';
display: inline-block;
width: 70px;
height: 2px;
background-color: #55b49c;
margin-bottom: 7px;
margin-right: 5px;
}
.side2 h4{
  font-size: 14px;
  font-weight:600;
  margin-top: 0px;
  font-family: Meiryo;
  color: #70c29d;
  text-align: left;
  padding-left: 42px;
}
.side2 p{
  font-size: 14px;
  font-weight:400;
  margin-top: -5px;
  font-family: Meiryo;
  color: #7a737c;
  display: inline-block;
  text-align: left;
  padding-right: 25px;
  padding-left: 20px;
}
.flex-list {
  display: flex;
  width: 600px;
}
.side2 ul, ol {
  padding: 0.5em 0.5em 0.5em 2em;
  text-align: left;
  margin-top: -20px;
}

.side2 ul li, ol li {
  line-height: 1.5;
  padding: 0.2em 10px;
  font-family: Meiryo;
  font-size: 14px;
  font-weight:400;
  color: #7a737c;
}
/*----------------------------------*/
@media screen and (max-width: 1024px){
  .sec12{
    background: url(../ip/main_5.jpg);
    background-attachment: absolute !important;
    background-repeat: no-repeat !important;
  }
  .wrapper2 {
    max-width: 100%;
    height: auto !important;
  }
  .main2
  {
    margin-top: -20px;
  }
  .side2 {
  	width: auto;
    height: auto;
    margin-top: -20px;
  }
  .side2 h3{
    font-size: 14px;
  }
  .side2 h4{
    font-size: 13px;
  }
  .side2 p{
    font-size: 12px;
  }
  .side2 ul li, ol li{
    font-size: 12px;
  }

}
/*----------------------------------*/
@media screen and (max-width: 768px){
  .sec12
  {
    background: url(../img/sp_3.jpg)!important;
    background-attachment: absolute !important;
    background-repeat: no-repeat !important;
    background-size:contain !important;
    height: 0 !important;
    padding-top: 63.3% !important;
  }
  .sec13{
    display: none;
  }
  .sec14{
    height: auto;
  }
  .sec15{
    display: none;
  }
  .sec16{
    height: auto;
  }
  .main2{
    display: none;
  }
  .wrapper2{
    max-width: 100%;
    height: auto;
    background-color: #fff !important;
  }
  .side2 {
    height: auto;
    margin-top: -70px;
  }
  .side2 h3{
    font-size: 12px;
  }
  .side2 h3:before{
  content: '';
  display: inline-block;
  width: 70px;
  height: 2px;
  background-color: #55b49c;
  margin-bottom: 3px;
  margin-right: 5px;
  }
  .side2 h4{
    font-size: 11px;
  }
  .side2 p{
    font-size: 11px;
  }
  .flex-list {
    width: 100%;
  }
  .side2 ul li, ol li {
    font-size: 11px;
  }

}
/*---------contact-----------------------*/

.sec17{
  background: url(../img/main_6.jpg);
  width: 100%;
  height: 100vh;
}
/*----------------------------------*/
@media screen and (max-width: 1366px){

  #button{
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 230px !important;
  }
}
/*----------------------------------*/
@media screen and (max-width: 1080px){
  .sec17{
    background: url(../ip/main_6.jpg);
    background-attachment: absolute !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
  }
  #button{
  width: 30% !important;
  margin-right: 0 !important;
  margin-left: 450px !important;
  }

}
/*----------------------------------*/
@media screen and (max-width: 768px){
  .sec17{
    background: url(../img/sp_4.jpg)!important;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 1024px;
  }

  #formWrap {
    width:100%;
    margin: auto;
    color:#fff;
    line-height:120%;
    font-size:13px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  table.formTable{
    width:100% !important;
    height: auto !important;
    border-collapse:collapse;
    display: block;
    margin-right: 50px  !important;
    margin-top: 100px !important;
  }
  table.formTable td,table.formTable th{
    padding-top: 0 !important;
    display: block;
  }
  table.formTable th{
    width:30%;
    font-weight:normal;
    text-align:left;
    display: block;
    color: #fff !important;
  }
  input[type=text]{
  width:220px !important;
  height:40px;
  font-size:17px;
  color:#555;
  background-color:#bfd6cb;
  display: block;
  }

  textarea {
  min-width: 220px !important;
  min-height: 100px;
  max-width:  220px !important;
  max-height: 1000px;
  display: block;
  font-size:15px;
  color:#555;
  background-color:#bfd6cb;
  }

  #button{
  text-align :center;
  width: 100% !important;
  margin :0 !important;
  }
}

/*auto height--------fullpage-----------*/
.Content{
  height: 200px;
}

/*fadeline-------------------------------------*/
.fadeline {
   position: relative;
   margin: 0;
   padding: 0;
   color: #f9d8ae;
}
.fadeline::before {
   content: '';
   position: absolute;
   bottom: -5px;
   left: 0;
   right: 0;
   width: 100%;
   height: 1px;
   margin: 0 auto;
   text-align: center;
   background-image: -webkit-linear-gradient(left, transparent, #f9d8ae 25%, #f9d8ae 75%, transparent);
   background-image: linear-gradient(to right, transparent, #f9d8ae 25%, #f9d8ae 75%, transparent);
   background-position: center;
   background-repeat: no-repeat;
}
/*-----line 75%----------*/
.fadeline2 {
   position: relative;
   margin: 30px;
   padding: 0;
   color: #f9d8ae;
}
.fadeline2::before {
   content: '';
   position: absolute;
   bottom: -5px;
   left: 0;
   right: 0;
   width: 75%;
   height: 1px;
   margin: 0 auto;
   text-align: center;
   background-image: -webkit-linear-gradient(left, transparent, #f9d8ae 25%, #f9d8ae 75%, transparent);
   background-image: linear-gradient(to right, transparent, #f9d8ae 25%, #f9d8ae 75%, transparent);
   background-position: center;
   background-repeat: no-repeat;
}
/*----------------------------------------*/

/*IE10.11 Hack----------------------------*/
@media all and (-ms-high-contrast:none){
  section.sec1
  {
    background: url(../img/main_IE.jpg);
    background-size:1920px;height: 73vh;
  }
  .content p{
    line-height: 1.5;
  }
  .side{
    background-color: #f4f7f6 !important;
    border-bottom: 0;
  }
  .main{
    background-color: #f4f7f6;
    border-bottom: 0;
  }

  #sec4{
  	background: url(../img/main_2.jpg);
    background-size:1920px;height: 100vh;
  }

  #sec6{
  	background: url(../img/main_3.jpg);
    background-size:1920px;height: 100vh;
  }

  .sec8
  {
    background: url(../img/main_4.jpg);
    background-size:1920px;height: 73vh;
  }

  .sec12
  {
    background: url(../img/main_5.jpg);
    background-size:1920px;height: 73vh;
  }
/*---------------------------------------*/
}