@charset "UTF-8";
@media only screen and (max-width: 767px) {
  .second-mv {
    padding-top: 19rem;
    margin-bottom: 13.1rem;
  }
}
.second-mv::before {
  background: url("../img/plant-maintenance/mv-img.jpg") no-repeat top left/cover;
}
@media only screen and (max-width: 767px) {
  .second-mv::before {
    background: url("../img/plant-maintenance/sp/mv-img.jpg") no-repeat top left/cover;
  }
}

.page-read {
  margin-bottom: 7.4rem;
}
@media only screen and (max-width: 767px) {
  .page-read {
    margin-bottom: 14rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page-read .inner {
    width: 120rem;
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .page-read .inner {
    padding: 0 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page-read .read-txt {
    width: 55.1rem;
    margin-left: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-read .read-txt {
    margin-bottom: 6rem;
  }
}
.page-read h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 3.3rem;
  letter-spacing: 0.28rem;
}
@media only screen and (max-width: 767px) {
  .page-read h2 {
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.38rem;
    margin-bottom: 4.8rem;
  }
}
.page-read p {
  font-size: 1.5rem;
  line-height: 1.93;
  letter-spacing: 0.12rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .page-read p {
    font-size: 2.8rem;
    line-height: 1.64;
    letter-spacing: 0.16rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page-read .map-image {
    width: 46.7rem;
    margin: 0.5rem 3.7rem 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-read .map-image {
    padding-left: 2rem;
  }
  .page-read .map-image img {
    width: 100%;
  }
}

.maintenance {
  margin-bottom: 13.4rem;
}
@media only screen and (max-width: 767px) {
  .maintenance {
    margin-bottom: 12.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .maintenance .scd-section-ttl {
    margin-bottom: 5.9rem;
  }
}
.maintenance .scd-section-ttl span:not([class])::before {
  content: "Maintenance Services";
}
@media print, screen and (min-width: 768px) {
  .maintenance .inner {
    width: 110rem;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .maintenance .inner {
    padding: 0 4rem;
  }
}
.maintenance--anchor {
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  .maintenance--anchor {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .maintenance--anchor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .maintenance--anchor .single {
    width: 26rem;
  }
}
.maintenance--anchor .single img {
  background: #67b5b7;
  padding: 2rem;
}
.maintenance--anchor .single figcaption {
  text-align: center;
  position: relative;
  background: #e1f0f1;
  line-height: 5rem;
  font-feature-settings: "palt";
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .maintenance--anchor .single figcaption {
    font-size: 3.5rem;
    line-height: 1;
    padding: 2rem 0 2.3rem;
  }
}
.maintenance--anchor .single figcaption::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .maintenance--anchor .single figcaption::after {
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .maintenance--anchor .single figcaption::after {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    margin-top: 1.3rem;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
}

.page-content {
  position: relative;
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .page-content {
    margin-bottom: 7.5rem;
  }
}
.page-content::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  background: #e8f4f4;
  width: 81.25vw;
  height: 34rem;
}
@media only screen and (max-width: 767px) {
  .page-content::before {
    width: 100%;
    height: 76rem;
    top: 3.8rem;
  }
}
.page-content .inner {
  width: 120rem;
  margin: auto;
  position: relative;
  z-index: 1;
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .page-content .inner {
    width: 100%;
    padding: 0 4rem;
  }
}
.page-content.daily .scd-section-ttl span:not([class])::before {
  content: "Daily Security";
}
.page-content.regular {
  margin-bottom: 14.2rem;
}
@media only screen and (max-width: 767px) {
  .page-content.regular {
    margin-bottom: 13.2rem;
  }
}
.page-content.regular .scd-section-ttl span:not([class])::before {
  content: "Regular Repair";
}
@media print, screen and (min-width: 768px) {
  .page-content.regular .content-top {
    margin-bottom: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content.regular .grid-content h3 {
    letter-spacing: 0;
    margin-bottom: 4rem;
  }
  .page-content.regular .grid-content .grid--single {
    margin-bottom: 6rem;
  }
}
.page-content.category .scd-section-ttl {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .page-content.category .scd-section-ttl {
    margin-bottom: 7.2rem;
  }
}
.page-content.category .scd-section-ttl span:not([class]) {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-content.category .scd-section-ttl span:not([class]) {
    margin-bottom: 3rem;
  }
}
.page-content.category .scd-section-ttl span:not([class])::before {
  content: "Corresponding Category";
}
.page-content.methods .scd-section-ttl {
  margin-bottom: 4.9rem;
}
@media only screen and (max-width: 767px) {
  .page-content.methods .scd-section-ttl {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content.methods .scd-section-ttl span:not([class]) {
    margin-bottom: 3.1rem;
  }
}
.page-content.methods .scd-section-ttl span:not([class])::before {
  content: "Services & Methods";
}
.page-content.construction {
  margin-bottom: 7.5rem;
}
.page-content.construction .scd-section-ttl span:not([class])::before {
  content: "Construction";
}
.page-content.testrun {
  margin-bottom: 24.1rem;
}
@media only screen and (max-width: 767px) {
  .page-content.testrun {
    margin-bottom: 14rem;
  }
}
.page-content.testrun .scd-section-ttl span:not([class])::before {
  content: "Test Run";
}
.page-content .scd-section-ttl {
  margin-bottom: 4.3rem;
}
@media print, screen and (min-width: 768px) {
  .page-content .scd-section-ttl {
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .scd-section-ttl {
    margin-bottom: 6.4rem;
  }
}
.page-content .scd-section-ttl span:not([class]) {
  margin: 0 0 1rem;
}
@media only screen and (max-width: 767px) {
  .page-content .scd-section-ttl span:not([class]) {
    margin: 0 0 3rem;
  }
}
.page-content .scd-section-ttl span:not([class])::before {
  word-wrap: normal;
}
.page-content .scd-section-ttl span.en {
  word-wrap: normal;
}
.page-content .scd-section-ttl span.jp {
  margin-left: 5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .page-content .scd-section-ttl span.jp {
    margin-left: 7rem;
  }
}
.page-content .content-top {
  display: block;
  position: relative;
}
.page-content .content-top .content-left {
  width: 55rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .page-content .content-top .content-left {
    width: 100%;
    margin-bottom: 4.3rem;
  }
}
.page-content .content-top .content-left p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.933;
  letter-spacing: 0.08rem;
}
@media only screen and (max-width: 767px) {
  .page-content .content-top .content-left p {
    font-size: 2.8rem;
    line-height: 1.65;
    letter-spacing: 0.15rem;
  }
}
.page-content .content-top .content-right {
  position: absolute;
  top: 12rem;
  right: 0;
  width: 55rem;
}
@media only screen and (max-width: 767px) {
  .page-content .content-top .content-right {
    position: relative;
    top: 0;
    left: 10.5vw;
    width: 64.7rem;
  }
  .page-content .content-top .content-right img {
    width: 100%;
  }
}
.page-content .content {
  width: 55rem;
  margin: 4.2rem 0;
}
.page-content .content.flex {
  display: flex;
  flex-wrap: wrap;
}
.page-content .content.flex h3 {
  width: 100%;
}
.page-content .content.flex ul {
  width: 45%;
}
.page-content .content .small-txt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .page-content .content .small-txt {
    font-size: 2.9rem;
    line-height: 1.586;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .content {
    width: 100%;
    margin: 5.7rem 0 5.7rem;
  }
}
.page-content .content h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  line-height: 6rem;
  padding-left: 4rem;
  background: #009043;
  background: linear-gradient(90deg, rgb(0, 144, 67) 0%, rgb(25, 168, 78) 50%, rgb(105, 184, 164) 100%);
  margin-bottom: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .page-content .content h3 {
    font-size: 3.3rem;
    line-height: 7.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 5.6rem;
  }
}
.page-content .content ul li {
  font-size: 1.5rem;
  font-weight: 500;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  line-height: 1.933;
  letter-spacing: 0.08rem;
}
@media only screen and (max-width: 767px) {
  .page-content .content ul li {
    font-size: 2.8rem;
    text-indent: -3rem;
    padding-left: 3rem;
    line-height: 1.7;
  }
}
.page-content .content ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .page-content .content ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.page-content .content ul li::before {
  content: "■";
  color: #009043;
}
.page-content .content-top {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .page-content .content-top {
    margin-bottom: 5rem;
  }
}
.page-content .content-top p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  max-width: 100rem;
}
@media only screen and (max-width: 767px) {
  .page-content .content-top p {
    font-size: 2.8rem;
    line-height: 1.642;
  }
}
.page-content .grid-title {
  color: #67b5b7;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 4rem;
  border: 0.15rem solid #67b5b7;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .page-content .grid-title {
    font-size: 3rem;
    line-height: 6rem;
    margin-bottom: 7rem;
    border-width: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-content .grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-content .grid-content {
    position: relative;
    left: 10.5vw;
    width: 64.7rem;
  }
  .page-content .grid-content .grid-single {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .page-content .grid-content .grid-single {
    margin-bottom: 6.6rem;
  }
}
.page-content .grid-content figcaption {
  margin-top: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .page-content .grid-content figcaption {
    margin-top: 2.8rem;
    padding-right: 4rem;
  }
}
.page-content .grid-content h3 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  color: #67b5b7;
  border-bottom: 2px solid #67b5b7;
  margin-bottom: 1.2rem;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .page-content .grid-content h3 {
    font-size: 3.64rem;
    margin-bottom: 3.1rem;
    letter-spacing: 0.18rem;
  }
}
.page-content .grid-content p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.933;
  letter-spacing: 0.11rem;
}
@media only screen and (max-width: 767px) {
  .page-content .grid-content p {
    font-size: 2.8rem;
    line-height: 1.65;
    letter-spacing: 0.15rem;
  }
}
.page-content .content ol li {
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .page-content .content ol li {
    font-size: 2.8rem;
    line-height: 1.642;
    padding-left: 2.8rem;
    text-indent: -2.8rem;
  }
}
.page-content .content ol li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page-content .content ol li:not(:last-of-type) {
    margin-bottom: 0.8rem;
  }
}
.page-content .content ol li .num {
  color: #009043;
}

@media print, screen and (min-width: 768px) {
  .example {
    margin: 0 0 3.3rem;
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .example {
    margin-bottom: 7.9rem;
  }
}
.example h3 {
  color: #009043;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: 0.44rem;
}
@media only screen and (max-width: 767px) {
  .example h3 {
    font-size: 3.3rem;
    letter-spacing: 0.67rem;
    margin-bottom: 3.1rem;
  }
}
.example h3 span {
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.05rem;
}
@media print, screen and (min-width: 768px) {
  .example h3 span {
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .example h3 span {
    font-size: 2.8rem;
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .example--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .example--single {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5rem;
  }
}
.example--single figure {
  border: 1px solid #cbcbcb;
  border-radius: 2.8rem;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 24rem;
  margin-bottom: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .example--single figure {
    width: 31rem;
    height: auto;
    margin-bottom: 0;
    min-height: 26.7rem;
  }
}
.example--single figure .icon {
  width: 9.4rem;
  height: 9.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .example--single figure .icon {
    width: 12.5rem;
  }
}
.example--single figure .icon img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .example--single figure .icon.icon1 {
    margin-bottom: 2rem;
  }
  .example--single figure .icon.icon2, .example--single figure .icon.icon3, .example--single figure .icon.icon4 {
    margin-bottom: 4rem;
  }
}
.example--single figcaption {
  text-align: center;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .example--single figcaption {
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .example--single ul {
    margin-left: 3rem;
  }
}
.example--single ul li {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.93;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  letter-spacing: 0.14rem;
}
@media only screen and (max-width: 767px) {
  .example--single ul li {
    font-size: 2.8rem;
    line-height: 1.64;
    margin-bottom: 0;
    padding-left: 2.8rem;
    text-indent: -2.8rem;
  }
}
.example--single ul li::before {
  content: "■";
  color: #009043;
}
.example--single .single-flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.2rem;
  margin: 2.9rem 0 1.3rem;
}
@media only screen and (max-width: 767px) {
  .example--single .single-flow {
    gap: 4.2rem;
    margin: 6.3rem 0 3rem;
  }
}
.example--single .single-flow div {
  position: relative;
  background: #e8f4f4;
  text-align: center;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .example--single .single-flow div {
    height: 19rem;
  }
}
.example--single .single-flow div:not(:last-of-type)::after {
  content: "";
  width: 1.5rem;
  height: 4rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #67b5b7;
  position: absolute;
  top: 0;
  left: calc(100% + 0.35rem);
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .example--single .single-flow div:not(:last-of-type)::after {
    width: 2.8rem;
    height: 7.6rem;
    left: calc(100% + 0.8rem);
  }
}
.example--single .single-flow div p {
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .example--single .single-flow div p {
    font-size: 2.85rem;
  }
}

#category {
  background: #f2f2f2;
  padding: 8.3rem 0 9.4rem;
  margin-bottom: 13.2rem;
}
@media only screen and (max-width: 767px) {
  #category {
    padding: 8.3rem 0 8.9rem;
    margin-bottom: 12.8rem;
  }
}
#category::before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #category .category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.2rem 5rem;
    width: 110rem;
  }
}
#category .category-list .content {
  width: auto;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #category .category-list .content:not(:last-of-type) {
    margin-bottom: 6rem;
  }
  #category .category-list .content small {
    font-size: 2.8rem;
  }
}
/*# sourceMappingURL=plant-maintenance.css.map */