@charset "UTF-8";

:root {
  --theme-color: #384E31;
}

/*　	サービス_共通
-------------------------*/
#service {
	& .-in {
		width: min(90%, 1100px);
		margin: auto;
	}
	& .-fit {
		width: fit-content;
		max-width: 90%;
		margin: auto;
	}
	& .-fit-center {
		width: fit-content;
		max-width: 90%;
		margin: auto;
		text-align: center;
	}

  & .sp-br {
    display: none;
    @media screen and (max-width: 768px) {
      display: block;
    }
  }
}

/* ファーストビュー */
.firstview {
	width: 100%;
	height: 480px;
	padding-top: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  @media screen and (max-width: 768px) {
  	aspect-ratio: 0.85 /	1;
  	height: auto;
  	max-height: 480px;
  	min-height: 440px;
  	padding-top: 0;
  	position: relative;
  }

	& header {
		width: 80%;
		max-width: 1096px;
		margin: auto;
		color: #fff;
		line-height: 1;
	  @media screen and (max-width: 768px) {
	  	width: 90%;
	  	position: absolute;
	  	top: 50%;
	  	left: 50%;
      transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
	  }

		& .shoulder {
			display: flex;
			gap: 20px;
		  @media screen and (max-width: 768px) {
		  	gap: 10px;
		  	justify-content: center;
		  }

			& .en {
				font-size: 30px;
				font-weight: 700;
			  @media screen and (max-width: 768px) {
			  	font-size: 24px;
				  @media screen and (max-width: 480px) {
				  	font-size: 20px;
				  }
			  }
			}

			& .copy {
				font-size: 24px;
				font-weight: 900;
			  @media screen and (max-width: 480px) {
			  	font-size: 20px;
			  }
			}
		}

		& h1 {
			font-size: 44px;
			font-weight: 900;
			margin: 25px 0 35px;
		  @media screen and (max-width: 768px) {
		  	font-size: 36px;
		  	margin: 20px 0 30px;
		  	text-align: center;
			  @media screen and (max-width: 480px) {
			  	font-size: 30px;
			  	margin: 15px 0 20px;
			  }
		  }
		}

		& .lead {
			font-weight: 700;
			line-height: 2;
			/* 打ち消し */
			width: auto;
			max-width: 100%;
			text-align: left;
			margin: 0;
		  @media screen and (max-width: 768px) {
		  	text-align: center;
		  }
		}
	}
}
.relocation .firstview {
	background-image: url(header_relocation.webp);
  @media screen and (max-width: 768px) {
  	background-image: url(header_relocation_sp.webp);
  }
}
.renewal .firstview {
	background-image: url(header_renewal.webp);
  @media screen and (max-width: 768px) {
  	background-image: url(header_renewal_sp.webp);
  }
}
.project .firstview {
	background-image: url(header_project.webp);
  @media screen and (max-width: 768px) {
  	background-image: url(header_project_sp.webp);
  }
}
.design .firstview {
	background-image: url(header_design.webp);
  @media screen and (max-width: 768px) {
  	background-image: url(header_design_sp.webp);
  }
}
.carpentry .firstview {
	background-image: url(header_carpentry.webp);
  @media screen and (max-width: 768px) {
  	background-image: url(header_carpentry_sp.webp);
  }
}

.service-flow .firstview {
	& header {
		color: #000;

		& .shoulder {
			& .en {
				font-size: 28px;
				font-weight: 700;
			  @media screen and (max-width: 768px) {
			  	font-size: 24px;
				  @media screen and (max-width: 480px) {
				  	font-size: 20px;
				  }
			  }
			}

			& .copy {
				font-family: "Roboto Condensed", sans-serif;
				font-size: 28px;
				font-weight: 500;
			  @media screen and (max-width: 768px) {
			  	font-size: 24px;
				  @media screen and (max-width: 480px) {
				  	font-size: 20px;
				  }
			  }
			}
		}
	}
}/* .firstview END */

#anchor-list {
	background-color: var(--theme-color);
	padding: 35px 0;
	color: #fff;

	& a {
		text-decoration: none;
		color: #fff;
	}
}
.service-flow #anchor-list {
	background-color: #F0EADC;
	color: #000;

	& a {
		color: #000;
	}
}

#anchor-list .anchor-nav {

	& .title {
		font-size: 20px;
		font-weight: 700;
	}

	& .nav {
		max-width: 990px;
		margin: 40px auto 0;
		display: flex;
		justify-content: center;
		@media (max-width: 768px) {
			margin: 20px auto 0;
		  flex-direction: column;
		  gap: 10px;
		}

		& > div {
			width: 33.3%;
			text-align: center;
			border-right: 1px solid #71816C;
			@media (max-width: 768px) {
				width: 100%;
		    border-right: none;
			}

			&:first-child {
				border-left: 1px solid #71816C;
				@media (max-width: 1024px) {
		      border-left: none;
				}
			}
			&:last-child {
				@media (max-width: 1024px) {
		      border-right: none;
				}
			}

			& a {
				display: block;
				max-width: 80%;
				margin: 0 auto;
				color: #fff;
				text-decoration: none;
			  @media (max-width: 768px) {
			  	padding-bottom: 5px;
			  	border-bottom: 1px solid #71816C;
			  }

				&::after {
					content: '';
					display: block;
					margin: 1em auto 0;
					width: 10px;
					height: 6px;
			    background-image: url('anchor_down_arrow_wht.svg');
			    background-position: center;
			    background-size: contain;
				  @media (max-width: 768px) {
				  	content: none;
				  }
				}
				&:hover {
					opacity: .8;
				}
			}
		}
	}
}/* .anchor-nav END */

#anchor-list .anchor-our-service {
	display: flex;
	gap: 60px;
	justify-content: center;
	align-items: center;
	line-height: 1;
  @media (max-width: 960px) {
  	gap: 40px;
	  @media (max-width: 768px) {
	  	flex-direction: column;
	  }
  }

	& .title {
		font-size: 20px;
		font-weight: 700;
	}

	& .nav {
		border-left: 1px solid #000;
		display: flex;
	  @media (max-width: 768px) {
	  	border-left: none;
	  	border-top: 1px solid #000;
	  	flex-direction: column;
	  }

		& a {
			display: block;
			padding: 10px 50px 5px;
			border-right: 1px solid #000;
		  @media (max-width: 960px) {
		  	padding: 10px 30px 5px;
			  @media (max-width: 768px) {
			  	padding: 20px 50px;
			  	border-right: none;
			  	border-bottom: 1px solid #000;
			  }
		  }


			&::after {
				content: '';
				display: block;
				margin: 15px auto 0;
				width: 10px;
				height: 6px;
		    background-image: url('anchor_down_arrow_blk.svg');
		    background-position: center;
		    background-size: contain;
			}
		}
		& a:hover {
			opacity: .7;
		}
	}
}/* .service-contents END */

.h2-wrap {
	font-weight: 700;
	line-height: 1.6;

	& .en,
	& .sub {
		font-size: 20px;
		color: #7D7D7D;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 32px;
	  @media (max-width: 768px) {
	    font-size: 26px;
	  }
	}
}
.h3-wrap {
	font-weight: 700;
	line-height: 1.4;
  @media (max-width: 768px) {
    text-align: center;
  }

	&::after {
		content: '';
		display: block;
		width: 30px;
		height: 2px;
		background-color: #7D7D7D;
		margin: 30px 0;
	  @media (max-width: 768px) {
	    margin: 20px auto;
	  }
	}

	& .en,
	& .sub {
		font-size: 20px;
		color: #7D7D7D;
		margin-bottom: 15px;
	  @media (max-width: 768px) {
	    margin-bottom: 0;
	  }
	}
	h3 {
		font-size: 24px;
	}
}
.h3-wrap.-fit-center {
	&::after {
		margin: 30px auto;
	}
}

.cta {
  width: 90%;
  max-width: 720px;
  margin: 100px auto 0;
  display: flex;
  gap: 20px;
	@media (max-width: 834px) {
		margin: 60px auto 0;
		@media (max-width: 768px) {
			flex-direction: column;
			gap: 15px;
		}
	}

  & > div {
    width: calc((100% - 20px) /2);
		@media (max-width: 768px) {
			width: 100%;
			max-width: 350px;
			margin: auto;
		}

    & a {
      display: block;
      background-color: #E2D8C0;
      color: #000;
      text-decoration: none;
      padding: 30px;
      border-radius: 3em;
      font-weight: 700;
      text-align: center;
      line-height: 1;
      position: relative;
			@media (max-width: 768px) {
				padding: 25px;
			}

      &::before {
        content: '';
        width: 24px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 50px;
        background-image: url('cta_contact_icon.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      &::after {
        content: '';
        width: 12px;
        height: 6px;
        position: absolute;
        top: 50%;
        right: 50px;
        background-image: url('cta_contact_arrow.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }

      &:hover {
        opacity: .8;
      }
    }
  }

  & .estimate a {
    background-color: var(--theme-color);
    color: #fff;

    &::before {
      width: 16px;
      height: 22px;
      background-image: url('cta_estimate_icon.svg');
    }
    &::after {
      background-image: url('cta_estimate_arrow.svg');
    }
  }
}

.link-btn {
	width: fit-content;	
	margin-top: 20px;	

	& a {
		display: block;
		background-color: #000;
		padding: 14px 38px 14px 20px;
		border-radius: 2em;
		color: #fff;
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
		position: relative;

		&::after {
			content: '';
			width: 10px;
			height: 4px;
			background-image: url(link-btn_arrow.svg);
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
			position: absolute;
			top: 50%;
			right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
		}

		&:hover {
			opacity: .8;
		}
	}
}/* .link-btn END */

.author {
  width: min(90%, 1015px);
  margin: 100px auto 0;
  padding: 30px 0;
  background-color: #F4F4F4;
  @media (max-width: 768px) {
    width: 100%;
    margin: 60px auto 0;
  }

  & .author-in {
	  width: min(90%, 835px);
	  margin: auto;
  	display: flex;
	  gap: 8%;
	  align-items: center;
	  @media (max-width: 768px) {
	    flex-direction: column;
	    gap: 20px;
	  }

	  & .photo {
	  	width: 31%;
		  @media (max-width: 768px) {
		    width: 100%;
		  }

	  	& .photo-in {
	  		width: fit-content;
	  		max-width: 100%;
	  		margin-left: auto;
	  		text-align: center;
	  		font-size: 14px;
	  		line-height: 1.6;
			  @media (max-width: 768px) {
			    margin: auto;
			  }

	  		& img {
	  			margin-bottom: 12px;
	  		}
	  	}
	  }
	  & .txt {
	  	width: 61%;
	  	padding-left: 10px;
		  @media (max-width: 768px) {
		  	width: 100%;
		    padding-left: 0;
		  }

			& .balloon {
				margin: 0 0 20px 0;

				& .balloon-in {
					width: fit-content;
				  background: #fff;
				  border-radius: 10px;
				  padding: 10px 20px;
				  color: var(--theme-color);
				  font-size: 20px;
				  font-weight: 700;
				  line-height: 1.4;
				  position: relative;
					@media (max-width: 768px) {
						margin: auto;
						text-align: center;
					}

				  &::before {
				  	content: '';
				  	width: 9px;
				  	height: 14px;
				  	position: absolute;
				  	top: 50%;
				  	left: -9px;
			      -webkit-transform: translateY(-50%);
			      -ms-transform: translateY(-50%);
			      transform: translateY(-50%);
						background-image: url(balloon.svg);
						background-repeat: no-repeat;
						background-position: center;
						background-size: contain;
					  @media (max-width: 768px) {
					  	top: -9px;
					  	left: 50%;
				      -webkit-transform: translateY(0);
				      -ms-transform: translateY(0);
				      transform: translateY(0);
				      -webkit-transform: translateX(-50%);
				      -ms-transform: translateX(-50%);
				      transform: translateX(-50%);
					  	transform: rotate(90deg);
					  }
				  }
				}
			}
	  }
  }

  & .link-btn {
		@media (max-width: 768px) {
			margin: 20px auto 0;
		}
  }
}/* .author END */

.recs-wp {
	border: 1px solid #707070;
	border-radius: 10px;
	margin-top: 25px;
	padding: 12px 0;

	& a {
		display: block;
		color: #000;
		text-decoration: none;

		& .recs-wp-in {
			width: 90%;
			margin: auto;
			display: flex;
			align-items: center;
			gap: 2%;
			@media (max-width: 600px) {
				justify-content: center;
				flex-wrap: wrap;
				gap: 10px 20px;
			}

			& .title {
				width: 18%;
				@media (max-width: 600px) {
					width: fit-content;
					max-width: 40%;
				}
			}
			& .cover {
				width: 24.3%;
				text-align: center;
				@media (max-width: 600px) {
					width: fit-content;
					max-width: 40%;
				}

				& img {
					box-shadow: 0px 0px 6px -3px #aaa;
				}
			}
			& .data {
				width: 53.7%;
				font-weight: 700;
				@media (max-width: 600px) {
					width: 100%;
					text-align: center;
				}

				& .link-btn {
					margin-top: 10px;	
					background-color: var(--theme-color);
					font-weight: 400;
					padding: 14px 38px 14px 20px;
					border-radius: 2em;
					color: #fff;
					font-size: 14px;
					line-height: 1;
					text-decoration: none;
					position: relative;
					@media (max-width: 600px) {
						margin: 10px auto 0;
					}

					&::after {
						content: '';
						width: 10px;
						height: 4px;
						background-image: url(link-btn_arrow.svg);
						background-repeat: no-repeat;
						background-position: center;
						background-size: contain;
						position: absolute;
						top: 50%;
						right: 20px;
			      -webkit-transform: translateY(-50%);
			      -ms-transform: translateY(-50%);
			      transform: translateY(-50%);
					}
				}
			}
		}
		&:hover {
			& .link-btn {
				opacity: .8;
			}
		}
	}
}

#faq {
	background-color: #F4F4F4;
	padding: 80px 0;
	@media (max-width: 834px) {
		padding: 60px 0;
		@media (max-width: 480px) {
			padding: 40px 0;
		}
	}

	& .faq-in {
		margin-top: 60px;
    @media (max-width: 834px) {
    	margin-top: 40px;
	    @media (max-width: 480px) {
	    	margin-top: 30px;
	    }
    }
	}
}/* #faq */