@charset "UTF-8";
@keyframes pulsation {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}
@keyframes fuwafuwa {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-15px);
	}
}
@keyframes poyon {
	0% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}
	40% {
		transform: scale(0.95, 1.2) translate(0%, -10%);
	}
	50% {
		transform: scale(1.1, 0.9) translate(0%, 5%);
	}
	60% {
		transform: scale(0.95, 1.05) translate(0%, -3%);
	}
	70% {
		transform: scale(1.05, 0.95) translate(0%, 3%);
	}
	80% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}
	100% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}
}
.prodNav {
	margin-top: 20px;
}
.prodNav_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prodNav_title {
	width: 290px;
	min-width: 290px;
	font-size: 30px;
	font-weight: bold;
}
.prodNav_title > small {
	font-size: 16px;
	font-weight: normal;
	padding: 7px 17px;
	border: 1px solid currentColor;
	vertical-align: middle;
	display: inline-block;
	margin-left: 25px;
	line-height: 1;
}
.prodNav_title-sign {
	font-size: 38px;
}
.prodNav_title-sign > small {
	margin-left: 5px;
}
.prodNav_list {
	list-style: none;
	display: flex;
	width: calc(100% - 290px);
	justify-content: flex-end;
}
.prodNav_list > li {
	width: 20%;
	border-right: 1px solid #d3d3d3;
	box-sizing: border-box;
}
.prodNav_list > li:first-child {
	border-left: 1px solid #d3d3d3;
}
.prodNav_list > li:last-child {}
.prodNav_list > li:nth-child(2n+1) {}
.prodNav_list > li.li_example {
	display: none;
}
.prodNav_list > li > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: inherit;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 2px 2px;
	transition-duration: .3s;
	transition-property: color, background-color;
	height: 100%;
}
.prodNav_list > li > a > b {
	display: block;
	font-weight: inherit;
	margin-bottom: auto;
	min-height: 3.142em;
}
.prodNav_list > li > a::before {}
.prodNav_list > li > a::after {}
.prodNav_list > li > a > .icon {
	display: block;
	color: #f08c0a;
	font-size: 18px;
	margin-top: auto;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.prodNav_list > li > a > img {
	display: block;
	max-width: 100%;
	margin: 0 auto 8px;
}
.intro {
	margin-bottom: 69px;
}
.intro_image {
	max-width: 1400px;
	margin: 0 auto 59px;
	position: relative;
}
.intro_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.intro_inner {}
.intro_title {
	font-size: 28px;
	font-weight: bold;
	color: #f08c0a;
	line-height: 1.4;
	margin-bottom: 23px;
}
.intro_title-store {
	color: #31b3a4;
}
.intro_title-sign {
	color: #2aa2de;
}
.intro_text {
	font-size: 18px;
	line-height: 1.8;
}
.prod {
	margin-bottom: 76px;
}
.prod_inner {}
.prod_title {}
.prod_headline {
	font-size: 20px;
	color: #f08c0a;
	border: 1px solid #f08c0a;
	padding: 14px 28px;
	margin-bottom: 28px;
}
.prod_sectWrap {
	display: flex;
	flex-wrap: wrap;
}
.prod_sect {
	width: 48%;
	margin-left: 4%;
	display: flex;
	flex-direction: column;
}
.prod_sect:nth-child(2n+1) {
	margin-left: 0;
}
.prod_sect:nth-child(n+3) {
	margin-top: 59px;
}
.prod_subhead {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #f08c0a;
	padding: 19px 28px 11px;
}
.prod_subhead-store {
	background: #31b3a4;
	padding: 19px 28px 18px;
}
.prod_subhead-sign {
	background: #2aa2de;
	padding: 19px 28px 18px;
}
.prod_image {}
.prod_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.prod_movie {
	line-height: 0;
}
.prod_areaTxt {
	background: #f5f5f5;
	padding: 25px 30px;
	margin-bottom: auto;
	flex-grow: 1;
}
.prod_areaTxt-store {
	padding-bottom: 45px;
}
.prod_list {
	list-style: none;
	font-size: 15px;
	line-height: 1.7;
}
.prod_list > li {
	position: relative;
	z-index: 1;
	padding-left: 20px;
}
.prod_list > li::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f08c0a;
	position: absolute;
	z-index: 1;
	top: 0.85em;
	transform: translateY(-50%);
	left: 0;
	margin-top: -1px;
}
.prod_list > li:first-child {}
.prod_list > li:last-child {}
.prod_list > li:nth-child(2n+1) {}
.prod_list > li:nth-child(n+3) {}
.prod_text {
	font-size: 15px;
	line-height: 1.7;
}
.flow {
	margin-bottom: 75px;
}
.flow_inner {}
.flow_title {}
.flow_text {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 22px;
}
.flow_image {}
.flow_image > img {}
.net {}
.net_title {}
.net_title > img {}
.net_message {}
.net_cols {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 31px;
	margin-bottom: 54px;
}
.net_col {
	width: 48%;
}
.net_col-no1 {}
.net_image {}
.net_image > img {}
.net_col-no2 {}
.net_table {
	display: block;
}
.net_table > tbody {
	display: block;
}
.net_table > tbody > tr {
	display: flex;
	background-color: #f5f5f5;
	padding: 12px 23px;
	justify-content: space-between;
	align-items: center;
	margin-top: 9px;
}
.net_table > tbody > tr:first-child {
	margin-top: 0;
}
.net_table > tbody > tr:last-child {}
.net_table > tbody > tr > th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.net_table > tbody > tr > th::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f08c0a;
	margin-right: 7px;
	min-width: 10px;
}
.net_table > tbody > tr > td {
	font-size: 24px;
	display: flex;
	align-items: center;
}
.net_table > tbody > tr > td > small {
	display: block;
	font-size: 16px;
	margin-left: 2px;
}
.net_table > tbody > tr:first-child > th {}
.net_table > tbody > tr:first-child > td {}
.net_box {
	border: 1px solid #ff8f98;
	background: #fff4f5;
	padding: 40px 40px 55px;
}
.net_headline {
	display: flex;
	align-items: center;
	color: #ff8f98;
	font-size: 24px;
	margin-bottom: 15px;
}
.net_headline > img {
	display: block;
	margin-right: 18px;
}
.net_areaTxtWrap {
	display: flex;
	justify-content: space-between;
}
.net_text {
	width: 52%;
	line-height: 1.7;
}
.net_link {
	width: 44%;
}
.net_link > a {
	font-size: 16px;
}
.net_link > a::before {}
.net_link > a::after {}
.net_link > a > .icon {
	position: relative;
	z-index: 1;
	margin-top: 2px;
}
.prodNav_list-store {}
.prodNav_list-store > li > a {
	justify-content: center;
}
.prodNav_list-sign > li > a {
	justify-content: center;
}
.prodNav_list-store > li > a > .icon {
	color: #31b3a4;
	margin-top: 10px;
}
.prodNav_list-sign > li > a > .icon {
	color: #2aa2de;
	margin-top: 10px;
}
.prodOuter {}
.flowOuter {}
.netOuter {}
.prodNav_list-store > li > a > b {
	min-height: 0;
	margin-bottom: 0;
}
.prodNav_list-sign > li > a > b {
	min-height: 0;
	margin-bottom: 0;
}
.prod_catalogLink {}
.prod_catalogLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	padding: 21px 10px;
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: color, background-color, border-co;
}
.prod_catalogLink > a::before {
	content: "";
}
.prod_catalogLink > a::after {
	content: "";
}
.prod_catalogLink > a > .icon {
	display: block;
	color: #31b3a4;
	font-size: 28px;
	margin-right: 8px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.prod_catalogLink-sign > a > .icon {
	color: #2aa2de;
}
.worksOuter {}
.works {}
.works_title {}
.works_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.works_list > li {
	width: 22.4%;
	margin-left: 3.2%;
}
.works_list > li:first-child {}
.works_list > li:last-child {}
.works_list > li:nth-child(4n+1) {
	margin-left: 0;
}
.works_list > li:nth-child(n+5) {
	margin-top: 3.2%;
}
.works_list > li:nth-child(n+9) {
	display: none;
}
.works_list.isShow > li:nth-child(n+9) {
	display: block;
}
.works_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 1px solid #d3d3d3;
	border-bottom-width: 2px;
	transition-duration: .3s;
	transition-property: color, border-color;
	box-sizing: border-box;
}
.works_list > li > a::before {
	content: "";
}
.works_list > li > a::after {
	content: "";
}
.works_fig {}
.works_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
	padding: 2px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: opacity;
	margin: 0 auto;
}
.works_fig > figcaption {
	border-top: 1px solid #d3d3d3;
	font-size: 16px;
	color: #0070cb;
	padding: 16px 18px;
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
}
.works_moreLink {
	margin: 29px auto 0;
	max-width: 240px;
}
.works_moreLink > a {
	font-weight: normal;
}
.works_moreLink > a.isShow {
	font-size: 0;
}
.works_moreLink > a::before {
	content: "表示を減らす";
	display: none;
	font-size: 16px;
}
.works_moreLink > a.isShow::before {
	display: block;
}
.works_moreLink > a::after {
	content: "";
}
.works_moreLink > a > .icon {
	font-size: 22px;
}
.works_moreLink > a.isShow > .icon {
	transform: rotate(180deg);
}
.intro_listWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.intro_list {
	list-style: none;
	position: absolute;
	width: 1400px;
	height: 625px;
	transform-origin: left top;
	white-space: nowrap;
	opacity: 0;
	transition-duration: .5s;
	transition-property: opacity;
}
.intro_list-sign {}
.intro_list.isShow {
	opacity: 1;
}
.intro_list_item {
	position: absolute;
	z-index: 1;
	font-size: 18px;
	font-weight: bold;
}
.intro_list_item > a {
	text-decoration: none;
	line-height: 1;
	background-color: #2aa2de;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	width: 98px;
	height: 98px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	padding-top: 5px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.intro_list_item-store > a {
	background-color: #31b3a4;
}
.intro_list_item-s01 {
	left: 509px;
	top: 74px;
}
.intro_list_item-s02 {
	top: 97px;
	left: 757px;
}
.intro_list_item-s03 {
	top: 149px;
	left: 365px;
}
.intro_list_item-s04 {
	top: 203px;
	left: 479px;
}
.intro_list_item-s05 {
	top: 171px;
	left: 917px;
}
.intro_list_item-s06 {
	top: 49px;
	left: 259px;
}
.intro_list_item-s07 {
	top: 227px;
	left: 1060px;
}
.intro_list_item-s08 {
	top: 278px;
	left: 729px;
}
.intro_list_item-s09 {
	top: 415px;
	left: 1073px;
}
.intro_list_item-si01 {
	left: 182px;
	top: 12px;
}
.intro_list_item-si02 {
	top: 419px;
	left: 1124px;
}
.intro_list_item-si03 {
	top: 10px;
	left: 1262px;
}
.intro_list_item-si04 {
	top: 318px;
	left: 904px;
}
.intro_list_item-si05 {
	top: 149px;
	left: 715px;
}
.intro_list_item-si06 {
	top: 169px;
	left: 1287px;
}
.intro_list_item-si07 {
	top: 315px;
	left: 12px;
}
.intro_list_item > a::before,
.intro_list_item > a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	pointer-events: none;
	animation: pulsation 2s linear infinite;
}
.intro_list_item > a::after {
	animation-delay: 1s;
}
.intro_list_marker {
	width: 64px;
	position: absolute;
	top: 0;
	left: 0;
	filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, .3));
	bottom: 0;
	right: 0;
	margin: auto;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity;
	height: 78px;
}
.intro_list_marker.isPoyon {
	animation-name: poyon;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-duration: 1.3s;
}
.intro_list_marker > img {
	display: block;
}
.intro_list_marker.isFuwaFuwa > img {
	animation-name: fuwafuwa;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.intro_image-sp {
	display: none;
}
.intro_image-pc {}
.dataDownloadNav {
	margin-bottom: 80px;
}
.dataDownloadNav_link {}
.dataDownloadNav_link > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.dataDownloadNav_link > a > img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.dataDownloadNav_link > a > img:first-child {
	display: block;
}
.dataDownloadNav_link > a > img:last-child {
	display: none;
}
@media screen and (min-width: 641px) {
	a:hover + .intro_list_marker {
		opacity: 0;
	}
	.intro_list_item > a:hover {
		opacity: 1;
	}
	.prodNav_list > li > a:hover {
		color: #0070CB;
	}
	.net_link > a:hover {}
	.prodNav_list > li > a:hover > .icon {
		color: #0070CB;
	}
	.prod_catalogLink > a:hover {
		color: #fff;
		background: #2468bd;
		border-color: #2468bd;
	}
	.prod_catalogLink > a:hover > .icon {
		color: #fff;
	}
	.works_list > li > a:hover {
		border-color: #0070cb;
	}
	.works_moreLink > a:hover {}
	a:hover .works_fig > img {
		opacity: 0.8;
	}
	a:hover .works_fig > figcaption {
		background: #0070cb;
		color: #fff;
		border-top-color: #0070cb;
	}
	.dataDownloadNav_link > a:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width: 640px) {
	.prodNav {
		margin-top: 26px;
	}
	.prodNav_inner {
		display: block;
	}
	.prodNav_title {
		font-size: 20px;
		width: auto;
		min-width: 0;
		margin-bottom: 18px;
	}
	.prodNav_title > small {
		font-size: 13px;
		padding: 3px 6px;
		margin-left: 13px;
	}
	.prodNav_list {
		width: auto;
		flex-wrap: wrap;
		border-top: 1px solid #d3d3d3;
		border-left: 1px solid #d3d3d3;
		justify-content: flex-start;
	}
	.prodNav_list > li {
		width: 50%;
		border-bottom: 1px solid #d3d3d3;
	}
	.prodNav_list > li:first-child {
		border-left: none;
	}
	.prodNav_list > li:last-child {}
	.prodNav_list > li:nth-child(2n+1) {}
	.prodNav_list > li.li_example {
		display: block;
	}
	.prodNav_list > li > a {
		display: flex;
		align-items: center;
		height: 60px;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 2px 9px;
		font-size: 13px;
		flex-direction: row;
	}
	.prodNav_list > li > a > b {
		min-height: 0;
		margin-bottom: 0;
	}
	.prodNav_list > li > a::before {}
	.prodNav_list > li > a::after {}
	.prodNav_list > li > a > .icon {
		margin-top: 0;
		font-size: 13px;
	}
	.prodNav_list > li > a > img {
		margin: 0;
		width: 26px;
		height: auto;
	}
	.intro {
		margin-bottom: 41px;
	}
	.intro_image {
		margin-bottom: 22px;
	}
	.intro_image > img {}
	.intro_inner {
		margin-bottom: 60px;
	}
	.intro_title {
		font-size: 18px;
		margin-bottom: 7px;
	}
	.intro_text {
		font-size: inherit;
		line-height: 1.65;
	}
	.prod {
		margin-bottom: 64px;
	}
	.prod-mbS {
		margin-bottom: 55px;
	}
	.prod_inner {}
	.prod_title {}
	.prod_headline {
		font-size: 15px;
		padding: 12px 18px;
		margin-bottom: 20px;
	}
	.prod_sectWrap {
		display: block;
		max-width: 465px;
		margin-left: auto;
		margin-right: auto;
	}
	.prod_sect {
		width: auto;
		margin-left: 0;
		margin-bottom: 19px;
	}
	.prod_sect:nth-child(2n+1) {
		margin-left: auto;
	}
	.prod_sect:nth-child(n+2) {
		margin-top: 0;
	}
	.prod_sect-spMBL {
		margin-bottom: 46px;
	}
	.prod_subhead {
		font-size: 15px;
		padding: 15px 19px 13px;
	}
	.prod_image {}
	.prod_image > img {}
	.prod_movie {
		padding-top: 56%;
		position: relative;
	}
	.prod_movie iframe {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		width: 100%;
		height: 100%;
	}
	.prod_areaTxt {
		padding: 17px 22px 13px;
	}
	.prod_list {
		font-size: inherit;
	}
	.prod_list > li {}
	.prod_list > li::before {}
	.prod_list > li:first-child {}
	.prod_list > li:last-child {}
	.prod_list > li:nth-child(2n+1) {}
	.prod_list > li:nth-child(n+3) {}
	.prod_text {
		font-size: inherit;
	}
	.flow {
		margin-bottom: 52px;
	}
	.flow_inner {}
	.flow_title {}
	.flow_text {
		font-size: inherit;
		line-height: inherit;
		margin-bottom: 15px;
	}
	.flow_image {}
	.flow_image > img {}
	.net {}
	.net_title {}
	.net_title > img {}
	.net_message {
		font-size: 14px;
	}
	.net_cols {
		display: block;
		margin-top: 15px;
		margin-bottom: 40px;
	}
	.net_col {
		width: auto;
	}
	.net_col-no1 {
		margin-bottom: 16px;
	}
	.net_image {}
	.net_image > img {}
	.net_col-no2 {}
	.net_table {}
	.net_table > tbody {}
	.net_table > tbody > tr {
		padding: 7px 22px;
		margin-top: 8px;
	}
	.net_table > tbody > tr:first-child {}
	.net_table > tbody > tr:last-child {}
	.net_table > tbody > tr > th {
		font-size: inherit;
	}
	.net_table > tbody > tr > th::before {}
	.net_table > tbody > tr > td {
		font-size: 19px;
	}
	.net_table > tbody > tr > td > small {
		font-size: 14px;
	}
	.net_box {
		padding: 30px 20px 28px;
	}
	.net_headline {
		flex-direction: column;
		font-size: 15px;
		margin-bottom: 5px;
	}
	.net_headline > img {
		margin-right: 0;
		width: 36px;
		height: auto;
		margin-bottom: 12px;
	}
	.net_areaTxtWrap {
		display: block;
	}
	.net_text {
		width: auto;
		font-size: 13px;
		margin-bottom: 12px;
	}
	.net_link {
		width: auto;
	}
	.net_link > a {
		font-size: 14px;
	}
	.net_link > a::before {}
	.net_link > a::after {}
	.net_link > a > .icon {
		margin-top: 0;
	}
	.prodNav_list > li > a.-rev {
		flex-direction: row-reverse;
	}
	.prodOuter {}
	.flowOuter {}
	.netOuter {}
	.prodNav_list-store > li > a > b {}
	.prod_catalogLink {}
	.prod_catalogLink > a {
		font-size: inherit;
		padding: 15px 10px;
	}
	.prod_catalogLink > a::before {}
	.prod_catalogLink > a::after {}
	.prod_catalogLink > a > .icon {
		font-size: 24px;
	}
	.worksOuter {}
	.works {}
	.works_title {}
	.works_list {
		max-width: 330px;
		margin: 0 auto;
	}
	.works_list > li {
		width: 48%;
		margin-left: 4%;
	}
	.works_list > li:first-child {}
	.works_list > li:last-child {}
	.works_list > li:nth-child(4n+1) {
		margin-left: 4%;
	}
	.works_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.works_list > li:nth-child(n+3) {
		margin-top: 4%;
	}
	.works_list > li > a {}
	.works_list > li > a::before {}
	.works_list > li > a::after {}
	.works_fig {}
	.works_fig > img {
		height: 120px;
		width: auto;
	}
	.works_fig > figcaption {
		font-size: inherit;
		padding: 10px 10px;
	}
	.works_moreLink {
		margin-top: 18px;
	}
	.works_moreLink > a {}
	.works_moreLink > a::before {
		font-size: 14px;
	}
	.works_moreLink > a::after {}
	.works_moreLink > a > .icon {}
	.prodNav_list-store {}
	.prodNav_list-store > li > a {}
	.prodNav_list-store > li > a > .icon {}
	.intro_image-sp {
		display: block;
	}
	.intro_image-pc {
		display: none;
	}
	.dataDownloadNav {
		margin-bottom: 52px;
	}
	.dataDownloadNav_link {}
	.dataDownloadNav_link > a {}
	.dataDownloadNav_link > a > img {}
	.dataDownloadNav_link > a > img:first-child {
		display: none;
	}
	.dataDownloadNav_link > a > img:last-child {
		display: block;
	}
}
@media screen and (max-width: 374px) {
	.prodNav_list > li > a {
		font-size: 11px;
		padding: 2px 6px;
	}
	.works_fig > figcaption {
		font-size: 13px;
		padding: 10px 6px;
	}
}
.service {
	margin-bottom: 75px;
}
.service .service_movie {
	position: relative;
	padding-bottom: 56.5%;
}
.service .service_movie > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	object-fit: cover;
}
@media screen and (max-width: 640px) {
	.service {
		margin-bottom: 65px;
	}
}
