@charset "utf-8";

fieldset {
	padding: 0;
}

/* archive-product */
.archive h4 {
	color: #005EB8;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-size: 24px;
	line-height: 160%;
}

.filter .m-txt-ttl02-2 {
	margin: 35px 0 20px;
}

.filter-categories {
	display: flex;
	flex-wrap: wrap;
	margin: 30px -15px 40px;
}

.filter-categories_item {
	position: relative;
	width: calc((100% - 90px) / 3);
	margin: 10px 15px;
}

.filter-categories_item > * {
	cursor: pointer;
}

.filter-categories_parent {
	position: relative;
	display: flex;
	align-items: center;
	height: 80px;
	padding: 5px 45px 5px 98px;
	background: #fff;
	border: 1px solid #005EB8;
	box-sizing: border-box;
	transition: .3s;
}

.filter-categories_parent:hover {
	background: #9bcbf7;
}

.filter-categories_parent::before,
.filter-categories_parent::after {
	content: '';
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	display: block;
	width: 25px;
	height: 3px;
	margin: auto;
	background: #000;
	transition: .3s;
}

.filter-categories_parent::before {
	transform: rotate(90deg);
}

.filter-categories_item.is-active .filter-categories_parent::before {
	transform: rotate(0deg);
}

#content figure.filter-categories_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	width: 70px;
	height: 70px;
	margin: auto;
}

.filter-categories_img > img {
	width: 100%;
	height: auto;
}

.filter-categories_text {
	font-family: 'Noto Sans JP';
	font-size: 18px;
	line-height: 175%;
}

.filter-categories_children {
	z-index: 2;
	position: absolute;
	display: none;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	border: 1px solid #005EB8;
	background: #fff;
	box-sizing: border-box;
}

.filter-categories_child {
	position: relative;
	padding: 9px 15px;
	font-family: 'Noto Sans JP';
	font-size: 18px;
	background: #E5EEF7;
}

.filter-categories_child::before {
	content: '';
	position: absolute;
	top: 0;
	right: 24px;
	bottom: 0;
	width: 13px;
	height: 7px;
	margin: auto;
	background: url(../images/arrow01_B.svg) top left no-repeat;
	background-size: 100%;
}

.filter-categories_child + .filter-categories_child {
	margin-top: 1px;
}

.filter-buttons {
	display: flex;
	margin-top: 30px;
	padding: 0 9px;
	border-bottom: 2px solid #005EB8;
}

.filter-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 4px) / 3);
	height: 60px;
	font-family: 'Noto Sans JP';
	text-align: center;
	line-height: 140%;
	background: #d9d9d9;
	transition: .3s;
	cursor: pointer;
}

.filter-button + .filter-button {
	margin-left: 2px;
}

.filter-button:hover,
.filter-button.is-active {
	color: #fff;
	background:#005EB8;
}

.filter-wrap {
	display: none;
	padding-bottom: 70px;
	border-bottom: 2px solid #005EB8;
}

.results .m-txt-ttl02-2 {
	margin-bottom: 20px;
}

.results-head {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 30px;
}

.hits {
	display: flex;
	align-items: center;
}

.results-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.filter-head, .result-head {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.filter-head_buttons {
	display: flex;
}


.filter-head .filter-head_buttons input[type="reset"] +  .filter-reset {
	margin-left: 10px;
}

.results-link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1%;
	height: 1%;
	border-left: 5px solid #005eb8;
	border-top: 5px solid #005eb8;
	transition: .3s;
	opacity: 0;
}
.results-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1%;
	height: 1%;
	border-right: 5px solid #005eb8;
	border-bottom: 5px solid #005eb8;
	transition: .3s;
	opacity: 0;
}

.results-wrap.is-animate .results-link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border-left: 5px solid #005eb8;
	transition: .3s;
	opacity: 1;
}
.results-wrap.is-animate .results-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border-right: 5px solid #005eb8;
	transition: .3s;
	opacity: 1;
}

.filter-categories_item:nth-of-type(3) .filter-categories_parent::before	{
	content: none;
}

#value-reset, #results-reset {
	display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	width: 16px !important;
	height: 16px !important;
	background: #fff !important;
	border: 2px solid #005EB8 !important;
}

.filter-reset {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	/* padding-left: 40px; */
	text-align: left;
	font-family: 'Noto Sans JP';
	font-size: 18px;
	line-height: 100%;
	background: #fff;
	border: 1px solid #666;
	box-sizing: border-box;
	cursor: pointer;
}

.filter-reset::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	width: 20px;
	height: 20px;
	margin: auto;
	background: url(../images/icon-cycle.svg) top left no-repeat;
}

.filter-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -15px -15px;
}

.filter-item {
	width: calc((100% - 90px) / 3);
	margin: 15px;
	box-sizing: border-box;
}

.filter-item.--full {
	width: 100%;
}

.filter-item_title {
	display: inline-block;
	margin-bottom: 13px;
	font-family: 'Noto Sans Jp';
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
}

.filter-item_wrap {
	display: flex;
}

.filter-item_field {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	padding: 20px;
	background: #f5f5f5;
	box-sizing: border-box;
}

.filter-item.--full .filter-item_field {
	width: calc((100% - 60px) / 3);
}

.filter-item.--full .filter-item_field + .filter-item_field {
	margin-left: 30px;
}

.filter-item_field-wrap {
	display: flex;
	flex-direction: column;
	font-family: 'Noto Sans JP';
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
}

.filter-item_field-wrap.--radio {
	width: 100%;
	height: 100%;
}

.filter-item_field_numbers {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.filter-item_field_numbers input {
	width: 86px;
	height: 30px;
	padding: 3px;
	font-weight: 400;
	font-size: 20px;
	text-align: right;
	box-sizing: border-box;
}

.filter-item_field_numbers input.min-number {
	margin-right: 9px;
}

.filter-item_field_numbers input.max-number {
	margin-right: 8px;
	margin-left: 9px;
}

.filter-item_radios {
	display: flex;
	justify-content: center;
	align-items: center;
}

.filter-item_radio {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.filter-item_radio + .filter-item_radio {
	 margin-left: 30px;
}

.filter-item_radio input[type="radio"],
.filter-item_radio input[type="checkbox"] {
	display: none;
}

.filter-item_radio label {
	position: relative;
	padding-bottom: 30px;
	font-size: 14px;
	cursor: pointer;
}

.filter-item_radio label[for="expansion_3_1"] {
	padding-bottom: 22px;
	line-height: 1.2;
}

.filter-item_radio.--narrow label {
	position: relative;
	padding-bottom: 20px;
	line-height: 1.4;
	cursor: pointer;
}

.filter-item_radio label::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	background: #fff;
	border: 2px solid #005EB8;
	border-radius: 8px;
	box-sizing: border-box;
}

.filter-item_radio input[type="radio"]:checked + label::after,
.filter-item_radio input[type="checkbox"]:checked + label::after {
	background: #005EB8;
}

.filter-item_label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 60px;
	margin-right: 20px;
	font-family: 'Noto Sans JP';
}

.results-link {
	display: flex;
	flex-direction: column;
	width: calc( (100% - 60px) / 3 );
	margin: 10px;
	padding: 30px;
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	transition: .3s;
}

.results-link:hover {
	text-decoration: none;
	background: rgba(0, 94, 184, .1);
}

.results-sub_title {
	font-size: 16px;
}

.results-new {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 24px;
	margin: 2px 10px 0 0;
	font-weight: 500;
	font-family: 'Noto Sans JP';
	font-size: 14px;
	color: #fff;
	background: #0B308E;
}

.results-title {
	display: inline-flex;
	align-items: center;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
}

#content .results-wrap figure.results-thumbnail {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

#content .results-wrap .results-thumbnail img {
	max-width: 100%;
	width: auto;
	object-fit: contain;
}

.results-spec {
	display: flex;
	align-items: center;
	font-family: 'Noto Sans JP';
	font-size: 14px;
	border-top: 1px solid #999;
	box-sizing: border-box;
}

.results-spec:first-of-type {
	margin-top: 20px;
}

.results-spec:last-of-type {
	margin-bottom: 30px;
	border-bottom: 1px solid #999;
}

.results-spec dt, .results-spec dd {
	padding: 10px 0;
}

.results-spec dt {
	width: 150px;
	font-weight: 500;
}

.results-spec dd {
	margin-left: 16px;
}

.results-ornament {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	color: #005EB8;
	line-height: 175%;
	border: 1px solid #005EB8;
}

.results-ornament_arrow {
	display: block;
	margin-left: 20px;
	stroke: #005EB8;
}

/* single-product */
.single-product > * {
	font-family: 'Noto Sans JP';
}
.product-categories_wrap {
	display: flex;
	justify-content: flex-end;
	font-family: 'Noto Sans JP';
	margin-bottom: 14px;
}

.product-categories_title {
	padding: 5px 0;
	line-height: 170%;
}

.product-categories_labels {
	display: flex;
	flex-wrap: wrap;
}

.product-categories_label {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	padding: 4px 15px;
	line-height: 170%;
	border-radius: 5px;
	border: 1px solid #666;
	background: #fff;
}

.technology-categories_wrap {
	display: flex;
	align-items: center;
	padding: 20px 0;
	font-family: 'Noto Sans JP';
	border-bottom: 1px solid #d3d3d3;
}

.technology-categories_title {
	font-size: 14px;
	color: #005eb8;
	font-weight: 700;
}

.technology-categories_labels {
	display: flex;
	align-items: center;
}

.technology-categories_label {
	margin-left: 30px;
}

.technology-categories_link {
	display: flex;
	align-items: center;
}

.technology-categories_icon {
	width: 30px;
	height: 30px;
}

.technology-categories_icon img {
	width: 100%;
	height: auto;
}

.technology-categories_name {
	display: inline-block;
	margin-left: 6px;
	font-size: 12px;
}

.wysiwyg {
	max-width: 100%;
}

.block {
	margin-top: 70px;
}

.blocks h3 {
	margin-bottom: 50px;
	color: #005eb8;
	font-weight: 700;
	font-family: 'Noto Sans JP';
	font-size: 47px;
	line-height: 150%;
}

.blocks h4 {
	margin-bottom: 40px;
	color: #000;
	font-weight: 700;
	font-family: 'Noto Sans JP';
	font-size: 24px;
	line-height: 160%;
}

.block-lead {
	margin-bottom: 40px;
	font-family: 'Noto Sans JP';
	line-height: 175%;
}

.block-before {
	margin-top: 20px;
}

.block-visual {
	margin-top: 20px;
}

.block-column {
	margin-top: 40px;
}

.block-column:not(.--col1) {
	display: flex;
}

.block-column.--col2 .block-column_item {
	width: calc((100% - 30px) / 2);
}

.block-column.--col3 .block-column_item {
	width: calc((100% - 60px) / 3);
}

.block-column.--col2 .block-column_item + .block-column_item,
.block-column.--col3 .block-column_item + .block-column_item {
	margin-left: 30px;
}

.specifications {
	margin-top: 90px;
}

.specifications h3 {
	margin-bottom: 40px;
	color: #005EB8;
	font-family: 'Noto Sans JP';
	font-size: 30px;
	font-weight: 700;
	line-height: 170%;
}

#content .specifications-table thead tr th {
	background: #e5eef7;
}

#content .specifications-table thead tr th:first-of-type {
	width: 25%;
}

#content .specifications-table thead tr th:nth-of-type(2) {
	width: 10%;
}

#content .specifications-table thead tr th:last-of-type {
	width: 65%;
}

.specifications-table tbody tr td:first-of-type {
	background: #eee;
}

.specification-attention {
	margin-top: 10px;
	display: block;
	font-family: 'Noto Sans JP';
	font-size: 12px;
	line-height: 150%;
	text-align: right;
}

.movies {
	margin-top: 70px;
}

.movies h3 {
	margin-bottom: 40px;
	color: #005EB8;
	font-family: 'Noto Sans JP';
	font-size: 30px;
	font-weight: 700;
	line-height: 170%;
}

.movies-list {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -15px;
}

.movies-list_item {
	width: calc((100% - 120px) / 4);
	margin: 15px;
}

.movies-list_link {
	display: flex;
	flex-direction: column;
}

.movies-list_title {
	margin-top: 18px;
	font-family: 'Noto Sans JP';
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
}

.movies-list_description {
	margin-top: 10px;
	font-family: 'Noto Sans JP';
	font-size: 14px;
	line-height: 160%;
}

.relation {
	margin-top: 70px;
}

.relation h3 {
	margin-bottom: 40px;
	color: #005EB8;
	font-family: 'Noto Sans JP';
	font-size: 30px;
	font-weight: 700;
	line-height: 170%;
}

.relation h4 {
	margin-bottom: 40px;
	font-family: 'Noto Sans JP';
	font-size: 24px;
	font-weight: 700;
	line-height: 170%;
}

.relation-list {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -15px;
}

.relation-list_item {
	width: calc((100% - 90px) / 3);
	margin: 15px;
	box-sizing: border-box;
}

.relation-list_link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 30px 20px;
	border: 1px solid #d3d3d3;
	transition: .3s;
}

a.relation-list_link:link {
	text-decoration: none;
}

.relation-list_link:hover {
	background: #E5EEF7;
}

.relation-list_image img {
	max-width: 100%;
}

.relation-list_title {
	margin-top: 20px;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-size: 20px;
}

.cases {
	margin-top: 50px;
}

.cases h4 {
	margin-bottom: 40px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-size: 24px;
}

.cases-list {
	display: flex;
	margin: -15px;
	flex-wrap: wrap;
}

.cases-list a:hover, .cases-list a:active {
	text-decoration: none;
}

.cases-list_item {
	position: relative;
	width: calc((100% - 150px) / 5);
	margin: 15px;
	border: 1px solid #d3d3d3;
	background: #fff;
}

.cases-list_link {
	display: block;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.cases-list_link:hover {
	background: #E5EEF7;
}

.cases-list_tag {
	z-index: 1;
	content: '';
	position: absolute;
	top: 10px;
	right: -15px;
	padding: 7px 20px;
	font-family: 'Noto Sans JP';
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	background: #005EB8;
}

.cases-list_tag::before {
	content: '';
	position: absolute;
	right: 0px;
	bottom: -10px;
	width: 11px;
	height: 10px;
  clip-path: polygon(0 0, 100% 0%, 0% 100%);
	background: #0b308e;
}

.cases-list_tag::after {
	content: '';
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 100%;
	height: 2px;
  clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);;
	background: #0b308e;
}

.cases-list_wrap {
	padding: 30px;
}

.cases-list_title {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
}

.cases-list_improvements {
	margin-bottom: 30px;
	display: block;
	font-family: 'Noto Sans JP';
	font-size: 16px;
	line-height: 170%;
}

.cases-list_rows {
	display: flex;
	padding: 8px 0;
	border-top: 1px solid #999;
}

.cases-list_rows:last-of-type {
	border-bottom: 1px solid #999;
}

.cases-list_rows dt {
	min-width: 60px;
	margin-right: 20px;
	font-family: 'Noto Sans JP';
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
}

.cases-list_rows dd {
	width: (100% - 80px);
	font-family: 'Noto Sans JP';
	font-size: 14px;
	line-height: 140%;
}

.cases-list_button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 40px;
	margin-top: 30px;
	margin-inline: auto;
	color: #fff;
	background: #005EB8;
	border-radius: 5px;
}

.cases-list_button::after {
	content: '';
	position: absolute;
	top: 0;
	right: 13px;
	bottom: 0;
	width: 7px;
	height: 13px;
	margin: auto;
	background: url(../images/arrow01_W.svg) top left no-repeat;
	background-size: contain;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.filter-categories {
		flex-direction: column;
		margin: 30px 0 40px;
	}

	.filter-categories_item {
		width: 100%;
		margin: 10px 0;
	}

	.filter-categories_parent {
		padding: 5px 45px 5px 80px;
	}

	#content figure.filter-categories_img {
		left: 10px;
		width: 60px;
		height: 60px;
	}

	.filter-categories_text {
		font-size: 16px;
	}

	.filter-head {
		flex-direction: column-reverse;
	}

	.filter-head_buttons {
		margin-bottom: 10px;
	}

	.filter-head_buttons label {
		width: calc((100% - 10px) / 2);
	}

	.filter-head_buttons label:last-of-type {
		padding-left: 10px;
	}

	.filter-reset {
		width: 180px;
		font-size: 14px;
	}

	.filter-reset::before {
		width: 15px;
		height: 17px;
		background-size: cover;
	}

	.filter-head_buttons .filter-reset:last-of-type::before {
		left: 12px;
	}

	.filter-items {
		margin: 0;
	}

	.filter-item {
		width: 100%;
		margin: 15px 0;
	}

	.filter-item.--full .filter-item_field {
		width: 100%;
	}

	.filter-item.--full .filter-item_field + .filter-item_field {
		margin-top: 15px;
		margin-left: 0;
	}

	.filter-item_wrap {
		flex-direction: column;
	}

	.filter-item_label {
		width: 50px;
		margin-right: auto;
	}

	.filter-buttons {
		width: 100%;
		overflow-x: auto;
	}

	.filter-button {
		flex-shrink: 0;
		/* width: 125px; */
		width: calc((100% - 4px) / 3);
		font-size: 14px;
	}

	.results-wrap {
		margin: -5px;
	}

	.results-link {
		width: calc((100% - 30px) / 2);
		margin: 5px;
		padding: 10px;
	}

	.results-new {
		width: 35px;
		height: 17px;
		font-size: 10px;
		margin: 0 0 5px 0;
	}

	.results-title {
		flex-direction: column;
		align-items: flex-start;
		font-size: 24px;
	}

	.results-sub_title {
		font-size: 14px;
	}

	#content .results-wrap .results-thumbnail img {
		max-width: 70%;
	}

	.results-spec {
		flex-direction: column;
	}

	.results-spec dt {
		width: 100%;
		padding: 10px 0 5px;
		font-size: 14px;
	}

	.results-spec dd {
		width: 100%;
		margin-left: 0;
		padding: 0 0 10px;
	}

	.results-ornament {
		font-size: 12px;
	}

	.results-ornament_arrow {
		margin-left: 10px;
	}

	.product-categories_wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.product-categories_labels {
		justify-content: flex-start;
		margin-inline: -5px;
	}

	.product-categories_label {
		margin-left: 0;
		margin: 5px;
		font-size: 12px;
	}

	.technology-categories_wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.technology-categories_labels {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		margin-inline: -5px;
	}

	.technology-categories_label {
		margin: 5px;
	}

	.blocks h3 {
		margin-bottom: 30px;
		font-size: 32px;
	}

	.blocks h4 {
		margin-bottom: 20px;
	}

	.wysiwyg .block-lead {
		margin-top: 20px;
	}

	.block-column:not(.--col1) {
		flex-direction: column;
	}

	.block-column.--col2 .block-column_item,
	.block-column.--col3 .block-column_item {
		width: 100%;
	}

	.block-column.--col2 .block-column_item + .block-column_item,
	.block-column.--col3 .block-column_item + .block-column_item {
		margin-top: 30px;
		margin-left: 0;
	}

	.specifications {
		margin-top: 70px;
	}

	.specifications h3 {
		margin-bottom: 0;
	}

	.specifications-table {
		overflow-x: auto;
	}

	#content .specifications-table table {
		width: 996px;
	}

	.movies-list_item,
	.relation-list_item,
	.cases-list_item {
		width: calc((100% - 60px) / 2);
	}

	.cases-list_title {
		font-size: 18px;
	}

	.cases-list_wrap {
		padding: 10px;
	}

	.cases-list_tag {
		top: 5px;
		padding: 5px 10px;
		font-size: 12px;
	}

	.cases-list_rows {
		flex-direction: column;
	}

	.cases-list_rows dt,
	.cases-list_rows dd {
		width: 100%;
	}

	#content .m-box-fixed .toggle_sp img {
		width: auto;
	}
}