.greeting-vstitle-wrapper {
	margin-bottom: 50px;
}

.greeting-vs-container-wrap {
	max-width: 1000px;
	margin: 0 auto 100px;
}

.greeting-vs-items {
	margin-bottom: 50px;
	padding: 50px 100px;
	border: 1px solid #ccc;
}

.greeting-vs-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	align-items: flex-start;
}

.greeting-vs-item:nth-of-type(n+2) {
	margin-top: 50px;
}

.greeting-vs-item-dt {
	max-width: 40px;
	margin-top: 10px;
	margin-right: 50px;
	padding-top: 10px;
}

.greeting-vs-item-title {
	margin-bottom: 20px;
}

.greeting-vs-copy {
	padding-bottom: 100px;
	border-bottom: 1px solid #ccc;
}

.greeting-greet-container-wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.greeting-greet-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.greeting-greet-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.greeting-greet-fig {
	width: 300px;
	margin-right: 70px;
}

.greeting-greet-history-items {
	margin-top: 100px;
}

.greeting-greet-history-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.greeting-greet-history-title {
	width: 80px;
}

.greeting-greet-history-copy {
	width: calc(100% - 80px);
}

@media screen and (min-width: 576px)and (max-width: 767.98px) {

:root {
	--bs-conSize: 540px;
}

}

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

:root {
	--bs-conSize: 720px;
}

}

@media screen and (min-width: 992px)and (max-width: 1199.98px) {

:root {
	--bs-conSize: 960px;
}

}

@media screen and (min-width: 1200px)and (max-width: 1680px) {

:root {
	--bs-conSize: 1140px;
}

}

@media screen and (min-width: 1680px) {

:root {
	--bs-conSize: 1340px;
}

}

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

.greeting-vstitle-wrapper {
	margin-bottom: 30px;
}

.greeting-vs-container-wrap {
	max-width: 100%;
	margin: 0 auto 50px;
}

.greeting-vs-items {
	margin-bottom: 50px;
	padding: 50px 30px;
}

.greeting-vs-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.greeting-vs-item:nth-of-type(n+2) {
	margin-top: 50px;
}

.greeting-vs-item-dt {
	max-width: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
}

.greeting-vs-item-title {
	margin-bottom: 20px;
}

.greeting-vs-copy {
	padding-bottom: 50px;
}

.greeting-greet-copy {
	margin-bottom: 30px;
}

.greeting-greet-fig {
	width: 100%;
	margin-right: 0;
}

.greeting-greet-history-items {
	margin-top: 30px;
}

}

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

:root {
	--bs-conSize: 100%;
}

}

