@charset "utf-8";
.page-h2,
.page-h2 font{
	font-size: clamp(38px, 6vw, 68px);
	line-height: 1;
	margin-bottom: 0.5em;
}
.page-h2 small,
.page-h2 small font{
	display: block;
	font-size: clamp(12px, 1.8vw, 21px);
}
.page-h3,
.page-h3 font{
	font-size: clamp(28px, 4vw, 48px);
	line-height: 1;
}
.page-h3 small,
.page-h3 small font{
	display: block;
	font-size: clamp(21px, 3vw, 34px);
	margin-bottom: 0.2em;
}
.page-h4 span{
	display: inline-block;
	font-size: clamp(21px, 3vw, 28px);
	line-height: 1;
	border-bottom: 1px solid var(--gold);
	padding: 0 1em 0.5em;
	margin-bottom: 1em;
}
.page-h4 span font{
	display: inline-block;
	font-size: clamp(21px, 3vw, 28px);
	line-height: 1;
}
@media screen and (max-width: 680px) {
	.page-h2{
		padding: 1em 0 0.5em;
	}
}

/*CONTENTS*/
.content-mv{
	width: 100%;
	height: 50vh;
	min-height: 300px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 5em;
}
.intro_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.intro_detail{
	flex-basis: 55%;
}
.intro_img{
	flex-basis: 35%;
}
.intro_item:nth-child(even) .intro_detail{
	order: 1;
}
@media screen and (max-width: 680px) {
	.intro_detail{
		flex-basis:100%;
		order: 0 !important;
		margin-bottom: 1em;
	}
	.intro_img{
		flex-basis: 100%;
	}
}

/*GALLERY*/
.gallery-ul{
	display: flex;
	flex-wrap: wrap;
	width: 101%;
}
.gallery-li{
	flex-basis: 24%;
	margin: 0 1% 1% 0 !important;
	position: relative;
}
.gallery-cart{
	display: block;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	width: 1em;
	height: auto;
}
.gallery-cart img{
	filter: invert(80%);
}

/*LINK*/
.link-a{
	border: 1px solid var(--lgray);
	padding: 0.5em 2em 0.4em;
	display: inline-block;
	background: rgba(255,255,255,0.7);
	cursor: pointer;
}
.link-a:hover{
	border: 1px solid var(--gold);
	background: var(--lgold);
	color: #fff !important;
}

/*MV*/
.mv{
	background: url("../img/common/bk_gold.svg") no-repeat;
	background-size: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.mv-catch,
.mv-slide{
	width:50%;
	margin: 0 0 0 auto;
	z-index: 1;
}
.mv-catch{
	text-align: right;
	order: 0;
}
.mv-slide{
	order: 1;
}
.mv-catch_p{
	display: inline-block;
    font-size: clamp(19px, 3vw, 78px);
    color: var(--lgray);
    line-height: 1.2;
	text-align: left;
    padding-left: 4em;
    text-indent: -4em;
	padding-right: 1em;
	margin-bottom: 0;
}
.mv-catch_p font{
    font-size: clamp(19px, 3vw, 78px);
}
.mv-catch_logo{
	width: 75%;
	margin: -2vw 0.5em 0 auto;
}
@media screen and (max-width: 680px) {
	.mv{
		display: block;
	}
	.mv-catch,
	.mv-slide{
		width:100%;
	}
	.mv-slide{
		padding: 0 1em;
		margin-bottom: 1em;
	}
	.mv-catch_p {
		font-size: 6vw;
	}
	.mv-catch_logo {
		margin: -8vw 0.5em 0 auto;
	}
}
/*HOMW CONCEPT*/
.home-concept{
	background: url("../img/common/bk_concept.svg") no-repeat bottom center;
	background-size: 100%;
	padding-bottom: 2em;
	position: relative;
	z-index: 2;
}
.home-concept .wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home-concept_h3{
	padding: 1.5em 0 1.2em;
}
.home-concept_detail{
	flex-basis: 50%;
	order: 1;
}
.home-concept_img{
	flex-basis: 40%;
	margin-top: -5vw;
}
@media screen and (max-width: 680px) {
	.home-concept_detail{
		flex-basis: 100%;
		order: 0;
		margin-bottom: 2em;
	}
	.home-concept_img{
		flex-basis: 100%;
		margin-top: 0;
	}
}
/*HOME PROJECTS*/
.home-projects{
	margin-top: -2vw;
}
.home-projects_item{
	display: grid;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home-projects_item{
	display: grid;
	grid-template-columns: 40% 1fr;
	grid-template-rows: max-content 1fr;
	grid-column-gap: 10%;
	grid-row-gap: 0;
}
.home-projects_h3 {
	grid-row: 1;
	grid-column: 1;
	padding-bottom: 1em;
}
.home-projects_text {
	grid-row: 1/3;
	grid-column: 2;
}
.home-projects_img{
	grid-row: 2;
	grid-column: 1;
}
@media screen and (max-width: 680px) {
	.home-projects_item{
		display: block;
	}
	.home-projects_text{
		margin-bottom: 2em;
	}
}


/*CONTACT*/
.contact-mv{
	margin: 0 auto 1em !important;
}
.contact-wrap{
	background: rgba(255,255,255,0.8);
	padding: 5em 1em;
}
.contact-address p{
	margin-bottom: 0.5em;
}
.contact-phone{
	letter-spacing: 0.1em;
}
.contact-phone_a{
	color: var(--gold);
	pointer-events: none;
}
.contact-email_a{
	color: var(--gold);
}
.newsletter-message p{
	margin-bottom: 0.5em !important; 
}
.newsletter-message b{
	font-weight: normal;
	color: var(--gold);
}
.newsletter-form .wpcf7-form{
	display: flex;
	justify-content: center;
	position: relative;
}
.newsletter-send p,
.newsletter-email p{
	margin-bottom: 0 !important;
}
.wpcf7-spinner{
	display: none;
}
.newsletter-email{
	flex-basis: 15em;
	border: 1px solid var(--gray);
	text-align: left;
	position: relative;
}
.newsletter-email input{
	width: 100%;
	border: none;
}
.newsletter-send{
    flex-basis: 7em;
}
.newsletter-send input{
	width: 100%;
	height: 100%;
    padding: 0.5em;
    border: none;
    font-size: 16px;
    box-shadow: none;
    color: #fff;
    background: var(--black);
	cursor: pointer;
}
.newsletter-send input:hover{
	background: var(--gold);
}
.wpcf7-response-output,
.wpcf7-not-valid-tip{
	position: absolute;
	left:50% !important;
	transform: translateX(-50%);
	bottom: -3em !important;
	font-size: 14px;
	border: none !important;
	padding: 0 !important;
	color: var(--red);
}
.wpcf7-not-valid-tip{
	display: none;
}
@media screen and (max-width: 680px) {
	.contact-message br{
		display: none;
	}
	.contact-message{
		text-align: left;
	}
	.contact-phone_a{
		pointer-events: inherit;
	}
}

/*CONTACT*/
.betty{
	margin: 0 auto 1em !important;
}
.betty-wrap{
	max-width: 980px;
	background: rgba(255,255,255,0.8);
	padding: 5em;
}
@media screen and (max-width: 680px) {
	.betty-wrap{
		padding: 3em 1em;
	}
}





