@charset "UTF-8";
/* CSS Document */


/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main{
  background: url("/img/spatial-direction/design-proposal/bgi-main.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  height: 1027px;
  position: relative;
}
#main .inner{
  position: absolute;
  top: 300px;
  left: 0;
  padding: 0 100px;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
}
#main .inner h1{
  font-size: 0;
  max-width: 966px;
  width: 100%;
  height: 208px;
  background: url("/img/spatial-direction/design-proposal/img-txt-01.svg")no-repeat;
  background-size: cover;
  background-position: center;
}
#main .inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-left: 70px;
}
@media only screen and (max-width:1250px) {
#main{
  height: 470px;
}
#main .inner{
  bottom: 20px;
  padding: 0 20px;
  top: auto;
}
#main .inner h1{
  width: 100%;
  height: 150px;
  background-position: left;
    background-size: contain;
	}
}
@media only screen and (max-width:767px) {
#main .inner p {
  font-size: 16px;
  padding-left: 0;
	line-height: 1.7;
	font-weight: 400;
	text-shadow: 0 0 10px rgba(139,121,86,1);
}
#main .inner h1{
  height: 100px;
	}
.ttl h2{
	font-size: 28px;
	}
}


/*------------------------------------------------------------
	scroll
------------------------------------------------------------*/
#lead .ttl, #lead h3, #lead p, #lead .img, #image li, #other .ttl, #other .col {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#lead .ttl.scroll,
#lead h3.scroll,
#lead p.scroll,
#lead .img.scroll,
#image li.scroll,
#other .ttl.scroll,
#other .col.scroll{
  opacity: 1;
  transform: translateY(0);
}
#main > * {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 1s;
}
#main.scroll > * {
  opacity: 1;
}


/*------------------------------------------------------------
	lead
------------------------------------------------------------*/
#lead{
  padding: 170px 40px 0;
  text-align: center;
}
#lead h3{
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
    margin-left: 60px;
	margin-top: 100px;
}
#lead h3 span{
  display: block;
  font-size: 0;
  max-width: 1400px;
  width: 100%;
  height: 160px;
  background: url("/img/spatial-direction/design-proposal/img-txt-02.svg")no-repeat;
  background-size: cover;
  background-position: center;
}
#lead h3 span:last-child{
  height: 136px;
  background: url("/img/spatial-direction/design-proposal/img-txt-03.svg")no-repeat;
  background-size: cover;
  background-position: center;
}
#lead p{
  margin-top: 60px;
  font-size: 16px;
}
#lead .ttl p{
  margin-top: 0;
}
#lead .img{
  margin-top: 134px;
}
@media only screen and (max-width:767px) {
#lead{
  padding: 60px 20px 0;
}
#lead h3{
  font-size: 20px;
    margin-left: 0;
	margin-top: 40px;
}
#lead h3 span{
  width: 100%;
  height: 60px;
  background-position: left;
    background-size: contain;
}
#lead h3 span:last-child{
  height: 60px;
  background-position: left;
    background-size: contain;
}
#lead p{
	text-align: left;
}
#lead .ttl p{
	text-align: center;
}
#lead .img{
  margin-top: 4px;
}
}
/*------------------------------------------------------------
	image
------------------------------------------------------------*/
#image{
  padding: 180px 40px 0;
  text-align: center;
}
#image ul{
  max-width: 1000px;
  margin: 0 auto;
}
#image li{
  margin-top: 10px;
}
#image li:first-child{
  margin-top: 83px;
}
@media only screen and (max-width:767px) {
#image{
  padding: 80px 20px 0;
}
#image li:first-child{
  margin-top: 40px;
}
}
/*------------------------------------------------------------
	other
------------------------------------------------------------*/
#other{
  padding: 427px 0 260px;
}
#other .col{
  max-width: 1600px;
  margin: 300px auto 0;
  display: flex;
}
#other .col .img{
  max-width: 800px;
  width: 50%;
  position: relative;
	margin-top: 10px;
    height: fit-content;
}
#other .col .img p{
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
}
#other .col .txt{
  width: 50%;
  padding-left: 80px;
  box-sizing: border-box;
    padding-right: 20px;
}
#other .col .txt h3{
  font-size: 16px;
  position: relative;
}
#other .col .txt h3 span {
  font-size: 0;
  display: block;
  background-position: left;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
    background-size: contain;
}
#other .col01 .txt h3 span{
  background: url("/img/spatial-direction/design-proposal/img-txt-04.svg")no-repeat;
  width: 100%;
  height: 146px;
}
#other .col02 .txt h3 span{
  background: url("/img/spatial-direction/design-proposal/img-txt-05.svg")no-repeat;
  width: 100%;
  height: 146px;
}
#other .col03 .txt h3 span{
  background: url("/img/spatial-direction/design-proposal/img-txt-06.svg")no-repeat;
  width: 100%;
  height: 146px;
}
#other .col04 .txt h3 span{
  background: url("/img/spatial-direction/design-proposal/img-txt-07.svg")no-repeat;
  width: 100%;
  height: 146px;
}
#other .col .txt h4{
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 200;
  margin-top: 10px;
}
#other .col .txt p{
  font-size: 18px;
  margin-top: 50px;
}
#other .col .txt .btn a{
  color: #000;
  border-color: #000;
  margin-top: 70px;
	position: relative;
  box-sizing: border-box;
  transition: color .5s cubic-bezier(.210, .60, .350, 1);
}
#other .col .txt .btn a:hover{
  color: #fff;
  transition: color .5s .5s cubic-bezier(.210, .60, .350, 1);
	opacity: 1;
}


#other .col .txt .btn a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #000;
  transition: width .5s cubic-bezier(.210, .60, .350, 1);
}
#other .col .txt .btn a:hover::before{
  width: 100%;
}
#other .col .txt .btn a::after{
  content: "";
  position: absolute;
	right: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background-image: url("../img/common/icon_moreArrow_blk.svg");
  margin-left: 12px;
  transition: background .5s cubic-bezier(.210, .60, .350, 1);
  border-color: #000;
}
#other .col .txt .btn a:hover:after{
  background-image: url("../img/common/icon_moreArrow_wht.svg");
  transition: background .5s .5s cubic-bezier(.210, .60, .350, 1);
  border-color: #fff;
}




@media only screen and (max-width:1200px) {
#other .col{
  margin: 180px auto 0;
}
#other .col .txt{
  padding-left: 40px;
}

#other .col .txt h3 span {
  height: 100px;
    background-size: contain;
  left: 0;
}
}

@media only screen and (max-width:767px) {
#other{
  padding: 80px 0;
}
#other .inner{
  padding: 0 20px;
}
#other .col{
  margin: 80px auto 0;
    flex-direction: column;
}
#other .col01{
 margin-top: 40px;
}
#other .col:nth-child(2n-1){
flex-direction: column-reverse;
}
#other .col .img{
  width: 100%;
	margin-top: 0px;
}
#other .col .img p{
  bottom: 10px;
  left: 10px;
}
#other .col .txt{
  width: 100%;
  padding-left: 0;
	margin-top: 30px;
}
#other .col .txt h4{
  font-size: 24px;
}
#other .col .txt h3 span {
  height: 60px;
  left: 0;
}
#other .col .txt p{
  font-size: 16px;
  margin-top: 10px;
}
#other .btn a {
    padding: 16px 16px;
    font-size: 16px;
}
#other .col .txt .btn a{
  margin-top: 20px;
}
#other .btn a::after{
  top: 46%;
  width: 12px;
  height: 12px;
}
}






