.hero {
  background: url("/wp-content/themes/itreat_base/dist/img/inspection-maintenance/hero.jpg") center/cover no-repeat !important;
}

.frame {
  padding: 64px 56px;
}
@media screen and (max-width: 959px) {
  .frame {
    padding: 48px 40px;
  }
}
@media screen and (max-width: 767px) {
  .frame {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 519px) {
  .frame {
    padding: 32px 24px;
  }
}
.frame .frame-lead {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .frame .frame-lead {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .frame .frame-lead {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.frame .frame-lead {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .frame .frame-lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .frame .frame-lead {
    font-size: 1.8rem;
  }
}
.frame .frame-txt {
  font-weight: bold;
  letter-spacing: 0.08em;
}

.inspection-lead {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .inspection-lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .inspection-lead {
    text-align: left;
  }
}
@media screen and (max-width: 519px) {
  .inspection-lead {
    font-size: 1.4rem;
  }
}

.inspection-flow {
  counter-reset: flow;
}
@media screen and (max-width: 767px) {
  .inspection-flow {
    padding-top: 24px;
  }
}
@media screen and (max-width: 519px) {
  .inspection-flow {
    padding-top: 0;
  }
}
.inspection-flow__item {
  position: relative;
  counter-increment: flow;
  padding-left: 60px;
}
@media screen and (max-width: 959px) {
  .inspection-flow__item {
    padding-left: 44px;
  }
}
@media screen and (max-width: 767px) {
  .inspection-flow__item {
    padding-left: 0;
  }
}
.inspection-flow__item .inspection-flow-num {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .inspection-flow__item .inspection-flow-num {
    width: 88px;
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  .inspection-flow__item .inspection-flow-num {
    top: -44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 519px) {
  .inspection-flow__item .inspection-flow-num {
    top: -8px;
    left: -8px;
    -webkit-transform: none;
    transform: none;
    width: 64px;
    height: 64px;
  }
}
.inspection-flow__item .inspection-flow-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.inspection-flow__item .inspection-flow-num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px dotted #ffffff;
  border-radius: 50%;
}
.inspection-flow__item .inspection-flow-num span {
  position: relative;
  padding-bottom: 48px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .inspection-flow__item .inspection-flow-num span {
    padding-bottom: 32px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  .inspection-flow__item .inspection-flow-num span {
    padding-bottom: 24px;
    font-size: 1.2rem;
  }
}
.inspection-flow__item .inspection-flow-num span:before {
  content: "0" counter(flow);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .inspection-flow__item .inspection-flow-num span:before {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .inspection-flow__item .inspection-flow-num span:before {
    font-size: 2.4rem;
  }
}
.inspection-flow__item .inspection-flow-content {
  padding: 40px 40px 40px 88px;
  background: #ffffff;
  border: 2px solid rgba(185, 145, 54, 0.24);
}
@media screen and (max-width: 959px) {
  .inspection-flow__item .inspection-flow-content {
    padding: 32px 32px 32px 64px;
  }
}
@media screen and (max-width: 767px) {
  .inspection-flow__item .inspection-flow-content {
    padding: 52px 32px 32px;
  }
}
@media screen and (max-width: 519px) {
  .inspection-flow__item .inspection-flow-content {
    padding: 24px;
  }
}
.inspection-flow__item .inspection-flow-content .inspection-flow-ttl {
  margin-bottom: 16px;
  padding-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .inspection-flow__item .inspection-flow-content .inspection-flow-ttl {
    padding-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .inspection-flow__item .inspection-flow-content .inspection-flow-ttl {
    padding-bottom: calc(8px * 2 * 0.5);
  }
}
.inspection-flow__item .inspection-flow-content .inspection-flow-ttl {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .inspection-flow__item .inspection-flow-content .inspection-flow-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .inspection-flow__item .inspection-flow-content .inspection-flow-ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .inspection-flow__item .inspection-flow-content .inspection-flow-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 112px;
    margin-bottom: 0;
    padding-top: 12px;
    text-align: left;
  }
}
.inspection-flow__item .inspection-flow-content .inspection-flow-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 519px) {
  .inspection-flow__item .inspection-flow-content .inspection-flow-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
}
.inspection-flow__item .inspection-flow-content .inspection-flow-unit .inspection-flow-dtl {
  width: calc(100% - 266px);
}
@media screen and (max-width: 959px) {
  .inspection-flow__item .inspection-flow-content .inspection-flow-unit .inspection-flow-dtl {
    width: calc(100% - 224px);
  }
}
@media screen and (max-width: 519px) {
  .inspection-flow__item .inspection-flow-content .inspection-flow-unit .inspection-flow-dtl {
    width: 100%;
  }
}
.inspection-flow__item .inspection-flow-content .inspection-flow-unit .inspection-flow-vsl {
  max-width: 248px;
}
@media screen and (max-width: 959px) {
  .inspection-flow__item .inspection-flow-content .inspection-flow-unit .inspection-flow-vsl {
    max-width: 200px;
  }
}
@media screen and (max-width: 519px) {
  .inspection-flow__item .inspection-flow-content .inspection-flow-unit .inspection-flow-vsl {
    position: absolute;
    top: 24px;
    right: 24px;
    max-width: 140px;
  }
}
.inspection-flow__item:not(:last-child) {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .inspection-flow__item:not(:last-child) {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .inspection-flow__item:not(:last-child) {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .inspection-flow__item:not(:last-child) {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 519px) {
  .inspection-flow__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.inspection-flow__item:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 14px solid;
  border-bottom: 0;
}
@media screen and (max-width: 959px) {
  .inspection-flow__item:not(:last-child):before {
    bottom: -18px;
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    border-top: 12px solid;
  }
}
@media screen and (max-width: 767px) {
  .inspection-flow__item:not(:last-child):before {
    bottom: -6px;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 8px solid;
  }
}
.inspection-flow__item:nth-of-type(1):before {
  border-top-color: #B99136;
}
.inspection-flow__item:nth-of-type(2):before {
  border-top-color: #C6643A;
}
.inspection-flow__item:nth-of-type(3):before {
  border-top-color: #506255;
}
.inspection-flow__item:nth-of-type(4):before {
  border-top-color: #9C7399;
}
.inspection-flow__item:nth-of-type(5):before {
  border-top-color: #9B5A3A;
}
.inspection-flow__item:nth-of-type(1) .inspection-flow-num {
  background: #759293;
}
.inspection-flow__item:nth-of-type(1) .inspection-flow-content .inspection-flow-ttl {
  border-bottom: 1px solid #759293;
}
@media screen and (max-width: 519px) {
  .inspection-flow__item:nth-of-type(1) .inspection-flow-content .inspection-flow-ttl {
    border-bottom: 0;
  }
}
.inspection-flow__item:nth-of-type(2) .inspection-flow-num {
  background: #B99136;
}
.inspection-flow__item:nth-of-type(2) .inspection-flow-content .inspection-flow-ttl {
  border-bottom: 1px solid #B99136;
}
@media screen and (max-width: 519px) {
  .inspection-flow__item:nth-of-type(2) .inspection-flow-content .inspection-flow-ttl {
    border-bottom: 0;
  }
}
.inspection-flow__item:nth-of-type(3) .inspection-flow-num {
  background: #C6643A;
}
.inspection-flow__item:nth-of-type(3) .inspection-flow-content .inspection-flow-ttl {
  border-bottom: 1px solid #C6643A;
}
@media screen and (max-width: 519px) {
  .inspection-flow__item:nth-of-type(3) .inspection-flow-content .inspection-flow-ttl {
    border-bottom: 0;
  }
}
.inspection-flow__item:nth-of-type(4) .inspection-flow-num {
  background: #506255;
}
.inspection-flow__item:nth-of-type(4) .inspection-flow-content .inspection-flow-ttl {
  border-bottom: 1px solid #506255;
}
@media screen and (max-width: 519px) {
  .inspection-flow__item:nth-of-type(4) .inspection-flow-content .inspection-flow-ttl {
    border-bottom: 0;
  }
}
.inspection-flow__item:nth-of-type(5) .inspection-flow-num {
  background: #9C7399;
}
.inspection-flow__item:nth-of-type(5) .inspection-flow-content .inspection-flow-ttl {
  border-bottom: 1px solid #9C7399;
}
@media screen and (max-width: 519px) {
  .inspection-flow__item:nth-of-type(5) .inspection-flow-content .inspection-flow-ttl {
    border-bottom: 0;
  }
}
.inspection-flow__item:nth-of-type(6) .inspection-flow-num {
  background: #9B5A3A;
}
.inspection-flow__item:nth-of-type(6) .inspection-flow-content .inspection-flow-ttl {
  border-bottom: 1px solid #9B5A3A;
}
@media screen and (max-width: 519px) {
  .inspection-flow__item:nth-of-type(6) .inspection-flow-content .inspection-flow-ttl {
    border-bottom: 0;
  }
}

.menu-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .menu-unit {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.menu-unit__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px 40px;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  .menu-unit__item {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 767px) {
  .menu-unit__item {
    padding: 32px 24px;
  }
}
.menu-unit__item:before, .menu-unit__item:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 8px);
  height: 1px;
  background: rgba(155, 90, 58, 0.24);
}
@media screen and (max-width: 519px) {
  .menu-unit__item:before, .menu-unit__item:after {
    width: calc(100% - 8px);
  }
}
.menu-unit__item:before {
  top: 8px;
}
@media screen and (max-width: 519px) {
  .menu-unit__item:before {
    top: 4px;
  }
}
.menu-unit__item:after {
  bottom: 8px;
}
@media screen and (max-width: 519px) {
  .menu-unit__item:after {
    bottom: 4px;
  }
}
.menu-unit__item .menu-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .menu-unit__item .menu-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .menu-unit__item .menu-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.menu-unit__item .menu-ttl {
  padding-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .menu-unit__item .menu-ttl {
    padding-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .menu-unit__item .menu-ttl {
    padding-bottom: calc(8px * 3 * 0.5);
  }
}
.menu-unit__item .menu-ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .menu-unit__item .menu-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-unit__item .menu-ttl {
    font-size: 2rem;
  }
}
.menu-unit__item .menu-ttl span {
  font-size: 2.4rem;
  color: #2D3134;
}
@media screen and (max-width: 959px) {
  .menu-unit__item .menu-ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-unit__item .menu-ttl span {
    font-size: 1.6rem;
  }
}
.menu-unit__item .menu-ttl.--bgn {
  color: #759293;
  border-bottom: 1px solid #759293;
}
.menu-unit__item .menu-ttl.--red {
  color: #C6643A;
  border-bottom: 1px solid #C6643A;
}
.menu-unit__item .menu-lead {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .menu-unit__item .menu-lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-unit__item .menu-lead {
    font-size: 1.6rem;
  }
}
.menu-unit__item .menu-tbl {
  margin-top: auto;
}
.menu-unit__item .menu-tbl table {
  width: 100%;
}
.menu-unit__item .menu-tbl table tbody tr th,
.menu-unit__item .menu-tbl table tbody tr td {
  vertical-align: middle;
  padding: 16px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .menu-unit__item .menu-tbl table tbody tr th,
  .menu-unit__item .menu-tbl table tbody tr td {
    font-size: 1.3rem;
  }
}
.menu-unit__item .menu-tbl table tbody tr th {
  width: 140px;
  font-weight: bold;
  color: #ffffff;
  background: #2D3134;
}
@media screen and (max-width: 959px) {
  .menu-unit__item .menu-tbl table tbody tr th {
    width: 124px;
  }
}
.menu-unit__item .menu-tbl table tbody tr td {
  background: #F8F7F4;
}
.menu-unit__item .menu-tbl table tbody tr:not(:last-child) {
  border-bottom: 2px solid #ffffff;
}

.logo-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .logo-unit {
    gap: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .logo-unit {
    gap: calc(8px * 3 * 0.5);
  }
}
.logo-unit {
  max-width: 640px;
  margin: 0 auto 24px auto;
}
@media screen and (max-width: 959px) {
  .logo-unit {
    max-width: 480px;
  }
}
/*# sourceMappingURL=../../maps/pages/inspection-maintenance.css.map */
