@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	width: 100%;
	position: relative;
}
.mainArea:before {
	background-image: url(../img/top/top-main.webp);
    background-repeat: no-repeat;
    background-position: center center 20vw;
    background-size: 80%;
    content: "";
    height: 100vh;
    right: -30%;
    bottom: 0;
    /* left: 20%; */
    position: fixed;
    /* top: 0px; */
    width: 100%;
    z-index: -1;
}
.mainArea .main_inner {
	max-width: 1800px;
    margin: 0 auto;
    padding: 0 3vw;
    height: calc(var(--vh) * 100);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.mainArea .main_inner .main_txt {
	font-size: min(7vw, 80px);
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .19em;
	text-align: left;
	color: #ab8945;
}
.mainArea .main_inner .main_txt .mainTxt01 {
	display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: min(4.5vw, 29px);
    line-height: 1.5;
    letter-spacing: .05em;
    text-align: left;
    color: #231815;
}
.mainArea .main_inner .main_txt .mainTxt02 {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: min(3.1vw,25px);
	line-height: 1.2;
	letter-spacing: .05em;
	text-align: left;
	color: #d4ad7e;
}
.mainArea .main_inner .main_txt .mainTxt03 {
	margin-top: 15px;
	padding: 5px .5em;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: min(3.0vw,25px);
	line-height: 1.2;
	letter-spacing: .05em;
	text-align: center;
	background-color: #80b41f;
	color: #FFF;
}
.mainArea .main_inner .main_txt .mainTxt04 {
	padding-top: 15px;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: min(2.9vw, 23px);
    line-height: 1.2;
    letter-spacing: .05em;
    text-align: left;
    color: #876134;
	text-shadow:
	  0px 0px 2px rgba(241, 237, 229, 0.98),
	  1px 1px 2px rgba(241, 237, 229, 0.98),
	  2px 2px 4px rgba(241, 237, 229, 0.98),
	  3px 3px 6px rgba(241, 237, 229, 0.98),
	  4px 4px 8px rgba(241, 237, 229, 0.98);
}
/*スクロールダウン*/
.scrolldown1{
	position:absolute;
	right: 5%;
	bottom: 0;
	z-index: -1;
	height: 200px;
}
.scrolldown1 span{
	width: 4em;
	height: auto;
	position: absolute;
	left: -10%;
	top: 0;
	color: #eee;
	font-size: 13px;
	transform: rotate(90deg);
	letter-spacing: 0.05em;
	transform-origin: right top;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	width: 1px;
	height: 200px;
	background: #eee;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height: 90px;
    opacity: 1;
  }
  100%{
    height:0;
    top: 200px;
    opacity: 0;
  }
}

/* transparent_bg */
.transparent_bg {
	position: relative;
    z-index: 1;
	background: rgba(255,255,255,0);
}

/* newsArea */
.newsArea {
	margin-top: -150px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80px, rgba(255,255,255,0) 80px, rgba(255,255,255,0) 100%);
}
.newsArea .inner {
	max-width: 1500px;
	background-color: #ab8945;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsArea .inner .left {
	width: calc(24%);
	padding: 0 3vw;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.newsArea .inner .left .h2Area {
	width: 100%;
}
.newsArea .inner .left .h2Area h2 {
	font-size: min(5.5vw, 30px);
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #FFF;
}
.newsArea .inner .left .h2Area h2:before {
	content: "ABOUT US";
	position: absolute;
	bottom: -24px;
	left: 3vw;
	font-size: min(3vw,21px);
	line-height: 1;
	color: #d4ad7e;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	letter-spacing: 0.02em;
	width: 100%;
}
.newsArea .inner .right {
	width: calc(76%);
	padding: 0 3vw;
	background-color: #FFF;
	min-height: 250px;
}
.newsArea .inner .right h3 {
	padding-top: 50px;
    font-size: min(4.9vw, 27px);
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #80b41f;
}
.newsArea .inner .right p {
	font-size: min(3.5vw, 17px);
    font-weight: 700;
    line-height: 1.6;
    padding-bottom: 20px;
    color: #231815;
}
.newsArea .inner .right ul li {
	padding: 26px 0 5px;
	border-bottom: 1px dotted #acacad;
}
.newsArea .inner .right ul li .n_left {
	width: 130px;
	background-color: #eaeaea;
	text-align: center;
	border-radius: 30px;
}
.newsArea .inner .right ul li .n_left .date {
	color: #131834;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 1em;
	margin-bottom: 5px;
}
.newsArea .inner .right ul li .n_right {
	width: calc(88%);
	margin-left: 20px;
}
.newsArea .inner .right ul li .n_right .ttl {
	margin-top: 5px;
}
.newsArea .inner .right ul li .n_right .ttl a {
	font-size: 15px;
	font-weight: bold;
	color: #231815;
}
.newsArea .inner .right ul li .n_right .ttl a:hover {
	color: #888;
}
.newsArea .inner .right .nopost {
	padding: 30px 0;
}
.newsArea .inner .right .btn {
	margin: 10px 0;
	text-align: right;
}
/* featuresArea */
.featuresArea {
	background-color: #f1ede5;
	position: relative;
	z-index: 2;
}
.featuresArea:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 60vh;
    background-color: #FFF;
    clip-path: polygon(0 0, 0 20%, 30% 0);
}
.featuresArea:after {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 60vh;
    background-color: #dfdbd2;
    clip-path: polygon(100% 80%, 70% 100%, 100% 100%);
}
.featuresArea .inner {
	padding-top: 100px;
	text-align: center;
	padding-bottom: 100px;
}
.featuresArea .inner h2 {
	font-size: min(5.5vw,30px);
	font-weight: 700;
	color: #231815;
	position: relative;
}
.featuresArea .inner h2:before {
	content: "FEATURE";
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	font-size: min(3vw,21px);
	line-height: 1;
	color: #d4ad7e;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	letter-spacing: 0.02em;
	width: 100%;
}
.featuresArea .inner .mark {
	margin: 50px auto 0;
	width: 100px;
}
.featuresArea .inner .txt01 {
	font-family: 'Bebas Neue', cursive;
	font-size: min(6vw,65px);
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #FFF;
	position: relative;
}
.featuresArea .inner .txt02 {
	font-size: min(4.5vw, 22px);
    font-weight: 700;
    line-height: 1.6;
    padding-bottom: 20px;
    color: #80b41f;
}

/* aboutArea */
.aboutArea {
	position: relative;
	z-index: 5;
	background-color: #f1ede5;
	background: linear-gradient(180deg, #f1ede5 0%, #f1ede5 60%, #FFF 60%, #FFF 100%);
}
.aboutArea:before {
	content: "";
	position: absolute;
	top: 60px;
	right: 2%;
	width: 641px;
	height: 73px;
	background-image: url("../img/top/about_bg.svg");
	background-position: top right;
	background-repeat: no-repeat;
}
.aboutArea .inner {
	max-width: 1500px;
	padding: 150px 20px 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aboutArea .inner .left {
	width: calc(58%);
}
.aboutArea .inner .left h2 {
	font-size: min(5.5vw,30px);
	font-weight: 700;
	color: #231815;
	position: relative;
}
.aboutArea .inner .left h2:before {
	content: "SERVICE";
	position: absolute;
	bottom: -24px;
	left: 0;
	font-size: min(3vw,21px);
	line-height: 1;
	color: #d4ad7e;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	letter-spacing: 0.02em;
	width: 100%;
}
.aboutArea .inner .left .img {
	margin: 50px auto 40px;
	max-width: 600px;
	width: 90%;
}
.aboutArea .inner .left p {
	padding-bottom: 30px;
	font-size: min(3.5vw, 18px);
	font-weight: bold;
}
.aboutArea .inner .right {
	width: calc(42% - 60px);
	padding-top: 40px;
}
.aboutArea .inner .right .img {
	background-image: url("../img/top/top-img01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio: 806/846;
	max-width: 80%;
    margin: 0 auto 20px;
}
.aboutArea .inner .right .btn {
	text-align: right;
	margin-bottom: 10px;
}
/* caseBnrArea */
.caseBnrArea {
	padding: 50px 2vw;
	background-color: #f1ede5;
	text-align: center;
}
.caseBnrArea .bnr {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 8px;
}
.caseBnrArea .bnr a:hover img {
	opacity: .7;
}
/* contentArea */
.contentArea {
	padding-top: 0;
	background-color: #f1ede5;
}
.contentArea ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contentArea ul li {
	width: calc(100% / 3);
	padding: 100px 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 308px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contentArea ul li:first-of-type {
	background-image: url("../img/top/content_bg01.webp");
}
.contentArea ul li:nth-of-type(2) {
	background-image: url("../img/top/content_bg02.webp");
}
.contentArea ul li:nth-of-type(3) {
	background-image: url("../img/top/content_bg03.webp");
}
.contentArea ul li .h2Area {
	width: 100%;
	margin-bottom: 40px;
}
.contentArea ul li .h2Area h2 {
	font-size: min(5vw,30px);
	font-weight: 700;
	color: #FFF;
	position: relative;
}
.contentArea ul li .h2Area h2:before {
	position: absolute;
	bottom: -24px;
	left: 0;
	font-size: min(3vw,21px);
	line-height: 1;
	color: #d4ad7e;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	letter-spacing: 0.04em;
	width: 100%;
}
.contentArea ul li:first-of-type .h2Area h2:before {
	content: "WORKS";
}
.contentArea ul li:nth-of-type(2) .h2Area h2:before {
	content: "COMPANY";
}
.contentArea ul li:nth-of-type(3) .h2Area h2:before {
	content: "CONTACT";
}

@media screen and (max-width: 1200px) {
	/* newsArea */
	.newsArea .inner {
		width: 95%;
		margin: -80px auto 0;
		position: relative;
	}
}

@media screen and (max-width: 1000px) {
.mainArea:before {
    background-size: cover;
    height: 100vh;
    right: inherit;
    left: 5%;
}
/*スクロールダウン*/
.scrolldown1{
	right: 20%;
}
/* footer */
	/*footer .fsubNav .f_inner .f_i a {
		background-color: #44618b;
		padding-top: 0;
		position: static;
		pointer-events: none;
		color: #44618b;
  }
	footer .fsubNav .f_inner .f_i a:before {
		display: none;
	}*/
	
/* newsArea */
	.newsArea .inner .left {
		width: calc(36%);
	}
	.newsArea .inner .right {
		width: calc(64%);
		margin-left: 10px;
	}
	.newsArea .inner .right ul li .n_right .ttl {
	 line-height: 1.4;
	}	
	
	
/* aboutArea */
	.aboutArea .inner {
		padding: 30px 6vw;
		align-items: center;
	}	
	.aboutArea .inner .left {
		width: calc(50% - 10px);
		margin-top: 0;
	}	
	.aboutArea .inner .left p {
		padding-bottom: 16px;
		line-height: 1.4;
	}	
	.aboutArea .inner .right {
		width: calc(50% - 10px);
		padding-top: 30px;
	}	
	.aboutArea .inner .right .img:before {
		width: 180px;
		height: 79px;
	}	
	

/* contentArea */
	.contentArea ul li {
		width: calc(100%);
		padding: 75px 40px;
		height: 250px;
	}	
}	

@media screen and (max-width: 767px) {
/* newsArea */
	.newsArea {
		margin-top: -50px;
		padding-bottom: 60px;
	}
	.newsArea .inner {
		display: block;
	}
	.newsArea .inner .left {
		width: 100%;
		padding-bottom: 20px;
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
	.newsArea .inner .left .h2Area h2 {
		padding: 15px 0;
	}
	.newsArea .inner .left .h2Area h2:before {
		bottom: 15px;
	}	
	.newsArea .inner .right {
		width: 100%;
		margin-left: 0;
		padding: 0 5vw 20px;
	}
	.newsArea .inner .right .btn {
		text-align: center;
	}
	
/* aboutArea */
	.aboutArea:before {
		top: -30px;
		height: inherit;
		background-size: 325px;
	}	
	.aboutArea .inner {
		padding-bottom: 26px;
		display: block;
	}	
	.aboutArea .inner .left {
		width: 100%;
		margin-top: 0;
	}
	.aboutArea .inner .left .h2Area h2 {
		padding: 30px 0;
	}
	.aboutArea .inner .left .h2Area h2:before {
		bottom: 15px;
	}	
	.aboutArea .inner .right {
		width: 80%;
		margin: 0 auto;
	}	
	.aboutArea .inner .right .btn {
		text-align: center;
	}
}	

@media screen and (max-width: 600px) {
/*mainArea*/
	.mainArea:before {
		height: 58vh;
		right: inherit;
		left: 5%;
		bottom: inherit;
		top: 0px;
	}
	.mainArea .main_inner {
		padding: 0 8vw 13vh;
        height: 75vh;
        align-items: end;
	}
	.mainArea .main_inner .main_txt {
		letter-spacing: .10em;
	}
/*スクロールダウン*/
	.scrolldown1{
		right: 15%;
	}
	
/* newsArea */
	.newsArea .inner .left {
		padding: 0 2em 0;
	}
	.newsArea .inner .left .h2Area h2 {
		padding: 10px 0;
	}
	.newsArea .inner .left .h2Area h2:before {
		left: 85%;
		bottom: 15px;
		display: inline-block;
	}
/* aboutArea */
	/*.aboutArea {
		background: linear-gradient(180deg, #ebeef2 0%, #ebeef2 40%, #FFF 40%, #FFF 100%);
	}*/
	.aboutArea .inner .right {
		width: 100%;
	}
/* contentArea */
	.contentArea ul li {
		padding: 50px 40px;
		height: 195px;
	}
}
@media screen and (max-width: 375px) {
	.mainArea .main_inner {
		padding: 0 8vw 16vh;
	}
}
