@charset "utf-8";


/* LIST */
main .solution_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.3333333%;
}

main .solution_list article {
	width: 24%;
	margin-bottom: 60px;
	position: relative;
}

main .solution_list article .image {
	margin-bottom: 16px;
}

main .solution_list article .title {
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #003B90;
	margin-bottom: 10px;
}

main .solution_list article .title .small {
	font-size: 16px;
}

main .solution_list article .description {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #313133;
	margin-bottom: 50px;
}

main .solution_list article .button {
	position: absolute;
	bottom: 0;
	right: 0;
}

main .solution_list article .button a {
	font-weight: 700;
	font-size: 16px;
	line-height: 200%;
	text-align: right;
	color: #000000;
	padding-bottom: 4px;
	border-bottom: 1px solid #000000;
	padding-right: 28px;
	background: url(../../images/arrow_blue.svg) center right/18px no-repeat;
	text-decoration: none;
}

main .search_area {
	background: rgba(64, 115, 235, 0.3);
	padding: 60px 0 80px;
}

main .search_area .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

main .search_area .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 200%;
	color: #000000;
	margin-bottom: 30px;
}

main .search_area .search_form {
	background: #fff;
}

main .search_area .search_form .header {
	font-weight: 700;
	font-size: 18px;
	line-height: 65px;
	color: #003B90;
	border-bottom: 3px solid #4073EB;
	text-align: center;
	position: relative;
	cursor: pointer;
}

main .search_area .search_form .header::after {
	width: 40px;
	height: 40px;
	content: '+';
	line-height: 40px;
	color: #fff;
	display: block;
	background: #4073EB;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto 0;
}

main .search_area .search_form .header[aria-expanded="true"]::after {
    content: '-';
}

main .search_area .search_form .content {
	padding: 30px;
	position: relative;
}

main .search_area .search_form .content .category select {
	border-radius: 0;
	background: #FFFFFF;
	border: 1px solid #313133;
	padding: 0 60px 0 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	color: #000000;
	height: 48px;
	position: relative;
	background: url(../../images/select_tri.svg) center right/48px no-repeat;
	cursor: pointer;
}


main .search_area .search_form .content .category {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 20px;
}

main .search_area .search_form .content .category .text {
	font-weight: 700;
	font-size: 18px;
	line-height: 200%;
	color: #003B90;
	padding-bottom: 0;
	white-space: nowrap;
}

main .search_area .search_form .content .keyword {
	margin-bottom: 20px;
}

main .search_area .search_form .content .keyword .text {
	font-weight: 700;
	font-size: 18px;
	line-height: 200%;
	color: #003B90;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	padding-bottom: 0;
}

main .search_area .search_form .content .keyword .keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 20px;
}

main .search_area .search_form .content .keywords label {
	display: block;
	white-space: nowrap;
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	color: #000000;
	cursor: pointer;
}


main .search_area .search_form .content .keywords label input[type=radio] {
	display: none;
}

main .search_area .search_form .content .keywords label {
	position: relative;
	padding: 0 0 0 42px;
}

main .search_area .search_form .content .keywords label:after,
main .search_area .search_form .content .keywords label:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}

main .search_area .search_form .content .keywords label:before {
	left: 15px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #D9D9D9;
}

main .search_area .search_form .content .keywords label:after {
	left: 19px;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: #0171bd;
	border-radius: 50%;
	opacity: 0;
}

main .search_area .search_form .content .keywords label:has(input[type=radio]:checked):after {
	opacity: 1;
}





main .search_area .search_form .content .button {
	text-align: right;
}
@media screen and (min-width: 900px) {
	main .search_area .search_form .content .button{
		position: absolute;
		top: 30px;
		right: 31px;
	}
}

main .search_area .search_form .content .button button {
	font-weight: 700;
	font-size: 16px;
	line-height: 36px;
	color: #FFFFFF;
	padding: 0 16px 0 36px;
	background: url(../../images/reset.svg) center left 16px/12px no-repeat, #4073EB;
	border: none;
	cursor: pointer;
}
main .search_area .search_form .content .button button:hover{
    opacity: 0.5;
    transition: opacity 0.3s ease;

}


main .result_area {
	background: rgba(64, 115, 235, 0.1);
	padding: 60px 0 80px;
}

main .result_area .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}


main .result_area .container .hit_count {
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 35px;
}

main .result_area .container .hit_count em {
	font-size: 38px;
	font-style: normal;
	vertical-align: top;
	margin-right: 5px;
}

main .result_area .container .products_list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 20px;
	row-gap: 24px;
}

main .result_area .container .products_list article {
	display: flex;
	flex-direction: column;
	background: #fff;
}

main .result_area .container .products_list article[hidden] {
	display: none;
}

main .result_area .container .products_list article .image {
	height: 180px;
	overflow: hidden;
	border-bottom: 1px solid #BBBBBB;
}

main .result_area .container .products_list article .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

main .result_area .container .products_list article .image--empty {
	min-height: 146px;
}

main .result_area .container .products_list article .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	color: #003B90;
	padding: 20px 20px 0;
	min-height: 4em;
	margin-bottom: 20px;
}

main .result_area .container .products_list article .description {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #313133;
	padding: 0 20px 20px;
	min-height: 7em;
}

main .result_area .container .products_list article .button {
	margin-top: auto;
	padding: 0 20px 20px;
	text-align: right;
}

main .result_area .container .products_list article .button a {
	display: inline-block;
	background: #4073EB;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 200%;
	color: #FFFFFF;
	padding: 4px 20px;
}



main .contact {
	margin: 80px 0 0;
	border: 48px solid #F3F5F9;
	padding: 40px 36px;
}

main .contact .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	color: #000000;
	margin-bottom: 40px;
}

main .contact .buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
}

main .contact .buttons>div {
	width: 45%;
}

main .contact .buttons>div>a {
	display: block;
	text-decoration: none;
	padding: 32px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
}

main .contact .buttons>div:first-child>a {
	background: #4073EB;
}

main .contact .buttons>div:last-child>a {
	background: #E16767;
}

main .contact .buttons a::after {
	content: '';
	display: inline-block;
	margin-left: 16px;
	width: 8px;
	height: 16px;
	background: url(../../images/arrow2_white.svg) center right/10px 18px no-repeat;
}



/* PRODUCTS */

main>.content_header>div.container .title_image {
	display: flex;
	justify-content: space-between;
}

main>.content_header>div.container .title_image .title .text {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #313133;
	margin-top: 24px;
}

main .column2>div.products_side {
	width: calc(250 / 1350 * 100%);
	position: absolute;
	right: 0;
	top: 100px;
	border-top: 1px solid #D6DFF5;
	border-bottom: 1px solid #D6DFF5;
	padding: 16px 0;
}

main .column2>div.products_side a {
	font-weight: 600;
	font-size: 14px;
	line-height: 41px;
	letter-spacing: 0.1em;
	color: #313133;
	text-decoration: none;
	display: block;
}

main .column2 .products_main {
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	color: #313133;
	padding: 0 20px;
}

main .column2 .products_main h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
	color: #313133;
	margin-bottom: 60px;
}

main .column2 .products_main h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 150%;
	letter-spacing: 0.05em;
	color: #313133;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 60px;
}


main .column2 .products_main h2::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #E8ECF3;
	z-index: 1;
}

main .column2 .products_main h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background: #4073EB;
	z-index: 2;
}

main .column2 .products_main section {
	margin-bottom: 100px;
}

main .column2 .products_main section.section_flex {
	display: flex;
	gap: 40px;
}

main .column2 .products_main section.section_flex>div {
	width: 50%;
}

main .column2 .products_main .feature_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	counter-reset: feature-list;
	margin-bottom: 70px;
}

main .column2 .products_main .feature_list article {
	width: calc(50% - 20px);
	counter-increment: feature-list;
}


main .column2 .products_main .feature_list article .image {
	margin-bottom: 10px;
}

main .column2 .products_main .feature_list article .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	color: #003B90;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

main .column2 .products_main .feature_list article .title::before {
	content: counter(feature-list, decimal-leading-zero);
	margin-right: 10px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 130%;
}

main .column2 .products_main .feature_list article .description {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
}

main .column2 .products_main .youtube {
	text-align: center;
	margin-bottom: 70px;
}

main .column2 .products_main .youtube iframe {
	width: 100%;
	aspect-ratio: 16/9;
}

main .column2 .products_main .issue_resolve {
	max-width: 1000px;
	margin: 0 auto;
}

main .column2 .products_main .issue_resolve .issue,
main .column2 .products_main .issue_resolve .resolve {
	padding: 36px 48px 48px;
}

main .column2 .products_main .issue_resolve .issue {
	background: #F8F9FC;
	border: 10px solid rgba(0, 59, 144, 0.04);
}

main .column2 .products_main .issue_resolve .resolve {
	background: #FFEECC;
	border: 8px solid rgba(244, 161, 44, 0.25);
}


main .column2 .products_main .issue_resolve .issue .title,
main .column2 .products_main .issue_resolve .resolve .title {
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	color: #003B90;
	margin-bottom: 30px;
}

main .column2 .products_main .issue_resolve .issue .issue_list,
main .column2 .products_main .issue_resolve .resolve .issue_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

main .column2 .products_main .issue_resolve .issue .issue_list li,
main .column2 .products_main .issue_resolve .resolve .issue_list li {
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #313133;
	padding: 16px 20px;
	background: #fff;
}

main .column2 .products_main .issue_resolve .issue .issue_list li::before {
	content: '*';
	color: #003B90;
	margin-right: 11px;
	font-size: 16px;
}

main .column2 .products_main .issue_resolve .resolve .issue_list li::before {
	content: '>';
	color: #F4A12C;
	margin-right: 11px;
	font-size: 16px;
}

main .column2 .products_main .issue_resolve .tri {
	height: 30px;
	width: 90px;
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	background: #003B90;
	margin: 0 auto;
}

main .column2 .products_main .overflow_area {
	width: 100vw;
	background: #003B90;
	margin-left: calc((100vw - 1200px)* -1 / 2);
	padding-left: calc((100vw - 1200px) / 2);
	padding-right: calc((100vw - 1200px) / 2);
	background: rgba(64, 115, 235, 0.1);
	padding-top: 50px;
	padding-bottom: 50px;
}

main .column2 .products_main .overflow_area .effect_list {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-bottom: 30px;
}

main .column2 .products_main .overflow_area .effect_list article {
	width: 30%;
	max-width: 320px;
	min-height: 400px;
	background: #fff;
	position: relative;
}

main .column2 .products_main .overflow_area .effect_list article .image {
	margin-bottom: 20px;
}

main .column2 .products_main .overflow_area .effect_list article .title {
	padding: 0 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #003B90;
	margin-bottom: 12px;
}

main .column2 .products_main .overflow_area .effect_list article .description {
	padding: 0 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #313133;
	margin-bottom: 94px;
}

main .column2 .products_main .overflow_area .effect_list article .button {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

main .column2 .products_main .overflow_area .effect_list article .button a {
	display: inline-block;
	background: #4073EB;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 72px;
	color: #FFFFFF;
	padding: 0 16px;
}

main .column2 .products_main .overflow_area .big_button {
	text-align: center;
}

main .column2 .products_main .overflow_area .big_button a {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 72px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 36px;
	height: 72px;
	background: #4073EB;
	min-width: 440px;
}



main .column2 .products_main h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	padding: 16px 20px;
	background: #003B90;
	margin-bottom: 50px;
}

main .column2 .products_main h4 {
	margin-bottom: 28px;
	padding-left: 17px;
	position: relative;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #313133;
}

main .column2 .products_main h4::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 50%;
	background: #4073EB;
}

main .column2 .products_main h4::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 50%;
	background: #003B90;
}

main .column2 .products_main p {
	margin-bottom: 1em;
}

main .column2 .products_main p em {
	font-style: normal;
	font-weight: 700;
}

main .column2 .products_main table {
	border-collapse: collapse;
	width: 100%;
}

main .column2 .products_main table th,
main .column2 .products_main table td {
	border: 1px solid #CCCCCC;
	padding: 20px;
}

main .column2 .products_main table th {
	background: #003B90;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
}

main .column2 .products_main table td {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #313133;
	background: #ffffff;
}

main .column2 .products_main table td.center {
	text-align: center;
}

main .column2 .products_main table.thesis th {
	background: #3D3D3D;
	padding: 8px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
}

main .column2 .products_main table.thesis td {
	font-size: 16px;
	line-height: 200%;
	color: #313133;
}

main .column2 .products_main table.thesis td em {
	font-style: normal;
	font-weight: 700;
}

main .column2 .products_main table.thesis td a {
	color: #1B3D8C;
}




main .column2 .products_main .cases_list {
	max-width: 1200px;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5%;
}

main .column2 .products_main .cases_list article {
	width: 31.6666666%;
	background: #FFFFFF;
}

main .column2 .products_main .cases_list article .logo {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #C5C5C5;
}

main .column2 .products_main .cases_list article .logo img {
	width: 78%;
}

main .column2 .products_main .cases_list article .client_name {
	padding: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 125%;
	color: #003B90;
	min-height: 3em;
}

main .column2 .products_main .cases_list article .description {
	padding: 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #313133;
	min-height: 8em;
}

main .column2 .products_main .cases_list article .solution {
	padding: 20px;
	display: flex;
}

main .column2 .products_main .cases_list article .solution .solution_label {
	font-weight: 700;
	font-size: 12px;
	line-height: 135%;
	color: #FFFFFF;
	background: #003B90;
	padding: 7px 6px;
	white-space: nowrap;
}

main .column2 .products_main .cases_list article .solution .solution_name {
	font-weight: 600;
	font-size: 13px;
	line-height: 130%;
	color: #003B90;
	background: #ECF1FD;
	padding: 7px 6px;
}

main .column2 .products_main .cases_list article .button {
	padding: 0 20px 20px 20px;
	display: flex;
	justify-content: end;
}

main .column2 .products_main .cases_list article .button a {
	display: inline-block;
	background: #4073EB;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 200%;
	color: #FFFFFF;
	padding: 4px 20px;
}

main .column2 .products_main section.contact {
	padding: 48px;
	background: radial-gradient(82.86% 82.86% at 50% 50%, #F9FBFE 0%, #EEF0F6 100%);
}


main .column2 .products_main section.contact .upper {
	padding: 36px;
	background: #FFFFFF;
	margin: 36px 0;
}

main .column2 .products_main section.contact .upper .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
}

main .column2 .products_main section.contact .upper .text {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}

main .column2 .products_main section.contact .upper .buttons {
	display: flex;
	gap: 20px;
}

main .column2 .products_main section.contact .upper .buttons .telfax {
	background: #EEF0F6;
	padding: 17px;
	text-align: center;
	width: 50%;
}

main .column2 .products_main section.contact .upper .buttons .telfax .tel {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #000000;
}

main .column2 .products_main section.contact .upper .buttons .tel em {
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: #003B90;
	font-style: normal;
}

main .column2 .products_main section.contact .upper .buttons .fax {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}

main .column2 .products_main section.contact .upper .buttons .split {
	width: 1px;
	border-left: 1px solid #313133;
}

main .column2 .products_main section.contact .upper .buttons .form {
	width: 50%;
}

main .column2 .products_main section.contact .upper .buttons .form a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../../images/arrow2_white.svg) center right 23px/8px no-repeat, #4073EB;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

main .column2 .products_main section.contact .lower {
	padding: 24px 36px;
	text-align: center;
	background: #FFFFFF;
}

main .column2 .products_main section.contact .lower a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: url(../../images/icon_download.svg) center right 22px/16px no-repeat, #4073EB;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	padding: 21px 68px 21px 30px;
}

main .column2 .products_main .faq_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

main .column2 .products_main .faq_list article .q {
	padding: 12px 20px;
	background: #F2F8FF;
	border-radius: 4px;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #1B3D8C;
}

main .column2 .products_main .faq_list article .q::before {
	content: 'Q.';
}

main .column2 .products_main .faq_list article .a {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #313133;
	padding: 20px 20px 20px 78px;
	position: relative;
}

main .column2 .products_main .faq_list article .a::before {
	content: 'A.';
	position: absolute;
	left: 48px;
	top: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #1B3D8C;
}















/* SP */
@media screen and (max-width: 900px) {








	/* LIST */
	main .solution_list {
		flex-direction: column;
		gap: 50px;
		margin-bottom: 50px;
	}

	main .solution_list article {
		width: 100%;
		margin-bottom: 0;
	}

	main .solution_list article .image img {
		width: 100%;
	}

	main .solution_list article .title {
		font-size: 16px;
	}

	main .solution_list article .title .small {
		font-size: 14px;
	}

	main .solution_list article .description {
		font-size: 14px;
		margin-bottom: 40px;
	}

	main .solution_list article .button a {
		font-size: 14px;
	}

	main .search_area {
		padding: 30px 0 40px;
	}

	main .search_area .container {}

	main .search_area .title {
		font-size: 16px;
	}

	main .search_area .search_form {}

	main .search_area .search_form .header {
		font-size: 16px;
		line-height: 60px;
	}

	main .search_area .search_form .header::after {
		width: 36px;
		height: 36px;
		line-height: 36px;
		/*content: '-' !important;*/
	}
	/*main .search_area .search_form .header[aria-expanded="true"]::after{
		content: '+' !important;
	}*/

	main .search_area .search_form .content {
		padding: 20px;
		/*display: block;*/
	}
	/*main .search_area .search_form .header[aria-expanded="true"] + .content{
		display: none;
	}*/

	main .search_area .search_form .content .category select {
		padding: 0 50px 0 10px;
		font-size: 16px;
		height: 32px;
		background: url(../../images/select_tri.svg) center right/32px no-repeat;
		width: 100%;
	}


	main .search_area .search_form .content .category {
		flex-direction: column;
		gap: 10px;
	}

	main .search_area .search_form .content .category .text {
		font-size: 16px;
		padding-bottom: 0;
	}

	main .search_area .search_form .content .keyword {
		margin-bottom: 30px;
	}

	main .search_area .search_form .content .keyword .text {
		font-size: 16px;
		padding-bottom: 0;
		margin-bottom: 10px;
	}

	main .search_area .search_form .content .keyword .keywords {
		flex-direction: column;
		gap: 10px;
	}

	main .search_area .search_form .content .keywords label {
		width: 100%;
		font-size: 16px;
	}


	main .search_area .search_form .content .keywords label input[type=radio] {
		display: none;
	}

	main .search_area .search_form .content .keywords label {
		position: relative;
		padding: 0 0 0 30px;
	}

	main .search_area .search_form .content .keywords label:before {
		left: 0;
	}

	main .search_area .search_form .content .keywords label:after {
		left: 4px;
	}


	main .result_area {
		padding: 30px 0 40px;
	}

	main .result_area .container {}


	main .result_area .container .hit_count {
		font-size: 14px;
		margin-bottom: 20px;
	}

	main .result_area .container .hit_count em {
		font-size: 26px;
	}

	main .result_area .container .products_list {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 20px;
	}

	main .result_area .container .products_list article {
	}

	main .result_area .container .products_list article .image {
		height: 35vw;
	}

	main .result_area .container .products_list article .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	main .result_area .container .products_list article .title {
		font-size: 18px;
		min-height: 3em;
	}

	main .result_area .container .products_list article .description {
		font-size: 14px;
		min-height: 5em;
	}

	main .result_area .container .products_list article .button {
	}

	main .result_area .container .products_list article .button a {
		font-size: 14px;
	}



	main .contact {
		margin: 40px 0 0;
		border: 24px solid #F3F5F9;
		padding: 20px;
	}

	main .contact .title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	main .contact .buttons {
		flex-direction: column;
		gap: 20px;
	}

	main .contact .buttons>div {
		width: 100%;
	}

	main .contact .buttons>div>a {
		padding: 16px 10px;
		font-size: 16px;
	}

	main .contact .buttons a::after {
		margin-left: 10px;
		background: url(../../images/arrow2_white.svg) center right/8px 16px no-repeat;
	}
















	/* PRODUCTS */

	main>.content_header>div.container .title_image {
		flex-direction: column;
		gap: 36px;
	}

	main .column2>div.products_side {
		display: none;
	}


	main .column2 .products_main {
		margin-top: 50px;
		font-weight: 500;
		font-size: 14px;
		line-height: 175%;
	}

	main .column2 .products_main h1 {
		font-size: 24px;
		margin-bottom: 50px;
	}

	main .column2 .products_main h2 {
		font-size: 24px;
		padding-bottom: 16px;
		margin-bottom: 50px;
	}


	main .column2 .products_main section {
		margin-bottom: 70px;
	}

	main .column2 .products_main section.section_flex {
		flex-direction: column;
	}

	main .column2 .products_main section.section_flex>div {
		width: 100%;
	}

	main .column2 .products_main .feature_list {
		display: block;
	}

	main .column2 .products_main .feature_list article {
		width: 100%;
		margin-bottom: 40px;
	}

	main .column2 .products_main .feature_list article .title {
		margin-bottom: 10px;
	}

	main .column2 .products_main .feature_list article .title::before {
		font-size: 24px;
	}

	main .column2 .products_main .feature_list article .description {
		font-size: 14px;
	}

	main .column2 .products_main .youtube {
		margin-bottom: 50px;
	}

	main .column2 .products_main .issue_resolve {}

	main .column2 .products_main .issue_resolve .issue,
	main .column2 .products_main .issue_resolve .resolve {
		padding: 24px 20px 36px;
	}

	main .column2 .products_main .issue_resolve .issue {}

	main .column2 .products_main .issue_resolve .resolve {}


	main .column2 .products_main .issue_resolve .issue .title,
	main .column2 .products_main .issue_resolve .resolve .title {
		font-size: 24px;
		line-height: 150%;
	}

	main .column2 .products_main .issue_resolve .issue .issue_list,
	main .column2 .products_main .issue_resolve .resolve .issue_list {}

	main .column2 .products_main .issue_resolve .issue .issue_list li,
	main .column2 .products_main .issue_resolve .resolve .issue_list li {}

	main .column2 .products_main .issue_resolve .issue .issue_list li::before {}

	main .column2 .products_main .issue_resolve .resolve .issue_list li::before {}

	main .column2 .products_main .issue_resolve .tri {
		height: 20px;
		width: 60px;
	}


	main .column2 .products_main .overflow_area {
		width: 100%;
		margin: 0;
		padding: 50px 20px;
	}

	main .column2 .products_main .overflow_area .effect_list {
		display: block;
	}

	main .column2 .products_main .overflow_area .effect_list article {
		width: 100%;
		max-width: none;
		min-height: 0;
		margin-bottom: 30px;
	}

	main .column2 .products_main .overflow_area .effect_list article .image {
		margin-bottom: 20px;
		border-bottom: 1px solid #C5C5C5;
	}

	main .column2 .products_main .overflow_area .effect_list article .title {
		padding: 0 20px;
	}

	main .column2 .products_main .overflow_area .effect_list article .description {
		padding: 0 20px;
		margin-bottom: 20px;
	}

	main .column2 .products_main .overflow_area .effect_list article .button {
		padding: 0 20px 20px;
		position: relative;
		bottom: 0;
		right: 0;
		text-align: right;
	}

	main .column2 .products_main .overflow_area .effect_list article .button a {
		line-height: 34px;
	}

	main .column2 .products_main .overflow_area .big_button {
		text-align: center;
	}

	main .column2 .products_main .overflow_area .big_button a {
		font-weight: 500;
		font-size: 16px;
		line-height: 150%;
		padding: 20px 16px;
		min-width: 0;
		height: auto;
		text-align: left;
	}



	main .column2 .products_main h3 {
		font-size: 16px;
		display: flex;
	}

	main .column2 .products_main h4 {
		font-size: 20px;
	}

	main .column2 .products_main h4::before {}

	main .column2 .products_main h4::after {}

	main .column2 .products_main p {}

	main .column2 .products_main p em {}

	main .column2 .products_main table {
		border-bottom: 1px solid #C5C5C5;
	}

	main .column2 .products_main table.scrollable {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	main .column2 .products_main table:not(.scrollable) th,
	main .column2 .products_main table:not(.scrollable) td {
		display: block;
	}

	main .column2 .products_main table th {
		font-size: 14px;
		text-align: left;
		border-bottom: none;
		padding: 8px 20px;
	}

	main .column2 .products_main table td {
		font-size: 14px;
		border-bottom: none;
	}

	main .column2 .products_main table td.center {
		text-align: center;
	}

	main .column2 .products_main table.thesis th {
		background: #3D3D3D;
		padding: 8px 20px;
		font-weight: 500;
		font-size: 16px;
		line-height: 28px;
		text-align: center;
		color: #FFFFFF;
	}

	main .column2 .products_main table.thesis td {
		font-size: 16px;
		line-height: 200%;
		color: #313133;
	}

	main .column2 .products_main table.thesis td em {
		font-style: normal;
		font-weight: 700;
	}

	main .column2 .products_main table.thesis td a {
		color: #1B3D8C;
	}




	main .column2 .products_main .cases_list {
		display: block;
	}

	main .column2 .products_main .cases_list article {
		width: 100%;
		margin-bottom: 30px;
	}

	main .column2 .products_main .cases_list article .client_name {}

	main .column2 .products_main .cases_list article .description {}

	main .column2 .products_main .cases_list article .solution {}

	main .column2 .products_main .cases_list article .solution .solution_label {}

	main .column2 .products_main .cases_list article .solution .solution_name {}

	main .column2 .products_main .cases_list article .button {}

	main .column2 .products_main .cases_list article .button a {}

	main .column2 .products_main section.contact {
		padding: 48px 20px;
	}


	main .column2 .products_main section.contact .upper {
		padding: 28px 20px;
	}

	main .column2 .products_main section.contact .upper .title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	main .column2 .products_main section.contact .upper .text {
		font-size: 14px;
		line-height: 150%;
	}

	main .column2 .products_main section.contact .upper .buttons {
		flex-direction: column;
		gap: 20px;
	}

	main .column2 .products_main section.contact .upper .buttons {
		display: block;
	}

	main .column2 .products_main section.contact .upper .buttons .telfax {
		padding: 10px;
		width: 100%;
		margin-bottom: 10px;
	}

	main .column2 .products_main section.contact .upper .buttons .telfax .tel {
		font-size: 14px;
	}

	main .column2 .products_main section.contact .upper .buttons .tel em {
		font-size: 18px;
	}

	main .column2 .products_main section.contact .upper .buttons .fax {
		font-size: 14px;
	}

	main .column2 .products_main section.contact .upper .buttons .split {
		display: none;
	}

	main .column2 .products_main section.contact .upper .buttons .form {
		width: 100%;
	}

	main .column2 .products_main section.contact .upper .buttons .form a {
		font-size: 14px;
		line-height: 50px;
	}

	main .column2 .products_main section.contact .lower {
		padding: 20px;
		text-align: left;
	}

	main .column2 .products_main section.contact .lower a {
		font-size: 14px;
		line-height: 50px;
		padding: 0;
		width: 100%;
	}


	main .column2 .products_main .faq_list {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	main .column2 .products_main .faq_list article .q {
		padding: 12px 20px;
		background: #F2F8FF;
		border-radius: 4px;
		font-weight: 700;
		font-size: 20px;
		line-height: 150%;
		color: #1B3D8C;
	}

	main .column2 .products_main .faq_list article .q::before {
		content: 'Q.';
	}

	main .column2 .products_main .faq_list article .a {
		padding: 16px 16px 16px 46px;
	}

	main .column2 .products_main .faq_list article .a::before {
		left: 16px;
		top: 16px;
	}


}



.solutionsKV{
	padding: 80px 0 !important;
	position: relative;
}
.solutionsKV:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(0deg, #eef0f6, #f9fbfe);
	display: block;
}

.solutionsKV .column1{
	position: relative;
	z-index: 1;
}

.solutionsKV .image{
	max-width: 870px;
}

.solutionsKV .KVLead{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	padding: 40px 30px 30px 60px;
	background: #fff;
	z-index: 10;
}
.solutionsKV .KVLead article{
	max-width: 520px;
}
.solutionsKV .KVLead .title{
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 20px;
}
.solutionsKV .KVLead .description{
	font-size: 20px;
	line-height: 200%;
}

.solutionsKV + .content{
	padding: 50px 0 0 !important;
}

@media screen and (min-width: 900px) {
	main .result_area .container .products_list.column3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.solutionsTOP{
	/* margin-top: -100px; */
	/* margin-bottom: -100px; */
}

.solutionsTOP .products_main{
	margin-left: auto;
	margin-right: auto;
}
.solutionsTOP section.contact{
	padding: 0 !important;
	margin: 80px auto !important;
}
.solutionsTOP section.contact .upper{
	margin: 0 !important;
}
.solutionsTOP section.contact .lower{
	margin-top: 36px;
}

.RelatedSolution{
	padding: 80px 0;
	background: #ecf2fd;
}

.RelatedSolution .column1 > .title{
	text-align: center;
	padding-bottom: 50px;
}
.RelatedSolution .column1 > .title .ja {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #313133;
	margin-bottom: 1em;
}
.RelatedSolution .column1 > .title .en {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  color: #003B90;
}

.RelatedSolution .solution_list article{
	margin-bottom: 40px;
}
.RelatedSolution .solution_list article > a{
	text-decoration: none;
	position: relative;
	display: block;
}
.RelatedSolution .solution_list article > a .title{
	padding-right: 1.3em;
	color: #313133;
	position: relative;
}
.RelatedSolution .solution_list article > a .title:before{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 6px;
	right: 0;
  background: url(../../images/arrow_blue.svg) center right/18px no-repeat;
}

.RelatedSolution .column1 > .button{
	display: flex;
	justify-content: flex-end;
}
.RelatedSolution .column1 > .button a{
	font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  text-align: right;
  color: #000000;
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
  padding-right: 28px;
  background: url(../../images/arrow_blue.svg) center right/18px no-repeat;
  text-decoration: none;
}

main .content .sCategoryTOP > div{
	margin-bottom: 60px;
}
main .content .sCategoryTOP .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  color: #313133;
	padding-bottom: 0 !important;
}


.solution-product-detail h2{
	margin-bottom: 25px;
}

.solution-product-detail .search_area .products_list{
	display: grid;
	
	column-gap: 20px;
	row-gap: 24px;
}
@media screen and (min-width: 900px) {
	.solution-product-detail .search_area .products_list{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.solution-product-detail .search_area .products_list article{
	background: #fff;
	padding: 20px 20px 60px;
	position: relative;
}
.solution-product-detail .search_area .products_list article .title,
.serviceListOuter .title {
	color: #003B90;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.serviceListOuter .title{
	margin-bottom: 20px;
}
.solution-product-detail .search_area .products_list article .title img,
.serviceListOuter .title img{
	width: 40px;
}
.solution-product-detail .search_area .products_list article .description {
	font-size: 14px;
}
.solution-product-detail .search_area .products_list article .button{
	position: absolute;
	bottom: 0;
	right: 0;
} 
.solution-product-detail .search_area .products_list article .button a{
	display: inline-block;
  background: #4073EB;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  color: #FFFFFF;
  padding: 4px 30px 4px 20px;
}
.solution-product-detail .search_area .products_list article .button a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
	bottom: 0;
  right: 10px;
	margin: auto;
  background: url(../../images/arrow_white.svg) center right/18px no-repeat;
	transform: rotate(90deg);
}


.noteAdOuter{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: #89A8F3 solid 4px;
	background: #fff;
	padding: 30px 45px;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
}
.noteAdOuter .title{
	color: #003B90 !important;
	font-size: 22px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px !important;
}
.noteAdOuter .title img{
	width: 100px;
}
.noteAdOuter .description{
	font-size: 16px;
	line-height: 175%;
}

.noteAdOuter .button{
	width: 50%;
	max-width: 310px;
}
.noteAdOuter .button a{
display: inline-block;
  background: #4073EB;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  color: #FFFFFF;
  padding: 14px 20px;
	width: 100%;
}


.serviceDescription{
	padding: 13px;
	background: #fff;
}
.serviceDescription ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
.serviceDescription ul li{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	gap: 10px;
}

.serviceListOuter > div{
	margin-top: 80px;
}

.serviceListOuter .products_list article .title{
	font-size: 20px !important;
	min-height: auto !important;
}
.serviceListOuter .products_list article .description{
	font-size: 14px !important;
}

.serviceListOuter .products_list article{
	position: relative;
}
.serviceListOuter .products_list article[class]:before{
	content: "";
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 44px;
	height: 44px;
}
.serviceListOuter .products_list article.human:before{
	background-image: url(../../images/solutions/bioscience/icon_bioscience_for-human.svg);
}
.serviceListOuter .products_list article.animal:before{
	background-image: url(../../images/solutions/bioscience/icon_bioscience_for-animal.svg);
}

.serviceListOuter .products_list article .image {
  height: 155px !important;
}


.iso20000{
	margin-top: 80px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 45px 20px;
}
.iso20000 .logo{
	max-width: 208px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}
.iso20000 .logo img{
	display: block;
	margin-bottom: 10px;
}
.iso20000 .isoDisc{

}
.iso20000 .isoDisc .description{
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
}
.iso20000 .isoDisc .description.note{
	color: #1B3D8C;
}
.iso20000 .isoDisc .title{
	font-weight: 700;
	font-size: 26px;
	line-height: 175%;
	color: #1B3D8C;
	margin: 0.5em 0;
}
.iso20000 .appealSMS{
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #4073EB;
	text-align: center;
	width: 150px;
	height: 150px;
	background: #ECF1FD;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}



/* SP */
@media screen and (max-width: 900px) {
	.solutionsKV{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.solutionsKV .KVLead{
		position: relative;
		display: flex;
		width: 100%;
		justify-content: flex-end;
		margin-top: -90px;
		background: none;
		padding: 0;
	}
	.solutionsKV .KVLead article{
		background: #fff;
		padding: 40px;
		width: 80%;
    max-width: none;
	}

	.solutionsKV + .content{
		padding: 0 !important;
	}

	.solutionsKV .KVLead .title{
		font-size: 18px;
	}
	.solutionsKV .KVLead .description {
		font-size: 16px;
		line-height: 170%;
	}

	.solutionsTOP{
		margin-top: -30px;
		margin-bottom: -30px;
		width: 100vw;
    position: relative;
    left: -10px;
	}

	.solutionsTOP section.contact{
		/* max-width: 90%; */
		margin: 40px auto !important;
	}

	.RelatedSolution {
  	padding: 40px 10px;
	}
	.RelatedSolution .column1 > .title {
  	padding-bottom: 30px;
	}
	.RelatedSolution .column1 > .title .ja{
		font-size: 16px;
	}
	.RelatedSolution .column1 > .title .en{
		font-size: 30px;
	}
	.RelatedSolution .solution_list{
		flex-direction: row;
		gap: 15px 4%;
		margin-bottom: 0;
	}
	.RelatedSolution .solution_list article{
		width: 48%;
		margin-bottom: 0;
	}
	.RelatedSolution .solution_list article > a .title{
		line-height: 130%;
	}

	.RelatedSolution .column1 > .button a{
		font-size: 14px;
	}


	.solution-product-detail .search_area .products_list{
		row-gap: 10px;
	}

	.noteAdOuter {
  	margin-top: 20px;
		padding: 15px 20px;
		flex-direction: column;
		padding: 25px 20px 15px 20px;
	}


	.noteAdOuter .title{
		justify-content: center;
		line-height: 150% !important;
	}
	.noteAdOuter .description {
  	font-size: 14px;
	}
	.noteAdOuter .button {
  	margin-top: 15px;
	}
	.noteAdOuter .button a {
  	padding: 10px 20px;
	}

	.serviceDescription ul{
		flex-direction: column;
		gap: 10px;
		padding: 0;
		margin: 0;
	}

	.serviceListOuter > div {
		margin-top: 40px;
	}

	main>.content .column1.sCategoryTOP{
		padding: 0 15px;
		margin-top: 10px;
	}

	main .content .sCategoryTOP > div{
		margin-bottom: 35px;
	}
	main .content .sCategoryTOP .text {
    font-size: 14px;
    line-height: 170%;
	}

	.solutionsTOP section.contact .lower {
    margin-top: 20px;
	}

	.iso20000{
		margin-top: 55px;
		flex-direction: column;
		gap: 20px;
		position: relative;
		align-items: flex-start;
	}

	.iso20000 .isoDisc .description{
		font-size: 18px;
	}
	.iso20000 .isoDisc .title {
    font-size: 22px;
    line-height: 130%;
	}
	.iso20000 .appealSMS{
		position: absolute;
		top: -35px;
		right: -10px;
	  width: 120px;
    height: 120px;
		font-size: 16px;
	}

}


@media screen and (max-width: 767.5px) {
	.solutionsKV .KVLead article {
		padding: 20px;
		width: 90%;
	}
	.solutionsKV .KVLead .description {
    font-size: 14px;
	}



}