@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.sp {
	display: none!important;
}
input[type="submit"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
html {
}
/*clearfix */
.clearfix {
}
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 0px;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/*20171005
h1 {
	font-size: 2em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: flex;
}
*/
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
p, dt, dd, li , th , td{
	line-height: 1.5;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
/* 20190628- */
a.anchor{
    display: block;
    padding-top: 75px;
    margin-top: -75px;
}
/* -20190628 */

.cmnlink01 {
	text-decoration: underline;
}
.cmnlink01:hover {
	text-decoration: none;
}

.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
table {
	border-collapse: collapse;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bold {
	font-weight: 500;
}


#spheader {
	display: none;
}
#pcheader {
	z-index: 9000;
	position: relative;
	/*display: none;*/
}
/*20190628*/
#pcheader-top {
	position: fixed;
	height: 75px;
	/*background: rgba(255,255,255,0.3);*/
	background-color: #fff;
	transition: .5s;
	/*margin-top: -75px;*/
	border-bottom: solid 1px #f2f2f2;
}
.gnav-hide {
    transform: translateY(-100%);
}

/*/20190628*/
/*.headwrap {
	border-top: 3px solid #122F76;
}*/

/* 20180910 */
#pcheader-2 {
	z-index: 9000;
	position: relative;
	/*display: none;*/
}
.headwrap .boxwrap-2 {
	width: 100vw;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.headwrap .box01-2{
	float: left;
	margin: 2px 1px 0 3px;
}
.headwrap .box02-2{
	float: right;
	width: 350px;
	height: 45px;
	background-image: url(../img/common/pcmenubar_background.png);
	background-repeat: no-repeat;
}
.headwrap .box02-2 .menu-icon {
	margin: 10px 0 5px 20px;
	width: 20px;
}
.headwrap .box02-2 .inquiry-icon {
	margin: 5px 20px 5px 20px;
	width: 40px;
}
.headwrap .box02-2 .recruit-icon {
	margin: 5px 20px 5px 20px;
	width: 40px;
}
.headwrap .box02-2 .company-icon {
	margin: 5px 20px 5px 60px;
	width: 40px;
}
.headwrap .box02-2 .menu-icon:hover {
	cursor: pointer;
  opacity: 0.5;
  filter: pick-up(opacity=50);
  -ms-filter: "pick-up(opacity=50)";
}
.headwrap .box02-2 .inquiry-icon:hover {
	cursor: pointer;
  opacity: 0.5;
  filter: pick-up(opacity=50);
  -ms-filter: "pick-up(opacity=50)";
}
.headwrap .box02-2 .recruit-icon:hover {
	cursor: pointer;
  opacity: 0.5;
  filter: pick-up(opacity=50);
  -ms-filter: "pick-up(opacity=50)";
}
.headwrap .box02-2 .company-icon:hover {
	cursor: pointer;
  opacity: 0.5;
  filter: pick-up(opacity=50);
  -ms-filter: "pick-up(opacity=50)";
}
.headwrap .box03-2{
	float: left;
	width: 500px;
}

#gnavwrap-2 {
	margin-bottom: 5px; /* 20180717 */
}


#gnav-2 .sub ul li:hover {
	background-color: transparent;
}
#gnav-2 .sub ul li:last-child a {
	border-bottom-style: none;
}
#gnav-2 .sub ul li a:hover {
	color: #0073B9;
}

#dropmenu-2 {
  /*width: 1000px;
	margin-right: auto;
	margin-left: auto;*/
	position: relative;
	/* 20180717 -
	background-image: url(../img/common/bg_nav_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	- /20180717 */
}
#dropmenu-2 li {
  /* width: 12.5%; 20180717 */
  width: 25%; /* 20180717 */
	/* 20180717 -
	background-image: url(../img/common/bg_nav_01.png);
	background-repeat: no-repeat;
	background-position: right center;
	- /20180717 */
	/*background-image: url(../img/common/bg_nav_02.png);
	//background-repeat: no-repeat;
	//background-position: bottom;*/
	float: left;
	color: #FFF;
	text-align: center;
	position: relative;
	/* font-size: 13px; 20180717 */
	font-size: 12px; /* 20180717 */
	font-weight: normal;
}
#dropmenu-2 li a {
	color: #2f2f2f;
	/* 20180717 padding-top: 16px; */
	padding-top: 8px;  /* 20180717 */
	display: block;
	text-decoration: none;
	/* 20180717 min-height: 51px; */
	min-height: 40px;  /* 20180717 */
	font-weight: normal;
}
#dropmenu-2 li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,0.9);
}
#dropmenu-2 li ul li {
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: 0;
	color: #fff;
	transition: .2s;
	/* font-size: 11px; 20180717 */
	font-size: 10px; /* 20180717 */
	background-image: none;
}
#dropmenu-2 li ul li a {
	/* font-size: 11px; 20180717 */
	font-size: 10px; /* 20180717 */
	text-decoration: none;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0073B9;
	color: #000;
	min-height: 1px;
	font-weight: normal;
	position: relative;
	padding-right: 7px;
}

#dropmenu-2 li:hover {
	/*background-color: #0073B9;*/
	background-color: #677BBB; /*20180913*/
}

#dropmenu-2 li:hover a {
	color: #fff;
}
#dropmenu-2 li:hover ul li a {
	color: #000;
}
#dropmenu-2 li:hover ul li:hover a {
	color: #fff;
}
#dropmenu-2 li:hover > ul > li {
  overflow: visible;
  height: auto;
}
#dropmenu-2 li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu-2 li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu-2 li:hover ul li:hover ul li a {
	color: #000;
}
#dropmenu-2 li:hover ul li:hover ul li:hover a {
	color: #fff;
}

/* 20190628 */
#pcheader-3 {
	z-index: 9000;
	position: relative;
	/*display: none;*/
}
.headwrap .boxwrap-3 {
	width: 100vw;
	/* 20190628 min-width: 1000px;*/
	min-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
.headwrap{
	float: left;
	/*width: 125px;*/
	/*width: 210px;*/
	/*padding: 22px 0 0 22px;*/
}

.box01-3{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 145px;
}

/*.headwrap .box02-3 a {
	float: right;
	width:  15%;
	height: 75px;
	color: white;
	background-color: #4b9cad;
	line-height: 75px;
	text-align: center;
	position: relative;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
.headwrap .box02-3 :hover {
	cursor: pointer;
  opacity: 0.5;
  filter: pick-up(opacity=50);
  -ms-filter: "pick-up(opacity=50)";
}*/
.headwrap .box03-3 {
/*	float: left;*/
	/*width: 1000px;*/
	/*width: calc(100% - 250px);*/
	/*width: 70%;*/
}

.headwrap .box03-3 li:hover {
	cursor: pointer;
}

#dropmenu-3 {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 20px;
	margin: auto;
}


#dropmenu-3 li {
	position: relative;
    height: 75px;
	float: left;
	padding: 30px 16px 15px;
	text-align: center;
	/*20190628 font-family: 'Montserrat', sans-serif;*/
	
}

#dropmenu-3 li a {
	display: block;
	height: 100%;
	color: #2f2f2f;
	text-decoration: none;
	-webkit-transition: 300ms !important;
	-moz-transition: 300ms !important;
	-ms-transition: 300ms !important;
	-o-transition: 300ms !important;
	transition: 300ms !important;
	line-height: 20px;
	font-weight: 700 !important;
}

#popshow-0{
	position: relative;
	width:210px;
	height: 75px;
	margin-left: 20px;
}

#popshow-0 img{
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	height: auto;
}


/*
#dropmenu-3 li::after{
	position: absolute;
	content: "";
	bottom: 20px;
	left: 50%;
	width: 50%;
	height: 4px;
	margin-left: -25%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #4b9cad;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: 300ms !important;
	-moz-transition: 300ms !important;
	-ms-transition: 300ms !important;
	-o-transition: 300ms !important;
	transition: 300ms !important;
}*/

#popshow-8 {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 10px;
}

#popshow-8 a{
	display: block;
	width: 190px;
	height:55px;
	margin:10px 10px 10px auto; 
	padding:16px 20px 15px 65px;
	background-color: #0094d3;
	color: #fff;
	font-size:16px;
	position: relative;
	border-radius: 3px;
}

#popshow-8 a::before {
	content:"";
	width: 26px;
	height: 26px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44.04 44.04"><path fill="%23fff" d="M44 0L33 40.37 18.11 27.08 32.43 12 13.24 25.24 0 22zM16.51 30.58V44l6-8.13z" /></svg>');
	position: absolute;
	left: 30px;
	top:50%;
	transform: translateY(-50%);
}

#popshow-8 a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.3s;
}

#gnavwrap-3 {
	/*margin-bottom: 5px;*/ /* 20180717 */
}
/* /20190628 */


.logo{
	position: absolute;
	width: 150px;
	height: auto;
}


/* /20180910 */

.headwrap .boxwrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 15px;
}
.headwrap .box01{
	float: left;
}
.headwrap .box02{
	float: right;
	padding-top:2px;
}
.headwrap .box02 .pt01 {
	float: left;
}
.headwrap .box02 .pt01 dt {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	background-image: url(../img/common/icon_tel_01.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
}
.headwrap .box02 .pt01 dd {
	font-size: 10px;
	text-align: right;
}


.headwrap .box02 .pt02 {
	float: left;
}
.headwrap .box02 .pt02 li {
	float: left;
	margin-left: 20px;
	width: 165px;
}





#gnavwrap {
	width: 100%;
	/* 20180717 -
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	- /20180717 */
	margin-bottom: 5px; /* 20180717 */
}


#gnav .sub ul li:hover {
	background-color: transparent;
}
#gnav .sub ul li:last-child a {
	border-bottom-style: none;
}
#gnav .sub ul li a:hover {
	color: #0073B9;
}

#dropmenu {
  width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/* 20180717 -
	background-image: url(../img/common/bg_nav_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	- /20180717 */
}
#dropmenu li {
  /* width: 12.5%; 20180717 */
  width: 11.1%; /* 20180717 */
	/* 20180717 -
	background-image: url(../img/common/bg_nav_01.png);
	background-repeat: no-repeat;
	background-position: right center;
	- /20180717 */
	background-image: url(../img/common/bg_nav_02.png); /* 20170717 */
	background-repeat: no-repeat; /* 20170717 */
	background-position: bottom; /* 20170717 */
	float: left;
	color: #FFF;
	text-align: center;
	position: relative;
	/* font-size: 13px; 20180717 */
	font-size: 12px; /* 20180717 */
	font-weight: normal;
}
#dropmenu li a {
	color: #2f2f2f;
	/* 20180717 padding-top: 16px; */
	padding-top: 8px;  /* 20180717 */
	display: block;
	text-decoration: none;
	/* 20180717 min-height: 51px; */
	min-height: 40px;  /* 20180717 */
	font-weight: bold;
}
#dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,0.9);
}
#dropmenu li ul li {
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: 0;
	color: #fff;
	transition: .2s;
	/* font-size: 11px; 20180717 */
	font-size: 10px; /* 20180717 */
	background-image: none;
}
#dropmenu li ul li a {
	/* font-size: 11px; 20180717 */
	font-size: 10px; /* 20180717 */
	text-decoration: none;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4b9cad;
	color: #000;
	min-height: 1px;
	font-weight: normal;
	position: relative;
	padding-right: 7px;
}
#dropmenu li:hover {
	background-color: #4b9cad;
}
#dropmenu li:hover a {
	color: #fff;
}
#dropmenu li:hover ul li a {
	color: #000;
}
#dropmenu li:hover ul li:hover a {
	color: #fff;
}
#dropmenu li:hover > ul > li {
  overflow: visible;
  height: auto;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li:hover ul li:hover ul li a {
	color: #000;
}
#dropmenu li:hover ul li:hover ul li:hover a {
	color: #fff;
}

/*20210326*/
#footer-logo {
	width: 1040px;
	margin: 100px auto;
}
#footer-logo li {
	display: inline-block;
}
/*
#footer-logo img {
	padding: 4px 7px;
	height:100px;
	width:auto;
}*/
/*-20210326*/

#footer01 {
	/*background-color: #0A2D54;*/
	background-color: #f7f7f7;
	padding-top: 45px;
	padding-bottom: 70px;
}
#footer01 .boxwrap01, #footer01 .boxwrap02 {
	color: #777;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer01 .boxwrap01{
	border-bottom: 1px solid #e2e2e2;
}

#footer01 .boxwrap02 {
	margin-top: 30px;
}

#footer01 a {
	color: #777;
}
#footer01 .box01 {
	float: left;
	width:420px;
	height:120px;
	margin-left: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content:space-between;
	align-content: flex-end;
}

#footer01 .box02 {
	float: left;
	width: 550px;
}

#footer01 .box02 .pt05 dl{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 84px;
	align-content:space-between;
	margin-bottom: 20px;
}

#footer01 .box02 .pt05 dd{
	width:48%;
	font-size: 12px;
	margin-bottom: 3px;
}


#footer01 .box02.pt03 {
	/*width: 388px;*/
	width: 582px;
}
#footer01 .box01:first-child {
	margin-left: 0px;

}
#footer01 .box01 dl {
	width: 45%;
}
#footer01 .box01 .pt02 {
	padding-top:40px;
}

#footer01 .box01 dt, #footer01 .box02 dt{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 7px;
	width:48%;
	/*border-bottom: 1px solid #8596AA;*/
	/* border-bottom: 1px solid #FFFFFF; */
}

#footer01 .box03 dt{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 1.3em;
}

#footer01 .box01 dd, #footer01 .box02 dd, #footer01 .box03 dd{
	font-size: 12px;
	margin-bottom: 5px;
}

#footer01 .box03 .cat {
	margin-top:20px;
}



#footer01 .box01 dd.pt01, #footer01 .box02 dd.pt01, #footer01 .box03 dd.pt01 {
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-left: 1em;
}

#footer01 .box01 dd.pt01 .footermenu_l3_indent, #footer01 .box02 dd.pt01 .footermenu_l3_indent, #footer01 .box03 dd.pt01 .footermenu_l3_indent {
	margin-left: 2em;
}

#footer01 .box03 .pt01 {
	font-size: 11px;
	margin-bottom: 5px;
}

 #footer01 .box03 .pt05 {
	float: left;
	width: 265px;
	margin-right: 6px;
}

#footer01 .box03 .pt06 {
	float: left;
	width: 240px;
}

#footer01 .box03 .pt07 {
	float: right;
	width: 180px;
}

#footer01 .box03 .pt08 {
	float: left;
	width: 280px;
	margin-right: 28px;
}

#footer02 {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 20px;
}
#footer02 .boxwrap01 {
	width: 1000px;
	margin: 19px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

#footer02 .box01 ul {
	width: fit-content;
}

#footer02 .box01 ul li {
	display: inline-block;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 12px;
	line-height: 1;
}

#footer02 .box01 ul li a{
	color:#777;
}

#footer02 .box02 .footerlogo img {
	width: 196px;
	height: auto;
}

.copyright {
	text-align: center;
	margin-top: 19px;
}

.copyright small {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}





.pagetop {
	display:none;
	z-index: 9999;
}
.pagetop a {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
}


input[type="text"] {
	border: 1px solid #ccc;
	padding: 6px;
	min-width: 4em;
	max-width: 100%;
	width: 100%;
}
select {
	border: 1px solid #ADADAD;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
textarea {
	border: 1px solid #CCC;
	padding: 10px;
	height: 200px;
	max-width: 100%;
	width: 100%;
	display: block;
}
.topbtmwrap .news_listmain .boxwrap::-webkit-scrollbar{
	width: 7px;
	background: #eee;
}
.topbtmwrap .news_listmain .boxwrap::-webkit-scrollbar-thumb{
	background: #999;
	border-radius: 2px;
}
.newsboxwrap::-webkit-scrollbar{
	width: 7px;
	background: #eee;
}
.newsboxwrap::-webkit-scrollbar-thumb{
	background: #c8c8c8;
	border-radius: 2px;
}
.sllistboxwrap::-webkit-scrollbar{
	width: 7px;
	background: #eee;
}
.sllistboxwrap::-webkit-scrollbar-thumb{
	background: #999;
	border-radius: 2px;
}
.mvblock img {
	width:100%;
}
.cmnblock01 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.cmnblock02 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.cmnblock03 {
	margin-bottom: 70px;
}

.cmntitle01 {
	font-size: 27px;
	color: #0A2D54;
	text-align: center;
	margin-bottom: 45px;
	font-weight: 500;
}
.cmntitle01.mb01 {
	margin-bottom: 30px;
}



.cmnbtn01 a   {
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 100%;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	/* 20180717 padding-top: 12px; */
	padding-top: 6px; /* 20180717 */
	background-color: #E60000;
	/* 20180717 padding-bottom: 12px; */
	padding-bottom: 6px; /* 20180717 */
	font-weight: normal;
	color: #FFF;
}
.cmnbtn01 a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
.cmnbtn02 a   {
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 100%;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	padding-top: 12px;
	background-color: #0A2D54;
	padding-bottom: 12px;
	font-weight: normal;
	color: #FFF;
}
.cmnbtn02.type02 a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cmnbtn02.type03 a {
	padding-top: 7px;
	padding-bottom: 8px;
	font-size: 13px;
}
.cmnbtn02.type04 a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cmnbtn02.type05 a {
	padding-top: 23px;
	padding-bottom: 23px;
}

.cmnbtn02 a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
/*20171101*/
.cmnbtn03{
	display: inline-block;
	margin-top: 80px;
	margin-left: 50px;
}
.cmnbtn03 a   {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	/*width: 100%;*/
	width: 250px;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	padding-top: 12px;
	background-color: #0A2D54;
	padding-bottom: 12px;
	font-weight: normal;
	color: #FFF;
}
.cmnbtn03.type02 a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cmnbtn03.type03 a {
	padding-top: 7px;
	padding-bottom: 8px;
	font-size: 13px;
}
.cmnbtn03.type04 a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cmnbtn03.type05 a {
	padding-top: 23px;
	padding-bottom: 23px;
}

.cmnbtn03 a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
.cmnbtn04{
	display: inline-block;
	margin-top: 95px;
	margin-left: 580px;
}
.cmnbtn04 a   {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	/*width: 100%;*/
	width: 250px;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	padding-top: 12px;
	background-color: #0A2D54;
	padding-bottom: 12px;
	font-weight: normal;
	color: #FFF;
}
.cmnbtn04.type02 a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cmnbtn04.type03 a {
	padding-top: 7px;
	padding-bottom: 8px;
	font-size: 13px;
}
.cmnbtn04.type04 a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cmnbtn04.type05 a {
	padding-top: 23px;
	padding-bottom: 23px;
}

.cmnbtn04 a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
/*/20171101*/
/* 20180524 */
.cmnbtn06 a   {
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	padding-top: 12px;
	background-color: orange; /* 20180524 */
	/* 20180524 background-color: #E60000;*/
	padding-bottom: 12px;
	font-weight: normal;
	color: #FFF;
}
.cmnbtn06 a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
/* 20180711 */
.cmnbtn02 a:hover,
.cmnbtn06 a:hover {
  opacity: 0.5;
  filter: pick-up(opacity=50);
  -ms-filter: "pick-up(opacity=50)";
	
}
/* /20180711 */
/* /20180524 */
.topmain .cont01wrap {
	background-color: #DFE9F2;
	padding-top: 65px;
	padding-bottom: 65px;
}
.topmain .cont01 .box01 {
	margin-bottom: 50px;
}
.topmain .cont01 .box01 dt {
	float: left;
}
.topmain .cont01 .box01 dd {
	font-size: 15px;
	float: right;
	width: 790px;
}
.topmain .cont01 .box02 {
	float: left;
	width: 300px;
	margin-left: 50px;
	margin-bottom: 50px; /* 20180315 */
}
.topmain .cont01 .box02:nth-child(3n+1) { /* 20180315 */
	margin-left: 0px;
}
/* 20180315 */
.topmain .cont01 .box02:nth-last-child(-n+3) {
	margin-bottom: 0px;
}
/* /20180315 */
.topmain .cont01 .box02 div {
	margin-bottom: 15px;
}
.topmain .cont02wrap {
	padding-top: 65px;
	padding-bottom: 65px;
}
.topmain .cont02 .txt01 {
	margin-bottom: 25px;
}
.topmain .cont02 .btn01 {
	width: 155px;
	margin-right: auto;
	margin-left: auto;
}
.topmain .cont02 .btn02 {
	width: 475px;
	margin-right: auto;
	margin-left: auto;
}
.topmain .cont02 .boxwrap01 {
	margin-bottom: 40px;
}
.topmain .cont02 .box01 {
	width: 310px;
	margin-left: 35px;
/*	margin-left: 50px; 20180413*/
	padding-top: 30px;
	padding-bottom: 0px;
	border: 1px solid #D6D6D6;
	text-align: center;
	float: left;
}
.topmain .cont02 .box01:first-child {
	margin-left: 0px;
/*	margin-left: 165px; 20180413*/
}
.topmain .cont02 .box01 .txt {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
}

.topmain .cont02 .title01 {
	font-size: 18px;
	padding-top: 5px;
	width: 250px; /* 20180523*/
	/*width: 178px; 20180523*/
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top: 1px solid #0A2D54;
	border-bottom: 1px solid #0A2D54;
	position: relative;
	height: 65px;
	font-style: italic;
	font-weight: bold;
	color: #0A2D54;
	text-align: center;
	line-height:1.4;
}
.topmain .cont02 .title01.type02 {
	padding-top: 15px;
}
.topmain .cont02 .title01 .icon01 {
	margin-left: -8px;
	position: absolute;
	left: 50%;
	bottom: -25px;
}
.topmain .cont02 .img01 {
	margin-bottom:20px;
}
.topmain .cont03wrap {
	background-color: #DFE9F2;
	padding-top: 65px;
	padding-bottom: 65px;
}
.topmain .cont03 .btn01 {
	width: 155px;
	margin-right: auto;
	margin-left: auto;
}
.topmain .cont03 .box01 {
	width: 310px;
/*	margin-left: 35px; 20180313*/
	margin-left: 50px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	float: left;
	background-color: #FFF;
}
.topmain .cont03 .box01:first-child {
/*	margin-left: 0px; 20180313*/
	margin-left: 165px;
}
.topmain .cont03 .title01 {
	font-size: 15px;
	margin-bottom: 35px;
	text-align: center;
}
.topmain .cont03 .img01 {
	margin-bottom:20px;
}
.topmain .cont04wrap {
	padding-top: 65px;
	padding-bottom: 65px;
	border-bottom: 1px solid #d6d6d6;
}
.topmain .cont04 .box01 {
	float: left;
}
.topmain .cont04 .box02 {
	float: right;
	width: 500px;
}
.topmain .cont04 .txt01 {
	font-size: 17px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 35px;
}
.topmain .cont05wrap {
	padding-top: 45px;
	padding-bottom: 65px;
}
.topmain .cont05 .title01 {
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	line-height:1.4;
}
.topmain .cont05 .title01 .pt01 {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	border-top: 1px solid #0A2D54;
	border-bottom: 1px solid #0A2D54;
	position: relative;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.topmain .cont05 .title01 .icon01 {
	margin-left: -13px;
	position: absolute;
	left: 50%;
	bottom: -28px;
}
.topmain .cont05 .txt01 {
	text-align: center;
	margin-bottom: 20px;
}
.topmain .cont05 .txt01 dt {
	font-size: 40px;
	font-weight: bold;
	color: #0C2741;
	line-height: 1.3;
}
.topmain .cont05 .txt01 dt .pt01 {
	background-image: url(../img/common/icon_tel_02.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	display: inline-block;
	padding-left: 23px;
}
.topmain .cont05 .txt01 dd {
	font-size: 15px;
}
.topmain .cont05 .list01 {
	text-align: center;
}
.topmain .cont05 .list01 li {
	display: inline-block;
	width: 230px;
	margin-right: 15px;
	margin-left: 15px;
}
.topmain .cont06wrap {
	background-color: #DFE9F2;
	padding-top: 65px;
	padding-bottom: 65px;
}
.topmain .cont06 .titlewrap {
	position: relative;
}
.topmain .cont06 .titlewrap .txt01 {
	font-size: 12px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/* 20180524 */
.topmain .cont07wrap {
	padding-top: 25px;
	padding-bottom: 35px;
}
/* /20180524 */
.newsboxwrap {
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.newsbox{
	height: 220px;
	overflow-y: auto!important;
	padding-right: 20px;
	padding-top:10px;
}
.newsbox::-webkit-scrollbar{
	width: 7px;
	background: #eee;
}
.newsbox::-webkit-scrollbar-thumb{
	background: #ccc;
	border-radius: 2px;
}
.newsbox {
	position:relative;
}
.newsbox dt {
	position: absolute;
	color: #0C263E;
}
.newsbox dd {
	font-size: 13px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	padding-left: 7.5em;
	border-bottom: 1px solid #DBE3E5;
}
.topicpathwrap {
	font-size: 12px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.maintitlewrap {
	background-color: #0A2D54;
	width: 100%;
	margin-bottom: 70px;
	padding-top: 32px;
	padding-bottom: 32px;
}
.maintitle {
	font-size: 28px;
	color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
.cmntitle03 {
	font-size: 24px;
	font-weight: normal;
	color: #0A2C53;
	margin-bottom: 32px;
	padding-left: 17px;
	border-left: 3px solid #0A2D54;
	line-height: 1.2;
}
.cmnbox01 {
	background-color: #EEF3F8;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}
/*20171101*/
.cmnbox04 {
	display: block;
	height: 185px;
	margin-top: 30px;
	margin-left: 20px;
	background-color: #FFF;
	background-image: url(../images/product/sec_all/inuvika/query.png);
	background-repeat: no-repeat;
}
/*/20171101*/
.cmnbox01 .pt01 {
	margin-bottom: 35px;
}

.cmnbox01 .txt01 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
}
.cmnbox01 .txt02 {
	font-size: 16px;
	margin-bottom: 20px;
}
.cmnbox01 .txt03 {
	font-size: 16px;
	margin-bottom: 10px;
}
.cmnbox01 .txt04 {
	font-size: 16px;
	margin-bottom: 35px;
}
.cmnbox01 .txt05 {
	font-size: 16px;
}

.cmnbox01 .img01 {
	background-color: #FFF;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}
.cmnbox01 .img02 {
	text-align: center;
	margin-bottom: 50px;
}
.cmnbox01 .img03 {
	text-align: center;
	margin-bottom: 30px;
}

.cmnbox01 .list01 {
	margin-bottom: 40px;
}
.cmnbox01 .list01.mb01 {
	margin-bottom: 20px;
}
.cmnbox01 .list01.mb03 {
	margin-bottom: 0px;
}


.cmnbox01 .list01 li {
	font-size: 16px;
	background-image: url(../img/common/icon_arr_03.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 28px;
	font-weight: 500;
	padding-bottom: 7px;
}
/* 20171205 */
.cmnbox01 .list11 li {
	font-size: 16px;
	list-style-type: decimal;
	font-weight: 500;
	margin-left: 2em;
	padding-bottom: 1px;
}
.cmnbox01 .list11.mb11,
.cmnbox01 .list12.mb11 {
	margin-bottom: 20px;
}
.cmnbox01 .list12 li {
	font-size: 16px;
	background-image: url(../img/common/icon_arr_04.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 28px;
	font-weight: 500;
	padding-bottom: 20px;
}
.cmnbox01 .list12 dt {
	color: blue;
	border-bottom: solid 2px lightblue;
	background-color: white;
}
.cmnbox01 .list13 li {
	font-size: 16px;
	background-image: url(../img/common/icon_arr_03.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 28px;
	font-weight: 500;
	padding-bottom: 7px;
}
.cmnbox01 .list13.mb13 {
	margin-bottom: 1px;
}
.cmnbox01 .list14 li {
	font-size: 16px;
	background-image: url(../img/common/icon_arr_05.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 28px;
	font-weight: 500;
	padding-bottom: 7px;
}
.cmnbox01 .list14.mb14 {
	margin-bottom: 20px;
}
/* /20171205 */

.cmnbox01 .list01.mb02 li {
	margin-bottom: 12px;
}

.cmnbox01 .btn01 {
	text-align: center;
	margin-bottom: 30px;
}
.cmnbox01 .btn01 li {
	width: 260px;
	margin-right: 15px;
	margin-left: 15px;
	display: inline-block;
}
.cmnbox01 .btn01 li a{
	padding-top: 20px;
	padding-bottom: 20px;
}
.cmnbox01 .txt02 a{
	color: #0072B8;
}
.cmnbox01 .list01 li a{
	color: #0072B8;
}

/* 20180524 */
#pickuparea ul.pick-up li {
	display:inline-block;
	list-style-type: none;
	text-align: center;
	/* 20180713 width: 25%;
	max-width: 250px;*/
	width: 20%; /* 20180713- */
	max-width: 200px; /* -20180713 */
	border: solid 1px aliceblue;
}
#pickuparea ul.pick-up li:nth-child(1) {
}
#pickuparea ul.pick-up li a:hover {
      color: gray;
      text-decoration: none;
}
#pickuparea ul.pick-up li a:hover img {
  opacity: 0.5;
  filter: pick-up(opacity=50);
  -ms-filter: "pick-up(opacity=50)";
}

@media (max-width:1200px) and (min-width: 741px) {
	/* #dropmenu-3 li {
		padding-right: 0;
	}
	 */
	#dropmenu-3 li a {
		font-size: min(1.6vw,14px);
	}
}
@media (max-width: 1024px) and (min-width: 741px) {
	.top-keyvisual .block-text {
		z-index: 99;
		position: absolute;
		left: 0;
		text-align: left;
		color: #122d4b;
		padding-left: 11vw !important;
		opacity: 0;
		transition: all 1s;
		/*bottom: 110px;*/
		top: 35vh;
		font-family:"A-OTF UD黎ミン Pr6N L",serif !important;
		font-weight: 700;
	}
}	
/* 20180717 */
@media (min-width: 741px) {

	body {
		font-size: 14px;
		/*font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , "メイリオ" , "Lucida Grande" , Meiryo, sans-serif;*/
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: left;
		-webkit-text-size-adjust: 100%;
		/*color: #000;*/
		color: #595757;
		width: 100%;
		min-width: 1040px;
		word-break: break-all;
		line-height: 1.5;
		letter-spacing: 0;
		background-color: #FFFFFF;
	}
	/* 20180911 */
	#spheader {
		display: block;
	}
	#t_clear {
		background-color: #000000;
		position: fixed;
		width: 100%;
		height: 10000px;
		z-index: 100;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		/*filter: alpha(opacity=50);
		-moz-opacity: 0;
		opacity: 0.1;*/
	}
	#spgnav2 {
		position: absolute;
		/*width: 100%;*/
		width: 330px;
		z-index: 9999;
		background-color: #fff;
		top: 55px;
		text-align: left;
		padding: 0;
		display: none;
	}
	.i_tab {
		width: 16px;
		height: 16px;
	}
	.spnav {
		margin-bottom:0;
	}
	.spnav01 {
		display: block;
		position: relative;
	}
	.spnav01 a {
		color: #000;
		position: relative;
		display: block;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #e2e2e2;
		background-color: #fff;
		font-size: 12px;
	}
	.spnav01 a:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 12px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
		border-top-width: 1px;
		border-right-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-top-color: #000;
		border-right-color: #000;
	}

	.spnav02 {
		display: block;
		position: relative;
		color: #000;
		position: relative;
		display: block;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #e2e2e2;
		background-color: #fff;
		font-size: 12px;
	}
	.spnav02:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 12px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-bottom-style: solid;
		border-right-style: solid;
		border-bottom-color: #000;
		border-right-color: #000;
	}
	.spnav02.open:after {
		margin-top: -0px;
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-bottom-style: none;
		border-right-style: none;
		border-bottom-color: #000;
		border-right-color: #000;
		border-top-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-left-style: solid;
		border-top-color: #000;
		border-left-color: #000;
	}

	.spnav03 li {
		display: block;
		position: relative;
	}
	.spnav03 li a {
		color: #0073B9;
		position: relative;
		display: block;
		padding-top: 10px;
		/*padding-right: 10px;*/
		padding-right: 25px;
		padding-bottom: 10px;
		padding-left: 22px;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #e2e2e2;
		background-color: #fff;
		font-size: 12px;
		font-weight: normal;
	}
	.spnav03 li a:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 12px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
		border-top-width: 1px;
		border-right-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-top-color: #0073B9;
		border-right-color: #0073B9;
	}

	.acccont{
		display:none;
	}
	.fl{
		float:none;
	}
	.fr{
		float:none;
	}
	/* /20180911 */
	.top-header-devider {
		width: 1000px;
		height: 1px;
		margin: 20px auto;
		border-top: solid 1px gray;
	}
	/* 20180717 */
	#pickuparea .pick-up2 {
		width: 1000px;
		margin: 0 auto;
		margin-bottom: 6%;
	}
	#pickuparea .pick-up2 h2 {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
		/*font-family: "A-OTF UD新ゴ Pr6N L",sans-serif;*/
		font-size: 36px;
		margin-bottom: 1%;/*20190603*/
		font-weight: 900;
	}
	#pickuparea .pick-up2 p {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
		/*font-family: "A-OTF UD新ゴ Pr6N L",sans-serif;*/
		font-size: 16px;
		/*margin-bottom: 3%;*/
	}

	#pickuparea .pick-up2 .slider p,
	#pickuparea .pick-up2 .slider-nav p {
		width: 100%;
	/*	font-family: "A-OTF UD新ゴ Pr6N L",sans-serif;*/
		font-size: 12px;
		margin-top: 2%;
	}

	#categoryarea #view-1,
	#categoryarea #view-2,
	#categoryarea #view-3 {
		display: none;
		position: relative;
		background-color: lightgrey;
		padding-top: 10px;
	}
	
	/* 20190830 */
	#categoryarea #view-1::before,
	#categoryarea #view-2::before,
	#categoryarea #view-3::before {
		content: '';
		display: inline-block;
		position: absolute;
		background-image: url(../img/top/triangle-arrow.png);
		background-size: contain;
		width: 15px;
		height: 10px;
		top: -10px;
		transition-property: all;
		transition-duration: 1s;
		z-index:9999;
	}
	#categoryarea #view-1::before {
		left: 16.6%;
		transform:translateX(-7.5px);
	}
	#categoryarea #view-2::before {
		left: 49.9%;
		transform:translateX(-7.5px);
	}
	#categoryarea #view-3::before {
		left: 83.3%;
		transform:translateX(-7.5px);
	}
	/* /20190830 */
	
	#categoryarea .box11 {
		height: auto;
		/*font-size: 16px;*/
		padding-left: 10vw;
		padding-bottom: 20px;
	}
	
	
	/*#categoryarea .category-block,*/
	#eventarea .event-block,
	#contactarea .contact-block,
	#bannerarea .banner-block {
		width: 1000px;
		margin: 0 auto;
		margin-bottom: 6%;
	}
	#eventarea {
		/*background: url(../img/top/seminar-background.png);
		background-size: 100%;*/
	}
	#contactarea {
		/*background: url(../img/top/contact-background.png);
		background-size: 100%;*/
	}

	#categoryarea .category-title,
	#eventarea .event-block-title,
	#contactarea .contact-block-title {
		width: 1000px;
		/*margin: 20px auto;*/
		margin: 0 auto;
		margin-bottom: 3%;
	}
	#categoryarea .category-title {
		/*padding-bottom: 10px;*/
		margin-bottom: 3%;
	}
	
	#categoryarea .category-title h2,
	#eventarea .event-block-title h2,
	#contactarea .contact-block-title h2 {
		width: 1000px;
		margin: 0 auto;
		/*padding-top: 20px;*/
		text-align: center;
		/*font-family: "A-OTF UD新ゴ Pr6N L",sans-serif;*/
		font-size: 36px;
		font-weight: 900;
		margin-bottom: 1%;
	}
	#categoryarea .category-title p,
	#eventarea .event-block-title p,
	#contactarea .contact-block-title p {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
		/*font-family: "A-OTF UD新ゴ Pr6N L",sans-serif;*/
		font-size: 16px;
	}
	#categoryarea .category-menu-box {
		/*width: 1000px;
		height: 333px; */
		/*min-height: 30px;*/
		margin: 0px auto;
	}

	#categoryarea .category-block{
		/* margin-bottom: 6%; */
		/* 20190830 */
		width: 1000px;
		margin: 0 auto 6%;
	}

	#categoryarea .category-menu li {
		float: left;
		list-style-type: none;
		width: 33.3%;
		/* 20190830 height: 30vw;*/
		/* 20190830 min-height: 300px;*/
		min-height: 200px;
	}
	#categoryarea .category-menu li:hover {
		cursor: pointer;
		/*opacity: 0.5;
		filter: pick-up(opacity=50);
		-ms-filter: "pick-up(opacity=50)";*/
	}
	/*#categoryarea .category-menu li p {
		margin: 20vw auto 0 auto;
		width: 80%;
		color: white;
		font-family: "A-OTF UD新ゴ Pr6N L",sans-serif;
		font-size: 3vw;
		text-align: center;
		border-bottom: solid 1px white;
	}*/
	#categoryarea .category-menu li:nth-child(1) {
		background-image: url(../img/top/itconsul-search.png);
		background-repeat: no-repeat;
		/* 20190830  background-size: cover; */
		background-size: 100% auto;
	}
	#categoryarea .category-menu li:nth-child(2) {
		background-image: url(../img/top/solution-search.png);
		background-repeat: no-repeat;
		/* 20190830  background-size: cover; */
		background-size: 100% auto;
	}
	#categoryarea .category-menu li:nth-child(3) {
		background-image: url(../img/top/service-search.png);
		background-repeat: no-repeat;
		/* 20190830  background-size: cover; */
		background-size: 100% auto;
	}
	
	
	#eventarea .event-contents {
		width: 1000px;
		height: auto;
		margin: 10px auto 0;
		border-top: solid 1px black;
	}
	#eventarea .event-item {
		border-bottom: solid 1px gray;
	}
	#eventarea .event-item dl {
		padding: 1.5% 0;
	}
	#eventarea .event-item dt {
		width: 100%;	/* was-> 30%; */
	}
	#eventarea .event-item dt.seminar {
		background: right no-repeat url(../img/common/seminar-icon.png);
		background-size: 100px auto;
	}
	#eventarea .event-item dt.event {
		background: right no-repeat url(../img/common/event-icon.png);	
		background-size: 100px auto;
	}
	#newsarea .event-item dt p,
	#eventarea .event-item dt p {
		padding-right: 10px;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
		/*font-family: "A-OTF UD新ゴ Pr6N L","ＭＳ ゴシック", sans-serif;*/
		font-size: 16px !important;
		font-weight: bold !important;
		color:#fff !important;
	}
	#newsarea .event-item dd,
	#eventarea .event-item dd {
		width: 100%;
		padding-right: 10px;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
		/*font-family: "A-OTF UD新ゴ Pr6N L","ＭＳ ゴシック", sans-serif;*/
		font-size: 16px !important;
		font-weight: bold !important;
		color: #fff !important;
	}
	#eventarea .event-item dd:hover {
	  opacity: 0.5;
	  filter: pick-up(opacity=50);
	  -ms-filter: "pick-up(opacity=50)";
	}


	#contactarea .contact-block-button {
		width: 80%;
		height: auto;
		margin: 10px auto 30px;
		border-radius: 2vw;
		/*padding-top: 4px;*/
	}
	#contactarea .contact-block-button img {
		float: left;
		width: 50%;
	}

	#bannerarea .banner-menu {
		width: 90%;
		margin: 0 auto;
		
	}
	/* 20190726 */
	#bannerarea .banner-menu img {
		float: left;
		width: 42%;
	}
	/* /20190726 */
	
	#bannerarea .banner-item1,
	#bannerarea .banner-item2,
	#bannerarea .banner-item3 {
		float:left;
		width: 25%;
		/*20190817 margin: 0 4%;*/
		margin: 0 27%;
		min-height: 7%;
		/*margin: 5% 5% 0;*/
	}
	#bannerarea .banner-item1:hover,
	#bannerarea .banner-item2:hover,
	#bannerarea .banner-item3:hover {
		text-decoration: none;
		opacity: 0.5;
		filter: pick-up(opacity=50);
		-ms-filter: "pick-up(opacity=50)";
	}

	#bannerarea .banner-item1 {
	}
	#bannerarea .banner-item2 {
	}
	#bannerarea .banner-item3 {
	}

	.bottom-devider {
		width: 100%;
		min-height: 1%;
	}
	/* /20180717 */
	.title-line--blue2 {
		display: block;
	}
	.cmntitle07 {
		font-size: 27px;
		color: #0A2D54;
		text-align: center;
		margin-bottom: 25px;
		font-weight: 500;
	}
	.cmntitle07.mb01 {
		margin-bottom: 30px;
	}
	/* /20180524 */




	.cmntitle04 {
		margin-bottom: 12px;
	}
	.cmntitle04 span {
		font-size: 15px;
		color: #FFF;
		background-color: #0073B9;
		display: inline-block;
		font-weight: normal;
		padding-top: 7px;
		padding-right: 14px;
		padding-bottom: 7px;
		padding-left: 14px;
	}
	.cmntitle04 span.col01 {
		background-color: #0A2D54;
	}
	.cmntitle04 span.col02 {
		background-color: #FFFFFF;
		color: #000;
		background-image: url(../img/awsintroduction/arr_02.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 25px;
		background-size: contain , 100%;
		font-weight: 500;
	}

	.subtitle01 {
		font-weight: 500;
		margin-top: -28px;
		padding-left: 17px;
		margin-bottom: 30px;
		font-size: 15px;
	}

	.news__body {
		color: #000!important;
		list-style: none;
	}
	.news__body__item {
		overflow: hidden;
		font-size: 13px;
		margin-bottom: 12px;
		padding-bottom: 12px;
		border-bottom: 1px solid #DBE3E5;
	}
	.news__body li:not(:last-child) {
		margin-bottom: 2%;
	}
	.news-date {
		float: left;
		padding-right:25px;
	}
	.news-topic {
		float: left;
	}
	.rtxt01 {
		font-size: 15px;
		color: #FFF;
		text-align: center;
		margin-bottom: 25px;
	}
	.rtxt01 span {
		background-color: #0073B9;
		display: inline-block;
		padding-top: 10px;
		padding-right: 25px;
		padding-bottom: 10px;
		padding-left: 25px;
		min-width: 470px;
	}


	.rbox01 {
		float: left;
		width: 290px;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	.rbox01:first-child {
		margin-left: 0px;
	}
	.rbox01 dl dt {
		font-size: 18px;
		color: #0073B9;
		margin-bottom: 10px;
		padding-bottom: 7px;
		border-bottom: 1px solid #0073B9;
		font-weight: 500;
		background-repeat: no-repeat;
		background-position: left 4px;
		padding-left: 24px;
	}
	.rbox01 dl dt.icon01 {
		background-image: url(../img/reasons/icon_01.png);
	}
	.rbox01 dl dt.icon02 {
		background-image: url(../img/reasons/icon_02.png);
	}
	.rbox01 dl dt.icon03 {
		background-image: url(../img/reasons/icon_03.png);
	}
	.rbox02 {
		margin-bottom: 15px;
	}
	.rbox02 .bl {
		float: left;
	}
	.rbox02 .br {
		float: left;
		margin-left: 30px;
		margin-top: -10px;
	}
	.rbox03 {
		margin-bottom: 40px;
	}
	.rbox03 .bl {
		float: left;
		width: 600px;
		padding-top: 40px;
	}
	.rbox03 .br {
		float: right;
	}
	.awiwrap01 {
		margin-bottom: 50px;
		padding-right: 20px;
		padding-left: 20px;
	}


	.awi01 {
		background-color: #FFF;
	}
	.awi01 .cmntitle04 {
		margin-bottom: 0px;
	}
	.arr01 {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.tabwrap {
		background-color: #EEF3F8;
		padding-right: 35px;
		padding-left: 35px;
		border-bottom: 2px solid #0073B9;
	}
	.tabwrap .tab {
		text-align: center;
		font-size: 0px;
	}
	.tabwrap .tab li {
		font-size: 15px;
		color: #0073B9;
		background-color: #EEE;
		display: inline-block;
		width: 50%;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.tabwrap .tab li:hover {
		cursor: pointer;
	}
	.tabwrap .tab li.select:hover {
		cursor: default;
	}
	.tabwrap .tab li.select {
		color: #FFF;
		background-color: #0073B9;
	}
	.tabcontent .hide {
		display: none;
	}
	.tabbox {
		-webkit-animation: show 0.2s linear 0s;
		animation: show 0.2s linear 0s;
	}
	.op01 dl {
		display: table;
	}
	.op01 dl dt {
		font-size: 16px;
		color: #B20000;
		text-align: left;
		display: table-cell;
		width: 6em;
	}
	.op01 dl dd {
		font-size: 16px;
		color: #B20000;
		text-align: left;
		display: table-cell;
	}
	.optable {
		margin-bottom: 40px;
	}
	.optable table {
		width: 100%;
	}
	.optable table th {
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
		padding-top: 14px;
		padding-right: 5px;
		padding-bottom: 14px;
		padding-left: 5px;
		border: 1px solid #d6d6d6;
		color: #FFF;
		background-color: #0073B9;
		min-width:4em;
	}
	.optable table td {
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
		padding-top: 14px;
		padding-right: 5px;
		padding-bottom: 14px;
		padding-left: 5px;
		border: 1px solid #d6d6d6;
		background-color: #FFF;
		min-width:4em;
	}
	.optable table .w01 {
		width:19em;
	}
	.optable table .w02 {
		width:8em;
	}
	.optable table .w03 {
		width:6em;
	}
	.optable table .w06 {
		width: 20em;
	}
	.optable table .fs {
		font-size:14px;
	}

	/* 20171214 */
	.optable2 {
		margin-bottom: 40px;
	}
	.optable2 table {
		margin-left: 5%;
	}
	.optable2 table th {
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
		padding-top: 4px;
		padding-right: 5px;
		padding-bottom: 4px;
		padding-left: 5px;
		border: 1px solid #d6d6d6;
		color: #000;
		background-color: #a9a9a9;
		min-width:4em;
	}
	.optable2 table td {
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
		padding-top: 4px;
		padding-right: 5px;
		padding-bottom: 4px;
		padding-left: 5px;
		border: 1px solid #d6d6d6;
		background-color: #FFF;
		min-width:4em;
	}
	.optable2 table .w01 {
		width:19em;
	}
	.optable2 table .w02 {
		width:8em;
	}
	.optable2 table .w03 {
		width:6em;
	}
	.optable2 table .w06 {
		width: 20em;
	}
	.optable2 table .fs {
		font-size:14px;
	}
	/* section-speciality */

	.section-speciality{
	}

	.section-speciality .wrapper-section {
		position: relative;
		width: 1000px;
		height: 680px;
		margin: 0 auto -80px;
		background-image: url(../images/common/speciality_bk.png?20191115);
		background-size: 800px;
		background-repeat: no-repeat;
		background-position: 100px 190px;
		padding: 30px 0 0 0;
	}
	.section-speciality .wrapper-section .title-section {
		padding-left: 450px;
		text-align: right;
		margin-bottom: 0!important;
	}
	.section-speciality .wrapper-section .title-section .en {
		font-size: 46px;
		line-height: 1;
		display: block;
	}
	.section-speciality .wrapper-section .title-section .jp {
		font-size: 26px;
		line-height: 1;
		display: block;
		margin-top: 20px;
	}
	.content-speciality {
		width: 1000px;
		margin: 0 auto;
	}
	#list-special-area {
		width: 1000px;
		height: 200px;
		margin: 0 auto;
		position: absolute;
		top: 400px;
		padding: 0 25px;
		
	}	
	.block-ciic .title {
		font-size: 24px;
		text-align: center;
		margin-top: 120px;
		position: relative;
		z-index: 9;
		color: #ffffff;
		font-family:"A-OTF UD黎ミン Pr6N L",serif !important;
		font-weight: bold;
		letter-spacing: 0.1em;
		display: inline-block;
	}

	.list-special .item {
		position: relative;
		display: inline-block;
		width: 154.4px;
		height: 200px;
		/*opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
		-webkit-transition: all 1.0s ease;
		transition: all 1.0s ease;*/
	}
	/*.list-special .item:nth-child(1) {
		transition-delay: 0s;
	}
	.list-special .item:nth-child(2) {
		transition-delay: 0.35s;
	}
	.list-special .item:nth-child(3) {
		transition-delay: 0.7s;
	}
	.list-special .item:nth-child(4) {
		transition-delay: 1.05s;
	}
	.list-special .item:nth-child(5) {
		transition-delay: 1.4s;
	}
	.list-special .item:nth-child(6) {
		transition-delay: 1.75s;
	}*/
	.list-special.active .item {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.central-item .img,
	.list-special .item .img {
		cursor: pointer;
	}
	.list-special .item span {
		color: black;
	}
	.list-special .item img {
		position: absolute;
		width: 100px;
		left: 27px;
	}
	.list-special .item p {
		position: absolute;
		width:155px;
		top: 100px;
		left: 0;	
		text-align: center;
	}
	.list-special .item p span:nth-child(1) {
		font-family: "小塚ゴシック Pr6N R",sans-serif;
		font-size: 20px;
		font-weight: 900;
	}
	.list-special .item p span:nth-child(2) {
		font-family:  "Montserrat", sans-serif;
		font-size: 10px;
	}
	.central-item {
		position: absolute;
		width: 330px;
		text-align: center;
		left: 335px;
		top: 30px;
	}
	.central-item p {
		position: absolute;
		width: 250px;
		text-align: center;
		left: 40px;
		top: 120px;
	}
	.central-item span {
		color: black !important;
		font-family: "小塚ゴシック Pr6N R",sans-serif !important;
		font-size: 20px !important;
		font-weight: 900 !important;
	}

}
/* /20171214 */





▼keframe {
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}


.cover-page {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #ffffff;
	left: 0;
	top: 0;
	z-index: 9999;
	background-image: url(../img/common/logo4.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.top-keyvisual {
	position: relative;
	/*20200501 height: calc(100vh);*/
	height: calc(82.6vw * 950 / 2000 + 75px);	/*20200501*/
	margin-top: -75px;
	position: relative;
	z-index: 99;
}

.top-keyvisual .block-img {
	/*20200501 height: calc(100vh - 75px);*/
	height: calc(82.6vw * 950 / 2000);	/*20200501*/
	position: absolute;
	width: 82.6%;
	left: 0;
	top: 0;
	z-index: 9;
	overflow: hidden;
}

.top-keyvisual .block-img .inner-img {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/common/top.jpg?20200501);
	/*background-image: url(../images/common/sample.mov);*/
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	/*20200501 transition: clip 0.4s ease-in-out;*/
}

.top-keyvisual .block-img .inner-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: " ";
	/*background-image: url(../images/common/bg_cover.png);*/
	z-index: 1;
}
.top-keyvisual .block-bg-cyan {
	width: 100%;
	height: 100%;
	position: absolute;
}

.top-keyvisual .block-bg-cyan .inner-bg-cyan {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #142c4d;
	/*20200501 width: 0;
	transition: width 0.5s;*/
	width: 80%;		/*20200501*/
	z-index: -100;	/*20200501*/
}


/*20200501
.top-keyvisual .block-bg-cyan.active .inner-bg-cyan {
	width: 100%;
}
.top-keyvisual .block-bg-cyan.final .inner-bg-cyan {
	width: 80%;
	z-index: -100;
}
*/

.top-keyvisual .btn-scroll {
	font-size: 23px;
	font-weight: bold;
	transform: rotate(270deg);
	left: 10%;
	position: absolute;
	bottom: 150px;
	display: block;
	margin-left: -105px;
	/*20200501 opacity: 0;
	transition: all 0.4s;*/
	width: 211px;
	z-index: 9;
	line-height: 1;
	opacity: 1;		/*20200501*/
	bottom: 98px;	/*20200501*/
}
.top-keyvisual .btn-scroll .line {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 140px;
	height: 1px;
	margin: auto;
}
.top-keyvisual .btn-scroll .line:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	background: #fff;
	-webkit-animation-name: scrollLine;
	animation-name: scrollLine;
	-webkit-animation-duration: 3.2s;
	animation-duration: 3.2s;
	-webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/*20200501.top-keyvisual .btn-scroll.active {
	opacity: 1;
	bottom: 98px;
}*/
.top-keyvisual .btn-scroll:hover {
	text-decoration: none;
}

@-webkit-keyframes scrollLine{
	0%{
			-webkit-transform: translateX(100%);
			transform: translateX(100%)
	}
	5%{
			-webkit-transform: translateX(100%);
			transform: translateX(100%)
	}
	45%{
			-webkit-transform:translateX(0);
			transform:translateX(0)
	}
	55%{
			-webkit-transform:translateX(0);
			transform:translateX(0)
	}
	95%{
			-webkit-transform:translateX(-100%);
			transform:translateX(-100%)
	}
	100%{
			-webkit-transform:translateX(-100%);
			transform:translateX(-100%)
	}
}
@keyframes scrollLine{
	0%{
			-webkit-transform:translateX(100%);
			transform:translateX(100%)
	}
	5%{
			-webkit-transform:translateX(100%);
			transform:translateX(100%)
	}
	45%{
			-webkit-transform:translateX(0);
			transform:translateX(0)
	}
	55%{
	-webkit-transform:translateX(0);
			transform:translateX(0)
	}
	95%{
			-webkit-transform:translateX(-100%);
			transform:translateX(-100%)
	}
	100%{
			-webkit-transform:translateX(-100%);
			transform:translateX(-100%)
	}
}

@supports (-webkit-overflow-scrolling: touch) {
	/* CSS specific to iOS devices */ 
	.top-keyvisual .btn-scroll {
		font-size: 20px;
	}
	.top-keyvisual .btn-scroll.active {
		bottom: 109px;
	}
}
.top-keyvisual .block-text {
	z-index: 99;
	position: absolute;
	left: 0;
	text-align: left;
	/*color: #122d4b;*/
	color: #ffffff;
	text-shadow: 5px 5px 16px #558abf, -5px -5px 16px #558abf, 5px -5px 16px #558abf, -5px 5px 16px #558abf;
	padding-left: 14vw;
	opacity: 0;
	transition: all 1s;
	/*bottom: 110px;*/
	top: 30vh;
	font-family:"A-OTF UD黎ミン Pr6N L",serif !important;
	font-weight: 700;
}
.top-keyvisual .title-page {
	/*color: #122d4b;*/
	color: #ffffff;
	text-shadow: 5px 5px 16px #558abf, -5px -5px 16px #558abf, 5px -5px 16px #558abf, -5px 5px 16px #558abf;
	font-size: 25px;
	text-align: left;
}
.top-keyvisual .title-page-jp {
	/*color: #122d4b;*/
	color: #ffffff;
	text-shadow: 5px 5px 16px #558abf, -5px -5px 16px #558abf, 5px -5px 16px #558abf, -5px 5px 16px #558abf;
	font-size: 45px;
	letter-spacing: 0;
	/*margin-top: 6px;*/
}
.top-keyvisual .desc {
	color: #ffffff;
	text-shadow: 5px 5px 16px #558abf, -5px -5px 16px #558abf, 5px -5px 16px #558abf, -5px 5px 16px #558abf !important;
	font-size: 20px;
	line-height: 38px;
}

.top-keyvisual .title-page .tag-g,
.top-keyvisual .title-page-jp .tag-g,
.top-keyvisual .desc .tag-g {
	opacity: 0;
}



#red {
  fill: none;
  opacity: 0.15;
  stroke: #CE1B5F;
  stroke-width: 12;
  stroke-miterlimit:10;
  animation: show 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; 
}

#blue {
  fill: none;
  opacity: 0.15;
  stroke: #06A1C4;
  stroke-width: 12;
  stroke-miterlimit:10;
  animation: show 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

#light-blue {
  fill: none;
  opacity: 0.15;
  stroke: #06A1C4;
  stroke-width: 6;
  stroke-miterlimit:10;
  stroke-dasharray: 200;
  stroke-dashoffset: 800;
  animation: draw 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;    
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
 }
    }

@keyframes show {
  0% {
    opacity: 0.15;
 }
  50% {
    opacity: 0.2;
 }
  100% {
    opacity: 0.15;
    }
}





/* popup */
body.popup-active {
	overflow: hidden;
	
}
.speciality-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	left: 0;
	top: 0;
	color: #ffffff;
	visibility: hidden;
	pointer-events: none;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	opacity: 0;
}
.speciality-popup .wrap-popup {
	/* width: 300vw; */
	/* height: 300vw; */
	/* border-radius: 50%; */
	transition: all 0.4s ease;
	-ms-flex: none;
	flex: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	/* left: -100vw;
	top: -100vw;
	bottom: -100vw;
	right: -100vw;
	margin: auto;
	position: absolute; */
}

.cover-popup {
	/*position: absolute;
	top: 54px;
	left: 54px;
	top: 50px;
	left: 50%;*/
	z-index: -1;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	transition: 0.8s;
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
	z-index: 9999;
	width: 0;
	height: 0;
}
.mode_ciic {
	position: absolute;
	left: 50%;
	top: 160px !important;
}
.mode_child {
	position: absolute;
	left: 50%;
	top: 50px !important;
}
/*.cover-popup-ciic.open,*/
.cover-popup.open {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.group-open {
	position: relative;
	max-width: 594px;
}
.block-ciic + .cover-popup {
	background: -webkit-linear-gradient(bottom, rgb(148, 156, 202) 0%, rgb(129, 136, 165) 100%);
	background: -o-linear-gradient(bottom, rgb(148, 156, 202) 0%, rgb(129, 136, 165) 100%);
	background: -ms-linear-gradient(bottom, rgb(148, 156, 202) 0%, rgb(129, 136, 165) 100%);
	background: -moz-linear-gradient(bottom, rgb(148, 156, 202) 0%, rgb(129, 136, 165) 100%);
	background: linear-gradient(to top, rgb(148, 156, 202) 0%, rgb(129, 136, 165) 100%);
	left: 50%;
	top: 50%;
}

body.popup-deactive {
	padding-right: 0 !important;
}
body.popup-deactive #pcheader-top {
	width: auto !important;
}
#wrap {
	overflow: hidden;
}
/* body.popup-animations #wrap {
	overflow: visible;
} */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body.popup-animations #wrap {
		/* overflow: hidden; */
	}
}
.overflow-inherit {
	overflow: inherit !important;
}
#spheader {
	transition: 0.5s
}
.speciality-popup.opened {
	pointer-events: auto;
	visibility: visible;
	transition: opacity 0.6s ease-in-out;
	opacity: 1;
  transition-delay: 0.4s;
}

.speciality-popup .wrap {
	width: 100vw;
	max-width: 100vw;
	margin: 0 0;
	height: 100%;
	
	max-height: 100vh;
	position: relative;
}
.speciality-popup.opened .wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.speciality-popup .main-popup-content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 60px;
}
.speciality-popup .btn-close {
	position: absolute;
	right: 36px;
	top: 40px;
	cursor: pointer;
	width: 40px;
}
.speciality-popup .title {
	font-size: 45px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	letter-spacing: 0;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.speciality-popup .lead-description {
	font-size: 17px;
	line-height: 1.454;
	margin-top: 5px;
	margin-right: -40px;
}

.list-ciic {
	width: 425px;
	margin: 40px auto 26px;
	background-repeat: no-repeat;
	background-position: center center;
}



.speciality-popup .btn-more {
	display: block;
	width: 200px;
	margin: 0px auto 20px;
	background-color: #ffffff;
	border-radius: 5px;
	font-size: 22px;
	text-align: center;
	color: #e24c76;
	font-weight: bold;
	font-family: "Montserrat", sans-serif !important;
	padding: 5px 10px;
}
.speciality-popup.popup-ciic .btn-more {
	color: #6b77b7;
}
.speciality-popup .btn-more:hover {
	text-decoration: none;
}

.list-special-feature {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px 0 15px;
}
.list-special-feature.four-items {
	padding-left: 40px;
	padding-right: 40px;
}
.list-special-feature.four-items li {
	width: 160px;
}


.list-special-feature li {
	width: 195px;
	margin: 15px 14px;
	text-align: center;
}
.list-special-feature li a {
	color: #FFFFFF;
}
.list-special-feature li .icon {
	width: 95px;
	display: inline-block;
}
.list-special-feature li .title-feature {
	margin-top: 5px;
	line-height: 1.4;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}


.cover-popup.cloud-design {
	background: -webkit-linear-gradient(bottom, rgba(233, 168, 104, 0.9) 0%, rgba(252, 208, 113, 0.9) 100%);
	background: -o-linear-gradient(bottom, rgba(233, 168, 104, 0.9) 0%, rgba(252, 208, 113, 0.9) 100%);
	background: -ms-linear-gradient(bottom, rgba(233, 168, 104, 0.9) 0%, rgba(252, 208, 113, 0.9) 100%);
	background: -moz-linear-gradient(bottom, rgba(233, 168, 104, 0.9) 0%, rgba(252, 208, 113, 0.9) 100%);
	background: linear-gradient(to top, rgba(233, 168, 104, 0.9) 0%, rgba(252, 208, 113, 0.9) 100%);

}
.cover-popup.concierge {
	background: -webkit-linear-gradient(bottom, rgba(69, 130, 194, 0.9) 0%, rgba(48, 126, 207, 0.9) 100%);
	background: -o-linear-gradient(bottom, rgba(69, 130, 194, 0.9) 0%, rgba(48, 126, 207, 0.9) 100%);
	background: -ms-linear-gradient(bottom, rgba(69, 130, 194, 0.9) 0%, rgba(48, 126, 207, 0.9) 100%);
	background: -moz-linear-gradient(bottom, rgba(69, 130, 194, 0.9) 0%, rgba(48, 126, 207, 0.9) 100%);
	background: linear-gradient(to top, rgba(69, 130, 194, 0.9) 0%, rgba(48, 126, 207, 0.9) 100%);
}
.cover-popup.cyber-security {
	background: -webkit-linear-gradient(bottom, rgba(175, 206, 179, 0.9) 0%, rgba(149, 206, 156, 0.9) 100%);
	background: -o-linear-gradient(bottom, rgba(175, 206, 179, 0.9) 0%, rgba(149, 206, 156, 0.9) 100%);
	background: -ms-linear-gradient(bottom, rgba(175, 206, 179, 0.9) 0%, rgba(149, 206, 156, 0.9) 100%);
	background: -moz-linear-gradient(bottom, rgba(175, 206, 179, 0.9) 0%, rgba(149, 206, 156, 0.9) 100%);
	background: linear-gradient(to top, rgba(175, 206, 179, 0.9) 0%, rgba(149, 206, 156, 0.9) 100%);
}
.cover-popup.team {
	background: -webkit-linear-gradient(bottom, rgba(228, 212, 145, 0.9) 0%, rgba(227, 203, 101, 0.9) 100%);
	background: -o-linear-gradient(bottom, rgba(228, 212, 145, 0.9) 0%, rgba(227, 203, 101, 0.9) 100%);
	background: -ms-linear-gradient(bottom, rgba(228, 212, 145, 0.9) 0%, rgba(227, 203, 101, 0.9) 100%);
	background: -moz-linear-gradient(bottom, rgba(228, 212, 145, 0.9) 0%, rgba(227, 203, 101, 0.9) 100%);
	background: linear-gradient(to top, rgba(228, 212, 145, 0.9) 0%, rgba(227, 203, 101, 0.9) 100%);
}
.cover-popup.service-delivery{
	background: -webkit-linear-gradient(bottom, rgba(207, 180, 249, 0.9) 0%, rgba(182, 136, 250, 0.9) 100%);
	background: -o-linear-gradient(bottom, rgba(207, 180, 249, 0.9) 0%, rgba(182, 136, 250, 0.9) 100%);
	background: -ms-linear-gradient(bottom, rgba(207, 180, 249, 0.9) 0%, rgba(182, 136, 250, 0.9) 100%);
	background: -moz-linear-gradient(bottom, rgba(207, 180, 249, 0.9) 0%, rgba(182, 136, 250, 0.9) 100%);
	background: linear-gradient(to top, rgba(207, 180, 249, 0.9) 0%, rgba(182, 136, 250, 0.9) 100%);
}
.cover-popup.rpa-ai {
	background: -webkit-linear-gradient(bottom, rgba(220, 68, 106, 0.9) 0%, rgba(246, 103, 165, 0.9) 80%, rgba(252, 112, 175, 0.9) 100%);
	background: -o-linear-gradient(bottom, rgba(220, 68, 106, 0.9) 0%, rgba(246, 103, 165, 0.9) 80%, rgba(252, 112, 175, 0.9) 100%);
	background: -ms-linear-gradient(bottom, rgba(220, 68, 106, 0.9) 0%, rgba(246, 103, 165, 0.9) 80%, rgba(252, 112, 175, 0.9) 100%);
	background: -moz-linear-gradient(bottom, rgba(220, 68, 106, 0.9) 0%, rgba(246, 103, 165, 0.9) 80%, rgba(252, 112, 175, 0.9) 100%);
	background: linear-gradient(to top, rgba(220, 68, 106, 0.9) 0%, rgba(246, 103, 165, 0.9) 80%, rgba(252, 112, 175, 0.9) 100%);
}

@media (max-width: 1023px) and (min-width: 741px) {
	.top-keyvisual {
		margin-top: 0 !important;
	}

}