@charset "utf-8";
/*
Theme Name: newTheme
Theme URI: null
Description: Description
Author: xx
Version: 1.0
*/
/* - reset - */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
margin: 0;padding: 0;background: transparent;border: 0;outline: 0;font-size: 1em;box-sizing: border-box;}
html {font-size: 62.5%;}
body, table, input, textarea, select, option {
 font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
chrome_annotation {border: none !important;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
img {vertical-align: top;max-width: 100%;height: auto;}
address {font-style: normal;}
a,a:link {color: #333;	text-decoration: none; transition: 0.3s;}
a:visited {	color: #333;}
a:hover {	color: #333;}
a:active {	color: #333;}
/* - base - */
body {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main{
	min-height: 40vh;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
@media all and (max-width: 374px) {
	html {font-size: calc(1000vw / 375);}
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	html {font-size: calc(1000vw / 1100);}
}
/* - header - */
#header {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 2rem;
	transition: 0.3s;
}
#header .in {
	margin: 0 auto;
	max-width: 128rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 1rem;
	transition: 0.3s;
}
#header .logo {
	width: 45rem;
	margin-left: 2rem;
}
.logo a {
	display: block;
}
#header .com_nav li {
	position: relative;
}
#header.fix {
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
#header.fix .in {
	background-color: transparent;
}
@media all and (min-width: 897px) {
	#header .com_nav .sub {
		display: none;
		width: auto;
		position: absolute;
		left: 0;
		top: 100%;
		margin-bottom: 0.5rem;
		background-color: rgba(0, 0, 0, 0.3);
	}
	#header .com_nav .sub a {
		display: block;
		padding: 0.8rem 1rem;
		height: auto;
		color: #FFF;
		font-size: 1.3rem;
		text-align: left;
		white-space: nowrap;
	}
	#header .com_nav li.on > a {
		padding: 2rem 2.2rem;
		color: #FFF;
		background-color: rgba(0, 0, 0, 0.3);
	}
	.menuBox {
		display: block !important;
		flex-shrink: 0;
	}
}
@media all and (max-width: 896px) {
	#header {
		position: fixed;
		padding: 0;
	}
	#header .in {
		border-radius: 0;
	}
	#header .logo {
		margin-left: 1rem;
		width: 30rem;
		position: relative;
		z-index: 10;
	}
	.menu {
		height: 74px;
		width: 74px;
		position: relative;
		cursor: pointer;
		z-index: 999;
		transition: all .3s ease;
	}
	.menu span {
		background: #116fe9;
		border: none;
		height: 3px;
		width: 31px;
		position: absolute;
		top: 50%;
		left: calc(50% - 15.5px);
		transition: all .35s ease;
		cursor: pointer;
		border-radius: 1rem;
		opacity: 0.8;
	}
	.menu .top {
		top: calc(50% - 10px);
	}
	.menu .bottom {
		top: calc(50% + 10px);
	}
	.menu.on .top {
		transform: translateY(10px) translateX(0) rotate(-45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		transform: translateY(-10px) translateX(0) rotate(45deg);
	}
	#header .com_nav .sub {
		display: none !important;
	}
	.menuBox {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.menuBox .com_nav {
		padding-top: 8rem;
		display: block;
	}
	.menuBox .com_nav ul {
		border-bottom: 1px solid #232323;
	}
	.menuBox .com_nav a {
		padding: 1rem 0;
		height: auto;
		border-top: 1px solid #232323;
	}
}
/* - footer - */
#footer {
	margin-top: 15rem;
	padding: 5rem 2rem 0;
	color: #FFF;
	background-color: #2e2e2e;
}
#footer a {
	color: #FFF;
}
#footer .in {
	margin-bottom: 8rem;
	display: flex;
	justify-content: space-between;
	gap: 5rem;
}
#footer .logo {
	margin: 0 auto 5rem;
	width: 30rem;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 2rem;
}
#footer .tel {
	margin-bottom: 2rem;
}
#footer .tel a {
	color: #FFF;	
}
.tel {
	text-align: center;
}
.tel a {
	margin:0 auto;
	font-size: 4rem;
	display: inline-flex;
	align-items: center;
	font-family: 'Times New Roman', Times, serif;
	padding-left: 4.5rem;
	font-style: italic;
	background: url(img/common/tel.png) no-repeat left center / 4rem;
}
#footer .tel small {
	display: block;
	font-size: 1.8rem;
}
#footer .tel img {
	margin-right: 1rem;
	width: 4rem;
}
.code_list {
	margin-bottom: 2rem;
	display: flex;
	gap: 2rem;
	justify-content: center;
}
.code_list li img {
	width: 12rem;
}
#footer .address {
	text-align: center;
}
#footer .navi {
	display: flex;
	gap: 2rem;
	flex: 1;
	max-width: 80rem;
}
#footer .navi li {
	width: calc((100% - 4rem)/3);
	line-height: 2;
}
#footer .navi span {
	display: block;
	font-size: 2.5rem;
}
#footer .navi span:not(:first-child) {
	margin-top: 1.5rem;
}
#footer .navi a {
	opacity: 0.6;
}
#footer .navi a:hover {
	opacity: 1;
}
address {
	padding: 1.5rem;
	text-align: center;
	border-top: 0.1rem solid #FFF;	
}
@media all and (max-width: 896px) {
	#footer {
    	margin-top: 8rem;
	}
	#footer .in {
    	margin-bottom: 3rem;
		display:block;
	}
	#footer .left {
		position: relative;
		padding-right: 0;
	}
	#footer .left::after {
		display: none;
	}
	#footer .navi {
		display: none;
	}
}
/* - mv - */
.mv {
	margin-bottom: 10rem;
}
.mv .mv_slider {
	margin: 0 auto;
	max-width: 192rem;
	aspect-ratio: 192/90;
	overflow: hidden;
	min-height: 60rem;
	position: relative;
}
.mv .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mv .mv_slider .slick-dots {
	position: absolute;
  left: 0;
  width: 100%;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  align-content: center;
	gap: 1rem;
}
.mv .mv_slider .slick-dots li {	
	width: 1.5rem;
  height: 1.5rem;
  background: #FFF;
	border:1px solid #3aa0fa;
	border-radius: 2rem;
}
.mv .mv_slider .slick-dots .slick-active {
	background: #3aa0fa;
}
.mv .mv_slider .slick-dots button{
	opacity:0;	
}
@media all and (max-width: 896px) {
	.mv {
		margin-bottom: 5rem;
	}
	.mv .mv_slider {
		aspect-ratio: 75/100;
		width: 100%;
		min-height: 80vh;
	}
	.mv .item {
		aspect-ratio: 75/100;
		min-height: 80vh;
	}
}

/* - com_nav - */
.com_nav {
	display: flex;
}
.com_nav a {
	padding: 2rem;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media all and (min-width: 897px) {
	.com_nav a:hover {
		padding: 2rem 2.2rem;
		color: #FFF;
		background-color: rgba(0, 0, 0, 0.3);
	}
}
@media all and (max-width: 896px) {}

/* - company - */
.company {
	max-width: 192rem;
	margin: 10rem auto;
	display: flex;
	justify-content: flex-end;
}
.company_photo {
	margin-left: 2rem;
	width: 64rem;
}
.company_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2rem 0 0 2rem;
}
.company_text {
	padding: 5rem;
	width: 50%;
	color: #FFF;
	background-image: linear-gradient(60deg,#3aa0fa, #116fe9);
}
.company_text .inner {
	max-width: 70rem;
}
.company_text .title {
	margin-bottom: 2rem;
	font-size: 3rem;
}
.company_text p {
	text-align: justify;
}
.company_text p:not(:last-child) {
	margin-bottom: 2rem;
}
.company.page {
	margin-bottom: 12rem;
	display: block;
}
.company.page .company_photo {
	width: 80%;
	margin: 0;
}
.company.page .company_photo img {
	border-radius: 2rem;
}
.company.page .company_text {
	margin: -10rem 0 0 auto;
	width: 80%;
	position: relative;
	border-radius: 2rem;
}
.movie_wrap .movie {
	aspect-ratio: 16/9;
	background-color: #333;
}
@media all and (max-width: 896px) {
	.company {
		display: block;
	}
	.company_photo {
		margin: 0;
		width: auto;
		border-radius: 0;
	}
	.company_photo img {
		border-radius: 2rem 2rem 0 0;
	}
	.company_text {
		padding: 2rem 2rem 5rem;
		width: auto;
	}
	.company.page {
		margin-bottom: 6rem;
	}
	.company.page .company_photo {
		width: 100%;
		border-radius: 2rem 2rem 0 0;
	}
	.company.page .company_photo img {
		border-radius: 2rem 2rem 0 0;
	}
	.company.page .company_text {
		margin: 0 0 0 auto;
		width: 100%;
		border-radius: 0 0 2rem 2rem;
	}
}
/* - main_product - */
.main_product {
	margin: 10rem 0;
	position: relative;
	overflow: hidden;
}
.main_product .nav {
	padding: 0 5rem;
	display: flex;
	position: absolute;
	z-index: 10;
	left: 50%;
	width: 100rem;
	bottom: 4rem;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 1rem;
	justify-content: center;
}
.main_product .nav li.on a {
	padding: 2rem 2.2rem;
	background-color: rgba(0, 0, 0, 0.5);
}
.main_product .sub {
	width: calc(50% - 2rem);
	max-width: 64rem;
	padding: 2rem;
	position: absolute;
	right: 50%;
	top: 2rem;
	color: #FFF;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 2rem;
}
.main_product .title {
	margin-bottom: 2rem;
	font-size: 4rem;
}
.main_product p {
	margin-bottom: 1rem;
	line-height: 2;
	text-align: justify;
}
.main_product .image {
	aspect-ratio: 1920/900;
	position: relative;
	min-height: 70rem;
}
.main_product .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* .main_product .image::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	content: '';
	background-image: linear-gradient(90deg, #116fe9 35%,rgb(78, 149, 244,0));	
} */
@media all and (max-width: 896px) {
	.main_product {
		display: flex;
		flex-wrap: wrap;
	}
	.main_product .com_nav {
		display: none;
	}
	.main_product .item {
		display: block !important;
		position: relative;
		width: 50%;
	}
	.main_product .item:first-of-type {
		width: 100%;
	}
	.main_product .item:first-of-type .image {
		aspect-ratio: 4/2;
	}
	.main_product .sub {
		padding: 3rem 2rem;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: rgba(0, 0, 0, 0.2);
	}
	.main_product .c_link {
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
	}
	.main_product .title {
		margin-bottom: 0;
		font-size: 1.7rem;
		text-align: center;
	}
	.main_product p {
		display: none;
	}
	.main_product .image {
		min-height: inherit;
		aspect-ratio: 4/3;
	}
	.main_product .image::before {
		display: none;
	}
}
/* - c_link - */
.c_link {
	margin-top: 2rem;
}
.c_link a {
	padding: 1rem;
	color: #FFF;
}
.c_link a:hover {
	border-bottom: 0.1rem solid #FFF;
}

/* - page_title - */
.page_title {
	margin-bottom: 10rem;
	padding: 10rem 2rem 0;
	height: 40rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(img/common/page_bg.jpg) no-repeat center center / cover;
}
.page_title .heading01 {
	color: #FFF;
}
.page_title .heading01 .en {
	opacity: 1;
	font-weight: normal;
}
@media all and (max-width: 896px) {
	.page_title {
		margin-bottom: 5rem;
		height: 25rem;
		padding-top: 8rem;
	}
}

/* - heading - */
.heading01 {
	margin-bottom: 5rem;
	font-size: 5rem;
	text-align: center;
}
.heading01 .en {
	display: block;
	opacity: 0.4;
	font-size: 2rem;
	line-height: 1;
	font-weight: normal;
}
@media all and (max-width: 896px) {
	.heading01 {
		margin-bottom: 3rem;
		font-size: 2.8rem;
	}
	.heading01 .en {
		font-size: 1.5rem;
	}
}

/* - content - */
.content {
	padding: 0 2rem;
	margin: 0 auto;
	max-width: 128rem;
}
.content.sml {
	max-width: 100rem;
}

/* - case - */
.case_wrap {
	margin: 10rem 0;
}
ul.case_list {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}
.case_list .item {
	padding: 0 1.5rem;
}
.case_list li {
	width: calc((100% - 6.2rem)/3);	
	text-align: center;
}
.case_list .image {
	margin-bottom: 0.5rem;
	display: block;
	border-radius: 2rem;
	overflow: hidden;
	aspect-ratio: 60/45;
	border: .2rem solid #ccc;
}
.case_list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.case_list a:hover .image img {
	transform: scale(1.05);
}
.products_list li {
	padding: 0;
	font-size: 2.2rem;
	width: calc(50% - 1.55rem);
}
.products_list .image {
	aspect-ratio: 45/50;
	background: url(img/common/product_bg02.jpg) no-repeat center center / cover;
}
.products_list.all .image {
	background-image: url(img/common/product_bg.jpg);
}
.case_list.patent .image img {
	object-fit: contain;
}
.case_list.patent li {
	width: calc((100% - 9.2rem)/4);	
}
.case_list.patent .image {
	aspect-ratio: 2313/3298;
}
.case_list.patent .image img {
	object-fit: contain;
}
@media all and (max-width: 896px) {
	ul.case_list {
		gap: 1rem;
	}
	.case_list li {
		width: calc(50% - 0.5rem) !important;	
	}
	.products_list li {
		font-size: 1.4rem;
	}
	.case_list .image {
		border-radius: 1rem;
	}
}

/* - category_list - */
.category_list {
	margin-bottom: 5rem;
	display: flex;
	gap: 2rem;
}
.category_list li {
	width: calc((100% - 8rem)/5);
}
.category_list a {
	display: block;
	text-align: center;
	padding: 1.5rem;
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	background-color: #FFF;
	color: #116fe9;
	border: 0.1rem solid #116fe9;
	border-radius: 1rem;
}
.category_list a:hover,
.category_list .current-cat a {
	color: #fff;
	background-color: #116fe9;
}
@media all and (max-width: 896px) {
	.category_list {
		flex-wrap: wrap;
		gap: 1rem;
	}
	.category_list li {
		width: auto;
	}
	.category_list a {
		padding: 0.5rem;
		font-size: 1.3rem;
	}
}
/* - news_list - */
.news_list a {
	margin-bottom: -1px;
	padding: 2rem;
	display: flex;
	gap: 2rem;
	border: 1px solid #ededed;
}
@media all and (min-width: 897px) {
	.news_list a:hover {
		box-shadow: 5px 5px 10px #ededed,-5px -5px 10px #ededed;
	}
}
.news_list .image {
	width: 28rem;
	flex-shrink: 0;
	aspect-ratio: 16/9;
	overflow: hidden;
}
.news_list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.news_list a:hover img {
	transform: scale(1.05);
}
.news_list .text {
	padding: 1rem 0;
	flex: 1;
}
.news_list .title {
	margin-bottom: 0.5rem;
	color: #116fe9;
	font-size: 2.4rem;
}
.news_list p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_list .c_link {
	margin-top: 1rem;
    color: #116fe9;
}
@media all and (max-width: 896px) {
	.news_list .image {
		width: 10rem;
	}
	.news_list p.text,
	.news_list .c_link {
		display: none;
	}
	.news_list .title {
		font-size: 1.6rem;
	}
}
/* - wp-pagenavi - */
.wp-pagenavi {
	margin: 5rem 0;
    padding-top: 1.2rem;
    clear: both;
    text-align: center;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	margin: 0 0.5rem;
    display: inline-block;
    text-decoration: none;
	min-width: 5rem;
	min-height: 4.8rem;
	border: none;
	font-size: 1.8rem;
	line-height: 4.6rem;
    padding: 0 1rem;
	background-color: transparent;
    box-sizing: border-box;
	border: solid 2px #e5e5e5;
}
.wp-pagenavi .current {
	background-color: #116fe9;
	color: #fff;
}
.wp-pagenavi .first, 
.wp-pagenavi .last, 
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .extend {
	margin: 0 1rem;
	font-weight: 400;
    min-width: inherit;
    min-height: inherit;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none !important;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	margin: 0 2.3rem;
}
.wp-pagenavi .nextpostslink.no,
.wp-pagenavi .previouspostslink.no {
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		opacity: 1;
		background-color: #116fe9;
		color: #fff;
	}
}
/* - c_detail - */
.c_detail {
	margin: 0 auto;
	max-width: 100rem;
}	
.c_detail .title {
	font-size: 4rem;
	text-align: center;
}
.c_detail .date {
	color: #666;
	text-align: center;
}
.c_detail .top_title {
	margin-bottom: 5rem;
	padding-bottom: 2rem;
	border-bottom: 0.1rem solid #666;	
}
.c_detail p {
	margin-bottom: 3rem;
	line-height: 2;
}
.c_detail figure {
	margin: 5rem 0;
}
.c_detail .image {
	text-align: center;
}
.c_detail .image img {
	width:100%
}
.wp-block-image img {
	width:100%
}
.detail_info {
	margin-bottom: 5rem;
	display: flex;
	gap: 4rem;
}
.detail_info .image {
	width: 40%;
}
@media all and (max-width: 896px) {
	.c_detail .top_title {
		margin-bottom: 2rem;
	}
	.c_detail .title {
		font-size: 2.2rem;
	}
}
/* - c_btn - */	
.c_btn {
	margin: 5rem 0;
	text-align: center;
}
.c_btn a {
	padding: 1.5rem;
	display: inline-block;
	width: 34rem;
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	background-color: #116fe9;
	border: 0.1rem solid #116fe9;
}
.c_btn a:hover {
	color: #116fe9;
	background-color: #FFF;
}
@media all and (max-width: 896px) {
	.c_btn a {
		padding: 1rem;
		width: 100%;
		font-size: 1.6rem;
		max-width: 28rem;
	}
}
/* - contact - */	
.contact {
	text-align: center;
}
.contact .tel {
	margin-bottom: 5rem;
}
.contact .tel a {
	font-size: 3rem;
}
.contact .code_list {
	margin-bottom: 5rem;
	gap: 5rem;
}
.contact .code_list li img {
	width: 25rem;
}


.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
.c_detail h3 {
	font-size: 3.2rem;
}
.c_detail h4 {
	padding: 0 1rem;
	font-size: 2.5rem;
	border-bottom: 0.2rem solid #282722;
}
.c_detail h5 {
	padding: 0.3rem 2rem;
	background: #fff;
	font-size: 2.3rem;
}
.c_detail h6 {
	font-size: 2.1rem;
}
.c_detail ul li {
	list-style: disc;
}
.c_detail ol li {
	list-style: decimal;
}
.c_detail table th,
.c_detail table td {
	padding: 1rem 2rem;
	vertical-align: middle;
	border: 1px solid #333 !important;
}
.c_detail table th,
.c_detail table td:first-child {
	width: 20%;
	text-align: center;
}
.c_detail table tbody tr:nth-child(2n+1) {
  background-color: #f0f0f0;
}
.fancybox-skin {
	padding: 0;
}