@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
.en {
  font-family: "Libre Baskerville", "Georgia", serif;
}

.ttl-f {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho Pro", serif;
}

/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
body {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", "Arial", sans-serif;
  color: #000;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 835px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.6s ease;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1241px) {
  .wrapper {
    padding: 0;
  }
}

.sec-bottom {
  margin-bottom: 84px;
}
@media screen and (min-width: 431px) {
  .sec-bottom {
    margin-bottom: 120px;
  }
}

iframe {
  display: block;
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  overflow: hidden;
}

button {
  color: #000;
}

.l-header {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho Pro", serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: fixed;
  z-index: 99999;
  /* ハンバーガー */
}
@media screen and (min-width: 835px) {
  .l-header {
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    z-index: 100;
    transition: height 0.3s ease;
  }
}
.l-header .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .l-header .header-flex {
    margin-top: 40px;
  }
}
.l-header .header-flex .site-logo {
  width: clamp(40px, 5.56vw, 80px);
  height: auto;
  z-index: 1001;
  position: fixed;
  top: 20px;
  left: 20px;
}
@media screen and (min-width: 835px) {
  .l-header .header-flex .site-logo {
    position: static;
    top: auto;
    left: auto;
  }
}
.l-header .header-flex .pc-only {
  display: none;
}
@media screen and (min-width: 835px) {
  .l-header .header-flex .pc-only {
    display: block;
  }
}
.l-header .header-flex .pc-only .pc-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1241px) {
  .l-header .header-flex .pc-only .pc-nav {
    gap: 40px;
  }
}
.l-header .header-flex .pc-only .pc-nav li {
  text-align: center;
}
.l-header .header-flex .pc-only .pc-nav li .contact-btn {
  padding: 8px 12px;
  background: #41a200;
  color: #fff;
}
.l-header .sp-only {
  padding: 8px 20px;
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 1001;
}
@media screen and (min-width: 835px) {
  .l-header .sp-only {
    display: none;
  }
}
.l-header .sp-only .hamburger {
  position: relative;
  width: 33px;
  height: 23px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
}
.l-header .sp-only .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #767c7c;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.l-header .sp-only .hamburger span:nth-child(1) {
  top: 0;
}
.l-header .sp-only .hamburger span:nth-child(2) {
  top: 10px;
}
.l-header .sp-only .hamburger span:nth-child(3) {
  top: 20px;
}
.l-header .sp-only .hamburger.active span {
  background: #767c7c;
}
.l-header .sp-only .hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
.l-header .sp-only .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.l-header .sp-only .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}
.l-header .sp-only .sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(90deg, rgb(231, 240, 239) 0%, rgb(245, 245, 245) 100%);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  padding: 120px 20px;
  text-align: center;
}
.l-header .sp-only .sp-nav.active {
  transform: translateY(0);
}
.l-header .sp-only .list {
  letter-spacing: 0.2em;
}
.l-header .sp-only .list li {
  padding: 20px;
}
.l-header .sp-only .list li .contact-btn {
  padding: 8px 12px;
  background: #41a200;
  color: #fff;
}

.l-main {
  overflow: hidden;
}

.sec-mv .mv-bg {
  background-image: url("../images/mv-bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 640px;
  padding: 480px 0 48px;
}
.sec-mv .mv-bg .ttl-f {
  font-size: clamp(24px, 2.99vw, 43px);
  margin-bottom: 32px;
}
.sec-mv .mv-bg p {
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho Pro", serif;
}

.l-footer {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  padding-top: 120px;
  font-size: 14px;
}
.l-footer .footer-flex {
  margin-bottom: 48px;
}
@media screen and (min-width: 835px) {
  .l-footer .footer-flex {
    display: flex;
    justify-content: space-between;
  }
}
.l-footer .footer-flex .cont-l {
  margin-bottom: 32px;
  line-height: 190%;
}
.l-footer .footer-flex .cont-l .name {
  font-size: 16px;
  margin-bottom: 28px;
}
.l-footer .footer-flex .cont-r li {
  padding: 20px 0;
}
.l-footer .footer-flex .cont-r li .contact-btn {
  padding: 10px 4px;
  border: 1px solid #767c7c;
}
.l-footer .copyright {
  font-size: 12px;
  margin-bottom: 20px;
}

@media screen and (min-width: 835px) {
  body.home .btn-wrap {
    text-align: right;
  }
}
body.home .sec-machine-t {
  margin-top: 60px;
}
body.home .sec-machine-t .list,
body.home .sec-equipment-t .list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media screen and (min-width: 835px) {
  body.home .sec-machine-t .list,
  body.home .sec-equipment-t .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
body.home .sec-machine-t .list li,
body.home .sec-equipment-t .list li {
  background-color: #e7f0ef;
  position: relative;
}
body.home .sec-machine-t .list li::after,
body.home .sec-equipment-t .list li::after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 30px;
  height: 18px;
  background-image: url("../images/arrow-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
body.home .sec-machine-t .list li a,
body.home .sec-equipment-t .list li a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 835px) {
  body.home .sec-machine-t .list li a,
  body.home .sec-equipment-t .list li a {
    display: block;
  }
}
body.home .sec-machine-t .list li a .img,
body.home .sec-equipment-t .list li a .img {
  margin-bottom: 40px;
  max-width: 330px;
  box-shadow: 0 4px 4px rgba(142, 142, 142, 0.25);
  flex-basis: 50%;
}
@media screen and (min-width: 835px) {
  body.home .sec-machine-t .list li a .img,
  body.home .sec-equipment-t .list li a .img {
    margin-left: -12px;
  }
}
body.home .sec-machine-t .list li a .info,
body.home .sec-equipment-t .list li a .info {
  padding: 20px;
  flex: 1;
}
@media screen and (min-width: 835px) {
  body.home .sec-machine-t .list li a .info,
  body.home .sec-equipment-t .list li a .info {
    padding: 0 30px 30px 30px;
  }
}
body.home .sec-machine-t .list li a .info .ttl-f,
body.home .sec-equipment-t .list li a .info .ttl-f {
  font-size: clamp(18px, 2.22vw, 32px);
  margin-bottom: 12px;
}
body.home .sec-machine-t .list li a .info p,
body.home .sec-equipment-t .list li a .info p {
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  body.home .sec-machine-t .list li a .info p,
  body.home .sec-equipment-t .list li a .info p {
    line-height: 1.8;
  }
}
body.home .sec-product .arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 20px;
  position: relative;
}
body.home .sec-product .prev-arrow,
body.home .sec-product .next-arrow {
  display: block;
  width: 32px;
  height: 32px;
  background: #41a200;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
body.home .sec-product .prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}
body.home .sec-product .prev-arrow::before,
body.home .sec-product .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
body.home .sec-product .slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.home .sec-product .slider .slick-wrap {
  padding: 0 10px 20px;
  box-sizing: border-box;
  background: #e7f0ef;
  margin-left: 10px;
}
body.home .sec-product .slider .slick-wrap .img {
  max-width: 280px;
  margin: 0 auto;
  padding-bottom: 20px;
}
body.home .sec-product .slider .slick-wrap .img img {
  width: 100%;
  height: auto;
  display: block;
}
body.home .sec-product .slider .slick-wrap h3 {
  font-size: 16px;
  min-height: 3em;
  line-height: 1.5;
  max-width: 280px;
  margin: 0 auto;
}
body.home .sec-product .slick-dots {
  margin-top: 20px;
  text-align: center;
}
body.home .sec-product .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
body.home .sec-product .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  text-indent: -9999px;
}
body.home .sec-product .slick-dots li button:hover, body.home .sec-product .slick-dots li button.slick-active {
  background-color: #333;
}
body.home .sec-linkbar .btn-wrap .btn {
  margin-top: 10px;
}

body.sitemap .sec-sitemap .sitemap-list,
body.page-id-16 .sec-sitemap .sitemap-list {
  max-width: 864px;
  margin: 0 auto;
}
body.sitemap .sec-sitemap .sitemap-list .list-wrapper,
body.page-id-16 .sec-sitemap .sitemap-list .list-wrapper {
  display: flex;
  gap: clamp(36px, 8.33vw, 120px);
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e7e6;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  body.sitemap .sec-sitemap .sitemap-list .list-wrapper,
  body.page-id-16 .sec-sitemap .sitemap-list .list-wrapper {
    margin-bottom: 28px;
  }
}
body.sitemap .sec-sitemap .sitemap-list .list-wrapper .map-ttl,
body.page-id-16 .sec-sitemap .sitemap-list .list-wrapper .map-ttl {
  font-weight: normal;
  white-space: nowrap;
  width: 100px;
}
body.sitemap .sec-sitemap .sitemap-list .list-wrapper .link-list,
body.page-id-16 .sec-sitemap .sitemap-list .list-wrapper .link-list {
  flex: 1;
}
body.sitemap .sec-sitemap .sitemap-list .list-wrapper .link-list li,
body.page-id-16 .sec-sitemap .sitemap-list .list-wrapper .link-list li {
  margin-bottom: 16px;
  line-height: 1.9;
}
body.sitemap .sec-sitemap .sitemap-list .list-wrapper .link-list li:last-child,
body.page-id-16 .sec-sitemap .sitemap-list .list-wrapper .link-list li:last-child {
  margin-bottom: 0;
}

body.company h2.ttl-f,
body.page-id-8 h2.ttl-f {
  text-align: center;
  font-size: 24px;
  margin-bottom: clamp(40px, 5.5vw, 80px);
}
@media screen and (min-width: 835px) {
  body.company h2.ttl-f,
  body.page-id-8 h2.ttl-f {
    font-size: 36px;
  }
}
body.company .sec-intro p.ttl-f,
body.page-id-8 .sec-intro p.ttl-f {
  font-size: clamp(20px, 3.16vw, 44px);
  margin-bottom: 24px;
  font-weight: 600;
}
body.company .sec-intro p,
body.page-id-8 .sec-intro p {
  line-height: 1.9;
  margin-bottom: 24px;
}
body.company .sec-intro .name-block,
body.page-id-8 .sec-intro .name-block {
  text-align: right;
}
body.company .sec-intro .name-block .accent,
body.page-id-8 .sec-intro .name-block .accent {
  font-size: 18px;
  margin-left: 20px;
}
body.company .sec-company .company-table,
body.page-id-8 .sec-company .company-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 864px;
  margin: 0 auto;
}
body.company .sec-company .company-table th,
body.company .sec-company .company-table td,
body.page-id-8 .sec-company .company-table th,
body.page-id-8 .sec-company .company-table td {
  padding: 20px;
  border-bottom: 1px solid #e3e7e6;
  text-align: left;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (min-width: 1241px) {
  body.company .sec-company .company-table th,
  body.company .sec-company .company-table td,
  body.page-id-8 .sec-company .company-table th,
  body.page-id-8 .sec-company .company-table td {
    padding: 28px;
  }
}
body.company .sec-company .company-table th,
body.page-id-8 .sec-company .company-table th {
  width: 100px;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  body.company .sec-company .company-table th,
  body.page-id-8 .sec-company .company-table th {
    width: 25%;
  }
}
body.company .sec-map01 img,
body.page-id-8 .sec-map01 img {
  margin-bottom: 40px;
}
body.company .sec-map01 .map01-list li,
body.page-id-8 .sec-map01 .map01-list li {
  margin-bottom: 14px;
}
body.company .sec-map01 .map01-list li::before,
body.page-id-8 .sec-map01 .map01-list li::before {
  content: "●";
  font-size: 14px;
}
body.company .sec-map01 .map01-list li:nth-child(1)::before,
body.page-id-8 .sec-map01 .map01-list li:nth-child(1)::before {
  color: #0077ff;
}
body.company .sec-map01 .map01-list li:nth-child(2)::before,
body.page-id-8 .sec-map01 .map01-list li:nth-child(2)::before {
  color: #3a875e;
}
body.company .sec-map01 .map01-list li:nth-child(3)::before,
body.page-id-8 .sec-map01 .map01-list li:nth-child(3)::before {
  color: #ff7300;
}
body.company .sec-map01 .map01-list li:nth-child(4)::before,
body.page-id-8 .sec-map01 .map01-list li:nth-child(4)::before {
  color: #ff0000;
}
body.company .sec-map02 .map,
body.page-id-8 .sec-map02 .map {
  margin-bottom: 40px;
}
body.company .sec-map02 h4,
body.page-id-8 .sec-map02 h4 {
  margin-bottom: 16px;
}
body.company .sec-map02 dl,
body.page-id-8 .sec-map02 dl {
  line-height: 1.9;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  body.company .sec-map02 dl,
  body.page-id-8 .sec-map02 dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
    row-gap: 0.5em;
  }
}
body.company .sec-map02 dl dt::before,
body.page-id-8 .sec-map02 dl dt::before {
  content: "・";
  font-size: 14px;
}
body.company .sec-map02 dl dd,
body.page-id-8 .sec-map02 dl dd {
  padding-left: 14px;
}

body.sample .sec-sample .sample-cards,
body.page-id-14 .sec-sample .sample-cards {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 431px) {
  body.sample .sec-sample .sample-cards,
  body.page-id-14 .sec-sample .sample-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1241px) {
  body.sample .sec-sample .sample-cards,
  body.page-id-14 .sec-sample .sample-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.sample .sec-sample .sample-cards li,
body.page-id-14 .sec-sample .sample-cards li {
  border: 1px solid #e3e7e6;
  position: relative;
}
body.sample .sec-sample .sample-cards li::after,
body.page-id-14 .sec-sample .sample-cards li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #41a200 transparent;
}
body.sample .sec-sample .sample-cards li button,
body.page-id-14 .sec-sample .sample-cards li button {
  cursor: pointer;
  text-align: left;
  padding: 46px;
  display: block;
}
body.sample .sec-sample .sample-cards li button:hover .img img,
body.page-id-14 .sec-sample .sample-cards li button:hover .img img {
  transform: scale(1.1);
}
body.sample .sec-sample .sample-cards li button .img,
body.page-id-14 .sec-sample .sample-cards li button .img {
  padding-bottom: 46px;
  border-bottom: 1px solid #e3e7e6;
  margin-bottom: 46px;
  overflow: hidden;
}
body.sample .sec-sample .sample-cards li button .img img,
body.page-id-14 .sec-sample .sample-cards li button .img img {
  transition: transform 0.4s ease;
}
body.sample .sec-sample .sample-cards li button .card-ttl,
body.page-id-14 .sec-sample .sample-cards li button .card-ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
body.sample .modal,
body.page-id-14 .modal {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
body.sample .modal.is-active,
body.page-id-14 .modal.is-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s;
}
body.sample .modal .modal-content,
body.page-id-14 .modal .modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}
body.sample .modal .modal-content img,
body.page-id-14 .modal .modal-content img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
body.sample .modal .modal-content .modal-close,
body.page-id-14 .modal .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

body.service-machine .sec-machine .machine-list li,
body.service-machine .sec-equipment-01 .machine-list li,
body.service-machine .sec-equipment-02 .machine-list li,
body.service-machine .sec-equipment-03 .machine-list li,
body.service-machine .sec-equipment-04 .machine-list li,
.service-equipment .sec-machine .machine-list li,
.service-equipment .sec-equipment-01 .machine-list li,
.service-equipment .sec-equipment-02 .machine-list li,
.service-equipment .sec-equipment-03 .machine-list li,
.service-equipment .sec-equipment-04 .machine-list li,
body.page-id-10 .sec-machine .machine-list li,
body.page-id-10 .sec-equipment-01 .machine-list li,
body.page-id-10 .sec-equipment-02 .machine-list li,
body.page-id-10 .sec-equipment-03 .machine-list li,
body.page-id-10 .sec-equipment-04 .machine-list li,
body.page-id-12 .sec-machine .machine-list li,
body.page-id-12 .sec-equipment-01 .machine-list li,
body.page-id-12 .sec-equipment-02 .machine-list li,
body.page-id-12 .sec-equipment-03 .machine-list li,
body.page-id-12 .sec-equipment-04 .machine-list li {
  margin-top: 180px;
  padding: 40px 10px 40px;
  line-height: 1.9;
  position: relative;
}
@media screen and (min-width: 835px) {
  body.service-machine .sec-machine .machine-list li,
  body.service-machine .sec-equipment-01 .machine-list li,
  body.service-machine .sec-equipment-02 .machine-list li,
  body.service-machine .sec-equipment-03 .machine-list li,
  body.service-machine .sec-equipment-04 .machine-list li,
  .service-equipment .sec-machine .machine-list li,
  .service-equipment .sec-equipment-01 .machine-list li,
  .service-equipment .sec-equipment-02 .machine-list li,
  .service-equipment .sec-equipment-03 .machine-list li,
  .service-equipment .sec-equipment-04 .machine-list li,
  body.page-id-10 .sec-machine .machine-list li,
  body.page-id-10 .sec-equipment-01 .machine-list li,
  body.page-id-10 .sec-equipment-02 .machine-list li,
  body.page-id-10 .sec-equipment-03 .machine-list li,
  body.page-id-10 .sec-equipment-04 .machine-list li,
  body.page-id-12 .sec-machine .machine-list li,
  body.page-id-12 .sec-equipment-01 .machine-list li,
  body.page-id-12 .sec-equipment-02 .machine-list li,
  body.page-id-12 .sec-equipment-03 .machine-list li,
  body.page-id-12 .sec-equipment-04 .machine-list li {
    padding: 40px 20px 40px;
    display: flex;
    align-items: center;
    min-height: 484px;
    gap: 60px;
  }
  body.service-machine .sec-machine .machine-list li:first-child,
  body.service-machine .sec-equipment-01 .machine-list li:first-child,
  body.service-machine .sec-equipment-02 .machine-list li:first-child,
  body.service-machine .sec-equipment-03 .machine-list li:first-child,
  body.service-machine .sec-equipment-04 .machine-list li:first-child,
  .service-equipment .sec-machine .machine-list li:first-child,
  .service-equipment .sec-equipment-01 .machine-list li:first-child,
  .service-equipment .sec-equipment-02 .machine-list li:first-child,
  .service-equipment .sec-equipment-03 .machine-list li:first-child,
  .service-equipment .sec-equipment-04 .machine-list li:first-child,
  body.page-id-10 .sec-machine .machine-list li:first-child,
  body.page-id-10 .sec-equipment-01 .machine-list li:first-child,
  body.page-id-10 .sec-equipment-02 .machine-list li:first-child,
  body.page-id-10 .sec-equipment-03 .machine-list li:first-child,
  body.page-id-10 .sec-equipment-04 .machine-list li:first-child,
  body.page-id-12 .sec-machine .machine-list li:first-child,
  body.page-id-12 .sec-equipment-01 .machine-list li:first-child,
  body.page-id-12 .sec-equipment-02 .machine-list li:first-child,
  body.page-id-12 .sec-equipment-03 .machine-list li:first-child,
  body.page-id-12 .sec-equipment-04 .machine-list li:first-child {
    margin-top: 48px;
  }
}
body.service-machine .sec-machine .machine-list li .bg-layer,
body.service-machine .sec-equipment-01 .machine-list li .bg-layer,
body.service-machine .sec-equipment-02 .machine-list li .bg-layer,
body.service-machine .sec-equipment-03 .machine-list li .bg-layer,
body.service-machine .sec-equipment-04 .machine-list li .bg-layer,
.service-equipment .sec-machine .machine-list li .bg-layer,
.service-equipment .sec-equipment-01 .machine-list li .bg-layer,
.service-equipment .sec-equipment-02 .machine-list li .bg-layer,
.service-equipment .sec-equipment-03 .machine-list li .bg-layer,
.service-equipment .sec-equipment-04 .machine-list li .bg-layer,
body.page-id-10 .sec-machine .machine-list li .bg-layer,
body.page-id-10 .sec-equipment-01 .machine-list li .bg-layer,
body.page-id-10 .sec-equipment-02 .machine-list li .bg-layer,
body.page-id-10 .sec-equipment-03 .machine-list li .bg-layer,
body.page-id-10 .sec-equipment-04 .machine-list li .bg-layer,
body.page-id-12 .sec-machine .machine-list li .bg-layer,
body.page-id-12 .sec-equipment-01 .machine-list li .bg-layer,
body.page-id-12 .sec-equipment-02 .machine-list li .bg-layer,
body.page-id-12 .sec-equipment-03 .machine-list li .bg-layer,
body.page-id-12 .sec-equipment-04 .machine-list li .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, #e7f0ef);
  transform: translateX(100%);
  transition: transform 1s ease-out;
}
body.service-machine .sec-machine .machine-list li.is-visible .bg-layer,
body.service-machine .sec-equipment-01 .machine-list li.is-visible .bg-layer,
body.service-machine .sec-equipment-02 .machine-list li.is-visible .bg-layer,
body.service-machine .sec-equipment-03 .machine-list li.is-visible .bg-layer,
body.service-machine .sec-equipment-04 .machine-list li.is-visible .bg-layer,
.service-equipment .sec-machine .machine-list li.is-visible .bg-layer,
.service-equipment .sec-equipment-01 .machine-list li.is-visible .bg-layer,
.service-equipment .sec-equipment-02 .machine-list li.is-visible .bg-layer,
.service-equipment .sec-equipment-03 .machine-list li.is-visible .bg-layer,
.service-equipment .sec-equipment-04 .machine-list li.is-visible .bg-layer,
body.page-id-10 .sec-machine .machine-list li.is-visible .bg-layer,
body.page-id-10 .sec-equipment-01 .machine-list li.is-visible .bg-layer,
body.page-id-10 .sec-equipment-02 .machine-list li.is-visible .bg-layer,
body.page-id-10 .sec-equipment-03 .machine-list li.is-visible .bg-layer,
body.page-id-10 .sec-equipment-04 .machine-list li.is-visible .bg-layer,
body.page-id-12 .sec-machine .machine-list li.is-visible .bg-layer,
body.page-id-12 .sec-equipment-01 .machine-list li.is-visible .bg-layer,
body.page-id-12 .sec-equipment-02 .machine-list li.is-visible .bg-layer,
body.page-id-12 .sec-equipment-03 .machine-list li.is-visible .bg-layer,
body.page-id-12 .sec-equipment-04 .machine-list li.is-visible .bg-layer {
  transform: translateX(0);
}
@media screen and (min-width: 835px) {
  body.service-machine .sec-machine .machine-list li.is-visible .bg-layer.__bg-e,
  body.service-machine .sec-equipment-01 .machine-list li.is-visible .bg-layer.__bg-e,
  body.service-machine .sec-equipment-02 .machine-list li.is-visible .bg-layer.__bg-e,
  body.service-machine .sec-equipment-03 .machine-list li.is-visible .bg-layer.__bg-e,
  body.service-machine .sec-equipment-04 .machine-list li.is-visible .bg-layer.__bg-e,
  .service-equipment .sec-machine .machine-list li.is-visible .bg-layer.__bg-e,
  .service-equipment .sec-equipment-01 .machine-list li.is-visible .bg-layer.__bg-e,
  .service-equipment .sec-equipment-02 .machine-list li.is-visible .bg-layer.__bg-e,
  .service-equipment .sec-equipment-03 .machine-list li.is-visible .bg-layer.__bg-e,
  .service-equipment .sec-equipment-04 .machine-list li.is-visible .bg-layer.__bg-e,
  body.page-id-10 .sec-machine .machine-list li.is-visible .bg-layer.__bg-e,
  body.page-id-10 .sec-equipment-01 .machine-list li.is-visible .bg-layer.__bg-e,
  body.page-id-10 .sec-equipment-02 .machine-list li.is-visible .bg-layer.__bg-e,
  body.page-id-10 .sec-equipment-03 .machine-list li.is-visible .bg-layer.__bg-e,
  body.page-id-10 .sec-equipment-04 .machine-list li.is-visible .bg-layer.__bg-e,
  body.page-id-12 .sec-machine .machine-list li.is-visible .bg-layer.__bg-e,
  body.page-id-12 .sec-equipment-01 .machine-list li.is-visible .bg-layer.__bg-e,
  body.page-id-12 .sec-equipment-02 .machine-list li.is-visible .bg-layer.__bg-e,
  body.page-id-12 .sec-equipment-03 .machine-list li.is-visible .bg-layer.__bg-e,
  body.page-id-12 .sec-equipment-04 .machine-list li.is-visible .bg-layer.__bg-e {
    background: linear-gradient(to right, transparent, #e3e7e6);
  }
}
body.service-machine .sec-machine .machine-list li .img-l,
body.service-machine .sec-machine .machine-list li .intro-r,
body.service-machine .sec-equipment-01 .machine-list li .img-l,
body.service-machine .sec-equipment-01 .machine-list li .intro-r,
body.service-machine .sec-equipment-02 .machine-list li .img-l,
body.service-machine .sec-equipment-02 .machine-list li .intro-r,
body.service-machine .sec-equipment-03 .machine-list li .img-l,
body.service-machine .sec-equipment-03 .machine-list li .intro-r,
body.service-machine .sec-equipment-04 .machine-list li .img-l,
body.service-machine .sec-equipment-04 .machine-list li .intro-r,
.service-equipment .sec-machine .machine-list li .img-l,
.service-equipment .sec-machine .machine-list li .intro-r,
.service-equipment .sec-equipment-01 .machine-list li .img-l,
.service-equipment .sec-equipment-01 .machine-list li .intro-r,
.service-equipment .sec-equipment-02 .machine-list li .img-l,
.service-equipment .sec-equipment-02 .machine-list li .intro-r,
.service-equipment .sec-equipment-03 .machine-list li .img-l,
.service-equipment .sec-equipment-03 .machine-list li .intro-r,
.service-equipment .sec-equipment-04 .machine-list li .img-l,
.service-equipment .sec-equipment-04 .machine-list li .intro-r,
body.page-id-10 .sec-machine .machine-list li .img-l,
body.page-id-10 .sec-machine .machine-list li .intro-r,
body.page-id-10 .sec-equipment-01 .machine-list li .img-l,
body.page-id-10 .sec-equipment-01 .machine-list li .intro-r,
body.page-id-10 .sec-equipment-02 .machine-list li .img-l,
body.page-id-10 .sec-equipment-02 .machine-list li .intro-r,
body.page-id-10 .sec-equipment-03 .machine-list li .img-l,
body.page-id-10 .sec-equipment-03 .machine-list li .intro-r,
body.page-id-10 .sec-equipment-04 .machine-list li .img-l,
body.page-id-10 .sec-equipment-04 .machine-list li .intro-r,
body.page-id-12 .sec-machine .machine-list li .img-l,
body.page-id-12 .sec-machine .machine-list li .intro-r,
body.page-id-12 .sec-equipment-01 .machine-list li .img-l,
body.page-id-12 .sec-equipment-01 .machine-list li .intro-r,
body.page-id-12 .sec-equipment-02 .machine-list li .img-l,
body.page-id-12 .sec-equipment-02 .machine-list li .intro-r,
body.page-id-12 .sec-equipment-03 .machine-list li .img-l,
body.page-id-12 .sec-equipment-03 .machine-list li .intro-r,
body.page-id-12 .sec-equipment-04 .machine-list li .img-l,
body.page-id-12 .sec-equipment-04 .machine-list li .intro-r {
  position: relative;
  z-index: 1;
}
body.service-machine .sec-machine .machine-list li .img-l,
body.service-machine .sec-equipment-01 .machine-list li .img-l,
body.service-machine .sec-equipment-02 .machine-list li .img-l,
body.service-machine .sec-equipment-03 .machine-list li .img-l,
body.service-machine .sec-equipment-04 .machine-list li .img-l,
.service-equipment .sec-machine .machine-list li .img-l,
.service-equipment .sec-equipment-01 .machine-list li .img-l,
.service-equipment .sec-equipment-02 .machine-list li .img-l,
.service-equipment .sec-equipment-03 .machine-list li .img-l,
.service-equipment .sec-equipment-04 .machine-list li .img-l,
body.page-id-10 .sec-machine .machine-list li .img-l,
body.page-id-10 .sec-equipment-01 .machine-list li .img-l,
body.page-id-10 .sec-equipment-02 .machine-list li .img-l,
body.page-id-10 .sec-equipment-03 .machine-list li .img-l,
body.page-id-10 .sec-equipment-04 .machine-list li .img-l,
body.page-id-12 .sec-machine .machine-list li .img-l,
body.page-id-12 .sec-equipment-01 .machine-list li .img-l,
body.page-id-12 .sec-equipment-02 .machine-list li .img-l,
body.page-id-12 .sec-equipment-03 .machine-list li .img-l,
body.page-id-12 .sec-equipment-04 .machine-list li .img-l {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s ease-out 0.4s, transform 0.8s ease-out 0.4s;
  margin: -126px auto 0;
  max-width: 560px;
}
@media screen and (min-width: 835px) {
  body.service-machine .sec-machine .machine-list li .img-l,
  body.service-machine .sec-equipment-01 .machine-list li .img-l,
  body.service-machine .sec-equipment-02 .machine-list li .img-l,
  body.service-machine .sec-equipment-03 .machine-list li .img-l,
  body.service-machine .sec-equipment-04 .machine-list li .img-l,
  .service-equipment .sec-machine .machine-list li .img-l,
  .service-equipment .sec-equipment-01 .machine-list li .img-l,
  .service-equipment .sec-equipment-02 .machine-list li .img-l,
  .service-equipment .sec-equipment-03 .machine-list li .img-l,
  .service-equipment .sec-equipment-04 .machine-list li .img-l,
  body.page-id-10 .sec-machine .machine-list li .img-l,
  body.page-id-10 .sec-equipment-01 .machine-list li .img-l,
  body.page-id-10 .sec-equipment-02 .machine-list li .img-l,
  body.page-id-10 .sec-equipment-03 .machine-list li .img-l,
  body.page-id-10 .sec-equipment-04 .machine-list li .img-l,
  body.page-id-12 .sec-machine .machine-list li .img-l,
  body.page-id-12 .sec-equipment-01 .machine-list li .img-l,
  body.page-id-12 .sec-equipment-02 .machine-list li .img-l,
  body.page-id-12 .sec-equipment-03 .machine-list li .img-l,
  body.page-id-12 .sec-equipment-04 .machine-list li .img-l {
    width: 40%;
    margin-top: 0;
  }
}
body.service-machine .sec-machine .machine-list li .img-l img,
body.service-machine .sec-equipment-01 .machine-list li .img-l img,
body.service-machine .sec-equipment-02 .machine-list li .img-l img,
body.service-machine .sec-equipment-03 .machine-list li .img-l img,
body.service-machine .sec-equipment-04 .machine-list li .img-l img,
.service-equipment .sec-machine .machine-list li .img-l img,
.service-equipment .sec-equipment-01 .machine-list li .img-l img,
.service-equipment .sec-equipment-02 .machine-list li .img-l img,
.service-equipment .sec-equipment-03 .machine-list li .img-l img,
.service-equipment .sec-equipment-04 .machine-list li .img-l img,
body.page-id-10 .sec-machine .machine-list li .img-l img,
body.page-id-10 .sec-equipment-01 .machine-list li .img-l img,
body.page-id-10 .sec-equipment-02 .machine-list li .img-l img,
body.page-id-10 .sec-equipment-03 .machine-list li .img-l img,
body.page-id-10 .sec-equipment-04 .machine-list li .img-l img,
body.page-id-12 .sec-machine .machine-list li .img-l img,
body.page-id-12 .sec-equipment-01 .machine-list li .img-l img,
body.page-id-12 .sec-equipment-02 .machine-list li .img-l img,
body.page-id-12 .sec-equipment-03 .machine-list li .img-l img,
body.page-id-12 .sec-equipment-04 .machine-list li .img-l img {
  box-shadow: 0 4px 4px rgba(142, 142, 142, 0.25);
}
body.service-machine .sec-machine .machine-list li.is-visible .img-l,
body.service-machine .sec-equipment-01 .machine-list li.is-visible .img-l,
body.service-machine .sec-equipment-02 .machine-list li.is-visible .img-l,
body.service-machine .sec-equipment-03 .machine-list li.is-visible .img-l,
body.service-machine .sec-equipment-04 .machine-list li.is-visible .img-l,
.service-equipment .sec-machine .machine-list li.is-visible .img-l,
.service-equipment .sec-equipment-01 .machine-list li.is-visible .img-l,
.service-equipment .sec-equipment-02 .machine-list li.is-visible .img-l,
.service-equipment .sec-equipment-03 .machine-list li.is-visible .img-l,
.service-equipment .sec-equipment-04 .machine-list li.is-visible .img-l,
body.page-id-10 .sec-machine .machine-list li.is-visible .img-l,
body.page-id-10 .sec-equipment-01 .machine-list li.is-visible .img-l,
body.page-id-10 .sec-equipment-02 .machine-list li.is-visible .img-l,
body.page-id-10 .sec-equipment-03 .machine-list li.is-visible .img-l,
body.page-id-10 .sec-equipment-04 .machine-list li.is-visible .img-l,
body.page-id-12 .sec-machine .machine-list li.is-visible .img-l,
body.page-id-12 .sec-equipment-01 .machine-list li.is-visible .img-l,
body.page-id-12 .sec-equipment-02 .machine-list li.is-visible .img-l,
body.page-id-12 .sec-equipment-03 .machine-list li.is-visible .img-l,
body.page-id-12 .sec-equipment-04 .machine-list li.is-visible .img-l {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 835px) {
  body.service-machine .sec-machine .machine-list li .intro-r,
  body.service-machine .sec-equipment-01 .machine-list li .intro-r,
  body.service-machine .sec-equipment-02 .machine-list li .intro-r,
  body.service-machine .sec-equipment-03 .machine-list li .intro-r,
  body.service-machine .sec-equipment-04 .machine-list li .intro-r,
  .service-equipment .sec-machine .machine-list li .intro-r,
  .service-equipment .sec-equipment-01 .machine-list li .intro-r,
  .service-equipment .sec-equipment-02 .machine-list li .intro-r,
  .service-equipment .sec-equipment-03 .machine-list li .intro-r,
  .service-equipment .sec-equipment-04 .machine-list li .intro-r,
  body.page-id-10 .sec-machine .machine-list li .intro-r,
  body.page-id-10 .sec-equipment-01 .machine-list li .intro-r,
  body.page-id-10 .sec-equipment-02 .machine-list li .intro-r,
  body.page-id-10 .sec-equipment-03 .machine-list li .intro-r,
  body.page-id-10 .sec-equipment-04 .machine-list li .intro-r,
  body.page-id-12 .sec-machine .machine-list li .intro-r,
  body.page-id-12 .sec-equipment-01 .machine-list li .intro-r,
  body.page-id-12 .sec-equipment-02 .machine-list li .intro-r,
  body.page-id-12 .sec-equipment-03 .machine-list li .intro-r,
  body.page-id-12 .sec-equipment-04 .machine-list li .intro-r {
    flex: 1;
  }
}
body.service-machine .sec-machine .machine-list li .intro-r .ttl-f,
body.service-machine .sec-equipment-01 .machine-list li .intro-r .ttl-f,
body.service-machine .sec-equipment-02 .machine-list li .intro-r .ttl-f,
body.service-machine .sec-equipment-03 .machine-list li .intro-r .ttl-f,
body.service-machine .sec-equipment-04 .machine-list li .intro-r .ttl-f,
.service-equipment .sec-machine .machine-list li .intro-r .ttl-f,
.service-equipment .sec-equipment-01 .machine-list li .intro-r .ttl-f,
.service-equipment .sec-equipment-02 .machine-list li .intro-r .ttl-f,
.service-equipment .sec-equipment-03 .machine-list li .intro-r .ttl-f,
.service-equipment .sec-equipment-04 .machine-list li .intro-r .ttl-f,
body.page-id-10 .sec-machine .machine-list li .intro-r .ttl-f,
body.page-id-10 .sec-equipment-01 .machine-list li .intro-r .ttl-f,
body.page-id-10 .sec-equipment-02 .machine-list li .intro-r .ttl-f,
body.page-id-10 .sec-equipment-03 .machine-list li .intro-r .ttl-f,
body.page-id-10 .sec-equipment-04 .machine-list li .intro-r .ttl-f,
body.page-id-12 .sec-machine .machine-list li .intro-r .ttl-f,
body.page-id-12 .sec-equipment-01 .machine-list li .intro-r .ttl-f,
body.page-id-12 .sec-equipment-02 .machine-list li .intro-r .ttl-f,
body.page-id-12 .sec-equipment-03 .machine-list li .intro-r .ttl-f,
body.page-id-12 .sec-equipment-04 .machine-list li .intro-r .ttl-f {
  font-size: 24px;
  padding-top: 28px;
}
@media screen and (min-width: 835px) {
  body.service-machine .sec-machine .machine-list li .intro-r .ttl-f,
  body.service-machine .sec-equipment-01 .machine-list li .intro-r .ttl-f,
  body.service-machine .sec-equipment-02 .machine-list li .intro-r .ttl-f,
  body.service-machine .sec-equipment-03 .machine-list li .intro-r .ttl-f,
  body.service-machine .sec-equipment-04 .machine-list li .intro-r .ttl-f,
  .service-equipment .sec-machine .machine-list li .intro-r .ttl-f,
  .service-equipment .sec-equipment-01 .machine-list li .intro-r .ttl-f,
  .service-equipment .sec-equipment-02 .machine-list li .intro-r .ttl-f,
  .service-equipment .sec-equipment-03 .machine-list li .intro-r .ttl-f,
  .service-equipment .sec-equipment-04 .machine-list li .intro-r .ttl-f,
  body.page-id-10 .sec-machine .machine-list li .intro-r .ttl-f,
  body.page-id-10 .sec-equipment-01 .machine-list li .intro-r .ttl-f,
  body.page-id-10 .sec-equipment-02 .machine-list li .intro-r .ttl-f,
  body.page-id-10 .sec-equipment-03 .machine-list li .intro-r .ttl-f,
  body.page-id-10 .sec-equipment-04 .machine-list li .intro-r .ttl-f,
  body.page-id-12 .sec-machine .machine-list li .intro-r .ttl-f,
  body.page-id-12 .sec-equipment-01 .machine-list li .intro-r .ttl-f,
  body.page-id-12 .sec-equipment-02 .machine-list li .intro-r .ttl-f,
  body.page-id-12 .sec-equipment-03 .machine-list li .intro-r .ttl-f,
  body.page-id-12 .sec-equipment-04 .machine-list li .intro-r .ttl-f {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
body.service-machine .sec-machine .machine-list li .intro-r .ttl-sub,
body.service-machine .sec-equipment-01 .machine-list li .intro-r .ttl-sub,
body.service-machine .sec-equipment-02 .machine-list li .intro-r .ttl-sub,
body.service-machine .sec-equipment-03 .machine-list li .intro-r .ttl-sub,
body.service-machine .sec-equipment-04 .machine-list li .intro-r .ttl-sub,
.service-equipment .sec-machine .machine-list li .intro-r .ttl-sub,
.service-equipment .sec-equipment-01 .machine-list li .intro-r .ttl-sub,
.service-equipment .sec-equipment-02 .machine-list li .intro-r .ttl-sub,
.service-equipment .sec-equipment-03 .machine-list li .intro-r .ttl-sub,
.service-equipment .sec-equipment-04 .machine-list li .intro-r .ttl-sub,
body.page-id-10 .sec-machine .machine-list li .intro-r .ttl-sub,
body.page-id-10 .sec-equipment-01 .machine-list li .intro-r .ttl-sub,
body.page-id-10 .sec-equipment-02 .machine-list li .intro-r .ttl-sub,
body.page-id-10 .sec-equipment-03 .machine-list li .intro-r .ttl-sub,
body.page-id-10 .sec-equipment-04 .machine-list li .intro-r .ttl-sub,
body.page-id-12 .sec-machine .machine-list li .intro-r .ttl-sub,
body.page-id-12 .sec-equipment-01 .machine-list li .intro-r .ttl-sub,
body.page-id-12 .sec-equipment-02 .machine-list li .intro-r .ttl-sub,
body.page-id-12 .sec-equipment-03 .machine-list li .intro-r .ttl-sub,
body.page-id-12 .sec-equipment-04 .machine-list li .intro-r .ttl-sub {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}
body.service-machine .sec-machine-etc .bg,
body.service-machine .sec-equipment-05 .bg,
.service-equipment .sec-machine-etc .bg,
.service-equipment .sec-equipment-05 .bg,
body.page-id-10 .sec-machine-etc .bg,
body.page-id-10 .sec-equipment-05 .bg,
body.page-id-12 .sec-machine-etc .bg,
body.page-id-12 .sec-equipment-05 .bg {
  padding: 40px 10px 40px;
  background: #e7f0ef;
  line-height: 1.9;
}
body.service-machine .sec-machine-etc .bg.__bg-e,
body.service-machine .sec-equipment-05 .bg.__bg-e,
.service-equipment .sec-machine-etc .bg.__bg-e,
.service-equipment .sec-equipment-05 .bg.__bg-e,
body.page-id-10 .sec-machine-etc .bg.__bg-e,
body.page-id-10 .sec-equipment-05 .bg.__bg-e,
body.page-id-12 .sec-machine-etc .bg.__bg-e,
body.page-id-12 .sec-equipment-05 .bg.__bg-e {
  background: #fff;
}
@media screen and (min-width: 835px) {
  body.service-machine .sec-machine-etc .bg,
  body.service-machine .sec-equipment-05 .bg,
  .service-equipment .sec-machine-etc .bg,
  .service-equipment .sec-equipment-05 .bg,
  body.page-id-10 .sec-machine-etc .bg,
  body.page-id-10 .sec-equipment-05 .bg,
  body.page-id-12 .sec-machine-etc .bg,
  body.page-id-12 .sec-equipment-05 .bg {
    padding: 40px 20px 40px;
  }
}
body.service-machine .sec-machine-etc .bg .machine-etc-list li,
body.service-machine .sec-equipment-05 .bg .machine-etc-list li,
.service-equipment .sec-machine-etc .bg .machine-etc-list li,
.service-equipment .sec-equipment-05 .bg .machine-etc-list li,
body.page-id-10 .sec-machine-etc .bg .machine-etc-list li,
body.page-id-10 .sec-equipment-05 .bg .machine-etc-list li,
body.page-id-12 .sec-machine-etc .bg .machine-etc-list li,
body.page-id-12 .sec-equipment-05 .bg .machine-etc-list li {
  padding-bottom: 46px;
  margin-bottom: 46px;
  border-bottom: 1px solid #fff;
}
body.service-machine .sec-machine-etc .bg .machine-etc-list li .ttl-f,
body.service-machine .sec-equipment-05 .bg .machine-etc-list li .ttl-f,
.service-equipment .sec-machine-etc .bg .machine-etc-list li .ttl-f,
.service-equipment .sec-equipment-05 .bg .machine-etc-list li .ttl-f,
body.page-id-10 .sec-machine-etc .bg .machine-etc-list li .ttl-f,
body.page-id-10 .sec-equipment-05 .bg .machine-etc-list li .ttl-f,
body.page-id-12 .sec-machine-etc .bg .machine-etc-list li .ttl-f,
body.page-id-12 .sec-equipment-05 .bg .machine-etc-list li .ttl-f {
  font-size: 24px;
  margin-bottom: 20px;
}
body.service-machine .sec-machine-etc .bg .machine-etc-list li .ttl-f:last-child,
body.service-machine .sec-equipment-05 .bg .machine-etc-list li .ttl-f:last-child,
.service-equipment .sec-machine-etc .bg .machine-etc-list li .ttl-f:last-child,
.service-equipment .sec-equipment-05 .bg .machine-etc-list li .ttl-f:last-child,
body.page-id-10 .sec-machine-etc .bg .machine-etc-list li .ttl-f:last-child,
body.page-id-10 .sec-equipment-05 .bg .machine-etc-list li .ttl-f:last-child,
body.page-id-12 .sec-machine-etc .bg .machine-etc-list li .ttl-f:last-child,
body.page-id-12 .sec-equipment-05 .bg .machine-etc-list li .ttl-f:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  body.service-machine .sec-machine-etc .bg .machine-etc-list li .ttl-f,
  body.service-machine .sec-equipment-05 .bg .machine-etc-list li .ttl-f,
  .service-equipment .sec-machine-etc .bg .machine-etc-list li .ttl-f,
  .service-equipment .sec-equipment-05 .bg .machine-etc-list li .ttl-f,
  body.page-id-10 .sec-machine-etc .bg .machine-etc-list li .ttl-f,
  body.page-id-10 .sec-equipment-05 .bg .machine-etc-list li .ttl-f,
  body.page-id-12 .sec-machine-etc .bg .machine-etc-list li .ttl-f,
  body.page-id-12 .sec-equipment-05 .bg .machine-etc-list li .ttl-f {
    font-size: 32px;
  }
}
body.service-machine .sec-machine-etc .bg .machine-etc-list li .ttl-sub,
body.service-machine .sec-equipment-05 .bg .machine-etc-list li .ttl-sub,
.service-equipment .sec-machine-etc .bg .machine-etc-list li .ttl-sub,
.service-equipment .sec-equipment-05 .bg .machine-etc-list li .ttl-sub,
body.page-id-10 .sec-machine-etc .bg .machine-etc-list li .ttl-sub,
body.page-id-10 .sec-equipment-05 .bg .machine-etc-list li .ttl-sub,
body.page-id-12 .sec-machine-etc .bg .machine-etc-list li .ttl-sub,
body.page-id-12 .sec-equipment-05 .bg .machine-etc-list li .ttl-sub {
  font-size: 16px;
  font-weight: 600;
}
body.service-machine .sec-machine-etc .bg .machine-etc-list li .text,
body.service-machine .sec-equipment-05 .bg .machine-etc-list li .text,
.service-equipment .sec-machine-etc .bg .machine-etc-list li .text,
.service-equipment .sec-equipment-05 .bg .machine-etc-list li .text,
body.page-id-10 .sec-machine-etc .bg .machine-etc-list li .text,
body.page-id-10 .sec-equipment-05 .bg .machine-etc-list li .text,
body.page-id-12 .sec-machine-etc .bg .machine-etc-list li .text,
body.page-id-12 .sec-equipment-05 .bg .machine-etc-list li .text {
  line-height: 1.9;
}
body.service-machine .sec-machine-etc .bg .machine-etc-list li .img-l,
body.service-machine .sec-equipment-05 .bg .machine-etc-list li .img-l,
.service-equipment .sec-machine-etc .bg .machine-etc-list li .img-l,
.service-equipment .sec-equipment-05 .bg .machine-etc-list li .img-l,
body.page-id-10 .sec-machine-etc .bg .machine-etc-list li .img-l,
body.page-id-10 .sec-equipment-05 .bg .machine-etc-list li .img-l,
body.page-id-12 .sec-machine-etc .bg .machine-etc-list li .img-l,
body.page-id-12 .sec-equipment-05 .bg .machine-etc-list li .img-l {
  padding-top: 48px;
  margin: 0 auto;
  max-width: 1000px;
}

.page-ttl {
  margin-top: clamp(60px, 17.3vw, 250px);
  margin-bottom: clamp(64px, 5.5vw, 80px);
  color: #41a200;
  border-bottom: 1px solid #e7f0ef;
  border-top: 1px solid #e7f0ef;
  padding: clamp(20px, 17.3vw, 46px) 0;
}
@media screen and (min-width: 1241px) {
  .page-ttl .ttl-cont {
    display: flex;
    justify-content: space-between;
  }
}
.page-ttl .ttl-cont h2 {
  font-size: clamp(24px, 3.2vw, 60px);
  line-height: 1.2;
  text-align: left;
}
.page-ttl .ttl-cont h2 .en {
  margin-top: 6px;
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 835px) {
  .page-ttl .ttl-cont h2 .en {
    font-size: 16px;
  }
}
.page-ttl .ttl-cont .page-ttl-list {
  margin-top: 40px;
  font-weight: 600;
}
.page-ttl .ttl-cont .page-ttl-list li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e3e7e6;
  width: 165px;
}
.page-ttl .ttl-cont .page-ttl-list li:last-child {
  margin-bottom: 0;
}

.content-ttl {
  font-size: 24px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 48px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho Pro", serif;
}
@media screen and (min-width: 835px) {
  .content-ttl {
    font-size: 32px;
  }
}
.content-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 30px;
  background: #41a200;
}

.top-ttl {
  position: relative;
  margin-bottom: 48px;
  overflow: hidden;
  padding-top: 200px;
}
.top-ttl.no-before {
  padding-top: 0;
}
.top-ttl:not(.no-before)::before {
  content: "Service";
  font-size: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: rgba(231, 240, 239, 0.5);
  font-family: "Libre Baskerville", "Georgia", serif;
}
.top-ttl.is-product::before {
  content: "Product";
}
.top-ttl h2 {
  font-size: clamp(24px, 3.2vw, 43px);
  line-height: 1.2;
  text-align: left;
}
.top-ttl h2 .en {
  margin-top: 6px;
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 835px) {
  .top-ttl h2 .en {
    font-size: 16px;
  }
}

.sec-linkbar .bg {
  background: linear-gradient(90deg, rgb(231, 240, 239) 0%, rgb(245, 245, 245) 100%);
}
.sec-linkbar .bg .cont-flex {
  padding: 134px 0 60px;
}
@media screen and (min-width: 835px) {
  .sec-linkbar .bg .cont-flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.sec-linkbar .bg .cont-flex .flex-l h2 {
  font-size: clamp(24px, 3.2vw, 43px);
  line-height: 1.2;
  text-align: left;
  margin-bottom: 26px;
}
.sec-linkbar .bg .cont-flex .flex-l h2 .en {
  margin-top: 16px;
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 835px) {
  .sec-linkbar .bg .cont-flex .flex-l h2 .en {
    font-size: 16px;
  }
}
.sec-linkbar .bg .cont-flex .flex-l p {
  line-height: 1.9;
}

.btn-wrap .btn {
  display: inline-block;
  padding: 12px 60px 12px 12px;
  position: relative;
  background-color: #767c7c;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  margin-top: 32px;
}
.btn-wrap .btn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 18px;
  background-image: url("../images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}/*# sourceMappingURL=style.css.map */