@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2?yfa8ze") format("woff2"), url("../fonts/iconfont.ttf?yfa8ze") format("truetype"), url("../fonts/iconfont.svg?yfa8ze#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail::before {
  content: "\ea02";
}

.icon-maintenance::before {
  content: "\ea03";
}

.icon-arrow::before {
  content: "\ea04";
}

.icon-map::before {
  content: "\ea05";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

img {
  vertical-align: bottom;
}

ol {
  padding-left: 20px;
  list-style-type: decimal;
  font-family: "Ubuntu", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}

strong {
  font-weight: bold;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 1rem;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

body {
  font-size: 1.6rem;
  font-family: YakuHanJP_Narrow, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #565655;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* IE表示用のCSS　*/
body.ie {
  font-family: YakuHanJP_Narrow, Meiryo, sans-serif;
}

.noto, #aboutus .philosophy-text, #aboutus .philosophy-lead, #aboutus .message-name, #aboutus .message-title, #recruit .schedule-circle, #recruit .recruit-message .recruit-message-name, #products .products-tb thead th, #products .products-navi-title, #home .container .title .jp, #key .key-title-box .key-copy, footer .foot-contact .contact-box .btn, #gnavi .menu-target a, #gnavi .head-contact a, #gnavi .dropmenu-title .jp, #gnavi .gnavi-list > li > a, .page-navi .page-navi-title, .page-body h2, .page-title-wrap .page-title .folder-name, .page-title-wrap .page-title .jp, input[type=button], input[type=submit] {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.ubuntu, #maintenance .center-tel, #achieve .achieve-num, #aboutus .philosophy-num, #aboutus .history-list .number, .merit-num, .case-wrap .case-image:before, #products .products-drawing-list a, .info-list .info-date, #top-case .case-slider .case-number, #home .container .title .en, footer .foot-bottom .copyright, #gnavi .dropmenu-title .en, .page-title-wrap .page-title .en, .btn.icon-pdf:before {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

.mplus, #recruit .schedule-circle {
  font-family: YakuHanJP_Noto, "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

input, textarea, select {
  font-family: YakuHanJP_Narrow, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #565655;
}

.ie input, .ie textarea, .ie select {
  font-family: YakuHanJP_Narrow, Meiryo, sans-serif;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
}

input[type=text], input[type=number], input[type=password], input[type=email], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #222;
  padding: 3px 5px;
  border-radius: 0;
  font-size: 1.6rem;
  background: transparent;
}

input[type=radio], input[type=checkbox] {
  margin-right: 5px;
}

.mac input[type=radio], .mac input[type=checkbox] {
  vertical-align: 0.2em;
}

.select-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.select-wrap:after {
  content: "›";
  color: #222;
  position: absolute;
  right: 8px;
  top: calc(50% - 0.5em);
  line-height: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 1;
  font-size: 1.4rem;
}
.select-wrap:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 25px;
  top: 0;
  background: #bdc5cb;
}

select {
  font-size: 1.6rem;
  margin: 0;
  max-width: 100%;
  border: 1px solid #bdc5cb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 3px 33px 3px 8px;
  background: transparent;
  position: relative;
  z-index: 2;
}

select::-ms-expand {
  display: none;
}

:placeholder-shown {
  color: #bbb;
}

::-webkit-input-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bbb;
}

form .input-box {
  display: inline-block;
  margin-top: 0;
}
form #sei, form #mei, form #seikana, form #meikana {
  width: 120px;
}
form #sei, form #seikana {
  margin-right: 15px;
}
form #zip1 {
  width: 60px;
}
form #zip2 {
  width: 80px;
  margin-top: 0;
}
form #address {
  margin-top: 15px;
}
form #ckemail {
  margin-top: 15px;
}
form #tel, form #fax {
  width: 180px;
}
form #comment {
  height: 150px;
}
form .btn-area {
  margin-top: 3em;
}
form .btn-submit {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  width: 400px;
  margin: 0 auto;
  padding: 17px 0;
}
form .btn-back {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  padding: 17px 0;
  background: #565655;
  color: #ddd;
}
form .btn-back:hover {
  background: #6d6d6c;
}
form .require {
  color: #e81340;
  font-size: 1.1rem;
  display: inline-block;
  padding-top: 3px;
  float: right;
}

a {
  color: #0089bc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.48, 0.63, 0.93);
  transition: opacity 0.2s cubic-bezier(0.25, 0.48, 0.63, 0.93);
}

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.cl {
  clear: both;
}

.btn {
  display: inline-block;
  background: #023f73;
  padding: 12px 40px 14px 18px;
  line-height: 1.3;
  color: #fff;
  position: relative;
  font-weight: bold;
  min-width: 240px;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: left;
  text-decoration: none;
}
.btn:before {
  position: absolute;
  font-size: 1.4rem;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn:hover {
  background: #0358a0;
  text-decoration: none;
}
.btn:hover:before {
  -webkit-animation: btn-anime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both;
  animation: btn-anime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both;
}
.btn.icon-pdf:before {
  content: "PDF";
  font-size: 1rem;
  letter-spacing: 0;
  padding: 3px 0 4px;
  line-height: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.btn .btn-pdf {
  color: #fff;
  text-decoration: none;
}

.h-pointer:hover {
  cursor: pointer;
}

@-webkit-keyframes btn-anime {
  0% {
    right: 12px;
  }
  50% {
    right: 7px;
  }
  100% {
    right: 12px;
  }
}

@keyframes btn-anime {
  0% {
    right: 12px;
  }
  50% {
    right: 7px;
  }
  100% {
    right: 12px;
  }
}
.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-area .btn {
  margin: 0 15px;
}

.anm {
  opacity: 0;
  visibility: hidden;
  top: 20px;
  position: relative;
}

.is-show {
  opacity: 1;
  top: 0;
  visibility: visible;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.l {
  font-size: 1.8rem;
}

.s {
  font-size: 1.4rem;
}

.xs {
  font-size: 1.2rem;
}

.red {
  color: #e81340;
}

.blue {
  color: #023f73;
}

.tbdisp {
  display: none;
}

.spdisp {
  display: none;
}

.lines {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
}
.lines:before, .lines:after {
  content: "";
  display: block;
}
.lines span, .lines:before, .lines:after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #f2f2fa;
}
.lines:before {
  left: -25%;
}
.lines:after {
  left: 125%;
}
.lines .line1 {
  left: 0;
}
.lines .line2 {
  left: 25%;
}
.lines .line3 {
  left: 50%;
}
.lines .line4 {
  left: 75%;
}
.lines .line5 {
  left: 100%;
}

.page-title-wrap {
  background: #565655;
  padding: 72px 0;
  position: relative;
}
.page-title-wrap .page-title {
  width: 960px;
  margin: 0 auto;
  color: #fff;
  padding-left: 25px;
  position: relative;
}
.page-title-wrap .page-title:before {
  content: "";
  background: #fff;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: page-title-line-anime 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s 1 normal both;
  animation: page-title-line-anime 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s 1 normal both;
}
.page-title-wrap .page-title .jp {
  font-size: 4rem;
  display: block;
  line-height: 1;
  position: relative;
  opacity: 0;
  -webkit-animation: page-title-jp-anime 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s 1 normal both;
  animation: page-title-jp-anime 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s 1 normal both;
}
.page-title-wrap .page-title .en {
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  padding-top: 10px;
  position: relative;
  opacity: 0;
  -webkit-animation: page-title-jp-anime 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s 1 normal both;
  animation: page-title-jp-anime 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s 1 normal both;
}
.page-title-wrap .page-title .folder-name {
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  opacity: 0;
  -webkit-animation: page-title-jp-anime 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s 1 normal both;
  animation: page-title-jp-anime 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s 1 normal both;
}
.page-title-wrap .page-title.small-title .jp {
  font-size: 3.2rem;
}
.page-title-wrap .page-title .s {
  font-size: 2.4rem;
}
.page-title-wrap.nobg {
  background: transparent;
}
.page-title-wrap.nobg .page-title {
  color: #222;
}
.page-title-wrap.nobg .page-title:before {
  background: #023f73;
}
.page-title-wrap .lines {
  opacity: 0.15;
  z-index: 1;
}

#products .page-title-wrap {
  background: url(../../products/images/bg_title_products.jpg) center center no-repeat;
  background-size: cover;
}

#achieve .page-title-wrap {
  background: url(../../achieve/images/bg_title_achieve.jpg) center center no-repeat;
  background-size: cover;
}

#maintenance .page-title-wrap {
  background: url(../../maintenance/images/bg_title_maintenance.jpg) center center no-repeat;
  background-size: cover;
}

#catalog .page-title-wrap {
  background: url(../../catalog/images/bg_title_catalog.jpg) center center no-repeat;
  background-size: cover;
}

#aboutus .page-title-wrap {
  background: url(../../aboutus/images/bg_title_aboutus.jpg) center center no-repeat;
  background-size: cover;
}

#recruit .page-title-wrap {
  background: url(../../aboutus/images/bg_title_aboutus.jpg) center center no-repeat;
  background-size: cover;
}

#contact .page-title-wrap {
  background: url(../../contact/images/bg_title_contact.jpg) center center no-repeat;
  background-size: cover;
}

#installation .page-title-wrap {
  background: url(../../installation/images/bg_title_installation.jpg) center center no-repeat;
  background-size: cover;
}

#customer .page-title-wrap {
  background: url(../../customer/images/bg_title_customer.jpg) center center no-repeat;
  background-size: cover;
}

#renewal .page-title-wrap {
  background: url(../../renewal/images/bg_title_renewal.jpg) center center no-repeat;
  background-size: cover;
}

#lease .page-title-wrap {
  background: url(../../lease/images/bg_title_lease.jpg) center center no-repeat;
  background-size: cover;
}

.page-body {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}
.page-body h2 {
  text-align: center;
  font-size: 3rem;
  color: #222;
  position: relative;
  padding-bottom: 1.5rem;
  line-height: 1.3;
  margin-bottom: 70px;
}
.page-body h2:before {
  content: "";
  width: 1em;
  height: 1px;
  background: #023f73;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5em);
}
.page-body h3 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #222;
  line-height: 1.3;
}
.page-body h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
  line-height: 1.3;
}
.page-body h5 {
  font-weight: bold;
  line-height: 1.3;
}
.page-body * + *:not(br) {
  margin-top: 1.5em;
}
.page-body ul li, .page-body ol li {
  margin-top: 0;
}
.page-body dl dt, .page-body dl dd {
  margin-top: 0;
}
.page-body ul li {
  padding-left: 15px;
  position: relative;
}
.page-body ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #023f73;
  position: absolute;
  left: 2px;
  top: calc(1em - 2px);
}

.box {
  background-color: #eff2f5;
  padding: 24px;
  margin-top: 2em;
}
.box * + *:not(br) {
  margin-top: 1em;
}
.box.bd-box {
  background: #fff;
  border: 1px solid #023f73;
}
.box.red-box {
  background: #fff;
  border: 1px solid #e81340;
}

.block {
  padding: 60px 0;
  position: relative;
}
.block:first-child {
  padding-top: 0;
}

.page-navi {
  width: 100%;
  border-top: 3px double #bdc5cb;
  text-align: center;
  padding-top: 30px;
}
.page-navi .page-navi-title {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #023f73;
}
.page-navi .page-navi-list {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-navi .page-navi-list li {
  width: 30%;
  margin-left: 5%;
  margin-bottom: 20px;
}
.page-navi .page-navi-list li:nth-child(3n+1) {
  margin-left: 0;
}
.page-navi .page-navi-list .btn {
  width: 100%;
}

.breadcrumb {
  font-size: 1rem;
  line-height: 1;
  width: 960px;
  margin: 0 auto;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb li {
  display: inline-block;
  border: 1px solid #bdc5cb;
  border-left: none;
  padding: 7px 10px;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumb li:first-child {
  border-left: 1px solid #bdc5cb;
}

table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
table * + *:not(br) {
  margin-top: 1em;
}

th, td {
  padding: 24px 10px;
  vertical-align: top;
  margin-top: 0 !important;
}

thead th {
  font-weight: bold;
  text-align: center;
  color: #222;
  border-bottom: 2px solid #222;
  background: #f4f4f4;
}

tbody th {
  width: 25%;
  font-weight: bold;
  border-bottom: 1px solid #023f73;
  color: #222;
}

tbody td {
  border-bottom: 1px solid #bdc5cb;
}

hr {
  border: none;
  border-bottom: 3px double #bdc5cb;
  padding-top: 40px;
  margin-bottom: 40px;
}

.paginate {
  padding-top: 64px;
}
.paginate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.paginate ul li {
  margin: 0 5px;
  padding-left: 0;
}
.paginate ul li:before {
  display: none;
}
.paginate a, .paginate span {
  display: block;
  padding: 5px 3px 6px;
  min-width: 28px;
  text-align: center;
  line-height: 1;
}
.paginate a {
  border: 1px solid #023f73;
}
.paginate a:hover {
  background: #023f73;
  color: #fff;
  text-decoration: none;
}
.paginate span {
  border: 1px solid #222;
}
.paginate .disabled {
  color: #ccc;
}
.paginate .current a {
  cursor: default;
  color: #565655;
}
.paginate .current a:hover {
  background: none;
  text-decoration: none;
}
.paginate .prev, .paginate .next {
  font-size: 1.8rem;
}
.paginate .prev a, .paginate .prev span, .paginate .next a, .paginate .next span {
  border: none;
  padding: 3px 3px 6px;
}
.paginate .prev a:hover, .paginate .next a:hover {
  background: none;
  color: #023f73;
}

.anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.anchor-list li {
  padding-left: 0 !important;
  width: 20%;
}
.anchor-list li:before {
  display: none !important;
}
.anchor-list a {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  border: 1px solid #023f73;
  font-weight: bold;
  color: #023f73;
  background: #fff;
  -webkit-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.anchor-list a:hover {
  background: #eff2f5;
  text-decoration: none;
}

.thanks-box {
  text-align: center;
  border: 3px double #023f73;
  padding: 100px 0;
  background: #fff;
}
.thanks-box h2 {
  margin-bottom: 20px;
}
.thanks-box h2:before {
  display: none;
}

.banner {
  position: relative;
  z-index: 2;
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
}
.banner .banner-list-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.banner .banner-list-large li {
  width: 460px;
}
.banner .banner-list-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner .banner-list-small li {
  width: 180px;
}

#wrapper {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
}

header {
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
  background: #fff;
  position: relative;
  z-index: 999;
}
header.fixed {
  position: fixed;
  top: -34px;
  left: 0;
  width: 100%;
}
header.fixed + article {
  padding-top: 84px;
}

.head-box {
  height: 34px;
  background: #023f73;
}
.head-box .head-text {
  font-size: 1rem;
  line-height: 1.2;
  padding-top: 10px;
  padding-left: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}
.head-box .head-navi {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head-box .head-navi li {
  background: #fff;
}
.head-box .head-navi a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.48, 0.63, 0.93);
  transition: background 0.2s cubic-bezier(0.25, 0.48, 0.63, 0.93);
  font-weight: bold;
}
.head-box .head-navi a:hover {
  text-decoration: none;
}
.head-box .head-navi .intro {
  width: 160px;
}
.head-box .head-navi .intro a {
  background: #eba000;
}
.head-box .head-navi .intro a:hover {
  background: #ffb81f;
}
.head-box .head-navi .customer {
  width: 160px;
}
.head-box .head-navi .customer a {
  background: #69a33f;
}
.head-box .head-navi .customer a:hover {
  background: #82be57;
}

.logo-box {
  height: 84px;
  width: 424px;
}
.logo-box .logo {
  padding: 16px 0 16px 24px;
  position: relative;
  z-index: 3;
}

#gnavi {
  position: absolute;
  top: 34px;
  right: 0;
  width: 100%;
  z-index: 2;
}
#gnavi .gnavi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 175px;
}
#gnavi .gnavi-list a {
  color: #565655;
}
#gnavi .gnavi-list > li {
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-left: 1px solid #fff;
}
#gnavi .gnavi-list > li > a {
  display: block;
  line-height: 84px;
  padding: 0 2vw;
  height: 84px;
  position: relative;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
#gnavi .gnavi-list > li > a:before {
  font-size: 1.2rem;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  color: #bdc5cb;
  display: none;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), bottom 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), bottom 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#gnavi .gnavi-list > li > a:hover {
  text-decoration: none;
  color: #023f73;
}
#gnavi .gnavi-list > li.active {
  background: #eff2f5;
}
#gnavi .gnavi-list > li.active > a {
  color: #023f73;
}
#gnavi .gnavi-list > li:hover {
  background: #eff2f5;
}
#gnavi .gnavi-list > li:hover > a:before {
  color: #023f73;
  bottom: -10px;
}
#gnavi .gnavi-list > li:hover .dropmenu-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s;
  transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.05s;
}
#gnavi .gnavi-list .has-drop a:before {
  display: block;
}
#gnavi .dropmenu-wrap {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 84px;
  z-index: 99;
  background: #eff2f5;
}
#gnavi .dropmenu-box {
  padding: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gnavi .dropmenu-title-box {
  background: #023f73;
  color: #fff;
  width: 240px;
  position: relative;
  min-height: 80px;
}
#gnavi .dropmenu-title {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#gnavi .dropmenu-title .jp {
  font-size: 2.1rem;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
#gnavi .dropmenu-title .en {
  font-size: 1.2rem;
  display: block;
  line-height: 1;
}
#gnavi .dropmenu-list {
  width: calc(100% - 240px);
  padding: 40px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#gnavi .dropmenu-list li {
  width: 33.33%;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
}
#gnavi .dropmenu-list a {
  display: block;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0 5px;
}
#gnavi .dropmenu-list a:hover {
  background: #fff;
  color: #023f73;
  text-decoration: none;
}
#gnavi .drop-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 25px 35px;
  width: calc(100% - 240px);
}
#gnavi .drop-products dt {
  width: 145px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 10px;
  color: #023f73;
}
#gnavi .drop-products dd {
  width: calc(100% - 145px);
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 1px solid #023f73;
}
#gnavi .drop-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#gnavi .drop-products-list li {
  width: 50%;
  margin-bottom: 5px;
  padding-right: 5px;
}
#gnavi .drop-products-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gnavi .drop-products-list a:hover {
  background: #fff;
  color: #023f73;
  text-decoration: none;
}
#gnavi .drop-products-thumb {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 10px;
}
#gnavi .drop-products-thumb img {
  width: 100%;
  min-width: 100%;
  height: auto;
}
#gnavi .drop-products-label {
  line-height: 50px;
  font-size: 1.5rem;
}
#gnavi .head-contact {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -34px;
  right: 0;
  z-index: 100;
  background: #fff;
}
#gnavi .head-contact a {
  display: block;
  height: 100%;
  background: #023f73;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding-top: 28px;
  line-height: 1.3;
  position: relative;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#gnavi .head-contact a:hover {
  text-decoration: none;
  background: #0358a0;
}
#gnavi .head-contact a:before {
  font-size: 5rem;
  display: block;
  margin-bottom: 10px;
}
#gnavi .head-contact a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  border-color: rgba(255, 255, 255, 0.07) transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#gnavi .menu-target {
  display: none;
}
article {
  position: relative;
}

.main {
  padding: 40px 0;
}

footer .foot-contact {
  background: #eff2f5;
  padding: 35px 0;
}
footer .foot-contact .foot-contact-box {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .foot-contact .address-box {
  width: calc(100% - 360px);
  padding-top: 15px;
}
footer .foot-contact .address-box .address-title {
  margin-bottom: 10px;
}
footer .foot-contact .address-box p {
  font-size: 1.4rem;
}
footer .foot-contact .contact-box {
  width: 360px;
}
footer .foot-contact .contact-box p {
  margin-bottom: 10px;
}
footer .foot-contact .contact-box .btn {
  min-width: 100%;
  font-size: 2rem;
  padding: 17px 0 17px 70px;
}
footer .foot-contact .contact-box .btn:before {
  font-size: 3.4rem;
  left: 20px;
  right: auto;
}
footer .foot-contact .contact-box .btn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: rgba(255, 255, 255, 0.07) transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
footer .site-index {
  background: #565655;
  position: relative;
  padding: 75px 0 60px;
}
footer .site-index .site-index-box {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
footer .site-index .site-index-target {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
footer .site-index .site-index-target li {
  width: 30%;
}
footer .site-index .site-index-target a {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 6px 0;
  border: 1px solid #fff;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
footer .site-index .site-index-target a:hover {
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}
footer .site-index .site-index-list {
  width: 25%;
  font-size: 1.2rem;
  margin-bottom: 60px;
  color: #fff;
}
footer .site-index .site-index-list .first {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 12px;
}
footer .site-index .site-index-list .second {
  font-size: 1.4rem;
  border-bottom: 1px solid #bdc5cb;
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
footer .site-index .site-index-list .second.relateditem {
  padding-top: 20px;
}
footer .site-index .site-index-list.i2, footer .site-index .site-index-list.i3, footer .site-index .site-index-list.i4 {
  padding-top: 42px;
}
footer .site-index .site-index-list.i8 .first {
  margin-bottom: 15px;
}
footer .site-index a {
  color: #fff;
}
footer .site-index .lines {
  z-index: 1;
}
footer .site-index .lines span, footer .site-index .lines:before, footer .site-index .lines:after {
  background: rgba(255, 255, 255, 0.1);
}
footer .foot-bottom {
  background: #283137;
  padding-top: 18px;
  height: 48px;
}
footer .foot-bottom .foot-bottom-box {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .foot-bottom .foot-navi {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 1;
}
footer .foot-bottom .foot-navi li {
  margin-right: 30px;
}
footer .foot-bottom .foot-navi a {
  color: #fff;
}
footer .foot-bottom .copyright {
  width: 50%;
  text-align: right;
  color: #bdc5cb;
  font-size: 1rem;
  line-height: 1.2;
}
footer .pagetop {
  position: fixed;
  right: 0;
  bottom: -48px;
  -webkit-transition: bottom 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: bottom 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
footer .pagetop a {
  display: block;
  width: 48px;
  height: 48px;
  background: #023f73;
  text-indent: -9999px;
  position: relative;
  overflow: hidden;
}
footer .pagetop a:before, footer .pagetop a:after {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
footer .pagetop a:before {
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
  color: #fff;
  text-indent: 0;
}
footer .pagetop a:after {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  top: 16px;
  width: 10px;
  height: 1px;
  background: #fff;
}
footer .pagetop a:hover:before {
  top: 17px;
}
footer .pagetop a:hover:after {
  top: 19px;
  width: 16px;
  left: calc(50% - 8px);
}
footer .pagetop.show {
  bottom: 0;
}

#key {
  height: 800px;
  position: relative;
  background: url(../../images/key.jpg) center center no-repeat;
  background-size: cover;
}
#key .opening-anime {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 11;
  -webkit-animation: key-opening-anime 0.4s cubic-bezier(0.8, 0.11, 0.65, 0.96) 0s 1 normal both;
  animation: key-opening-anime 0.4s cubic-bezier(0.8, 0.11, 0.65, 0.96) 0s 1 normal both;
}
#key:before, #key:after {
  content: "";
  width: 50%;
  background: #023f73;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}
#key:before {
  left: 0;
  -webkit-animation: key-coverL-anime 0.8s cubic-bezier(0.92, 0.01, 0.74, 0.99) 0.4s 1 normal both;
  animation: key-coverL-anime 0.8s cubic-bezier(0.92, 0.01, 0.74, 0.99) 0.4s 1 normal both;
  background-color: #023f73;
  background: -webkit-gradient(linear, right top, left top, from(#023f73), to(#012c50));
  background: -webkit-linear-gradient(right, #023f73 0%, #012c50 100%);
  background: linear-gradient(to left, #023f73 0%, #012c50 100%);
}
#key:after {
  right: 0;
  -webkit-animation: key-coverR-anime 0.8s cubic-bezier(0.92, 0.01, 0.74, 0.99) 0.4s 1 normal both;
  animation: key-coverR-anime 0.8s cubic-bezier(0.92, 0.01, 0.74, 0.99) 0.4s 1 normal both;
  background-color: #023f73;
  background: -webkit-gradient(linear, left top, right top, from(#023f73), to(#012c50));
  background: -webkit-linear-gradient(left, #023f73 0%, #012c50 100%);
  background: linear-gradient(to right, #023f73 0%, #012c50 100%);
}
#key .key-box {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
#key .key-logo {
  width: 450px;
  height: 450px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-animation: key-logo-anime2 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.8s normal both;
  animation: key-logo-anime2 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.8s normal both;
}
#key .key-logo #svg {
  width: 100%;
  height: 100%;
}
#key .key-logo .st0 {
  fill: none;
  stroke: transparent;
}
#key .key-logo #svg.start .st0 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  stroke: #fff;
  -webkit-animation: key-logo-anime 1.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s normal both;
  animation: key-logo-anime 1.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s normal both;
}
#key .key-title-box {
  width: 710px;
  position: absolute;
  left: 4%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#key .key-title-box .key-title {
  margin-bottom: 10px;
}
#key .key-title-box .key-title .kt1, #key .key-title-box .key-title .kt2, #key .key-title-box .key-title .kt3 {
  position: relative;
}
#key .key-title-box .key-title .kt1 {
  -webkit-animation: key-title-anime 0.5s cubic-bezier(0.92, 0.01, 0.74, 0.99) 1.8s 1 normal both;
  animation: key-title-anime 0.5s cubic-bezier(0.92, 0.01, 0.74, 0.99) 1.8s 1 normal both;
}
#key .key-title-box .key-title .kt2 {
  -webkit-animation: key-title-anime 0.5s cubic-bezier(0.92, 0.01, 0.74, 0.99) 1.9s 1 normal both;
  animation: key-title-anime 0.5s cubic-bezier(0.92, 0.01, 0.74, 0.99) 1.9s 1 normal both;
}
#key .key-title-box .key-title .kt3 {
  -webkit-animation: key-title-anime 0.5s cubic-bezier(0.92, 0.01, 0.74, 0.99) 2s 1 normal both;
  animation: key-title-anime 0.5s cubic-bezier(0.92, 0.01, 0.74, 0.99) 2s 1 normal both;
}
#key .key-title-box .key-copy {
  font-size: 2.4rem;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
  -webkit-animation: key-title-anime 0.5s cubic-bezier(0.92, 0.01, 0.74, 0.99) 2.1s 1 normal both;
  animation: key-title-anime 0.5s cubic-bezier(0.92, 0.01, 0.74, 0.99) 2.1s 1 normal both;
}
#key .key-title-box .key-text {
  font-weight: bold;
  line-height: 2;
  color: #fff;
  -webkit-animation: fade-in-anime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s 1 normal both;
  animation: fade-in-anime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s 1 normal both;
}
#key .lines {
  z-index: 1;
}
#key .lines span, #key .lines:before, #key .lines:after {
  background: rgba(255, 255, 255, 0.15);
}

#home .block {
  padding: 100px 0;
}
#home .container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#home .container .title {
  border-left: 1px solid #023f73;
  color: #023f73;
  padding-left: 18px;
  margin-bottom: 45px;
}
#home .container .title .jp {
  font-size: 3.2rem;
  display: block;
  margin-bottom: 10px;
}
#home .container .title .en {
  font-size: 1.2rem;
  display: block;
}

/*#top-target{
	.container{
		width: 960px;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;
	}
	.title-box{
		padding: 30px 45px;position: relative;
	}
	.inner{
		display: block;border: 1px solid #fff;min-height: 200px;padding-top: 40px;
		&:before{
			content:"";position: absolute;left:0;top:0;width: 100%;height: 100%;
			transition: background 0.2s $ease2;
		}
		&:hover{text-decoration: none;border-color: rgba(255,255,255,0.5);
			&:before{
				background: rgba(255,255,255,0.3);
			}
		}
	}
	.title{@extend .noto;font-size: 2.4rem;line-height: 1.2;border: none !important;padding-left: 0 !important;color: #fff !important;}
	.text{font-size: 1.4rem;line-height: 1.5;color: #fff;}
	.contact-box{
		border: 1px solid $BDC;border-top: none;padding: 10px 0;background: #fff;
	}
	.btn{min-width: 270px;text-align: left;}
	.target-intro{
		text-align: center;width: 460px;margin-bottom: 40px;
		.title{margin-bottom: 25px;}
		&.lazyloaded .title-box{
			background: url(../../images/img_top_intro.jpg) center center no-repeat #fff;background-size:cover;
		}
	}
	.target-customer{
		text-align: center;width: 460px;margin-bottom: 40px;
		.title{
			padding-top: 0.5em;
		}
		&.lazyloaded .title-box{
			background: url(../../images/img_top_customer.jpg) center center no-repeat #fff;background-size:cover;
		}
	}
	.target-renewal{
		width: 100%;
		.title-box{
			padding: 20px 45px;
		}
		.inner{padding: 25px 35px;min-height: 0;display: flex;}
		.title{
			width: 50%;padding-top: 8px;margin-bottom: 0;border: none;
		}
		&.lazyloaded .title-box{
			background: url(../../images/img_top_renewal.jpg) center center no-repeat #fff;background-size:cover;
		}
	}
}*/
#top-product {
  top: 0 !important;
  /*.catalog-left{width: calc(100% - 240px);}
  .catalog{
  	width: 220px;text-align: center;margin-top: 32px;background: #fff;box-shadow: rgba(0,0,0,0.1) 0 0 10px 0;
  	.text{background: #fff;position: absolute;width: 100%;padding: 3px 0;bottom:0;left:0;z-index: 2;}
  	a{display: block;height: 100%;position: relative;background: url(../../products/images/img_catalog.jpg) center 0 no-repeat;background-size:cover;
  		color: inherit;transition:opacity 0.2s $ease5;
  		&:hover{
  			opacity: 0.7;
  		}
  	}
  }*/
}
#top-product .title {
  line-height: 1;
}
#top-product.lazyloaded {
  background: url(../../images/bg_top_product.jpg) center center no-repeat;
  background-size: cover;
}
#top-product .search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top-product .search-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 32px;
}
#top-product .search-title {
  background: #023f73;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  padding: 0 5px 0 10px;
  line-height: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
#top-product .search-title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 0 16px;
  border-color: transparent transparent transparent #023f73;
  position: absolute;
  right: -16px;
}
#top-product .search-contents {
  background: #fff;
  padding: 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
}
#top-product .keyword-list {
  margin-bottom: 10px;
}
#top-product .keyword-list dt {
  font-weight: bold;
  font-size: 1.4rem;
  float: left;
  width: 130px;
  padding: 3px 0;
}
#top-product .keyword-list dd {
  padding-left: 120px;
}
#top-product .keyword-list dd a {
  display: inline-block;
  line-height: 1;
  border: 1px solid #023f73;
  padding: 7px 12px;
  margin-right: 10px;
}
#top-product .keyword-list dd a:hover {
  background: #eff2f5;
  text-decoration: none;
}
#top-product .search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#top-product .search-list li {
  position: relative;
  line-height: 1.2;
  width: 50%;
}
#top-product .search-list .s {
  font-size: 1.2rem;
}
#top-product .search-list a {
  display: block;
  color: inherit;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 5px;
}
#top-product .search-list a:hover {
  background: #eff2f5;
  text-decoration: none;
}
#top-product .search-list .image {
  display: block;
  width: 60px;
  height: 60px;
}
#top-product .search-list .text {
  display: block;
  position: absolute;
  top: 50%;
  left: 70px;
  width: calc(100% - 70px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#top-product .search-keyword {
  padding-top: 40px;
}
#top-product .search-keyword .search-title {
  height: 40px;
  line-height: 40px;
  z-index: 2;
}
#top-product .search-keyword .search-title:before {
  border-width: 40px 0 0 20px;
  right: -20px;
}
#top-product .search-keyword .search-input-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #fff;
  height: 40px;
  border-bottom: 1px solid #023f73;
  padding-left: 160px;
}
#top-product .search-keyword form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
#top-product .search-keyword form:before {
  content: "";
  height: 24px;
  width: 1px;
  background: #bdc5cb;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-animation: input-anime 1s linear 0s infinite normal both;
  animation: input-anime 1s linear 0s infinite normal both;
}
#top-product .search-keyword form.entered:before {
  display: none;
}
#top-product .search-keyword #search-input {
  width: calc(100% - 68px);
  border: none;
}
#top-product .search-keyword .btn {
  width: 68px;
  min-width: 0;
  font-size: 1.6rem;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#top-product .search-shape {
  width: 360px;
}
#top-product .search-shape .search-list li {
  width: 100%;
}
#top-product .search-function {
  width: calc(100% - 380px);
}
#top-product .search-facility .search-list li {
  width: 33.33%;
}
#top-product .search-related {
  margin-bottom: 0;
}
#top-product .catalog-left {
  width: 100%;
}
#top-product .lines {
  z-index: 1;
}
#top-product .lines span, #top-product .lines:before, #top-product .lines:after {
  background: rgba(255, 255, 255, 0.2);
}

#top-case .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#top-case .title-box {
  width: 360px;
}
#top-case .title {
  line-height: 1;
}
#top-case .text {
  margin-bottom: 60px;
}
#top-case .case-slider {
  width: calc(100% - 390px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px 0;
  position: relative;
}
#top-case .case-slider .slides li {
  position: relative;
}
#top-case .case-slider .case-title-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 64px;
  padding-left: 25px;
  overflow: hidden;
}
#top-case .case-slider .case-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  width: 70%;
  line-height: 64px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#top-case .case-slider .case-number {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  font-size: 85px;
  color: rgba(100, 123, 142, 0.4);
  line-height: 64px;
  letter-spacing: -0.05em;
  opacity: 0;
}
#top-case .case-slider .flex-active-slide .case-number {
  -webkit-animation: fade-in-anime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both;
  animation: fade-in-anime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 normal both;
}
#top-case .case-slider a {
  display: block;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#top-case .case-slider a:hover {
  opacity: 0.7;
}
#top-case .case-slider a:hover img {
  opacity: 1;
}
#top-case .case-slider .flex-nav-prev, #top-case .case-slider .flex-nav-next {
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#top-case .case-slider .flex-nav-prev {
  left: -10px;
}
#top-case .case-slider .flex-nav-next {
  right: -10px;
}
#top-case .case-slider .flex-prev, #top-case .case-slider .flex-next {
  width: 48px;
  height: 48px;
  background: #023f73;
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
#top-case .case-slider .flex-prev:before, #top-case .case-slider .flex-next:before {
  content: "\ea04";
  font-family: "iconfont" !important;
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
}
#top-case .case-slider .flex-prev:hover, #top-case .case-slider .flex-next:hover {
  opacity: 1;
  background: #0358a0;
}
#top-case .case-slider .flex-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
#top-case .btn-area {
  display: block;
}
#top-case .btn-area .btn {
  margin: 0;
}

#top-aboutus {
  background: #023f73;
  position: relative;
  overflow: hidden;
  min-height: 700px;
}
#top-aboutus:before, #top-aboutus:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}
#top-aboutus:before {
  width: 60%;
}
#top-aboutus:after {
  width: 40%;
  right: 0;
}
#top-aboutus.lazyloaded:before {
  background: url(../../images/bg_top_about01.png) center bottom no-repeat;
  background-size: 620px 420px;
}
#top-aboutus.lazyloaded:after {
  background: url(../../images/bg_top_about02.jpg) center center no-repeat;
  background-size: cover;
}
#top-aboutus .container .title {
  color: #fff;
  border-color: #fff;
  line-height: 1;
}
#top-aboutus .top-about-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 480px;
}
#top-aboutus .top-about-links li {
  width: 48%;
  margin-bottom: 15px;
}
#top-aboutus .btn {
  background: transparent;
  border: 1px solid #fff;
  padding: 28px 40px 30px 18px;
  min-width: 100%;
}
#top-aboutus .btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

#top-info .container .title {
  text-align: center;
  padding-left: 0;
  border: none;
  line-height: 1;
}
#top-info .container .title .jp {
  margin-bottom: 20px;
}
#top-info .banner {
  padding-top: 125px;
}

.info-list {
  border-top: 1px solid #bdc5cb;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 55px;
}
.info-list li {
  border-bottom: 1px solid #bdc5cb;
  padding-left: 0 !important;
}
.info-list li:before {
  display: none !important;
}
.info-list a, .info-list .nolink {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}
.info-list a {
  padding-right: 40px;
  position: relative;
  -webkit-transition: padding 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.info-list a:before {
  position: absolute;
  font-size: 1.2rem;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: right 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.info-list a:hover {
  text-decoration: none;
  padding-left: 33px;
  background: #eff2f5;
}
.info-list a:hover:before {
  right: 12px;
}
.info-list .info-date {
  display: block;
  width: 100px;
  color: #023f73;
}
.info-list .info-text {
  display: block;
  width: calc(100% - 100px);
  color: #565655;
  margin-top: 0 !important;
}

#products .products-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#products .products-link > * + * {
  margin-top: 0;
}
#products .products-link-box {
  width: 400px;
  margin-bottom: 50px;
}
#products .products-link-box a {
  display: block;
  height: 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.48, 0.63, 0.93);
  transition: opacity 0.3s cubic-bezier(0.25, 0.48, 0.63, 0.93);
}
#products .products-link-box a:hover {
  opacity: 0.7;
}
#products .products-link-image {
  text-align: center;
  height: 200px;
  margin-bottom: 0;
  position: relative;
  color: #fff;
  background: center center no-repeat #565655;
  background-size: cover;
}
#products .products-link-image:before {
  content: "";
  position: absolute;
  width: calc(100% - 90px);
  height: calc(100% - 60px);
  top: 30px;
  left: 45px;
  border: 1px solid #fff;
}
#products .products-link-label {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.4rem;
}
#products .products-link-label .s {
  font-size: 1.8rem;
}
#products .products-link-list {
  border: 1px solid #bdc5cb;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
  background: #fff;
  margin-top: 0;
}
#products .products-link-list li {
  width: 50%;
  padding: 0;
}
#products .products-link-list li:before {
  display: none;
}
#products .products-link-list a {
  color: #023f73;
}
#products .products-link .p1 .products-link-image {
  background-image: url(../../products/images/img_products01.jpg);
}
#products .products-link .p2 .products-link-image {
  background-image: url(../../products/images/img_products02.jpg);
}
#products .products-link .p3 .products-link-image {
  background-image: url(../../products/images/img_products03.jpg);
}
#products .products-link .p4 .products-link-image {
  background-image: url(../../products/images/img_products04.jpg);
}
#products .products-link .p5 .products-link-image {
  background-image: url(../../products/images/img_products05.jpg);
}
#products .products-link .p6 .products-link-image {
  background-image: url(../../products/images/img_products06.jpg);
}
#products .products-link .p7 .products-link-image {
  background-image: url(../../products/images/img_products07.jpg);
}
#products .products-link .p8 .products-link-image {
  background-image: url(../../products/images/img_products08.jpg);
}
#products .products-link .p9 .products-link-image {
  background-image: url(../../products/images/img_products09.jpg);
}
#products .products-link .p10 .products-link-image {
  background-image: url(../../products/images/img_products10.jpg);
}
#products .products-link .p11 .products-link-image {
  background-image: url(../../products/images/img_products11.jpg);
}
#products .products-link .p12 .products-link-image {
  background-image: url(../../products/images/img_products12.jpg);
}
#products .products-link .p13 .products-link-image {
  background-image: url(../../products/images/img_products13.jpg);
}
#products .products-link .p14 .products-link-image {
  background-image: url(../../products/images/img_products14.jpg);
}
#products .products-link .p15 .products-link-image {
  background-image: url(../../products/images/img_products15.jpg);
}
#products .products-link .p16 .products-link-image {
  background-image: url(../../products/images/img_products16.jpg);
}
#products .products-link .p17 .products-link-image {
  background-image: url(../../products/images/img_products17.jpg);
}
#products .products-link .p18 .products-link-image {
  background-image: url(../../products/images/img_products18.jpg);
}
#products .products-link .p3, #products .products-link .p4, #products .products-link .p11, #products .products-link .p12, #products .products-link .p13, #products .products-link .p14, #products .products-link .p17, #products .products-link .p18 {
  margin-bottom: 0;
}
#products .products-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 960px;
  margin: 0 auto;
}
#products .products-detail .page-body {
  width: 720px;
}
#products .anchor-list {
  margin-bottom: 80px;
}
#products .anchor-list li {
  width: 23%;
}
#products .products-navi {
  width: 200px;
  margin-right: 40px;
}
#products .products-navi-title {
  color: #fff;
  background: #023f73;
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  position: relative;
  padding-left: 10px;
}
#products .products-navi-title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 20px;
  border-color: transparent transparent transparent #023f73;
  position: absolute;
  right: -20px;
  top: 0;
}
#products .products-navi-subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #023f73;
  padding: 10px;
  border: 1px solid #023f73;
  border-top: none;
}
#products .products-navi-list {
  font-size: 1.4rem;
  border: 1px solid #023f73;
  border-top: none;
}
#products .products-navi-list li {
  border-bottom: 1px solid #bdc5cb;
}
#products .products-navi-list li:last-child {
  border: none;
}
#products .products-navi-list a {
  display: block;
  padding: 10px;
  line-height: 1.3;
  color: #565655;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#products .products-navi-list a:hover {
  background: #eff2f5;
  color: #023f73;
  text-decoration: none;
}
#products .products-navi-list .pull-label {
  display: block;
  padding: 8px 10px;
  position: relative;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#products .products-navi-list .pull-label:hover {
  background: #eff2f5;
  color: #023f73;
  text-decoration: none;
}
#products .products-navi-list .pull-label:before {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #bdc5cb;
}
#products .products-navi-list .has-pull {
  position: relative;
  display: block;
}
#products .products-navi-list .has-pull:hover .pull-list {
  opacity: 1;
  visibility: visible;
  right: -200px;
}
#products .products-navi-list .has-pull:hover .pull-list.sensor-pull {
  right: -240px;
}
#products .products-navi-list .pull-list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -1px;
  right: -180px;
  width: 200px;
  background: #fff;
  border: 1px solid #023f73;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), right 0.15s cubic-bezier(0.92, 0.01, 0.74, 0.99);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), right 0.15s cubic-bezier(0.92, 0.01, 0.74, 0.99);
}
#products .products-navi-list .pull-list.sensor-pull {
  width: 240px;
  top: auto;
  bottom: -40px;
  right: -220px;
}
#products .products-slider {
  width: 100%;
  position: relative;
  margin-top: 2em;
}
#products .products-slider .flex-viewport {
  height: 400px;
}
#products .products-slider .slides {
  margin-bottom: 0;
}
#products .products-slider .slides li {
  position: relative;
  padding: 0;
}
#products .products-slider .slides li:before {
  display: none;
}
#products .products-slider .flex-control-nav {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}
#products .products-slider .flex-control-nav li {
  width: 100px;
  margin: 0 10px;
}
#products .products-slider .flex-control-nav a {
  display: block;
  height: 12px;
  overflow: hidden;
  text-indent: -9999px;
  border: 1px solid #023f73;
}
#products .products-slider .flex-control-nav a:hover {
  background: #eff2f5;
}
#products .products-slider .flex-control-nav a.flex-active {
  background: #023f73;
}
#products .products-slider .flex-direction-nav li {
  padding: 0;
}
#products .products-slider .flex-direction-nav li:before {
  display: none;
}
#products .products-slider .flex-direction-nav .flex-disabled {
  display: none !important;
}
#products .products-slider .flex-nav-prev, #products .products-slider .flex-nav-next {
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#products .products-slider .flex-nav-prev {
  left: -10px;
}
#products .products-slider .flex-nav-next {
  right: -10px;
}
#products .products-slider .flex-prev, #products .products-slider .flex-next {
  display: block;
  width: 48px;
  height: 48px;
  background: #023f73;
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
#products .products-slider .flex-prev:before, #products .products-slider .flex-next:before {
  content: "\ea04";
  font-family: "iconfont" !important;
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
}
#products .products-slider .flex-prev:hover, #products .products-slider .flex-next:hover {
  opacity: 1;
  background: #0358a0;
}
#products .products-slider .flex-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
#products .products-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#products .products-box > * + * {
  margin-top: 0;
}
#products .products-titlebox {
  width: 320px;
}
#products .products-data {
  width: 400px;
}
#products .products-title {
  text-align: left;
  margin-bottom: 60px;
  padding-bottom: 0;
  width: 100%;
}
#products .products-title:before {
  display: none;
}
#products .products-catch {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 10px;
}
#products .products-name {
  font-size: 3.8rem;
  color: #023f73;
}
#products .products-name .s {
  font-size: 2.8rem;
}
#products .products-tb {
  font-size: 1.2rem;
  background: #fff;
  border-top: 1px solid #bdc5cb;
  margin-bottom: 0;
  table-layout: fixed;
}
#products .products-tb th, #products .products-tb td {
  padding: 8px 0;
  vertical-align: middle;
}
#products .products-tb td {
  border-left: 1px dotted #bdc5cb;
  text-align: center;
}
#products .products-tb tbody th {
  width: 140px;
  border-color: #bdc5cb;
}
#products .products-tb thead th {
  background: #eff2f5;
  line-height: 1.3;
  font-size: 2.1rem;
  padding: 12px 0;
}
#products .products-tb thead th:first-child {
  width: 140px;
}
#products .products-drawing {
  width: 240px;
  text-align: center;
  padding: 15px 0;
  background: #eff2f5;
}
#products .products-drawing-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding-top: 0;
}
#products .products-drawing-list {
  margin-bottom: 0;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
}
#products .products-drawing-list li {
  width: 80px;
  padding: 0;
  line-height: 1;
  margin: 0 10px;
}
#products .products-drawing-list li:before {
  display: none;
}
#products .products-drawing-list a {
  display: block;
  padding: 5px 0;
  background: #023f73;
  color: #fff;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#products .products-drawing-list a:hover {
  text-decoration: none;
  background: #0358a0;
}
#products .certification-tb {
  font-size: 1.3rem;
}
#products .certification-tb td {
  vertical-align: middle;
}
#products .certification-tb th {
  vertical-align: top;
}
#products .certification-tb .no-th {
  width: 140px;
}
#products .certification-tb .btn {
  min-width: 140px;
}
#products.bn-swing_fold .anchor-list, #products.bn-fullopener .anchor-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
#products.bn-swing_fold .anchor-list li, #products.bn-fullopener .anchor-list li {
  width: 31%;
  margin: 0 1.1666666667% 15px;
}
#products.bn-fire-prevention .fite-prevention-caution {
  margin-top: 10px;
}
#products.bn-fire-prevention .fite-prevention-caution .s {
  margin-left: -120px;
}
#products.bn-option .products-title {
  margin-bottom: 20px;
}
#products.bn-option .anchor-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
#products.bn-option .anchor-list li {
  width: 31%;
  margin: 0 1.1666666667% 15px;
}
#products .sensor-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
#products .sensor-image {
  width: 240px;
}
#products .sensor-contents {
  margin-top: 0;
  width: calc(100% - 270px);
}
#products .sensor-title {
  font-size: 2.4rem;
}
#products .sensor-list {
  margin-top: 1em;
  font-size: 1.4rem;
}
#products .sensor-btn {
  margin-top: 1em;
}
#products .sensor-btn .btn {
  font-size: 1.4rem;
  min-width: 210px;
}
#products .sensor-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#products .sensor-detail-text {
  width: calc(100% - 270px);
}
#products .sensor-detail-image {
  width: 240px;
  margin-top: 0;
}
#products .sensor-area-tb {
  font-size: 1.2rem;
}
#products .sensor-area-tb caption {
  text-align: right;
}
#products .sensor-area-tb th, #products .sensor-area-tb td {
  padding: 10px 5px;
  text-align: center;
  white-space: nowrap;
}
#products .sensor-area-tb thead th {
  padding: 10px 5px;
}
#products .sensor-area-tb tbody th {
  width: 60px;
}
#products .products-sensor .products-box {
  display: block;
}
#products .products-sensor .products-titlebox, #products .products-sensor .products-data {
  width: 100%;
}

#recruit .recruit-catch {
  text-align: left;
}
#recruit .recruit-catch:before {
  display: none;
}
#recruit .recruit-catch-main {
  display: block;
  font-size: 5.4rem;
  line-height: 1;
  color: #023f73;
}
#recruit .recruit-catch-sub {
  display: block;
  font-size: 2.3rem;
  line-height: 1;
  margin-top: 30px;
}
#recruit .recruit-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#recruit .recruit-special .recruit-special-content {
  width: 480px;
}
#recruit .recruit-special .recruit-special-image {
  width: 420px;
  margin-top: 0;
}
#recruit .recruit-special.staff {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#recruit .recruit-special .recruit-special-title {
  font-size: 2.8rem;
}
#recruit .recruit-special .recruit-special-title a {
  color: #222;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
#recruit .recruit-special .recruit-special-title a:before {
  color: #023f73;
  font-size: 2.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#recruit .recruit-special .recruit-special-title a:hover {
  text-decoration: none;
  color: #023f73;
}
#recruit .recruit-special .recruit-special-title a:hover:before {
  -webkit-animation: recruit-arrow-anime1 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both;
  animation: recruit-arrow-anime1 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both;
}
#recruit .recruit-special .recruit-special-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#recruit .recruit-special .recruit-special-link li {
  width: 48%;
  padding-left: 0;
}
#recruit .recruit-special .recruit-special-link li:before {
  display: none;
}
#recruit .recruit-special .recruit-special-link .btn {
  background: transparent;
  border: 1px solid #023f73;
  color: #023f73;
  width: 100%;
  min-width: 0;
}
#recruit .recruit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#recruit .recruit-box .recruit-box-image {
  position: relative;
  width: 420px;
}
#recruit .recruit-box .recruit-box-image h3 {
  position: absolute;
  right: 0;
  bottom: 20px;
  background: #fff;
  font-size: 2.8rem;
  line-height: 1;
}
#recruit .recruit-box .recruit-box-image h3 a {
  display: block;
  color: #222;
  padding: 10px 45px 10px 15px;
}
#recruit .recruit-box .recruit-box-image h3 a:before {
  color: #023f73;
  font-size: 2.2rem;
  position: absolute;
  right: 12px;
  top: 15px;
}
#recruit .recruit-box .recruit-box-image h3 a:hover {
  text-decoration: none;
  color: #023f73;
}
#recruit .recruit-box .recruit-box-image h3 a:hover:before {
  -webkit-animation: btn-anime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both;
  animation: btn-anime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both;
}
#recruit .recruit-box .recruit-box-image h3 .s {
  display: block;
  line-height: 1;
  margin-top: 5px;
}
#recruit .recruit-box .recruit-box-image img {
  margin-top: 0;
}
#recruit .recruit-box .recruit-box-content {
  width: calc(100% - 420px);
  margin-top: 0;
  background: #eff2f5;
  padding: 0 40px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#recruit .recruit-box .recruit-box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#recruit .recruit-box .recruit-box-link li {
  padding-left: 0;
  width: 200px;
}
#recruit .recruit-box .recruit-box-link li:before {
  display: none;
}
#recruit .recruit-box .recruit-box-link .btn {
  color: #023f73;
  background: transparent;
  border: 1px solid #023f73;
  padding: 28px 40px 30px 18px;
  min-width: 100%;
}
#recruit .recruit-box .recruit-box-link .btn:hover {
  background: #eff2f5;
}
#recruit .recruit-box.newgraduate01 {
  margin-top: 60px;
}
#recruit .recruit-box.newgraduate02 .recruit-box-image h3 a {
  padding-right: 15px;
}
#recruit .recruit-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#recruit .recruit-message .recruit-message-content {
  width: 660px;
}
#recruit .recruit-message .recruit-message-image {
  width: 240px;
  margin-top: 0;
}
#recruit .recruit-message .recruit-message-post {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 8px;
}
#recruit .recruit-message .recruit-message-name {
  font-weight: bold;
  margin-top: 8px;
  font-size: 2.4rem;
  line-height: 1;
  color: #222;
}
#recruit .recruit-staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#recruit .recruit-staff-box {
  width: 50%;
  padding: 0 40px;
  margin-top: 80px;
}
#recruit .recruit-staff-image {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #000;
}
#recruit .recruit-staff-image img {
  margin-left: -1px;
  margin-top: -1px;
}
#recruit .recruit-staff-name {
  font-size: 2.4rem;
  margin-top: 15px;
  text-align: center;
}
#recruit .recruit-staff-name .recruit-staff-division {
  font-size: 1.6rem;
  line-height: 1;
  display: block;
}
#recruit .recruit-staff-graduate {
  margin-top: 5px;
  font-size: 1.4rem;
  text-align: center;
}
#recruit .recruit-staff-pleased h4 {
  font-size: 1.6rem;
}
#recruit .recruit-staff-pleased h4:before {
  content: "●";
}
#recruit .recruit-staff-pleased p {
  margin-top: 8px;
}
#recruit .recruit-staff-box:nth-of-type(1) .recruit-staff-image {
  border-color: #238AE2;
}
#recruit .recruit-staff-box:nth-of-type(2) .recruit-staff-image {
  border-color: #09C693;
}
#recruit .recruit-staff-box:nth-of-type(3) .recruit-staff-image {
  border-color: #F2870B;
}
#recruit .recruit-staff-box:nth-of-type(4) .recruit-staff-image {
  border-color: #EF5656;
}
#recruit .recruit-staff-box:nth-of-type(5) .recruit-staff-image {
  border-color: #AFE223;
}
#recruit .recruit-staff-box:nth-of-type(6) .recruit-staff-image {
  border-color: #CC5AEF;
}
#recruit .recruit-staff-box:nth-of-type(7) .recruit-staff-image {
  border-color: #23E2DB;
}
#recruit .recruit-staff-box:nth-of-type(8) .recruit-staff-image {
  border-color: #EBD142;
}
#recruit .recruit-staff-box:nth-of-type(9) .recruit-staff-image {
  border-color: #F55694;
}
#recruit .recruit-staff-box:nth-of-type(1) h4:before {
  color: #238AE2;
}
#recruit .recruit-staff-box:nth-of-type(2) h4:before {
  color: #09C693;
}
#recruit .recruit-staff-box:nth-of-type(3) h4:before {
  color: #F2870B;
}
#recruit .recruit-staff-box:nth-of-type(4) h4:before {
  color: #EF5656;
}
#recruit .recruit-staff-box:nth-of-type(5) h4:before {
  color: #AFE223;
}
#recruit .recruit-staff-box:nth-of-type(6) h4:before {
  color: #CC5AEF;
}
#recruit .recruit-staff-box:nth-of-type(7) h4:before {
  color: #23E2DB;
}
#recruit .recruit-staff-box:nth-of-type(8) h4:before {
  color: #EBD142;
}
#recruit .recruit-staff-box:nth-of-type(9) h4:before {
  color: #F55694;
}
#recruit .recruit-require-caution {
  text-align: center;
  width: 580px;
  margin: 40px auto 0;
  border: 1px solid #023f73;
  padding: 20px;
  font-weight: bold;
  color: #023f73;
}
#recruit .recruit-faq .recruit-faq-q {
  line-height: 1.3;
  font-size: 2rem;
  padding: 20px 20px 20px 64px;
  background: url(../../recruit/images/icon_faq_q.png) 14px 14px no-repeat #eff2f5;
  background-size: 36px;
}
#recruit .recruit-faq .recruit-faq-a {
  padding: 20px 20px 28px 64px;
  border-bottom: 1px solid #bdc5cb;
  margin-top: 0;
  background: url(../../recruit/images/icon_faq_a.png) 14px 14px no-repeat;
  background-size: 36px;
}
#recruit #require {
  margin-top: -50px;
  padding-top: 50px;
}
#recruit.bn-career .anchor-list {
  padding-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#recruit.bn-career .anchor-list li {
  width: 32%;
  margin-bottom: 15px;
}
#recruit.bn-career .anchor-list li.tech {
  width: 48%;
}
#recruit .job-title {
  background: #023f73;
  color: #fff;
  padding: 5px 10px;
  margin-top: 3em;
}
#recruit .job-tb {
  margin-top: 0;
}
#recruit .job-tb th, #recruit .job-tb td {
  padding: 16px 10px;
}
#recruit .job-tb .require, #recruit .job-tb .welcome {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  border: 1px solid #023f73;
  padding: 2px 5px;
  margin-right: 5px;
  margin-top: 5px;
  font-weight: bold;
}
#recruit .job-tb .require {
  color: #023f73;
}
#recruit .job-tb .welcome {
  border-color: #69a33f;
  color: #69a33f;
}
#recruit .schedule-wrap {
  position: relative;
}
#recruit .schedule-wrap:after {
  content: "";
  height: 100%;
  width: 4px;
  background: url(../../recruit/images/schedule_line.png) 0 0 repeat-y;
  background-size: 4px 8px;
  position: absolute;
  left: 118px;
  top: 0;
  z-index: 1;
}
#recruit .schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
#recruit .schedule-item:first-of-type {
  margin-top: 0;
}
#recruit .schedule-label {
  width: 240px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#recruit .schedule-label:after {
  content: "";
  width: 360px;
  height: 4px;
  background: #09C693;
  position: absolute;
  left: 120px;
  top: calc(50% - 2px);
  z-index: 1;
}
#recruit .schedule-label.schedule-sky .schedule-circle {
  background: #238AE2;
  width: 130px;
  height: 130px;
  font-size: 2.4rem;
}
#recruit .schedule-label.schedule-sky:after {
  background: #238AE2;
}
#recruit .schedule-label.schedule-sky + .schedule-box:before {
  background: #238AE2;
}
#recruit .schedule-label.schedule-yellow .schedule-circle {
  background: #F2870B;
  width: 130px;
  height: 130px;
  font-size: 2.4rem;
}
#recruit .schedule-label.schedule-yellow:after {
  background: #F2870B;
}
#recruit .schedule-label.schedule-yellow + .schedule-box:before {
  background: #F2870B;
}
#recruit .schedule-label.schedule-yellow + .schedule-box {
  padding-right: 140px;
  width: 359px;
}
#recruit .schedule-label.schedule-gray .schedule-circle {
  background: #696969;
  width: 108px;
  height: 108px;
  font-size: 2.4rem;
}
#recruit .schedule-label.schedule-gray:after {
  display: none;
}
#recruit .schedule-circle {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  margin: 0 auto;
  background: #09C693;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
#recruit .schedule-circle .s {
  font-size: 2rem;
  margin-top: 10px;
}
#recruit .schedule-kaeru {
  position: absolute;
  right: -180px;
  bottom: 0;
  z-index: 3;
  display: inline-block;
}
#recruit .schedule-lunch {
  position: absolute;
  right: -5px;
  bottom: 10px;
  z-index: 3;
  display: inline-block;
}
#recruit .schedule1:before {
  content: "";
  height: 50%;
  width: 10px;
  position: absolute;
  left: 115px;
  top: 0;
  background: #fff;
  z-index: 1;
}
#recruit .schedule-box {
  width: 479px;
  padding: 20px 20px 20px 35px;
  margin-left: 121px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #EAF8FF;
  z-index: 2;
  border-radius: 12px;
}
#recruit .schedule-box:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #09C693;
  position: absolute;
  left: -8px;
  top: calc(50% - 8px);
}
#recruit .schedule-box .schedule-box-left {
  width: 200px;
}
#recruit .schedule-box .schedule-box-right {
  width: 200px;
  margin-top: 0;
  text-align: center;
}
#recruit .schedule-box .schedule-box-right .s {
  line-height: 1.5;
}
#recruit .schedule-box .schedule-image {
  overflow: hidden;
  border-radius: 6px;
  display: block;
}
#recruit .schedule-item:nth-child(2n) .schedule-box {
  margin-left: 241px;
}
#recruit.bn-schedule_hosyu .schedule-circle {
  font-size: 2.4rem;
}
#recruit .video-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 43.71%;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
}
#recruit .video-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes recruit-arrow-anime1 {
  0% {
    right: 0px;
  }
  50% {
    right: -5px;
  }
  100% {
    right: 0px;
  }
}

@keyframes recruit-arrow-anime1 {
  0% {
    right: 0px;
  }
  50% {
    right: -5px;
  }
  100% {
    right: 0px;
  }
}
.photo-wrap .photo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.photo-wrap .photo-box > * + * {
  margin-top: 0;
}
.photo-wrap .photo-box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.photo-wrap .photo-image {
  width: 300px;
}
.photo-wrap .photo-contents {
  width: calc(100% - 340px);
}

.case-wrap .case-box {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.case-wrap .case-image {
  position: relative;
  margin-top: 0;
}
.case-wrap .case-image:before {
  content: "";
  position: absolute;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  width: 100px;
}
.case-wrap .case-before:before {
  content: "Before";
  padding: 5px 10px;
  top: 40px;
  right: -100px;
  background: #023f73;
  color: #fff;
}
.case-wrap .case-after:before {
  content: "After";
  padding: 5px 10px;
  bottom: 40px;
  left: -100px;
  text-align: right;
  background: #cfdae3;
  color: #023f73;
}

.merit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.merit-box {
  width: 48%;
}
.merit-box:nth-child(2) {
  margin-top: 0;
}
.merit-box:nth-child(5) {
  width: 100%;
}

.merit-num {
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #023f73;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.merit-title {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}

.merit-text {
  margin-top: 10px;
}

#aboutus .message-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#aboutus .message-flex-left {
  width: 240px;
  margin-right: 40px;
  padding-top: 100px;
}
#aboutus .message-flex-right {
  width: calc(100% - 280px);
}
#aboutus .message-title {
  font-size: 3.2rem;
  color: #023f73;
}
#aboutus .message-sign {
  display: inline-block;
  float: right;
  color: #222;
  line-height: 1.5;
  font-size: 1.4rem;
  padding-top: 20px;
}
#aboutus .message-name {
  font-size: 2.4rem;
}
#aboutus .officer-post {
  display: inline-block;
  width: 240px;
  margin-top: 0;
}
#aboutus .officer-post2 {
  display: inline-block;
  width: 120px;
  margin-top: 0;
}
#aboutus .branch-post {
  display: inline-block;
  width: 120px;
  margin-top: 0;
}
#aboutus .history-list {
  position: relative;
  padding: 25px 0 1px;
}
#aboutus .history-list:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #023f73;
  position: absolute;
  left: 240px;
  top: 0;
}
#aboutus .history-list li {
  margin-bottom: 24px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#aboutus .history-list li > * + * {
  margin-top: 0;
}
#aboutus .history-list li:before {
  width: 10px;
  height: 1px;
  left: 235px;
  top: 0.9em;
  background: #023f73;
}
#aboutus .history-list .history-year {
  display: block;
  width: 140px;
  color: #222;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  padding-top: 3px;
}
#aboutus .history-list .history-month {
  display: block;
  width: 50px;
  color: #222;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  padding-top: 3px;
}
#aboutus .history-list .history-text {
  display: block;
  width: calc(100% - 190px);
  padding-left: 90px;
  line-height: 1.5;
}
#aboutus .history-list .number {
  font-size: 2.1rem;
}
#aboutus .access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#aboutus .access-flex > * + * {
  margin-top: 0;
}
#aboutus .access-flex-left {
  width: 50%;
  padding: 25px;
  border: 1px solid #023f73;
  border-right: 1px dotted #bdc5cb;
  background: #fff;
}
#aboutus .access-flex-left .subtitle {
  padding-top: 0;
  margin-bottom: 15px;
}
#aboutus .access-flex-right {
  width: 50%;
  border: 1px solid #023f73;
  border-left: none;
  overflow: hidden;
}
#aboutus .access-flex-right iframe {
  display: block;
  margin-bottom: 0;
  background: #eff2f5;
}
#aboutus .access-flex-right p {
  margin-top: 0;
  padding: 10px;
  border-top: 1px dotted #bdc5cb;
  background: #fff;
}
#aboutus .access-flex-right .icon-map {
  padding-left: 20px;
  position: relative;
}
#aboutus .access-flex-right .icon-map:before {
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
}
#aboutus.bn-recruit .anchor-list {
  padding-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#aboutus.bn-recruit .anchor-list li {
  width: 32%;
  margin-bottom: 15px;
}
#aboutus.bn-recruit .anchor-list li.tech {
  width: 48%;
}
#aboutus .job-title {
  background: #023f73;
  color: #fff;
  padding: 5px 10px;
  margin-top: 3em;
}
#aboutus .job-tb {
  margin-top: 0;
}
#aboutus .job-tb th, #aboutus .job-tb td {
  padding: 16px 10px;
}
#aboutus .job-tb .require, #aboutus .job-tb .welcome {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  border: 1px solid #023f73;
  padding: 2px 5px;
  margin-right: 5px;
  margin-top: 5px;
  font-weight: bold;
}
#aboutus .job-tb .require {
  color: #023f73;
}
#aboutus .job-tb .welcome {
  border-color: #69a33f;
  color: #69a33f;
}
#aboutus.bn-network .anchor-list {
  padding-top: 20px;
}
#aboutus.bn-network .anchor-list li {
  width: 17%;
}
#aboutus .network-tb thead th {
  background: #eff2f5;
  color: #023f73;
  border: 1px solid #bdc5cb;
  border-bottom: 3px double #023f73;
  padding: 10px 0;
  font-size: 1.4rem;
}
#aboutus .network-tb tbody th, #aboutus .network-tb tbody td {
  border: 1px solid #bdc5cb;
  padding: 16px 10px;
  vertical-align: middle;
  background: #fff;
}
#aboutus .network-tb tbody th {
  width: 240px;
}
#aboutus .network-tb.col-th tbody th {
  width: 140px;
}
#aboutus .network-tb.col-th tbody th[rowspan] {
  width: 100px;
}
#aboutus .network-tb tbody td {
  font-size: 1.4rem;
}
#aboutus .network-tb .tel-td {
  width: 180px;
  text-align: center;
}
#aboutus .network-tb .fax-td {
  width: 150px;
  text-align: center;
}
#aboutus .philosophy-lead {
  font-size: 1.8rem;
  color: #222;
  text-align: center;
}
#aboutus .philosophy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  margin: 0 auto;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#aboutus .philosophy-num {
  font-size: 7rem;
  display: block;
  width: 80px;
  color: #023f73;
}
#aboutus .philosophy-text {
  font-size: 1.8rem;
  color: #222;
  width: calc(100% - 80px);
  margin-top: 0;
  line-height: 1.5;
}

#achieve .achieve-box {
  border: 1px solid #023f73;
  background: #fff;
}
#achieve .achieve-title {
  background: #023f73;
  padding: 10px 25px;
  color: #fff;
  position: relative;
}
#achieve .achieve-num {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.05em;
  position: absolute;
  top: -7px;
  right: 5px;
  color: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
#achieve .achieve-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
  padding: 25px;
}
#achieve .achieve-image img {
  width: 100%;
  min-width: 100%;
  height: auto;
}
#achieve .achieve-image-main {
  width: 600px;
}
#achieve .achieve-image-sub {
  width: 280px;
  margin-top: 0;
}
#achieve .achieve-image-sub img:nth-child(2) {
  margin-top: 30px;
}
#achieve .achieve-image-parallel .achieve-image-main, #achieve .achieve-image-parallel .achieve-image-sub {
  width: 440px;
}
#achieve .achieve-tb .slash {
  color: #bdc5cb;
  display: inline-block;
  margin: 0 10px;
}

#maintenance .faq-arrow {
  display: block;
  color: #e81340;
  padding-left: 1em;
  position: relative;
}
#maintenance .faq-arrow:before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
}
#maintenance .center-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#maintenance .center-box {
  border: 1px solid #bdc5cb;
  padding: 30px 0 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 48%;
}
#maintenance .center-box:nth-child(2) {
  margin-top: 0;
}
#maintenance .center-box > * + * {
  margin-top: 0;
}
#maintenance .center-title {
  width: calc(100% - 240px);
  line-height: 3rem;
}
#maintenance .center-tel {
  width: 240px;
  font-size: 3rem;
  color: #023f73;
  line-height: 1;
  text-align: center;
}
#maintenance .support-365 {
  overflow: hidden;
}
#maintenance .support-365-image {
  width: 240px;
  margin-right: 60px;
  float: left;
}
#maintenance .support-365-title {
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
#maintenance .support-365-title strong {
  color: #023f73;
}
#privacy .page-body ol li {
  margin-bottom: 32px;
}
#privacy .page-body ol ol {
  padding-top: 15px;
}
#privacy .page-body ol ol li {
  margin-bottom: 0;
}

#sitemap .sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sitemap .sitemap-list li {
  padding-left: 0;
  width: 100%;
}
#sitemap .sitemap-list li:before {
  display: none;
}
#sitemap .sitemap-list .first {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 20px;
}
#sitemap .sitemap-list .first a {
  color: #222;
}
#sitemap .sitemap-list .category {
  font-size: 1.5rem;
  margin-top: 10px;
  padding-left: 15px;
  font-weight: bold;
}
#sitemap .sitemap-list .second {
  width: 25%;
  font-size: 1.3rem;
  padding-left: 15px;
}
#sitemap .sitemap-list .other {
  font-size: 1.6rem;
  margin-top: 20px;
}

/*exValidation*/
.errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -0.9em;
}

.formError {
  padding-bottom: 5px;
  display: block;
  margin-left: -20px;
}
.formError .formErrorContent {
  padding: 3px 8px;
  width: auto;
  position: relative;
  color: #fff;
  background: #e81340;
  font-size: 1.2rem;
  _z-index: 1;
}
.formError .formErrorArrow {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: 5px;
  _z-index: 0;
}
.formError .formErrorArrow div {
  margin: 0 auto;
  display: block;
  height: 1px;
  background: #e81340;
  line-height: 0px;
  font-size: 0px;
}
.formError .formErrorArrow .line10 {
  width: 19px;
}
.formError .formErrorArrow .line9 {
  width: 17px;
}
.formError .formErrorArrow .line8 {
  width: 15px;
}
.formError .formErrorArrow .line7 {
  width: 13px;
}
.formError .formErrorArrow .line6 {
  width: 11px;
}
.formError .formErrorArrow .line5 {
  width: 9px;
}
.formError .formErrorArrow .line4 {
  width: 7px;
}
.formError .formErrorArrow .line3 {
  width: 5px;
}
.formError .formErrorArrow .line2 {
  width: 3px;
}
.formError .formErrorArrow .line1 {
  width: 1px;
}
.formError .fadeOut {
  opacity: 0.2;
}

.err {
  background: #ffecec !important;
}

.errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -0.9em;
}

.formError {
  padding-top: 5px;
  display: block;
}
.formError .formErrorContent {
  padding: 3px 8px;
  width: auto;
  position: relative;
  color: #fff;
  background: #e81340;
  font-size: 1.2rem;
  _z-index: 1;
}
.formError .formErrorArrow {
  display: none;
}
.formError .fadeOut {
  opacity: 0.2;
}

.err {
  background: #ffecec !important;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

@-webkit-keyframes fade-in-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes key-opening-anime {
  0% {
    height: 0;
    opacity: 1;
  }
  60% {
    height: 100%;
    opacity: 1;
  }
  99% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes key-opening-anime {
  0% {
    height: 0;
    opacity: 1;
  }
  60% {
    height: 100%;
    opacity: 1;
  }
  99% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes key-coverL-anime {
  0% {
    left: 0;
  }
  30% {
    left: -20%;
  }
  100% {
    left: -50%;
  }
}
@keyframes key-coverL-anime {
  0% {
    left: 0;
  }
  30% {
    left: -20%;
  }
  100% {
    left: -50%;
  }
}
@-webkit-keyframes key-coverR-anime {
  0% {
    right: 0;
  }
  30% {
    right: -20%;
  }
  100% {
    right: -50%;
  }
}
@keyframes key-coverR-anime {
  0% {
    right: 0;
  }
  30% {
    right: -20%;
  }
  100% {
    right: -50%;
  }
}
@-webkit-keyframes key-title-anime {
  0% {
    opacity: 0;
    left: 100px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes key-title-anime {
  0% {
    opacity: 0;
    left: 100px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes key-logo-anime {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes key-logo-anime {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes key-logo-anime2 {
  0% {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  100% {
    right: 2%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@keyframes key-logo-anime2 {
  0% {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  100% {
    right: 2%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes input-anime {
  0% {
    visibility: hidden;
  }
  20% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  80% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes input-anime {
  0% {
    visibility: hidden;
  }
  20% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  80% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}
@-webkit-keyframes page-title-line-anime {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes page-title-line-anime {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes page-title-jp-anime {
  0% {
    left: -25px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes page-title-jp-anime {
  0% {
    left: -25px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
#information .gvglass-slider {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px 0;
  position: relative;
}
#information .gvglass-slider li {
  padding-left: 0;
}
#information .gvglass-slider li::before {
  content: none;
}
#information .gvglass-slider .slides li {
  position: relative;
}
#information .gvglass-slider a {
  display: block;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#information .gvglass-slider a:hover {
  opacity: 0.7;
}
#information .gvglass-slider a:hover img {
  opacity: 1;
}
#information .gvglass-slider .flex-nav-prev, #information .gvglass-slider .flex-nav-next {
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#information .gvglass-slider .flex-nav-prev {
  left: -10px;
}
#information .gvglass-slider .flex-nav-next {
  right: -10px;
}
#information .gvglass-slider .flex-prev, #information .gvglass-slider .flex-next {
  width: 48px;
  height: 48px;
  background: #023f73;
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
#information .gvglass-slider .flex-prev:before, #information .gvglass-slider .flex-next:before {
  content: "\ea04";
  font-family: "iconfont" !important;
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
}
#information .gvglass-slider .flex-prev:hover, #information .gvglass-slider .flex-next:hover {
  opacity: 1;
  background: #0358a0;
}
#information .gvglass-slider .flex-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
#information .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
  margin-top: 2.5em;
}
#information .btn-list .btn {
  margin-top: 0;
}

@media only screen and (max-width: 1400px) {
  #gnavi .gnavi-list > li > a {
    padding: 0 1.5vw;
    font-size: 1.5rem;
  }
  #gnavi .dropmenu-box {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1280px) {
  .head-box {
    height: 28px;
  }
  .head-box .head-text {
    padding: 7px;
  }
  .logo-box {
    width: 350px;
    height: 72px;
  }
  .logo-box .logo {
    padding: 16px 0 18px 15px;
  }
  .logo-box .logo img {
    width: 335px;
    height: auto;
  }
  #gnavi {
    top: 28px;
  }
  #gnavi .gnavi-list {
    padding-right: 110px;
  }
  #gnavi .gnavi-list > li > a {
    padding: 0 1vw;
    font-size: 1.4rem;
    height: 72px;
  }
  #gnavi .gnavi-list > li > a:before {
    bottom: 6px;
  }
  #gnavi .dropmenu-wrap {
    top: 72px;
  }
  #gnavi .head-contact {
    width: 100px;
    height: 100px;
    top: -28px;
  }
  #gnavi .head-contact a {
    font-size: 1.1rem;
    padding-top: 10px;
  }
  #gnavi .head-contact a:before {
    font-size: 4rem;
    margin-bottom: 6px;
  }
  #gnavi .head-contact a:after {
    border-width: 100px 100px 0 0;
  }
}
@media only screen and (max-width: 960px) {
  p img, figure img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .tbdisp {
    display: block;
  }
  span.tbdisp {
    display: inline;
  }
  .tbhide {
    display: none;
  }
  .fl-right, .fl-left {
    float: none;
    margin: 0 auto 1.5em !important;
  }
  .lines {
    max-width: 960px;
  }
  .lines .line1, .lines .line5 {
    display: none;
  }
  .lines .line2 {
    left: 7%;
  }
  .lines .line3 {
    left: 50%;
  }
  .lines .line4 {
    left: 93%;
  }
  .page-title-wrap {
    padding: 72px 7%;
  }
  .page-title-wrap .page-title {
    width: 100%;
  }
  .page-body {
    width: 100%;
    padding: 0 7%;
  }
  .page-navi .page-navi-list {
    width: 100%;
    padding: 0 7%;
  }
  .page-navi .page-navi-list li {
    width: 48%;
    margin-left: 4%;
  }
  .page-navi .page-navi-list li:nth-child(3n+1) {
    margin-left: 4%;
  }
  .page-navi .page-navi-list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-navi .page-navi-list .btn {
    min-width: 0;
  }
  .breadcrumb {
    width: 86%;
  }
  #wrapper {
    min-width: 0;
  }
  header.fixed {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header.fixed #menu-btn {
    position: fixed;
    top: 11px;
  }
  header.fixed .navi-wrap {
    padding-top: 79px;
  }
  header.fixed + article {
    padding-top: 113px;
  }
  .head-box {
    position: relative;
    z-index: 998;
  }
  .head-box .head-text {
    width: 100%;
    padding-left: 10px;
  }
  .head-box .head-navi .intro, .head-box .head-navi .customer {
    width: 120px;
  }
  .head-box .head-navi a {
    font-size: 1.1rem;
  }
  .logo-box {
    z-index: 998;
    height: auto;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
    position: relative;
  }
  .logo-box .logo {
    padding: 16px 0 16px 10px;
  }
  #menu-btn {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 8px;
    top: 38px;
    cursor: pointer;
    z-index: 999;
    overflow: hidden;
  }
  #menu-btn .menu-line {
    display: block;
    height: 1px;
    background: #023f73;
    position: absolute;
    left: calc(50% - 15px);
  }
  #menu-btn .menu-line:nth-child(1) {
    width: 30px;
    top: 20px;
    -webkit-transition: top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s;
    transition: top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s;
    transition: top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s;
    transition: top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s, -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s;
  }
  #menu-btn .menu-line:nth-child(2) {
    width: 26px;
    top: 28px;
    -webkit-transition: width 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: width 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  }
  #menu-btn .menu-line:nth-child(3) {
    width: 22px;
    top: 36px;
    -webkit-transition: width 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s;
    transition: width 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s;
    transition: width 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s;
    transition: width 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s, -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.35s;
  }
  .navi-wrap {
    display: block;
    -webkit-transition: all 0.25s cubic-bezier(0.92, 0.01, 0.74, 0.99);
    transition: all 0.25s cubic-bezier(0.92, 0.01, 0.74, 0.99);
    width: 50%;
    height: 100%;
    padding: 113px 0 60px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    z-index: 900;
    top: 0;
    right: -101%;
  }
  #gnavi {
    position: relative !important;
    z-index: 1 !important;
    width: 100%;
    top: 0 !important;
  }
  #gnavi .gnavi-list {
    display: block;
    width: 100%;
    padding: 0;
  }
  #gnavi .gnavi-list > li {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-left: none;
  }
  #gnavi .gnavi-list > li:hover {
    background: none;
  }
  #gnavi .gnavi-list > li:hover a:before {
    right: 20px;
    bottom: auto;
  }
  #gnavi .gnavi-list > li:first-child {
    border: none;
  }
  #gnavi .gnavi-list > li > a {
    padding: 25px 20px;
    line-height: 1;
    height: auto;
    font-size: 1.6rem;
    color: #023f73;
  }
  #gnavi .gnavi-list > li > a:before {
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
    left: auto;
    right: 20px;
    color: #023f73;
  }
  #gnavi .gnavi-list > li.active {
    background: none;
  }
  #gnavi .dropmenu-wrap {
    display: none;
    opacity: 1;
    visibility: visible;
    position: static;
    background: none;
    border-top: 1px dotted #bdc5cb;
  }
  #gnavi .dropmenu-title-box {
    display: none;
  }
  #gnavi .dropmenu-list {
    width: 100%;
    padding: 10px 0;
  }
  #gnavi .dropmenu-list li {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
  }
  #gnavi .dropmenu-list a {
    font-size: 1.3rem;
    display: block;
    padding: 5px 0 5px 20px;
  }
  #gnavi .head-contact {
    position: static;
    width: 100%;
    height: auto;
  }
  #gnavi .head-contact a {
    position: relative;
    padding: 25px 0 25px 55px;
    font-size: 1.6rem;
    text-align: left;
  }
  #gnavi .head-contact a:before {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.8rem;
  }
  #gnavi .head-contact a:after {
    border-width: 70px 70px 0 0;
  }
  #gnavi .menu-target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #gnavi .menu-target li {
    width: 50%;
  }
  #gnavi .menu-target a {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    padding: 14px 0;
  }
  #gnavi .menu-target a:hover {
    text-decoration: none;
  }
  #gnavi .menu-target .intro a {
    background: #eba000;
  }
  #gnavi .menu-target .customer a {
    background: #69a33f;
  }
  #aboutus #gnavi .aboutus .dropmenu-wrap {
    display: block;
  }
  #menu.open #menu-btn .menu-line:nth-child(1) {
    top: 28px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #menu.open #menu-btn .menu-line:nth-child(2) {
    width: 0;
  }
  #menu.open #menu-btn .menu-line:nth-child(3) {
    width: 30px;
    top: 28px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #menu.open .navi-wrap {
    right: 0;
  }
  footer .foot-contact {
    padding: 25px 0;
  }
  footer .foot-contact .foot-contact-box {
    width: 86%;
    display: block;
  }
  footer .foot-contact .address-box {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 0;
  }
  footer .foot-contact .contact-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .foot-contact .contact-box p {
    width: 48%;
  }
  footer .foot-contact .contact-box .btn {
    height: 80px;
    font-size: 1.6rem;
    padding: 50px 0 0 0;
    text-align: center;
  }
  footer .foot-contact .contact-box .btn:before {
    left: 50%;
    top: 12px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  footer .foot-contact .contact-box .btn:after {
    border-width: 80px 80px 0 0;
  }
  footer .site-index {
    padding: 40px 0;
  }
  footer .site-index .site-index-box {
    width: 86%;
  }
  footer .site-index .site-index-target {
    font-size: 1.4rem;
  }
  footer .site-index .site-index-target li {
    width: 33.33%;
    border-left: 1px solid #bdc5cb;
  }
  footer .site-index .site-index-target li:first-child {
    border: none;
  }
  footer .site-index .site-index-target a {
    border: none;
    letter-spacing: 0;
  }
  footer .site-index .site-index-list {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .site-index .site-index-list li {
    width: 25%;
  }
  footer .site-index .site-index-list .first, footer .site-index .site-index-list .second {
    width: 100%;
  }
  footer .site-index .site-index-list .first {
    margin-bottom: 0;
    padding-top: 10px;
  }
  footer .site-index .site-index-list.i2, footer .site-index .site-index-list.i3, footer .site-index .site-index-list.i4 {
    padding-top: 0;
  }
  footer .site-index .site-index-list.i6 li {
    width: 50%;
  }
  footer .site-index .site-index-list.i6 li.first {
    width: 100%;
  }
  footer .site-index .site-index-list.i8 li {
    width: 50%;
  }
  footer .site-index .site-index-list.i8 .first {
    margin-bottom: 0;
  }
  footer .foot-bottom {
    padding-bottom: 10px;
    height: auto;
  }
  footer .foot-bottom .foot-bottom-box {
    width: 86%;
    display: block;
  }
  footer .foot-bottom .foot-navi {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  footer .foot-bottom .foot-navi li {
    width: 35%;
    margin: 0;
    text-align: center;
  }
  footer .foot-bottom .copyright {
    display: block;
    text-align: center;
    width: 100%;
  }
  #key {
    height: calc(100vh - 113px);
    min-height: 500px;
  }
  #key .key-logo {
    -webkit-animation: none;
    animation: none;
  }
  #key .key-title-box {
    width: 86%;
    left: 7%;
  }
  #key .key-title-box .key-title .kt1, #key .key-title-box .key-title .kt2, #key .key-title-box .key-title .kt3 {
    display: inline-block;
  }
  #key .key-title-box .key-title .kt1 img, #key .key-title-box .key-title .kt2 img, #key .key-title-box .key-title .kt3 img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #key .key-title-box .key-title .kt1 {
    width: 30.33%;
  }
  #key .key-title-box .key-title .kt2 {
    width: 33.33%;
  }
  #key .key-title-box .key-title .kt3 {
    width: 36.33%;
  }
  #home .container {
    width: 86%;
  }
  #home .container .title {
    text-align: center;
    padding-left: 0;
    border: none;
  }
  #home .container .title .jp {
    margin-bottom: 20px;
  }
  /*#top-target{
  	.title-box{
  		padding: 15px;
  	}
  	.title{
  		font-size: 1.8rem;
  	}
  	.inner{
  		min-height: 150px;padding-top: 25px;
  	}
  	.btn{font-size: 1.4rem;min-width: 0;width: 80%;padding-top: 10px;padding-bottom:10px;}
  	.target-intro{width: 48%;
  		.title{
  			margin-bottom: 15px;
  		}
  	}
  	.target-customer{width: 48%;
  		.title{
  			margin-bottom: 25px;
  		}
  	}
  	.target-renewal{
  		.title-box{padding: 15px;}
  		.inner{
  			display: block;
  		}
  		.title{padding-top: 0;	width: 100%;margin-bottom: 25px;}
  		.text{text-align: center;}
  	}
  }*/
  #top-product {
    /*.catalog-left{
    	width: 64%;
    }
    .catalog{width: 34%;font-size: 1.4rem;}*/
  }
  #top-product .search-title {
    font-size: 1.4rem;
  }
  #top-product .search-contents {
    padding: 10px 10px 5px;
  }
  #top-product .search-list {
    font-size: 1.4rem;
  }
  #top-product .search-list .image {
    width: 50px;
    height: 50px;
  }
  #top-product .search-list .image img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #top-product .search-list .text {
    left: 60px;
  }
  #top-product .search-keyword .btn {
    font-size: 1.4rem;
  }
  #top-product .search-keyword .keyword-list {
    margin-bottom: 0;
  }
  #top-product .search-keyword .keyword-list dd a {
    margin-bottom: 10px;
    font-size: 1.4rem;
    padding: 5px 6px;
    letter-spacing: 0;
  }
  #top-product .search-shape {
    width: 100%;
  }
  #top-product .search-shape .search-list li {
    width: 50%;
  }
  #top-product .search-function {
    width: 100%;
  }
  #top-case .container {
    display: block;
  }
  #top-case .title-box {
    width: 100%;
    margin-bottom: 60px;
  }
  #top-case .title-box .btn-area {
    text-align: center;
  }
  #top-case .case-slider {
    width: 100%;
  }
  #top-aboutus:before {
    width: 100%;
  }
  #top-aboutus:after {
    width: 100%;
    height: 220px;
  }
  #top-aboutus .title {
    margin-bottom: 100px !important;
  }
  #top-aboutus .top-about-links {
    width: 100%;
  }
  .banner {
    width: 86%;
  }
  .banner .banner-list-large li {
    width: 48%;
  }
  .banner .banner-list-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner .banner-list-small li {
    width: 32%;
    margin-bottom: 15px;
    padding: 0 10px;
  }
  .banner li img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .info-list a, .info-list .nolink {
    padding: 20px 10px;
  }
  .info-list a {
    padding-right: 35px;
  }
  .info-list a:before {
    right: 10px;
  }
  .info-list a:hover {
    padding-left: 10px;
  }
  .info-list a:hover:before {
    right: 10px;
  }
  .photo-wrap .photo-box {
    display: block;
    position: relative;
    padding: 30% 0 0 10%;
  }
  .photo-wrap .photo-box:nth-child(2n) {
    padding: 30% 10% 0 0;
  }
  .photo-wrap .photo-box:nth-child(2n) .photo-image {
    left: auto;
    right: 0;
  }
  .photo-wrap .photo-box:nth-child(2n) .photo-contents {
    padding: 20px 20px 20px 0;
  }
  .photo-wrap .photo-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 75%;
  }
  .photo-wrap .photo-image img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .photo-wrap .photo-contents {
    position: relative;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 0 20px 20px;
  }
  .case-wrap .case-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .case-wrap .case-image {
    width: 48%;
  }
  .case-wrap .case-image:before {
    font-size: 1.4rem;
    width: 60px;
  }
  .case-wrap .case-before:before {
    top: -10px;
    right: 10px;
  }
  .case-wrap .case-after:before {
    bottom: -10px;
    left: 10px;
  }
  #products .products-link-box {
    width: 48%;
  }
  #products .products-link-list {
    font-size: 1.2rem;
  }
  #products .products-link-image {
    height: 150px;
  }
  #products .products-link-image:before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
  }
  #products .products-link-label {
    font-size: 2rem;
  }
  #products .products-detail {
    width: 100%;
  }
  #products .products-detail .page-body {
    width: 100%;
  }
  #products .anchor-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #products .anchor-list li {
    width: 46%;
    margin-bottom: 20px;
  }
  #products .products-navi {
    display: none;
  }
  #products .products-slider {
    height: 0;
    padding-bottom: 55%;
    margin-bottom: 40px;
  }
  #products .products-slider .flex-viewport {
    height: 0;
    padding-bottom: 55%;
  }
  #products .products-slider .flex-control-nav li {
    width: 70px;
  }
  #products .products-slider .flex-nav-prev {
    left: -24px;
  }
  #products .products-slider .flex-nav-next {
    right: -24px;
  }
  #products .products-box {
    display: block;
  }
  #products .products-titlebox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  #products .products-data {
    width: 100%;
  }
  #products .products-title {
    width: 100%;
    margin-bottom: 20px;
  }
  #products .products-image {
    margin-bottom: 0;
  }
  #products .products-drawing {
    width: auto;
    padding: 20px 20px 10px;
  }
  #products .products-tb tbody th {
    width: 120px;
  }
  #aboutus .message-flex-left {
    width: 30%;
  }
  #aboutus .message-flex-left img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #aboutus .message-flex-right {
    width: 70%;
  }
  #aboutus .message-title {
    font-size: 2.4rem;
  }
  #aboutus .message-sign img {
    width: 180px;
    height: auto;
  }
  #aboutus .history-list:before {
    left: 0;
  }
  #aboutus .history-list li:before {
    left: -5px;
  }
  #aboutus .history-list .history-year {
    width: 85px;
  }
  #aboutus .history-list .history-month {
    width: 45px;
  }
  #aboutus .history-list .history-text {
    width: calc(100% - 130px);
    padding-left: 30px;
  }
  #aboutus .access-flex {
    display: block;
  }
  #aboutus .access-flex-left, #aboutus .access-flex-right {
    width: 100%;
  }
  #aboutus .access-flex-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    padding: 0;
  }
  #aboutus .access-flex-left .subtitle {
    width: 120px;
    padding-top: 0;
    font-size: 1.8rem;
  }
  #aboutus .access-flex-left p {
    width: calc(100% - 120px);
    margin-bottom: 20px;
  }
  #aboutus .access-flex-right {
    border: 1px solid #023f73;
  }
  #aboutus .access-flex-right iframe {
    width: 100%;
  }
  #aboutus .network-tb thead {
    display: none;
  }
  #aboutus .network-tb tr, #aboutus .network-tb th, #aboutus .network-tb td {
    display: block;
  }
  #aboutus .network-tb tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #aboutus .network-tb tbody th, #aboutus .network-tb tbody td {
    border: none;
    padding: 0;
    background: none;
  }
  #aboutus .network-tb tbody th {
    width: 100%;
    padding-top: 32px;
    font-size: 1.8rem;
  }
  #aboutus .network-tb tr {
    width: 50%;
    position: relative;
    padding-right: 30px;
  }
  #aboutus .network-tb tr:first-child th {
    padding-top: 0;
  }
  #aboutus .network-tb.col-th tbody {
    padding-top: 20px;
  }
  #aboutus .network-tb.col-th tbody th {
    width: 100%;
  }
  #aboutus .network-tb.col-th tbody th[rowspan] {
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0;
  }
  #aboutus .network-tb .division-td {
    font-size: 1.4rem;
    padding-top: 16px !important;
  }
  #aboutus .network-tb .tel-td {
    text-align: left;
  }
  #aboutus .network-tb .tel-td:before {
    content: "Tel. ";
  }
  #aboutus .network-tb .fax-td {
    text-align: left;
  }
  #aboutus .network-tb .fax-td:before {
    content: "Fax. ";
  }
  #aboutus.bn-recruit .anchor-list {
    font-size: 1.4rem;
  }
  #aboutus.bn-recruit .anchor-list li {
    width: 32% !important;
    margin-bottom: 20px;
  }
  #aboutus.bn-network .anchor-list {
    font-size: 1.4rem;
  }
  #aboutus .philosophy-box {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
  #aboutus .philosophy-num {
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 5rem;
  }
  #aboutus .philosophy-text {
    display: block;
    width: 100%;
  }
  #achieve .achieve-image-main {
    width: 66%;
  }
  #achieve .achieve-image-sub {
    width: 30%;
  }
  #achieve .achieve-image-sub img:nth-child(2) {
    margin-top: 15px;
  }
  #achieve .achieve-image-parallel .achieve-image-main, #achieve .achieve-image-parallel .achieve-image-sub {
    width: 48%;
  }
  #maintenance .center-box {
    display: block;
    text-align: center;
    padding: 20px;
  }
  #maintenance .center-title {
    width: 100%;
    margin-bottom: 5px;
  }
  #maintenance .center-tel {
    width: 100%;
  }
  #maintenance .support-365-image {
    position: absolute;
    z-index: 1;
    width: 100px;
  }
  #maintenance .support-365-image img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #maintenance .support-365-title {
    padding-left: 120px;
  }
  #sitemap .sitemap-list .second {
    width: 50%;
  }
  #recruit .recruit-catch .recruit-catch-main {
    font-size: 4.4rem;
  }
  #recruit .recruit-catch .recruit-catch-sub {
    font-size: 1.8rem;
  }
  #recruit .recruit-special .recruit-special-image {
    width: 50%;
  }
  #recruit .recruit-special .recruit-special-image img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #recruit .recruit-special .recruit-special-content {
    width: 45%;
  }
  #recruit .recruit-special .recruit-special-title {
    font-size: 2.2rem;
  }
  #recruit .recruit-special .recruit-special-link {
    display: block;
  }
  #recruit .recruit-special .recruit-special-link li {
    width: 100%;
  }
  #recruit .recruit-special .recruit-special-link li:nth-child(2) {
    margin-top: 10px;
  }
  #recruit .recruit-box .recruit-box-image {
    width: 50%;
  }
  #recruit .recruit-box .recruit-box-image img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #recruit .recruit-box .recruit-box-image h3 {
    top: auto;
    bottom: 0;
    font-size: 2.2rem;
  }
  #recruit .recruit-box .recruit-box-content {
    width: 50%;
    padding: 0 30px;
  }
  #recruit .recruit-box .recruit-box-content .recruit-box-link {
    display: block;
  }
  #recruit .recruit-box .recruit-box-content .recruit-box-link li {
    width: 100%;
  }
  #recruit .recruit-box .recruit-box-content .recruit-box-link .btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #recruit .recruit-box .recruit-box-content .recruit-box-link .btn:nth-child(1) {
    margin-top: 10px;
  }
  #recruit .recruit-message .recruit-message-content {
    width: calc(100% - 230px);
  }
  #recruit .recruit-message .recruit-message-image {
    width: 200px;
  }
  #recruit .recruit-message .recruit-message-image img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #recruit .recruit-message .recruit-message-post {
    font-size: 1.2rem;
  }
  #recruit .recruit-staff-box {
    padding: 0 20px;
  }
  #recruit .recruit-require-caution {
    width: 100%;
    padding: 15px;
  }
  #recruit .schedule-wrap:after {
    left: 78px;
  }
  #recruit .schedule-label {
    width: 160px;
  }
  #recruit .schedule-box {
    width: calc(100% - 200px);
    margin-left: 40px !important;
  }
  #recruit .schedule-box .schedule-box-left {
    width: 48%;
  }
  #recruit .schedule-box .schedule-box-right {
    width: 48%;
  }
  #recruit .schedule-box .schedule-box-right img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #recruit .schedule-kaeru {
    right: -220px;
    bottom: -10px;
  }
  #recruit .schedule1:before {
    left: 75px;
  }
}
@media only screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
  input[type=text], input[type=number], input[type=password], input[type=email], textarea, select {
    font-size: 1.4rem;
  }
  form .btn-submit {
    width: 100%;
    font-size: 1.8rem;
  }
  form .require {
    font-size: 1rem;
    float: none;
    margin-left: 10px;
    padding-top: 0;
    line-height: 1;
  }
  .spdisp {
    display: block;
  }
  .sphide {
    display: none;
  }
  .btn {
    padding: 12px 32px 14px 12px;
  }
  .btn-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .btn-area .btn {
    margin: 0 0 15px;
  }
  .btn-area .btn:last-child {
    margin-bottom: 0;
  }
  .xs {
    font-size: 1rem;
  }
  .s {
    font-size: 1.2rem;
  }
  .l {
    font-size: 1.6rem;
  }
  .page-title-wrap {
    padding: 42px 0;
  }
  .page-title-wrap .page-title {
    padding-left: 0;
    text-align: center;
  }
  .page-title-wrap .page-title:before {
    display: none;
  }
  .page-title-wrap .page-title .jp {
    font-size: 3rem;
  }
  .page-title-wrap .page-title .en {
    font-size: 1.2rem;
  }
  .page-title-wrap .page-title .folder-name {
    font-size: 1.2rem;
  }
  .page-title-wrap .page-title .s {
    font-size: 1.6rem;
  }
  .page-title-wrap.nobg {
    padding-bottom: 0;
  }
  #products .page-title-wrap {
    background: url(../../products/images/bg_title_products_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #achieve .page-title-wrap {
    background: url(../../achieve/images/bg_title_achieve_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #maintenance .page-title-wrap {
    background: url(../../maintenance/images/bg_title_maintenance_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #catalog .page-title-wrap {
    background: url(../../catalog/images/bg_title_catalog_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #aboutus .page-title-wrap {
    background: url(../../aboutus/images/bg_title_aboutus_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #contact .page-title-wrap {
    background: url(../../contact/images/bg_title_contact_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #contact .page-title-wrap .page-title .jp {
    font-size: 2.7rem;
    letter-spacing: 0;
  }
  #introduction .page-title-wrap {
    background: url(../../introduction/images/bg_title_introduction_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #introduction .page-title-wrap .page-title .jp {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  #customer .page-title-wrap {
    background: url(../../customer/images/bg_title_customer_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #renewal .page-title-wrap {
    background: url(../../renewal/images/bg_title_renewal_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #lease .page-title-wrap {
    background: url(../../lease/images/bg_title_lease_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .page-body * + * {
    margin-top: 1em;
  }
  .page-body h2 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  .page-body h3 {
    font-size: 1.8rem;
  }
  .page-body h4 {
    font-size: 1.6rem;
  }
  .page-body h5 {
    font-size: 1.4rem;
  }
  .block {
    padding: 40px 0;
  }
  .page-navi .page-navi-title {
    font-size: 2.1rem;
  }
  .page-navi .page-navi-list {
    font-size: 1.3rem;
  }
  .page-navi .page-navi-list .page-navi-long {
    width: 100%;
  }
  table {
    font-size: 1.4rem;
  }
  table th, table td {
    padding: 16px 6px;
  }
  table:not(.nobreak) tr, table:not(.nobreak) th, table:not(.nobreak) td {
    display: block;
    border: none;
    padding: 0;
    width: 100%;
  }
  table:not(.nobreak) tr {
    border-bottom: 1px solid #bdc5cb;
    padding-bottom: 1.5em;
    margin-top: 1.5em;
  }
  table:not(.nobreak) th {
    margin-bottom: 5px;
  }
  table:not(.nobreak) thead {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .anchor-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .anchor-list li {
    margin-bottom: 10px;
  }
  .anchor-list a {
    height: 40px;
    border-radius: 20px;
    line-height: 38px;
  }
  header.fixed {
    top: -8px;
  }
  header.fixed #menu-btn {
    top: 4px;
  }
  header.fixed .navi-wrap {
    padding-top: 68px;
  }
  header.fixed + article {
    padding-top: 76px;
  }
  .head-box {
    display: none;
  }
  .logo-box {
    border-top: 8px solid #023f73;
  }
  .logo-box .logo img {
    width: 280px;
  }
  #menu-btn {
    top: 12px;
    right: 0px;
  }
  .navi-wrap {
    width: 71.5%;
    padding-top: 76px;
  }
  #gnavi .gnavi-list > li > a {
    padding: 16px 15px;
    font-size: 1.4rem;
  }
  #gnavi .head-contact a {
    padding: 18px 0 18px 42px;
    font-size: 1.4rem;
  }
  #gnavi .head-contact a:before {
    font-size: 2.1rem;
    left: 15px;
  }
  #gnavi .head-contact a:after {
    border-width: 54px 54px 0 0;
  }
  #gnavi .menu-target a {
    font-size: 1.2rem;
    padding: 10px 0;
    line-height: 1.2;
  }
  #gnavi .dropmenu-list {
    padding: 8px 0;
  }
  #gnavi .dropmenu-list li {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
  }
  #gnavi .dropmenu-list a {
    font-size: 1.2rem;
    padding: 3px 0 3px 15px;
  }
  .main {
    padding: 60px 0 40px;
  }
  footer .foot-contact .address-box .address-title {
    margin-bottom: 0;
  }
  footer .foot-contact .address-box .address-title img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  footer .foot-contact .address-box p {
    font-size: 1.2rem;
  }
  footer .foot-contact .contact-box .btn {
    height: 100px;
    font-size: 1.2rem;
    padding: 60px 0 0 0;
  }
  footer .foot-contact .contact-box .btn:after {
    border-width: 100px 100px 0 0;
  }
  footer .site-index .site-index-target {
    display: block;
    margin-bottom: 20px;
  }
  footer .site-index .site-index-target li {
    width: 100%;
    border: none;
  }
  footer .site-index .site-index-target a {
    text-align: left;
    letter-spacing: 0.05em;
    padding: 0;
  }
  footer .site-index .site-index-list li {
    width: 50%;
    font-size: 1.1rem;
  }
  footer .site-index .site-index-list .first {
    font-size: 1.4rem;
  }
  footer .site-index .site-index-list.i8 li {
    width: 100%;
  }
  footer .foot-bottom {
    height: auto;
  }
  footer .foot-bottom .foot-navi li {
    width: 45%;
  }
  footer .pagetop {
    position: static;
  }
  footer .pagetop a {
    width: 100%;
  }
  footer .pagetop a:before {
    font-size: 1.6rem;
  }
  #home .container .title .jp {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  #home .container .title .en {
    font-size: 1rem;
  }
  #key {
    height: calc(100vh - 76px);
    background-image: url(../../images/key_sp.jpg);
  }
  #key .key-logo {
    width: 350px;
    height: 350px;
  }
  #key .key-title-box .key-title {
    margin-bottom: 20px;
  }
  #key .key-title-box .key-title .kt1, #key .key-title-box .key-title .kt2, #key .key-title-box .key-title .kt3 {
    width: 70%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #key .key-title-box .key-copy {
    font-size: 1.7rem;
    text-align: center;
  }
  #top-target .target-intro {
    width: 100%;
  }
  #top-target .target-customer {
    width: 100%;
  }
  #top-product.lazyloaded {
    background-image: url(../../images/bg_top_product_sp.jpg);
  }
  #top-product .search-contents {
    padding: 0;
  }
  #top-product .search-list li {
    border-top: 1px solid #bdc5cb;
    border-left: 1px solid #bdc5cb;
  }
  #top-product .search-list li:nth-child(1), #top-product .search-list li:nth-child(2) {
    border-top: none;
  }
  #top-product .search-list li:nth-child(2n+1) {
    border-left: none;
  }
  #top-product .search-list a {
    padding: 7px 5px;
  }
  #top-product .search-list .image {
    width: 40px;
    height: 40px;
  }
  #top-product .search-list .text {
    left: 50px;
    width: calc(100% - 55px);
    font-size: 1.2rem;
  }
  #top-product .search-list .s {
    font-size: 1rem;
  }
  #top-product .search-keyword {
    padding-top: 32px;
  }
  #top-product .search-keyword .search-title {
    height: 32px;
    line-height: 32px;
  }
  #top-product .search-keyword .search-title:before {
    border-width: 32px 0 0 16px;
    right: -16px;
  }
  #top-product .search-keyword .search-input-box {
    position: static;
    padding-left: 10px;
  }
  #top-product .search-keyword .search-contents {
    padding: 5px 10px;
  }
  #top-product .keyword-list dt {
    float: none;
    width: 100%;
  }
  #top-product .keyword-list dd {
    padding-left: 0;
  }
  #top-product .keyword-list dd a {
    margin-bottom: 5px;
  }
  #top-product .search-facility .search-list li {
    width: 50%;
  }
  #top-product .catalog-left {
    width: 100%;
  }
  #top-product .catalog {
    width: 100%;
    height: 70px;
    background: #fff;
  }
  #top-product .catalog a {
    background-size: 60px 88px;
    background-position: 0 0;
  }
  #top-product .catalog .text {
    background: none;
    top: 50%;
    text-align: left;
    padding: 0;
    left: 70px;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #top-case .text {
    margin-bottom: 30px;
  }
  #top-case .case-slider .case-title-box {
    height: 48px;
    padding-left: 12px;
  }
  #top-case .case-slider .case-title {
    line-height: 48px;
    width: 80%;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
  }
  #top-case .case-slider .case-number {
    font-size: 64px;
    line-height: 48px;
    z-index: 1;
  }
  #top-aboutus {
    padding-bottom: 100px;
  }
  #top-aboutus.lazyloaded:before {
    background-image: url(../../images/bg_top_about01_sp.png);
    background-size: contain;
  }
  #top-aboutus.lazyloaded:after {
    height: 160px;
    background-image: url(../../images/bg_top_about02_sp.jpg);
  }
  #top-aboutus .top-about-links li {
    width: 100%;
  }
  #top-aboutus .top-about-links .btn {
    padding: 12px 40px 14px 18px;
  }
  #top-info .info-list {
    margin-bottom: 30px;
  }
  .banner {
    padding-top: 60px;
  }
  .banner .banner-list-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .banner .banner-list-large li {
    width: 100%;
  }
  .banner .banner-list-small {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
  .banner .banner-list-small li {
    width: 46%;
    margin: 0 0 20px;
    padding: 0;
  }
  .info-list a, .info-list .nolink {
    display: block;
    padding: 12px 10px;
  }
  .info-list a {
    padding-right: 30px;
  }
  .info-list .info-date {
    width: 100%;
    font-size: 1rem;
  }
  .info-list .info-text {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .case-wrap .case-box {
    margin-bottom: 40px;
  }
  .case-wrap .case-image:before {
    font-size: 1rem;
    width: 40px;
  }
  .case-wrap .case-before:before {
    top: -5px;
    right: 5px;
  }
  .case-wrap .case-after:before {
    bottom: -5px;
    left: 5px;
  }
  #products .products-link-box {
    width: 100%;
    margin-bottom: 15px !important;
  }
  #products .products-link-label {
    font-size: 2rem;
  }
  #products .products-slider .flex-control-nav li {
    width: 50px;
    height: 10px;
  }
  #products .products-slider .flex-prev, #products .products-slider .flex-next {
    width: 32px;
    height: 32px;
  }
  #products .products-slider .flex-prev:before, #products .products-slider .flex-next:before {
    font-size: 1.2rem;
  }
  #products .products-slider .flex-nav-prev {
    left: -16px;
  }
  #products .products-slider .flex-nav-next {
    right: -16px;
  }
  #products .anchor-list {
    margin-bottom: 50px;
  }
  #products .products-catch {
    margin-bottom: 0;
  }
  #products .products-name {
    font-size: 3rem;
  }
  #products .products-image {
    width: 50%;
  }
  #products .products-drawing {
    width: 44%;
    padding: 10px;
  }
  #products .products-drawing-title {
    font-size: 1.2rem;
  }
  #products .products-drawing-list {
    font-size: 1.2rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #products .products-drawing-list li {
    width: 46%;
    margin: 0;
  }
  #products .products-drawing-list a {
    padding: 5px 0;
  }
  #products .products-tb {
    font-size: 1.1rem;
  }
  #products .products-tb tbody th {
    width: 80px;
  }
  #products .products-tb th, #products .products-tb td {
    padding: 5px 0;
  }
  #products .products-tb thead th {
    font-size: 1.4rem;
    padding: 8px 0;
  }
  #products .products-tb thead th:first-child {
    width: 80px;
  }
  #products .products-tb.sensor-tb thead th:first-child {
    width: 60px;
  }
  #products .products-tb.sensor-tb tbody th {
    width: 60px;
  }
  #products .certification-tb {
    font-size: 1.1rem;
  }
  #products .certification-tb .no-th {
    width: 70px;
  }
  #products .certification-tb .btn {
    min-width: 70px;
    padding: 35px 5px 12px;
    text-align: center;
    letter-spacing: 0;
  }
  #products .certification-tb .btn:before {
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 24px;
  }
  #products .scroll-tb-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 30px;
    position: relative;
    padding-top: 1em;
  }
  #products .scroll-tb-wrap:before {
    content: "右にスクロールできます";
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 2;
  }
  #products .scroll-tb-wrap .scroll-tb {
    width: 700px;
    margin-bottom: 0;
  }
  #products.bn-fire-prevention .fite-prevention-caution .s {
    margin-left: 0;
  }
  #products .sensor-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  #products .sensor-detail-image {
    width: 75%;
    margin: 0 auto;
  }
  #products .sensor-detail-image img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #products .sensor-detail-text {
    width: 100%;
    margin-top: 1.5em;
  }
  #products.bn-option .anchor-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #products.bn-option .anchor-list li {
    width: 48%;
    margin: 0 0 20px;
  }
  #aboutus .message-flex {
    display: block;
  }
  #aboutus .message-flex-left {
    width: 70%;
    margin: 0 auto 30px;
    padding-top: 0;
  }
  #aboutus .message-flex-right {
    width: 100%;
    overflow: hidden;
  }
  #aboutus .message-title {
    font-size: 2.1rem;
    text-align: center;
  }
  #aboutus .message-sign {
    font-size: 1.2rem;
  }
  #aboutus .message-name {
    font-size: 1.8rem;
  }
  #aboutus .officer-post {
    width: 190px;
  }
  #aboutus .officer-post2 {
    width: 90px;
  }
  #aboutus .branch-post {
    width: 100px;
  }
  #aboutus .history-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #aboutus .history-list .history-year {
    width: 65px;
  }
  #aboutus .history-list .history-month {
    width: 35px;
  }
  #aboutus .history-list .history-text {
    width: 100%;
    padding-left: 12px;
    padding-top: 7px;
  }
  #aboutus .history-list .number {
    font-size: 1.6rem;
  }
  #aboutus .access-flex-left {
    display: block;
  }
  #aboutus .access-flex-left .subtitle {
    margin-bottom: 10px;
    width: 100%;
  }
  #aboutus .access-flex-left p {
    width: 100%;
  }
  #aboutus.bn-recruit .anchor-list li {
    width: 46% !important;
  }
  #aboutus .job-tb th, #aboutus .job-tb td {
    padding: 0;
  }
  #aboutus.bn-network .anchor-list li {
    width: 46%;
  }
  #aboutus .network-tb tr {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
  #aboutus .network-tb th .s {
    font-size: 1.4rem;
  }
  #aboutus .philosophy-lead {
    font-size: 1.5rem;
  }
  #aboutus .philosophy-num {
    font-size: 4rem;
  }
  #aboutus .philosophy-text {
    font-size: 1.5rem;
  }
  #achieve .achieve-title {
    padding: 10px;
  }
  #achieve .achieve-num {
    font-size: 5.6rem;
  }
  #achieve .achieve-image {
    padding: 15px;
  }
  #maintenance .faq-tb th {
    font-size: 1.6rem;
    border-bottom: 1px solid #023f73;
    margin-bottom: 10px;
  }
  #maintenance .faq-tb tr {
    border: none;
    padding-bottom: 0;
  }
  #maintenance .center-box {
    width: 100%;
    padding: 15px 0;
  }
  #maintenance .center-box:nth-child(2) {
    margin-top: 1.5rem;
  }
  #maintenance .center-title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #maintenance .center-tel a {
    color: inherit;
  }
  #maintenance .support-365-image {
    width: 75px;
  }
  #maintenance .support-365-title {
    padding-left: 90px;
    font-size: 1.6rem;
    margin-top: 15px;
  }
  #maintenance .merit-box {
    width: 100%;
  }
  #maintenance .merit-box:nth-child(2) {
    margin-top: 1em;
  }
  #lease .merit-box {
    width: 100%;
  }
  #lease .merit-box:nth-child(2) {
    margin-top: 1em;
  }
  #sitemap .sitemap-list .first {
    font-size: 1.6rem;
  }
  #sitemap .sitemap-list .category {
    font-size: 1.4rem;
  }
  #sitemap .sitemap-list .second {
    width: 100%;
    font-size: 1.2rem;
  }
  #recruit .recruit-catch .recruit-catch-main {
    font-size: 3.6rem;
  }
  #recruit .recruit-catch .recruit-catch-sub {
    line-height: 1.5;
  }
  #recruit .recruit-special {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  #recruit .recruit-special .recruit-special-image {
    width: 100%;
  }
  #recruit .recruit-special .recruit-special-content {
    width: 100%;
    padding-top: 20px;
  }
  #recruit .recruit-special .recruit-special-title {
    font-size: 2rem;
  }
  #recruit .recruit-special .recruit-special-title a:before {
    font-size: 1.8rem;
  }
  #recruit .recruit-special .recruit-special-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #recruit .recruit-special .recruit-special-link li {
    width: 48%;
    margin-top: 0 !important;
  }
  #recruit .recruit-box {
    display: block;
    margin-top: 40px;
  }
  #recruit .recruit-box:first-child {
    margin-top: 0;
  }
  #recruit .recruit-box .recruit-box-image {
    width: 100vw;
    position: relative;
    left: -7vw;
  }
  #recruit .recruit-box .recruit-box-image img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #recruit .recruit-box .recruit-box-image h3 {
    font-size: 2rem;
    position: static;
    display: inline-block;
    background: transparent;
    padding-bottom: 5px;
  }
  #recruit .recruit-box .recruit-box-image h3 a {
    padding-left: 7vw;
    position: relative;
  }
  #recruit .recruit-box .recruit-box-image h3 a:before {
    top: 11px;
    font-size: 1.8rem;
  }
  #recruit .recruit-box .recruit-box-content {
    background: none;
    margin-top: -36px;
    width: 100%;
    padding: 0;
  }
  #recruit .recruit-box .recruit-box-content .recruit-box-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #recruit .recruit-box .recruit-box-content .recruit-box-link li {
    width: 48%;
  }
  #recruit .recruit-box .recruit-box-content .recruit-box-link .btn {
    background: #fff;
  }
  #recruit .recruit-message {
    position: relative;
    display: block;
    padding-top: 290px;
  }
  #recruit .recruit-message:after {
    content: "";
    clear: both;
    display: block;
  }
  #recruit .recruit-message .recruit-message-content {
    width: 100%;
  }
  #recruit .recruit-message .recruit-message-image {
    display: inline-block;
    float: right;
    width: auto;
  }
  #recruit .recruit-message .recruit-message-image img {
    width: 200px !important;
    height: auto;
    min-width: 0 !important;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #recruit .recruit-message .recruit-message-post {
    font-size: 1.1rem;
    margin-top: 20px;
  }
  #recruit .recruit-message .recruit-message-name {
    font-size: 1.6rem;
  }
  #recruit .recruit-staff-list {
    display: block;
  }
  #recruit .recruit-staff-box {
    padding: 0;
    margin-top: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #recruit .recruit-staff-image {
    width: 120px;
    height: 120px;
  }
  #recruit .recruit-staff-image img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #recruit .recruit-staff-name {
    width: calc(100% - 120px);
    padding-left: 20px;
    text-align: left;
    font-size: 2rem;
  }
  #recruit .recruit-staff-name .recruit-staff-division {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  #recruit .recruit-staff-graduate {
    padding-left: 140px;
    margin-top: -35px;
    font-size: 1.2rem;
    text-align: left;
  }
  #recruit .recruit-require-caution {
    text-align: left;
  }
  #recruit .recruit-faq .recruit-faq-q {
    font-size: 1.7rem;
    padding: 12px 12px 12px 46px;
    background-size: 30px;
    background-position: 10px 9px;
  }
  #recruit .recruit-faq .recruit-faq-a {
    padding: 12px 12px 12px 46px;
    background-size: 30px;
    background-position: 10px 9px;
  }
  #recruit.bn-career .anchor-list li {
    width: 46% !important;
  }
  #recruit .job-tb th, #recruit .job-tb td {
    padding: 0;
  }
  #recruit .schedule-wrap:after {
    left: calc(43px - 5vw);
  }
  #recruit .schedule-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
  }
  #recruit .schedule-label {
    width: 90px;
    position: relative;
    left: -5vw;
  }
  #recruit .schedule-label:after {
    left: 50%;
    width: 100px;
  }
  #recruit .schedule-label.schedule-sky .schedule-circle {
    width: 80px;
    height: 80px;
  }
  #recruit .schedule-label.schedule-sky + .schedule-box:before {
    top: 34px;
  }
  #recruit .schedule-label.schedule-yellow .schedule-circle {
    width: 80px;
    height: 80px;
  }
  #recruit .schedule-label.schedule-yellow + .schedule-box:before {
    top: 34px;
  }
  #recruit .schedule-label.schedule-yellow + .schedule-box {
    display: block;
    padding-right: 20px;
  }
  #recruit .schedule-label.schedule-gray .schedule-circle {
    width: 70px;
    height: 70px;
  }
  #recruit .schedule-circle {
    width: 90px;
    height: 90px;
    font-size: 1.8rem !important;
  }
  #recruit .schedule-circle .s {
    font-size: 1.2rem !important;
    margin-top: 5px;
  }
  #recruit .schedule-box {
    width: calc(100% - 100px) !important;
    margin-left: 10px !important;
    display: block;
    padding: 20px;
  }
  #recruit .schedule-box:before {
    width: 12px;
    height: 12px;
    top: 39px;
    left: -6px;
  }
  #recruit .schedule-box .schedule-box-left {
    width: 100%;
  }
  #recruit .schedule-box .schedule-box-right {
    width: 100%;
    margin-top: 15px;
  }
  #recruit .schedule-box:before {
    border-width: 16px 16px 0 0;
  }
  #recruit .schedule-kaeru {
    width: 180px;
    bottom: -25px;
    right: auto;
    left: calc(100% - 25px);
  }
  #recruit .schedule-kaeru img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  #recruit .schedule-lunch {
    position: static;
    display: block;
    text-align: center;
  }
  #recruit .schedule1:before {
    display: none;
  }
  #recruit.bn-schedule_hosyu .schedule-blue .schedule-circle {
    font-size: 1.6rem !important;
  }
  #recruit .video-wrap {
    width: 100dvw;
    margin-left: -7dvw;
    padding-bottom: 43.71dvw;
    border-left: none;
    border-right: none;
  }
}