@charset "UTF-8";

@font-face {

}

/*allreset*/
.div-head body,.div-head div,.div-head form,.div-head hr,.div-head img,.div-head br,.div-head a,.div-head h1,.div-head h2,.div-head h3,.div-head h4,.div-head h5,.div-head h6,.div-head p,.div-head dl,.div-head dt,.div-head dd,.div-head ul,.div-head li,.div-head ol,.div-head table,.div-head td,.div-head th,.div-head tr,.div-head tbody,.div-head caption,.div-head font,.div-head big,.div-head small,.div-head embed,.div-head object,.div-head map,.div-head frame,.div-head frameset,.div-head iframe,.div-head select,.div-head option,.div-head address,.div-head button,.div-head figure,.div-head input,.div-head textarea,.div-head select,.div-head i,.div-head b { text-indent: 0px; list-style-type: none; margin: 0px; padding: 0px; font-size: 100%;font-family:'Noto Sans JP','メイリオ',Meiryo,'ＭＳ Ｐゴシック',verdana,sans-serif;font-weight: normal;font-style: normal;font-variant: normal;line-height: 100%;-webkit-text-size-adjust: none;box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: transparent;border: none;border-radius: 0;outline: none;
text-decoration: none;
}


.art-hm * {
text-indent: 0px; list-style-type: none; margin: 0px; padding: 0px; font-size: 100%;font-family:'Noto Sans JP','メイリオ',Meiryo,'ＭＳ Ｐゴシック',verdana,sans-serif;font-weight: normal;font-style: normal;font-variant: normal;line-height: 100%;-webkit-text-size-adjust: none;box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: transparent;border: none;border-radius: 0;outline: none;
text-decoration: none;	
}




.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}


img {
	display: block;}
.lock {
	overflow: hidden;
	display: block;
}
.overlay {
	overflow: scroll!important;
}
.mincho {font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体", "Yu Mincho", YuMincho,"HGS明朝E","ＭＳ Ｐ明朝",serif;}
.txtright {text-align: right!important;}
.txtleft {text-align: left!important;}
.txtcenter {text-align: center!important;}

/*tothetopfixed*/
div.tothetopfixed {
	position: fixed;
	bottom: 0;
	z-index: 300;right: 0;}	
div.tothetopfixed a  {display: block;float: right;background-color: #fff;}
div.tothetopfixed a:hover {
transition: opacity 0.2s ease-in-out;
opacity:1;
filter: alpha(opacity=100);
}
div.tothetopfixed a {
    display: block;
    color: #fff;
    font-size: 0.8em;width: 40px;height: 40px;background: url(../img/b_gototop.png) no-repeat 0 0;background-size:contain;margin: 0 10px 10px 0;text-indent: -9999px;
transition: opacity 0.2s ease-in-out;
opacity:0.75;
filter: alpha(opacity=75);
}

/*hover*/
a.hover {
opacity:1;
filter: alpha(opacity=100);
display: block;
transition: all 250ms 0ms ease;}
a.hover:hover  {
opacity:0.75;
filter: alpha(opacity=75);
cursor:pointer;
transition: all 250ms 0ms ease;}

/*hover2*/
a.hover2,a.hover2 img,button.hover2 {
opacity:1;
filter: alpha(opacity=100);
display: block;
transition: all 250ms 0ms ease;}
a.hover2:hover ,a.hover2 img:hover,button.hover2:hover {
opacity:0.50;
filter: alpha(opacity=50);
cursor:pointer;
transition: all 250ms 0ms ease;}

/*hover3*/
a.hover3 {
opacity:1;
filter: alpha(opacity=100);
display: block;background-color: #fff;
transition: all 250ms 0ms ease;}
a.hover3:hover  {
opacity:1;
filter: alpha(opacity=100);
background-color: #eee;color: #333!important;
transition: all 250ms 0ms ease;}

/*hovertext*/
a.thover:hover {
	text-decoration: underline;
}

@media screen and (max-width: 34em) {
	.overlay {
		font-size: 90%;
	}
	.overlay .overlay-close {

	}
}


@media screen and (max-width: 25em) {
	.codrops-icon span {
		display: none;
	}
}

/* @group PersonalComputer */
@media print, screen and (min-width: 768px) {
#header {
	padding-top: 0!important;
		padding-bottom: 0!important;
}
.nopc {display: none!important;}

body {
	background-color: #fff;
	min-width: 1280px;
	padding-top: 100px;
}
.head-head{width: 100%;height: 100px;background-color: #fff;
position: fixed;
overflow: hidden;
top: 0;
min-width: 1300px;
z-index: 200;
border-bottom: 1px solid #ddd;
}

.hbmenu{

	background-color: #0b5bc6!important;height: 100px;width: 100px;
position: fixed;
right: 0;
top: 0;
z-index: 1000000!important;
border-style: none;
}
.hbmenu:hover {
	cursor: pointer;
}
.hbmenu i {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.hbmenu0 {
display: block;

position: relative;
width: 20px;
z-index: 1200;
height: 100px;
margin-right: auto!important;
		margin-left: auto!important;
}
.hbmenu0 span {
	width: 100%;
	background: #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	display: block;
	height: 2px;
	position: absolute;
}
.hbmenu0 span:nth-child(1) {
	top: 44px;
}
.hbmenu0 span:nth-child(2) {
	top: 50px;
}
.hbmenu0 span:nth-child(3) {
	top: 56px;
}

	/* #nav-toggle 切り替えアニメーション */
	.open span:nth-child(1) {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);;
		top: 50px;
	}
	.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open span:nth-child(3) {
	
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: 50px;
	}

.divh1-head {
	position: absolute;

}
.a-h1 {
	display: block!important;
	height: 100px!important;
	width: 200px!important;
	background: url(../img/f_headlogo_01.svg?V=20240329) center center no-repeat!important;
	background-size: auto 80%!important ;
	text-indent: -9999px!important;
}

.search_open {
	width: 50px;
	height: 50px;
	background-color: #00b0eb;
	right: 100px;
	top: 0;
	position: absolute;
}
.form-search .keyword {
	color: #333;
	font-size: 15px;

	width: 290px;
	background-color: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	padding-top: 8px;
		padding-bottom: 8px;
	padding-left: 8px;
}



.div-search {
		position: absolute;
	right: -400px;
transition: all .5s ease-in-out 0s;
	width: 400px;
height: 50px;
transition: all .5s ease-in-out 0s;	
	background-color: #efefef;
z-index: 350;
}

.div-search-open {
	right: 100px;
}


.form-search {

/*	right: -400px;*/
display: block;
background-color: #efefef!important;
overflow: hidden;
height: 50px;
position: relative;
width: 400px;
}


.search_close {
    width: 50px;
    height: 50px;
    background-color: #00b0eb;
	position: absolute;
	right: 0;
	top: 0;
}
.search_submit {
    width: 50px;
    height: 50px;
    background-color: #00b0eb;
	position: absolute;
	right: 50px;
	top: 0;
}


.ul-lm {
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 170px;
}
.ul-lm li {
	float: left;
	margin-left: 1em;
}

.ul-lm li a {
	color: #333;
	font-size: 12px;
	transition: all 0.25s ease-in-out 0s;
}
.ul-lm li a:hover {
	text-decoration: underline;
	color: #0d50bf;
	transition: all 0.25s ease-in-out 0s;
}

.ul-sm {
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 425px;
	border-left: 1px solid #999;
}
.ul-sm li {
	float: left;
	border-right: 1px solid #999;
}	
.ul-sm li a {
	color: #333;
	font-size: 13px;
	padding-right: 0.75em;
		padding-left: 0.75em;
	transition: all 0.25s ease-in-out 0s;
}
.ul-sm li a:hover {
	text-decoration: underline;
	color: #0d50bf;	
	transition: all 0.25s ease-in-out 0s;
}

.ul-mm {
	overflow: hidden;
	position: absolute;
	width: 960px;
	bottom: 0;
	right: 150px;
}
.ul-mm li {
	float: left;
width: calc(100% / 6);	
}
.ul-mm li a {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
		padding-bottom: 20px;
	display: block;
	text-align: center;
	transition: all 0.25s ease-in-out 0s;
}
.ul-mm li a:hover {
	color: #14b2dd;
	transition: all 0.25s ease-in-out 0s;
}

.ul-mm li a.mmnow {

}

.a-mm.mmnow {
	background-image: -webkit-linear-gradient(45deg, #388bbc 0%, #5072c3 100%);
		background-image: -moz-linear-gradient(45deg, #388bbc 0%, #5072c3 100%);
	background-image: -ms-linear-gradient(45deg, #388bbc 0%, #5072c3 100%);
	background-image: linear-gradient(45deg, #388bbc 0%, #5072c3 100%);
	color: #fff;
	font-size: 18px!important;
	font-weight: 500!important;
	padding-top: 20px!important;
		padding-bottom: 20px!important;
	display: block!important;
	text-align: center!important;
	transition: all 0.25s ease-in-out 0s!important;
}


.sec-topimg {
	width: 100%;
	height: calc(100vh - 100px);

	margin-top: 100px;
	position: relative;
	}
.topvideo {
    position: absolute;
	height: calc(100vh - 100px);
    width: 100%;
    object-fit: cover;
	filter: grayscale(50%);
}
.div-headline {
display:flex;
justify-content:space-between;
flex-wrap: wrap;
position: absolute;
bottom: 0;

}
.h2-headline {
	background-color: #fff;
	width: 8em;
	padding-top: 25px;
		padding-bottom: 25px;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
.div-headline {
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
}
.ul-headline {
	width: calc(100% - 16em);
}
.ul-headline li {
}
.ul-headline li a {
	text-align: left!important;
	padding-top: 20px;
		padding-bottom: 7px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.ul-headline li a:hover {
	text-decoration: underline;
}
.ul-headline li a i {

	font-style: normal!important;
	text-decoration: none!important;
	font-weight: 300;
}

.ul-headline li a b {
	display: inline-block;
	border: 1px solid #fff;
	font-weight: 300;
	padding-top: 3px;
		padding-bottom: 4px;
	width: 8em;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-right: 1em;
		margin-left: 1em;
}

.ul-headline li a span {

	font-weight: 300;

}




.a-gotoheadline {

	padding-top: 23px;
		padding-bottom: 12px;
	display: block;
	color: #fff;
	width: 8em;
	font-size: 12px;	
}
/*topintro*/
.sec-topintro {
background: url(../img/bg_mid_right.png) 75% bottom no-repeat #fff;
padding-top: 25px;
}
.img-topinrobo {
	height: 320px;
	position: absolute;
	bottom: -25px;
}

.img-topinrobobg {
	position: absolute;
	right: 25px;
	width: 320px;
	height: auto;
	top: 105px;
	z-index: 0;
}

.div-topintro {
	margin-top: 25px;
}
.art-ti0 {
	width: 1000px;
	margin-right: auto;
		margin-left: auto;
	display:flex;
justify-content:space-between;
flex-wrap: wrap	;
transform: scale(1.3);
padding-top: 100px;
		padding-bottom: 100px;
}

.div-til {
	width: 400px;
	position: relative;
}

.div-tir {
	width: 600px;
}

.h2-topitro {
	display: block;
	color: #1d479d;
	font: 500 48px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.h2-topitro i {
	display: block;
	color: #1d479d;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: normal;
		font-style: normal!important;
}

.h3-topitro {
	color: #333;
	font-size: 22px;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
	z-index: 50;
}

.p-topitro {
	color: #333;
	font-size: 12px;
	line-height: 1.75;
	width: 360px;
	position: relative;
	z-index: 100;
}

.div-tir {

}
.div-tilink {
	width: 480px;
	background-color: #fff;
	position: relative;
	height: 163px;
	margin-bottom: 20px;
box-shadow: 0 0 5px #999;
}
.div-tilink:after {
	content: '\f054';
	display: block;
	width: 20px;
	background-color: #007acc;
	position: absolute;
	right: 7px;
	bottom: 7px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: "Font Awesome 5 Free";
	padding-top: 2px;
		padding-bottom: 2px;
}

.a-tilink:hover span .img-tilink {
transform:scale(1.2,1.2);	
transition: all 1s ease-in-out 0s;
}
.a-tilink span .img-tilink {

transition: all .5s ease-in-out 0s;
}

.a-tilink span {
width: 284px;
    height: 163px;
overflow: hidden;
display: block;
transition: all .5s ease-in-out 0s;
}

.img-tilink {
	background-color: #ccc;
	width: 284px;
	height: 163px;
}

.dl-tilink {
	position: absolute;

	height: 2em;
	top: 40px;
	left: 310px;
}

.dt-tilink {
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	color: #333;
	font-size: 17px;
	width: 9em;
	font-weight: 500;
}
.dd-tilink {
	padding-top: 5px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.div-tilink2 {
	margin-left: 100px;
}






.div-tcbg {
	width: 100%;
	background-color: rgba(151, 184, 223, 0.5);
	padding-bottom: 50px;
		padding-top: 50px;
	margin-top: 25px;
}


.div-tcl {
	width: 400px;
}

.div-tcr {
	width: 600px!important;
}

.art-tc0 {
display:flex;
justify-content:space-between;
flex-wrap: wrap	width: 1000px;
	margin-right: auto;
		margin-left: auto;;
width: 960px;
}
.div-tcl {
	width: 400px;
}

.a-tcbtn {
	background-color: #006fc4;
	display: block;
	width: 230px;
	padding: 18px 15px 18px 25px;
	color: #fff;
	font-size: 13px;
	margin-top: 15px;
	overflow: hidden;
}

.a-tcbtn:after {
	content: '>';
	color: #fff;
	font-size: 12px;
	float: right;
}
.div-tcr {
display:flex;
justify-content:space-between;
flex-wrap: wrap;
margin-top: 20px;
width: 570px;
}
.div-tcoffice {

}
.a-tcoffice {
	display: block;
	width: 270px;
	height: 85px;
	background-color: #fff;
	margin-bottom: 20px;
	padding-top: 15px;
		padding-bottom: 5px;
	padding-left: 20px;
		box-shadow: 0 0 5px #999;
	text-decoration: none!important;
	position: relative;
}
.a-tcemer {
	display: block;
	width: 270px;
	background-color: #333;
	color: #fff;
	font-size: 18px;
	padding-top: 30px;
	text-align: center;	box-shadow: 0 0 5px #999;
	letter-spacing: 0.2em;
	height: 85px;
}
.dl-tcoffice {
	
}
.dt-tcoffice {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	display: inline-block;
	width: 195px;
}
.dt-tcoffice i {
	color: #333;
	font-size: 12px;
	margin-left: 0.5em;
}
.dd-tcoffice {
	padding-top: 5px;
	color: #1a3586;
	font: 500 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none!important;
	border-bottom-style: none;
}
.dd-tcoffice i {
	color: #333;
	font-size: 10px;
}
.a-tcoffice::after {
	content: '>'!important;
	color: #007acc!important;
	font-size: 18px!important;
	font-weight: bold!important;
	position: absolute!important;
  top: 40%!important;

  transform: translateY(-40%)!important ;
  right: 20px!important;
}

.sec-topnews {
	padding-top: 50px;
		padding-bottom: 50px;
}

.art-topnews {
justify-content:space-between;
flex-wrap: wrap;
margin-right: auto;
		margin-left: auto;
width: 960px;
}

.div-tnl {
	width: 200px;
}


.div-tnr {
	width: 750px;
}
.ul-tnunit {
	border-top: 1px solid #ccc;
	width: 750px;
}
.ul-tnunit li {
	border-bottom: 1px dotted #ccc;
}
.ul-tnunit li a {
display:flex;
justify-content:left;
flex-wrap: wrap;
padding-top: 15px;
		padding-bottom: 15px;
color: #666;
font-size: 13px;
line-height:2em;
font-weight: 400;
}

.ul-tnunit li a i {
	display: block;
	margin-right: 1em;
	color: #333;
	font-size: 14px;
	line-height: 1.75em;
	text-decoration: none;
	
font-weight: 400;
	font-style: normal!important;
	text-decoration: none!important;
}
.ul-tnunit li a b {
	display: block;
	border: 1px solid #e967a1;
	color: #e967a1;
	font-size: 12px;
	text-align: center;
	width: 6em;
	text-decoration: none;
	margin-left: 1.5em;
		margin-right: 1.5em;
	padding-top: 0;
		padding-bottom: 0;
font-weight: 400;
}

.ul-tnunit li a:hover i {
	color: #1376c5;
	text-decoration: underline;
	text-align: left;
}
.h2-headline2 {
	color: #333;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
		margin-top: 25px;
	letter-spacing: 0.3em;
}
.a-tnlist {
	text-align: left;
	display: block;
	color: #333;
	font-size: 12px;
	margin-top: 40px;
}
/*ticker*/
.ticker {
	margin: 0 auto;
	text-align: left;

	position: relative;
	overflow: hidden;
	width: calc(100% - 250px);
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}









/*RECRUIT*/


.sec-toprec {
		background: url(../img/bg_recruit01.jpg) center bottom no-repeat #1e425f;
		background-size: auto 100%;
		padding-top: 25px;
		padding-bottom: 25px;
}
.div-toprec {
	width: 1000px;
	margin-right: auto;
		margin-left: auto;
	overflow: hidden;
}
.div-trcolmn {
	width: 400px;
	float: right;
}
.h2-trcolmn {
    color: #fff;
    font: 500 40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
}
.h2-trcolmn i {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.p-trcolmn {
	color: #fff;
	line-height: 1.5;
	margin-bottom: 15px;
	font-size: 20px;
	width: 20em;
	overflow: visible;
}
.ul-trcolmn {
display:flex;
justify-content:space-between;
flex-wrap: wrap;
width: 350px;
}
.li-trcolmn {
	width: 170px;
	margin-bottom: 5px;
}
.a-trcolmn {
	color: #fff;
	border: 1px solid #fff;
	padding: 16px;
	display: block;
	transition: all .25s ease-in-out 0s;
	font-size: 13px;
}
.a-trcolmn:hover {
	background-color: rgba(255, 255, 255, .25);
	transition: all .25s ease-in-out 0s;
}
.a-trcolmn:after {
	content: '>';
	color: #fff;
	float: right;
}
.a-trlast {
	color: #fff;
	border-style: none;
	display: block;
	padding: 15px 10px;
}
.a-trlast:hover {
	background-color: transparent;
	cursor: pointer;
	color: #333;
}



.sec-topshortcut {
	
}
.div-topshortcut {
	width: 1000px;
	margin-right: auto;
		margin-left: auto;
	padding-top: 25px;
		padding-bottom: 25px;
}
.art-tsc0 {
display:flex;
justify-content:space-between;
flex-wrap: wrap;
}
.div-tscunit {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.a-tscunit {
	display: block;
		display:flex;
justify-content:left;
flex-wrap: wrap;
position: relative;
width: 320px;
}
.dl-tscunit {
	display: block;
	margin-top: 15px;
	width: 150px;
	margin-left: 10px;
}
.dt-tscunit {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	line-height: 1.5;
}
.dd-tscunit {
	color: #333;
	font-size: 12px;
	padding-top: 7px;
	line-height: 1.5;
}
.img-tscunit {
	width: 120px;
	height: 120px;
	background-color: #ccc;
	display: block;
}


.a-tscunit:after {
    content: '\f054';
    display: block;
    width: 30px;
    background-color: #007acc;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    height: 23px;
    font-family: "Font Awesome 5 Free";
}
.a-tscunit span .img-tscunit {

transition: all .5s ease-in-out 0s;
}
.a-tscunit:hover span .img-tscunit {
transform:scale(1.2,1.2);	
transition: all 1s ease-in-out 0s;
}
.a-tscunit span {
	width: 120px;
	height: 120px;
	overflow: hidden;
}


.foot-footer{
	background-color: #ddeffe;
	padding-top: 50px;
		padding-bottom: 50px;
}

.div-footer {
	
}
.art-realfooter {
display:flex;
justify-content:left;
flex-wrap: wrap;
margin-right: auto;
		margin-left: auto;
width: 1020px;
}

.art-realfooter .div-footl {
	margin-right: 30px;
}


.art-footer {
display:flex;
justify-content:left;
flex-wrap: wrap;
width: 100%;
margin-right: auto;
		margin-left: auto;
		height: 100vh;
}


.div-bgovleft {
	width: calc((100% - 300px) / 2);
	background: url(../img/bg_overview.jpg) left center no-repeat;
	background-color: #ccc;
	background-size: cover;
	margin-right: 50px;
}


.img-rogospmenu {
	margin-top: 10%;
		margin-right: 10%;
	margin-left: 10%;
	width: 80%;
	height: auto;
}

.div-footl {
	width: 250px;

}
.div-footr {
	width:720px;
}
.add-foot {
	color: #333!important;
	font-size: 12px!important;
	line-height: 1.5em!important;
}
.add-foot b {
	color: #333!important;
	font-size: 14px!important;
	line-height: 1.5em!important;
	font-weight: 700!important;
}


.p-foottit {
	margin-bottom: 25px!important;
	border-bottom: 1px solid #ccc!important;
	padding-bottom: 10px!important;
}
.p-foottit a {

	display: block!important;
		color: #333!important;
	font-size: 20px!important;
	text-decoration: none!important;
}
.div-footlink {
display:flex!important;
justify-content:space-between!important;
flex-wrap: wrap!important;	
}
.div-footlink1 {
	width: 220px!important;
}
.div-footlink2 {
	width: 220px!important;
}
.div-footlink3 {
	width: 220px!important;
}
.dl-ftl {
	margin-bottom: 50px!important;
}
.dt-ftl {

	border-bottom: 2px solid #333!important;
	margin-bottom: 20px!important;
}
.dd-ftl {
	border-left: 1px solid #999!important;
}
.dt-ftl a {


	display: inline-block!important;
		color: #333!important;
	font-size: 16px!important;	
	padding-bottom: 10px!important;
	text-decoration: none!important;
}
.dd-ftl a {
	color: #333!important;
	font-size: 13px!important;
	padding-left: 1em!important;
		padding-bottom: 1em!important;
	display: block!important;
	line-height: 1.5 !important;
	text-decoration: none!important;
	font-weight: normal!important;
	font-style: normal!important;
}

.dl-hml {
	margin-bottom: 50px!important;
	display:flex!important;
justify-content:space-between!important;
flex-wrap: wrap!important;
}
.dt-hml {

	border-bottom: 2px solid #333!important;
	margin-bottom: 20px!important;
	width: 47.5%!important;
}
.dd-hml {
	border-left: 1px solid #999!important;
}
.dt-hml a {
	display: inline-block!important;
		color: #333!important;
	font-size: 16px!important;	
	padding-bottom: 10px!important;
}
.a-ftl:hover {
	text-decoration: underline!important;
}

.div-copyright {
display:flex!important;
justify-content:space-between!important;
flex-wrap: wrap!important;
padding: 25px!important;
}
.img-copyright {
	width: auto!important;
	height: 40px!important;
}
.p-copyright {
	color: #333!important;
	font-size: 12px!important;
	padding-top: 25px!important;
	margin-right: 50px!important;
	font-weight: 600!important;
	line-height: 1.5em!important;
		font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif!important;
}

.p-copyright a {
	color: #333!important;
	font-size: 12px!important;
	line-height: 2em!important;
	font-weight: 600!important;
	text-decoration: none!important;
		font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif!important;
}
.p-copyright a:hover {
	text-decoration: underline!important;
}

.p-copyright2 {
	color: #333!important;
	font-size: 12px!important;
	padding-top: 25px!important;
	margin-right: 50px!important;
	font-weight: 700!important;
	line-height: 1.5em!important;

}

.p-copyright2 a {
	color: #333!important;
	font-size: 12px!important;
	line-height: 2em!important;
	font-weight: 700!important;
	text-decoration: none!important;

}
.p-copyright2 a:hover {
	text-decoration: underline!important;
}



.img-footl {
	width: 100%!important;
	height: auto!important;
}
.img-footl01 {
	margin-bottom: 10px!important;
}

.img-footl02 {
	margin-bottom: 10px!important;
}

.img-footl03 {
	margin-top: 30px!important;
		margin-bottom: 30px!important;
}
.a-footl {
	margin-bottom: 10px!important;
}


/*TOPANIMATION*/

.art-topamine {
	width: 100%;
	position: relative;
	padding-top: 50%;
	margin-right: auto;
	margin-left: auto;
}

.div-toptxt01 {
width: 70%;
    height: auto;
    position: absolute;
top: 25%;
left: 15%;
}
.div-toptxt01 svg path {
fill: none;
stroke: #fff;
stroke-width: 0.5px;
stroke-dasharray: 3000;
stroke-dashoffset: 3000;
animation: 2s ease-in forwards 0.5s text01;
fill-opacity: 0;
fill: #fff;
/*filter: drop-shadow(0px 0px 0px #fff);*/
}

.topimg02 {
	opacity: 0;
	animation: 2s ease-in-out forwards 0s topimg02;
	right: -15%;
}
@keyframes topimg02 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	right: -2.5%;
}
}

.topimg03 {
	
	opacity: 0;
	animation: 2s ease-in-out forwards 2s topimg03;
	left: -15%;
}
@keyframes topimg03{
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	left: -2.5%;
}
}

.topimg04 {
	
	opacity: 0;
	animation: 2s ease-in-out forwards 2s topimg04;
	bottom: 10%;
}
@keyframes topimg04 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	bottom: 16%;
}
}


@keyframes text01 {
0% {
stroke-dashoffset: 3000;	
}
80% {
stroke-dashoffset: 0;
fill-opacity: 0;
}
100% {
stroke-dashoffset: 0;	
fill-opacity: 1;
filter: drop-shadow(5px 5px 5px #000);
}
}

.div-toptxt02 {
    width: 58%;
    height: auto;
    position: absolute;

    z-index: 300;
	right: 0;
	top: 40%;
}

.div-toptxt02 svg path {

animation: 2s ease-in forwards 0.5s text01;
fill-opacity: 0;
fill: #fff;
filter: drop-shadow(0px 0px 0px #fff);
}
@keyframes text02 {
0% {
fill-opacity: 0;	
}
80% {
fill-opacity: 0.5;
}
100% {
fill-opacity: 1;
filter: drop-shadow(5px 5px 5px #000);
}
}


.img-30th {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  z-index: 100;
	animation: img-30th 2s ease-in-out 0s forwards ;
/*filter: drop-shadow(0px 0px 10px #000);*/
width: 50%;
margin-right: auto;
		margin-left: auto;
}

@keyframes img-30th {
0% {
	opacity: 0;
	margin-top: 50px;
}
100% {
	opacity: 1;
	margin-top: 0;
}
}

.txt_block2 {
	width: 1000px;
	margin-right: auto;
		margin-left: auto;
	padding-bottom: 100px;
}

#container2 dt{
    color: #333333;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.6;
    font-style: normal;
    font-weight: normal;
    font-size: 116%;
}
#container2 dd{
    color: #333333;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.6;
    font-style: normal;
    font-weight: normal;
    font-size: 116%;
}


/*news*/
#news {
	margin-top: 25px;
	border-top: 1px solid #ccc;
}

span.event:before, span.company:before, span.products:before, span.recruit:before, span.support:before, span.news:before, span.term:before {
font-size: 14px;padding: 4px 5px;
width: 8em;
text-align: center;
margin-right: 1em;
display: inline-block;
}
span.event:before {content:"展示会情報"; color: #13b4b2; background-color: #fff;
border: 1px solid #13b4b2;
}
span.company:before {content:"企業情報"; color: #ee6742; background-color: #fff;
border: 1px solid #ee6742;
}
span.products:before {content:"製品情報"; color: #5f53a0; background-color: #fff;
border: 1px solid #5f53a0;
}
span.recruit:before {content:"採用情報"; color: #eb6877; background-color: #fff;
border: 1px solid #eb6877;
}
span.support:before {content:"サポート"; color: #333; background-color: #fff;
border: 1px solid #333;}


span.news:before {content:"お知らせ"; color: #0068b6; background-color: #fff;;
border: 1px solid #0068b6;
}
span.term:before {content:"技術情報"; color: #009b48; background-color: #fff;
border: 1px solid #009b48;
}


.post_unit {
	border-bottom: 1px solid #ccc;
	padding-top: 25px;
	padding-bottom: 25px;
}
.post_unit a {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}
.newsdate{
	width: 8em;
	margin-right: 1em;
}

.post_date {
	color: #333;
	font-size: 15px;
	margin-right: 1em;
}

.txt_block .post_title {
	width: 360px;
}
.post_title,.post_title a {
	color: #333!important;
	font-size: 15px;
}
.post_title a:hover {
	text-decoration: underline;
	color: #0093d6!important;
}

.newsexp{}

.post_unit a:hover {
	color: #357ab4;
	text-decoration: underline;
}
span.event2:before, span.company2:before, span.products2:before, span.recruit2:before, span.support2:before, span.news2:before, span.term2:before {
font-size: 13px;padding: 4px 5px 5px;
width: 6em;
text-align: center;
margin-right: 1em;
border: 1px solid #fff;
display: inline-block;
}
span.event2:before {content:"展示会情報"; color: #fff; }
span.company2:before {content:"企業情報"; color: #fff;}
span.products2:before {content:"製品情報"; color: #fff
}
span.recruit2:before {content:"採用情報"; color: #fff; }
span.support2:before {content:"サポート"; color: #fff; }
span.news2:before {content:"お知らせ"; color: #fff; }
span.term2:before {content:"技術情報"; color: #fff; }
.post_date2 {
	margin-right: 1em;
}
#news2 {

}
#news2 li{
	color: #fff!important;
	font-weight: normal!important;
	font-style: normal!important;
	text-decoration: none!important;
	font-size: 15px!important;
	top: 20px!important;
	z-index: 100;
	overflow: visible;
}
#news2 li a {
	color: #fff!important;
	font-weight: normal!important;
	font-style: normal!important;
	text-decoration: none!important;
	font-size: 15px!important;
	display: inline;
}



#news2 li a:hover {
	text-decoration: underline!important;
}
#news2 li{
	height: 50px;
}

.post_date2,.post_title2 {
	color: #fff!important;
}
.ticker {
	height: 50px!
	;
}

.post p {
	padding-top: 25px;
		padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	display:flex;
	justify-content:left;
	flex-wrap: wrap;
}




.video_dots{
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
 
.video_dots li{
  margin: 0 10px;
}
.video_dots button{
  outline: none;
  border: none;
  background-color: #bfbdbd;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
  text-indent: -10000px;
  cursor: pointer;
}
 
.slick-active button{
  background-color: #000;
  color: #fff;
}

.slider {
	height: calc(100vh - 100px)!important;
	overflow: hidden;
}

.slick-slide {
	height: 100vh!important;
		background-size: cover!important;		
	width: 100%;
}

.topslider li {
		background-size: cover;		
}

.topslider li:nth-child(1) {
	background: url(../img/bg_top2023_01bg_pc.jpg?002) center center no-repeat;

}
.topslider li:nth-child(2) {
	background: url(../img/bg_top2023_02bg_pc.jpg?002) center center no-repeat;

}



.topslidermov {
	
}

.topslidermov ul  {
	
}
.topslidermov ul li  {
	
}



.img-slider-up {
	width: 80%;
	height: auto;
	margin-right: auto;
		margin-left: auto;
	position: absolute;
	  top: 25%;
  left: 50%;
  transform: translateY(-35%) translateX(-50%);
}

/*↓スライドiPad表示対策ここから202504*/
/*.topvideo2 {
	height: auto;
	width: 100%;
}*/

.topvideo2{
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
/*↑スライドiPad表示対策ここまで202504*/




































}/* @end group PersonalComputer */
/* @end group PersonalComputer */
/* @end group PersonalComputer */
/* @end group PersonalComputer */
/* @end group PersonalComputer */


/*——————————————————————————————————————————*/
/*——————————————————————————————————————————*/
/*——————————————————————————————————————————*/

/* @group SmartPhone */
@media screen and (max-width: 767px) {

.nosp {
		display: none!important;
}


body {
	background-color: #fff;
}


body {
	background-color: #fff;
}
.head-head{width: 100%;height: 65px;background-color: #fff;
position: fixed;
z-index: 1000;
top: 0;
}
.div-head {
	position: relative;
}
.hbmenu{background-color: #0b5bc6;height: 65px;width: 65px;
position: fixed;
right: 0;
top: 0;
z-index: 1001;
border-style: none;
}

.hbmenu0 {
display: block;

position: relative;
width: 20px;
z-index: 1200;
height: 100px;
margin-right: auto;
		margin-left: auto;
}
.hbmenu0 span {
	width: 100%;
	background: #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	display: block;
	height: 2px;
	position: absolute;
}
.hbmenu0 span:nth-child(1) {
	top: 26px;
}
.hbmenu0 span:nth-child(2) {
	top: 32px;
}
.hbmenu0 span:nth-child(3) {
	top: 38px;
}


	/* #nav-toggle 切り替えアニメーション */
	.open span:nth-child(1) {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);;
		top: 30px;
	}
	.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open span:nth-child(3) {
	
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: 30px;
	}






.divh1-head {
	position: absolute;
	top: 3px;
	left: 10px;
}
.a-h1 {
	display: block!important;
	height: 60px!important;
	width: 85px!important;
	background: url(../img/f_headlogo_01.svg?V=20240329) center center no-repeat!important;
	background-size: auto 80%!important ;
	text-indent: -9999px!important;
}



.ul-lm {
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 170px;
}
.ul-lm li {
	float: left;
	margin-left: 1em;
}

.ul-lm li a {
	color: #333;
	font-size: 10px;
	transition: all 0.25s ease-in-out 0s;
}
.ul-lm li a:hover {
	text-decoration: underline;
	color: #0d50bf;
	transition: all 0.25s ease-in-out 0s;
}

.ul-sm {
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 425px;
	border-left: 1px solid #999;
}
.ul-sm li {
	float: left;
	border-right: 1px solid #999;
}	
.ul-sm li a {
	color: #333;
	font-size: 12px;
	padding-right: 0.75em;
		padding-left: 0.75em;
	transition: all 0.25s ease-in-out 0s;
}
.ul-sm li a:hover {
	text-decoration: underline;
	color: #0d50bf;	
	transition: all 0.25s ease-in-out 0s;
}

.ul-mm {
	overflow: hidden;
	position: absolute;
	width: 900px;
	bottom: 0;
	right: 150px;
}
.ul-mm li {
	float: left;
width: calc(100% / 6);	
}
.ul-mm li a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
		padding-bottom: 15px;
	display: block;
	text-align: center;
	transition: all 0.25s ease-in-out 0s;
}
.ul-mm li a:hover {
	color: #3b89bc;
	transition: all 0.25s ease-in-out 0s;
}

.ul-mm li a.mmnow {
	background-image: -webkit-linear-gradient(45deg, #388bbc 0%, #5072c3 100%);
		background-image: -moz-linear-gradient(45deg, #388bbc 0%, #5072c3 100%);
	background-image: -ms-linear-gradient(45deg, #388bbc 0%, #5072c3 100%);
	background-image: linear-gradient(45deg, #388bbc 0%, #5072c3 100%);
	color: #fff;
}

.sec-topimg {
	width: 100%;
	height: calc(100vh - 70px);
	background: url(../img/p_topimg01.jpg) center 65px #0d50bf;
		background-size: cover;
	overflow: hidden;
	position: relative;
	margin-top: 65px;
}
.div-topimg {

}

video.topvideo {
	position: absolute;

	height: calc(100vh - 70px);
    width: 100%;
    object-fit: cover;
}

.div-headline {

position: absolute;
bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
}
.h2-headline {
	background-color: #fff;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	padding: 2.5%;
}


.ul-headline {
	
}
.ul-headline li {
	padding: 2.5%;
}
.ul-headline li a {
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal!important;
	text-decoration: none!important;
}
.a-gotoheadline {
	color: #fff;
	text-align: right;
	font-size: 12px;
	display: block;
	margin-right: 2.5%;
		margin-bottom: 2.5%;
}

.ul-headline li a i {

	font-weight: 300;
	display: block;
	font-style: normal!important;
	text-decoration: none!important;
}

.ul-headline li a b {
	display: inline-block;
	border: 1px solid #fff;
	font-weight: 300;
	padding-top: 2px;
		padding-bottom: 3px;
	width: 8em;
	text-align: center;
	color: #fff;
	font-size: 10px;
	margin-right: 1em;
		margin-left: 1em;
}

.ul-headline li a span {

	font-weight: 300;

}




/*topintro*/
.sec-topintro {
background: url(../img/bg_mid_right.png) 75% bottom no-repeat #fff;
padding-top: 5%;
}
.img-topinrobo {

width: 75%;
margin-right: auto;
		margin-left: auto;
margin-top: -60%;
position: relative;
z-index: 100;
}

.img-topinrobobg {
	width: 90%;
	margin-right: auto;
		margin-left: auto;
	position: relative;
		margin-top: -20%;
	z-index: 90;
}

.div-topintro {
	margin-top: 25px;
}
.art-ti0 {

	margin-right: auto;
		margin-left: auto;
	width: 90%;
}

.div-til {
	position: relative;
}

.div-tir {

}

.h2-topitro {
	display: block;
	color: #1d479d;
	font: 500 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.h2-topitro i {
	display: block;
	color: #1d479d;
	font-size: 12px;
	margin-bottom: 15px;
}

.h3-topitro {
	color: #333;
	font-size: 16px;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 15px;
}

.p-topitro {
	color: #333;
	font-size: 12px;
	line-height: 1.5;
	position: relative;
	z-index: 100;
}

.div-tir {

	margin-right: auto;
		margin-left: auto;
}
.div-tilink {
	width: 100%;
	background-color: #fff;
	position: relative;
	margin-bottom: 20px;
box-shadow: 0 0 5px #999;
}
.div-tilink:after {
	content: '>';
	display: block;
	width: 20px;
	background-color: #007acc;
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 20px;
}
.img-tilink {
	background-color: #ccc;
	width: 40%;
	height: auto;
}

.dl-tilink {
	position: absolute;

	height: 2em;
	left: 40vw;
	top: 5vw;
}

.dt-tilink {
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	color: #333;
	font-size: 16px;
}
.dd-tilink {
	padding-top: 5px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.div-tilink2 {

}




.div-tcbg {
	width: 100%;
	background-color: rgba(96, 199, 248,0.5);
	padding-bottom: 50px;
		padding-top: 50px;
	margin-top: 25px;
}

.art-tc0 {

	margin-right: auto;
		margin-left: auto;
	width: 90%;
}
.div-tcl {
	width: 400px;
}

.div-tcr {
	width: 600px;
}

.art-tc0 {
display:flex;
justify-content:space-between;
flex-wrap: wrap;	　
}
.div-tcl {
	width: 400px;
}

.div-tcr {
	width: 600px;
}
.a-tcbtn {
	background-color: #006fc4;
	display: block;
	width: 100%;
	padding: 15px 15px 15px 20px;
	color: #fff;
	font-size: 12px;
	margin-top: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}

.a-tcbtn:after {
	content: '>';
	color: #fff;
	font-size: 12px;
	float: right;
}
.div-tcr {
	
}
.div-tcoffice {

}
.a-tcoffice {
	display: block;
	width: 100%;
	height: 75px;
	background-color: #fff;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;	box-shadow: 0 0 5px #999;
}
.a-tcemer {
	display: block;
	width: 100%;
	height: 75px;
	background-color: #333;
	color: #fff;
	font-size: 16px;
	padding-top: 30px;
	text-align: center;	box-shadow: 0 0 5px #999;
}
.dl-tcoffice {
	
}
.dt-tcoffice {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	display: inline-block;
	width: 200px;
}
.dt-tcoffice i {
	color: #333;
	font-size: 12px;
}
.dd-tcoffice {
	padding-top: 5px;
	color: #1a3586;
	font: 500 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.dd-tcoffice i {
	color: #333;
	font-size: 12px;
}


.sec-topnews {
	padding-top: 50px;
		padding-bottom: 50px;
}

.art-topnews {
display:flex;
justify-content:space-between;
flex-wrap: wrap;
margin-right: auto;
		margin-left: auto;
width: 90%;
}

.div-tnl {
	width: 250px;
}


.div-tnr {
	width: 750px;
}
.ul-tnunit {
	border-top: 1px solid #ccc;

}
.ul-tnunit li {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.ul-tnunit li a {
color: #333;
font-size: 12px;
line-height:2em;
overflow: hidden;
display: block;
padding: 15px;
}
.ul-tnunit li span {
	float: left;
	display: block;
}
.ul-tnunit li a i {
	display: block;
	margin-right: 1em;
	color: #333;
	font-size: 14px;
	line-height: 1.75em;
	text-decoration: none;
	float: left;
}
.ul-tnunit li a b {
	display: block;
	border: 1px solid #e967a1;
	color: #e967a1;
	font-size: 9px;
	text-align: center;
	width: 6em;
	text-decoration: none;
	margin-left: 1.5em;
		margin-right: 1.5em;
	float: left;
		margin-bottom: 1.5%;
}

.ul-tnunit li a:hover i {
	color: #1376c5;
	text-decoration: underline;
	text-align: left;
}
.h2-headline2 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
	margin-bottom: 15px;
		margin-top: 25px;
}
.a-tnlist {
	text-align: left;
	display: block;
	color: #333;
	font-size: 12px;
}


/*RECRUIT*/


.sec-toprec {
		background: url(../img/bg_recruit01_sp.jpg) 0 top no-repeat #000;
		background-size: 100% auto;
		padding-top: 30%;
		padding-bottom: 5%;
}
.div-toprec {
	margin-right: auto;
		margin-left: auto;
	overflow: hidden;
	width: 90%;
}
.div-trcolmn {

	float: right;
	width: 100%;
}
.h2-trcolmn {
    color: #fff;
    font: 500 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
}
.h2-trcolmn i {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
}
.p-trcolmn {
	color: #fff;
	line-height: 1.5;
	margin-bottom: 15px;
}
.ul-trcolmn {
display:flex;
justify-content:space-between;
flex-wrap: wrap;
}
.li-trcolmn {
	width: 100%;
	margin-bottom: 5px;
}
.a-trcolmn {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	display: block;
	transition: all .25s ease-in-out 0s;
}
.a-trcolmn:hover {
	background-color: rgba(255, 255, 255, .25);
	transition: all .25s ease-in-out 0s;
}
.a-trcolmn:after {
	content: '>';
	color: #fff;
	float: right;
}
.a-trlast {
	color: #fff;
	border-style: none;
	display: block;	padding: 10px;
}
.a-trlast:hover {
	background-color: transparent;
	cursor: pointer;
	color: #333;
}



.sec-topshortcut {
	
}
.div-topshortcut {

	margin-right: auto;
		margin-left: auto;
	padding-top: 25px;
		padding-bottom: 25px;
}
.art-tsc0 {

}
.div-tscunit {
	border: 1px solid #ccc;
	margin-bottom: 20px;
		margin-right: auto;
	width: 90%;
		margin-left: auto;
}
.a-tscunit {
	display: block;
		display:flex;
justify-content:left;
flex-wrap: wrap;
position: relative;
display:flex;

align-items: center;
}
.dl-tscunit {
	display: block;
	margin-left: 10px;
	width: calc(100% - 150px);
}
.dt-tscunit {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	line-height: 1.5;
}
.dd-tscunit {
	color: #333;
	font-size: 10px;
	padding-top: 7px;
	line-height: 1.5;
}
.img-tscunit {
	width: 80px;
	height: 80px;
	background-color: #ccc;
	display: block;
}


.a-tscunit:after {
    content: '>';
    display: block;
    width: 30px;
    background-color: #007acc;
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    height: 25px;
	position: absolute;
	bottom: 0;
	right: 0;
}


.foot-footer{
	background-color: #ddeffe!important;
	padding-top: 50px!important;
		padding-bottom: 50px!important;
}

.div-footer {
	
}
.art-realfooter {

margin-right: auto!important;
		margin-left: auto!important;
width: 90%!important;
}
.div-footl {

}
.div-footr {

}
.add-foot {
	color: #333!important;
	font-size: 12px!important;
	line-height: 1.5em!important;
}
.add-foot b {
	color: #333!important;
	font-size: 14px!important;
	line-height: 1.5em!important;
	font-weight: 700!important;
}


.p-foottit {
	margin-bottom: 25px!important;
	border-bottom: 1px solid #ccc!important;
	padding-bottom: 10px!important;
}
.p-foottit a {

	display: block!important;
		color: #333!important;
	font-size: 20px!important;		
}
.div-footlink {

}
.div-footlink1 {
	width: 230px!important;
}
.div-footlink2 {
	width: 230px!important;
}
.div-footlink3 {
	width: 230px!important;
}
.dl-ftl {
	margin-bottom: 50px!important;
}
.dt-ftl {

	border-bottom: 2px solid #333!important;
	margin-bottom: 20px!important;
}
.dd-ftl {
	border-left: 1px solid #999!important;
}
.dt-ftl a {


	display: block!important;
		color: #333!important;
	font-size: 18px!important;	
	padding-bottom: 10px!important;
}
.dd-ftl a {
	color: #333!important;
	font-size: 11px!important;
	padding-left: 1em!important;
		padding-top: 0.25em!important;
	display: block!important;
	line-height: 1.25!important;
	padding-bottom: 0.25em!important;
}
.div-copyright {
display:flex!important;
justify-content:space-between!important;
flex-wrap: wrap!important;
padding: 25px!important;
}
.img-copyright {
	width: 75%!important;
	height: auto!important;
}
.p-copyright {
	color: #333!important;
	font-size: 10px!important;
	padding-top: 25px!important;
	line-height: 2em!important;
			font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif!important;
}

.p-copyright a {
	color: #333!important;
	font-size: 12px!important;
			font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif!important;
}




.p-copyright2 {
	color: #333!important;
	font-size: 10px!important;
	padding-top: 25px!important;
	line-height: 2em!important;
			font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif!important;

}

.p-copyright2 a {
	color: #333!important;
	font-size: 12px!important;
			font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif!important;
	text-decoration: none!important;
}










.img-footl {
	width: 75%!important;
	height: auto!important;
	margin-right: auto!important;
		margin-left: auto!important;
}
.img-footl01 {
	margin-bottom: 10px!important;
}

.img-footl02 {
	margin-bottom: 10px!important;
}

.img-footl03 {
	margin-top: 30px!important;
		margin-bottom: 30px!important;
}
.a-footl {
	margin-bottom: 10%!important;
}



/*TOPANIMATION*/

.art-topamine {
	width: 100%;
	position: relative;
	margin-right: auto;
		margin-left: auto;
	top: 50vh;
}

.div-toptxt01 {
width: 100%;
    height: auto;
    position: absolute;
}
.div-toptxt01 svg path {
fill: none;
stroke: #fff;
stroke-width: 0.5px;
stroke-dasharray: 3000;
stroke-dashoffset: 3000;
animation: 2s ease-in forwards 0.5s text01;
fill-opacity: 0;
fill: #fff;
/*filter: drop-shadow(0px 0px 0px #fff);*/
}

.topimg02 {
	opacity: 0;
	animation: 2s ease-in-out forwards 0s topimg02;
	right: -15%;
}
@keyframes topimg02 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	right: -2.5%;
}
}

.topimg03 {
	
	opacity: 0;
	animation: 2s ease-in-out forwards 2s topimg03;
	left: -15%;
}
@keyframes topimg03{
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	left: -2.5%;
}
}

.topimg04 {
	
	opacity: 0;
	animation: 2s ease-in-out forwards 2s topimg04;
	bottom: 10%;
}
@keyframes topimg04 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	bottom: 16%;
}
}


@keyframes text01 {
0% {
stroke-dashoffset: 3000;	
}
80% {
stroke-dashoffset: 0;
fill-opacity: 0;
}
100% {
stroke-dashoffset: 0;	
fill-opacity: 1;
filter: drop-shadow(5px 5px 5px #000);
}
}

.div-toptxt02 {
    width: 58%;
    height: auto;
    position: absolute;

    z-index: 500;
}

.div-toptxt02 svg path {

animation: 2s ease-in forwards 0.5s text01;
fill-opacity: 0;
fill: #fff;
filter: drop-shadow(0px 0px 0px #fff);
}
@keyframes text02 {
0% {
fill-opacity: 0;	
}
80% {
fill-opacity: 0.5;
}
100% {
fill-opacity: 1;
filter: drop-shadow(5px 5px 5px #000);
}
}


.art-hm {
	padding-top: 80px!important;
}
.a-hmhome {
	display: block!important;
	width: 90%!important;
	margin-right: auto!important;
		margin-left: auto!important;
	padding: 10px 20px!important;
	background-color: #095cc5!important;
	color: #fff!important;
	margin-bottom: 5%!important;
}
.a-hmhome:after {
	content: '>'!important;
	float: right!important;
	color: #fff!important;
	font-weight: bold!important;
}

.ul-hm01 {
	width: 90%!important;
	margin-right: auto!important;
		margin-left: auto!important;
	border-top: 1px solid #ccc!important;
	margin-bottom: 5%!important;
}
.ul-hm01 li {
	border-bottom: 1px solid #ccc!important;
	border-left: 1px solid #ccc!important;
	border-right: 1px solid #ccc!important;
}
.ul-hm01 li a {
	display: block!important;
	color: #333!important;
	font-size: 16px!important;
	padding: 20px!important;
background-color: #fff!important;
}
.ul-hm01 li a:after {
	content: '>'!important;
	float: right!important;
	color: #2759be!important;
	font-weight: bold!important;
}

.ul-hm02 {
display:flex!important;
justify-content:space-between!important;
flex-wrap: wrap!important;
width: 90%!important;
margin-right: auto!important;
		margin-left: auto!important;
text-align: center!important;
margin-bottom: 5%!important;
}
.ul-hm02 li {
	width: calc(100% / 3)!important;
}

.ul-hm02 li:nth-child(2) {
border-right: 1px solid #dfeefc!important;
border-left: 1px solid #dfeefc!important;
}
.ul-hm02 li a {
	display: block!important;
	background-color: #999!important;
	color: #fff!important;
	font-size: 2.75vw!important;
	text-align: center!important;
	padding-top: 10px!important;
		padding-bottom: 10px!important;
}


#header_wrapper {
	padding-top: 100px!important;
}





i {
	font-style: normal!important;
}

.ul-hm03 {
display:flex!important;
justify-content:space-between!important;
flex-wrap: wrap!important;
width: 90%!important;
margin-right: auto!important;
		margin-left: auto!important;
}
.ul-hm03 li {
	width: calc(100% / 3)!important;	
	
}
.ul-hm03 li:nth-child(2) {
border-right: 1px solid #fff!important;
border-left: 1px solid #fff!important;
}
.ul-hm03 li a {
	display: block!important;
	background-color: #095cc5!important;
	color: #fff!important;
	font-size: 13px;
	text-align: center!important;
	padding: 10px!important;
}






.form-hmhome {
		margin-right: auto!important;
		margin-left: auto!important;
		width: 90%!important;
		height: 40px;display:flex!important;
justify-content:space-between!important;
flex-wrap: wrap!important;
margin-bottom: 5%!important;
}
.hm_submit {
	width: 40px!important;
	height: 40px!important;
}
.hm_keyword {
color: #333!important;
	font-size: 14px!important;
	padding: 5px!important;
border-top: 1px solid #275abd!important;
border-bottom: 1px solid #275abd!important;
border-left: 1px solid #275abd!important;
width: calc(100% - 40px)!important;
display: block!important;
background-color: #fff!important;
}



.overlay {
	background-color: #efefef !important;
}


.img-30thsp {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  z-index: 100;
	animation: img-30th 2s ease-in-out 0s forwards ;
/*filter: drop-shadow(0px 0px 10px #000);*/
width: 90%;
margin-right: auto;
		margin-left: auto;
}

@keyframes img-30th {
0% {
	opacity: 0;
	margin-top: 50px;
}
100% {
	opacity: 1;
	margin-top: 0;
}
}


/*news*/
#news {
	margin-top: 25px;
	border-top: 1px solid #ccc;
}

span.event:before, span.company:before, span.products:before, span.recruit:before, span.support:before, span.news:before, span.term:before {
font-size: 14px;padding: 4px 5px;
width: 8em;
text-align: center;
margin-right: 1em;
display: inline-block;
}
span.event:before {content:"展示会情報"; color: #13b4b2; background-color: #fff;
border: 1px solid #13b4b2;
}
span.company:before {content:"企業情報"; color: #ee6742; background-color: #fff;
border: 1px solid #ee6742;
}
span.products:before {content:"製品情報"; color: #5f53a0; background-color: #fff;
border: 1px solid #5f53a0;
}
span.recruit:before {content:"採用情報"; color: #eb6877; background-color: #fff;
border: 1px solid #eb6877;
}
span.support:before {content:"サポート"; color: #333; background-color: #fff;
border: 1px solid #333;
}


span.news:before {content:"お知らせ"; color: #0068b6; background-color: #fff;;
border: 1px solid #0068b6;
}
span.term:before {content:"技術情報"; color: #009b48; background-color: #fff;
border: 1px solid #009b48;
}


.post_unit {
	border-bottom: 1px solid #ccc;
	padding-top: 25px;
	padding-bottom: 25px;
}
.post_unit a {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}
.newsdate{
	width: 8em;
	margin-right: 1em;
}

.post_date {
	color: #333;
	font-size: 15px;
	margin-right: 1em;
}
.post_title,.post_title a {
	color: #333!important;
	font-size: 15px;
	display: block;
	line-height: 1.5em;
	margin-top: 0.5em;
}
.post_title a:hover {
	text-decoration: underline;
	color: #0093d6!important;
}

.newsexp{}

.post_unit a:hover {
	color: #357ab4;
	text-decoration: underline;
}
span.event2:before, span.company2:before, span.products2:before, span.recruit2:before, span.support2:before, span.news2:before, span.term2:before {
font-size: 13px;padding: 4px 5px 5px;
width: 6em;
text-align: center;
margin-right: 1em;
border: 1px solid #fff;
display: inline-block;
}
span.event2:before {content:"展示会情報"; color: #fff; }
span.company2:before {content:"企業情報"; color: #fff;}
span.products2:before {content:"製品情報"; color: #fff
}
span.recruit2:before {content:"採用情報"; color: #fff; }
span.support2:before {content:"サポート"; color: #fff; }
span.news2:before {content:"お知らせ"; color: #fff; }
span.term2:before {content:"技術情報"; color: #fff; }
.post_date2 {
	margin-right: 1em;
}
#news2 {

}
#news2 li{
	color: #fff!important;
	font-weight: normal!important;
	font-style: normal!important;
	text-decoration: none!important;
	font-size: 15px!important;
	z-index: 100;
	overflow: visible;
}
#news2 li a {
	color: #fff!important;
	font-weight: normal!important;
	font-style: normal!important;
	text-decoration: none!important;
	font-size: 15px!important;
	display: inline;
}



#news2 li a:hover {
	text-decoration: underline!important;
}
#news2 li{
	height: 50px;
}

.post_date2,.post_title2 {
	color: #fff!important;
}
.post_title2 {
	display: block;
	padding-top: 0.5em;
	line-height: 1.5em;
}
.ticker {
	height: 50px!
	;
}

.post p {
	padding-top: 25px;
		padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

/*ticker*/
.ticker {
	margin: 0 auto;
	text-align: left;

	position: relative;
	overflow: hidden;
	height: 6em!important
	;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}


.contactsp {
	background-color: #fff!important;
	position: relative;
	z-index: 200;
	width: 94% !important;
	padding-right: 3%;
		padding-left: 3%;
	padding-bottom: 5%;
	margin-bottom: -20px!important;
}

.sec-search23 {
	padding-top: 70px!important;
}
.tab-search23 {
	width: 94%!important;
	margin-right: auto!important;
		margin-left: auto!important;
}
.tab-search23 dt {
		border-top: 1px dotted #ccc;
		padding-top: 1em;
} 
.tab-search23 dd {

}

.tab-search23 dt a {
	color: #2759be !important;
	font-size: 15px!important;
	line-height: 1.5em!important;
}
.tab-search23 dd span {
	color: #333!important;
	font-size: 15px!important;
	line-height: 1.5em!important;
}

.tab-search23 dd span a {
	color: #2559a6!important;
	font-size: 15px!important;
	line-height: 1.5em!important;
}
.rbnmargin {
    clear: both;
    width: 1023px;
    margin: 0 auto 60px;
    overflow: hidden;
    zoom: 1;
    font-size: 116%;	
}

.div-footr {
	display: none;
}



.slick-active button{
  background-color: #000;
  color: #fff;
}

.slider {
	height: calc(100vh - 100px)!important;
	overflow: hidden;
}

.slick-slide {
	height: 100vh!important;
		background-size: cover!important;	
	width: 100%;
}



.topslider li:nth-child(1) {
	background: url(../img/bg_top2023_01bg_sp.jpg?002) center center no-repeat;

}
.topslider li:nth-child(2) {
	background: url(../img/bg_top2023_02bg_sp.jpg?002) center center no-repeat;

}



.img-slider-up {
	width: 100%;
	height: auto;
	margin-right: auto;
		margin-left: auto;
	position: absolute;
	  top: 25%;
  left: 50%;
  transform: translateY(-25%) translateX(-50%);
}

.topvideo2 {
	height: 100svh;
}



}/* @end group SmartPhone */
/* @end group SmartPhone */
/* @end group SmartPhone */
/* @end group SmartPhone */
/* @end group SmartPhone */
/* @end group SmartPhone */
/* @end group SmartPhone */
/* @end group SmartPhone */
/* @end group SmartPhone */
/* @end group SmartPhone */


/*cssanimation*/

.fadein {
	opacity: 0;
}
.animfadein.forimg01 {
	opacity: 1;
	transition: all 1000ms 250ms ease;
}
.animfadein.forimg02 {
	opacity: 1;
	transition: all 1000ms 500ms ease;
}
.animfadein.forimg03 {
	opacity: 1;
	transition: all 1000ms 750ms ease;
}
.animfadein.forimg04 {
	opacity: 1;
	transition: all 1000ms 1000ms ease;
}

.fadein {
	opacity: 0;
	margin-top: 20px;
	margin-bottom: -20px;
}
.animfadein.forimg01 {
	opacity: 1;
	transition: all 1000ms 250ms ease;
	margin-top: 0;
	margin-bottom: 0;
}
.animfadein.forimg02 {
	opacity: 1;
	transition: all 1000ms 500ms ease;
	margin-top: 0;
	margin-bottom: 0;
}
.animfadein.forimg03 {
	opacity: 1;
	transition: all 1000ms 750ms ease;
	margin-top: 0;
	margin-bottom: 0;
}
.animfadein.forimg04 {
	opacity: 1;
	transition: all 1000ms 1000ms ease;
	margin-top: 0;
	margin-bottom: 0;
}
.animfadein.forimg05 {
	opacity: 1;
	transition: all 1000ms 1250ms ease;
	margin-top: 0;
	margin-bottom: 0;
}
.animfadein.forimg06 {
	opacity: 1;
	transition: all 1000ms 1500ms ease;
	margin-top: 0;
	margin-bottom: 0;
}


.fadezoom0 {
	opacity: 0;
	transform: scale(2,2);
}
.animzoom0.forimg01 {
	opacity: 1;
	transform: scale(1,1);
	transition: all 1000ms 250ms ease;
}
.animzoom0.forimg02 {
	opacity: 1;
	transform: scale(1,1);
	transition: all 1000ms 500ms ease;
}
.animzoom0.forimg03 {
	opacity: 1;
	transform: scale(1,1);
	transition: all 1000ms 750ms ease;
}
.animzoom0.forimg04 {
	opacity: 1;
	transform: scale(1,1);
	transition: all 1000ms 1000ms ease;
}
.animzoom0.forimg05 {
	opacity: 1;
	transform: scale(1,1);
	transition: all 1000ms 1250ms ease;
}

.animzoom0.forimg06 {
	opacity: 1;
	transform: scale(1,1);
	transition: all 1000ms 1500ms ease;
}



/*wideslider*/ 

.mainList {position: relative;}



.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;background-color: #fff;}


.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(https://www.sakura-db.jp/wp-content/themes/sakuradb2017/img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(https://www.sakura-db.jp/wp-content/themes/sakuradb2017/img/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
		filter:alpha(opacity=50)!important;
	-moz-opacity: 0.5!important;
	opacity: 0.5!important;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}






/*INVIEW*/
.animated {
	opacity: 0;

}
.fadeInDown {
  animation: slideIn 4s cubic-bezier(0.25, 1, 0.5, 1) 0.25s forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(00px);
    opacity: 1;
  }

}

.fadeInDown2 {
  animation: slideIn2 6s cubic-bezier(0.5, 1, 0.25, 1) 1s forwards;
}
@keyframes slideIn2 {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(00px);
    opacity: 1;
  }

}



/*.hm-footer {
	width: 700px!important;
	margin-right: auto;
		margin-left: auto;
	padding-top: 50px;
		padding-bottom: 50px;
}*/
.hm-footer {
	width: 770px!important;

	padding-top: 50px;
		padding-bottom: 50px;
	margin-left: 0;
}
.div-hmf {
	margin-top: -25px;
}
#header_wrapper {
	position: relative;
}

.hbmenu {
	margin-top: 0!important;
	margin-right: 0!important;
	box-shadow: none!important;
	border-radius: 0px!important;
	padding: 0px!important;
	}















