<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hoverbtn_off {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hoverbtn {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.fs10 {
  font-size: 71.42857143%;
}
.fs11 {
  font-size: 78.57142857%;
}
.fs12 {
  font-size: 85.71428571%;
}
.fs13 {
  font-size: 92.85714286%;
}
.fs14 {
  font-size: 100%;
}
.fs15 {
  font-size: 107.14285714%;
}
.fs16 {
  font-size: 114.28571429%;
}
.fs17 {
  font-size: 121.42857143%;
}
.fs18 {
  font-size: 128.57142857%;
}
.fs19 {
  font-size: 135.71428571%;
}
.fs20 {
  font-size: 142.85714286%;
}
.fs21 {
  font-size: 150%;
}
.fs22 {
  font-size: 157.14285714%;
}
.fs23 {
  font-size: 164.28571429%;
}
.fs24 {
  font-size: 171.42857143%;
}
.fs25 {
  font-size: 178.57142857%;
}
.fs26 {
  font-size: 185.71428571%;
}
.fs27 {
  font-size: 192.85714286%;
}
.fs28 {
  font-size: 200%;
}
.fs29 {
  font-size: 207.14285714%;
}
.fs30 {
  font-size: 214.28571429%;
}
.fs31 {
  font-size: 221.42857143%;
}
.fs32 {
  font-size: 228.57142857%;
}
.fs33 {
  font-size: 235.71428571%;
}
.fs34 {
  font-size: 242.85714286%;
}
.fs35 {
  font-size: 250%;
}
.fs36 {
  font-size: 257.14285714%;
}
.fs37 {
  font-size: 264.28571429%;
}
.fs38 {
  font-size: 271.42857143%;
}
.fs39 {
  font-size: 278.57142857%;
}
.fs40 {
  font-size: 285.71428571%;
}
.fs41 {
  font-size: 292.85714286%;
}
.fs42 {
  font-size: 300%;
}
.fs43 {
  font-size: 307.14285714%;
}
.fs44 {
  font-size: 314.28571429%;
}
.fs45 {
  font-size: 321.42857143%;
}
.fs46 {
  font-size: 328.57142857%;
}
.fs47 {
  font-size: 335.71428571%;
}
.fs48 {
  font-size: 342.85714286%;
}

.required{
  color: #ff0000;
}

a.basicBtn {
  border: 3px solid #004896;
  width: 280px;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 54px;
  border-radius: 30px;
  margin: 0 auto;
  padding-left: 20px;
  background: url(../images/arrow09.png) no-repeat 25px 50%;
  color: #004896;
  cursor: pointer;
  outline: none;
}

/*-----------------------------------------------------------
body
-------------------------------------------------------------*/
body.bg2 {
  background: #EEEEEE;
}
body #wrap {
  margin: 0 auto;
}
/*-----------------------------------------------------------
header
-------------------------------------------------------------*/
#header {
  width: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 10;
}
#header .inner {
  width: 980px;
  margin: 0 auto;
  padding: 14px 0 15px;
  position: relative;
}
#header .inner #logo {
  width: 370px;
  height: 60px;
  position: relative;
  left: 0;
}
#header .inner #logo a {
  display: block;
  background: url(../images/logo.png) no-repeat 0 0;
  width: 370px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
#header .inner #logo a {
  background: url(../images/logo@2x.png) no-repeat 0 0;
	background-size: 370px auto;
}
}

#header .inner #gnavi {
  position: absolute;
  left: 400px;
  top: 35px;
}
#header .inner #gnavi ul li {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-left: 15px;
  line-height: 1.2em;
  float: left;
  font-size: 107.14285714%;
  position: relative;
}
#header .inner #gnavi ul li a {
  color: #333333;
}
#header .inner #gnavi ul li a:hover {
  text-decoration: underline;
}
#header .inner #gnavi ul li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
#header .inner #gnavi ul li.active a {
  color: #004896;
}
#header .inner #gnavi ul li.active:after {
  content: "";
  display: block;
  background: url(../images/arrow05.png);
  width: 24px;
  height: 12px;
  position: absolute;
  right: 0;
  left: 20px;
  margin: 0 auto;
  bottom: -36px;
}
#header .inner #gnavi ul li.active:first-child:after {
  left: 0;
}
#header .inner #gnavi ul li.active {
}
#header .inner #gnavi ul li.active.noArrow:after {
  display: none;
}
/*
subnavi
----------------------------------------------------*/
#subnavi {
  background-color: #e0efff;
  position: relative;
  z-index: 10;
}
#subnavi ul {
  width: 980px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#subnavi ul li {
  float: left;
  font-size: 16px;
  line-height: 50px;
  margin-left: 34px;
  font-weight: bold;
}
#subnavi ul li a {
  color: #888888;
}
#subnavi ul li a:hover {
  text-decoration: underline;
}
#subnavi ul li span {
  color: #004896;
}
#subnavi ul li:first-child {
  margin-left: 0;
}
/*-----------------------------------------------------------
#container
-------------------------------------------------------------*/
#container {
  width: 100%;
  height: auto;
  max-width: 640px;
  margin: 0 auto;
  padding: 96px 0 108px;
}
#container .content {
  margin: 0 10px;
}
#container &gt; img {
  width: 100%;
  height: auto;
}
.sp #container {
  max-width: inherit;
  padding: 48px 0 54px;
}
/*-----------------------------------------------------------
content
-------------------------------------------------------------*/
#contents {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0 20px;
}
.contents {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0 20px;
}
/*
mainVisual
----------------------------------------------------*/
#mainVisual {
  margin-bottom: 140px;
  position: relative;
  /*
  visualArea
  ----------------------------------------------------*/
  /*
  copyArea
  ----------------------------------------------------*/
}
#mainVisual:before {
  content: "";
  display: block;
  background: url(../images/main_bg.jpg) no-repeat top center #93bbe0;
  width: 100%;
  height: 700px;
  position: absolute;
}
#mainVisual:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 400px;
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  position: absolute;
  top: 496px;
}
@media handheld, only screen and (max-width: 1280px), only screen and (max-height: 900px){
  #mainVisual:before {
    width: 100%;
  height: 700px;
  }
}
@media only screen and (max-height: 900px) and (min-width: 1280px){
  #mainVisual:after {
    top: 496px;
  }
  #mainVisual:before {
    height: 700px;
  }
}

#mainVisual .swiper-container-horizontal &gt; .swiper-pagination {
  bottom: 80px;
}
#mainVisual #visualArea {
  width: 980px;
  margin: 0 auto -89px;
}
@media handheld, only screen and (max-width: 1280px), only screen and (max-height: 900px){
  #mainVisual #visualArea {
    max-width: 980px;
  }
}
#mainVisual #visualArea ul li {
  display: block;
  position: relative;
}
#mainVisual #visualArea ul li h2 {
  letter-spacing: -5px;
  color: #004896;
  font-size: 69px;
  line-height: 69px;
  font-weight: bold;
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 140px;
  left: 0;
  width: 100%;
}
#mainVisual #visualArea ul li p {
  font-family: 'Oswald', sans-serif;
  color: #666666;
  font-size: 32px;
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 281px;
  left: 0;
  width: 100%;
}
@media handheld, only screen and (max-width: 1280px), only screen and (max-height: 900px){
  #mainVisual #visualArea ul li p {
    top: 281px;
  }
}
#mainVisual #visualArea ul li img {
  width: 100%;
  height: auto;
}
#mainVisual #visualArea ul li.color2 h2 {
  color: #fff;
}
#mainVisual #visualArea ul li.color2 p {
  color: #fff;
}
#mainVisual .circleBtnWrap {
  top: -120px;
}
/*
indexTitle1
----------------------------------------------------*/
.indexTitle1 {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: #004896;
  position: relative;
  z-index: 50;
  min-width: 980px;
  margin: 0 auto 25px;
}
.indexTitle2 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #004896;
  position: relative;
  z-index: 50;
  min-width: 980px;
  margin: 0 auto;
}
.indexTitle3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #333;
}
.indexTitle3 strong {
  color: #004896;
}
/*
pageTitle
----------------------------------------------------*/
.pageTitle1 {
  width: 980px;
  margin: 0 auto;
  color: #004896;
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
}
.pageTitle1 span {
  display: block;
  font-size: 18px;
  line-height: 20px;
}
.pageTitle2 {
  font-size: 30px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 12px;
}
.pageTitle3 {
  color: #004896;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.pageTitle4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}
.pageTitle5 {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 18px;
}
.pageTitle5.topBorder{
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 18px;
}

.pageSubTitle1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #004896;
}
.pageSubTitle2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #e40000;
}
.pageSubTitle3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #339966;
}
.pageSubTitle4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 10px;
  border: 2px solid #3261AB;
  background-color: #D5E0F1;
  width: 80%;
  margin: 0 auto 20px;
  letter-spacing: 1.6px;
}
.pageSubTitle5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 10px;
  border: 2px solid #ff8a2c;
  background-color: #fef0e4;
  width: 80%;
  margin: 0 auto 20px;
  letter-spacing: 1.6px;
}
.pageSubTitle6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 10px;
  border: 2px solid #339966;
  background-color: #C6EDDB;
  width: 80%;
  margin: 0 auto 20px;
  letter-spacing: 1.6px;
}

.SubText {
  text-align: center;
}

.newsMeta {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 12px;
}

/*
textList
----------------------------------------------------*/
.textList li{
  font-size: 16px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;

}
.textList li span{
  color: #004896;
  position: absolute;
  left: 0;
  top: 0;
}

/*
textList2
----------------------------------------------------*/
.textList2 li{
  background-color: #e0efff;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin: 18px 0 0;
  padding: 12px 22px 12px 43px;
  min-height: 50px;
}
.textList2 li:before{
  content: "";
  background: url(../images/arrow10.png) no-repeat 0 0;
  display: block;
  width: 18px;
  height: 8px;
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.textList2 li:first-child{
  margin: 0;
}
.textList2 li:first-child:before{
  display: none;
}
.textList2 li span{
  background-color: #004896;
  color: #fff;
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  border-radius: 13px;
  margin: auto 0;
}


/*
separator
----------------------------------------------------*/
.separator{
  border-top: 1px solid #ccc;
  padding: 60px 0;
}
/*
iconLink
----------------------------------------------------*/
.iconLink a {
  display: inline-block;
  background: url(../images/arrow06.png) no-repeat 0 50%;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  padding: 0 0 0 30px;
  margin: 0 auto;
}
.iconLink a:hover {
  text-decoration: underline;
}
.iconLink2 a {
  display: inline-block;
  background: url(../images/arrow07.png) no-repeat 0 50%;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  padding: 0 0 0 30px;
  margin: 0 auto;
}
.iconLink2 a:hover {
  text-decoration: underline;
}
.iconLink3 a {
  display: inline-block;
  background: url(../images/icon_pdf.png) no-repeat 0 50%;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  padding: 0 0 0 30px;
  margin: 0 auto;
}
.iconLink3 a:hover {
  text-decoration: underline;
}
/*
pageTextArea
----------------------------------------------------*/
.pageTextArea p {
  margin-bottom: 1em;
  line-height: 30px;
  font-size: 16px;
}
.pageTextArea2 p {
  line-height: 24px;
  font-size: 16px;
}


/*
indexLinkArea
----------------------------------------------------*/
.indexLinkArea {
  min-width: 980px;
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  padding: 53px 0 460px;
}
.indexLinkArea li {
  float: left;
  width: 33.333%;
  height: 342px;
	position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.indexLinkArea li a {
  display: block;
  height: 342px;
  color: #fff;
  text-align: center;
  background: url(../images/arrow02.png) no-repeat 50% 50%;
  -webkit-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  transform: skewY(7deg);
  font-size: 20px;
  line-height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 234px;
}
.indexLinkArea li:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.indexLinkArea li::after {
  content: "";
  display: block;
	width: 100%;
  height: 460px;
	position: absolute;
	bottom: -50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  transform: skewY(7deg);
  z-index: -10;
}
.indexLinkArea li.area1::after {
  background-image: url(../images/index_area_bg1.png);
}
.indexLinkArea li.area2::after {
  background-image: url(../images/index_area_bg2.png);
}
.indexLinkArea li.area3::after {
  background-image: url(../images/index_area_bg3.png);
}
/*
newsList
----------------------------------------------------*/
.newsList li {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  padding: 14px 0;
  padding-left: 150px;
  position: relative;
}
.newsList li span {
  color: #004896;
  display: inline-block;
  width: 150px;
  position: absolute;
  left: 0;
  top: 14px;
  font-weight: bold;
}
.newsList li a {
  color: #333333;
}
.newsList li a:hover {
  text-decoration: underline;
}
.newsList li:first-child {
  border-top: 1px solid #cccccc;
}
.newsDetailLink {
  text-align: center;
  padding-top: 32px;
}
.newsDetailLink a {
  display: inline-block;
  background: url(../images/arrow03.png) no-repeat 0 50%;
  line-height: 26px;
  color: #333;
  padding: 0 0 0 40px;
  margin: 0 auto;
}
.newsDetailLink a:hover {
  text-decoration: underline;
}
/*
pageTitleArea
----------------------------------------------------*/
#pageTitleArea {
  min-width: 980px;
  height: 490px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0 0;
}
#pageTitleArea.cases{
  height: 225px;
}
#pageTitleArea.Title2nd{
  height: 490px;
  z-index: -10;
}
#pageTitleArea::after {
  content: "";
  display: block;
  background: url(../images/main_bg.jpg) no-repeat 50% 0 #93bbe0;
  width: 100%;
  height: 300px;
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  position: absolute;
  top: -150px;
  z-index: -10;
}
#pageTitleArea.Title2nd::after{
  top: -210px;
}
@media handheld, only screen and (max-width: 1280px), only screen and (max-height: 900px){
  #pageTitleArea {
    height: 490px;
  }
}
#pageTitleArea .indexTitle1:before {
  display: none;
}
#pageTitleArea .mainImage {
	height: 325px;
	position: absolute;
	bottom: 89px;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
	background: url(../images/main_bg.jpg) no-repeat 50% 72% #93bbe0;
	-webkit-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	transform: skewY(-7deg);
}
@media handheld, only screen and (max-width: 1280px), only screen and (max-height: 900px){
  #pageTitleArea .mainImage {
    height: 325px;
  }
}
#pageTitleArea .mainImage::before {
  -webkit-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  transform: skewY(7deg);
  content: "";
  display: block;
  width: 100%;
  height: 563px;
  position: absolute;
  bottom: -118px;
  z-index: -10;
}

#pageTitleArea .mainImage .inner {
	-webkit-transform: skewY(7deg);
	-ms-transform: skewY(7deg);
	transform: skewY(7deg);
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 118px 0;
	bottom: -117px;
}
@media handheld, only screen and (min-width: 1441px) {
	#pageTitleArea .mainImage .inner {
	width: 1440px;
	margin: auto;
	left: 2px;
	right: 0;
  }
}

/* business */
#pageTitleArea .mainImage.business .inner {
	background: url(../../business/images/business_main1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#pageTitleArea .mainImage.dojet .inner {
	background: url(../../business/images/dojet_main1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#pageTitleArea .mainImage.vjet .inner {
	background: url(../../business/images/vj_main1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#pageTitleArea .mainImage.jetmole .inner {
	background: url(../../business/images/jm_main1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#pageTitleArea .mainImage.business:before {
  background: url(../../business/images/business_main1_bg.png) no-repeat 50% 50%;
}
#pageTitleArea .mainImage.dojet:before {
  background: url(../../business/images/dojet_main1_bg.png) no-repeat 50% 50%;
}
@media  only screen and (max-height: 900px){
  #pageTitleArea .mainImage.dojet:before {
    height: 633px;
  }
}
#pageTitleArea .mainImage.vjet:before {
  background: url(../../business/images/vj_main1_bg.png) no-repeat 50% 50%;
}
@media  only screen and (max-height: 900px){
  #pageTitleArea .mainImage.vjet:before {
    height: 633px;
  }
}
#pageTitleArea .mainImage.jetmole:before {
  background: url(../../business/images/jm_main1_bg.png) no-repeat 50% 50%;
}
@media  only screen and (max-height: 900px){
  #pageTitleArea .mainImage.jetmole:before {
    height: 633px;
  }
}

/* company */
#pageTitleArea .mainImage.company .inner {
	background: url(../../corporate/images/corporate_main1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#pageTitleArea .mainImage.company:before {
  background: url(../../corporate/images/corporate_main1_bg.png) no-repeat 50% 50%;
}
@media  only screen and (max-height: 900px){
  #pageTitleArea .mainImage.company:before {
    height: 557px;
  }
}


/* recruit */
#pageTitleArea .mainImage.recruit .inner {
	background: url(../../recruit/images/recruit_main1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#pageTitleArea .mainImage.staffTop .inner {
	background: url(../../recruit/images/recruit_main2.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#pageTitleArea .mainImage.staff1 .inner {
	background: url(../../recruit/images/staff1_main1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#pageTitleArea .mainImage.staff2 .inner {
	background: url(../../recruit/images/staff2_main1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#pageTitleArea .mainImage.staff3 .inner {
	background: url(../../recruit/images/staff3_main1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#pageTitleArea .mainImage.staff4 .inner {
	background: url(../../recruit/images/staff4_main1.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#pageTitleArea .mainImage.recruit:before {
  background: url(../../recruit/images/recruit_main1_bg.png) no-repeat 50% 50%;
}
#pageTitleArea .mainImage.staffTop:before {	background: url(../../recruit/images/recruit_main2_bg.png) no-repeat 50% 50%; }
#pageTitleArea .mainImage.staff1:before {	background: url(../../recruit/images/staff1_main1_bg.png) no-repeat 50% 50%; }
#pageTitleArea .mainImage.staff2:before {	background: url(../../recruit/images/staff2_main1_bg.png) no-repeat 50% 50%; }
#pageTitleArea .mainImage.staff3:before {	background: url(../../recruit/images/staff3_main1_bg.png) no-repeat 50% 50%; }
#pageTitleArea .mainImage.staff4:before {	background: url(../../recruit/images/staff4_main1_bg.png) no-repeat 50% 50%; }

#pageTitleArea.Title2nd .mainImage {
  height: 325px;
  bottom: 75px;
}

#pageTitleArea2 {
  height: 180px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0 0;
}
@media handheld, only screen and (min-width: 1441px) {
  #pageTitleArea2 {
    background-size: 100% 180px;
  }
}
#pageTitleArea2::after {
  content: "";
  display: block;
  background: url(../images/main_bg.jpg) no-repeat 50% 0 #93bbe0;
  width: 100%;
  height: 300px;
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  position: absolute;
  top: -210px;
  z-index: -10;
}


/*
circleBtnWrap
----------------------------------------------------*/
.circleBtnWrap{
  width: 980px;
  position: relative;
  margin: 0 auto -200px;
  left: 0;
  right: 0;
  height: 200px;
  top: -234px;
}
.circleBtnWrap .circleBtn {
  display: block;
  position: absolute;
  right: 0;
  top:0;
  background: #004896 url(../images/arrow01.png) no-repeat 50% 20px;
  width: 180px;
  height: 180px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  padding-top: 58px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 100;
}
.circleBtnWrap .circleBtn:hover {
  background-color: #4076b0;
}
.circleBtnWrap .circleBtn .title {
  font-size: 24px;
  line-height: 30px;
}
.circleBtnWrap.cases {
  top: -200px;
}



/*
bannerLink
----------------------------------------------------*/
.bannerLink {
  width: 980px;
  margin: 0 auto;
}
.bannerLink ul {
  overflow: hidden;
  width: 1020px;
}
.bannerLink ul li {
  float: left;
  position: relative;
  width: 470px;
  margin: 0 40px 40px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bannerLink ul li.center {
  margin: 0 0 40px 255px;
}
.bannerLink ul li:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.bannerLink ul li a {
	display: block;
	width: 470px;
	height: 200px;
	position: absolute;
	left: 1px;
	top: -1px;
	z-index: 10;
	line-height: 200px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-left: 22px;
}
.bannerLink ul li a:after {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(../images/arrow01.png) no-repeat 0 50%;
  margin-left: 10px;
  position: relative;
  top: 4px;
}
.bannerLink ul li img {
  position: relative;
  z-index: 0;
}


/*
bannerLink2
----------------------------------------------------*/
.bannerLink2 {
  width: 980px;
  margin: 0 auto;
}
.bannerLink2 ul {
  overflow: hidden;
}
.bannerLink2 ul li {
  position: relative;
  margin: 0 0 30px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bannerLink2 ul li:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.bannerLink2 ul li a {
  display: block;
  width: 958px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  line-height: 200px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 22px;
}
.bannerLink2 ul li a:after {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(../images/arrow01.png) no-repeat 0 50%;
  margin-left: 10px;
  position: relative;
  top: 4px;
}
.bannerLink2 ul li img {
  position: relative;
  z-index: 0;
}
.bannerLink2 ul li .pageTextArea{
  position: absolute;
  z-index: 0;
  color: #cccccc;
  width: 360px;
  left: 600px;
  top: 50px;

}


/*
column
----------------------------------------------------*/
.column2a {
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
}
.column2a .column-child1 {
  width: 580px;
  float: left;
}
.column2a .column-child2 {
  width: 340px;
  float: right;
}
.column2b {
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
}
.column2b .column-child1 {
  width: 470px;
  float: left;
}
.column2b .column-child2 {
  width: 470px;
  float: right;
}
.column2c {
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
}
.column2c .column-child1 {
  width: 660px;
  float: left;
}
.column2c .column-child2 {
  width: 300px;
  float: right;
}
.column2d {
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
}
.column2d .column-child1 {
  width: 660px;
  float: right;
}
.column2d .column-child2 {
  width: 300px;
  float: left;
}
.column3a {
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
}
.column3a .column-child1 {
  width: 300px;
  float: left;
  position: relative;
}
.column3a .column-child2 {
  width: 300px;
  float: left;
  margin-left: 40px;
  position: relative;
}
.column3a .column-child3 {
  width: 300px;
  float: left;
  margin-left: 40px;
}
.column3a .column-child1.arrow::before,
.column3a .column-child2.arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background: url(../images/arrow11.png) no-repeat 0 0;
  position: absolute;
  top: 90px;
  right: -24px;
}

/*
outlineData
----------------------------------------------------*/
.outlineData {
  position: relative;
  margin-bottom: 40px;
}
.outlineData dt {
  color: #004896;
  font-size: 16px;
  line-height: 30px;
  float: left;
  clear: both;
  padding: 18px 0 0;
  font-weight: bold;
}
.outlineData dd {
  border-bottom: 1px solid #cccccc;
  padding: 18px 0 18px 150px;
  font-size: 16px;
  line-height: 30px;
}
.outlineData .officeList{
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/*
staffList
----------------------------------------------------*/
.staffList {
  overflow: hidden;
}
.staffList.list1 {
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #ccc;
}
.staffList .columns {
  width: 470px;
  overflow: hidden;
  float: left;
}
.staffList .columns .columns-child1 {
  width: 220px;
  float: left;
}
.staffList .columns .columns-child1 a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.staffList .columns .columns-child1 a:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.staffList .columns .columns-child2 {
  width: 250px;
  float: left;
}
.staffList .columns-child2 a {
  display: inline-block;
  padding: 0 0 0 36px;
  background: url(../images/arrow03.png) no-repeat 0 0;
  margin: 0 0 10px;
}
.staffList .columns-child2 a:hover .text1{
  color: #004896 !important;
  cursor: pointer;
}
.staffList .text1 {
  display: block;
  font-size: 24px;
  line-height: 26px;
  color: #333;
}
.staffList .text2 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
}
.staffList .text3 {
  font-size: 16px;
  line-height: 26px;
  color: #888888;
}
/*
intro
----------------------------------------------------*/
.intro1 {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0 0 32px;
}
.intro2 {
  font-size: 16px;
  line-height: 30px;
  color: #004896;
  font-weight: bold;
  margin: 0 0 30px;
}
.intro3 {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #004896;
  font-weight: bold;
  margin: 0 0 60px;
  padding: 10px;
  border: 2px solid #e3b000;
  background-color: #fffab0;
}
.intro3_5 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #004896;
  font-weight: bold;
  margin: 0 auto 20px;
  padding: 15px 10px 10px;
  border: 2px solid #e3b000;
  background-color: #fffab0;
  width: 900px;
}
.intro3_5 span {
  font-size: 18px;
}
.intro3_5 span.font-20 {
  font-size: 22px;
  letter-spacing: -0.5px;
}
.pageTextArea p.intro4 {
  text-align: center;
  color: #004896;
  font-weight: bold;
  font-size: 20px;
}
.intro3_5 span.new {
  font-size: 38px;
  color: #ff0000;
  font-weight: bold;
  margin-right: 10px;
}
.intro3_5 .text-shiagari {
  margin-left: 10px;
  font-size: 17px;
}
/*
caution
----------------------------------------------------*/
.caution1{
  color: #888888;
  font-size: 14px;
  line-height: 26px;
}


/*
training
----------------------------------------------------*/
.traningList {
	margin-bottom: 40px;
	padding: 30px 200px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.traningList li {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 10px;
  font-size: 16px;
}
.traningList li:last-child {
  margin-bottom: 0;
}
.column3a.trainingFlow .column-child1 {
  width: 298px;
  float: left;
	border: 1px solid #ccc;
	position: relative;
}
.column3a.trainingFlow .column-child1::before {
  content: "";
  display: block;
  width: 14px;
  height: 32px;
  background: url(../../recruit/images/arrow_training.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: -30px;
}
.column3a.trainingFlow .column-child2 {
  width: 298px;
  float: left;
  margin-left: 40px;
	border: 1px solid #ccc;
	position: relative;
}
.column3a.trainingFlow .column-child2::before {
  content: "";
  display: block;
  width: 14px;
  height: 32px;
  background: url(../../recruit/images/arrow_training.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: -30px;
}
.column3a.trainingFlow .column-child3 {
  width: 298px;
  float: left;
  margin-left: 40px;
  border: 1px solid #ccc;
}
.column3a.trainingFlow h3 {
  border-bottom: 1px solid #ccc;
}
.column3a.trainingFlow .pageTextArea {
	padding: 20px;
}
.column3a.trainingFlow li {
  list-style: disc;
  margin-left: 2em;
	color:  #888;
}
.column4 {
	margin: 40px 0 0;
	padding: 20px;
	background-color: #e0efff;
}
.column4.business {
	padding-bottom: 0;
}
.column4 .fltL {
	float: left;
	width: 620px;
}
.column4.business .fltL {
	float: left;
	width: 270px;
}
.column4 h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #004896;
}
.column4 .fltL h4 {
  font-weight: bold;
  color: #004896;
}
.column4 .fltR {
	float: right;
	width: 300px;
}
.column4.business .fltR {
	float: right;
	width: 620px;
}


/*
historyList
----------------------------------------------------*/
.requireList li {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  padding: 14px 0;
  padding-left: 155px;
  position: relative;
}
.requireList li .label {
  color: #004896;
  display: inline-block;
  width: 155px;
  position: absolute;
  left: 0;
  top: 14px;
  font-weight: bold;
}
.requireList li .body {
  color: #333333;
}
/*
.anchorArea
----------------------------------------------------*/
.anchorArea {
  font-size: 0;
  text-align: center;
  margin: 0 0 40px;
}
.anchorArea li {
  border: 3px solid #004896;
  width: 260px;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 54px;
  border-radius: 30px;
  margin: 0 0 0 20px;
  background: url(../images/arrow08.png) no-repeat 21px 50%;
}
.anchorArea li:first-child {
  margin: 0;
}
.anchorArea li a {
  display: block;
  color: #004896;
  text-decoration: none;
}
/*
.anchorArea
----------------------------------------------------*/
.staffSubList {
  position: relative;
  border-top: 1px solid #ccc;
}
.staffSubList ul {
  overflow: hidden;
  padding: 20px 0 20px 200px;
}
.staffSubList ul li {
  width: 130px;
  float: left;
  margin: 0 0 0 20px;
  text-align: center;
}
.staffSubList ul li:first-child {
  margin: 0;
}
.staffSubList ul li img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.staffSubList ul li img:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.staffSubList ul li p {
  display: block;
  padding: 5px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.staffSubList ul li p span {
  display: block;
  color: #888888;
  font-size: 14px;
}
.staffSubList ul li p.active {
  color: #004896;
  font-weight: bold;
}
.staffSubList ul li p.active span {
  font-weight: normal;
}




/*
cases
----------------------------------------------------*/
.casetab {
    position: relative;
	margin:0 0 30px 0;
    text-align: center;
}
.casetab:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
  border-bottom: 3px solid #004896;
    z-index: 1;
}
.casetab li {
  border: 3px solid #004896;
  width: 285px;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
  margin: 0 auto;
  padding-left: 20px;
  background: url(../images/arrow09.png) no-repeat 20px 50%;
  color: #004896;
  cursor: pointer;
  outline: none;
    position: relative;
    z-index: 0;
}
.casetab li.select {
  border-bottom-color: #fff;
    z-index: 2;
  background: url(../images/arrow08.png) no-repeat 15px 50%;
}


.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 456px;
  width: 860px;
  margin: 0 auto 5px;
}
.gallery-top .swiper-slide{
  position: relative;
}
.gallery-top .swiper-slide .body{
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../cases/images/cases_slide_bg.png) repeat 0 0;
  color: #fff;
  padding: 15px 20px;
  width: 820px;
}
.gallery-top .swiper-slide .body h3{
  font-size: 18px;
  line-height: 28px;
}
.gallery-top .swiper-slide .body p{
  font-size: 14px;
  line-height: 24px;
}
.swiper-button{
  position: relative;
margin-left: 60px;
width: 860px;
}
.swiper-button .swiper-button-prev,
.swiper-button .swiper-button-next{
  width: 37px;
  height: 84px;
  background-color: #004896;
}
.swiper-button .swiper-button-prev{
  left: 0;
  top: auto;
  bottom: -84px;
  margin-top: 0;
}
.swiper-button .swiper-button-next{
  right: 0;
  top: auto;
  bottom: -84px;
  margin-top: 0;
}
.gallery-thumbs {
  height: 84px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 98px;
  width: 785px;
}
.gallery-thumbs .swiper-slide {
  width: 156px !important;
  margin-right: 1px;
  height: 84px;
  background: #000;
}
.gallery-thumbs .swiper-slide img{
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.gallery-thumbs .slick-current img,
.gallery-thumbs .active-thumbs img{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-thumbs .slick-current:after,
.gallery-thumbs .active-thumbs:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: 3px solid #004896;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 156px;
  height: 84px;
  overflow: hidden;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-size: 14px 24px;
}

.hide { display: none; }


/*
jetArea
----------------------------------------------------*/
#jet {
	padding: 25px 50px 50px;
	background: url(../../business/images/jet_bg.png) no-repeat left bottom #e0efff;
}
#jet .floatL,
#jet .floatR {
	width: 400px;
	font-size: 16px;
	line-height: 30px;
}
#jet .floatR {
	width: 400px;
	font-size: 16px;
	line-height: 30px;
}

/*
privacy
----------------------------------------------------*/
.prvList li{
  list-style: decimal;
  margin-left: 2em;
  padding-bottom:1em;
}


/*
formArea
----------------------------------------------------*/
.formArea dl {
  border-top: 1px solid #cccccc;
  width: 980px;
  font-size: 16px;
  padding: 14px 0;
  position: relative;
  margin: 0 0 20px;
}
.formArea dl dt {
  width: 220px;
  top: 14px;
  float: left;
  clear: left;
  padding: 20px 0;
}
.formArea dl dd {
  border-bottom: 1px solid #cccccc;
  color: #333333;
  width: 760px;
  padding: 20px 0 20px 220px;
}
.formArea dl dd.height2 {
  padding-bottom: 2em;
}

.formArea input[type="email"],
.formArea input[type="text"]{
  font-size: 16px;
  line-height: 24px;
  padding: 4px 5px;
  border: 1px solid #dddddd;
}
.formArea textarea{
  font-size: 16px;
  line-height: 24px;
  padding: 4px 5px;
  border: 1px solid #dddddd;
  width: 630px;
  height: 110px;
}

.formArea a{
  text-decoration: underline;
}
.formArea a:hover{
  text-decoration: none;
}
.formArea .inputWidth1{
  width: 630px;
}
.formArea .inputWidth2{
  width: 300px;
}
.formArea .inputWidth3{
  width: 180px;
}
.formArea .selectWidth1{
  width: 130px;
}
.formArea .selectWidth2{
  width: 100px;
}
.formArea input[type="text"]::-webkit-input-placeholder {
  color: #bbbbbb;
}
.formArea input[type="text"]:-ms-input-placeholder {
  color: #bbbbbb;
}
.formArea input[type="text"]:-moz-placeholder {
  color: #bbbbbb;
}
.formArea input[type="text"]:focus::-webkit-input-placeholder {
  color: #fff;
}
.formArea input[type="text"]:focus:-ms-input-placeholder {
  color: #fff;
}
.formArea input[type="text"]:focus:-moz-placeholder {
  color: #fff;
}
.formArea .submitBtn {
  border: 3px solid #004896;
  width: 260px;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 54px;
  border-radius: 30px;
  margin: 0 auto ;
  padding-left: 20px;
  background: url(../images/arrow09.png) no-repeat 21px 50%;
  color: #004896;
  cursor: pointer;
  outline: none;
}
.formArea .editBtn{
  height: 60px;
  line-height: 60px;
  color: #333333;
  background: url(../images/arrow07.png) no-repeat 0 50%;
  padding: 0 0 0 42px;
  display: inline-block;
  text-decoration: none;
  float: left;
}
.formArea .editBtn:hover{
  text-decoration: underline;
}
/*-----------------------------------------------------------
footer
-------------------------------------------------------------*/
#footer {
  position: relative;
  width: auto;
  min-width: 980px;
  height: 560px;
  overflow: hidden;
}
#footer:after {
  content: "";
  display: block;
  background: url(../images/main_bg.jpg) no-repeat 50% 0 #93bbe0;
  width: 100%;
  height: 600px;
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  position: absolute;
  top: 160px;
}
#footer .fotterInner {
  position: relative;
  width: 980px;
  margin: 0 auto;
  height: 560px;
  z-index: 10;
}
#footer .totop {
	display: block;
	background: url(../images/arrow04.png) no-repeat 0 0;
	width: 71px;
	height: 71px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	right: -97px;
	top: 225px;
}
#footer .fotterLinkArea {
  overflow: hidden;
  padding: 274px 0 0;
}
#footer .fotterLink {
  float: left;
}
#footer .fotterLink li {
  line-height: 30px;
}
#footer .fotterLink li a {
  color: #333333;
}
#footer .fotterLink li a:hover {
  text-decoration: underline;
}
#footer .fotterLink li:first-child {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}
#footer .fotterLink.link1 {
  width: 95px;
}
#footer .fotterLink.link2 {
  width: 205px;
}
#footer .fotterLink.link3 {
  width: 160px;
}
#footer .fotterLink.link4 {
  width: 175px;
}
#footer .fotterLink.link5 {
  width: 160px;
}
#footer .fotterLink.link6 {
  width: 185px;
}
#footer #copyright {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  line-height: 30px;
  width: 100%;
  text-align: center;
  font-family: helvetica, Verdana, arial, clean, sans-serif;
}
</pre></body></html>