/* CSS Document */

html{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 15px;
  scroll-behavior: smooth;
}
body{
  width: 100%;
  min-width: 1040px;
}
img{
  max-width: 100%;
  height: auto;
}
a{
  text-decoration: none;
  color: inherit;
}
ul{
  list-style: none;
}
.homemade{
  font-family: 'Homemade Apple', cursive;
}
.robot{
  font-family: 'Roboto', sans-serif;
}

nav{
  position: fixed;
  width: 180px;
  height: 100%;
  background:rgba(255,255,255,0.50);
  right: 0;
  z-index: 100;
  -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.side-nav{
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (orientation: portrait) { 
  nav{
  display: none;
}
}
nav ul{
  
}
nav li{
  writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl; 
  font-weight: bold;
  letter-spacing:3px;
  margin: 20px 0;
}
nav li a{
  display: block;
  padding: 0 20px;
}
nav li a:hover{
  opacity: .6;
}
.header-section{
  height: 100px;
  display: flex;
}
.header-section .inner{
  width: 1040px;
  padding: 10px;
  margin:auto;
  position: relative;
  text-align: center;
}
.top-logo{
  position: absolute;
  text-align: left;
}
.top-logo h2{
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 27px;
}
.top-title h2{
  font-size: 15px;
}
.top-title h2 span{
  font-size: 33px;
  line-height: 2
}

.MV{
  height: 684px;
  display: flex;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.MV .inner{
  width: 1040px;
  margin: auto;
  padding: 0 20px;
  color: #fff;
}
.white-space{
  position: absolute;
  width: 180px;
  background-color: #fff;
  height: 784px;
  top: 0;
  right: 0;
}
.MV-title{
  width: 374px;
  margin: auto;
  position: relative;
  margin-bottom: 85px;
}
.MV-title h2{
  font-size: 65px;
  text-align: center;
}
.MV-title h2+p{
  font-size: 22px;
  position: absolute;
  color: #A31717;
  line-height: 1.3;
  top: 60px;
  right: -29px;
    transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
}
.MV-text{
  font-size: 17px;
  line-height: 2;
  font-weight: bold;
  width: 526px;
  margin: auto;
}
@media screen and (min-width: 1400px){
  .MV{
  height: calc(100vh - 100px);
    min-height: 683px;
}
  .white-space{
  height: 100vh;
    min-height: 783px;
}
}
@media screen and (max-width: 1400px){
  .white-space{
    display: none;
  }
}

section .inner{
  width: 1040px;
  padding: 0 20px;
  margin: auto;
}
.sec-title{
  padding-top: 65px;
}
.sec-title h2{
  font-size: 33px;
  font-weight: normal;
}
.sec-title h2 span{
  border-bottom: solid 2px;
}
.sec-title h3{
  font-size: 15px;
  color: #17400E;
  line-height: 2.3;
}

section.project{
background: transparent linear-gradient(155deg, var(--unnamed-color-ffffff) 0%, #EBE3D0 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(155deg, #FFFFFF 0%, #EBE3D0 100%) 0% 0% no-repeat padding-box;
opacity: 1;
}

.project {
  padding: 75px 0 120px 0;
}
.top-title {
  margin-bottom: 65px;
}
.top-title h1{
  font-size: 33px;
  background: url("../img/bg-top-title.png") right no-repeat;
}
.project .layout-flex{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.project .layout-flex .flex{
  width: 30%;
}
.project .layout-flex .flex .img-wrap{
  position: relative;
}
.project .layout-flex .flex .img-wrap p{
  position: absolute;
  right: 0;
  top: 205px;
  font-size: 45px;
  color: #A31717;
}
.project .layout-flex .flex h4{
  font-size: 25px;
  color: #538D0F;
  text-align: center;
  padding: 20px 0;
}
.project .layout-flex .flex h4+p{
  font-weight: 600;
  line-height: 2;
  text-align: justify;
}

.works{
  background-position:  0 100px;
  width: 100%;
  margin-bottom: 220px;
}
.works .pic{
  width: 100%;
  height: 245px;
    border: 2px solid #FFF;
    overflow: hidden;
  box-shadow: 3px 3px 6px rgba(0,0,0,.2)
}
.works .pic a img{
  
  -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.works .pic a img:hover{
 -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.works .sec-title{
  margin-bottom: 130px;
}
.works1{
  position: relative;
  height: 478px;
  margin: 80px 0;
}
.works1 .illust{
  position: absolute;
  background: url("../img/bg-works01.png") left top no-repeat;
  width: 661px;
  height: 396px;
  top: -160px;
  left: 0px;
  z-index: -1;
}
.works2{
  position: relative;
  height: 478px;
  margin: 80px 0;
}
.works2 .illust{
  position: absolute;
  background: url("../img/bg-works02.png") right top no-repeat;
  width: 701px;
  height: 356px;
  top: -40px;
  right: 0px;
  z-index: -1;
}
.works3{
  position: relative;
  height: 478px;
  margin: 80px 0;
}
.works3 .illust{
  position: absolute;
  background: url("../img/bg-works03.png") left top no-repeat;
  width: 661px;
  height: 296px;
  top: -40px;
  left: 0px;
  z-index: -1;
}
.bg-works1{
  position: absolute;
  background: transparent linear-gradient(271deg, #C6B07B 30%, #FFFFFF00 70%) 0% 0% no-repeat padding-box;
mix-blend-mode: multiply;
opacity: 0.24;
  width: 100%;
  height: 478px;
  z-index: -2;
}
.bg-works2{
  position: absolute;
  background: transparent linear-gradient(89deg, #C6B07B 30%, #FFFFFF00 70%) 0% 0% no-repeat padding-box;
opacity: 0.24;
  width: 100%;
  height: 478px;
  z-index: -1;
}
.bg-works3{
  position: absolute;
  background: transparent linear-gradient(271deg, #C6B07B 30%, #FFFFFF00 70%) 0% 0% no-repeat padding-box;
mix-blend-mode: multiply;
opacity: 0.24;
  width: 100%;
  height: 478px;
  z-index: -2;
}
.works .inner{
  opacity: 1;
}
.works h4{
  margin-bottom: 30px;
}
.works1 h4{
  background: url("../img/icon-works01.png") left bottom no-repeat ;
  padding-top: 80px;
  padding-left: 70px;
  font-size: 17px;
}
.works2 h4{
  background: url("../img/icon-works02.png") left bottom no-repeat ;
  padding-top: 80px;
  padding-left: 70px;
  font-size: 17px;
}
.works3 h4{
  background: url("../img/icon-works03.png") left bottom no-repeat ;
  padding-top: 80px;
  padding-left: 70px;
  font-size: 17px;
}
.works .layout-flex{
  display: flex;
  justify-content: space-between;
}
.works .layout-flex .flex{
  width: 30%;
}
.works .layout-flex .flex-flex{
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-top: 20px;
}
.works .layout-flex .flex-flex .text h5{
  font-size: 15px;
}

.about{
  position: relative;
}
.about .illust{
  background: url("../img/illust-about.png") right bottom no-repeat ;
  width: 810px;
  height: 448px;
  position: absolute;
  right: 0px;
  top: 170px;
}
.about-top{
  width: 100%;
  height: 490px;
}
.about-top .sec-title{
  position: relative;
  top: 330px;
  color: #fff;
}
.about-top .sec-title h3{
  color: #fff;
}
.about-text{
  background-color: #C6B07B;
  padding-bottom: 90px;
}

.greet{
  padding-top: 180px;
}
.greet h4{
  margin-bottom: 40px;
}
.greet h4+p{
  font-weight: 600;
  line-height: 2;
  margin-bottom: 20px;
}
.greet .name{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.greet .name p{
  font-weight: bold;
  line-height: 2;
}
.about .layout-flex{
  display: flex;
  justify-content: space-between;
}
.about .layout-flex .flex{
  width: 49%;
  border-top:solid 1px #707070;
  padding-top: 60px;
}
.about .flex1 dl{
  display: flex;
  line-height: 2;
  font-weight: 600;
}
.about .flex1 dl dt{
  width: 120px
}
.about .flex2{
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
.about .flex2 dl dt{
  font-weight: 600;
}
.about .flex2 dl:first-of-type{
  margin-bottom: 30px;
}

.contact{
  height: 490px;
}
.contact .inner{
  display: flex;
  justify-content: center;
  height: 490px;
}
.contact .sec-title{
  color: #fff;
  text-align: center;
  padding-top: 160px;
}
.contact .sec-title h3{
  color: #fff;
}
.contact-white{
  background: #fff;
  width: 656px;
  margin:  -230px auto 0 auto;
  padding: 20px;
  font-weight: bold;
  line-height: 2;
}
.num{
  font-size:33px;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: solid 1px ;
}
.num p{
  text-align: center;
  width: 50%;
  padding-top: 40px;
}
.num p:first-child{
  background: url("../img/icon-tell.png") no-repeat center top;
}
.num p:nth-of-type(2){
  background: url("../img/icon-fax.png") no-repeat center top;
}
.foot-title{
  padding: 20px 0 0px 0;
}
.foot-title h2{
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-title h2 span{
font-size: 33px;
  margin-left: 10px;
}
.footer{
  position: relative;
  background: #C6B07B;
  z-index: -1;
}
.footer .inner{
  background-position: 100% 40px;
  padding-top: 110px;
  height: 205px;
  position: relative;
}
.footer .inner .illust{
  background: url("../img/bg-footer.png") no-repeat right bottom;
  width: 213px;
  height: 178px;
  position: absolute;
  right: 0;
  bottom: -12px;
}
.footer .MV-title{
  color: #4A2511;
  margin-bottom: 0;
}
.footer .MV-title h2{
opacity: .3;
}
.copy{
  background: #fff;
  display: flex;
}
copy{
  width: 1040px;
  margin: auto;
  padding: 20px;
}