@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, pre, code {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #212529;
}

#AboutMatsumura {
  background: #e3ece7;
}

/* prettier-ignore */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, pre, code, button, label, input, textarea, .btn {
  font-family: "Noto Sans JP", sans-serif !important;
}

body {
  color: #212529;
}

.overlay-2:before {
  background: rgba(0, 0, 0, 0.66) !important;
}

#AboutMatsumura {
  background: #e3ece6;
}

#MerosFooter {
  background: #00443a;
}

.bg-green-300 {
  background: #eff5f5;
}

@media (max-width: 992px) {
  .sm-header-center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sm-header-center .ps-2 {
    padding-right: 0.5rem !important;
  }
}
/* スマホ時に画像カラムを正方形・横並びにするCSS */
@media (max-width: 992px) {
  .about-square-mobile {
    width: 100% !important;
    max-width: 100% !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    aspect-ratio: 1/1;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-square-mobile > .py-9 {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    min-height: 300px;
  }
}
.process-item-number {
  z-index: -1;
  line-height: 1;
  color: #00453b !important;
  opacity: 0.1;
  background: transparent !important;
}
.process-item-number#ltr_Me {
  position: absolute;
  top: 18px;
  left: 730px;
  font-size: 23.5em;
}
.process-item-number#ltr_R {
  position: absolute;
  top: 10px;
  left: 410px;
  font-size: 25em;
}
.process-item-number#ltr_O {
  position: absolute;
  top: -35px;
  left: 710px;
  font-size: 25em;
}
.process-item-number#ltr_S {
  position: absolute;
  top: -60px;
  left: 380px;
  font-size: 25em;
}

@media (max-width: 992px) {
  .process-item-number {
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .process-item-number#ltr_Me {
    top: 5vw;
    left: 135vw;
    font-size: 17em;
    width: 100vw;
  }
  .process-item-number#ltr_R {
    top: 5vw;
    left: 170vw;
    font-size: 21em;
    width: 100vw;
  }
  .process-item-number#ltr_O {
    top: 0vw;
    left: 160vw;
    font-size: 21em;
    width: 100vw;
  }
  .process-item-number#ltr_S {
    top: -5vw;
    left: 166vw;
    font-size: 21em;
    width: 100vw;
  }
}
#merosProcess {
  position: relative;
}
#merosProcess::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../assets/img/line_meros.svg) no-repeat center top;
  background-size: contain;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 992px) {
  #merosProcess::before {
    background-size: cover;
  }
}

@media (max-width: 992px) {
  .mx-4m {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mx-4m.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.circle-card {
  border: 2px solid #222;
  color: #FFF;
  width: 200px;
  background-color: #222;
  height: 200px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.circle-card h4 {
  margin-top: 0.7em;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #FFF;
}

@media (max-width: 1200px) {
  .circle-card {
    width: 15vw;
    height: 15vw;
  }
  .circle-card h4 {
    margin-top: 0.5em;
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .circle-card {
    width: 40vw;
    height: 40vw;
  }
  .circle-card h4 {
    margin-top: 0.5em;
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .rounded-2 .txt {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .rounded-2:nth-child(5) {
    width: 100%;
  }
  .rounded-2:nth-child(5) .txt {
    width: 50vw;
    margin: auto;
  }
}
.bg_meros_logo {
  position: relative;
}
.bg_meros_logo::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  opacity: 0.1;
  background: url(../../assets/img/meros_logo_wire.svg) no-repeat center top;
  background-size: contain;
  -webkit-transform: scale(1.16, 1.16);
  -ms-transform: scale(1.16, 1.16);
  transform: scale(1.16, 1.16);
}

.icon-fixed-width {
  width: 85%;
  display: inline-block;
  padding-left: 0.5em;
}

.card-body {
  padding: 2rem 1.5rem 1rem;
}

p.ls-1,
h4.ls-1 {
  letter-spacing: 0.2em;
}

@media (max-width: 992px) {
  .sm-left {
    text-align: left !important;
    display: block;
    line-height: 1.4 !important;
  }
  .sm-left br {
    display: none;
  }
}
#serviceTab .nav-tabs {
  border-bottom: none;
}
#serviceTab .nav-tabs .nav-link {
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
#serviceTab .nav-tabs .nav-link.active {
  background: #f2f2f2 !important;
  border-bottom: 1px solid #f2f2f2;
  border-color: #dee2e6 #dee2e6 #f2f2f2;
}

@media (max-width: 992px) {
  #serviceTab {
    margin-bottom: 0.5em;
  }
  #serviceTab .nav-tabs {
    border-bottom: none;
  }
  #serviceTab .nav-tabs .nav-link {
    margin: 0.4em;
    border: 1px solid #dee2e6;
    border-radius: 2em;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  #serviceTab .nav-tabs .nav-link.active {
    background: #f2f2f2 !important;
    border-bottom: 1px solid #f2f2f2;
    border-color: #dee2e6 #dee2e6 #dee2e6;
  }
}
.table-price th {
  width: 200px;
  background-color: #c9d3d3;
}

@media (max-width: 992px) {
  .table-price th, .table-price td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-left: 0.5em;
  }
  .table-price td {
    border-bottom: none;
  }
  .table-price tr {
    display: block;
  }
}
#FormControlTextarea1 {
  height: 385px;
}

.works-thumb-wrap {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.works-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.works-thumb-wrap:hover img {
  opacity: 0.8;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #2b9d36;
  color: #fff;
  border-radius: 3px;
  padding: 1rem 2rem;
  margin: 0 1rem;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
/*# sourceMappingURL=user.css.map */
