@charset "UTF-8";
/*-------------------------------------------------------
1.leyout
--------------------------------------------------------*/
/*--site--*/
/*--inner--*/
.inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.innerMini {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/*--header--*/
.header {
  font-size: 15px;
  color: #000;
}
.header_row {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.header_logo {
  padding: 25px 0 25px 50px;
  background: url("../images/common/logo.svg") no-repeat left center;
}

.gNav > ul {
  padding: 2px 0;
}
.gNav > ul > li {
  cursor: pointer;
}
.gNav > ul > li > a {
  display: block;
  padding: 2em 32px;
}
.gNav > ul > li > a:hover {
  background: no-repeat center bottom;
  background-image: url("../images/common/gNav_hover.svg");
}

.page-recruit .gNav > ul > li:nth-child(4) > a {
  background: no-repeat center bottom;
  background-image: url("../images/common/gNav_hover.svg");
}

.page-business .gNav > ul > li:nth-child(2) > a {
  background: no-repeat center bottom;
  background-image: url("../images/common/gNav_hover.svg");
}

.page-company .gNav > ul > li:nth-child(1) > a {
  background: no-repeat center bottom;
  background-image: url("../images/common/gNav_hover.svg");
}

.page-contact .gNav > ul > li:nth-child(5) > a {
  background: no-repeat center bottom;
  background-image: url("../images/common/gNav_hover.svg");
}

.page-product .gNav > ul > li:nth-child(3) {
  background: no-repeat center bottom;
  background-image: url("../images/common/gNav_hover.svg");
}

.gNav_child {
  position: absolute;
  z-index: 10002;
  top: calc(100% - 5px);
  left: -20px;
  display: none;
  width: 170px;
  background: #002D5F;
  color: #FFF;
  text-align: center;
}
.gNav_child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #002D5F transparent;
}
.gNav_child li:not(:last-child) {
  border-bottom: #335982 solid 1px;
}
.gNav_child li a {
  display: block;
  padding: 1em 0.75em;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
}
.gNav_child li a:hover {
  background: #003C7F;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .gNav_child a {
    padding-top: 1.25em !important;
    padding-bottom: 0.75em !important;
  }

  /* IE11 */
}
.gNav_trigger {
  position: relative;
  padding: 2em 35px;
}
.gNav_trigger:hover > ul {
  display: block;
}

.contents {
  color: #222;
  line-height: 1.6;
}
.contents-second {
  padding: 60px 0 140px 0;
  font-size: 14px;
}

/*--footer--*/
.footer {
  min-width: 1200px;
  font-size: 14px;
}
.footer_nav ul li {
  padding: 0 1em;
}
.footer_nav ul li a {
  font-size: 14px;
}
.footer_nav ul li a:hover {
  text-decoration: underline;
}
.footer_tel img {
  margin: 0 30px 0 0;
}
.footer_address {
  padding-left: 70px;
  background: no-repeat left center;
  background-image: url("../images/common/footer_logo.svg");
  font-size: 13px;
  min-height: 50px;
}
.footer_address ul {
	padding: 10px 0;
}
.footer_subMenu li {
  padding: 0 0.5em;
}
.footer_subMenu li a:hover {
  text-decoration: underline;
}
.footer_top {
  padding: 35px 0;
  background: #f5f5f5;
}
.footer_top ul li {
  padding: 0 17px;
}
.footer_top .btn {
  background: transparent;
}
.footer_middle {
  padding: 25px 0;
  background: #333333;
  color: #fff;
}
.footer_under {
  padding: 15px 0;
  font-size: 13px;
}
.footer_copy {
  font-size: 12px;
}

/*-----------------------------------------------------
2.utility
------------------------------------------------------*/
/*--float--*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.boxWrap {
  overflow: hidden;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/*--margin,padding--*/
.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

/*--text--*/
.bold {
  font-weight: bold;
}

.under {
  text-decoration: underline;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

/*--font-size--*/
.fontS {
  font-size: 12px;
}

.fontM {
  font-size: 14px;
}

.fontL {
  font-size: 20px;
}

/*--pc_only sp_only--*/
@media all and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.mAuto {
  margin-left: auto;
  margin-right: auto;
}

.txtLink {
  text-decoration: underline;
  color: #002D5F;
}
.txtLink:hover {
  text-decoration: none;
}

.min {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ 明朝", serif;
}

/*-----------------------------------------------------
3.parts
------------------------------------------------------*/
/*icon*/
.ico_required {
  display: block;
  position: absolute;
  right: 30px;
  top: 34px;
  height: 19px;
  vertical-align: middle;
}
.ico_required img {
  vertical-align: top;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .ico_required {
    top: 32px;
  }

  /* IE11 */
}
/*--btn--*/
.btn {
  display: block;
  width: 270px;
  padding: 1.5em 0.5em;
  border: #002D5F solid 1px;
  border-radius: 5px;
  color: #002D5F;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  background: #FFF;
}
.btn i {
  vertical-align: top;
}
.btn:hover {
  background: #002D5F;
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn {
    padding-top: 1.75em;
    padding-bottom: 1.25em;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn i {
    position: relative;
    top: -3px;
  }
}
.btn02 {
  display: block;
  padding: 1.25em 1.5em;
  width: 220px;
  border: 1px solid #002D5F;
  background: #002D5F;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
}
.btn02 i {
  vertical-align: top;
}
.btn02:hover {
  background: #FFF;
  color: #002D5F;
}
.btn02-sizeL {
  width: 260px;
  padding: 1.5em 1.25em;
  font-size: 15px;
  font-weight: bold;
}
.btn02-sizeL2 {
  width: 280px;
  padding: 1.5em 1.25em;
  font-size: 15px;
  font-weight: bold;
}
.btn02-sizeL3 {
  width: 270px;
  padding: 1.5em 1.25em;
  font-size: 15px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn02 {
    position: relative;
    padding-top: 1.75em;
    padding-bottom: 1.25em;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn02 i {
    top: -4px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn02-sizeL2 {
    position: relative;
    padding-top: 1.75em;
    padding-bottom: 1.25em;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn02 i {
    position: relative;
    top: -2px;
  }
}
/*--ttl--*/
.pageTtl {
  padding: 50px 0;
  background: no-repeat center;
  background-color: #002D5F;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.pageTtl p {
  margin-bottom: 15px;
}
.pageTtl-contact {
  background-image: url("../images/contact/pageTtl_bg.jpg");
}

.common_ttl {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: bold;
}
.common_ttl:after {
  content: "";
  display: block;
  width: 2.2em;
  padding-top: 5px;
  border-bottom: 5px solid #002D5F;
}

.common_subTtl {
  font-size: 18px;
  font-weight: bold;
}

.circleTtl {
  padding-left: 22px;
  background: url("../images/product/ico_circle.png") no-repeat left center;
  font-size: 22px;
  font-weight: bold;
  color: #002D5F;
}

/*--nav,list--*/
/*--box,unit--*/
.common_section {
  margin-bottom: 75px;
}

.common_unit_txt p {
  margin-bottom: 0.75em;
  line-height: 1.8;
}
.common_unit_list {
  width: 500px;
  min-height: 120px;
  padding: 1em 1.25em;
  background: center;
  background-image: url("../images/common/bg.png");
  line-height: 2;
}

/*--table--*/
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

.common_table {
  line-height: 2;
}
.common_table table th, .common_table table td {
  padding: 15px 30px;
  border: 1px solid #fff;
  background: #F0F4F8;
}
.common_table table th {
  width: 150px;
  font-weight: bold;
}

/*--column--*/
.row {
  display: flex;
}

.row-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-alignC {
  -webkit-align-items: center;
  align-items: center;
}

.row-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.row-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.row-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/*-----------------------------------------------------
3.page
------------------------------------------------------*/
.mainImg {
  min-width: 1200px;
  position: relative;
}
.mainImg_bg {
  height: 590px;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.mainImg_bg-01 {
  background-image: url("../images/mainImg_bg.jpg");
}
.mainImg_bg-02 {
  background-image: url("../images/mainImg_bg02.jpg");
}
.mainImg_bg-03 {
  background-image: url("../images/mainImg_bg03.jpg");
}
.mainImg_inner {
  position: absolute;
  z-index: 10000;
  width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
}
.mainImg_txt {
  position: relative;
  top: 200px;
  width: 467px;
  height: 95px;
}
.mainImg_stick {
  position: absolute;
  top: 95px;
  right: 0;
}

.catNav {
  min-width: 1200px;
  background: #002D5F;
  color: #FFF;
  text-align: center;
}
.catNav li {
  position: relative;
  -webkit-flex-basis: 400px;
  flex-basis: 400px;
}
.catNav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 50px;
  margin: auto;
  border-right: #1A426F solid 1px;
}
.catNav li:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 50px;
  margin: auto;
  border-left: #1A426F solid 1px;
}
.catNav a {
  display: block;
  padding: 38px 40px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
.catNav a i {
  vertical-align: top;
}
.catNav a:hover {
  background: #003C7F;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .catNav a i {
    position: relative;
    top: -3px;
  }
}
.cat {
  padding: 50px 0;
  font-size: 13px;
}
.cat_ttl {
  margin-bottom: 1.25em;
  line-height: 1;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.cat_unit {
  margin-bottom: 45px;
  -webkit-flex-basis: 280px;
  flex-basis: 280px;
}
.cat_unit figure {
  margin-bottom: 10px;
}
.cat_unit dl dt {
  margin-bottom: 0.75em;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}
.cat_unit dl dt span {
  display: block;
  color: #002D5F;
  font-weight: inherit;
  font-size: 13px;
}

.contact_lead {
  margin-bottom: 40px;
  line-height: 2;
  font-size: 14px;
}
.contact_flow {
  margin-bottom: 50px;
  background: #F0F4F8;
  text-align: center;
  font-size: 18px;
  color: #798796;
}
.contact_flow li {
  padding: 16px 20px;
  width: 33.3%;
  counter-increment: list;
  font-weight: bold;
}
.contact_flow li:before {
  content: counter(list);
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  -webkit-border-radius: 1.2em;
  border-radius: 1.2em;
  line-height: 1.2;
  background: #798796;
  color: #fff;
  font-weight: bold;
}
.contact_flow_current {
  position: relative;
  background: #002D5F;
  color: #fff;
}
.contact_flow_current:before {
  background: #fff;
}
.contact_flow_current:after {
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  border-style: solid;
  border-width: 30px 0 30px 25px;
  border-color: transparent transparent transparent #002D5F;
}
.contact_flow_current-last:after {
  right: auto;
  left: 0;
  border-color: transparent transparent transparent #F0F4F8;
}
.contact_table {
  padding: 10px 20px 50px 20px;
  background: #F0F4F8;
}
.contact_table table {
  margin-bottom: 30px;
}
.contact_table table th, .contact_table table td {
  padding: 20px;
}
.contact_table table th {
  position: relative;
  width: 200px;
  padding-top: 33px;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}
.contact_table table td {
  vertical-align: middle;
}
.contact_table textarea,
.contact_table input {
  padding: 0 0.75em;
  border: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.contact_table ::-webkit-input-placeholder {
  color: #999;
}
.contact_table :-moz-placeholder {
  color: #999;
}
.contact_table :-ms-input-placeholder {
  color: #999;
}
.contact_table select {
  height: 40px;
  line-height: 40;
  background: #fff;
  border: none;
  font-size: 14px;
  text-indent: 0.5em;
}
.contact_table select option {
  font-size: 14px;
}
.contact_table input[type="tel"],
.contact_table input[type="email"],
.contact_table input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #FFF !important;
}
.contact_table textarea {
  display: block;
  width: 100% !important;
  height: 230px !important;
  border: none !important;
  border: 1px solid #fff !important;
}
.contact_table .contact_inputHalf {
  width: 260px !important;
}
.contact_thanks {
  margin-bottom: 50px;
  text-align: center;
  line-height: 2;
  font-size: 14px;
}
.contact_thanks_ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #002D5F;
}
.contact_thanks p {
  margin-bottom: 25px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, select {
    padding-left: 0.5em !important;
    padding-top: 0.25em;
  }

  /* IE11 */
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
  margin-top: 25px;
  padding-top: 10px;
  background: #F0F3F8;
  padding-bottom: 40px;
}

#mfp_phase_confirm .contact_flow {
  margin-bottom: 20px;
}

div#mfp_phase_confirm h4 {
  display: none !important;
}

#mfp_phase_confirm {
  display: none;
}

#mfp_phase_confirm p {
  line-height: 2;
  font-size: 14px;
}

table#mfp_confirm_table tr th {
  font-weight: bold;
}

table#mfp_confirm_table {
  margin-top: 10px;
}

div.mfp_buttons {
  overflow: hidden;
  width: 565px;
  margin: auto;
}

#mfp_button_send,
#mfp_button_cancel {
  width: 276px;
  height: 60px;
  font-weight: bold !important;
}

#mfp_button_cancel {
  display: block;
  position: relative;
  float: left;
  font-size: 15px !important;
  font-weight: normal;
  padding: 0;
}
#mfp_button_cancel:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #mfp_button_cancel {
    padding-top: 0.5em !important;
  }

  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #mfp_button_cancel:before {
    display: block;
    height: 0.95em;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /* IE11 */
}
#mfp_button_send {
  display: block;
  position: relative;
  float: right;
  font-size: 15px !important;
  padding: 0;
}
#mfp_button_send:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #mfp_button_send {
    padding-top: 0.5em !important;
  }

  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #mfp_button_send:before {
    display: block;
    height: 0.95em;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /* IE11 */
}
table#mfp_confirm_table tr td {
  font-size: 14px !important;
}

div.mfp_err {
  font-size: 14px !important;
  background-image: none !important;
  padding-left: 0 !important;
}

.policy_lead {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 2;
}
.policy_lead p {
  font-weight: bold;
}
.policy_data dl {
  margin-bottom: 35px;
}
.policy_data dl dt {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #002D5F;
}
.policy_data dl dt i {
  margin-right: 0.25em;
}
.policy_data dl dd {
  line-height: 2;
}

.partner_lead {
  margin-bottom: 35px;
  font-size: 18px;
}
.partner_lead p {
  font-weight: bold;
}
.partner_table table {
  margin-bottom: 50px;
}

.recruit_table {
  width: 587px;
  margin-bottom: 50px;
}

.company {
  line-height: 2;
}
.company p {
  margin-bottom: 20px;
}
.company_section {
  margin-bottom: 80px;
}
.company_table {
  width: 584px;
}

.business_nav {
  overflow: hidden;
  width: 100%;
  border-left: 1px solid #002D5F;
  border-top: 1px solid #002D5F;
}
.business_nav li {
  width: 25%;
  border-right: 1px solid #002D5F;
  border-bottom: 1px solid #002D5F;
  text-align: center;
}
.business_nav li a {
  display: block;
  padding: 1.25em 1.5em;
  line-height: 1;
  color: #002D5F;
}
.business_nav li a:hover {
  background: #002D5F;
  color: #FFF;
}

.product {
  line-height: 1.8;
}
.product_contact {
  padding: 25px;
  background: url("../images/product/bg.png") center;
}
.product_contact p {
  font-weight: bold;
  font-size: 18px;
}
.product_sub {
  padding-left: 25px;
  background: url("../images/product/ico_circle.png") no-repeat left center;
  font-size: 22px;
  font-weight: bold;
  color: #002D5F;
}
.product_list {
  -webkit-flex-basis: 60em;
  flex-basis: 60em;
}
.product_list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 15px;
  background: no-repeat left 0.7em;
  background-image: url("../images/common/product_list.png");
}
.product_spec th, .product_spec td {
  border: solid 1px #fff;
}
.product_spec th {
  width: 10em;
  padding: 20px;
  font-weight: bold;
}
.product_spec td {
  padding: 20px 10px;
  text-align: center;
}
.product_spec tr:not(:first-child) th, .product_spec tr:not(:first-child) td {
  background: #F0F4F8;
}
.product_spec tr:first-child th, .product_spec tr:first-child td {
  background: #C2D9F2;
}
.product_connect {
  text-align: center;
  width: 930px;
}
.product_connect li {
  position: relative;
}
.product_connect li:not(:last-child):after {
  position: absolute;
  right: -70px;
  top: 90px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #002D5F;
}
.product_connect img {
  display: block;
  margin-bottom: 10px;
}
.product_figure_data dt {
  margin-bottom: 8px;
  font-weight: bold;
}
.product_figure_data dd {
  margin-bottom: 5px;
}

/*-----------------------------------------------------
4.js
------------------------------------------------------*/
#map-canvas {
  width: 1200px;
  height: 410px;
  margin-bottom: 25px;
}
