@charset "utf-8";

.home #breadcrumb {
  display: none;
}

/*-----------------------------------------------------

  ▽ ▽ ▽ アコーディオン ▽ ▽ ▽

----------------------------------------------------- */
  
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
}


/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}


@media screen and (max-width: 1000px) {

.spHeader .sub-menu {
  position: relative;
}



.accbox {
    margin: 2em 0;
    padding: 0;
    /*max-width: 400px;*/
}

/*ラベル*/
.accbox label {
    position: absolute;
    top: 4px;
    right: 4px;

    display: block;
    /*padding : 13px 16px;*/
    width: 56px;
    height: 56px;
    color: #fff;
    font-weight: bold;
    background: #082464;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%; 
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#082464;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #f8f8f8;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f106';
}

  
}

  /*チェックは隠す*/
  .accbox input {
      display: none;
  }






/*-----------------------------------------------------

  ▽ ▽ ▽ ヘッダー・ナビゲーション ▽ ▽ ▽

----------------------------------------------------- */
.gnav,
.spHeader .gnav {
  height: 100%;
}
/*.spHeader {
  height: 100vh;
}*/
.headerHeight {
  height: 100vh !important;
  -ms-overflow-x: hidden;
      overflow-x: hidden;
}

.featurePage p {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 15px;
}

.featurePage p a {
	color: #2a76d5;
	font-weight: bold;
}

.featurePage p a:before {
  content: "\f138";
  font-family: FontAwesome;
	margin-right: 4px;
	color: #FF0004;
}

.featurePage p a:hover {
	opacity: 0.7;
}

.featurePage img {
	margin-bottom: 20px;
}

.featurePageSec {
	border-radius: 2px;
	padding: 30px 40px;
	margin-bottom: 20px;
	border:1px solid #ccc;
}

.featurePageSec p {
	margin-bottom: 0;
}

.featurePageSec h3 {
	font-weight: normal;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 23px;
	margin-bottom: 15px;
}

.featurePageSec span {
	color: #ff0000;
	font-size: 40px;	
}

.featurePageSec.sec01 .img {
	width: 30%;
	float: right;
}

.featurePageSec.sec01 .txt {
	width: 67%;
	float: left;
}

.featurePageSec .img {
	width: 30%;
	float: left;
}

.featurePageSec .txt {
	width: 67%;
	float: right;
}




@media screen and (min-width: 1001px) {
    .spHeader,
    .gnavWrapper {
      height: 100%;
    }

    .menu-container {
      overflow: scroll;
      height: calc(100% - 260px);
    }
	
	


  .mCSB_inside>.mCSB_container {
    margin-right: 15px !important;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #082464 !important;
  }
  .sub-menu-nav .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff !important;
  }

}



/*-------------------------------------------
 ヘッダー・ナビゲーションスタイル調整（スマホ）
------------------------------------------- */
  @media screen and (max-width: 1000px) {
    .spHeader {
      position: absolute; /* 固定→position: absolute / 追従→ position: fixed;  */
      background: rgba(8, 65, 147,.85); /* 背景色 */
    }
    .gnav .logo {
      height: 60px !important; /* ヘッダーの高さ */
      z-index: 99999;
      position: relative;
    }
    .spHeader,
    .menuBtn {
      height: 100px; /* ヘッダーの高さ */
    }
    .gnavBtnList {
      top: 100px; /* ナビゲーション内ボタン位置 */
      padding: 10px 40px 0;/* ナビゲーション内空き */
    }
    .gnavBtnList > li {
      /*border-bottom: 1px solid #e1e1e1;*/ /* 下線色 */
    }
    .gnavBtnList li > a {
      padding: 15px 0; /* 親ボタン空き */
    }
    .gnavBtnList li ul a {
      line-height: 2; /* 子ボタン行間 */
    }
    .gnavBtnList_inner { /* インナーナビゲーション調整 */
      background: none;
      margin-bottom: 20px;
    }
  }






/* プロダクトページ
------------------------------------------- */
.productLoop {
	border: 1px solid #bbb;
	margin-bottom: 50px!important;
}

.productTitle {
	font-size: 18px;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 20px;
	background: #0196db;
	border-bottom: 3px solid #006692;
}


.productSpecs {
	background: #f9f9f9;
	padding: 30px 0;
	border-top: 1px solid #bbb;
}

.loadPage {
	background: #fff;
	padding: 0;
	border-top:none;
}

.productSpecsInner,
.productImgs {
	width: 95%;
	margin: 0 auto 30px auto;
}

@media screen and (max-width: 700px) {
	.productSpecsInner,
	.productImgs {
		width: 90%;
		margin: 0 auto 30px auto;
	}
	
	.featurePageSec {
    padding: 20px 20px;
	}
	
	.featurePageSec.sec01 .img {
	width: 100%;
	float: none;
}

.featurePageSec.sec01 .txt {
	width: 100%;
	float: none;
}

.featurePageSec .img {
	width: 100%;
	float: none;
}

.featurePageSec .txt {
	width: 100%;
	float: none;
}
}

.productImgs img {
    max-width: 100%;
    height: auto;
}

.productImgs h3 {
	border-bottom: 1px solid #0196db;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: normal;
	font-size: 17px;
}

.productImgs h3:first-child {
	margin-top: 0;
}

.productSpecs h3 {
	font-size: 16px;
	border-left: 3px solid #ff0000;
	margin-bottom: 12px;
	line-height: 1;
	padding-left: 6px;
	margin-top: 30px;
}

.productSpecs h3:first-child {
	margin-top: 0;
}

.productSpecs img {
	margin-bottom: 8px;
}

.productSpecs table {
	width: 100%;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
}
	
.productSpecs th {
	padding: 4px;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	font-weight: normal;
	background: #ebedaa;
	line-height: 16px;
	vertical-align: middle;
}

.productSpecs table span {
	font-size: 10px;
}

.productSpecs .thC01 { background: #ebedaa; vertical-align: middle; }
.productSpecs .thC02 { background: #c9d58c;}
.productSpecs .tdC01 { background: #e4efda;}
.productSpecs .tdC02 { background: #fffdef;}
.productSpecs .tdC03 { background: #fff58f;}
.thC03 { background: #fff!important; }

.nikaTable th {
	background: #00914c;
	color: #fff;
}

.productSpecsInner ol,
.productSpecsInner ul {
	margin: 10px 0;
}

.productSpecsInner ol li {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
}

.productSpecsInner ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.entryBt {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 1000px) {
    .entryBt {
		width: 100%;
	}
}

.entryBt a {
	display: block;
	background: #082464;
	color: #fff;
	transition: .15s;
	padding: 20px 0;
	border-radius: 2px;
}

.entryBt a:hover {
	opacity: 0.8;
}

th.nikaTh {
	background: #fff;
}

.productSpecs td {
	/*padding: 4px;*/
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

.productSpecs tr {
	background: #fff;
}

.productSpecs tr:nth-child(2n) {
	background: #f3f3f3;
}

.productSpecs p {
	font-size: 15px;
	line-height: 28px;
}

.contactBtn {
	width: 260px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
}

.contactBtn a {
	display: block;
	padding: 12px 0;
	border-radius: 2px;
	color: #fff;
	background: #465b8b;
	background: -moz-linear-gradient(top, #465b8b 0%, #132d6a 100%);
	background: -webkit-linear-gradient(top, #465b8b 0%,#132d6a 100%);
	background: linear-gradient(to bottom, #465b8b 0%,#132d6a 100%);
}

.pageLinks {
	margin-bottom: 30px!important;
	background: #f5f5f5;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	padding: 20px;
}

.pageLinks a {
	color: #082464;
	text-decoration: underline;
}

.pageLinks a:hover {
	text-decoration: none;
}

.pageLinks li {
	display: inline-block;
	margin-bottom: 1px;
	margin-right: 2em;
	white-space: nowrap;
	font-size: 14px;
}

.pageLinks li:before {
	content: "\f0dd";
	font-family: FontAwesome;
	margin-right: 8px;
	color: #ff0000;
	position: relative;
	top: -2px;
}

.productContentArea {
	margin-bottom: 30px!important;
}

.productContentArea p {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 10px;
}

.productContentArea h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #082464;
}

.productContentArea p:last-child {
	margin-bottom: 0;
}


.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.productOther p {
	margin-bottom: 10px;
}

.productOther h2 {
  font-size: 18px;
  font-weight: bold;
  background: #f3f3f3;
  padding: 15px 15px 13px 15px;
  border-left: 4px solid #ff0000;
  display: block;
  margin-bottom: 30px;
}

.fullScroll {
	margin-bottom: 30px;
}

.fullScroll:last-child {
	margin-bottom: 0;
}

  @media screen and (max-width: 700px) {
    .productOther h2 {
      padding: 10px 7px 8px 12px;
      font-size: 18px;
      line-height: 1.3;
    }
		
		.productSpecs th,
		.productSpecs td {
			white-space: nowrap;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		.fullScroll {
			overflow: hidden;
			overflow-x: auto;
			margin-bottom: 20px;
		}
		.fullScroll::-webkit-scrollbar {
			height: 5px;
		}
		.fullScroll::-webkit-scrollbar-track {
				border-radius: 5px;
				background: #eee;
		}
		.fullScroll::-webkit-scrollbar-thumb {
				border-radius: 5px;
				background: #666;
		}
		
		.productContentAreaInner .alignright {
			float: none;
			display: block;
			margin: 0 auto 10px auto;
		}
		
		.pageLinks {
			padding: 20px!important;
		}
		
		.productWrapper .wrapper {
			padding: 0;
		}
		
		.newsContent .alignright,
		.newsContent .alignleft {
			float: none;
			display: block;
			margin: 0 auto 10px auto;
		}
}

.loadLink a {
	text-decoration: underline;
}

.loadLink a:hover {
	text-decoration: none;
}

  /* ヘッダー・ナビゲーションフォーマット（スマホ）
------------------------------------------- */
  @media screen and (max-width: 1000px) {
    .gnav .logo {
      margin: 0 auto;
    }
    .spHeader {
      overflow: hidden;
      z-index: 99;
      display: block;
      margin: 0;
      width: 100%;
      max-height: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-backdrop-filter: saturate(180%) blur(20px);
      backdrop-filter: saturate(180%) blur(20px);
      -webkit-transition: background 0.35s linear,height 0.35s ease-in;
      transition: background 0.35s linear,height 0.35s ease-in;
    }
    .headerHeight {
      position: absolute;
      -webkit-transition: background 0.35s linear,height 0.35s ease-in 200ms;
      transition: background 0.35s linear,height 0.35s ease-in 200ms;
    }
    .gnavWrapper {
      display: block;
      text-align: left;
      margin: 0;
      width: 100%;
      height: 100%;
    }
    .gnavBtn {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 99;
      display: block;
      margin: 0;
      max-height: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-backdrop-filter: saturate(180%) blur(20px);
      backdrop-filter: saturate(180%) blur(20px);
      max-height: none;
    }
    .menuBtn {
      display: block;
      z-index: 9999;
      position: absolute;
      top: 0;
      width: 100%;
    }
    .onanimation {
      height: 100%;
      pointer-events: auto !important;
      position: absolute;
    }
    .onanimation.gnavBtn > ul {
      height: 100%;
      visibility: visible;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
    }
    .onanimation > ul > li{
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .gnavBtnList {
      width: 100%;
      display: block;
      position: absolute;
      z-index: 2;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      box-sizing: border-box;
      overflow: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      visibility: hidden;
      -webkit-transition: visibility 0s linear 1s;
      transition: visibility 0s linear 1s;
    }
    .gnavBtnList > li {
      width: 100%;
      opacity: 0;
      pointer-events: none;
      -webkit-transform: scale(1.1) translateY(-24px);
      -ms-transform: scale(1.1) translateY(-24px);
      transform: scale(1.1) translateY(-24px);
      -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
      transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
      transition: opacity 0.35s ease-out, transform 0.35s ease-out;
      transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    }
    .gnavBtnList > li ul,
    .gnavBtnList > li ul li {
      -webkit-transition: none !important;
         -moz-transition: none !important;
          -ms-transition: none !important;
           -o-transition: none !important;
              transition: none !important;
    }
    .gnavBtnList > li:last-child {
      border-bottom: none;
    }
    .gnavBtnList li a {
      width: 100%;
      display: block;
      text-align: left;
    }
    .menu-container {
      height: 100%;
    }
    .gnavBtnList_inner {
      width: 100%;
      margin-top: 0;
      padding: 0;
    }
  }



/* ナビゲーション（sp）
------------------------------------------- */
@media screen and (max-width: 1000px) {
  
  /* 順番にアニメーション */
  .gnavBtnList > li:nth-child(6) {
    -webkit-transition-delay: 10ms,10ms;
    transition-delay: 10ms,10ms;
  }
   .gnavBtnList > li:nth-child(5) {
    -webkit-transition-delay: 60ms,60ms;
    transition-delay: 60ms,60ms;
  }
   .gnavBtnList > li:nth-child(4) {
    -webkit-transition-delay: 110ms,110ms;
    transition-delay: 110ms,110ms;
  }
   .gnavBtnList > li:nth-child(3) {
    -webkit-transition-delay: 160ms,160ms;
    transition-delay: 160ms,160ms;
  }
   .gnavBtnList > li:nth-child(2) {
    -webkit-transition-delay: 210ms,210ms;
    transition-delay: 210ms,210ms;
  }
   .gnavBtnList > li:nth-child(1) {
    -webkit-transition-delay: 260ms,260ms;
    transition-delay: 260ms,260ms;
  }


  .onanimation .gnavBtnList > li:nth-child(1) {
    -webkit-transition-delay: 330ms,330ms;
    transition-delay: 330ms,330ms;
  }
  .onanimation .gnavBtnList > li:nth-child(2) {
    -webkit-transition-delay: 380ms,380ms;
    transition-delay: 380ms,380ms;
  }
  .onanimation .gnavBtnList > li:nth-child(3) {
    -webkit-transition-delay: 430ms,430ms;
    transition-delay: 430ms,430ms;
  }
  .onanimation .gnavBtnList > li:nth-child(4) {
    -webkit-transition-delay: 480ms,480ms;
    transition-delay: 480ms,480ms;
  }
  .onanimation .gnavBtnList > li:nth-child(5) {
    -webkit-transition-delay: 530ms,530ms;
    transition-delay: 530ms,530ms;
  }
  .onanimation .gnavBtnList > li:nth-child(6) {
    -webkit-transition-delay: 480ms,480ms;
    transition-delay: 480ms,480ms;
  }
  .onanimation .gnavBtnList > li:nth-child(7) {
    -webkit-transition-delay: 530ms,530ms;
    transition-delay: 530ms,530ms;
  }
  .onanimation .gnavBtnList > li:nth-child(8) {
    -webkit-transition-delay: 580ms,580ms;
    transition-delay: 580ms,580ms;
  }
}


/* ドロワーメニューボタン ------------------- */
.menu-trigger {
  display: none;
}
.noScroll {
  overflow: hidden !important;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    z-index: 999;
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 28px;
    height: 22px;
  }
  .menu-trigger:hover {
    opacity: 1;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #082464;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  

  /* ▽ボタンの種類変更▽ */
  
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}

.recruitTable table {
	width: 100%;
}

.recruitTable tr {
	border-bottom:1px solid #ccc;
}

.recruitTable th {
	color: #082464;
	text-align: left;
	padding: 15px 0;
	line-height: 1.5;
}

.recruitTable tr:first-child th {
	padding-top: 0;
}

.recruitTable td {
	padding: 15px 0;
}

.recruitTable tr:first-child td {
	padding-top: 0;
}

.recruitQa dt {
	font-weight: bold;
	color: #082464;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c0c9dd;
	margin-bottom: 10px;
}

.recruitQa dd {
	margin-bottom: 35px;
}

.newsContent h2 {
	color: #082464;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c0c9dd;
	margin-bottom: 10px;
}

.newsContent p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 28px;
}

.newsContent a {
	color: #2a76d5;
	font-weight: bold;
}

.newsContent a:before {
  content: "\f138";
  font-family: FontAwesome;
	margin-right: 4px;
	color: #FF0004;
}

.newsContent a:hover {
	opacity: 0.7;
}

.accessList li {
	width: 48%;
	float: left;
}

.accessList li:nth-child(2n) {
	width: 48%;
	float: right;
}

.accessList li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.googleMap {
	position: relative;
	padding-top: 50%;
	height: 0;
	overflow: hidden;
}

.googleMap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-----------------------------------------------------

  パーツ

----------------------------------------------------- */
  /* ボタン1 */
.btnStyle_1 {
  text-align: center;
  display: block;
  background: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 15px 60px;
  -webkit-border-radius: 999px;
          border-radius: 999px;
  border: 1px solid #e2e2e2;
  position: relative;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
}
.btnStyle_1:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 15px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btnStyle_1:hover {
  background: #082464;
  color: #fff;
}

/* ボタン2 */
.btnStyle_2 {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  padding: 15px 0;
  position: relative;
  margin-bottom: 10px;
}
.btnStyle_2:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 15px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}

.btnStyle_2.blue {
  background: #2d6fc1;
}
.btnStyle_2.green {
  background: #599a58;
}


/*-----------------------------------------------------

  gnav

----------------------------------------------------- */
.outer {
  height: 100%;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
  @media screen and (max-width: 1000px) {
    .outer {
      display: block;
    }
  }

.gnav {
  position: fixed;
  width: 240px;
  height: 100%;
  border-right: 1px solid #dfdfdf;
  padding: 20px 0 0px 0;
  background: #fff;
  z-index: 999;
}
  @media screen and (max-width: 1000px) {
    .gnav {
      position: relative;
      width: 100%;
      padding: 15px 0;
    }
  }

.logoImg {
  display: block;
  margin-bottom: 18px;
}
.gnav .logo {
  padding: 0 20px;
  margin-bottom: 23px;
}
  @media screen and (max-width: 1000px) {
    .gnav .logo {
      width: 200px;
    }
  }


/* メニューここから（pc） */

@media screen and (min-width: 1001px) {
  #global-head {
    position: fixed;
    color: #082464;
    width: 240px;
    text-align: center;
    padding-top: 60px;
    z-index: 100;
  }

  #sidebar {
    font-size: 15px;
    padding-top: 120px;
    width: 240px;
    height: 100%;
    position: fixed;
    color: #082464;
    background: #fff;
    text-align: center;
  }

  #global-nav ul {
    list-style: none;
    margin-left: 0;
  }
  #global-nav > ul > li {
    position: relative;
  }

  
}

#global-nav a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 20px;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;  
}

#global-nav li li a {
	padding: 10px 20px 10px;
}



  @media screen and (max-width: 1000px) {
    #global-nav a {
      padding: 24px 20px;
    }
  }

  .gnavBtnList > li > a {
    border-bottom: 1px solid #dfdfdf;
  }
  .gnavBtnList > li:first-child > a {
    border-top: 1px solid #dfdfdf;
  }
  
  #global-nav a span {
    margin-top: 8px;
    display: block;
    font-size: 9px;
    color: #9ca7c1;
    font-weight: normal;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
  }

@media screen and (min-width: 1001px) {

  #global-nav .sub-menu.is-active > a,
  #global-nav a:hover {
    color: #fff;
    background: #082464;
  }

  #global-nav a:hover span {
    color: #fff;
  }

  #global-nav .sub-menu-nav a,
  #global-nav .sub-menu:hover .sub-menu-nav {
    width: 230px;
  }

  /* sub-menu icon */
  #global-nav .sub-menu > a {
    position: relative;
  }
}

.sub-menu-nav li a {
	font-size: 13px;
}


  @media screen and (min-width: 1001px) {
    #global-nav .sub-menu > a:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 18px;
      margin: auto;
      vertical-align: middle;
      width: 8px;
      height: 8px;
      border-top: 1px solid #082464;
      border-right: 1px solid #082464;
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }


@media screen and (min-width: 1001px) {
  /* sub-menu */
  #global-nav .sub-menu-nav {
    position: fixed;
    background: #082464;
    color: #fff;
    top: 0;
    padding-top: 90px;
    padding-bottom: 20px;
    left: 240px;
    width: 0;
    height: 100%;
    /*overflow: hidden;*/
    overflow: scroll;


    -moz-transition: width .2s ease-out;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
  }
  #global-nav .sub-menu.is-active > a:after,
  #global-nav .sub-menu > a:hover:after {
    border-color: #fff;
  }
  #global-nav .sub-menu-nav a {
    color: #fff;
    line-height: 1.5;
  }
  #global-nav .sub-menu-nav a:hover {
    color: #082464;
    background: #fff;
  }

}


/*-----------------------------------------------------

  mainSection

----------------------------------------------------- */
.mainSection {
  width: 100%;
  padding-left: 240px;
}
  @media screen and (max-width: 1000px) {
    .mainSection {
      width: 100%;
      padding-left: 0;
      padding-top: 100px;
    }
  }

.mainVisual {
  position: relative;
  height: 750px;
  background: url(../images/main_img.jpg) center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
  @media screen and (max-width: 1000px) {
    .mainVisual {
      height: 400px;
    }
  }

.mainVisual_leadText {
  position: absolute;
  background-color: rgba(8, 36, 100,.9);
  color: #fff;
  left: 0;
  top: 50%;
  padding: 35px 55px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
  @media screen and (max-width: 1000px) {
    .mainVisual_leadText {
      top: auto;
      bottom: 0;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      padding: 20px 20px;
    }
  }

.mainVisual_leadText .main {
  font-size: 25px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 20px;
  letter-spacing: .1em;
}
  @media screen and (max-width: 1000px) {
    .mainVisual_leadText .main {
      line-height: 1.5;
      margin-bottom: 10px;
    }
  }

.mainVisual_leadText .sub {
  font-size: 16px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .1em;
}
  @media screen and (max-width: 1000px) {
    .mainVisual_leadText .sub {
      line-height: 1.5;
      letter-spacing: 0;
    }
  }

.mainVisual_catalogBtn {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 200px;
}

.mainVisual_catalogBtn a {
	display: flex;
	align-items: center;
	column-gap: 15px;
	background-color: #f00;
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
	line-height: 1.2;
	font-size: 18px;
	border-radius: 20px;
	text-align: center;
}

.mainVisual_catalogBtn a img {
	width: 25px;
	height: 30px;
}

.mainVisual_catalogBtn a span {
	display: block;
	font-size: 12px;
	line-height: 1;
}

@media screen and (max-width: 1000px) {
	.mainVisual_catalogBtn {
    position: fixed;
		top: inherit;
		right: inherit;
    bottom: 10px;
    left: 20px;
    width: 170px;
    z-index: 10;
	}
	.mainVisual_catalogBtn a {
		font-size: 15px;
	}
	.mainVisual_catalogBtn a img {
		width: 18px;
		height: 25px;
	}
}


/*-----------------------------------------------------

  TOP

----------------------------------------------------- */
.topText_Section {
  margin-top: 40px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
  @media screen and (max-width: 1000px) {
    .topText_Section {
      display: block;
    }
  }

.topText_Section .text {
  width: 60%;
  padding: 18px 0;
}

.topText_Section .text p {
	font-size: 15px;
	line-height: 28px;
}


  @media screen and (max-width: 1000px) {
    .topText_Section .text {
      width: 100%;
      padding: 0;
    }
  }

.topText_Section .img {
  width: 35%;
}
  @media screen and (max-width: 1000px) {
    .topText_Section .img {
      width: 100%;
    }
  }

.topText_Section .title {
  font-size: 32px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #082464;
  font-weight: normal;
  letter-spacing: .1em;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
  @media screen and (max-width: 1000px) {
    .topText_Section .title {
      font-size: 25px;
      line-height: 1.4;
      margin-bottom: 10px;
      padding-bottom: 15px;
    }
  }

.topText_Section .title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: url(../images/title_border.png) no-repeat;
  height: 1px;
  width: 100%; 
  -webkit-background-size: 100% 1px;
       -o-background-size: 100% 1px;
          background-size: 100% 1px;
  display: block;
}
.topBtn_Section {
  margin-top: 40px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
  @media screen and (max-width: 1000px) {
    .topBtn_Section {
      display: block;
    }
  }

.topBtn_Section > a {
  width: calc(50% - 15px);
  display: block;
}
  @media screen and (max-width: 1000px) {
    .topBtn_Section > a {
      width: 100%;
      margin-bottom: 60px;
    }
  }

.topBtn_Section .btn {
  position: relative;
}
.topBtn_Section .name {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #082464;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  padding: 12px 70px 10px;
}
  @media screen and (max-width: 1000px) {
    .topBtn_Section .name {
      padding: 7px 40px 5px;
    }
  }

.topBtn_Section .title {
  font-size: 30px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  letter-spacing: .1em;
}
  @media screen and (max-width: 1000px) {
    .topBtn_Section .title {
      font-size: 25px;
    }
  }


.newsSection {
  margin-top: 100px;
  background: #f8f8f8;
  padding: 50px 0;
}
  @media screen and (max-width: 1000px) {
    .newsSection {
      margin-top: 80px;
      padding: 40px 0;
    }
  }

.newsSection .wrapper {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
  @media screen and (max-width: 1000px) {
    .newsSection .wrapper {
      display: block;
    }
  }

.newsList {
  width: 73.5%;
}
  @media screen and (max-width: 1000px) {
    .newsList {
      width: 100%;
    }
  }

.newsSection .title {
  margin-bottom: 25px;
}
  @media screen and (max-width: 1000px) {
    .newsSection .title {
      margin-bottom: 20px;
    }
  }

  @media screen and (max-width: 1000px) {
    .titleSection {
      margin-bottom: 30px;
    }
  }


.newsSection .title .main {
  font-size: 43px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .1em;
  color: #082464;
  display: block;
  margin-bottom: 13px;
}
  @media screen and (max-width: 1000px) {
    .newsSection .title .main {
      font-size: 35px;
      margin-bottom: 10px;
    }
  }

.newsSection .title .subTitle {
  font-size: 15px;
  display: block;
  font-weight: normal;
}
.newsList .data,
.newsList .category {
  margin-right: 25px;
}
  @media screen and (max-width: 1000px) {
    .newsList .data,
    .newsList .category {
      margin-right: 10px;
    }
  }

.newsList .newsName {
  color: #082464;
  text-decoration: underline;
}
  @media screen and (max-width: 1000px) {
    .newsList .newsName {
      display: block;
    }
  }

.newsList li {
  margin-bottom: 15px;
}
  @media screen and (max-width: 1000px) {
    .newsList li {
      border-bottom: 1px solid #dfdfdf;
      padding-bottom: 15px;
    }
    .newsList li:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }
  }

.newsList .category a {
  font-size: 15px;
  line-height: 1;
  width: 110px;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  color: #fff;
}
  @media screen and (max-width: 1000px) {
    .newsList .category a {
      font-size: 14px;
      padding: 4px 0;
      width: 80px;
    }
  }


/* ▼category▼ */
.topics {
  background: #082464;
}
.product-news {
  background: #a40000;
}
/* ▲category▲ */


.recruitSection {
  background: url(../images/top_recruit.jpg) no-repeat center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.recruitSection .wrapper {
  overflow: hidden;
}
.recruitSection_text {
  padding: 140px 30px 0;
  float: right;
  width: 350px;
  height: 550px;
  background-color: rgba(8, 36, 100,.9);
  color: #fff;
  text-align: center;
}
  @media screen and (max-width: 1000px) {
    .recruitSection_text {
      width: 100%;
      padding: 45px 15px 30px;
      height: auto;
    }
  }

.recruitSection_text p {
  margin-bottom: 20px;
}
  @media screen and (max-width: 1000px) {
    .recruitSection_text p {
      text-align: left;
    }
  }

.recruitSection_title {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.recruitSection_title .main {
  font-size: 43px;
  letter-spacing: .1em;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
	.recruitSection_title .main {
		font-size: 35px;
	}
}

.recruitSection_title .sub {
  font-size: 15;
  display: block;
}

.contactSection {
  text-align: center;
  padding: 50px 0;
  background: #f8f8f8;
}
@media screen and (max-width: 1000px) {
	.contactSection {
		padding: 40px 20px;
	}
}

.contactSection p {
  font-weight: bold;
  margin-bottom: 20px;
}
  @media screen and (max-width: 1000px) {
    .contactSection p {
      line-height: 1.5;
    }
  }

.contactSection .title {
  font-size: 43px;
  letter-spacing: .1em;
  color: #082464;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 25px;
}
  @media screen and (max-width: 1000px) {
    .contactSection .title {
      font-size: 35px;
    }
  }

.contactSection .tel {
  display: block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}
  @media screen and (max-width: 1000px) {
    .contactSection .tel {
      font-size: 30px;
    }
  }

.contactSection .tel i {
  color: #082464;
  margin-right: 10px;
}
.contactSection_btn {
  display: inline-block;
  font-weight: bold;
  border-top: 2px solid #082464;
  font-size: 18px;
  background: #fff;
  line-height: 1;
  padding: 25px 110px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  color: #082464;
}
  @media screen and (max-width: 1000px) {
    .contactSection_btn {
      padding: 20px 0;
      width: 100%;
      font-size: 16px;
    }
  }

.contactSection_btn i {
  color: #082464;
  margin-right: 8px;
}

/*-----------------------------------------------------

  footer

----------------------------------------------------- */
.footer {
  overflow: hidden;
}
.pageTop {
	position: fixed;
	display: none;
	right: 0;
	bottom: 0;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 17px;
	background: #082464;
	text-align: center!important;
}

.pageTop a {
	color: #fff;
	text-align: center!important;
}

.pageTop a:before {
  content: "\f106";
  font-family: FontAwesome;
  color: #fff;
  font-size: 14px;
  margin-right: 0;
	display: block;
}

@media screen and (max-width: 599px) {
	.pageTop {
		font-size: 8px;
		padding: 4px 12px;
	}
	
	.pageTop br {
		
	}
}




.footer .inner {
  background: #082464;
  padding: 50px 0 45px;
  position: relative;
}
  @media screen and (max-width: 1250px) {
    .footer .inner {
      padding: 40px 0 30px;
    }
  }

.footer .inner:after {
  content: "";
  background: url(../images/footer_deco.png) no-repeat;
  -webkit-background-size: 644px;
       -o-background-size: 644px;
          background-size: 644px;
  width: 644px;
  height: 66px;
  position: absolute;
  display: block;
  right: calc(50% - 500px);
  bottom: -20px;
}
.footer .wrapper {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
  @media screen and (max-width: 1250px) {
    .footer .wrapper {
      display: block;
    }
  }

.footer .logo {
  display: block;
  max-width: 230px;
  width: 100%;
  margin-bottom: 10px;
}
.footer .address {
  display: block;
  color: #fff;
	font-size: 12px;
}
  @media screen and (max-width: 1000px) {
    .footer .address {
      font-size: 13px;
      margin-bottom: 20px;
    }
  }

.footerNav ul {
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
  @media screen and (max-width: 1250px) {
    .footerNav ul {
      display: block;
    }
  }

.footerNav li {
  margin-left: 20px;
	
}
  @media screen and (max-width: 1000px) {
    .footerNav li {
      margin-left: 0;
      margin-bottom: 5px;
    }
  }

.footerNav li a {
  color: #fff;
	font-size: 13px;
}
.copyright {
  text-align: center;
  font-size: 11px;
  padding: 30px 0;
}
  @media screen and (max-width: 1000px) {
    .copyright {
      padding: 20px 20px;
      line-height: 1.5;
    }
		
		.footerNav li a {
  color: #fff;
	font-size: 15px;
}
  }



/*-----------------------------------------------------

  BASE

----------------------------------------------------- */
body {
    width: 100%;
    /*text-align: center;*/
    font-size: 16px;
    line-height: 30px;
    color: #333;
    background: #fff;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 500;
}

img {
	vertical-align: bottom;
	max-width: 100%;
    height: auto;
}

._sp { display:none!important; }

a {
    text-decoration: none;
    color: #000;
}

li { list-style: none; }

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

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media screen and (max-width:1000px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
}


/* MEDIUM
----------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width:959px) {
}

/* SMALL
----------------------------------------------------- */
@media screen and (max-width: 599px) {
}



/*-----------------------------------------------------

  FORMAT

----------------------------------------------------- */
.wrapper {
  max-width: 1000px;
	width: 95%;
  margin: 0 auto;
  /*padding: 0 80px;*/
}
  @media screen and (max-width: 1000px) {
    .wrapper {
      padding: 0 20px;
    }
  }



/* 3カラム
----------------------------------------------------- */
.column3 .article {
	width: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
}

.column3 .article:last-child {
	margin-right: 0;
}

.pageTop {
	text-align: right;
	font-size: 12px;
}


/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix { display: inline-block; }
/* no ie mac \*/
* html .clearFix { height: 1%; }
 .clearFix { display: block; }
/* */




/*-----------------------------------------------------

  fonts

----------------------------------------------------- */
.wf-sawarabimincho { font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

@font-face {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/NotoSerifJP-Medium.woff') format('woff');
  font-display: swap;
}