#Container {
	padding-top: 100px;
}

.normal-slider .slick-list {
	border: none;
}

.normal-slider .slick-dots {
	justify-content: flex-end;
	position: absolute;
	bottom: -20px;
	left: 0;
	transform: none;
}

.normal-slider .slick-dots>li {
	margin: 0;
}

.normal-slider .slick-dots>li:not(:last-child) {
	margin-right: 6px;
}

#intro {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	height: 264px;
	background: rgba(0,0,0,0) url(../img/system/system_catch_bg_pc.png) 100% 100% no-repeat;
}

#intro .catch {
	color: #c4924f;
	font-size: 3.1em;
	line-height: 1.4em;
	letter-spacing: 0;
	text-align: center;
}

.point {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin: 90px auto 0;
	width: 100%;
	max-width: 1280px;
	padding: 0;
	box-sizing: border-box;
}

.point>div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.point .pic {
	width: 49%;
	max-width: 600px;
	position: relative;
	flex-shrink: 0;
	box-sizing: border-box;
	padding: 16px 20px;
}

.point .pic::before,
.point .pic::after {
	content: "";
	display: block;
	position: absolute;
	width: 282px;
	height: 206px;
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
}

.point .pic::before {
	top: -3px;
	right: 0;
	background-image: url(../img/img_deco_head.png);
}

.point .pic::after {
	bottom: 0;
	left: 0;
	background-image: url(../img/img_deco_bottom.png);
}

.point .desc {
	position: relative;
	z-index: 100;
	width: 50%;
}

.point .desc .heading {
	display: block;
	margin-bottom: 24px;
	font-size: 1.9em;
	letter-spacing: 0;
	line-height: 1.4em;
	color: #c4924f;
}

.point .desc p {
	font-size: 1.2em;
	line-height: 1.8em;
	letter-spacing: .03em;
}

.point:nth-child(odd) .pic {
	order: 2;
}

.point:nth-child(odd) .desc {
	order: 1;
}

.column {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin: 85px auto 0;
	padding: 100px 0;
	color: #f7f4f1;
}

.column::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	background-color: #353535;
	background-image: url(../img/bg_tex_b.jpg);
	width: 100vw;
	height: 100%;
	z-index: -2;
}

.column>div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.column>div:not(:first-child) {
	margin-top: 40px;
}

.column .pic {
	order: 2;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: 49%;
	max-width: 600px;
	position: relative;
	flex-shrink: 0;
	box-sizing: border-box;
	padding: 16px 20px;
}

.column .pic.slider {
	display: block;
}

.column .pic::before,
.column .pic::after {
	content: "";
	display: block;
	position: absolute;
	width: 282px;
	height: 206px;
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
}

.column .pic::before {
	top: -3px;
	right: 0;
	background-image: url(../img/img_deco_head.png);
}

.column .pic::after {
	bottom: 0;
	left: 0;
	background-image: url(../img/img_deco_bottom.png);
}

.column .desc {
	order: 1;
	width: 50%;
	position: relative;
}

.column .desc p {
	font-size: 1.2em;
	line-height: 1.8em;
	letter-spacing: .03em;
}

.column .desc ul {
	font-size: 1.2em;
	line-height: 1.8em;
}

.column .desc .desc_top {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-bottom: 24px;
	box-sizing: border-box;
	padding-left: 14px;
}

.column .desc .head {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 75px;
	height: 28px;
	background-color: #b8dcd0;
	color: #353535;
	font-size: 1em;
	line-height: 0;
	font-family: "Zen Old Mincho",serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;
	white-space: nowrap;
	text-align: center;
	position: relative;
	top: 9px;
}

.column .desc .head::before,
.column .desc .head::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 28px;
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.column .desc .head::before {
	width: 14px;
	left: -14px;
	background-image: url(../img/tag_head_category.png);
}

.column .desc .head::after {
	width: 4px;
	right: -4px;
	background-image: url(../img/tag_bottom_category.png);
}

.column .desc .heading {
	display: block;
	font-size: 1.9em;
	letter-spacing: 0;
	line-height: 1.4em;
	color: #b8dcd0;
}

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

.normal-slider .slick-dots {
	bottom: -36px;
}

.normal-slider .slick-dots>li:not(:last-child) {
	margin-right: 10px;
}

#intro {
	width: 100%;
	height: 300px;
	background: rgba(0,0,0,0) url(../img/system/system_catch_bg_sp.png) 100% 100% no-repeat;
	margin-bottom: 100px;
}

#intro .catch {
	font-size: 1.9em;
	line-height: 1.7em;
}

.point {
	margin-top: 80px;
}

.point>div {
	display: block;
}

.point .pic {
	width: 100%;
	max-width: none;
	margin: 0 auto 56px;
}

.point .desc {
	width: 100%;
}

.point .desc .heading {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 27px;
}

.point .desc .heading>span {
	padding: 18px 30px 21px;
}

.point .desc p {
	font-size: 1.1em;
	line-height: 1.8em;
	letter-spacing: .06em;
}

.column {
	margin-top: 90px;
	padding: 100px 0;
}

.column>div {
	display: block;
}

.column .pic {
	width: 100%;
	max-width: none;
	margin: 0 auto 60px;
}

.column .desc .desc_top {
	padding-left: 15px;
	gap: 10px 12px;
	margin-bottom: 16px;
}

.column .desc .head {
	min-width: 70px;
	height: 30px;
	font-size: .6em;
	padding-left: 5px;
	box-sizing: border-box;
}

.column .desc .head::before,
.column .desc .head::after {
	height: 30px;
}

.column .desc .head::before {
	width: 16px;
	left: -15px;
}

.column .desc .head::after {
	width: 4px;
	right: -2px;
}

.column .desc .heading {
	font-size: 1.4em;
}

.column .desc {
	width: 100%;
}

.column .desc p {
	font-size: 1.1em;
	line-height: 1.8em;
	letter-spacing: .06em;
}

.column .desc ul {
	font-size: 1.1em;
	line-height: 1.8em;
	letter-spacing: .06em;
}

}


/*# sourceMappingURL=../map/system.css.map */
