@charset "UTF-8";


/* concept message ---------------------------------------*/

.conceptmessage {
	padding: 56px 60px 60px 120px;
}

.conceptmessage-sholder {
	margin-bottom: 136px;
}

.conceptmessage-sholder-text {
	display: inline-block;
	padding-right: 50px;
	position: relative;
	font-size: 16px;
	letter-spacing: 0.08em;
}

.conceptmessage-sholder-text::after {
    display: block;   
	content: '';
	background: #A6A6A6; 
	width: 40px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.conceptmessage-main {
	font-size: 40px;
	line-height: 2;
}


/* concept goodhouse ---------------------------------------*/

.conceptgoodhouse {
	padding: 126px 60px 60px;
}

.conceptgoodhouse-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 7.7vw;
	padding-left: 120px;
}

.conceptgoodhouse-title {
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 32px;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

.conceptgoodhouse-block-body {
	padding-top: 115px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 7.9vw;
}

.conceptgoodhouse-block-body-detail {
	flex: 1;
}

.conceptgoodhouse-block-body-text {
	font-size: 16px;
	line-height: 2;
}

.conceptgoodhouse-block-body-text + .conceptgoodhouse-block-body-text {
	margin-top: 2em;
}

.conceptgoodhouse-block-body-image {
	width: 31.7vw;
	max-width: 480px;
	border-radius: 20px;
	overflow: hidden;
}

.conceptgoodhouse-block-body-image img {
	width: 100%;
}


/* concept skill ---------------------------------------*/

.conceptskill {
	padding: 65px 60px 60px;
}

.conceptskill-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 7.7vw;
	padding-left: 120px;
}

.conceptskill-title {
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 32px;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

.conceptskill-block-body {
	flex: 1;
}

.conceptskill-block-text-detail {
	padding-top: 115px;
	margin-bottom: 120px;
}

.conceptskill-block-text {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 32px;
}

.conceptskill-block-text:last-of-type {
	margin-bottom: 0;
}

.conceptskill-block-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
}

.conceptskill-block-list li {
	width: calc(50% - 15px);
}

.conceptskill-block-list-item {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: nowrap;
	border-radius: 10px;
	overflow: hidden;
	background: #EFEEEA;
	transition: all .6s var(--easeImage);
	height: 100%;
}

.conceptskill-block-list-item:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.conceptskill-block-list-image {
	width: 34.4%;
	overflow: hidden;
}

.conceptskill-block-list-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s var(--easeImage);
}

.conceptskill-block-list-item:hover .conceptskill-block-list-image img {
	transform: scale(1.08);
}

.conceptskill-block-list-detail {
	flex: 1;
	padding: 10px 68px 10px 25px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}

.conceptskill-block-list-detail::after {
	content: '';
	display: block;
	background: url(../img/common/icon_arrow_round.svg) #956134 no-repeat center center / 17px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

.conceptskill-block-list-detail-title {
	/* font-size: 20px; */
	font-size: min(20px, 1.8vw);
	line-height: 1.6;
	margin-bottom: 8px;
}

.conceptskill-block-list-detail-text {
	font-size: 14px;
	line-height: 1.8;
	color: #595959;
	letter-spacing: 0.08em;
}

.conceptskill-notice {
	font-size: 14px;
	text-align: right;
}


/* concept step ---------------------------------------*/

.conceptstep {
	padding: 0 60px;
}
/* 
.conceptstep-block {
	background: #EFEEEA;
	border-radius: 20px;
	padding: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	gap: 7.9vw;
	transition: all .6s var(--easeImage);
}

.conceptstep-block:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.conceptstep-block-image {
	width: 33.5%;
	border-radius: 10px;
	overflow: hidden;
}

.conceptstep-block-image img {
	width: 100%;
	transition: all .6s var(--easeImage);
}

.conceptstep-block:hover .conceptstep-block-image img {
	transform: scale(1.08);
}

.conceptstep-block-detail {
	flex: 1;
}

.conceptstep-block-sholder {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 4px;
}

.conceptstep-block-sholder b {
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
	color: #737373;
}

.conceptstep-block-sholder span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.8;
	position: relative;
	padding: 0 12px;
	color: #737373;
}

.conceptstep-block-sholder span::before {
	display: block;
	content: '';
	background: url('../img/common/title_parentheses_left.svg') no-repeat left center / 100%;
	width: 4px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.conceptstep-block-sholder span::after {
	display: block;
	content: '';
	background: url('../img/common/title_parentheses_right.svg') no-repeat right center / 100%;
	width: 4px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.conceptstep-block-title {
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 20px;
	letter-spacing: -0.05em;
}

.conceptstep-block-text {
	font-size: 14px;
	line-height: 2;
	color: #595959;
	margin-bottom: 36px;
	letter-spacing: 0.08em;
}

.conceptstep-block:hover .viewall {
	color: #956134;
}

.conceptstep-block:hover .viewall::before {
	background:#956134;
} */


/* concept support ---------------------------------------*/

.conceptsupport {
	padding: 0 60px 60px;
}
/* 
.conceptsupport-block {
	background: #EFEEEA;
	border-radius: 20px;
	padding: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	gap: 7.9vw;
	transition: all .6s var(--easeImage);
}

.conceptsupport-block:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.conceptsupport-block-image {
	width: 33.5%;
	border-radius: 10px;
	overflow: hidden;
}

.conceptsupport-block-image img {
	width: 100%;
	transition: all .6s var(--easeImage);
}

.conceptsupport-block:hover .conceptsupport-block-image img {
	transform: scale(1.08);
}

.conceptsupport-block-detail {
	flex: 1;
}

.conceptsupport-block-sholder {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 4px;
}

.conceptsupport-block-sholder b {
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
	color: #737373;
}

.conceptsupport-block-sholder span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.8;
	position: relative;
	padding: 0 12px;
	color: #737373;
}

.conceptsupport-block-sholder span::before {
	display: block;
	content: '';
	background: url('../img/common/title_parentheses_left.svg') no-repeat left center / 100%;
	width: 4px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.conceptsupport-block-sholder span::after {
	display: block;
	content: '';
	background: url('../img/common/title_parentheses_right.svg') no-repeat right center / 100%;
	width: 4px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.conceptsupport-block-title {
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 20px;
	letter-spacing: -0.05em;
}

.conceptsupport-block-text {
	font-size: 14px;
	line-height: 2;
	color: #595959;
	margin-bottom: 36px;
	letter-spacing: 0.08em;
}

.conceptsupport-block:hover .viewall {
	color: #956134;
}

.conceptsupport-block:hover .viewall::before {
	background:#956134;
} */

/* small pc */
@media screen and (min-width: 1513px){

	.conceptgoodhouse-block-body {
		gap: 120px;
	}
}


@media screen and (min-width: 768px) and (max-width: 1000px){

	.conceptmessage {
		padding-left: 40px;
	}

	.conceptgoodhouse-block {
		padding-left: 60px;
	}

	.conceptskill-block {
		padding-left: 60px;
	}

	.conceptskill-block-list-detail {
		padding: 10px 52px 10px 14px;
	}

	.conceptskill-block-list-detail::after {
		background: url(../img/common/icon_arrow_round.svg) #956134 no-repeat center center / 16px;
		width: 24px;
		height: 24px;
		right: 18px;
	}

	.conceptskill-block-list-detail-title {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.conceptskill-block-list-detail-text {
		font-size: 13px;
	}

	.conceptstep-block {
		padding: 60px 30px;
		gap: 40px;
	}

	.conceptstep-block-image {
		width: 302px;
	}

	.conceptsupport-block {
		padding: 60px 30px;
		gap: 40px;
	}

	.conceptsupport-block-image {
		width: 302px;
	}

}

/* small pc */
@media screen and (min-width: 768px) and (max-width: 860px){

	.conceptmessage-main {
		font-size: 36px;
	}

	.conceptskill-block-list {
		display: block;
	}

	.conceptskill-block-list li + li {
		margin-top: 30px;
	}

	.conceptskill-block-list li {
		width: 100%;
	}

	.conceptskill-block-list-detail {
		padding: 10px 52px 10px 20px;
	}

	.conceptskill-block-list-detail-title {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.conceptskill-block-list-detail-text {
		font-size: 14px;
	}

}


@media screen and (max-width: 767px){

	/* concept message ---------------------------------------*/

	.conceptmessage {
		padding: 40px 20px 60px;
	}

	.conceptmessage-sholder {
		margin-bottom: 100px;
	}

	.conceptmessage-sholder-text {
		padding-right: 52px;
		font-size: 14px;
	}

	.conceptmessage-main {
		font-size: 22px;
		letter-spacing: 0.07em;
		max-width: 350px;
		margin: 0 auto;
	}


	/* concept goodhouse ---------------------------------------*/

	.conceptgoodhouse {
		padding: 60px 20px;
	}

	.conceptgoodhouse-block {
		display: block;
		padding-left: 0;
	}

	.conceptgoodhouse-title {
		font-size: 20px;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.conceptgoodhouse-block-body {
		padding-top: 58px;
		display: block;
	}

	.conceptgoodhouse-block-body-detail {
		margin-bottom: 60px;
	}

	.conceptgoodhouse-block-body-text {
		letter-spacing: -0.02em;
	}

	.conceptgoodhouse-block-body-text + .conceptgoodhouse-block-body-text {
		margin-top: 0;
	}

	.conceptgoodhouse-block-body-image {
		width: 100%;
	}


	/* concept skill ---------------------------------------*/

	.conceptskill {
		padding: 60px 20px;
	}

	.conceptskill-block {
		display: block;
		padding-left: 0;
	}

	.conceptskill-title {
		font-size: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 58px;
		line-height: 1.4;
	}


	.conceptskill-block-text-detail {
		padding-top: 0;
		margin-bottom: 60px;
	}

	.conceptskill-block-text {
		padding-top: 0;
		letter-spacing: -0.02em;
		margin-bottom: 32px;
	}

	.conceptskill-block-list {
		display: block;
		margin-bottom: 22px;
	}

	.conceptskill-block-list li {
		width: 100%;
	}

	.conceptskill-block-list li + li {
		margin-top: 20px;
	}

	.conceptskill-block-list-item {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: nowrap;
	}

	.conceptskill-block-list-item:hover {
		box-shadow: none;
	}

	.conceptskill-block-list-image {
		width: 28.6%;
	}

	.conceptskill-block-list-item:hover .conceptskill-block-list-image img {
		transform: none;
	}

	.conceptskill-block-list-detail {
		padding: 10px 52px 10px 14px;
	}

	.conceptskill-block-list-detail::after {
		background: url(../img/common/icon_arrow_round.svg) #956134 no-repeat center center / 16px;
		width: 24px;
		height: 24px;
		right: 14px;
	}

	.conceptskill-block-list-detail-title {
		/* font-size: 20px; */
		font-size: 16px;
		/* line-height: 1.6; */
		margin-bottom: 7px;
	}

	.conceptskill-block-list-detail-text {
		font-size: 13px;
		line-height: 1.6;
		/* letter-spacing: 0.08em; */
	}

	.conceptskill-notice {
		font-size: 14px;
		text-align: center;
	}


	/* concept step ---------------------------------------*/

	.conceptstep {
		padding: 60px 20px 0;
	}

	.conceptstep-block {
		padding: 50px 20px 30px;
		display: block;
	}

	.conceptstep-block:hover {
		box-shadow: none;
	}

	.conceptstep-block:hover .conceptstep-block-image img {
		transform: none;
	}

	.conceptstep-block-sholder {
		flex-direction: column;
		gap: 0;
		margin-bottom: 30px;
	}

	.conceptstep-block-sholder span {
		letter-spacing: 0.1em;
		line-height: 1.6;
	}

	.conceptstep-block-detail-image {
		margin-bottom: 34px;
		border-radius: 10px;
		overflow: hidden;
	}

	.conceptstep-block-detail-image img {
		width: 100%;
	}

	.conceptstep-block-title {
		font-size: 20px;
		margin-bottom: 9px;
	}

	.conceptstep-block-text {
		font-size: 13px;
		line-height: 1.7;
		margin-bottom: 25px;
		letter-spacing: 0.1em;
	}

	.conceptstep-block-link {
		text-align: right;
	}

	.conceptstep-block:hover .viewall {
		color: #262626;
	}

	.conceptstep-block:hover .viewall::before {
		background:#262626;
	}


	/* concept support ---------------------------------------*/

	.conceptsupport {
		padding: 20px 20px 60px;
	}

	.conceptsupport-block {
		padding: 50px 20px 30px;
		display: block;
	}

	.conceptsupport-block:hover {
		box-shadow: none;
	}

	.conceptsupport-block:hover .conceptsupport-block-image img {
		transform: none;
	}
	
	.conceptsupport-block-sholder {
		flex-direction: column;
		gap: 0;
		margin-bottom: 30px;
	}

	.conceptsupport-block-sholder span {
		letter-spacing: 0.1em;
		line-height: 1.6;
		padding: 0 12px;
	}

	.conceptsupport-block-detail-image {
		margin-bottom: 34px;
		border-radius: 10px;
		overflow: hidden;
	}

	.conceptsupport-block-detail-image img {
		width: 100%;
	}

	.conceptsupport-block-title {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 9px;
	}

	.conceptsupport-block-text {
		font-size: 13px;
		line-height: 1.7;
		margin-bottom: 25px;
	}

	.conceptsupport-block-link {
		text-align: right;
	}

	.conceptsupport-block:hover .viewall {
		color: #262626;
	}

	.conceptsupport-block:hover .viewall::before {
		background:#262626;
	}


}