@charset "UTF-8";
/* CSS Document */
html {
	  scroll-behavior: smooth;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main{
  background: url("/img/spatial-direction/renovation-process/bgi-main.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  height: 1027px;
  position: relative;
}
#main .inner{
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 0 50px;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
}
#main .inner h1{
  font-size: 0;
  max-width: 1122px;
  width: 100%;
  height: 196px;
  background: url("/img/spatial-direction/renovation-process/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: 20px;
}
@media only screen and (max-width:1250px) {
#main{
  height: 470px;
}
#main .inner{
  bottom: 20px;
  padding: 0 20px;
}
#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;
}
#main .inner h1{
  height: 100px;
	}
}


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


/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
#lead {
	margin-top: 190px;
}
#lead .inner {
	padding: 0 20px;
}
#lead .flow {
	max-width: 760px;
	margin: 60px auto 260px;
}
#lead .flow ul {
  display: grid;
  grid-auto-flow: column;
    grid-auto-columns: calc(50% - 20px);
	grid-template-rows: repeat(4, auto);
	gap: 10px 40px;
	max-width: 680px;
	margin: 0 0 0 auto;
}
#lead .flow ul li {
	height: 80px;
	align-content: center;
}
#lead .flow ul li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	align-content: center;
	position: relative;
	margin-left: 27px;
    padding-left: 70px;
	line-height: 1.3;
}
#lead .flow ul li a:hover {
	opacity: 0.75;
}
#lead .flow ul li a::after {
	content: "01";
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	position: absolute;
	left: 0;
	bottom: 21px;
}
#lead .flow ul li:nth-child(2) a::after {
	content: "02";
}
#lead .flow ul li:nth-child(3) a::after {
	content: "03";
}
#lead .flow ul li:nth-child(4) a::after {
	content: "04";
}
#lead .flow ul li:nth-child(5) a::after {
	content: "05";
}
#lead .flow ul li:nth-child(6) a::after {
	content: "06";
}
#lead .flow ul li:nth-child(7) a::after {
	content: "07";
}
#lead .flow ul li a::before {
	content: "";
	position: absolute;
	background-color: #BDC7C4;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	left: -27px;
	bottom: 0;
}
@media only screen and (max-width:767px) {
#lead {
	margin-top: 60px;
}
#lead .flow {
	margin: 30px auto 60px;
}
#lead .flow ul {
	gap: 10px;
        flex-wrap: wrap;
    grid-auto-columns: calc(50% - 5px);
}
#lead .flow ul li {
	height: 50px;
}
#lead .flow ul li a {
	font-size: 16px;
	height: 50px;
    padding-left: 50px;
	margin-left: 15px;
}
#lead .flow ul li a::after {
	font-size: 26px;
	left: -2px;
	bottom: 8px;
}
#lead .flow ul li a::before {
        width: 50px;
        height: 50px;
        left: -14px;
        bottom: 0px;
}
}
@media only screen and (max-width:400px) {
#lead .flow ul {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
}
/*------------------------------------------------------------
	flowDetail
------------------------------------------------------------*/
#lead .flowDetail ul li {
	display: flex;
	max-width: 1360px;
	gap: 0 50px;
	margin: 0 auto 10px;
  scroll-margin-top: 135px;
}
#lead .flowDetail ul li:last-child {
	margin-bottom: 0;
}
#lead .flowDetail ul li .img {
	max-width: 640px;
	width: 100%;
}
#lead .flowDetail ul li .txt {
	width: 100%;
	margin-top: 20px;
}
#lead .flowDetail ul li h3 {
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	align-content: center;
	position: relative;
	margin-left: 27px;
	margin-bottom: 30px;
    padding-left: 70px;
	line-height: 1.3;
}
#lead .flowDetail ul li h3::after {
	content: "01";
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	position: absolute;
	left: 0;
	bottom: 21px;
}
#lead .flowDetail ul li:nth-child(2) h3::after {
	content: "02";
}
#lead .flowDetail ul li:nth-child(3) h3::after {
	content: "03";
}
#lead .flowDetail ul li:nth-child(4) h3::after {
	content: "04";
}
#lead .flowDetail ul li:nth-child(5) h3::after {
	content: "05";
}
#lead .flowDetail ul li:nth-child(6) h3::after {
	content: "06";
}
#lead .flowDetail ul li:nth-child(7) h3::after {
	content: "07";
}
#lead .flowDetail ul li h3::before {
	content: "";
	position: absolute;
	background-color: #BDC7C4;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	left: -27px;
	bottom: 0;
}
#lead .flowDetail ul li p {
	margin-left: 95px;
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
}
@media only screen and (max-width:767px) {
#lead .flowDetail ul li {
	flex-direction: column;
	gap: 20px;
	margin: 0 auto 60px;
  scroll-margin-top: 80px;
}
#lead .flowDetail ul li .img {
	max-width: 900px;
}
#lead .flowDetail ul li img {
	width: 100%;
}
#lead .flowDetail ul li h3 {
	margin-bottom: 0;
    padding-left: 50px;
	height: 50px;
	margin-left: 15px;
}
#lead .flowDetail ul li h3::after {
	font-size: 26px;
	left: -2px;
	bottom: 8px;
}
#lead .flowDetail ul li h3::before {
        width: 50px;
        height: 50px;
        left: -14px;
        bottom: 0px;
}
#lead .flowDetail ul li .txt {
	margin-top: 0;
}
#lead .flowDetail ul li p {
	margin-left: 0;
	margin-top: 10px;
	font-size: 16px;
}
#lead .flowDetail ul li p.center {
	text-align: center;
}
}


/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
	margin: 250px 0 240px;
}
#contact .inner {
	padding: 0 20px;
	max-width: 1360px;
	margin: 0 auto;
}
#contact .col{
	padding: 60px 20px;
	border-bottom: 1px solid #000;
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
}
#contact .col:first-child{
	border-top: 1px solid #000;
}
#contact h3{
    font-family: "Zen Kaku Gothic New";
	font-size: 30px;
	line-height: 2;
	font-weight: 400;
	margin-bottom: 10px;
}
#contact p{
	font-size: 18px;
	line-height: 2;
}
#contact .btn {
	max-width: 476px;
	width: 100%;
}
#contact .btn a{
  color: #000;
  border-color: #000;
	position: relative;
  box-sizing: border-box;
  transition: color .5s cubic-bezier(.210, .60, .350, 1);
}
#contact .btn a:hover{
  color: #fff;
  transition: color .5s .5s cubic-bezier(.210, .60, .350, 1);
	opacity: 1;
}
#contact .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);
}
#contact .btn a:hover::before{
  width: 100%;
}
#contact .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;
}
#contact .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:767px) {
#contact {
	margin: 80px 0;
}
#contact .col{
	flex-direction: column;
	padding: 30px 20px;
    gap: 0;
}
#contact h3{
	font-size: 26px;
	margin-bottom: 0;
}
#contact .btn {
	margin: 20px auto 0;
	max-width: 300px;
}
#contact p{
	font-size: 16px;
}
#contact .btn a {
    padding: 16px 16px;
    font-size: 16px;
}
#contact .btn a::after{
  top: 46%;
  width: 12px;
  height: 12px;
}
}
/*------------------------------------------------------------
	other
------------------------------------------------------------*/
#other {
	margin: 0 0 250px;
}
#other ul {
	display: flex;
	margin-top: 100px;
    justify-content: center;
}
#other ul li p{
	margin: 17px 0 0 23px;
	font-size: 14px;
	line-height: 1.8;
}
#other ul li a:hover{
  opacity: .7;
}
@media only screen and (max-width:767px) {
#other {
	margin: 0 0 80px;
}
#other ul {
	margin-top: 30px;
    flex-wrap: wrap;
}
#other ul li{
	width: 50%;
}
#other ul li p{
	margin: 10px 20px 40px;
}
}
@media only screen and (max-width:400px) {
#other ul li .img{
/*	padding: 0 20px;*/
}
#other ul li{
	width: 100%;
}
}
