.breadcrumb.-black .breadcrumb__link,
.breadcrumb.-black .breadcrumb__item {
	color: #121212;
}

.resistors__content:nth-of-type(3) {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.resistors__content:nth-of-type(3) {
		margin-bottom: 38px;
	}
}

.page-search .gsc-control-cse {
	padding: 0 !important;
}

.page-search .gsc-webResult.gsc-result {
	/* border: none; */
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding: 50px 0;
}

.gs-title {
	font-weight: 700;
	font-size: 2.2rem !important;
	text-decoration: underline !important;
	margin-bottom: 10px;
}

.page-search .gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
	font-size: 1.6rem;
	/* background: none;
	border: none; */
}

.page-search .gcsc-branding {
	display: none;
}

.gsc-wrapper {
	/* margin-top: 20px; */
}

.gsc-results-wrapper-visible {
	margin-inline: auto;
	max-width: 1230px;
	padding-inline: 15px;
}

.gsc-search-box {
	margin-inline: auto;
	max-width: 1200px;
	padding-inline: 15px;
}

.gsc-search-box.gsc-search-box-tools {
	margin-inline: auto;
	max-width: 100%;
	background-color: #f4f4f4;
	width: 100%;
	padding: 15px;
}

.gsc-url-top {
	/* margin-block: 3px 8px; */
}

.gsc-input-box {
	padding-top: 13px !important;
	padding-bottom: 12px !important;
}

.gsc-search-button-v2 {
	padding: 17.3px 10px !important;
}

@media (max-width: 767px) {
	.gsc-search-button-v2 {
		padding: 16.7px 10px !important;
	}
}

.gsc-search-button-v2 svg {
	width: 20px !important;
}

.gsst_a .gscb_a {
	color: #324e9b !important;
}

.gs-webResult.gs-result {
	position: relative;
}

.gsc-thumbnail-inside,
.gsc-url-top,
.gsc-table-cell-snippet-close {
	margin-left: 150px;
}

.gsc-table-cell-thumbnail.gsc-thumbnail {
	position: absolute;
	left: 0;
	top: -25px;
	max-width: 300px;
}

.gs-image img {
	width: 120px !important;
	max-width: 120px !important;
	height: 120px !important;
	max-height: 120px !important;
}

.gs-image-dummy {
	width: 130px;
	position: absolute;
	top: -28px;
}

/* news */
.single-news .news__item {
	border-bottom: none;
}

.single-news .siteorigin-widget-tinymce a {
	text-decoration: underline;
	color: #324e9b !important;
	transition: all 0.3s ease;
}

.single-news .siteorigin-widget-tinymce p:not(:nth-last-of-type(-n + 2)) {
	margin-bottom: 25px;
}

.single-news .so-widget-sow-editor {
	position: relative;
}

.single-news .siteorigin-widget-tinymce {
	padding-left: 35px;
}

.single-news .siteorigin-widget-tinymce a:hover {
	opacity: 0.7;
}

.single-news .wp_content h1,
.single-news .wp_content h2,
.single-news .wp_content h3,
.single-news .wp_content h4,
.single-news .wp_content h5,
.single-news .wp_content h6 {
	font-weight: bold;
	padding-bottom: 15px;
}

.single-news .wp_content h1 {
	font-size: 24px;
}

.single-news .wp_content h2 {
	font-size: 22px;
}

.single-news .wp_content h3 {
	font-size: 20px;
}

.single-news .wp_content h4 {
	font-size: 18px;
}

.single-news .wp_content h5 {
	font-size: 16px;
}

.single-news .wp_content h6 {
	font-size: 14px;
}

.single-news .wp_content .so-widget-sow-editor h3.widget-title {
	padding-left: 25px;
	font-size: 20px;
	font-weight: 500;
	line-height: calc(29 / 20);
	padding-bottom: 30px;
}

.single-news .wp_content .so-widget-sow-editor h3.widget-title::before {
	content: "";
	position: absolute;
	background-color: #324e9b;
	top: 8px;
	left: 0;
	width: 16px;
	height: 16px;
}

.single-news .wp_content strong {
	font-weight: bold;
}

.single-news .wp_content em {
	font-style: italic;
}

.single-news .wp_content ul,
.single-news .wp_content ol {
	padding: 0 0 15px 17px;
}

.single-news .wp_content ul {
	list-style: disc;
}

.single-news .wp_content ol {
	list-style: decimal;
}

.single-news .wp_content blockquote {
	border: 1px solid #d0d0d0;
	padding: 10px;
	margin-bottom: 15px;
}

.swp-input--search .swp-input {
	width: 100% !important;
}

.section-news__item.--noarrow {
	pointer-events: none;
	cursor: text;
}

.section-news__item.--noarrow .section-news__item-title::after {
	display: none;
}

.section-news__item.--pdf .section-news__item-title {
	display: flex;
	align-items: center;
}

.section-news__item.--pdf .section-news__item-title::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../img/common/icon_pdf.svg) no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 4px;
}

.section-news__wrapper.ir .section-news__item-title {
	padding-right: 0;
}

.section-news__wrapper.ir .section-news__item-title::after {
	content: none;
}

/* search */
.searchwp-live-search-results-showing {
	width: calc(100% + 30px) !important;
	/* min-height: 100dvh !important;
	max-height: fit-content !important; */
	left: -15px !important;
	top: 70px !important;
	height: 100% !important;
	max-height: 100% !important;
	min-height: 76dvh !important;
}

.searchwp-live-search-result.custom-processed {
	gap: 20px !important;
	padding: 30px 0 !important;
	/* margin-inline: 60px !important; */
	z-index: 100 !important;
	/* top: 100%;
    left: -15px; */
	/* width: calc(100% + 30px); */
	max-width: 1200px;
	margin-inline: auto !important;
}

@media only screen and (max-width:1229px) {
	.searchwp-live-search-result.custom-processed {
		padding: 30px 15px !important;
	}
}

.header-search__form {
	position: relative;
}

.searchwp-live-search-result--title {
	transition: all 0.3s ease;
	font-size: 2.2rem !important;
	margin-bottom: 15px !important;
}

.searchwp-live-search-result--title:hover {
	opacity: 0.8;
}

.searchwp-live-search-result .searchwp-live-search-result--title a {
	color: #324e9b !important;
	text-decoration: underline !important;
}

.searchwp-live-search-result--desc {
	position: relative;
	font-size: 1.6rem !important;
	line-height: calc(24 / 16) !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* padding-left: 25px; */
	margin-bottom: 10px;
}

.searchwp-live-search-result--desc::before {
	/* position: absolute; */
	content: "■";
	/* width: 5px;
	height: 5px;
	top: 8px;
	left: 0; */
	transform: rotate(-45deg);
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 5px;
}

.searchwp-custom-url {
	display: flex;
	gap: 15px;
	align-items: center;
}

.url-label {
	background: rgb(125 118 118);
	padding: 5px 8px;
	color: white;
	font-size: 1.4rem;
}

.url-link {
	transition: all 0.3s ease;
	font-size: 1.4rem;
	font-weight: 700;
	color: rgb(133 129 129);
}

.url-link:hover {
	opacity: 0.8;
}

.searchwp-results-prompt {
	font-weight: 700;
	color: rgb(133 129 129);
	padding-block: 20px 0;
	padding-inline: 15px;
	margin-inline: 60px;
	max-width: 1230px;
	margin-inline: auto !important;
}

@media (max-width: 767px) {
	.searchwp-live-search-results-showing {
		/* min-height: 83.5vh !important; */
		/* top: 135px !important;
		min-height: 220px !important; */
	}

	.searchwp-live-search-result.custom-processed {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 10px !important;
		padding: 20px 0 !important;
		margin-inline: 20px !important;
	}

	.searchwp-live-search-result.custom-processed .searchwp-live-search-result--img svg {
		width: 120px;
		height: 120px;
	}

	.searchwp-live-search-result--info {
		flex: 0 !important;
	}

	.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img {
		flex-basis: 110px !important;
	}

	.searchwp-live-search-result .searchwp-live-search-result--title a {
		font-size: 1.4rem !important;
		line-height: calc(20 / 14);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}

	.searchwp-live-search-result {
		position: relative;
	}

	.searchwp-live-search-result--title {
		position: absolute;
		display: block;
		top: 25px;
		left: 130px;
	}

	.searchwp-live-search-result--desc {
		font-size: 1.2rem !important;
		-webkit-line-clamp: 5;
	}

	.searchwp-custom-url {
		gap: 5px;
	}

	.url-label {
		padding: 3px 3px;
		font-size: 1.1rem;
	}

	.url-link {
		font-size: 1.2rem;
	}

	.searchwp-results-prompt {
		font-size: 1.4rem;
		margin-inline: 25px;
	}
}

main.search-active {
	overflow: hidden;
	height: 100vh;
	/* position: fixed;
    width: 100%;
	top: 0; */
}

/* .searchwp-live-search-results {
	max-height: 70vh;
	overflow-y: auto;
	position: absolute;
	z-index: 9999;
	background: white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
} */

.searchwp-live-search-results {
	touch-action: auto;
	-webkit-overflow-scrolling: touch;
}

.page-search-wrapper.header-search {
	position: relative;
	opacity: 1;
	visibility: visible;
	top: unset;
	margin-bottom: 60px;
}

/* search page result */
.search-title {
	color: #324e9b;
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.search-keyword {
	font-weight: 500;
	font-size: 2.2rem;
}

.search-total {
	color: rgb(133 129 129);
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.search-result-card {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #c7c7c7;
	padding: 30px 0;
	gap: 30px;
}

.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img {
	flex-basis: 190px !important;
	height: 100px;
}

.search-result-image a {
	transition: all 0.3s ease;
	display: block;
}

.search-result-image a:hover {
	opacity: 0.8;
}

.search-result-image {
	width: 100%;
	max-width: 300px;
	flex: 0 0 300px;
}

.search-result-image img,
.search-result-svg {
	/* width: 190px;
	height: 190px;
	object-fit: cover; */
	aspect-ratio: 300 / 175;
	object-fit: cover;
}

.search-result-excerpt {
	width: fit-content;
	/* max-width: 850px; */
}

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

	.search-result-image img,
	.search-result-svg {
		/* aspect-ratio: 300 / 175; */
		object-fit: fill;
	}

	.search-result-image {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
}

.search-result-title a {
	display: block;
	transition: all 0.3s ease;
	text-decoration: underline !important;
	font-weight: bold;
	color: #2c3e91;
	font-size: 2.2rem;
	text-decoration: none;
	margin-bottom: 15px;
}

.search-result-title a:hover {
	opacity: 0.8;
}

.search-result-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: calc(24 / 16);
	margin-bottom: 10px;
}

.search-none {
	font-weight: 500;
	font-size: 1.6rem;
}

.search-result-url {
	display: flex;
	align-items: center;
	gap: 10px;
}

.search-result-url a:hover {
	opacity: 0.8;
}

.search-result-url a {
	display: block;
	transition: all 0.3s ease;
	font-size: 1.4rem;
	font-weight: 700;
	color: rgb(133 129 129);

	word-break: break-all;
	overflow-wrap: anywhere;
	display: inline-block;
	max-width: 100%;
}

.search-result-url .url-label {
	background: rgb(125 118 118);
	padding: 5px 8px;
	color: white;
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	.search-title {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.search-keyword {
		font-size: 1.8rem;
	}

	.search-total {
		font-size: 1.4rem;
		margin-bottom: 0px;
	}

	.search-result-card {
		position: relative;
		flex-direction: column;
		padding: 20px 0;
		gap: 5px;
	}

	.search-result-image img,
	.search-result-svg {
		width: 120px;
		height: 120px;
	}

	.search-result-title {
		position: absolute;
		display: block;
		top: 25px;
		left: 130px;
	}

	.search-result-title a {
		font-size: 1.8rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}

	.search-result-excerpt {
		font-size: 1.4rem;
		line-height: calc(18 / 14);
	}

	.search-none {
		font-size: 1.4rem;
	}

	.search-result-url {
		align-items: flex-start;
		gap: 10px;
	}

	.search-result-title a:hover {
		opacity: 1;
	}

	.search-result-url a:hover {
		opacity: 1;
	}

	.search-result-url a:hover {
		opacity: 1;
	}

	.search-result-url a {
		font-size: 1.2rem;
	}

	.search-result-url .url-label {
		padding: 3px;
		font-size: 1.2rem;
	}

	.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img {
		flex-basis: 120px !important;
	}
}

.search__pagination {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.search__pagination .page-numbers {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Inter", sans-serif;
	color: #121212;
	font-size: 1.6rem;
	border: 1px solid #c9c9c9;
	transition: all 0.3s ease;
}

.search__pagination .page-numbers.current {
	color: #ffffff;
	background-color: #324e9b;
	border-color: #324e9b;
}

.page-numbers.disabled {
	color: #c9c9c9;
	pointer-events: none;
	cursor: default;
}

.page-numbers:hover {
	color: #ffffff;
	background-color: #324e9b;
	border-color: #324e9b;
}

@media (max-width: 767px) {
	.search__pagination {
		margin-top: 30px;
	}

	.search__pagination .page-numbers {
		width: 40px;
		height: 40px;
		font-size: 1.4rem;
	}

	.page-numbers:hover {
		color: #121212;
		border-color: #c9c9c9;
		background-color: #fff;
	}
}

.contact__input:not(.contact__select) p {
	width: 100%;
}

.contact__select,
.contact__input-accept {
	gap: 0;
}

/* .contact__input-text{
	margin-left: 10px;
	line-height: 1;
	vertical-align: text-top;
} */
.contact__input-accept .wpcf7-list-item-label {
	margin-left: 10px;
	line-height: 1;
	vertical-align: text-top;
}

.contact__input-accept .wpcf7-list-item {
	margin: 0;
}

.--policyacceptance:disabled {
	cursor: pointer !important;
	/* user-select: none !important; */
	z-index: -2 !important;
	/* background: gray; */
}

.--policyacceptance-error {
	text-align: center;
	color: #dc3232;
	font-size: 1.2rem !important;
	font-weight: normal;
	display: none;
	margin-top: 5px;
}

.contact__btn-wrapper {
	cursor: pointer;
	max-width: 400px;
	margin-inline: auto;
	width: 100%;
	position: relative;
	z-index: 2;
}

.contact__btn.--flex {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.contact__btn-link {
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	height: 84px;
	margin-inline: auto;
	background-image: linear-gradient(to right, #2ea1b7 50%, #396ab5 100%, #396ab5 10%);
	z-index: 1;
}

.contact__btn-link:has(.btn__primary:disabled) {
	z-index: -1;
	background: gray;
}

.contact__btn-link:has(.btn__primary:disabled)::before {
	content: none;
}

.contact__btn-link .btn__primary {
	background-image: none;
	background: transparent;
}

.contact__btn-wrapper.--previous .contact__btn-link::after {
	transform: rotate(180deg) translateY(50%);
	right: unset;
	left: 20px;
}

.contact__btn-wrapper.--previous .contact__btn-link:hover::after {
	left: 15px;
}

@media only screen and (max-width: 767px) {
	.contact__btn-wrapper.--previous .contact__btn-link::after {
		left: 10px;
	}
}

.contact__btn-link::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.199' height='9.849' viewBox='0 0 19.199 9.849'%3E%3Cg id='Group_85' data-name='Group 85' transform='translate(0.75 0.75)'%3E%3Cpath id='Path_20' data-name='Path 20' d='M16.658,0H0' transform='translate(0 4.164)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath id='Union_1' data-name='Union 1' d='M0,4.164,4.858,0ZM4.858,8.349,0,4.185Z' transform='translate(17.699 8.349) rotate(180)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
	width: 18px;
	height: 9px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
	.contact__btn-link::after {
		width: 14px;
		height: 7px;
		right: 10px;
	}
}

.contact__btn-link:hover .contact__btn-link::before {
	z-index: 2;
}

.contact__btn-link:hover .contact__btn-link::after {
	z-index: 2;
}

.contact__btn-link:hover .btn__primary {
	z-index: 2;
}

.contact__btn-link:before {
	content: "";
	opacity: 1;
	background-image: -webkit-linear-gradient(left, #396ab5 -10%, #396ab5 2%, #2ea1b7 100%);
	background-image: linear-gradient(to right, #396ab5 -10%, #396ab5 2%, #2ea1b7 100%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	inset: 0;
	z-index: -3;
}

.contact__btn-link:hover::before {
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.contact__btn-link:hover::before {
		opacity: 1;
	}
}

.contact__btn-link:hover::after {
	right: 15px;
}

@media only screen and (max-width: 767px) {
	.contact__btn-link:hover {
		opacity: 1;
	}

	.contact__btn-link:hover::after {
		right: 10px;
	}
}

.wpcf7-spinner {
	display: none;
}

.contact__complete {
	position: relative;
}

.contact__complete .container {
	background: transparent;
}

.contact__complete .contact__wrapper {
	max-width: 1200px;
	background: #f4f4f4;
	margin-bottom: 80px;
}

.contact__complete:after {
	content: "";
	position: absolute;
	width: 100%;
	background: url(../img/common/contact-complete.png) no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 570px;
	top: -19%;
	left: 0;
	z-index: -1;
}

.contact__complete-heading {
	max-width: 800px;
	margin-inline: auto;
	color: #324e9b;
	border-bottom: 1px solid #c9c9c9;
	text-align: center;
	font-size: 3rem;
	line-height: calc(44 / 30);
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.contact__complete-text {
	text-align: center;
	font-size: 1.6rem;
	line-height: calc(24 / 16);
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.contact__complete .contact__wrapper {
		padding-inline: 15px;
		margin-bottom: 40px;
		padding-block: 20px;
	}

	.contact__complete-heading {
		font-size: 2rem;
		line-height: calc(30 / 20);
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.contact__complete-text {
		font-size: 1.4rem;
		line-height: calc(20 / 14);
	}

	.contact__complete:after {
		height: 50%;
		top: 0;
	}
}

.searchwp-live-search-result--desc {
	color: #707070;
}

.header-search__input::placeholder {
	color: #707070;
}

.wpcf7-not-valid-tip {
	font-size: 1.4rem;
	margin-top: 5px;
}

.contact__input-hiragana {
	align-items: flex-start;
}

/* contact adjs */
.contact__select {
	flex-direction: column-reverse;
	align-items: flex-start;
}

.contact__select::after {
	top: var(--arrow-top, 45%);
}

.wpcf7-not-valid-tip {
	font-size: 1.3rem;
}

.select-selected {
	position: relative;
}

/* .contact__select::after { */
.contact .select-selected:after {
	content: "";
	position: absolute;
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	right: 18px;
	top: 45%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.contact__select::after {
	border: 0;
}

.contact .select-selected.select-arrow-active:after {
	border-color: black;
	top: 45%;
}

.page__news .dropdown {
	cursor: pointer;
	transition: all 0.3s ease;
}

.page__news .dropdown:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
	.page__news .dropdown:hover {
		opacity: 1;
	}
}

/* remove arrow in postal and postal-last */
/* For WebKit browsers like Chrome, Safari */
.postal-first::-webkit-outer-spin-button,
.postal-first::-webkit-inner-spin-button,
.postal-last::-webkit-outer-spin-button,
.postal-last::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* For Firefox */
.postal-first[type="number"],
.postal-last[type="number"] {
	-moz-appearance: textfield;
}

.contact .same-as-selected {
	color: #fff !important;
}

.calendar__desc-pdf.--pdf-none {
	margin-left: 0;
}

.calendar__desc-pdf.--pdf-none::before {
	content: none;
}

.calendar__desc-text .--pdf {
	width: 100%;
	display: block;
	position: relative;

	@media only screen and (max-width: 767px) {
		padding-right: 40px;
	}
}

.calendar__desc-text .--pdf::before {
	position: absolute;
	content: "";
	background-image: url(".././img/ir/calendar/icon-pdf.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 22px;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}

@media only screen and (max-width: 767px) {
	.calendar__desc-text .--pdf::before {
		width: 16px;
		height: 18px;
		right: 10px;
	}
}

.--none::after {
	content: none;
}

.application__table-desc {
	justify-content: center;
}

.application__table-link.-is_pdf span {
	position: relative;
}

.application__table-link.-is_pdf span::after {
	position: absolute;
	content: "";
	background-image: url(".././img/ir/calendar/icon-pdf.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 22px;
	right: -30px;
}

@media only screen and (max-width: 767px) {
	.application__table-link.-is_pdf span::after {
		width: 16px;
		height: 18px;
	}
}

.inside li {
	list-style-type: none;
}

.inside .children {
	margin-left: 20px;
}

/* cookie btn */
.cookie-notice-container {
	display: block;
	background: #fff;
	padding: 16px 25px;
	border-radius: 6px;
	width: 426px;
	margin-left: auto;
	position: relative;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1024px) {
	.cookie-notice-container {
		width: 100%;
	}
}

.cn-text-container {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #7b7e8d;
	line-height: 1.5;
	letter-spacing: 0.5px;
	text-align: left;
	margin: 0px 0 0px;
}

@media (max-width: 1024px) {
	.cn-text-container {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.cn-text-container {
		font-size: 12px;
	}
}

.cn-text-container span {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: normal;
	display: block;
}

@media (max-width: 1024px) {
	.cn-text-container span {
		font-size: 14px;
	}
}

#cookie-notice {
	/* display: block; */
	background-color: transparent !important;
	border: none !important;
	padding: 16px;
}

@media (max-width: 1024px) {
	#cookie-notice {
		padding: 12px 16px;
	}
}

#cn-close-notice {
	background-color: #ecedf2;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 20px;
	width: 28px;
	height: 28px;
}

.cn-close-icon:after,
.cn-close-icon:before {
	background-color: #363841;
	width: 1px;
	top: 8px;
	height: 12px;
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container,
#cookie-notice.cookie-revoke-hidden .cookie-revoke-container .cookie-notice-hidden {
	background: #fff;
	display: block;
}

#cn-more-info {
	font-size: 13px;
	color: #7b7e8d;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	text-decoration: underline;
}

#cn-more-info:hover {
	opacity: 0.8;
}

#cn-accept-cookie {
	background: #363841;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	padding: 1.2em;
	display: block;
	border-radius: 6px;
	line-height: 1;
	transition: all 0.3s ease;
}

@media (max-width: 1024px) {
	#cn-accept-cookie {
		font-size: 12px;
	}
}

#cn-accept-cookie:hover {
	opacity: 0.8;
}

#cn-refuse-cookie {
	background: #ecedf2;
	font-weight: bold;
	color: #222;
	font-size: 14px;
	text-align: center;
	padding: 1.2em;
	display: block;
	border-radius: 6px;
	line-height: 1;
	transition: all 0.3s ease;
}

#cn-refuse-cookie:hover {
	opacity: 0.8;
}

@media (max-width: 1024px) {
	#cn-refuse-cookie {
		font-size: 12px;
	}
}

@media (max-width: 900px) {
	.cookie-notice-container #cn-notice-buttons {
		display: flex;
	}
}

#cn-more-info:hover {
	opacity: 0.7;
}

#cn-notice-buttons {
	margin-top: 10px;
	display: flex;
	gap: 8px;
	justify-content: center;
}

#cookie-notice .cn-button {
	margin: 0;
	width: 50%;
}

.cn-close-icon {
	opacity: 1;
}

.cn-close-icon:hover {
	opacity: 0.5;
}

#cookie-notice.cn-animated.cn-effect-none {
	animation: none;
	animation-duration: 0.5s !important;
}

#cookie-notice.cn-animated,
#cookie-notice.cn-animated.cn-effect-none.cn-animated {
	animation-name: customFadeOut;
	animation-fill-mode: both;
}

#cookie-notice.cookie-revoke-visible.cn-effect-none.cn-animated {
	animation-name: customFadeOut;
	animation-fill-mode: both;
}

#cookie-notice.cookie-notice-hidden {
	display: none;
}

/* animation */
@keyframes customFadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* --natural-page-- */
.management__pannel {
	min-width: 360px !important;
	width: 100%;
}

.management__pannel-txt {
	min-width: 91px !important;
	box-sizing: border-box;
	width: 100%;
	flex: 0 0 91px;
}

.management__wpr {
	width: 100%;
	max-width: 1000px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	position: relative;
	flex-direction: row !important;
}

@media (max-width: 767px) {
	.management__wpr {}
}

.dd-md-none {
	display: none;
}

@media (max-width: 767px) {
	.dd-md-none {
		display: block;
		background-image: linear-gradient(-30deg, #2ea1b7 10%, #396ab5 100%, #396ab5 10%);
	}
}

.dd-none {
	/* max-width: 1000px;
	width: 100%;
	margin: 0 auto; */
	background-image: linear-gradient(-30deg, #2ea1b7 10%, #396ab5 100%, #396ab5 10%);
}

@media (max-width: 767px) {
	.dd-none {
		flex-direction: row !important;
	}

	.dd-none.panel-row-style .panel-grid-cell:first-of-type {
		flex: 100% !important;
	}

	.dd-none .panel-row-style {
		flex-direction: row !important;
	}
}

.natural__wppr {
	background-color: #e5edf3;
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	/* border-bottom: 1px solid #707070; */
	display: flex;
	justify-content: flex-start !important;
	align-items: center;
}

.natural__img {
	width: 100%;
	max-width: 290px;
}

@media (max-width: 767px) {
	.natural__img {
		max-width: 100%;
	}
}

.natural__img img {
	width: 100%;
}

.natural__img2 {
	width: 100%;
	max-width: 140px;
}

@media (max-width: 767px) {
	.natural__img2 {
		max-width: 100%;
	}
}

.natural__img2 img {
	width: 100%;
}

@media (max-width: 767px) {
	.sustinable-row {
		width: 100%;
	}
}

.sustinable .resistors__content {
	overflow: hidden;
}

/* .page .page__wrapper.-wp_content {
	overflow: hidden;
} */

.o-flow {
	overflow: hidden;
}

@media (max-width: 991px) {
	.sustinable-row {
		align-items: center !important;
		gap: 25px !important;
	}
}

@media (max-width: 991px) {
	.natural-subtxt {
		font-size: 14px !important;
	}
}

@media (max-width: 991px) {
	.natural-row-inner {
		gap: 25px !important;
		align-items: center !important;
	}
}

.natural-row-inner.-widthh .panel-layout {
	width: 100%;
}

.sustinable-row.-widthh .panel-layout {
	width: 100%;
}

.natural-flexx {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.natural-flexx {
		flex-direction: row !important;
		gap: 10px;
	}
}

@media (max-width: 767px) {
	.natural-flex {
		flex-direction: row !important;
		gap: 5px;
	}
}

.scroll-table-wpr {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	position: relative;
	flex-direction: row !important;
	display: flex;
}

.warning-row {
	display: flex;
	flex-direction: row !important;
}

#pg-w683d37e2da085-0 {
	display: flex;
	flex-direction: row !important;
}

#pg-w683d37e2da085-1 {
	display: flex;
	flex-direction: row !important;
	white-space: nowrap;
}

.warning-row p {
	font-size: 1.4rem !important;
	line-height: 1.4;
}

.supplychain-txt p {
	font-size: 18px !important;
	font-weight: 500;
	line-height: calc(32 / 18) !important;
	color: #121212;
}

@media (max-width: 767px) {
	.supplychain-txt p {
		font-size: 16px !important;
	}
}

.natural-imgg img {
	margin-inline: auto 0;
	display: block;
}

@media (max-width: 767px) {
	.natural-imgg img {
		width: 100%;
	}
}

.natural-row-img {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media (max-width: 767px) {
	.natural-row-img {
		flex-direction: row;
		align-items: center;
		padding: 0 15px 15px 15px;
	}
}

@media (max-width: 767px) {
	.natural-row-img :first-child {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.natural-row-img :last-child {
		width: 100%;
	}
}

.scroll-img-wpr {
	width: 100%;
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	flex-direction: row !important;
	display: flex;
	flex-wrap: nowrap;
}

.scroll-img-wprr {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	flex-direction: row !important;
	display: flex;
	flex-wrap: nowrap;
}

.ddd-md-none {
	display: none;
}

@media (max-width: 767px) {
	.ddd-md-none {
		display: block;
	}
}

.ddd-none {
	display: block;
}

@media (max-width: 767px) {
	.ddd-none {
		display: none;
	}
}

sup {
	vertical-align: super;
	font-size: 9px;
	line-height: 1;
}

@media (min-width: 576px) and (max-width: 767px) {
	.image-size {
		width: 800px !important;
	}
}

@media (max-width: 575px) {
	.image-size {
		width: 580px !important;
	}
}

.sales__card-item.-desc ul {
	list-style-type: disc;
}

.sales__card-item.-desc ul li {
	margin-left: 15px;
}

.sales__card-item.-desc ul li::marker {
	font-size: 12px;
}

.details__heading-desc .heading__h3-span {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	background: #324E9B;
	color: #fff;
	min-width: 95px;
	padding: 4.5px 10px;
	font-size: 1.8rem;
	line-height: calc(26 /18);
	font-weight: 700;
}

.details__heading-desc .heading__h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 3.4rem;
	line-height: calc(49 /34);
}

@media (max-width: 767px) {
	.details__heading-desc .heading__h3-span {
		min-width: 80px;
		font-size: 1.3rem;
		line-height: calc(15 /13);
	}

	.details__heading-desc .heading__h3 {
		font-size: 2.1rem;
		line-height: calc(36 /21);
	}
}

.-color-blue tbody tr td:last-child {
	color: #324E9B;
	font-weight: 500;
}

.dd-none {
	font-weight: 500;
}

@media (max-width: 767px) {
	.-row-100 .panel-grid-cell {
		width: auto !important;
	}
}

.recruit.interview .pagetitlebar {
	margin-bottom: 42px;
}

.application__element .application-item__row {
	margin-bottom: 150px;
}

@media (max-width: 767px) {
	.application__element .application-item__row {
		margin-bottom: 80px;
	}

	.application__element .application-item__row {
		align-items: normal;
	}
}

.application__element .application-item__col img {
	margin-inline: auto;
	display: block;
}

/* wp search ajax image fix  */
.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img svg {
	height: 100px;
	width: 100%;
}

.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img {
	position: relative;
}

.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%;
	height: 100%; */
	width: 190px;
	height: 100px;
	background-image: url('./../img/common/application-default.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #c9c9c9;
	z-index: 3;
}

.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100px;
	z-index: 4;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img svg {
		height: 0;
		width: fit-content;
	}

	.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img::before {
		background-image: url('./../img/common/application-default-sp.png');
		width: 120px;
		height: 120px;
	}

	.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img img {
		min-height: 100%;
		width: 120px;
	}
}

.productsec__search-input {
	color: #121212;
}

.nav__link {
	z-index: 5;
}

@media only screen and (max-width: 767px) {
	.nav__link {
		z-index: unset;
	}
}

.search-result-breadcrumb {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 10px;
}

.search-result-breadcrumb .breadcrumb__link {
	font-weight: 500;
	color: #121212;
}

.search-result-breadcrumb .breadcrumb__item {
	position: relative;
	font-weight: 500;
	color: #121212;
}

.search-result-breadcrumb .breadcrumb__list {
	flex-wrap: wrap;
	gap: 8px 25px;
}

.search-result-breadcrumb .breadcrumb__link::after {
	right: -18px;
}

.search-result-breadcrumb .breadcrumb__item span::after {
	position: absolute;
	content: "ー";
	font-size: 1.2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -18px;
}

.search-result-breadcrumb .breadcrumb__item:last-child span::after {
	content: none;
}

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

	.search-result-breadcrumb .breadcrumb__list {
		gap: 5px 20px;
	}

	.search-result-breadcrumb .breadcrumb__item span::after,
	.search-result-breadcrumb .breadcrumb__link::after {
		right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.search-result-breadcrumb {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.search-result-breadcrumb .breadcrumb__list {
		gap: 3px 20px;
	}

	.search-result-breadcrumb .breadcrumb__item span::after,
	.search-result-breadcrumb .breadcrumb__link::after {
		right: -14px;
	}
}