@charset "UTF-8";
/* common */
/* ===========================================================
 common
=========================================================== */
/* layout ------------------------------------------------- */
body.full #detail {
  max-width: 100%;
  padding-top: 0;
}

section div.contents {
  max-width: 1186px;
  margin: 0 auto;
  padding-inline: 25px;
}
@media screen and (max-width: 768px) {
  section div.contents {
    padding-inline: 0;
  }
}

section.white {
  background: var(--color-white);
}

section.litegray {
  background: var(--color-platinumgray);
}

section.gray {
  background: var(--color-lightgray);
}

.w940 {
  max-width: 940px;
  margin: 0 auto;
}

.w744 {
  max-width: 744px;
  margin: 0 auto;
}

/*p.btnLink03 a {
  border-color: transparent;
  background-color:transparent;
  border: none;
  color: #333;
  font-family: var(--medium-family);
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 10px;
  line-height: 1.5;
  font-feature-settings: 'palt' 1, "nlck" 1;
}

p.btnLink03 a:hover {
  border-color: transparent;
  background-color:transparent;
  border: none;
  color: #333;
  font-family: var(--medium-family);
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 10px;
  line-height: 1.5;
  font-feature-settings: 'palt' 1, "nlck" 1;
}*/

body.single .topicWrap.bottom {
  padding-left: 25px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.single .topicWrap.bottom {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  section.litegray,
  section.gray {
    padding-left: 20px;
    padding-right: 20px;
  }
  #gContents .topicWrap {
    margin: 10px 20px 10px 20px;
  }
}
/* module ------------------------------------------------- */
.colFlex .col img {
  width: 100%;
  padding: 0 2%;
}
.colFlex .col_txt {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

.colFlex.alCenter {
  align-items: center;
}

.colFlex.gap40 {
  gap: 40px;
}

.anchorNavi02 a:hover img {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}

#detail section figure figcaption {
  font-size: 14px;
}

a.btn {
  margin-top: 2rem;
  padding: 14px 2em;
  display: inline-block;
  color: var(--color-black);
  background: var(--color-white);
  font-size: 16px;
  position: relative;
  z-index: 1;
}

a.btn:hover {
  opacity: 0.75;
  transition: all 0.3s ease 0s;
}

.figBox_text {
  margin-top: 2px;
  margin-bottom: 0;
}

.figBox_text p {
  line-height: 1.5;
}

.figBox_text p.-safety {
  line-height: 2;
}

.figBox.-dark .figBox_image {
  background: #eee;
}

.figBox.-dark .figBox_text {
  background: #eee;
}


.anchorNavi02 .colFlex {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .colFlex.gap40 {
    gap: 20px;
  }
  .colFlex.sp-reverse {
    flex-direction: column-reverse;
  }
  .colFlex.gap40.count2 > :is(div.col, div.img),
  .colFlex.count3 > :is(div.col, div.img) {
    width: 100%;
  }
  body.full.products #detail figure.sp-full {
    width: 100% !important;
  }
  body.full.products #detail {
    margin: 0;
  }
}
/* title ------------------------------------------------- */
section h2.gen {
  font-size: 28px;
  line-height: 1.5;
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
}

section h2.gen2 {
  font-size: 24px;
  line-height: 1.5;
  padding-top: 80px;
  padding-bottom: 35px;
  text-align: center;
}

section h2.gen small {
  display: block;
  font-size: 16px;
  margin-bottom: 0.25em;
}

section h3 {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section h2.gen {
    font-size: 24px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  section h2.gen2 {
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  section h2.gen small {
    font-size: 15px;
  }
  section h3 {
    font-size: 16px;
  }
}
/* text ------------------------------------------------- */
.notes {
  font-size: 14px;
  color: var(--color-gray);
}

.notes.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.notes.lh15 {
  line-height: 1.5;
}

section p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1em;
}

section p.narrow {
  max-width: 744px;
  margin: 0 auto 1em auto;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  section p {
    font-size: 15px;
    line-height: 1.8;
  }
  section p.narrow {
    width: 100%;
  }
}
/* helper ------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
  .pb90 {
    padding-bottom: 45px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .mt90 {
    margin-top: 45px !important;
  }
  .mb20 {
    margin-bottom: 12px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
}
/* cta.html ------------------------------------------------- */
#cta .anchorNavi02 .colFlex {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #cta li {
    margin-bottom: 20px;
    text-align: center;
  }
  #cta img {
    width: 100%;
    max-width: 300px;
  }
}
/* #why ------------------------------------------------- */
#why .colFlex {
  gap: 40px;
  justify-content: center;
  box-sizing: border-box;
}

#why .colFlex.count3 > div.col,
#why .colFlex.count3 > img {
  width: calc(33.3333333333% - 40px);
}

#why .colFlex > div.col {
  outline: 1px solid #fff;
  outline-offset: 20px;
}

#why .colFlex > div.col.active {
  background: #eee;
  padding: 30px;
  opacity: 0.5;
}

#why .colFlex > div.col:not(.active):hover {
  outline: 1px solid #333;
  transition: all 0.3s ease 0s;
}

#why .colFlex > div.col.active:hover {
  cursor: default;
}

#why .colFlex h3 {
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 20px;
  text-indent: -20px;
}

#why .colFlex h3::before {
  display: inline-block;
  vertical-align: 3px;
  content: "";
  border-top: solid 1px var(--color-black);
  border-right: solid 1px var(--color-black);
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-right: 10px;
}

#why .colFlex p {
  font-size: 14px;
  color: var(--color-gray);
}

@media screen and (max-width: 768px) {
  #why .colFlex {
    width: 75%;
    justify-content: center;
    gap: 0;
    margin: 0 auto;
    margin-bottom: 0 !important;
  }
  #why .colFlex > div.col {
    outline: 0;
    outline-offset: 0;
  }
  #why .colFlex > div.col.active {
    background: #eee;
    padding: 30px;
    opacity: 0.5;
  }
  #why .colFlex > div.col:not(.active):hover {
    outline: 0;
    transition: none;
  }
  #why .colFlex:is(.count2, .count3) > :is(.col, div.col) {
    margin-bottom: 30px !important;
  }
  #why .colFlex h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  #why .colFlex.count3 > div.col, #why .colFlex.count3 > img {
    width: 100%;
  }
}
/* ===========================================================
 00
=========================================================== */
/* 00 - title */
[data-subcategory=index] .subtitle {
  line-height: 1.5;
}

[data-subcategory=index] #title .contents p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

[data-subcategory=index] #title .contents h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.6em;
}

[data-subcategory=index] #title .contents h1 small {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}

[data-subcategory=index] #title .col.-image {
  width: 50%;
}

[data-subcategory=index] #title .col.-image img {
  max-width: 646px;
}

[data-subcategory=index] #title .col.-text {
  width: 50%;
  padding-top: 10px;
}
[data-subcategory=index] #title .col.-text2 {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}



.anchorNavi01 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  [data-subcategory=index] #title .contents p {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    font-family: var(--medium-family);
  }
  [data-subcategory=index] #title .contents h1 {
    margin-left: 0;
    font-size: 28px;
    margin-top: 0.1em;
    margin-bottom: 20px;
    text-align: center;
  }
  [data-subcategory=index] #title .contents h1 small {
    font-size: 28px;
  }
  [data-subcategory=index] #title .col:last-child {
    text-align: center;
  }
  [data-subcategory=index] #title .col img {
    width: 75%;
  }
  [data-subcategory=index] #title .col.-image {
    width: 100%;
  }
  [data-subcategory=index] #title .col.-text {
    width: 100%;
  }
  [data-subcategory=index] #title .col_text {
    width: 100%;
    margin: 0 auto;
  }
}
/* 00 - overview */
[data-subcategory=index] #overview h2 {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  [data-subcategory=index] #overview h2 {
    font-size: 24px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
/* 00 - lineup */
[data-subcategory=index] #lineup .group + .group {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}

[data-subcategory=index] #lineup .group + .group::before {
  content: "";
  display: block;
  max-width: 940px;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

[data-subcategory=index] #lineup section figure figcaption {
  color: #666;
  text-align: center;
}

[data-subcategory=index] #lineup section figure figcaption strong {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  [data-subcategory=index] #lineup .group {
    margin-top: 45px;
  }
}
/* 00 - features */
[data-subcategory=index] #features .notes {
  margin-bottom: 0;
  line-height: 1.5;
}

[data-subcategory=index] #features .subtitle {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  [data-subcategory=index] #features .subtitle {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}
/* ===========================================================
 01 - 05
=========================================================== */
[data-subcategory^="0"] #title h1 {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

[data-subcategory^="0"] #title h1 small {
  display: block;
  font-size: 18px;
  margin-top: 8px;
}

[data-subcategory^="0"] #title .caption {
  background-color: var(--color-black);
  color: var(--color-white);
  text-align: center;
  padding: 1em;
}

[data-subcategory^="0"] #why {
  border-top: 1px solid var(--color-lightgray);
}

@media screen and (max-width: 768px) {
  [data-subcategory^="0"] #title h1 {
    font-size: 24px;
  }
  [data-subcategory^="0"] #title h1 small {
    font-size: 16px;
  }
  [data-subcategory^="0"] #title .caption {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}
/* ===========================================================
 01
=========================================================== */
[data-subcategory="01"] .case h3 {
  font-size: 21px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 5px;
}

[data-subcategory="01"] .case img {
  width: 100%;
}

[data-subcategory="01"] .case .btn {
  font-size: 16px;
  display: inline-block;
  background: #fff;
  text-align: center;
}

[data-subcategory="01"] .case .btn:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  [data-subcategory="01"] .case h3 {
    font-size: 18px;
  }
  [data-subcategory="01"] .case + .case {
    margin-top: 50px;
  }
  [data-subcategory="01"] .case .btn {
    width: 100%;
    margin-top: 0.8em;
    padding: 8px 2em;
  }
  [data-subcategory="01"] .case.colFlex.gap40 {
    gap: 15px;
  }
  [data-subcategory="01"] .case.colFlex.gap40 p {
    margin-bottom: 0.6em;
  }
}
/* ===========================================================
 02
=========================================================== */
/* ===========================================================
 03
=========================================================== */
@media screen and (max-width: 768px) {
  [data-subcategory="03"] .definitionList {
    margin-top: 1em;
  }
}
/* ===========================================================
 04
=========================================================== */
[data-subcategory="04"] h3 {
  font-size: 21px;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  [data-subcategory="04"] h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
/* ===========================================================
 05
=========================================================== */
/* ===========================================================
 コンベアタイプ洗浄機
=========================================================== */
[data-subcategory=index] #title .contents h1 {
  margin-top: 35px;
}
[data-subcategory=index] #title .annotation {
  margin-top: 40px;
}
[data-subcategory=index] #title .annotation p {
  font-size: 12px;
  line-height: 1.8;
  color: #666666;
}
@media screen and (max-width: 768px) {
  [data-subcategory=index] #title .annotation p {
    text-align: left;
  }
}
[data-subcategory=index] #title .annotation_title {
  margin-bottom: 0;
}
[data-subcategory=index] #title .annotation_text {
  margin-left: 1em;
}
[data-subcategory=index] #title .annotation_text .-indent {
  display: block;
  margin-left: 3em;
  text-indent: -3em;
}

.colFlex {
  gap: 0;
  flex-wrap: nowrap;
  align-items: center;
}
.colFlex.-middle {
  padding-block: 67px;
}
@media screen and (max-width: 768px) {
  .colFlex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .colFlex.-reverse {
    flex-direction: column-reverse;
  }
}

#energy .video {
  max-width: 470px;
  width: 50%;
  padding: 21px 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #energy .video {
    width: 100%;
  }
}
#energy .video img {
  margin-bottom: 10px;
}
#energy .video span::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(./img/play-button1.svg) no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  margin-left: 0.5em;
  margin-right: 2em;
}

.cabinet-title {
  text-align: center;
  line-height: 1.5;
  font-size: 36px;
  font-weight: 600;
}
.cabinet-title_sub {
  margin-top: 10px;
  display: block;
  font-size: 22px;
}

[data-subcategory=index] .subtitle {
  font-family: var(--medium-family);
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  [data-subcategory=index] .subtitle {
    margin-top: 20px 0 10px;
  }
}

.colFlex.count2 > div.col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .colFlex.count2 > div.col {
    width: 100%;
  }
}

[data-subcategory=index] .col .subtitle,
[data-subcategory=index] .col .cabinet_text {
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  [data-subcategory=index] .col .subtitle,
  [data-subcategory=index] .col .cabinet_text {
    padding-inline: 15px;
  }
}

.colFlex.count2 > div.col.-img.-padding {
  padding: 11px;
}

.cabinet_img {
  padding-inline: 30px;
}
.cabinet_img figcaption {
  color: #666666;
}

.-break {
  display: inline-block;
}/*# sourceMappingURL=page.css.map */