@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local('YuGothic-Bold'), local('Yu Gothic');
}

* {
  box-sizing: border-box;
}

before, after {
  box-sizing: inherit;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1;
  font-size: 62.5%;
  font-feature-settings: 'palt' 1;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
  font-family: MyYuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

body, p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

main, section, details {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
  color: inherit;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

rt {
  font-size: 50%;
  text-align: start;
  line-height: normal;
  -webkit-text-emphasis: none;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.pc-br {
  display: none;
}

.gray-botton, .top-back-botton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  color: #fff;
  letter-spacing: .2em;
  font-size: 12px;
  background-color: #4d4d4d;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  transition-property: background-color;
}

.gray-botton:hover, .top-back-botton:hover {
  -webkit-animation: button-gray .8s ease-out;
  animation: button-gray .8s ease-out;
}

.top-back-botton {
  margin: 0 auto;
}

.bottom-link {
  position: relative;
  margin: 75px auto 0;
  width: 800px;
  height: 152px;
}

.bottom-link:after {
  display: block;
  position: absolute;
  z-index: 0;
  content: '';
  width: 114px;
  height: 36px;
  left: 50%;
  bottom: 0;
  background: url('../images/down-arrow3.svg') center no-repeat;
  background-size: contain;
  transform: translate(-50%, 0);
}

.bottom-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 84px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 25px;
  font-weight: bold;
  background-color: #df7b10;
  border-radius: 42px;
  transition-property: background-color;
}

.bottom-contact:hover {
  -webkit-animation: contact-down .8s ease-out;
  animation: contact-down .8s ease-out;
}

@-webkit-keyframes button-gray {
  0% {
    background-color: #4d4d4d;
  }

  20% {
    background-color: #737373;
  }

  100% {
    background-color: #4d4d4d;
  }
}

@keyframes button-gray {
  0% {
    background-color: #4d4d4d;
  }

  20% {
    background-color: #737373;
  }

  100% {
    background-color: #4d4d4d;
  }
}

@-webkit-keyframes contact-down {
  0% {
    background-color: #df7b10;
  }

  20% {
    background-color: #ec9924;
  }

  100% {
    background-color: #df7b10;
  }
}

@keyframes contact-down {
  0% {
    background-color: #df7b10;
  }

  20% {
    background-color: #ec9924;
  }

  100% {
    background-color: #df7b10;
  }
}

body {
  position: relative;
}

body.is-static {
  overflow: hidden;
}

.wrpper {
  overflow-x: hidden;
}

.internal-link {
  position: absolute;
  top: 30px;
}

.pc-br-hide {
  display: none;
}

.sp-br-hide {
  display: inline;
}

.top-wrpper {
  overflow-x: hidden;
  opacity: 0;
}

.top-wrpper.is-static {
  opacity: 1;
}

footer {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding: 60px 0;
  height: 374px;
}

.footer-head {
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  font-size: 15px;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px auto 0;
  width: 652px;
}

.footer-logo {
  width: 357px;
  height: auto;
}

.footer-tel {
  width: 254px;
  height: auto;
}

.footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 26px auto 0;
  width: 648px;
  height: 80px;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 22px;
  font-weight: bold;
  background: #fff url('../images/button-arrow.svg') no-repeat;
  background-size: 12px auto;
  background-position: right 36px center;
  transition-property: background-color, background-position;
}

.footer-contact:hover {
  -webkit-animation: right-arrow .5s ease;
  animation: right-arrow .5s ease;
}

.copy {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  font-size: 14px;
}

.footer-sky, .footer-orange {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% + (100vw * .0534));
  top: calc(100vw * -.0534);
  left: 0;
  filter: drop-shadow(1px 0 8px rgba(0, 0, 0, .2));
}

.footer-sky {
  background: url('../images/footer-back-sky.svg') center top no-repeat;
  background-size: 100% auto;
}

.footer-orange {
  background: url('../images/footer-back-orange.svg') center top no-repeat;
  background-size: 100% auto;
}

.footer-orange:before {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: url('../images/footer-back-orange2.svg') left top repeat-y;
  background-size: 100%;
}

.side-contact {
  display: flex;
  position: fixed;
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 200px;
  right: 0;
  top: calc(50% - 50px);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: .05em;
  font-size: 20px;
  font-weight: bold;
  background-color: #df7b10;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  transition: .25s ease;
  transform: translate(0, -50%);
  transition-property: width, background-color, box-shadow;
}

.side-contact:hover {
  width: 100px;
  -webkit-animation: contact-back .8s ease-out;
  animation: contact-back .8s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes right-arrow {
  0% {
    background-color: #fff;
    background-position: right 36px center;
  }

  25% {
    background-color: rgba(255, 255, 255, .8);
    background-position: right 50px center;
  }

  65% {
    background-position: right 26px center;
  }

  100% {
    background-color: #fff;
    background-position: right 36px center;
  }
}

@keyframes right-arrow {
  0% {
    background-color: #fff;
    background-position: right 36px center;
  }

  25% {
    background-color: rgba(255, 255, 255, .8);
    background-position: right 50px center;
  }

  65% {
    background-position: right 26px center;
  }

  100% {
    background-color: #fff;
    background-position: right 36px center;
  }
}

@-webkit-keyframes contact-back {
  0% {
    background-color: #df7b10;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  }

  20% {
    background-color: #ec9924;
  }

  100% {
    background-color: #df7b10;
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
  }
}

@keyframes contact-back {
  0% {
    background-color: #df7b10;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  }

  20% {
    background-color: #ec9924;
  }

  100% {
    background-color: #df7b10;
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
  }
}

header {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .22);
  height: 80px;
}

.headding {
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
  margin: 0 auto;
  width: 1000px;
  height: 80px;
}

.company {
  width: 271px;
}

.nav {
  position: absolute;
  z-index: 2;
  width: 500px;
  height: 80px;
  left: 50%;
  top: 0;
}

.nav-list {
  display: flex;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translate(0, -50%);
}

.nav-bottom {
  display: none;
}

.nav-item {
  text-align: center;
}

.nav-item:first-child {
  padding-left: 0;
  width: 87px;
}

.nav-item:nth-child(2) {
  width: 102px;
  border-left: solid 1px #fff;
}

.nav-item:nth-child(3) {
  width: 102px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

.nav-item:last-child {
  padding-right: 0;
  width: 130px;
  border-right: none;
}

.nav-link, .nav-link-sp {
  color: #fff;
  letter-spacing: .05em;
  font-size: 14px;
  font-weight: normal;
  transition: .5s ease;
  transition-property: font-weight, text-shadow;
}

.nav-link:hover, .nav-link-sp:hover {
  -webkit-animation: nav-weight .5s ease;
  animation: nav-weight .5s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.nav-link-sp {
  display: none;
}

.nav-button {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 17px;
  right: 17px;
  background: #fff url('../images/nav-icon.svg') center no-repeat;
  background-size: 26px auto;
  transition: .1s ease;
  transition-property: background;
}

.nav-button.is-open {
  background: #fff url('../images/nav-close.svg') center no-repeat;
  background-size: 18px auto;
}

@-webkit-keyframes nav-weight {
  0% {
    font-weight: normal;
    text-shadow: none;
  }

  20% {
    text-shadow: 0 0 12px rgba(218, 89, 15, .8);
  }

  100% {
    font-weight: bold;
    text-shadow: none;
    text-shadow: 0 0 22px rgba(218, 89, 15, 0);
  }
}

@keyframes nav-weight {
  0% {
    font-weight: normal;
    text-shadow: none;
  }

  20% {
    text-shadow: 0 0 12px rgba(218, 89, 15, .8);
  }

  100% {
    font-weight: bold;
    text-shadow: none;
    text-shadow: 0 0 22px rgba(218, 89, 15, 0);
  }
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: fixed;
  padding-bottom: 60px;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
}

.loading.is-visit {
  display: none;
}

.loading.is-complete {
  display: none;
}

.loading-sp {
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: fixed;
  padding-bottom: 160px;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
}

.loading-sp.is-visit {
  display: none;
}

.loading-cover, .loading-cover-sp {
  position: absolute;
  width: 100%;
  height: 100vh;
  right: -100%;
  top: 0;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
  opacity: 0;
}

.loading-inner {
  position: absolute;
  width: 800px;
  height: 258px;
  left: 0;
  transform: translate(-50%, 0);
}

.loading-inner-sp {
  position: absolute;
  width: 300px;
  height: 97px;
  left: 0;
  transform: translate(-50%, 0);
}

.load-mask1, .load-mask2, .load-mask1-sp, .load-mask2-sp {
  position: absolute;
  top: 0;
  left: 0;
}

.load-white, .load-black {
  width: 1149px;
  height: 258px;
}

.load-white-sp, .load-black-sp {
  width: 1149px;
  height: 258px;
}

.index-hero {
  position: relative;
  z-index: 0;
  padding-top: 112px;
  height: 706px;
  background: url('../images/top-hero.png') center bottom no-repeat;
  background-size: cover;
}

.index-hero-copy {
  display: block;
  margin: 0 auto;
  width: 384px;
  height: auto;
}

.index-news {
  padding-bottom: 120px;
}

.index-news-group {
  position: relative;
  margin: 82px auto 0;
  padding-left: calc((100vw / 2) - 300px);
}

.index-news-side {
  position: absolute;
  width: calc((100vw / 2) - 350px);
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
}

.index-news-head {
  position: absolute;
  width: 57px;
  height: auto;
  top: 50%;
  right: 90px;
  transform: translate(0, -50%);
}

.index-news-list {
  position: relative;
  width: 800px;
  padding: 0;
}

.index-news-item {
  border-top: solid 1px #e2e2e2;
}

.index-news-item:last-child {
  border-bottom: solid 1px #e2e2e2;
}

.index-news-link {
  display: flex;
  align-items: center;
  padding: 20px 0;
  transition: .3s ease;
  transition-property: background-color;
}

.index-news-link:hover {
  background-color: rgba(223, 123, 16, .06);
}

.index-news-info {
  display: flex;
  align-items: center;
}

.index-news-category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
}

.index-news-category >span, .index-news-category >a {
  display: block;
  padding: 6px 0;
  width: 110px;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  font-size: 15px;
}

.index-news-date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  letter-spacing: .1em;
  font-size: 15px;
}

.index-news-title {
  display: flex;
  align-items: center;
  width: 544px;
  line-height: 1.6;
  letter-spacing: .1em;
  font-size: 15px;
}

.index-news-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 34px auto;
  width: 260px;
  height: 50px;
  color: #fff;
  letter-spacing: .2em;
  font-size: 12px;
  background: linear-gradient(-90deg, #da590f 0%, #f3b12c 90.44%);
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  transition-property: background;
}

.index-news-more:hover {
  -webkit-animation: view-more .5s ease-out;
  animation: view-more .5s ease-out;
}

.index-department {
  position: relative;
  min-height: 1000px;
  width: 100%;
}

.index-department:before {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: 100vw;
  height: 800px;
  min-width: 100%;
  left: 50%;
  top: -5px;
  background: linear-gradient(90deg, #d7e2e9 0%, #fff 65.38%);
  transform: translate(-50%, 0) skewY(6deg);
  transform-origin: center top;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.index-department:after {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: 100vw;
  height: 800px;
  min-width: 100%;
  left: 50%;
  top: -5px;
  background-color: #f0e9e2;
  transform: translate(-50%, 0) skewY(-6deg);
  transform-origin: center top;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.index-department-heading {
  position: absolute;
  left: 50%;
  top: -80px;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
  transform: translate(-50%, 0);
}

@-webkit-keyframes view-more {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .7;
  }

  100% {
    opacity: 1;
  }
}

@keyframes view-more {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .7;
  }

  100% {
    opacity: 1;
  }
}

.company-hero {
  position: relative;
  z-index: 0;
  height: 314px;
  background: url('../images/second-hero.png') center bottom no-repeat;
  background-size: cover;
}

.company-profile {
  padding: 88px;
}

.company-profile-heading {
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.company-profile-list {
  display: table;
  table-layout: fixed;
  margin: 52px auto 0;
  width: 1000px;
}

.company-profile-row {
  display: table-row;
}

.company-profile-item {
  display: table-cell;
  padding: 24px 16px;
  width: 154px;
  letter-spacing: .1em;
  font-size: 15px;
  font-weight: bold;
  border-top: solid 1px #e2e2e2;
}

.company-profile-text {
  display: table-cell;
  padding: 24px 16px;
  width: 846px;
  line-height: 2;
  letter-spacing: .1em;
  font-size: 15px;
  border-top: solid 1px #e2e2e2;
}

.company-profile-map {
  display: block;
  margin: 20px auto 16px;
  width: 900px;
  height: 300px;
}

.company-profile-inner {
  display: flex;
  flex-wrap: wrap;
}

.company-profile-qualification {
  display: flex;
  justify-content: space-between;
  width: 380px;
  letter-spacing: .1em;
  font-size: 15px;
}

.company-profile-qualification >span:first-child {
  width: 260px;
}

.company-profile-qualification >span:last-child {
  width: 120px;
}

.company-group {
  margin-bottom: -200px;
  padding: 52px 0 200px;
  background-color: #f0e9e2;
}

.company-group-heading {
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.company-group-list {
  display: table;
  table-layout: fixed;
  margin: 38px auto 0;
  width: 1000px;
}

.company-group-row {
  display: table-row;
}

.company-group-view {
  display: table-cell;
  padding: 36px 70px 30px 130px;
  width: 460px;
  text-align: center;
  vertical-align: middle;
  border-top: solid 1px #959595;
}

.company-logicom-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  width: 260px;
  height: 50px;
  color: #fff;
  letter-spacing: .2em;
  font-size: 16px;
  font-weight: bold;
  background-color: #1d2974;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  transition-property: opacity;
}

.company-logicom-link:hover {
  -webkit-animation: company-group .8s ease-out;
  animation: company-group .8s ease-out;
}

.company-technocom-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  width: 260px;
  height: 50px;
  color: #fff;
  letter-spacing: .2em;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(90deg, #009ab4 0%, #89be1f 100%);
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  transition-property: opacity;
}

.company-technocom-link:hover {
  -webkit-animation: company-group .8s ease-out;
  animation: company-group .8s ease-out;
}

.company-group-logicom {
  width: 152px;
  height: auto;
}

.company-group-technocom {
  width: 220px;
  height: auto;
}

.company-group-about {
  display: table-cell;
  vertical-align: top;
  padding: 36px 0;
  width: 540px;
  border-top: solid 1px #959595;
}

.company-group-neme1, .company-group-neme2 {
  font-size: 20px;
  font-weight: bold;
}

.company-group-neme1 {
  color: #1d2088;
}

.company-group-neme2 {
  color: #1192aa;
}

.company-group-address {
  margin-top: 14px;
  line-height: 2;
  font-size: 15px;
}

.company-group-business {
  margin-top: 32px;
  line-height: 2;
  font-size: 15px;
}

.company-group-content1, .company-group-content2 {
  line-height: 2;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

.company-group-content1 >li {
  width: 50%;
}

.company-group-content2 >li {
  width: 100%;
}

@-webkit-keyframes company-group {
  0% {
    opacity: 1;
  }

  20% {
    opacity: .75;
  }

  100% {
    opacity: 1;
  }
}

@keyframes company-group {
  0% {
    opacity: 1;
  }

  20% {
    opacity: .75;
  }

  100% {
    opacity: 1;
  }
}

.generator-hero {
  position: relative;
  z-index: 0;
  height: 314px;
  background: url('../images/generator-hero.jpg') center no-repeat;
  background-size: cover;
}

.generator-business {
  padding: 88px 0 66px;
}

.generator-business-heading {
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.generator-business-read {
  margin: 50px auto 0;
  width: 800px;
  line-height: 1.75;
  font-size: 16px;
}

.generator-disaster {
  padding: 56px 0;
  background-color: #f0e9e2;
}

.generator-disaster-graph {
  position: relative;
  height: 291px;
}

.generator-disaster-title {
  position: absolute;
  width: 50%;
  height: 230px;
  right: calc(50% + 115px);
  transform: skewX(24deg);
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
}

.generator-disaster-heading {
  display: flex;
  align-items: center;
  position: absolute;
  width: 418px;
  height: 230px;
  top: 0;
  right: 50%;
  color: #fff;
  line-height: 1.77;
  letter-spacing: .1em;
  font-size: 22px;
  font-weight: bold;
}

.generator-disaster-image {
  position: absolute;
  width: 424px;
  height: auto;
  left: calc(50% - 26px);
  top: 0;
}

.generator-disaster-read {
  margin: 0 auto;
  width: 800px;
  line-height: 1.75;
  letter-spacing: .05em;
  font-size: 16px;
}

.generator-inspection {
  padding: 56px 0 74px;
}

.generator-inspection-heading {
  text-align: center;
  line-height: 1.55;
  letter-spacing: .1em;
  font-size: 22px;
  font-weight: bold;
}

.generator-inspection-note {
  margin-top: 36px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: .05em;
  font-size: 16px;
}

.generator-inspection-list {
  margin-top: 34px;
}

.generator-inspection-item {
  padding-bottom: 46px;
}

.generator-inspection-title1, .generator-inspection-title2, .generator-inspection-title3 {
  height: 63px;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
}

.generator-inspection-title1 >span, .generator-inspection-title2 >span, .generator-inspection-title3 >span {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-left: 60px;
  width: 360px;
  height: 63px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
}

.generator-inspection-title1 >span {
  background: url('../images/inspection-number1.svg') left center no-repeat;
  background-size: auto 40px;
}

.generator-inspection-title2 >span {
  background: url('../images/inspection-number2.svg') left center no-repeat;
  background-size: auto 40px;
}

.generator-inspection-title3 >span {
  background: url('../images/inspection-number3.svg') left center no-repeat;
  background-size: auto 40px;
}

.generator-inspection-exp {
  margin-top: 24px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: .05em;
  font-size: 16px;
}

.generator-inspection-finding {
  margin-top: 20px;
  text-align: center;
  color: #df7b10;
  line-height: 1.79;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.generator-example {
  margin-bottom: -200px;
  padding: 44px 0 200px;
  background-color: #f0e9e2;
}

.generator-example-heading {
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.generator-example-read {
  margin-top: 28px;
  text-align: center;
  letter-spacing: .05em;
  font-size: 16px;
}

.generator-example-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 54px auto 0;
  width: 1000px;
}

.generator-example-item, .generator-example-item2 {
  padding-bottom: 50px;
  width: 300px;
}

.generator-example-photo {
  width: 300px;
  height: auto;
}

.generator-example-note {
  display: flex;
  align-items: center;
  margin-top: 7px;
  padding-left: 12px;
  height: 24px;
  letter-spacing: .1em;
  font-size: 18px;
  font-weight: bold;
  border-left: solid 3px #df7b10;
}

.generator-example-commentary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  width: 100%;
  height: 100%;
  text-align: justify;
  color: #fff;
  line-height: 2;
  letter-spacing: .1em;
  font-size: 16px;
  font-weight: bold;
  background-color: #df7b10;
}

.haccpper-hero {
  position: relative;
  z-index: 0;
  height: 314px;
  background: url('../images/haccpper-hero.jpg') center no-repeat;
  background-size: cover;
}

.haccpper-outline {
  padding: 86px 0 52px;
  font-size: 16px;
}

.haccpper-outline-heading {
  text-align: center;
  color: #df7b10;
  line-height: 1.14;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.haccpper-nav {
  display: flex;
  margin: 50px auto 0;
  width: 1000px;
  justify-content: center;
}

.haccpper-row {
  padding: 0 24px;
  border-left: solid 1px #df7b10;
}

.haccpper-row:first-child {
  border-left: none;
}

.haccpper-link {
  letter-spacing: .05em;
  font-size: 16px;
  transition: .25s ease;
  transition-property: color;
}

.haccpper-link:hover {
  color: #df7b10;
}

.haccpper-catch-copy {
  margin-top: 72px;
}

.haccpper-catch-logo {
  display: block;
  margin: 0 auto;
  width: 588px;
  height: auto;
}

.haccpper-catch-aside {
  margin-top: 18px;
  text-align: center;
  font-size: 15px;
}

.haccpper-about {
  padding: 34px 0 66px;
  background-color: #f0e9e2;
}

.haccpper-about-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
}

.haccpper-about-inner {
  margin: 34px auto 0;
  width: 800px;
}

.haccpper-about-subheading {
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
}

.haccpper-about-read {
  margin-top: 48px;
  text-align: justify;
  line-height: 1.75;
  font-size: 16px;
}

.haccpper-about-component {
  margin-top: 36px;
  width: 100%;
  height: auto;
}

.haccpper-feature {
  margin-top: 46px;
}

.haccpper-feature-heading {
  position: relative;
}

.haccpper-feature-heading:after {
  display: block;
  position: absolute;
  z-index: 0;
  content: '';
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 18px;
  background-color: #df7b10;
}

.haccpper-feature-headinner {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 376px;
  text-align: center;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
  background-color: #f0e9e2;
}

.haccpper-feature-headinner >span {
  font-size: 60px;
  font-weight: normal;
  color: #df7b10;
}

.haccpper-feature-group {
  position: relative;
}

.haccpper-feature-group:before {
  display: block;
  position: absolute;
  z-index: 0;
  content: '';
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  top: 50px;
  background-color: #e2d5c9;
}

.haccpper-feature-list {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 0;
  width: 1000px;
}

.haccpper-feature-item1, .haccpper-feature-item2, .haccpper-feature-item3, .haccpper-feature-item4 {
  margin-bottom: 30px;
  padding: 9px 40px 16px;
  width: 485px;
}

.haccpper-feature-item1, .haccpper-feature-item3 {
  background: linear-gradient(90deg, #da590f 0%, #e6841d 100%);
}

.haccpper-feature-item2, .haccpper-feature-item4 {
  background: linear-gradient(90deg, #e88b1f 0%, #f3b12c 100%);
}

.haccpper-feature-title1, .haccpper-feature-title2, .haccpper-feature-title3, .haccpper-feature-title4 {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 62px;
  height: 68px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.haccpper-feature-title1 {
  background: url('../images/feature-number01.svg') left center no-repeat;
  background-size: auto 40px;
}

.haccpper-feature-title2 {
  background: url('../images/feature-number02.svg') left center no-repeat;
  background-size: auto 40px;
}

.haccpper-feature-title3 {
  background: url('../images/feature-number03.svg') left center no-repeat;
  background-size: auto 40px;
}

.haccpper-feature-title4 {
  background: url('../images/feature-number04.svg') left center no-repeat;
  background-size: auto 40px;
}

.haccpper-feature-text {
  color: #fff;
  text-align: justify;
  line-height: 1.75;
  font-size: 16px;
}

.haccpper-feature-text >span {
  line-height: 1.57;
  font-size: 14px;
}

.haccpper-feature-image1 {
  margin: 10px -8px 0;
  width: 421px;
  height: auto;
}

.haccpper-feature-image2 {
  margin: 40px auto 0;
  width: 405px;
  height: auto;
}

.haccpper-feature-image3 {
  margin: 10px auto 0;
  width: 400px;
  height: auto;
}

.haccpper-feature-image4 {
  margin: 20px -8px 0;
  width: 422px;
  height: auto;
}

.haccpper-result {
  padding: 66px 0 28px;
}

.haccpper-result-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1000px;
  height: 63px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
}

.haccpper-result-heading >span {
  font-size: 19px;
}

.haccpper-result-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 0;
  width: 1000px;
}

.haccpper-result-catch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 304px;
  height: 100px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
  border-radius: 5px;
}

.haccpper-result-read {
  width: 675px;
  text-align: justify;
  line-height: 1.75;
  letter-spacing: .025em;
  font-size: 16px;
}

.haccpper-result-image {
  display: block;
  margin: 40px auto;
  width: 1146px;
  height: auto;
}

.haccpper-cost {
  padding: 64px 0 80px;
  background-color: #f0e9e2;
}

.haccpper-cost-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1000px;
  height: 63px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
}

.haccpper-cost-wrapper {
  margin: 0 auto;
  width: 1000px;
}

.haccpper-cost-read {
  margin-top: 32px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: .05em;
  font-size: 16px;
}

.haccpper-cost-table {
  display: table;
  table-layout: fixed;
  margin-top: 44px;
  width: 900px;
}

.haccpper-cost-table2 {
  display: none;
}

.haccpper-cost-row, .haccpper-cost-row2 {
  display: table-row;
}

.haccpper-cost-left, .haccpper-cost-mid, .haccpper-cost-right {
  display: table-cell;
  padding: 34px 0;
  border-bottom: solid 1px #ebc295;
}

.haccpper-cost-left2, .haccpper-cost-right2 {
  display: table-cell;
  padding: 24px 0;
  border-bottom: solid 1px #ebc295;
}

.haccpper-cost-left {
  width: 100px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .1em;
  font-size: 20px;
  font-weight: bold;
}

.haccpper-cost-left >span {
  display: block;
  margin-top: 10px;
  letter-spacing: .1em;
  font-size: 12px;
}

.haccpper-cost-left2 {
  width: 72px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .1em;
  font-size: 15px;
  font-weight: bold;
}

.haccpper-cost-left2 >span {
  display: block;
  margin-top: 6px;
  letter-spacing: .1em;
  font-size: 8px;
}

.haccpper-cost-mid, .haccpper-cost-right {
  width: 400px;
  text-align: center;
  vertical-align: middle;
  border-left: solid 1px #ebc295;
}

.haccpper-cost-right2 {
  padding-left: 20px;
  width: auto;
  text-align: center;
  vertical-align: middle;
  border-left: solid 1px #ebc295;
}

.haccpper-cost-otitle, .haccpper-cost-btitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -34px auto 0;
  width: 300px;
  height: 120px;
  color: #fff;
  line-height: 1.25;
  letter-spacing: .1em;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
}

.haccpper-cost-otitle2, .haccpper-cost-btitle2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  color: #fff;
  line-height: 1.25;
  letter-spacing: .1em;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
}

.haccpper-cost-otitle2 {
  margin: -24px 0 -4px;
}

.haccpper-cost-btitle2 {
  margin: -4px 0;
}

.haccpper-cost-otitle, .haccpper-cost-otitle2 {
  background-color: #df7b10;
}

.haccpper-cost-btitle, .haccpper-cost-btitle2 {
  background-color: #61b7d9;
}

.haccpper-cost-ovalue {
  color: #df7b10;
  letter-spacing: .025em;
  font-size: 40px;
  font-weight: bold;
}

.haccpper-cost-ovalue >span {
  font-size: 28px;
}

.haccpper-cost-ovalue2 {
  color: #df7b10;
  letter-spacing: .025em;
  font-size: 30px;
  font-weight: bold;
}

.haccpper-cost-ovalue2 >span {
  font-size: 21px;
}

.haccpper-cost-bvalue {
  color: #666;
  letter-spacing: .025em;
  font-size: 28px;
  font-weight: bold;
}

.haccpper-cost-bvalue >span {
  font-size: 19px;
}

.haccpper-cost-bvalue2 {
  color: #666;
  letter-spacing: .025em;
  font-size: 21px;
  font-weight: bold;
}

.haccpper-cost-bvalue2 >span {
  font-size: 14px;
}

.haccpper-cost-ocompar, .haccpper-cost-bcompar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto 0;
  width: 300px;
  height: 46px;
  letter-spacing: .025em;
  font-size: 21px;
  font-weight: bold;
  background-color: #fff;
}

.haccpper-cost-ocompar2, .haccpper-cost-bcompar2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto 0;
  width: 100%;
  height: 34px;
  letter-spacing: .025em;
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
}

.haccpper-cost-ocompar, .haccpper-cost-ocompar2 {
  color: #df7b10;
}

.haccpper-cost-bcompar {
  color: #666;
}

.haccpper-lineup {
  padding: 96px 0 52px;
}

.haccpper-lineup-heading {
  position: relative;
}

.haccpper-lineup-heading:after {
  display: block;
  position: absolute;
  z-index: 0;
  content: '';
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  background-color: #df7b10;
}

.haccpper-lineup-headinner {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 260px;
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
  background-color: #fff;
}

.haccpper-lineup-list {
  display: flex;
  flex-wrap: wrap;
  margin: 56px auto 0;
  width: 1000px;
}

.haccpper-lineup-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
  width: 500px;
}

.haccpper-lineup-image {
  position: relative;
  width: 256px;
}

.haccpper-lineup-image >img {
  position: relative;
  z-index: 1;
  width: 256px;
  height: 256px;
}

.haccpper-lineup-image:after {
  display: block;
  position: absolute;
  z-index: 0;
  content: '';
  width: 256px;
  height: 256px;
  left: 0;
  top: 0;
  background-color: #f0e9e2;
  border-radius: 50%;
}

.haccpper-lineup-info {
  width: 230px;
}

.haccpper-lineup-name {
  white-space: nowrap;
  font-size: 28px;
  font-weight: bold;
}

.haccpper-lineup-name >span {
  display: block;
  padding-bottom: 4px;
  font-size: 19px;
}

.haccpper-lineup-spec {
  margin-top: 20px;
  line-height: 1.56;
  letter-spacing: .025em;
  font-size: 16px;
}

.haccpper-lineup-price {
  margin-top: 24px;
  color: #e86c00;
  letter-spacing: .05em;
  font-size: 30px;
  font-weight: bold;
}

.haccpper-lineup-price >span {
  font-size: 21px;
}

.haccpper-etc {
  position: relative;
  padding-top: 78px;
  background-color: #f0e9e2;
}

.haccpper-etc:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -100px;
  background-color: #f0e9e2;
}

.haccpper-etc-hedding {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
}

.haccpper-etc-list {
  display: flex;
  justify-content: space-between;
  margin: 34px auto 0;
  width: 1000px;
}

.haccpper-etc-item {
  padding: 24px 0 30px;
  width: 313px;
  background-color: #fff;
}

.haccpper-etc-name {
  color: #df7b10;
  text-align: center;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.haccpper-etc-info {
  margin-top: 24px;
  padding: 0 30px;
  height: 240px;
  text-align: justify;
  line-height: 1.75;
  font-size: 16px;
}

.haccpper-etc-info >span {
  display: block;
  margin-top: 4px;
  line-height: 1.54;
  font-size: 13px;
}

.haccpper-etc-photo {
  display: block;
  margin: 0 auto 0;
  width: 250px;
  height: auto;
}

.hydrocarbon-hero {
  position: relative;
  z-index: 0;
  height: 314px;
  background: url('../images/hydrocarbon-hero.jpg') center no-repeat;
  background-size: cover;
}

.hydrocarbon-outline {
  padding: 86px 0 36px;
}

.hydrocarbon-outline-heading {
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.hydrocarbon-change {
  padding: 30px 0 48px;
  background-color: #f0e9e2;
}

.hydrocarbon-change-hedding {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
}

.hydrocarbon-change-read {
  margin-top: 50px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: .05em;
  font-size: 16px;
}

.hydrocarbon-change-read >span {
  color: #df7b10;
  font-size: 20px;
  font-weight: bold;
}

.hydrocarbon-change-read >span >span {
  font-size: 16px;
}

.hydrocarbon-merit {
  padding: 44px 0 64px;
}

.hydrocarbon-merit-heading {
  position: relative;
}

.hydrocarbon-merit-heading:after {
  display: block;
  position: absolute;
  z-index: 0;
  content: '';
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 18px;
  background-color: #df7b10;
}

.hydrocarbon-merit-headinner {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 440px;
  text-align: center;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
  background-color: #fff;
}

.hydrocarbon-merit-headinner >span {
  color: #df7b10;
  font-size: 60px;
  font-weight: normal;
}

.hydrocarbon-merit-group {
  position: relative;
}

.hydrocarbon-merit-group:before {
  display: block;
  position: absolute;
  z-index: 0;
  content: '';
  width: 100%;
  height: calc(100% - 128px);
  left: 0;
  top: 50px;
  background-color: #f9f8f8;
}

.hydrocarbon-merit-list {
  position: relative;
  z-index: 1;
  margin: 42px auto 0;
  width: 1000px;
}

.hydrocarbon-merit-item1, .hydrocarbon-merit-item2, .hydrocarbon-merit-item3, .hydrocarbon-merit-item4, .hydrocarbon-merit-item5 {
  padding-left: 110px;
  padding-bottom: 30px;
  color: #df7b10;
  line-height: 1.36;
  letter-spacing: .1em;
  font-size: 22px;
  font-weight: bold;
}

.hydrocarbon-merit-item1 >span, .hydrocarbon-merit-item2 >span, .hydrocarbon-merit-item3 >span, .hydrocarbon-merit-item4 >span, .hydrocarbon-merit-item5 >span {
  display: block;
  margin-top: 6px;
  color: #000;
  line-height: 1.25;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: normal;
}

.hydrocarbon-merit-item1 {
  background: url('../images/merit2-number01.svg') left top no-repeat;
  background-size: auto 88px;
}

.hydrocarbon-merit-item2 {
  background: url('../images/merit2-number02.svg') left top no-repeat;
  background-size: auto 88px;
}

.hydrocarbon-merit-item3 {
  background: url('../images/merit2-number03.svg') left top no-repeat;
  background-size: auto 88px;
}

.hydrocarbon-merit-item4 {
  background: url('../images/merit2-number04.svg') left top no-repeat;
  background-size: auto 88px;
}

.hydrocarbon-merit-item5 {
  background: url('../images/merit2-number05.svg') left top no-repeat;
  background-size: auto 88px;
}

.hydrocarbon-merit-image {
  position: absolute;
  z-index: 1;
  width: 250px;
  left: calc(50% + 360px);
  top: 50%;
  transform: translate(0, -50%);
}

.hydrocarbon-merit-image >p {
  margin-top: 12px;
  text-align: right;
  font-size: 16px;
}

.hydrocarbon-merit-photo {
  width: 250px;
  height: 375px;
}

.hydrocarbon-assumption {
  margin-bottom: -200px;
  padding: 44px 0 200px;
  background: url('../images/hydrocarbon-assumption.jpg') center no-repeat;
  background-size: cover;
}

.hydrocarbon-assumption-heading {
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.hydrocarbon-assumption-read {
  margin-top: 30px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: .05em;
  font-size: 16px;
}

.hydrocarbon-assumption-read >span {
  color: #df7b10;
  font-size: 20px;
  font-weight: bold;
}

.hydrocarbon-assumption-box {
  margin: 42px auto 0;
  padding: 20px 40px;
  width: 1000px;
  color: #df7b10;
  text-decoration: underline;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, .1);
}

.hydrocarbon-assumption-item1, .hydrocarbon-assumption-item2, .hydrocarbon-assumption-item3, .hydrocarbon-assumption-item4, .hydrocarbon-assumption-item5 {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 105px;
  height: 70px;
}

.hydrocarbon-assumption-item1:after, .hydrocarbon-assumption-item2:after, .hydrocarbon-assumption-item3:after, .hydrocarbon-assumption-item4:after, .hydrocarbon-assumption-item5:after {
  display: block;
  position: absolute;
  content: '';
  width: 10px;
  height: 100%;
  left: 70px;
  top: 50%;
  background: url('../images/right-arrow2.svg') center no-repeat;
  background-size: 10px auto;
  transform: translate(0, -50%);
}

.hydrocarbon-assumption-item1 {
  background: url('../images/assumption-number01.svg') left center no-repeat;
  background-size: auto 40px;
}

.hydrocarbon-assumption-item2 {
  background: url('../images/assumption-number02.svg') left center no-repeat;
  background-size: auto 40px;
}

.hydrocarbon-assumption-item3 {
  background: url('../images/assumption-number03.svg') left center no-repeat;
  background-size: auto 40px;
}

.hydrocarbon-assumption-item4 {
  background: url('../images/assumption-number04.svg') left center no-repeat;
  background-size: auto 40px;
}

.hydrocarbon-assumption-item5 {
  background: url('../images/assumption-number05.svg') left center no-repeat;
  background-size: auto 40px;
}

.business-hero {
  position: relative;
  z-index: 0;
  height: 314px;
  background: url('../images/second-hero.png') center bottom no-repeat;
  background-size: cover;
}

.business-content {
  padding: 90px 0 0;
}

.business-content-heading {
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.business-content-nav {
  display: flex;
  margin: 50px auto 0;
  width: 1000px;
  justify-content: center;
}

.business-content-row {
  padding: 0 24px;
  border-left: solid 1px #df7b10;
}

.business-content-row:first-child {
  border-left: none;
}

.business-content-link {
  letter-spacing: .05em;
  font-size: 16px;
  transition: .25s ease;
  transition-property: color;
}

.business-content-link:hover {
  color: #df7b10;
}

.business-department {
  position: relative;
  min-height: 1000px;
}

.business-department:before {
  display: none;
  position: absolute;
  z-index: -1;
  content: '';
  width: 100vw;
  height: 800px;
  min-width: 100%;
  left: 50%;
  top: -5px;
  background: linear-gradient(90deg, #d7e2e9 0%, #fff 65.38%);
  transform: translate(-50%, 0) skewY(6deg);
  transform-origin: center top;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.business-department:after {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: 100vw;
  height: 800px;
  min-width: 100%;
  left: 50%;
  top: -5px;
  background-color: #f0e9e2;
  transform: translate(-50%, 0) skewY(-6deg);
  transform-origin: center top;
}

.business-department-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: -200px;
  padding-bottom: 320px;
  background-color: #f0e9e2;
}

.business-department-left1, .business-department-left2, .business-department-right1, .business-department-right2 {
  position: relative;
  margin: 0 auto;
  padding-top: 82px;
  width: 1000px;
}

.business-department-left1 {
  padding-right: 500px;
  background: url('../images/department-number01.svg') 230px 76px no-repeat;
  background-size: auto 257px;
}

.business-department-right1 {
  margin-top: 20px;
  padding-left: 500px;
  background: url('../images/department-number02.svg') 730px 76px no-repeat;
  background-size: auto 257px;
}

.business-department-left2 {
  margin-top: 20px;
  padding-right: 500px;
  background: url('../images/department-number03.svg') 230px 76px no-repeat;
  background-size: auto 257px;
}

.business-department-right2 {
  margin-top: 104px;
  padding-left: 500px;
  background: url('../images/department-number04.svg') 730px 76px no-repeat;
  background-size: auto 257px;
}

.business-department-heading, .business-department-heading2 {
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 38px;
  font-weight: bold;
}

.business-department-heading2 {
  line-height: 1.32;
}

.business-department-sub {
  margin-top: 12px;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 18px;
  font-weight: bold;
}

.business-department-catchphrase, .business-department-catchphrase2 {
  margin-top: 20px;
  color: #4d4d4d;
  line-height: 1.45;
  letter-spacing: .1em;
  font-size: 22px;
  font-weight: bold;
}

.business-department-catchphrase2 {
  margin-top: 40px;
}

.business-department-read {
  margin-top: 28px;
  padding-bottom: 50px;
  text-align: justify;
  color: #4d4d4d;
  line-height: 1.75;
  letter-spacing: .1em;
  font-size: 16px;
}

.business-department-photo1, .business-department-photo2 {
  position: absolute;
  width: 666px;
  height: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.business-department-photo1 {
  top: 82px;
  left: 554px;
}

.business-department-photo2 {
  top: 82px;
  right: 554px;
}

.sinkpia-hero {
  width: 100%;
  height: 314px;
  background: linear-gradient(90deg, #004e9e 0%, #0052a1 20.25%, #0077c3 56.6%, #009ce5 100%);
}

.sinkpia-headin {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  filter: drop-shadow(1px 0 8px rgba(0, 0, 0, .2));
}

.sinkpia-catch {
  width: 232px;
  height: auto;
}

.sinkpia-copy {
  margin-left: 46px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 20px;
  font-weight: bold;
}

.sinkpia-outline {
  margin: 0 auto;
  padding: 86px 0 132px;
  width: 1000px;
}

.sinkpia-outline-heading {
  text-align: center;
  color: #df7b10;
  line-height: 1.14;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.sinkpia-outline-nav {
  display: flex;
  margin: 50px 0 0;
  width: 1000px;
  justify-content: center;
}

.sinkpia-outline-row {
  padding: 0 24px;
  border-left: solid 1px #df7b10;
}

.sinkpia-outline-row:first-child {
  border-left: none;
}

.sinkpia-outline-link {
  letter-spacing: .05em;
  font-size: 16px;
  transition: .25s ease;
  transition-property: color;
}

.sinkpia-outline-link:hover {
  color: #df7b10;
}

.sinkpia-text {
  margin: 42px auto 0;
  width: 800px;
  line-height: 1.75;
  font-size: 16px;
}

.sinkpia-image {
  margin-top: 56px;
  width: 100%;
  height: auto;
}

.sinkpia-feature {
  padding: 52px 0 74px;
  background-color: #f0e9e2;
}

.sinkpia-feature-heading {
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.sinkpia-feature-subheading {
  margin-top: 18px;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #da590f 0%, #f3b12c 90.44%);
}

.sinkpia-feature-text {
  margin-top: 26px;
  text-align: center;
  letter-spacing: .05em;
  font-size: 16px;
}

.sinkpia-goal {
  display: flex;
  justify-content: space-between;
  margin: 38px auto 0;
  width: 1000px;
}

.sinkpia-goal-block {
  width: 300px;
}

.sinkpia-goal-box {
  padding: 20px;
  width: 100%;
  height: 266px;
  background: #fff url('../images/down-arrow.svg') center bottom 10px no-repeat;
  background-size: 26px auto;
  border-radius: 5px;
}

.sinkpia-goal-title {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  font-size: 18px;
  font-weight: bold;
  background-color: #df7b10;
}

.sinkpia-goal-note {
  margin-top: 13px;
  text-align: justify;
  line-height: 1.44;
  font-size: 16px;
}

.sinkpia-goal-balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  height: 50px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 22px;
  font-weight: bold;
  background-color: #df7b10;
  border-radius: 25px;
}

.sinkpia-merit {
  padding: 0 0 52px;
  background-color: #f0e9e2;
}

.sinkpia-merit-heading {
  position: relative;
}

.sinkpia-merit-heading:after {
  display: block;
  position: absolute;
  z-index: 0;
  content: '';
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 18px;
  background-color: #df7b10;
}

.sinkpia-merit-headinner {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 376px;
  text-align: center;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
  background-color: #f0e9e2;
}

.sinkpia-merit-headinner >span {
  font-size: 60px;
  font-weight: normal;
  color: #df7b10;
}

.sinkpia-merit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 28px auto;
  width: 1000px;
}

.sinkpia-merit-item {
  position: relative;
  padding-left: 50px;
  padding-top: 34px;
  width: 446px;
  height: 110px;
}

.sinkpia-merit-item:first-child {
  background: url('../images/merit-number01.svg') left top no-repeat;
}

.sinkpia-merit-item:nth-child(2) {
  background: url('../images/merit-number02.svg') left top no-repeat;
}

.sinkpia-merit-item:nth-child(3) {
  background: url('../images/merit-number03.svg') left top no-repeat;
}

.sinkpia-merit-item:nth-child(4) {
  background: url('../images/merit-number04.svg') left top no-repeat;
}

.sinkpia-merit-item:nth-child(5) {
  background: url('../images/merit-number05.svg') left top no-repeat;
}

.sinkpia-merit-item:nth-child(6) {
  background: url('../images/merit-number06.svg') left top no-repeat;
}

.sinkpia-merit-item:last-child {
  background: url('../images/merit-number07.svg') left top no-repeat;
}

.sinkpia-merit-item:first-child, .sinkpia-merit-item:nth-child(2), .sinkpia-merit-item:nth-child(3), .sinkpia-merit-item:nth-child(4), .sinkpia-merit-item:nth-child(5), .sinkpia-merit-item:nth-child(6), .sinkpia-merit-item:last-child {
  background-size: auto 58px;
}

.sinkpia-merit-text {
  white-space: nowrap;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
}

.sinkpia-merit-subtext {
  margin-top: 18px;
  white-space: nowrap;
  font-size: 16px;
}

.sinkpia-flow {
  padding: 54px 0;
}

.sinkpia-flow-heading {
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.sinkpia-flow-list {
  margin: 28px auto 0;
  width: 800px;
}

.sinkpia-flow-item {
  position: relative;
  padding-left: 19px;
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
}

.sinkpia-flow-item:before {
  position: absolute;
  display: block;
  content: '●';
  left: 0;
  color: #df7b10;
}

.sinkpia-process {
  position: relative;
  margin: 46px auto 0;
  width: 1000px;
}

.sinkpia-process:after {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: 100vw;
  height: 800px;
  min-width: 100%;
  left: 50%;
  top: 130px;
  background: linear-gradient(0deg, #fff 34.62%, #f0e9e2 100%);
  transform: translate(-50%, 0) skewY(6deg);
  transform-origin: center top;
}

.sinkpia-process-row {
  position: relative;
  z-index: 1;
}

.sinkpia-process-left1, .sinkpia-process-left2 {
  position: relative;
  width: 440px;
}

.sinkpia-process-left1:after, .sinkpia-process-left2:after {
  display: block;
  position: absolute;
  content: '';
  width: 22px;
  height: 71px;
  right: -70px;
  top: 180px;
  background: url('../images/right-arrow.svg') center no-repeat;
  background-size: contain;
}

.sinkpia-process-left1 {
  padding-bottom: 56px;
}

.sinkpia-process-left2 {
  padding-bottom: 270px;
}

.sinkpia-process-right1, .sinkpia-process-right2 {
  position: absolute;
  width: 440px;
  right: 0;
}

.sinkpia-process-right1 {
  top: 100px;
}

.sinkpia-process-right2 {
  top: 140px;
}

.sinkpia-process-image {
  display: block;
  width: 440px;
  height: auto;
}

.sinkpia-process-info {
  margin-top: 24px;
  padding-left: 14px;
  border-left: solid 3px #df7b10;
}

.sinkpia-process-info >h4 {
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 24px;
  font-weight: bold;
}

.sinkpia-process-info >p {
  margin-top: 6px;
  line-height: 1.75;
  letter-spacing: .05em;
  font-size: 16px;
}

.sinkpia-process-machine {
  display: block;
  position: absolute;
  z-index: 1;
  width: 402px;
  height: auto;
  left: 40px;
  bottom: -84px;
}

.sinkpia-advantage {
  padding: 42px 0 45px;
  background-color: #f0e9e2;
}

.sinkpia-advantage-heading {
  text-align: center;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.sinkpia-advantage-heading >span {
  font-size: 60px;
  font-weight: normal;
  color: #df7b10;
}

.sinkpia-advantage-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 52px auto 0;
  width: 1000px;
}

.sinkpia-advantage-item {
  position: relative;
  margin-bottom: 30px;
  padding: 76px 0 20px;
  width: 300px;
  background-color: #fff;
}

.sinkpia-advantage-title1, .sinkpia-advantage-title2, .sinkpia-advantage-title3, .sinkpia-advantage-title4, .sinkpia-advantage-title5, .sinkpia-advantage-title6 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding-left: 20px;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
  color: #fff;
  letter-spacing: .1em;
  font-size: 20px;
  font-weight: bold;
}

.sinkpia-advantage-title1 {
  background: #df7b10 url('../images/advantage-number1.svg') left 18px center no-repeat;
  background-size: auto 42px;
}

.sinkpia-advantage-title2 {
  background: #df7b10 url('../images/advantage-number2.svg') left 18px center no-repeat;
  background-size: auto 42px;
}

.sinkpia-advantage-title3 {
  background: #df7b10 url('../images/advantage-number3.svg') left 18px center no-repeat;
  background-size: auto 42px;
}

.sinkpia-advantage-title4 {
  background: #df7b10 url('../images/advantage-number4.svg') left 18px center no-repeat;
  background-size: auto 42px;
}

.sinkpia-advantage-title5 {
  background: #df7b10 url('../images/advantage-number5.svg') left 18px center no-repeat;
  background-size: auto 42px;
}

.sinkpia-advantage-title6 {
  background: #df7b10 url('../images/advantage-number6.svg') left 18px center no-repeat;
  background-size: auto 42px;
}

.sinkpia-advantage-text {
  text-align: center;
  font-size: 16px;
  color: #df7b10;
  text-decoration: underline;
  font-weight: bold;
}

.sinkpia-advantage-sublist {
  position: relative;
  margin: 20px 15px 0 20px;
  height: 110px;
  line-height: 1.38;
  font-size: 16px;
  font-weight: bold;
}

.sinkpia-advantage-sublist:after {
  position: absolute;
  display: block;
  content: '';
  width: 36px;
  height: 11px;
  left: 50%;
  bottom: -13px;
  background: url('../images/down-arrow2.svg') center no-repeat;
  background-size: contain;
  transform: translate(-50%, 0);
}

.sinkpia-advantage-sublist >li {
  position: relative;
  padding-left: 8px;
}

.sinkpia-advantage-sublist >li:before {
  position: absolute;
  display: block;
  content: '・';
  left: 0;
}

.sinkpia-advantage-finding {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #df7b10;
  font-weight: bold;
}

.sinkpia-award {
  margin: 16px auto 0;
  padding: 30px 30px 20px;
  width: 1000px;
  background-color: #df7b10;
}

.sinkpia-award-heading {
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  font-size: 22px;
}

.sinkpia-award-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 34px;
}

.sinkpia-award-list >li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 465px;
  height: 68px;
  text-align: center;
  color: #df7b10;
  line-height: 1.11;
  letter-spacing: .075em;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 34px;
}

.sinkpia-lineup {
  padding: 76px 0 0;
}

.sinkpia-lineup-heading {
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.sinkpia-lineup-read {
  margin-top: 36px;
  text-align: center;
  letter-spacing: .05em;
  font-size: 16px;
}

.sinkpia-lineup-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 62px auto 0;
  width: 1000px;
}

.sinkpia-lineup-block {
  margin-bottom: 50px;
  width: 300px;
}

.sinkpia-lineup-image {
  width: 300px;
  height: auto;
}

.sinkpia-lineup-name {
  margin-top: 22px;
  text-align: center;
  letter-spacing: .05em;
  font-size: 16px;
  font-weight: bold;
}

.sinkpia-lineup-table {
  display: table;
  table-layout: fixed;
  margin-top: 30px;
  width: 100%;
}

.sinkpia-lineup-row {
  display: table-row;
}

.sinkpia-lineup-item, .sinkpia-lineup-spec {
  display: table-cell;
  white-space: nowrap;
  width: 50%;
  line-height: 2;
  letter-spacing: .05em;
  font-size: 14px;
}

.sinkpia-lineup-item >span, .sinkpia-lineup-spec >span {
  letter-spacing: 0;
  font-size: 8px;
}

.sinkpia-lineup-attention {
  margin: 66px auto 0;
  padding: 0 16px 36px 34px;
  width: 700px;
  border: solid 1px;
}

.sinkpia-lineup-attention >p {
  margin-top: 30px;
  line-height: 1.57;
  font-size: 14px;
}

.news-hero {
  position: relative;
  z-index: 0;
  height: 314px;
  background: url('../images/second-hero.png') center bottom no-repeat;
  background-size: cover;
}

.news-index {
  margin: 0 auto;
  padding: 90px 0 0;
  width: 1000px;
  min-height: 450px;
}

.news-heading {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: auto;
}

.news-index-list {
  padding: 54px 0 64px;
}

.news-index-item {
  border-top: solid 1px #e2e2e2;
}

.news-index-item:last-child {
  border-bottom: solid 1px #e2e2e2;
}

.news-index-link {
  display: flex;
  align-items: center;
  padding: 20px 0;
  transition: .3s ease;
  transition-property: background-color;
}

.news-index-link:hover {
  background-color: rgba(223, 123, 16, .06);
}

.news-info-group {
  display: flex;
  align-items: center;
}

.news-index-category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
}

.news-index-category >span, .news-index-category >a {
  display: block;
  padding: 6px 0;
  width: 110px;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  font-size: 15px;
}

.news-index-date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  letter-spacing: .1em;
  font-size: 15px;
}

.news-index-title {
  display: flex;
  align-items: center;
  width: 744px;
  line-height: 1.6;
  letter-spacing: .1em;
  font-size: 15px;
}

.news {
  background-color: #df7b10;
}

.recruit {
  background-color: #88c23f;
}

.item {
  background-color: #00a599;
}

.news-single {
  margin: 0 auto;
  padding: 90px 0 0;
  width: 1000px;
}

.news-article {
  padding: 54px 0 64px;
}

.news-article-heading {
  padding: 50px 100px;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
}

.news-article-title {
  line-height: 1.33;
  font-size: 24px;
  font-weight: bold;
}

.news-single-info {
  display: flex;
  margin-top: 24px;
}

.news-article-category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
}

.news-article-category >span, .news-article-category >a {
  display: block;
  padding: 6px 0;
  width: 110px;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  font-size: 15px;
}

.news-article-date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  letter-spacing: .1em;
  font-size: 15px;
}

.news-article-body {
  margin: 40px auto 0;
  width: 800px;
}

.news-article-body {
  line-height: 1.75;
  letter-spacing: .1em;
}

.news-article-body h1, .news-article-body h2, .news-article-body display block {
  margin: 34px 0 14px;
  padding-left: 6px;
  line-height: 1 !important;
}

.news-article-body h1 {
  font-size: 32px;
  font-weight: bold;
  border-left: solid 3px #df7b10;
}

.news-article-body h2 {
  font-size: 28px;
  font-weight: bold;
  border-left: dotted 3px #df7b10;
}

.news-article-body h3 {
  font-size: 24px;
  font-weight: bold;
}

.news-article-body h4 {
  font-size: 20px;
  font-weight: bold;
}

.news-article-body h5, .news-article-body h6 {
  font-size: 16px;
  font-weight: bold;
}

.news-article-body img {
  margin-top: 22px;
  max-width: 100%;
  height: auto;
}

.news-article-body p, .news-article-body ul, .news-article-body ol {
  margin-top: 22px;
  font-size: 16px;
}

.news-article-body ul {
  font-size: 16px;
  list-style: disc inside;
}

.news-article-body ol {
  font-size: 16px;
  list-style: decimal inside;
}

.news-article-body blockquote {
  display: block;
  margin: 16px 0;
  padding: 10px 14px;
  font-size: 16px;
  background-color: #efefef;
  border-radius: 6px;
}

.news-article-body blockquote >p {
  margin: 0;
}

.news-article-body a {
  color: #da590f;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.news-article-body a:hover {
  color: #df7b10;
  -webkit-text-decoration: underline solid;
  text-decoration: underline solid;
}

.contact-hero {
  position: relative;
  z-index: 0;
  height: 314px;
  background: url('../images/second-hero.png') center bottom no-repeat;
  background-size: cover;
}

.contact-form {
  padding: 90px 0 80px;
}

.contact-form-heading {
  text-align: center;
  color: #df7b10;
  letter-spacing: .1em;
  font-size: 28px;
  font-weight: bold;
}

.contact-confirm-read, .contact-complete-read {
  text-align: center;
  line-height: 1.67;
  letter-spacing: .1em;
  font-size: 18px;
}

.contact-confirm-read {
  margin-top: 46px;
}

.contact-complete-read {
  margin-top: 80px;
}

.contact-form-table {
  display: table;
  table-layout: fixed;
  margin: 90px auto 0;
  width: 1000px;
}

.contact-form-row {
  display: table-row;
}

.contact-form-left {
  display: table-cell;
  padding: 30px 10px 30px 30px;
  width: 220px;
  vertical-align: middle;
  line-height: 1.5;
  letter-spacing: .1em;
  font-size: 16px;
  border-bottom: solid 1px #c4c4c4;
}

.contact-form-left >span {
  color: #f00;
}

.contact-form-right {
  display: table-cell;
  padding: 30px 0;
  vertical-align: middle;
  letter-spacing: .1em;
  font-size: 16px;
  border-bottom: solid 1px #c4c4c4;
}

.contact-form-radio {
  margin: 20px 6px;
}

.block-span {
  display: block;
}

input[type='text'], input[type='email'] {
  padding: 8px;
  height: 33px;
  letter-spacing: .1em;
  font-size: 16px;
  background-color: #f2f0eb;
  border: none;
  border-radius: 3px;
}

textarea {
  padding: 8px;
  height: 90px;
  line-height: 1.5;
  letter-spacing: .1em;
  font-size: 16px;
  background-color: #f2f0eb;
  border: none;
  border-radius: 3px;
}

.contact-form-long {
  width: 780px;
}

.contact-form-short {
  width: 270px;
}

.contact-form-num1 {
  margin: 0 10px;
  width: 70px;
}

.contact-form-num2 {
  margin: 0 10px;
  width: 120px;
}

.contact-form-text {
  width: 780px;
}

.contact-form-single {
  width: 100%;
}

.contact-form-submit {
  display: block;
  margin: 46px auto 0;
  width: 648px;
  height: 80px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 22px;
  font-weight: bold;
  background: #df7b10 url('../images/right-arrow3.svg') no-repeat;
  background-size: 12px auto;
  background-position: right 36px center;
  transition-property: background-color, background-position;
  border: none;
  transition-property: background-color;
  cursor: pointer;
  outline: 0;
}

.contact-form-submit:hover {
  -webkit-animation: form-send .5s ease-out;
  animation: form-send .5s ease-out;
}

.contact-form-double {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  width: 648px;
  height: 80px;
}

.contact-double-submit {
  display: block;
  width: 350px;
  height: 80px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 22px;
  font-weight: bold;
  background: #df7b10 url('../images/right-arrow3.svg') no-repeat;
  background-size: 12px auto;
  background-position: right 36px center;
  transition-property: background-color, background-position;
  border: none;
  transition-property: background-color;
  cursor: pointer;
  outline: 0;
}

.contact-double-submit:hover {
  -webkit-animation: form-send .5s ease-out;
  animation: form-send .5s ease-out;
}

.contact-double-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 80px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 22px;
  font-weight: bold;
  background: #666 url('../images/left-arrow3.svg') no-repeat;
  background-size: 12px auto;
  background-position: 36px center;
  transition-property: background-color, background-position;
  border: none;
  transition-property: background-color;
  cursor: pointer;
}

.contact-double-back:hover {
  -webkit-animation: form-back .5s ease-out;
  animation: form-back .5s ease-out;
}

.contact-top-back {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 120px auto 0;
  width: 648px;
  height: 80px;
  color: #fff;
  letter-spacing: .1em;
  font-size: 22px;
  font-weight: bold;
  background: #df7b10 url('../images/left-arrow3.svg') no-repeat;
  background-size: 12px auto;
  background-position: 36px center;
  transition-property: background-color, background-position;
  border: none;
  transition-property: background-color;
  cursor: pointer;
  outline: 0;
}

.contact-top-back:hover {
  -webkit-animation: top-back .5s ease-out;
  animation: top-back .5s ease-out;
}

.contact-form-error {
  margin: 40px auto 0;
  padding: 14px;
  width: 648px;
  color: #f00;
  line-height: 1.86;
  letter-spacing: .1em;
  font-size: 14px;
  border: solid 1px #f00;
}

.contact-form-error >span {
  display: block;
}

.contact-form-error:empty {
  margin: 0;
  padding: 0;
  border: none;
}

@-webkit-keyframes form-send {
  0% {
    background-color: #df7b10;
    background-position: right 36px center;
  }

  25% {
    background-color: #ec9924;
    background-position: right 50px center;
  }

  65% {
    background-position: right 26px center;
  }

  100% {
    background-color: #df7b10;
    background-position: right 36px center;
  }
}

@keyframes form-send {
  0% {
    background-color: #df7b10;
    background-position: right 36px center;
  }

  25% {
    background-color: #ec9924;
    background-position: right 50px center;
  }

  65% {
    background-position: right 26px center;
  }

  100% {
    background-color: #df7b10;
    background-position: right 36px center;
  }
}

@-webkit-keyframes form-back {
  0% {
    background-color: #666;
    background-position: 36px center;
  }

  25% {
    background-color: #999;
    background-position: 50px center;
  }

  65% {
    background-position: 26px center;
  }

  100% {
    background-color: #666;
    background-position: 36px center;
  }
}

@keyframes form-back {
  0% {
    background-color: #666;
    background-position: 36px center;
  }

  25% {
    background-color: #999;
    background-position: 50px center;
  }

  65% {
    background-position: 26px center;
  }

  100% {
    background-color: #666;
    background-position: 36px center;
  }
}

@-webkit-keyframes top-back {
  0% {
    background-color: #df7b10;
    background-position: 36px center;
  }

  25% {
    background-color: #ec9924;
    background-position: 50px center;
  }

  65% {
    background-position: 26px center;
  }

  100% {
    background-color: #df7b10;
    background-position: 36px center;
  }
}

@keyframes top-back {
  0% {
    background-color: #df7b10;
    background-position: 36px center;
  }

  25% {
    background-color: #ec9924;
    background-position: 50px center;
  }

  65% {
    background-position: 26px center;
  }

  100% {
    background-color: #df7b10;
    background-position: 36px center;
  }
}

@media only screen and (max-width: 750px) {
  .pc-br {
    display: inline;
  }

  .gray-botton, .top-back-botton {
    margin: 0 auto;
    width: 195px;
    height: 38px;
    font-size: 11px;
  }

  .bottom-link {
    margin: 30px auto 0;
    padding: 0 25px;
    width: 100%;
    height: 114px;
  }

  .bottom-link:after {
    width: 86px;
    height: 25px;
  }

  .bottom-contact {
    width: 100%;
    height: 63px;
    text-align: center;
    line-height: 1.17;
    font-size: 18px;
  }

  body {
    overflow-x: hidden;
  }

  .pc-br-hide {
    display: inline;
  }

  .sp-br-hide {
    display: none;
  }

  footer {
    padding: 30px 0;
    height: 300px;
  }

  .footer-head {
    font-size: 11px;
  }

  .footer-info {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .footer-logo {
    display: block;
    margin: 18px auto 0;
    width: 268px;
  }

  .footer-tel {
    display: block;
    margin: 18px auto 0;
    width: 190px;
  }

  .footer-contact {
    margin: 22px auto 0;
    width: 325px;
    height: 45px;
    font-size: 15px;
    background-size: 6px auto;
  }

  .copy {
    margin-top: 22px;
    font-size: 11px;
  }

  .footer-sky, .footer-orange {
    height: inherit;
  }

  .footer-orange:before {
    top: 80px;
    height: calc(100% - 60px);
  }

  .side-contact {
    z-index: 75;
    width: 100%;
    height: 75px;
    left: 0;
    right: inherit;
    top: inherit;
    bottom: -75px;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: .3s ease;
    transform: none;
  }

  .side-contact:hover {
    width: 100% !important;
  }

  .side-contact.is-view {
    bottom: 0;
  }

  header {
    height: 75px;
    z-index: 75;
  }

  .headding {
    margin: 0;
    padding-left: 25px;
    height: 75px;
    width: 300px;
  }

  .company {
    width: 244px;
  }

  .nav {
    z-index: 50;
    overflow: hidden;
    padding: 100px 20px 0;
    width: 100%;
    height: 100%;
    left: -100vw;
    background: rgba(255, 255, 255, .9);
    transition: .2s ease;
    transition-property: left;
    transform: none;
  }

  .nav.is-open {
    left: 0;
  }

  .nav-list {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    left: 0;
    right: inherit;
    top: 0;
    transform: none;
    border-top: solid 1px #df7b10;
  }

  .nav-bottom {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .nav-item:first-child {
    padding-left: 0;
    width: 100%;
  }

  .nav-item:nth-child(2) {
    width: 100%;
    border-left: none;
  }

  .nav-item:nth-child(3) {
    width: 100%;
    border-left: none;
    border-right: none;
  }

  .nav-item:last-child {
    padding-right: 0;
    width: 100%;
    border-right: none;
  }

  .nav-link, .nav-link-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    height: 60px;
    color: #000;
    letter-spacing: 0;
    font-size: 18px;
    border-bottom: solid 1px #df7b10;
  }

  .nav-link-sp {
    display: flex;
  }

  .nav-button {
    display: block;
  }

  .loading {
    display: none;
  }

  .loading-sp {
    display: flex;
  }

  .loading-sp.is-complete {
    display: none;
  }

  .index-hero {
    padding-top: 58px;
    height: 342px;
  }

  .index-hero-copy {
    width: 287px;
  }

  .index-news-group {
    margin: 24px auto 0;
  }

  .index-news-side {
    position: relative;
    width: calc(100% - 25px);
    height: 38px;
    top: inherit;
    left: inherit;
  }

  .index-news-head {
    width: 42px;
    left: calc(50% + 25px);
    right: inherit;
    transform: translate(-50%, -50%);
  }

  .index-news-list {
    padding: 25px 25px 25px;
    width: 100%;
  }

  .index-news-category {
    width: 83px;
  }

  .index-news-category >span, .index-news-category >a {
    padding: 4px 0;
    width: 83px;
    font-size: 11px;
  }

  .index-news-date {
    width: 100px;
    font-size: 11px;
  }

  .index-news-title {
    margin-top: 8px;
    width: 100%;
    font-size: 11px;
  }

  .index-news-more {
    margin: 0 auto;
    width: 195px;
    height: 38px;
    font-size: 11px;
  }

  .company-hero {
    height: 125px;
    background-size: auto 125px;
  }

  .company-profile {
    padding: 30px 25px 25px;
  }

  .company-profile-heading {
    font-size: 21px;
  }

  .company-profile-list {
    margin: 23px auto 0;
    width: 100%;
  }

  .company-profile-item {
    padding: 18px 0;
    width: 68px;
    font-size: 11px;
  }

  .company-profile-text {
    padding: 16px 0;
    width: auto;
    letter-spacing: .05em;
    font-size: 11px;
  }

  .company-profile-map {
    margin: 0 auto 14px;
    width: 100%;
    height: 225px;
  }

  .company-profile-inner {
    display: block;
  }

  .company-profile-qualification {
    justify-content: flex-start;
    width: 100%;
    font-size: 11px;
  }

  .company-profile-qualification >span:first-child {
    width: 197px;
  }

  .company-profile-qualification >span:last-child {
    width: auto;
  }

  .company-group {
    margin-bottom: -200px;
    padding: 38px 25px 180px;
  }

  .company-group-heading {
    font-size: 21px;
  }

  .company-group-list {
    display: block;
    margin: 28px auto 0;
    width: 100%;
  }

  .company-group-row {
    display: block;
  }

  .company-group-view {
    display: block;
    padding: 25px 0 0;
    width: 100%;
  }

  .company-logicom-link {
    margin-top: 40px;
    width: 100%;
    height: 38px;
    font-size: 12px;
  }

  .company-technocom-link {
    margin-top: 40px;
    width: 100%;
    height: 38px;
    font-size: 12px;
  }

  .company-group-logicom {
    width: 114px;
  }

  .company-group-technocom {
    width: 164px;
  }

  .company-group-about {
    padding: 34px 0 30px;
    border-top: none;
    width: 100%;
  }

  .company-group-neme1, .company-group-neme2 {
    font-size: 15px;
  }

  .company-group-address {
    font-size: 11px;
  }

  .company-group-business {
    margin-top: 25px;
    font-size: 11px;
  }

  .company-group-content1, .company-group-content2 {
    font-size: 8.5px;
  }

  .generator-hero {
    height: 125px;
    background-size: auto 125px;
  }

  .generator-business {
    padding: 32px 0 30px;
  }

  .generator-business-heading {
    font-size: 21px;
  }

  .generator-business-read {
    margin: 28px auto 0;
    padding: 0 25px;
    width: 100%;
    font-size: 12px;
  }

  .generator-disaster {
    padding: 44px 0;
  }

  .generator-disaster-graph {
    height: inherit;
  }

  .generator-disaster-title {
    position: relative;
    width: 100%;
    height: 174px;
    right: 28px;
    transform-origin: right bottom;
  }

  .generator-disaster-heading {
    padding-left: 46px;
    width: 100%;
    height: 174px;
    right: 0;
    font-size: 18px;
  }

  .generator-disaster-image {
    position: relative;
    margin: 30px auto;
    width: 318px;
    left: 28px;
    top: inherit;
  }

  .generator-disaster-read {
    padding: 0 25px;
    width: 100%;
    font-size: 12px;
  }

  .generator-inspection {
    padding: 30px 0 32px;
  }

  .generator-inspection-heading {
    font-size: 16px;
  }

  .generator-inspection-note {
    margin-top: 16px;
    padding: 0 25px;
    font-size: 12px;
  }

  .generator-inspection-list {
    margin-top: 25px;
  }

  .generator-inspection-item {
    padding-bottom: 36px;
  }

  .generator-inspection-title1, .generator-inspection-title2, .generator-inspection-title3 {
    height: 47px;
  }

  .generator-inspection-title1 >span, .generator-inspection-title2 >span, .generator-inspection-title3 >span {
    padding-left: 100px;
    width: 100%;
    height: 47px;
    font-size: 18px;
  }

  .generator-inspection-title1 >span {
    background-size: auto 30px;
    background-position: 55px center;
  }

  .generator-inspection-title2 >span {
    background-size: auto 30px;
    background-position: 55px center;
  }

  .generator-inspection-title3 >span {
    background-size: auto 30px;
    background-position: 55px center;
  }

  .generator-inspection-exp {
    font-size: 11.5px;
  }

  .generator-inspection-finding {
    margin-top: -6px;
    font-size: 17px;
  }

  .generator-example {
    margin-bottom: -200px;
    padding: 33px 0 180px;
  }

  .generator-example-heading {
    font-size: 21px;
  }

  .generator-example-read {
    margin-top: 22px;
    font-size: 12px;
  }

  .generator-example-list {
    margin: 32px auto 0;
    width: calc(100% - 50px);
  }

  .generator-example-item {
    padding-bottom: 20px;
    width: 155px;
  }

  .generator-example-item2 {
    padding-bottom: 0;
    width: 100%;
  }

  .generator-example-photo {
    width: 155px;
  }

  .generator-example-note {
    padding-left: 6px;
    height: 18px;
    font-size: 12px;
  }

  .generator-example-commentary {
    padding: 25px;
    height: inherit;
    font-size: 12px;
  }

  .haccpper-hero {
    height: 125px;
    background-size: auto 125px;
  }

  .haccpper-outline {
    padding: 30px 0 52px;
  }

  .haccpper-outline-heading {
    font-size: 21px;
  }

  .haccpper-nav {
    margin: 42px auto 0;
    width: 100%;
  }

  .haccpper-row {
    padding: 0 18px;
  }

  .haccpper-link {
    font-size: 11px;
  }

  .haccpper-catch-copy {
    margin-top: 37px;
  }

  .haccpper-catch-logo {
    width: 325px;
  }

  .haccpper-catch-aside {
    margin-top: 12px;
    font-size: 11px;
  }

  .haccpper-about {
    padding: 24px 0 0;
  }

  .haccpper-about-heading {
    height: 47px;
    font-size: 18px;
  }

  .haccpper-about-inner {
    margin: 34px auto 0;
    width: calc(100% - 50px);
  }

  .haccpper-about-subheading {
    font-size: 20px;
  }

  .haccpper-about-read {
    margin-top: 33px;
    font-size: 12px;
  }

  .haccpper-about-component {
    margin-top: 32px;
  }

  .haccpper-feature {
    margin-top: 22px;
  }

  .haccpper-feature-heading:after {
    bottom: 16px;
  }

  .haccpper-feature-headinner {
    width: 300px;
    font-size: 21px;
  }

  .haccpper-feature-headinner >span {
    font-size: 45px;
  }

  .haccpper-feature-list {
    margin: 15px auto 0;
    padding: 0 25px;
    width: 100%;
  }

  .haccpper-feature-item1, .haccpper-feature-item2, .haccpper-feature-item3, .haccpper-feature-item4 {
    padding: 12px 25px 16px;
    width: 100%;
  }

  .haccpper-feature-title1, .haccpper-feature-title2, .haccpper-feature-title3, .haccpper-feature-title4 {
    padding-left: 41px;
    height: 25px;
    font-size: 18px;
  }

  .haccpper-feature-title1 {
    background-size: auto 25px;
  }

  .haccpper-feature-title2 {
    background-size: auto 25px;
  }

  .haccpper-feature-title3 {
    background-size: auto 25px;
  }

  .haccpper-feature-title4 {
    background-size: auto 25px;
  }

  .haccpper-feature-text {
    margin-top: 10px;
    font-size: 12px;
  }

  .haccpper-feature-text >span {
    font-size: 12px;
  }

  .haccpper-feature-image1 {
    width: 100%;
  }

  .haccpper-feature-image2 {
    width: 100%;
  }

  .haccpper-feature-image3 {
    width: 100%;
  }

  .haccpper-feature-image4 {
    width: 100%;
  }

  .haccpper-result {
    padding: 26px 0;
  }

  .haccpper-result-heading {
    display: block;
    padding: 16px 0;
    width: calc(100% - 50px);
    height: inherit;
    text-align: center;
    font-size: 18px;
  }

  .haccpper-result-heading >span {
    font-size: 14px;
  }

  .haccpper-result-info {
    display: block;
    margin: 10px auto 0;
    width: 100%;
  }

  .haccpper-result-catch {
    margin: 0 auto;
    width: calc(100% - 50px);
    height: 40px;
    font-size: 18px;
  }

  .haccpper-result-read {
    margin-top: 8px;
    padding: 0 25px;
    width: 100%;
    font-size: 12px;
  }

  .haccpper-result-image {
    margin: 24px auto 0;
    width: calc(100% - 50px);
  }

  .haccpper-cost {
    padding: 25px;
  }

  .haccpper-cost-heading {
    width: 100%;
    height: 47px;
    font-size: 18px;
  }

  .haccpper-cost-wrapper {
    width: 100%;
  }

  .haccpper-cost-read {
    margin-top: 24px;
    font-size: 11px;
  }

  .haccpper-cost-table {
    display: none;
  }

  .haccpper-cost-table2 {
    display: table;
    table-layout: fixed;
    margin-top: 22px;
    width: 100%;
  }

  .haccpper-lineup {
    padding: 25px 0 0;
  }

  .haccpper-lineup-headinner {
    width: 200px;
    font-size: 21px;
  }

  .haccpper-lineup-list {
    margin: 28px auto 0;
    width: calc(100% - 50px);
  }

  .haccpper-lineup-item {
    width: 100%;
  }

  .haccpper-lineup-image {
    width: 164px;
  }

  .haccpper-lineup-image >img {
    width: 164px;
    height: 164px;
  }

  .haccpper-lineup-image:after {
    width: 164px;
    height: 164px;
  }

  .haccpper-lineup-info {
    padding-left: 6px;
    width: 100%;
  }

  .haccpper-lineup-name {
    font-size: 17px;
  }

  .haccpper-lineup-name >span {
    display: block;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .haccpper-lineup-spec {
    margin-top: 15px;
    font-size: 10px;
  }

  .haccpper-lineup-price {
    margin-top: 18px;
    font-size: 19px;
  }

  .haccpper-lineup-price >span {
    font-size: 10px;
  }

  .haccpper-etc {
    padding-top: 24px;
  }

  .haccpper-etc-hedding {
    height: 47px;
    font-size: 18px;
  }

  .haccpper-etc-list {
    display: block;
    margin: 25px auto 0;
    padding: 0 25px;
    width: 100%;
  }

  .haccpper-etc-item {
    margin-bottom: 25px;
    padding: 20px 0;
    width: 100%;
  }

  .haccpper-etc-name {
    font-size: 21px;
  }

  .haccpper-etc-info {
    margin-top: 21px;
    padding: 0 22px;
    height: inherit;
    font-size: 12px;
  }

  .haccpper-etc-info >span {
    font-size: 10px;
  }

  .haccpper-etc-photo {
    margin: 24px auto 0;
    width: 190px;
  }

  .hydrocarbon-hero {
    height: 125px;
    background-size: auto 125px;
  }

  .hydrocarbon-outline {
    padding: 30px 0;
  }

  .hydrocarbon-outline-heading {
    font-size: 21px;
  }

  .hydrocarbon-change {
    padding: 22px 0 24px;
  }

  .hydrocarbon-change-hedding {
    height: 47px;
    font-size: 18px;
  }

  .hydrocarbon-change-read {
    margin-top: 22px;
    padding: 0 25px;
    font-size: 12px;
  }

  .hydrocarbon-change-read >span {
    font-size: 15px;
  }

  .hydrocarbon-change-read >span >span {
    font-size: 12px;
  }

  .hydrocarbon-merit {
    padding: 25px 0;
  }

  .hydrocarbon-merit-heading:after {
    bottom: 11px;
  }

  .hydrocarbon-merit-headinner {
    width: 320px;
    font-size: 21px;
  }

  .hydrocarbon-merit-headinner >span {
    font-size: 45px;
  }

  .hydrocarbon-merit-list {
    margin: 18px auto 0;
    padding: 0 25px;
    width: 100%;
  }

  .hydrocarbon-merit-item1, .hydrocarbon-merit-item2, .hydrocarbon-merit-item3, .hydrocarbon-merit-item4, .hydrocarbon-merit-item5 {
    padding-left: 78px;
    font-size: 16px;
  }

  .hydrocarbon-merit-item1 >span, .hydrocarbon-merit-item2 >span, .hydrocarbon-merit-item3 >span, .hydrocarbon-merit-item4 >span, .hydrocarbon-merit-item5 >span {
    margin-top: 10px;
    font-size: 12px;
  }

  .hydrocarbon-merit-item1 {
    background-size: auto 55px;
  }

  .hydrocarbon-merit-item2 {
    background-size: auto 55px;
  }

  .hydrocarbon-merit-item3 {
    background-size: auto 55px;
  }

  .hydrocarbon-merit-item4 {
    background-size: auto 55px;
  }

  .hydrocarbon-merit-item5 {
    background-size: auto 55px;
  }

  .hydrocarbon-merit-image {
    position: relative;
    margin: 0 auto;
    width: 188px;
    left: inherit;
    top: inherit;
    transform: none;
  }

  .hydrocarbon-merit-image >p {
    margin-top: 9px;
    font-size: 12px;
  }

  .hydrocarbon-merit-photo {
    width: 188px;
    height: auto;
  }

  .hydrocarbon-assumption {
    padding: 32px 0 180px;
  }

  .hydrocarbon-assumption-heading {
    font-size: 21px;
  }

  .hydrocarbon-assumption-read {
    padding: 0 20px;
    font-size: 12px;
  }

  .hydrocarbon-assumption-read >span {
    font-size: 15px;
  }

  .hydrocarbon-assumption-box {
    margin: 33px auto 0;
    padding: 20px 16px;
    width: calc(100% - 25px);
    line-height: 1.44;
    font-size: 16px;
  }

  .hydrocarbon-assumption-item1, .hydrocarbon-assumption-item2, .hydrocarbon-assumption-item3, .hydrocarbon-assumption-item4, .hydrocarbon-assumption-item5 {
    padding-left: 50px;
    height: 60px;
  }

  .hydrocarbon-assumption-item1:after, .hydrocarbon-assumption-item2:after, .hydrocarbon-assumption-item3:after, .hydrocarbon-assumption-item4:after, .hydrocarbon-assumption-item5:after {
    left: 35px;
    background-size: 7px auto;
  }

  .hydrocarbon-assumption-item1 {
    background-size: auto 27px;
  }

  .hydrocarbon-assumption-item2 {
    background-size: auto 27px;
  }

  .hydrocarbon-assumption-item3 {
    background-size: auto 27px;
  }

  .hydrocarbon-assumption-item4 {
    background-size: auto 27px;
  }

  .hydrocarbon-assumption-item5 {
    background-size: auto 27px;
  }

  .business-hero {
    height: 125px;
    background-size: auto 125px;
  }

  .business-content {
    padding: 30px 0 0;
  }

  .business-content-heading {
    font-size: 21px;
  }

  .business-content-nav {
    display: block;
    position: relative;
    z-index: 3;
    margin: 60px auto -100px;
    width: 100%;
    text-align: center;
  }

  .business-content-row {
    display: inline-block;
    margin-bottom: 12px;
    border-left: none;
  }

  .business-content-row:last-child {
    border-left: solid 1px #df7b10;
  }

  .business-content-link {
    font-size: 12px;
  }

  .business-department {
    padding-top: 110px;
  }

  .business-department:before {
    display: block;
  }

  .business-department:after {
    height: 1000px;
  }

  .business-department-wrap {
    margin-bottom: -200px;
    padding-bottom: 180px;
  }

  .business-department-left1, .business-department-left2, .business-department-right1, .business-department-right2 {
    padding-top: 30px;
    width: 100%;
  }

  .business-department-left1 {
    padding-right: 25px;
    padding-left: 25px;
    background-size: auto 164px;
    background-position: top 30px right 10px;
  }

  .business-department-right1 {
    padding-right: 25px;
    padding-left: 25px;
    background-size: auto 164px;
    background-position: top 30px right 10px;
  }

  .business-department-left2 {
    padding-right: 25px;
    padding-left: 25px;
    background-size: auto 164px;
    background-position: top 30px right 10px;
  }

  .business-department-right2 {
    margin-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
    background-size: auto 164px;
    background-position: top 30px right 10px;
  }

  .business-department-heading, .business-department-heading2 {
    font-size: 28px;
  }

  .business-department-sub {
    font-size: 13px;
  }

  .business-department-catchphrase, .business-department-catchphrase2 {
    margin-top: 16px;
    font-size: 16px;
  }

  .business-department-catchphrase2 {
    margin-top: 16px;
  }

  .business-department-read {
    margin-top: 24px;
    padding-bottom: 16px;
    font-size: 12px;
  }

  .business-department-photo1, .business-department-photo2 {
    position: relative;
    width: 350px;
  }

  .business-department-photo1 {
    margin-top: 25px;
    top: inherit;
    left: inherit;
  }

  .business-department-photo2 {
    margin-top: 25px;
    margin-left: -25px;
    top: inherit;
    right: inherit;
  }

  .sinkpia-hero {
    height: 125px;
  }

  .sinkpia-catch {
    width: 84px;
  }

  .sinkpia-copy {
    margin-left: 17px;
    font-size: 7px;
  }

  .sinkpia-outline {
    padding: 31px 0 25px;
    width: 100%;
  }

  .sinkpia-outline-heading {
    font-size: 21px;
  }

  .sinkpia-outline-nav {
    flex-wrap: wrap;
    margin: 24px 0 0;
    width: 100%;
  }

  .sinkpia-outline-link {
    font-size: 12px;
  }

  .sinkpia-text {
    margin: 24px auto 0;
    padding: 0 25px;
    width: 100%;
    font-size: 12px;
  }

  .sinkpia-image {
    display: block;
    margin: 23px auto 0;
    width: calc(100% - 50px);
  }

  .sinkpia-feature {
    padding: 28px 0 34px;
  }

  .sinkpia-feature-heading {
    font-size: 21px;
  }

  .sinkpia-feature-subheading {
    margin-top: 16px;
    padding: 16px 0;
    font-size: 16px;
  }

  .sinkpia-feature-text {
    padding: 0 25px;
    line-height: 1.75;
    font-size: 12px;
  }

  .sinkpia-goal {
    display: block;
    margin: 6px auto 0;
    padding: 0 25px;
    width: 100%;
  }

  .sinkpia-goal-block {
    width: 100%;
  }

  .sinkpia-goal-box {
    margin-top: 16px;
    padding: 15px 15px 28px;
    height: inherit;
    background-position: center bottom 10px;
    background-size: 19px auto;
  }

  .sinkpia-goal-title {
    padding: 12px 0;
    font-size: 13px;
  }

  .sinkpia-goal-note {
    font-size: 12px;
  }

  .sinkpia-goal-balloon {
    margin-top: 16px;
    height: 37px;
    font-size: 16px;
  }

  .sinkpia-merit {
    padding: 0 0 12px;
  }

  .sinkpia-merit-heading:after {
    bottom: 16px;
  }

  .sinkpia-merit-headinner {
    width: 290px;
    font-size: 21px;
  }

  .sinkpia-merit-headinner >span {
    font-size: 45px;
  }

  .sinkpia-merit-list {
    margin: 18px auto 0;
    width: 100%;
  }

  .sinkpia-merit-item {
    margin: 0 auto 16px;
    padding: 24px 0 0 32px;
    width: calc(100% - 50px);
    height: inherit;
  }

  .sinkpia-merit-item:first-child, .sinkpia-merit-item:nth-child(2), .sinkpia-merit-item:nth-child(3), .sinkpia-merit-item:nth-child(4), .sinkpia-merit-item:nth-child(5), .sinkpia-merit-item:nth-child(6), .sinkpia-merit-item:last-child {
    background-size: auto 44px;
  }

  .sinkpia-merit-text {
    white-space: normal;
    font-size: 15px;
  }

  .sinkpia-merit-subtext {
    margin-top: 10px;
    white-space: normal;
    line-height: 1.33;
    font-size: 12px;
  }

  .sinkpia-flow {
    padding: 25px 0;
  }

  .sinkpia-flow-heading {
    font-size: 21px;
  }

  .sinkpia-flow-list {
    padding: 0 25px;
    width: 100%;
  }

  .sinkpia-flow-item {
    padding-left: 14px;
    font-size: 13px;
  }

  .sinkpia-process {
    margin: 24px auto 0;
    padding: 0 25px;
    width: 100%;
  }

  .sinkpia-process-left1, .sinkpia-process-left2 {
    width: 100%;
  }

  .sinkpia-process-left1:after, .sinkpia-process-left2:after {
    display: block;
    position: absolute;
    content: '';
    width: 54px;
    height: 17px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: 26px;
    background: url('../images/down-arrow3.svg') center bottom no-repeat;
    background-size: contain;
    transform: translate(-50%, 0);
  }

  .sinkpia-process-left1 {
    padding-bottom: 68px;
  }

  .sinkpia-process-left2 {
    padding-bottom: 68px;
  }

  .sinkpia-process-right1, .sinkpia-process-right2 {
    position: relative;
    width: 100%;
    right: inherit;
  }

  .sinkpia-process-right1 {
    padding-bottom: 68px;
    top: inherit;
  }

  .sinkpia-process-right1:after {
    display: block;
    position: absolute;
    content: '';
    width: 54px;
    height: 17px;
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: 26px;
    background: url('../images/down-arrow3.svg') center bottom no-repeat;
    background-size: contain;
    transform: translate(-50%, 0);
  }

  .sinkpia-process-right2 {
    top: inherit;
  }

  .sinkpia-process-image {
    width: 100%;
  }

  .sinkpia-process-info {
    margin-top: 14px;
  }

  .sinkpia-process-info >h4 {
    font-size: 16px;
  }

  .sinkpia-process-info >p {
    margin-top: 10px;
    font-size: 11px;
  }

  .sinkpia-process-machine {
    display: none;
  }

  .sinkpia-advantage {
    padding: 21px 0 25px;
  }

  .sinkpia-advantage-heading {
    font-size: 21px;
  }

  .sinkpia-advantage-heading >span {
    font-size: 45px;
  }

  .sinkpia-advantage-list {
    display: block;
    margin: 38px auto 0;
    padding: 0 25px;
    width: 100%;
  }

  .sinkpia-advantage-item {
    margin-bottom: 24px;
    padding: 56px 0 17px;
    width: 100%;
  }

  .sinkpia-advantage-title1, .sinkpia-advantage-title2, .sinkpia-advantage-title3, .sinkpia-advantage-title4, .sinkpia-advantage-title5, .sinkpia-advantage-title6 {
    justify-content: flex-start;
    padding-left: 50px;
    height: 45px;
    font-size: 15px;
  }

  .sinkpia-advantage-title1 {
    background-size: auto 32px;
  }

  .sinkpia-advantage-title2 {
    background-size: auto 32px;
  }

  .sinkpia-advantage-title3 {
    background-size: auto 32px;
  }

  .sinkpia-advantage-title4 {
    background-size: auto 32px;
  }

  .sinkpia-advantage-title5 {
    background-size: auto 32px;
  }

  .sinkpia-advantage-title6 {
    background-size: auto 32px;
  }

  .sinkpia-advantage-text {
    font-size: 12px;
  }

  .sinkpia-advantage-sublist {
    font-size: 12px;
    height: inherit;
  }

  .sinkpia-advantage-sublist:after {
    width: 27px;
    height: 9px;
    bottom: -30px;
  }

  .sinkpia-advantage-sublist >li {
    padding-left: 7px;
  }

  .sinkpia-advantage-finding {
    margin-top: 42px;
    font-size: 12px;
  }

  .sinkpia-award {
    padding: 21px 10px 8px;
    width: calc(100% - 50px);
  }

  .sinkpia-award-heading font-weight bold {
    font-size: 16px;
  }

  .sinkpia-award-list {
    display: block;
    margin-top: 25px;
  }

  .sinkpia-award-list >li {
    margin-bottom: 12px;
    width: 100%;
    height: 50px;
    font-size: 12px;
    border-radius: 50x;
  }

  .sinkpia-lineup {
    padding: 30px 0 0;
  }

  .sinkpia-lineup-heading {
    font-size: 21px;
  }

  .sinkpia-lineup-read {
    margin-top: 28px;
    line-height: 1.75;
    font-size: 12px;
  }

  .sinkpia-lineup-list {
    display: block;
    margin: 26px auto 0;
    width: 100%;
  }

  .sinkpia-lineup-block {
    margin: 0 auto 26px;
    width: 225px;
  }

  .sinkpia-lineup-image {
    width: 225px;
  }

  .sinkpia-lineup-name {
    margin-top: 16px;
    font-size: 12px;
  }

  .sinkpia-lineup-table {
    margin-top: 15px;
  }

  .sinkpia-lineup-item, .sinkpia-lineup-spec {
    font-size: 9px;
  }

  .sinkpia-lineup-attention {
    margin: 30px auto 0;
    padding: 9px 30px 30px 30px;
    width: calc(100% - 50px);
  }

  .sinkpia-lineup-attention >p {
    margin-top: 17px;
    font-size: 10px;
  }

  .news-hero {
    height: 125px;
    background-size: auto 125px;
  }

  .news-index {
    padding: 32px 0 0;
    width: 100%;
  }

  .news-index-list {
    padding: 20px 25px 30px;
  }

  .news-index-category {
    width: 83px;
  }

  .news-index-category >span, .news-index-category >a {
    padding: 4px 0;
    width: 83px;
    font-size: 11px;
  }

  .news-index-date {
    width: 100px;
    font-size: 11px;
  }

  .news-index-title {
    margin-top: 8px;
    width: 100%;
    font-size: 11px;
  }

  .news-single {
    padding: 32px 0 0;
    width: 100%;
  }

  .news-article {
    padding: 20px 25px 30px;
  }

  .news-article-heading {
    padding: 24px 0;
  }

  .news-article-title {
    font-size: 18px;
  }

  .news-article-category {
    width: 83px;
  }

  .news-article-category >span, .news-article-category >a {
    padding: 4px 0;
    width: 83px;
    font-size: 11px;
  }

  .news-article-date {
    width: 100px;
    font-size: 11px;
  }

  .news-article-body {
    margin: 24px auto 0;
    width: 100%;
  }

  .news-article-body >p {
    font-size: 12px;
  }

  .news-article-body {
    line-height: 1.86;
    letter-spacing: .1em;
  }

  .news-article-body h1, .news-article-body h2, .news-article-body display block {
    margin: 26px 0 10px;
    padding-left: 6px;
    line-height: 1 !important;
  }

  .news-article-body h1 {
    font-size: 28px;
    font-weight: bold;
    border-left: solid 3px #df7b10;
  }

  .news-article-body h2 {
    font-size: 24px;
    font-weight: bold;
    border-left: dotted 3px #df7b10;
  }

  .news-article-body h3 {
    font-size: 20px;
    font-weight: bold;
  }

  .news-article-body h4 {
    font-size: 17px;
    font-weight: bold;
  }

  .news-article-body h5, .news-article-body h6 {
    font-size: 14px;
    font-weight: bold;
  }

  .news-article-body img {
    font-size: 14px;
    margin-top: 22px;
    max-width: 100%;
    height: auto;
  }

  .news-article-body p, .news-article-body ul, .news-article-body ol {
    margin-top: 18px;
    font-size: 14px;
  }

  .news-article-body ul {
    font-size: 14px;
    list-style: disc inside;
  }

  .news-article-body ol {
    font-size: 14px;
    list-style: decimal inside;
  }

  .news-article-body blockquote {
    display: block;
    margin: 16px 0;
    padding: 10px 14px;
    font-size: 14px;
    background-color: #efefef;
    border-radius: 6px;
  }

  .news-article-body blockquote >p {
    margin: 0;
  }

  .news-article-body a {
    color: #da590f;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .news-article-body a:hover {
    color: #df7b10;
    -webkit-text-decoration: underline solid;
    text-decoration: underline solid;
  }

  .contact-hero {
    height: 125px;
    background-size: auto 125px;
  }

  .contact-form {
    padding: 30px 25px 0;
  }

  .contact-form-heading {
    font-size: 21px;
  }

  .contact-confirm-read, .contact-complete-read {
    font-size: 12px;
  }

  .contact-form-table {
    display: block;
    margin: 23px auto 0;
    width: 100%;
    border-bottom: solid 1px #c4c4c4;
  }

  .contact-form-row {
    display: block;
    width: 100%;
  }

  .contact-form-left {
    display: block;
    padding: 30px 0 0;
    width: 100%;
    font-size: 12px;
    border-top: solid 1px #c4c4c4;
    border-bottom: none;
  }

  .contact-form-right {
    display: block;
    padding: 15px 0 30px;
    width: 100%;
    font-size: 12px;
    border-bottom: none;
  }

  .contact-form-shift {
    display: block;
    margin: -12px 20px 0;
  }

  input[type='text'], input[type='email'] {
    height: 25px;
    font-size: 12px;
  }

  textarea {
    height: 70px;
    font-size: 12px;
  }

  .contact-form-long {
    width: 100%;
  }

  .contact-form-short {
    width: 100%;
  }

  .contact-form-num1 {
    width: 52px;
  }

  .contact-form-num2 {
    width: 96px;
  }

  .contact-form-text {
    width: 100%;
  }

  .contact-form-submit {
    margin: 25px auto 0;
    width: 100%;
    height: 45px;
    font-size: 15px;
    background-size: 6px auto;
    background-position: right 10px center;
  }

  .contact-form-double {
    margin: 25px auto 0;
    width: 100%;
    height: 45px;
  }

  .contact-double-submit {
    width: 200px;
    height: 45px;
    font-size: 15px;
    background-size: 6px auto;
    background-position: right 10px center;
  }

  .contact-double-back {
    width: 100px;
    height: 45px;
    font-size: 15px;
    background-size: 6px auto;
    background-position: 10px center;
  }

  .contact-top-back {
    width: 100%;
    height: 45px;
    font-size: 15px;
    background-size: 6px auto;
    background-position: 10px center;
  }

  .contact-form-error {
    width: 100%;
    font-size: 10px;
  }
}

@media (hover: none) {
  .gray-botton:hover, .top-back-botton:hover {
    -webkit-animation: none;
    animation: none;
  }

  .bottom-contact:hover {
    -webkit-animation: none;
    animation: none;
  }

  .footer-contact:hover {
    -webkit-animation: right-arrow .5s ease;
    animation: right-arrow .5s ease;
  }

  .side-contact:hover {
    width: 90px;
    -webkit-animation: none;
    animation: none;
  }

  .nav-link:hover, .nav-link-sp:hover {
    -webkit-animation: none;
    animation: none;
  }

  .index-news-link {
    display: block;
    transition: none;
  }

  .index-news-link:hover {
    background-color: transparent;
  }

  .index-news-more:hover {
    -webkit-animation: none;
    animation: none;
  }

  .company-logicom-link:hover {
    -webkit-animation: none;
    animation: none;
  }

  .company-technocom-link:hover {
    -webkit-animation: none;
    animation: none;
  }

  .haccpper-link {
    transition: none;
  }

  .haccpper-link:hover {
    color: #000;
  }

  .business-content-link {
    transition: none;
  }

  .business-content-link:hover {
    color: #000;
  }

  .sinkpia-outline-row {
    margin: 6px 0;
    padding: 0 20px;
  }

  .sinkpia-outline-row:nth-child(3) {
    border-left: none;
  }

  .sinkpia-outline-link {
    transition: none;
  }

  .sinkpia-outline-link:hover {
    color: #000;
  }

  .news-index-link {
    display: block;
    transition: none;
  }

  .news-index-link:hover {
    background-color: transparent;
  }

  .contact-form-submit:hover {
    -webkit-animation: none;
    animation: none;
  }

  .contact-double-submit:hover {
    -webkit-animation: none;
    animation: none;
  }

  .contact-double-back:hover {
    -webkit-animation: none;
    animation: none;
  }

  .contact-top-back:hover {
    -webkit-animation: none;
    animation: none;
  }
}
