@charset "UTF-8";
.intro {}
.intro_title {}
.intro_list {
	list-style: none;
}
.intro_list > li {}
.intro_list > li:first-child {}
.intro_list > li:last-child {}
.intro_list > li:nth-child(2n+1) {}
.intro_list > li:nth-child(n+3) {}
.intro_list > li > a {}
.intro_list > li > a::before {
	content: "";
}
.intro_list > li > a::after {
	content: "";
}
.works {}
.works_title {}
.works_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10%;
}
.works_col {}
.works_col-no1 {
	width: 35%;
	height: 210px;
}
.works_image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition-duration: .5s;
	transition-property: opacity;
}
.works_image.isCurrent {
	position: relative;
	z-index: 2;
	opacity: 1;
}
.works_image > img {
	width: 300px;
	height: auto;
}
.works_col-no2 {
	width: 60%;
	counter-reset: works;
}
.works_areaText {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition-duration: .5s;
	transition-property: opacity;
}
.works_areaText.isCurrent {
	opacity: 1;
	z-index: 2;
	position: relative;
}
.works_headline {
	font-size: 24px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	margin-bottom: 11px;
}
.works_headline::before {
	content: counter(works);
	display: flex;
	background: #0099D6;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	margin-right: 8px;
	counter-increment: works;
	min-width: 28px;
}
.works_text {}
.works_linkList {
	list-style: none;
	margin-top: 30px;
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.works_linkList > li {
	width: 47%;
}
.works_linkList > li:first-child {}
.works_linkList > li:last-child {}
.works_linkList > li:nth-child(2n+1) {}
.works_linkList > li:nth-child(n+3) {}
.works_linkList > li > button {
	border-right: 1px solid #C8D7E2;
	padding: 0 10px;
}
.works_linkList > li > button[disabled] {}
.works_linkList > li:first-child > button::before {
	content: "";
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid #0099D6;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	border-bottom-color: transparent;
	border-left-color: transparent;
	transition-duration: .3s;
	transition-property: border-color;
	box-sizing: border-box;
	vertical-align: middle;
	margin-right: 10px;
}
.works_linkList > li:first-child > button[disabled]::before {
	border-right-color: #B4B4B4;
	border-top-color: #B4B4B4;
}
.works_linkList > li > button::after {
	content: "";
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}
.works_linkList > li:first-child > button::after {
	display: none;
}
.flow {}
.flow_title {}
.flow_image {
	text-align: center;
}
.flow_image > img {
	width: 70%;
	height: auto;
}
.flow_list {
	list-style: none;
	padding: 0 10%;
}
.flow_list > li {}
.flow_list > li:first-child {}
.flow_list > li:last-child {}
.flow_list > li:nth-child(2n+1) {}
.flow_list > li:nth-child(n+3) {}
.auto {}
.auto_title {}
.auto_cols {
	display: flex;
	justify-content: space-between;
}
.auto_col {}
.auto_col-no1 {
	width: 51%;
}
.auto_image {
	position: relative;
	z-index: 1;
	max-width: 550px;
	overflow: hidden;
}
.auto_image > img {}
.auto_markList {
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 550px;
	height: 280px;
	transform-origin: left top;
}
.auto_markList > li {
	position: absolute;
	z-index: 10;
}
.auto_markList > li:nth-child(1) {
	top: 70px;
	left: 110px;
}
.auto_markList > li:nth-child(2) {
	top: 160px;
	left: 40px;
}
.auto_markList > li:nth-child(3) {
	top: 210px;
	left: 15px;
}
.auto_markList > li:nth-child(4) {
	top: 218px;
	left: 64px;
}
.auto_markList > li:nth-child(5) {
	top: 210px;
	left: 110px;
}
.auto_markList > li:nth-child(6) {
	top: 224px;
	left: 170px;
}
.auto_markList > li:nth-child(7) {
	top: 180px;
	left: 300px;
}
.auto_markList > li:nth-child(8) {
	top: 139px;
	left: 385px;
}
.auto_markList > li:nth-child(9) {
	top: 88px;
	left: 416px;
}
.auto_markList > li:nth-child(10) {
	top: 14px;
	left: 80px;
}
.auto_markList > li:nth-child(11) {
	top: 4px;
	left: 122px;
}
.auto_markList > li > a {
	text-decoration: none;
	background: #0099D6;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #fff;
	width: 36px;
	height: 36px;
	transition-duration: .3s;
	transition-property: transform;
	position: relative;
	z-index: 1;
	transform-origin: center bottom;
}
.auto_markList > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	height: 5px;
	background: #0099D6;
	left: 0;
}
.auto_markList > li > a::after {
	content: "";
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	background: #0099D6;
	position: absolute;
	z-index: 1;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	border-left: none;
	border-top: none;
}
.auto_col-no2 {
	width: 46.5%;
}
.auto_oList {
	counter-reset: number;
}
.auto_oList > li {}
.auto_oList > li:first-child {}
.auto_oList > li:last-child {}
.auto_oList > li:nth-child(2n+1) {}
.auto_oList > li:nth-child(n+3) {}
.auto_oList > li > a {
	border-right: 1px solid #C8D7E2;
	justify-content: flex-start;
	padding: 0 25px;
}
.auto_oList > li > a::before {
	content: counter(number);
	display: flex;
	background: #0099D6;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	margin-right: 8px;
	counter-increment: number;
	transition-duration: .3s;
	transition-property: background-color, color;
	min-width: 24px;
}
.auto_oList > li > a::after {
	content: "";
	display: none;
}
.auto_oList > li > a > .icon {
	display: block;
	color: #0099D6;
	font-size: 16px;
	margin-left: 8px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.system {}
.system_title {}
.system_list {
	list-style: none;
}
.system_list > li {}
.system_list > li:first-child {}
.system_list > li:last-child {}
.system_list > li:nth-child(2n+1) {}
.system_list > li:nth-child(n+3) {}
.works_imageWrap {
	position: relative;
	z-index: 1;
}
.works_areaTextWrap {
	position: relative;
	z-index: 1;
}
.popup {
	display: none;
}
.popup_in {}
.popup_cols {
	display: flex;
	justify-content: space-between;
	min-width: 820px;
	margin: 0 auto;
	align-items: center;
	max-width: 820px;
	margin-bottom: 15px;
}
.popup_cols:last-child {
	margin-bottom: 0;
}
.popup_col {}
.popup_col-no1 {
	width: 40%;
}
.popup_image {}
.popup_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}
.popup_col-no2 {
	width: 56%;
}
.popup_title {
	font-size: 28px;
	line-height: 1.4;
	border-bottom: 2px solid #0086CD;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.popup_text {
	margin-bottom: 1em;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.popup_text:last-child {
	margin-bottom: 0;
}
@media screen and (min-width:1000px) {
	.intro_list > li > a:hover {}
	.works_linkList > li > button:hover {}
	.works_linkList > li:first-child > button:not([disabled]):hover::before {
		border-right-color: #fff;
		border-top-color: #fff;
	}
	.auto_markList > li > a:hover {
		transform: scale(1.1);
	}
	.auto_oList > li > a:hover {}
	.auto_oList > li > a:hover::before {
		color: #0099D6;
		background: #fff;
	}
	.auto_oList > li > a:hover > .icon {
		color: #fff;
	}
}
@media screen and (max-width: 999px) {
	.intro {}
	.intro_title {}
	.intro_list {}
	.intro_list > li {}
	.intro_list > li:first-child {}
	.intro_list > li:last-child {}
	.intro_list > li:nth-child(2n+1) {}
	.intro_list > li:nth-child(n+3) {}
	.intro_list > li > a {}
	.intro_list > li > a::before {}
	.intro_list > li > a::after {}
	.works {}
	.works_title {}
	.works_cols {}
	.works_col {}
	.works_col-no1 {}
	.works_image {}
	.works_image > img {}
	.works_col-no2 {}
	.works_areaText {}
	.works_headline {
		font-size: 20px;
	}
	.works_headline::before {
		font-size: 14px;
		width: 24px;
		height: 24px;
		min-width: 24px;
	}
	.works_text {}
	.works_linkList {
		max-width: none;
		margin-top: 20px;
	}
	.works_linkList > li {}
	.works_linkList > li:first-child {}
	.works_linkList > li:last-child {}
	.works_linkList > li:nth-child(2n+1) {}
	.works_linkList > li:nth-child(n+3) {}
	.works_linkList > li > button {}
	.works_linkList > li > button[disabled] {}
	.works_linkList > li:first-child > button::before {}
	.works_linkList > li:first-child > button[disabled]::before {}
	.works_linkList > li > button::after {}
	.works_linkList > li:first-child > button::after {}
	.flow {}
	.flow_title {}
	.flow_image {}
	.flow_image > img {}
	.flow_list {}
	.flow_list > li {}
	.flow_list > li:first-child {}
	.flow_list > li:last-child {}
	.flow_list > li:nth-child(2n+1) {}
	.flow_list > li:nth-child(n+3) {}
	.auto {}
	.auto_title {}
	.auto_cols {}
	.auto_col {}
	.auto_col-no1 {}
	.auto_image {}
	.auto_image > img {}
	.auto_markList {}
	.auto_markList > li {}
	.auto_markList > li:nth-child(1) {}
	.auto_markList > li:nth-child(2) {}
	.auto_markList > li:nth-child(3) {}
	.auto_markList > li:nth-child(4) {}
	.auto_markList > li:nth-child(5) {}
	.auto_markList > li:nth-child(6) {}
	.auto_markList > li:nth-child(7) {}
	.auto_markList > li:nth-child(8) {}
	.auto_markList > li:nth-child(9) {}
	.auto_markList > li:nth-child(10) {}
	.auto_markList > li > a {}
	.auto_markList > li > a::before {}
	.auto_markList > li > a::after {}
	.auto_col-no2 {}
	.auto_oList {}
	.auto_oList > li {}
	.auto_oList > li:first-child {}
	.auto_oList > li:last-child {}
	.auto_oList > li:nth-child(2n+1) {}
	.auto_oList > li:nth-child(n+3) {}
	.auto_oList > li > a {
		font-size: inherit;
		padding: 0 10px;
	}
	.auto_oList > li > a::before {
		font-size: 12px;
		width: 20px;
		min-width: 20px;
		height: 20px;
	}
	.auto_oList > li > a::after {}
	.auto_oList > li > a > .icon {}
	.system {}
	.system_title {}
	.system_list {}
	.system_list > li {}
	.system_list > li:first-child {}
	.system_list > li:last-child {}
	.system_list > li:nth-child(2n+1) {}
	.system_list > li:nth-child(n+3) {}
	.popup {}
	.popup_in {}
	.popup_cols {
		min-width: 0;
	}
	.popup_cols:last-child {}
	.popup_col {}
	.popup_col-no1 {}
	.popup_image {}
	.popup_image > img {}
	.popup_col-no2 {}
	.popup_title {
		font-size: 24px;
	}
	.popup_text {}
	.popup_text:last-child {}
}
@media screen and (max-width:767px) {
	.intro {}
	.intro_title {}
	.intro_list {}
	.intro_list > li {}
	.intro_list > li:first-child {}
	.intro_list > li:last-child {}
	.intro_list > li:nth-child(2n+1) {}
	.intro_list > li:nth-child(n+3) {}
	.intro_list > li > a {}
	.intro_list > li > a::before {}
	.intro_list > li > a::after {}
	.works {}
	.works_title {}
	.works_cols {
		display: block;
		padding: 0;
	}
	.works_col {
		width: auto;
	}
	.works_col-no1 {
		height: auto;
	}
	.works_image {
		margin-bottom: 15px;
		text-align: center;
		height: 53.8vw;
		overflow: hidden;
	}
	.works_image > img {
		width: 100%;
	}
	.works_col-no2 {}
	.works_areaText {}
	.works_headline {}
	.works_headline::before {}
	.works_text {}
	.works_linkList {
		margin-top: 0px;
		padding-top: 10px;
		background: #fff;
		position: relative;
		z-index: 2;
	}
	.works_linkList > li {}
	.works_linkList > li:first-child {}
	.works_linkList > li:last-child {}
	.works_linkList > li:nth-child(2n+1) {}
	.works_linkList > li:nth-child(n+3) {}
	.works_linkList > li > button {}
	.works_linkList > li > button[disabled] {}
	.works_linkList > li:first-child > button::before {}
	.works_linkList > li:first-child > button[disabled]::before {}
	.works_linkList > li > button::after {}
	.works_linkList > li:first-child > button::after {}
	.flow {}
	.flow_title {}
	.flow_image {}
	.flow_image > img {
		width: 100%;
	}
	.flow_list {}
	.flow_list > li {}
	.flow_list > li:first-child {}
	.flow_list > li:last-child {}
	.flow_list > li:nth-child(2n+1) {}
	.flow_list > li:nth-child(n+3) {}
	.auto {}
	.auto_title {}
	.auto_cols {
		display: block;
	}
	.auto_col {
		width: auto;
	}
	.auto_col-no1 {
		margin-bottom: 15px;
	}
	.auto_image {}
	.auto_image > img {}
	.auto_markList {}
	.auto_markList > li {}
	.auto_markList > li:nth-child(1) {}
	.auto_markList > li:nth-child(2) {}
	.auto_markList > li:nth-child(3) {}
	.auto_markList > li:nth-child(4) {}
	.auto_markList > li:nth-child(5) {}
	.auto_markList > li:nth-child(6) {}
	.auto_markList > li:nth-child(7) {}
	.auto_markList > li:nth-child(8) {}
	.auto_markList > li:nth-child(9) {}
	.auto_markList > li:nth-child(10) {}
	.auto_markList > li > a {}
	.auto_markList > li > a::before {}
	.auto_markList > li > a::after {}
	.auto_col-no2 {}
	.auto_oList {}
	.auto_oList > li {}
	.auto_oList > li:first-child {}
	.auto_oList > li:last-child {}
	.auto_oList > li:nth-child(2n+1) {}
	.auto_oList > li:nth-child(n+3) {}
	.auto_oList > li > a {}
	.auto_oList > li > a::before {}
	.auto_oList > li > a::after {}
	.auto_oList > li > a > .icon {}
	.system {}
	.system_title {}
	.system_list {}
	.system_list > li {}
	.system_list > li:first-child {}
	.system_list > li:last-child {}
	.system_list > li:nth-child(2n+1) {}
	.system_list > li:nth-child(n+3) {}
	.popup {
		padding: 35px 15px;
	}
	.popup_in {}
	.popup_cols {
		display: block;
	}
	.popup_cols:last-child {}
	.popup_col {
		width: auto;
	}
	.popup_col-no1 {
		margin-bottom: 15px;
	}
	.popup_image {
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	.popup_image > img {
		margin: 0 auto;
	}
	.popup_col-no2 {}
	.popup_title {
		font-size: 18px;
		padding-bottom: 5px;
	}
	.popup_text {}
	.popup_text:last-child {}
	.flow_list {
		padding: 0;
	}
}
