@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-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;
  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;
}

html,
body {
  height: 100%;
  font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 15px;
  }
}

img {
  width: 100%;
  display: block;
  transition: all 0.2s linear;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.15s linear;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.75;
}

address {
  font-style: normal;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    margin-top: 30px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes hero-fade-in-hl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  /* header SP */
}
@media screen and (max-width: 1240px) {
  .header {
    display: none;
  }
}
.header-pc {
  width: 100%;
  margin: 0 auto;
  padding: 30px 3% 10px;
}
.header-pc-top {
  position: fixed;
  top: 0;
  left: 0;
}
.header-pc.header-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.header-logo {
  width: 100%;
  max-width: 195px;
}
.header-nav-util {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.header-nav-util > li {
  margin-left: 25px;
}
.header-nav-util > li a {
  color: #999;
  font-size: 14px;
  font-weight: 500;
}
.header-nav-util-dl {
  margin-right: 15px !important;
  padding: 0.625em 1.5em;
  border: solid 1px #2fbaac;
  border-radius: 2em;
  background-color: #2fbaac;
  color: #fff !important;
}
.header-nav-util-dl:hover {
  background-color: #fff;
  color: #2fbaac !important;
}
.header-nav-util-ctc {
  padding: 0.625em 1.5em;
  border: solid 1px #333;
  border-radius: 2em;
  background-color: #333;
  color: #fff !important;
}
.header-nav-util-ctc:hover {
  background-color: #fff;
  color: #333 !important;
}
.header-nav-glb {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.header-nav-glb > li {
  position: relative;
}
.header-nav-glb > li > a {
  margin-right: 30px;
  font-size: 15px;
  font-weight: 600;
}
.header-nav-glb > li > a:hover {
  color: #2fbaac;
}
.header-nav-glb > li:last-child > a {
  margin-right: 0;
}
.header-nav-list-second {
  width: 180px;
  padding: 25px;
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1010;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s linear;
}
.header-nav-list-second.open {
  opacity: 1;
  pointer-events: auto;
}
.header-nav-list-second > li {
  margin-top: 10px;
}
.header-nav-list-second > li:first-child {
  margin-top: 0;
}
.header-nav-list-second > li > a {
  font-size: 16px;
  font-weight: 600;
  transition: all 0.15s linear;
}
.header-nav-list-second > li > a:hover {
  color: #2fbaac;
  padding-left: 5px;
}
.header-sp {
  display: none;
}
@media screen and (max-width: 1240px) {
  .header-sp {
    display: block;
  }
}
.header-sp-logo {
  width: 100%;
  max-width: 120px;
}
.header-sp-logo-wrap {
  padding: 15px 5%;
  position: relative;
  z-index: 10;
}
.header-fixed {
  padding: 0 3% 10px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 999px) {
  .header-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.header-fixed .header-logo {
  width: 150px;
}
.header-fixed .header-nav-util,
.header-fixed .header-nav-glb {
  margin-top: 10px;
}
.header-fixed .header-nav-util > li a {
  font-size: 12px;
}
.header-fixed .header-nav-util-dl,
.header-fixed .header-nav-util-ctc {
  padding: 0.5em 1.5em;
}
.header-fixed .header-nav-glb > li a {
  font-size: 14px;
}
.header-fixed .header-nav-list-second {
  padding: 15px;
}
.header-fixed .header-nav-list-second > li {
  margin-top: 5px;
}

/* SP Nav */
.header-sp-menu {
  height: 20px;
  position: absolute;
  right: 5%;
  top: 20px;
  width: 30px;
  z-index: 99;
}

.header-sp-menu-line {
  background: #2fbaac;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}

.header-sp-menu-line-center {
  top: 9px;
}

.header-sp-menu-line-bottom {
  bottom: 0;
}

.header-sp-menu-line.active {
  top: 8px;
  transform: rotate(45deg);
  background-color: #fff;
}

.header-sp-menu-line-center.active {
  transform: scaleX(0);
}

.header-sp-menu-line-bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
  background-color: #fff;
}

.header-sp-nav {
  background: rgba(12, 181, 165, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}

.header-sp-nav-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.header-sp-nav-list > li {
  margin-top: 20px;
}
.header-sp-nav-list > li a {
  padding: 15px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: 0.5s;
}
.header-sp-nav-list > li.header-sp-nav-util {
  margin-top: 10px;
}
.header-sp-nav-list > li.header-sp-nav-util-top {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #fff;
}
.header-sp-nav-list > li.header-sp-nav-util a {
  font-size: 14px;
}
.header-sp-nav-list-second > li a {
  font-size: 14px;
  font-weight: 400;
}
.header-sp-nav-list-second > li a::before {
  content: "ー";
  margin-right: 5px;
  display: inline-block;
}

.cta {
  width: 100%;
  padding: 80px 0;
  background: url("/wp-content/themes/monitas/assets/img/cmn/bg-cmn.png") center
    top repeat;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 50px 0;
  }
}
.cta-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta-inner {
    width: 90%;
  }
}
.cta-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cta-list {
    display: block;
  }
}
.cta-list > li {
  width: 47.5%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cta-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cta-list > li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.cta-list > li > a {
  width: 100%;
  padding: 40px 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-list > li > a {
    padding: 25px 0;
  }
}
.cta-hl {
  color: #2fbaac;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.cta-hl-jp {
  margin-top: 5px;
  color: #444;
  font-size: 14px;
  font-weight: 700;
}
.cta-icn {
  width: 100px;
  margin: 25px auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .cta-icn {
    width: 60px;
    margin: 15px auto;
  }
}
.cta-btn {
  padding: 10px 50px;
  display: inline-block;
  border: solid 1px #ddd;
  border-radius: 8px;
  color: #2fbaac;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cta-btn {
    padding: 5px 40px;
    border-radius: 5px;
    font-size: 14px;
  }
}

.footer {
  width: calc(100% - 6%);
  margin: 0 auto;
  padding: 80px 0 10px;
}
@media screen and (max-width: 767px) {
  .footer {
    width: 90%;
    padding-top: 50px;
  }
}
.footer-inner {
  margin: 0 auto;
}
.footer-head {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .footer-head {
    display: block;
  }
}
.footer-logo {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 120px;
  }
}
.footer-address {
  margin-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-address {
    margin-top: 10px;
    margin-left: 0;
  }
}
.footer-nav {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav > li {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav > li:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav > li:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav > li:last-child > a {
    width: 47.5%;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav > li:last-child > a.footer-nav-last3 {
    margin-top: 20px;
  }
}
.footer-nav-ttl {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer-nav-ttl {
    font-size: 18px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-seconds {
    margin-top: 5px;
  }
}
.footer-nav-seconds > li a {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-nav-seconds > li a {
    font-size: 12px;
  }
}
.footer-nav-seconds > li a::before {
  content: "―";
  margin-right: 5px;
  display: inline-block;
}
.footer-util {
  margin: 30px auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-util {
    display: block;
    margin-top: 20px;
  }
}
.footer-util-logo-privacy {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .footer-util-logo-privacy {
    width: 45px;
  }
}
.footer-util-logo-jmra {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .footer-util-logo-jmra {
    width: 55px;
  }
}
.footer-util-logo-list {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer-util-logo-list {
    justify-content: flex-end;
    gap: 30px;
  }
}
.footer-util-cr {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer-util-cr {
    margin-top: 20px;
    font-size: 11px;
    text-align: center;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.cmn {
  /* Head Line */
  /* Text Link */
  /* Button */
  /* Hero */
  /* Breadcrumbs */
  /* Pager */
  /* Article */
  /* Form */
}
.cmn-hl {
  color: #2fbaac;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .cmn-hl {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-hl {
    font-size: 36px;
  }
}
.cmn-hl-jp {
  margin-top: 8px;
  color: #444;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn-hl-jp {
    font-size: 14px;
  }
}
.cmn-txtlink {
  color: #2fbaac;
  display: inline-block;
}
.cmn-txtlink:hover {
  text-decoration: underline;
}
.cmn-txtlink::after {
  content: ">";
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
}
.cmn-txtlink-prev {
  color: #2fbaac;
  display: inline-block;
}
.cmn-txtlink-prev:hover {
  text-decoration: underline;
}
.cmn-txtlink-prev::before {
  content: "<";
  margin-right: 8px;
  font-size: 12px;
  font-weight: 600;
}
.cmn-btn {
  margin-top: 20px;
  padding: 0.5em 2.75em;
  border: solid 1px #2fbaac;
  border-radius: 2em;
  background-color: #2fbaac;
  display: inline-block;
  position: relative;
  color: #fff;
  transition: all 0.15s linear;
  /* Search Button */
}
@media screen and (max-width: 767px) {
  .cmn-btn {
    padding: 0.325em 1.75em;
    font-size: 15px;
  }
}
.cmn-btn::after {
  content: ">";
  position: absolute;
  top: 27.5%;
  right: 15px;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cmn-btn::after {
    top: 18%;
  }
}
.cmn-btn:hover {
  background-color: #fff;
  color: #2fbaac;
}
@media screen and (max-width: 767px) {
  .cmn-btn:hover {
    background-color: #2fbaac;
    color: #fff;
  }
}
.cmn-btn-search {
  width: 22px;
  height: auto;
  display: inline-block;
}
.cmn-hero {
  width: 94%;
  height: 240px;
  margin: 30px auto 0;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1240px) {
  .cmn-hero {
    width: 90%;
  }
}
@media screen and (max-width: 999px) {
  .cmn-hero {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-hero {
    width: 90%;
    height: 140px;
    margin-top: 20px;
  }
}
.cmn-hero-inner {
  width: 92%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cmn-hero-inner {
    width: 85%;
  }
}
.cmn-hero-ttl {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 999px) {
  .cmn-hero-ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-hero-ttl {
    font-size: 30px;
  }
}
.cmn-hero-ttl-jp {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .cmn-hero-ttl-jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-hero-ttl-jp {
    font-size: 16px;
  }
}
.cmn-breadcrumbs {
  width: calc(100% - 6%);
  margin: 10px auto 0;
}
@media screen and (max-width: 1240px) {
  .cmn-breadcrumbs {
    width: 90%;
  }
}
.cmn-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .cmn-breadcrumbs-list {
    gap: 2px;
  }
}
.cmn-breadcrumbs-list > li::after {
  content: ">";
  margin-left: 10px;
  display: inline-block;
  color: #999;
  font-size: 12px;
}
.cmn-breadcrumbs-list > li:last-child::after {
  content: none;
}
.cmn-breadcrumbs-list > li a {
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cmn-breadcrumbs-list > li a {
    font-size: 12px;
  }
}
.cmn-breadcrumbs-list > li a:hover {
  text-decoration: underline;
}
.cmn-breadcrumbs-list > li a.current {
  color: #ccc;
}
.cmn-main {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 80px;
}
.cmn-main-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmn-main-wrap {
    margin-bottom: 50px;
  }
}
.cmn-pager {
  width: 100%;
  margin-top: 50px;
}
.cmn-pager-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.cmn-pager-list > li > a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  border-radius: 4px;
  color: #666;
  transition: all 0.15s linear;
}
.cmn-pager-list > li > a:hover {
  background-color: #ccc;
  opacity: 0.75;
  color: #fff;
}
.cmn-pager-list > li.current {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #ccc;
  color: #fff;
}
.cmn-article {
  /* Article Head */
  /* Article CTA */
  /* Article Related */
  /* List */
  /* Article Author */
  /* Article Service */
  /* Article Contact */
}
.cmn-article-head::after {
  content: "";
  display: block;
  clear: both;
}
.cmn-article-head-cate {
  padding: 5px 25px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cmn-article-head-cate {
    padding: 3px 20px;
    font-size: 13px;
  }
}
.cmn-article-head-cate-report {
  background-color: #064789;
}
.cmn-article-head-cate-column {
  background-color: #30d4d0;
}
.cmn-article-head-cate-seminar {
  background-color: #f375c7;
}
.cmn-article-head-cate-announce {
  background-color: #40bff0;
}
.cmn-article-head-cate-press {
  background-color: #46dad8;
}
.cmn-article-head-cate-media {
  background-color: #35b2b2;
}
.cmn-article-head-cate-sc {
  background-color: #a4d819;
}
.cmn-article-head-cate-ns {
  background-color: #6c809a;
}
.cmn-article-head-ttl {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.325;
}
@media screen and (max-width: 767px) {
  .cmn-article-head-ttl {
    font-size: 20px;
  }
}
.cmn-article-head-tag {
  display: inline-block;
}
.cmn-article-head-tag > a {
  padding: 2px 8px;
  background-color: #f5f5f5;
  border-radius: 3px;
  font-size: 12px;
}
.cmn-article-head-tag > a:hover {
  opacity: 0.75;
}
.cmn-article-head-tag-list {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .cmn-article-head-tag-list {
    width: 100%;
    margin-top: 5px;
    float: right;
  }
}
.cmn-article-head-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cmn-article-head-time {
  color: #999;
  font-size: 14px;
}
.cmn-article-cta {
  margin-top: 60px;
  padding: 30px 50px 35px;
  background-color: #2fbaac;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cmn-article-cta {
    padding: 25px 40px 30px;
  }
}
.cmn-article-cta:hover {
  opacity: 0.75;
}
.cmn-article-cta-inner {
  width: 100%;
}
.cmn-article-cta-hl {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-article-cta-hl {
    font-size: 20px;
  }
}
.cmn-article-cta-txt {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-article-cta-txt {
    font-size: 16px;
  }
}
.cmn-article-cta-btn {
  width: 60%;
  margin: 25px auto 0;
  padding: 20px 0;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  color: #2fbaac;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cmn-article-cta-btn {
    width: 100%;
    font-size: 16px;
  }
}
.cmn-article-cta-btn::after {
  content: ">";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2fbaac;
  border-radius: 10px;
  position: absolute;
  top: 35%;
  right: 15px;
  color: #fff;
  font-weight: 500;
}
.cmn-article-cta-btn-img {
  width: 128px;
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cmn-article-cta-btn-img {
    width: 100px;
    left: -30px;
  }
}
.cmn-article-related {
  margin-top: 60px;
  border-top: solid 1px #2fbaac;
  position: relative;
}
.cmn-article-related-hl {
  padding: 2px 10px 2px 0;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: -12px;
  color: #2fbaac;
  font-size: 22px;
  line-height: 1;
}
.cmn-article-related-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmn-article-related-list {
    display: block;
  }
}
.cmn-article-related-list > li {
  width: 31%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .cmn-article-related-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cmn-article-related-list > li::after {
    content: "";
    display: block;
    clear: both;
  }
}
.cmn-article-related-list > li > a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmn-article-related-list > li > a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }
}
.cmn-article-related-list > li > a:hover {
  opacity: 0.75;
}
.cmn-article-related-list > li > a > img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cmn-article-related-list > li > a > img {
    width: 35%;
    height: auto;
    border-radius: 4px;
  }
}
.cmn-article-related-list-detail {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmn-article-related-list-detail {
    width: 60%;
    font-size: 14px;
    line-height: 1.325;
  }
}
.cmn-article-related-list-time {
  color: #999;
  font-size: 14px;
}
.cmn-article-related-list-time-wrap {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmn-article-related-list-time-wrap {
    margin-top: 0;
  }
}
.cmn-article-related-list-ttl {
  margin-top: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cmn-article-related-list-ttl {
    margin-top: 5px;
  }
}
.cmn-article-related-list-tag {
  display: inline-block;
}
.cmn-article-related-list-tag > a {
  padding: 2px 8px;
  background-color: #f5f5f5;
  border-radius: 3px;
  font-size: 12px;
}
.cmn-article-related-list-tag > a:hover {
  opacity: 0.75;
}
.cmn-article-related-list-tag-list {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .cmn-article-related-list-tag-list {
    width: 60%;
    margin-top: 5px;
    float: right;
  }
}
.cmn-article-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmn-article-list {
    display: block;
  }
}
.cmn-article-list > li {
  width: 31%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .cmn-article-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cmn-article-list > li::after {
    content: "";
    display: block;
    clear: both;
  }
}
.cmn-article-list > li > a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmn-article-list > li > a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }
}
.cmn-article-list > li > a:hover {
  opacity: 0.75;
}
.cmn-article-list > li > a > img {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .cmn-article-list > li > a > img {
    width: 35%;
    height: auto;
    border-radius: 4px;
  }
}
.cmn-article-list-detail {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmn-article-list-detail {
    width: 60%;
    font-size: 14px;
    line-height: 1.325;
  }
}
.cmn-article-list-time {
  color: #999;
  font-size: 14px;
}
.cmn-article-list-time-wrap {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmn-article-list-time-wrap {
    margin-top: 0;
  }
}
.cmn-article-list-ttl {
  margin-top: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cmn-article-list-ttl {
    margin-top: 5px;
  }
}
.cmn-article-author {
  margin-top: 48px;
  padding: 30px 40px;
  border: solid 1px #ddd;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cmn-article-author {
    padding: 25px 30px;
  }
}
.cmn-article-author-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmn-article-author-inner {
    display: block;
  }
}
.cmn-article-author-pic {
  width: 15%;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .cmn-article-author-pic {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
  }
}
.cmn-article-author-profile {
  width: 82%;
}
@media screen and (max-width: 767px) {
  .cmn-article-author-profile {
    width: 100%;
    margin-top: 20px;
  }
}
.cmn-article-author-name {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cmn-article-author-name {
    font-size: 14px;
  }
}
.cmn-article-author-name-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cmn-article-author-hl {
  margin-right: 20px;
  padding: 4px 10px;
  background-color: #aaa;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.cmn-article-author-desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.cmn-article-service {
  margin-top: 60px;
  position: relative;
  border-top: solid 1px #2fbaac;
}
.cmn-article-service-ttl {
  padding: 2px 10px 2px 0;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: -20px;
  color: #2fbaac;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.cmn-article-service-inner {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmn-article-service-inner {
    display: block;
  }
}
.cmn-article-service-img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .cmn-article-service-img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.cmn-article-service-detail {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cmn-article-service-detail {
    width: 100%;
    margin-top: 30px;
  }
}
.cmn-article-service-desc {
  margin-top: 15px;
  font-size: 15px;
}
.cmn-article-service-hl {
  font-size: 20px;
}
.cmn-article-service-hl-logosc {
  width: 75%;
  max-width: 220px;
  display: block;
}
@media screen and (max-width: 767px) {
  .cmn-article-service-hl-logosc {
    max-width: 150px;
    margin: 0 auto;
  }
}
.cmn-article-contact {
  margin-top: 50px;
  padding: 30px 50px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cmn-article-contact {
    margin-top: 30px;
    padding: 25px 30px;
  }
}
.cmn-article-contact-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmn-article-contact-inner {
    display: block;
  }
}
.cmn-article-contact-hl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cmn-article-contact-hl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-article-contact-support {
    width: 100%;
    margin-top: 15px;
  }
}
.cmn-article-contact-support > p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cmn-article-contact-support > p {
    text-align: left;
  }
}
.cmn-article-contact-support-charge {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cmn-article-contact-support-charge {
    margin-bottom: 20px;
  }
}
.cmn-article-contact-support-charge span.pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cmn-article-contact-support-charge span.pc {
    display: none;
  }
}
.cmn-article-contact-btn .cmn-btn {
  margin-top: 0;
}
.cmn-form {
  width: 100%;
  margin-top: 50px;
  padding: 30px 50px;
  border: solid 1px #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cmn-form {
    padding: 20px 30px;
  }
}
.cmn-form-hl {
  color: #2fbaac;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-form-hl {
    font-size: 18px;
  }
}

.service-top-lede {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .service-top-lede {
    display: block;
  }
}
.service-top-lede-hl {
  width: 47.5%;
  color: #2fbaac;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .service-top-lede-hl {
    width: 100%;
    font-size: 30px;
    line-height: 1.325;
  }
}
@media screen and (max-width: 767px) {
  .service-top-lede-hl {
    font-size: 22px;
  }
}
.service-top-lede-desc {
  width: 47.5%;
}
@media screen and (max-width: 999px) {
  .service-top-lede-desc {
    width: 100%;
    margin-top: 10px;
  }
}
.service-top-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-top-list {
    display: block;
  }
}
.service-top-list > li {
  width: 47.5%;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .service-top-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-top-list > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.service-top-list > li a:hover .service-top-list-link {
  text-decoration: underline;
}
.service-top-list-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto 0;
}
.service-top-list-inner {
  padding: 50px 70px;
  display: block;
}
@media screen and (max-width: 767px) {
  .service-top-list-inner {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-top-list-img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.service-top-list-logo {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .service-top-list-logo {
    max-width: 200px;
    margin-top: 30px;
  }
}
.service-top-list-logo-sc {
  max-width: 280px;
}
.service-top-list-logo-mm {
  max-width: 200px;
  padding-bottom: 11px;
}
.service-top-list-txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .service-top-list-txt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.service-top-list-link {
  margin-top: 16px;
  color: #2fbaac;
  text-align: right;
}
.service-top-list-link::after {
  content: ">";
  margin-left: 5px;
  display: inline-block;
  font-size: 12px;
}
.service-top-monitor {
  width: 100%;
  margin-top: 80px;
  padding: 80px 0;
  background: url("/wp-content/themes/monitas/assets/img/cmn/bg-cmn.png") center
    top repeat;
}
@media screen and (max-width: 767px) {
  .service-top-monitor {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.service-top-monitor-hl {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  color: #2fbaac;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .service-top-monitor-hl {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-top-monitor-hl {
    font-size: 24px;
  }
}
.service-top-monitor-lede {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 0;
  text-align: center;
}
.service-top-monitor-desc-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-top-monitor-desc-wrap {
    display: block;
  }
}
.service-top-monitor-desc-img {
  width: 45%;
  height: auto;
  max-width: 500px;
  display: block;
}
@media screen and (max-width: 767px) {
  .service-top-monitor-desc-img {
    width: 80%;
    margin: 0 auto;
  }
}
.service-top-monitor-desc-txt-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service-top-monitor-desc-txt-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-top-monitor-desc-btn {
    text-align: right;
  }
}
.service-top-line-inner {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 50px;
  border: solid 1px #ddd;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-top-line-inner {
    margin-top: 50px;
    padding: 40px;
    display: block;
  }
}
.service-top-line-logo-wrap {
  width: 47.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-top-line-logo-wrap {
    width: 100%;
  }
}
.service-top-line-logo-line {
  width: 40%;
  max-width: 210px;
}
.service-top-line-logo-by {
  color: #666;
  font-size: 60px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .service-top-line-logo-by {
    font-size: 30px;
  }
}
.service-top-line-logo-monitas {
  width: 40%;
  max-width: 210px;
}
.service-top-line-desc {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .service-top-line-desc {
    width: 100%;
    margin-top: 20px;
  }
}

.service-sc {
  /* Hero */
  /* Client */
  /* Problem */
  /* Strength */
  /* Case */
  /* Column */
}
.service-sc-hero::after {
  content: "";
  display: block;
  clear: both;
}
.service-sc-hero-inner {
  width: 100%;
  position: relative;
}
.service-sc-hero-inner::after {
  content: "";
  display: block;
  clear: both;
}
.service-sc-hero-txt {
  width: 50%;
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 10%;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .service-sc-hero-txt {
    left: 7.5%;
  }
}
@media screen and (max-width: 999px) {
  .service-sc-hero-txt {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-sc-hero-txt {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    text-align: center;
  }
}
.service-sc-hero-logo {
  width: 80%;
  max-width: 430px;
  display: block;
}
@media screen and (max-width: 1240px) {
  .service-sc-hero-logo {
    width: 65%;
  }
}
@media screen and (max-width: 999px) {
  .service-sc-hero-logo {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .service-sc-hero-logo {
    max-width: 240px;
    margin: 0 auto;
  }
}
.service-sc-hero-lede {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
  .service-sc-hero-lede {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .service-sc-hero-lede {
    font-size: 16px;
  }
}
.service-sc-hero-btn {
  width: 30%;
  display: inline-block;
  padding: 10px 5px;
  border-radius: 2em;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .service-sc-hero-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  .service-sc-hero-btn {
    width: 42.5%;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .service-sc-hero-btn {
    width: 47.5%;
    font-size: 13px;
  }
}
.service-sc-hero-btn-dl {
  border: solid 1px #2fbaac;
  background-color: #2fbaac;
}
.service-sc-hero-btn-dl:hover {
  background-color: #fff;
  color: #2fbaac;
}
.service-sc-hero-btn-contact {
  border: solid 1px #333;
  background-color: #333;
}
.service-sc-hero-btn-contact:hover {
  background-color: #fff;
  color: #333;
}
.service-sc-hero-btn-wrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .service-sc-hero-btn-wrap {
    width: 90%;
    margin: 15px auto 0;
    justify-content: space-between;
    gap: inherit;
  }
}
.service-sc-hero-img {
  width: 60%;
  max-width: 750px;
  height: auto;
  margin-right: 3%;
  display: block;
  float: right;
}
@media screen and (max-width: 999px) {
  .service-sc-hero-img {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .service-sc-hero-img {
    width: 75%;
    margin: 20px auto 0;
    float: none;
  }
}
.service-sc-client {
  margin: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service-sc-client {
    margin: 30px 0;
  }
}
.service-sc-client-list .slick-list {
  margin: 0 -40px;
}
@media screen and (max-width: 767px) {
  .service-sc-client-list .slick-list {
    margin: 0 -10px;
  }
}
.service-sc-client-list .slick-slide {
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .service-sc-client-list .slick-slide {
    margin: 0 10px;
  }
}
.service-sc-problem {
  width: 100%;
  padding: 80px 0;
  background: url("/wp-content/themes/monitas/assets/img/cmn/bg-cmn.png") center
    top repeat;
}
@media screen and (max-width: 767px) {
  .service-sc-problem {
    padding: 50px 0;
  }
}
.service-sc-problem-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .service-sc-problem-inner {
    width: 90%;
  }
}
.service-sc-problem-inner .cmn-hl-wrap {
  text-align: center;
}
.service-sc-problem-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-sc-problem-list {
    display: block;
  }
}
.service-sc-problem-list > li {
  width: 31%;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .service-sc-problem-list > li {
    width: 100%;
    padding: 20px 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-sc-problem-list > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.service-sc-problem-img {
  width: 90%;
  margin: 0 auto;
}
.service-sc-problem-shl {
  margin-top: 15px;
  color: #2fbaac;
  font-size: 18px;
  font-weight: 600;
}
.service-sc-problem-desc {
  margin-top: 15px;
  font-size: 15px;
}
.service-sc-about {
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .service-sc-about {
    padding: 50px 0;
  }
}
.service-sc-about-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .service-sc-about-inner {
    width: 90%;
  }
}
.service-sc-about-inner .cmn-hl-wrap {
  text-align: center;
}
.service-sc-str {
  width: 100%;
  margin-top: 80px;
  padding: 80px 0;
  background: linear-gradient(to right, #91ceca, #39b7c5);
}
@media screen and (max-width: 767px) {
  .service-sc-str {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.service-sc-str-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .service-sc-str-inner {
    width: 90%;
  }
}
.service-sc-str-inner .cmn-hl-wrap {
  text-align: center;
}
.service-sc-str-inner .cmn-hl-wrap .cmn-hl {
  color: #fff;
}
.service-sc-str-inner .cmn-hl-wrap .cmn-hl-jp {
  color: #fff;
}
.service-sc-str-inner .cmn-hl-wrap .cmn-lede {
  width: 100%;
  margin-top: 10px;
  color: #fff;
  text-align: left;
}
.service-sc-str-anchor {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-sc-str-anchor > li {
  width: 32%;
  margin-top: 25px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .service-sc-str-anchor > li {
    width: 47.5%;
  }
}
.service-sc-str-anchor > li::after {
  content: "";
  display: block;
  clear: both;
}
.service-sc-str-anchor > li > a {
  padding: 20px 30px 30px;
  display: block;
  position: relative;
  transition: all 0.15s linear;
}
@media screen and (max-width: 767px) {
  .service-sc-str-anchor > li > a {
    padding: 20px 25px 30px;
  }
}
.service-sc-str-anchor > li > a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .service-sc-str-anchor > li > a:hover {
    opacity: 1;
  }
}
.service-sc-str-anchor > li > a:hover .service-sc-str-anchor-ttl::after {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .service-sc-str-anchor > li > a:hover .service-sc-str-anchor-ttl::after {
    bottom: 5px;
  }
}
.service-sc-str-anchor-tag {
  padding: 2px 15px 1px;
  display: inline-block;
  background-color: #f6ac19;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .service-sc-str-anchor-tag {
    font-size: 12px;
  }
}
.service-sc-str-anchor-ttl {
  margin-top: 8px;
  color: #2fbaac;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service-sc-str-anchor-ttl {
    font-size: 15px;
  }
}
.service-sc-str-anchor-ttl::after {
  content: ">";
  position: absolute;
  left: 50%;
  bottom: 5px;
  color: #2fbaac;
  font-size: 24px;
  font-weight: 700;
  transform: rotate(90deg);
  transition: all 0.15s linear;
}
.service-sc-str-box {
  margin-top: 50px;
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-sc-str-box {
    margin-top: 30px;
    padding: 30px 40px;
    display: block;
  }
}
.service-sc-str-box:nth-child(2n) {
  flex-direction: row-reverse;
}
.service-sc-str-box-detail {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .service-sc-str-box-detail {
    width: 100%;
  }
}
.service-sc-str-box-tag {
  padding: 3px 20px 2px;
  display: inline-block;
  background-color: #f6ac19;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .service-sc-str-box-tag {
    font-size: 13px;
  }
}
.service-sc-str-box-hl {
  margin-top: 25px;
  color: #2fbaac;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service-sc-str-box-hl {
    margin-top: 15px;
    font-size: 20px;
  }
}
.service-sc-str-box-desc {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service-sc-str-box-desc {
    margin-top: 10px;
  }
}
.service-sc-str-box-img {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .service-sc-str-box-img {
    width: 100%;
    margin-top: 15px;
  }
}
.service-sc-case {
  width: 100%;
  padding: 80px 0;
  background: url("/wp-content/themes/monitas/assets/img/cmn/bg-cmn.png") center
    top repeat;
}
@media screen and (max-width: 767px) {
  .service-sc-case {
    padding: 50px 0;
  }
}
.service-sc-case-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service-sc-case-inner {
    width: 90%;
  }
}
.service-sc-case-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-sc-case-list {
    margin-top: 30px;
    display: block;
  }
}
.service-sc-case-list > li {
  width: 31%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service-sc-case-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-sc-case-list > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.service-sc-case-list-pic {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 999px) {
  .service-sc-case-list-pic {
    width: 300px;
    left: -20%;
  }
}
@media screen and (max-width: 767px) {
  .service-sc-case-list-pic {
    width: 100%;
    left: 0;
  }
}
.service-sc-case-list-pic-wrap {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.service-sc-case-list-detail {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .service-sc-case-list-detail {
    padding: 20px;
  }
}
.service-sc-case-list-detail-company {
  color: #2fbaac;
  font-size: 14px;
  font-weight: 600;
}
.service-sc-case-list-detail-ttl {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .service-sc-case-list-detail-ttl {
    margin-top: 0;
    font-size: 16px;
  }
}
.service-sc-case-list-detail-link {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .service-sc-case-list-detail-link {
    font-size: 14px;
  }
}
.service-sc-case-btn-wrap {
  margin-top: 20px;
  text-align: right;
}
.service-sc-column-inner {
  padding: 80px 0 0;
}
.service-sc-column-inner .cmn-hl-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.service-sc-column-list {
  width: 100%;
  margin-top: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .service-sc-column-list {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-sc-column-list .slick-track {
    padding-left: 5%;
  }
}
.service-sc-column-list-item {
  width: 310px;
  margin-right: 30px;
  position: relative;
}
.service-sc-column-list-item > img {
  width: 100%;
  height: auto;
}
.service-sc-column-list-time {
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .service-sc-column-list-time {
    font-size: 13px;
  }
}
.service-sc-column-list-time-wrap {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.service-sc-column-list-detail {
  margin-top: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service-sc-column-list-detail {
    font-size: 15px;
    line-height: 1.5;
  }
}
.service-sc-column-btn-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 0;
  text-align: right;
}

.service-mm {
  /* Hero */
  /* Client */
  /* Problem */
  /* Strength */
  /* Case */
  /* Column */
}
.service-mm-hero::after {
  content: "";
  display: block;
  clear: both;
}
.service-mm-hero-inner {
  width: 100%;
  position: relative;
}
.service-mm-hero-inner::after {
  content: "";
  display: block;
  clear: both;
}
.service-mm-hero-txt {
  width: 50%;
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 10%;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .service-mm-hero-txt {
    left: 7.5%;
  }
}
@media screen and (max-width: 999px) {
  .service-mm-hero-txt {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-mm-hero-txt {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    text-align: center;
  }
}
.service-mm-hero-logo {
  width: 80%;
  max-width: 360px;
  display: block;
}
@media screen and (max-width: 1240px) {
  .service-mm-hero-logo {
    width: 65%;
  }
}
@media screen and (max-width: 999px) {
  .service-mm-hero-logo {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .service-mm-hero-logo {
    max-width: 240px;
    margin: 0 auto;
  }
}
.service-mm-hero-lede {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
  .service-mm-hero-lede {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .service-mm-hero-lede {
    font-size: 16px;
  }
}
.service-mm-hero-btn {
  width: 30%;
  display: inline-block;
  padding: 10px 5px;
  border-radius: 2em;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .service-mm-hero-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  .service-mm-hero-btn {
    width: 42.5%;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .service-mm-hero-btn {
    width: 47.5%;
    font-size: 13px;
  }
}
.service-mm-hero-btn-dl {
  border: solid 1px #2fbaac;
  background-color: #2fbaac;
}
.service-mm-hero-btn-dl:hover {
  background-color: #fff;
  color: #2fbaac;
}
.service-mm-hero-btn-contact {
  border: solid 1px #333;
  background-color: #333;
}
.service-mm-hero-btn-contact:hover {
  background-color: #fff;
  color: #333;
}
.service-mm-hero-btn-wrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .service-mm-hero-btn-wrap {
    width: 90%;
    margin: 15px auto 0;
    justify-content: space-between;
    gap: inherit;
  }
}
.service-mm-hero-img {
  width: 60%;
  max-width: 600px;
  height: auto;
  margin-right: 8%;
  display: block;
  float: right;
}
@media screen and (max-width: 1240px) {
  .service-mm-hero-img {
    margin-right: 3%;
  }
}
@media screen and (max-width: 999px) {
  .service-mm-hero-img {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .service-mm-hero-img {
    width: 75%;
    margin: 20px auto 0;
    float: none;
  }
}
.service-mm-client {
  margin: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service-mm-client {
    margin: 30px 0;
  }
}
.service-mm-client-list .slick-list {
  margin: 0 -40px;
}
@media screen and (max-width: 767px) {
  .service-mm-client-list .slick-list {
    margin: 0 -10px;
  }
}
.service-mm-client-list .slick-slide {
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .service-mm-client-list .slick-slide {
    margin: 0 10px;
  }
}
.service-mm-problem {
  width: 100%;
  margin-top: 80px;
  padding: 80px 0;
  background: url("/wp-content/themes/monitas/assets/img/cmn/bg-cmn.png") center
    top repeat;
}
@media screen and (max-width: 767px) {
  .service-mm-problem {
    padding: 50px 0;
  }
}
.service-mm-problem-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .service-mm-problem-inner {
    width: 90%;
  }
}
.service-mm-problem-inner .cmn-hl-wrap {
  text-align: center;
}
.service-mm-problem-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-mm-problem-list {
    display: block;
  }
}
.service-mm-problem-list > li {
  width: 31%;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .service-mm-problem-list > li {
    width: 100%;
    padding: 20px 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-mm-problem-list > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.service-mm-problem-img {
  width: 90%;
  margin: 0 auto;
}
.service-mm-problem-shl {
  margin-top: 15px;
  color: #2fbaac;
  font-size: 18px;
  font-weight: 600;
}
.service-mm-problem-desc {
  margin-top: 15px;
  font-size: 15px;
}
.service-mm-about {
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .service-mm-about {
    padding: 50px 0;
  }
}
.service-mm-about-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .service-mm-about-inner {
    width: 90%;
  }
}
.service-mm-about-inner .cmn-hl-wrap {
  text-align: center;
}
.service-mm-str {
  width: 100%;
  margin-top: 80px;
  padding: 80px 0;
  background: linear-gradient(to right, #91ceca, #39b7c5);
}
@media screen and (max-width: 767px) {
  .service-mm-str {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.service-mm-str-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .service-mm-str-inner {
    width: 90%;
  }
}
.service-mm-str-inner .cmn-hl-wrap {
  text-align: center;
}
.service-mm-str-inner .cmn-hl-wrap .cmn-hl {
  color: #fff;
}
.service-mm-str-inner .cmn-hl-wrap .cmn-hl-jp {
  color: #fff;
}
.service-mm-str-inner .cmn-hl-wrap .cmn-lede {
  width: 100%;
  margin-top: 10px;
  color: #fff;
  text-align: left;
}
.service-mm-str-anchor {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-mm-str-anchor > li {
  width: 32%;
  margin-top: 25px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .service-mm-str-anchor > li {
    width: 47.5%;
  }
}
.service-mm-str-anchor > li::after {
  content: "";
  display: block;
  clear: both;
}
.service-mm-str-anchor > li > a {
  padding: 20px 30px 30px;
  display: block;
  position: relative;
  transition: all 0.15s linear;
}
@media screen and (max-width: 767px) {
  .service-mm-str-anchor > li > a {
    padding: 20px 25px 30px;
  }
}
.service-mm-str-anchor > li > a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .service-mm-str-anchor > li > a:hover {
    opacity: 1;
  }
}
.service-mm-str-anchor > li > a:hover .service-sc-str-anchor-ttl::after {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .service-mm-str-anchor > li > a:hover .service-sc-str-anchor-ttl::after {
    bottom: 5px;
  }
}
.service-mm-str-anchor-tag {
  padding: 2px 15px 1px;
  display: inline-block;
  background-color: #f6ac19;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .service-mm-str-anchor-tag {
    font-size: 12px;
  }
}
.service-mm-str-anchor-ttl {
  margin-top: 8px;
  color: #2fbaac;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service-mm-str-anchor-ttl {
    font-size: 15px;
  }
}
.service-mm-str-anchor-ttl::after {
  content: ">";
  position: absolute;
  left: 50%;
  bottom: 5px;
  color: #2fbaac;
  font-size: 24px;
  font-weight: 700;
  transform: rotate(90deg);
  transition: all 0.15s linear;
}
.service-mm-str-box {
  margin-top: 50px;
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-mm-str-box {
    margin-top: 30px;
    padding: 30px 40px;
    display: block;
  }
}
.service-mm-str-box:nth-child(2n) {
  flex-direction: row-reverse;
}
.service-mm-str-box-detail {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .service-mm-str-box-detail {
    width: 100%;
  }
}
.service-mm-str-box-tag {
  padding: 3px 20px 2px;
  display: inline-block;
  background-color: #f6ac19;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .service-mm-str-box-tag {
    font-size: 13px;
  }
}
.service-mm-str-box-hl {
  margin-top: 25px;
  color: #2fbaac;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service-mm-str-box-hl {
    margin-top: 15px;
    font-size: 20px;
  }
}
.service-mm-str-box-desc {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service-mm-str-box-desc {
    margin-top: 10px;
  }
}
.service-mm-str-box-img {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .service-mm-str-box-img {
    width: 100%;
    margin-top: 15px;
  }
}
.service-mm-case {
  width: 100%;
  padding: 80px 0;
  background: url("/wp-content/themes/monitas/assets/img/cmn/bg-cmn.png") center
    top repeat;
}
@media screen and (max-width: 767px) {
  .service-mm-case {
    padding: 50px 0;
  }
}
.service-mm-case-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service-mm-case-inner {
    width: 90%;
  }
}
.service-mm-case-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-mm-case-list {
    margin-top: 30px;
    display: block;
  }
}
.service-mm-case-list > li {
  width: 31%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service-mm-case-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-mm-case-list > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.service-mm-case-list-pic {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 999px) {
  .service-mm-case-list-pic {
    width: 300px;
    left: -20%;
  }
}
@media screen and (max-width: 767px) {
  .service-mm-case-list-pic {
    width: 100%;
    left: 0;
  }
}
.service-mm-case-list-pic-wrap {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.service-mm-case-list-detail {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .service-mm-case-list-detail {
    padding: 20px;
  }
}
.service-mm-case-list-detail-company {
  color: #2fbaac;
  font-size: 14px;
  font-weight: 600;
}
.service-mm-case-list-detail-ttl {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .service-mm-case-list-detail-ttl {
    margin-top: 0;
    font-size: 16px;
  }
}
.service-mm-case-list-detail-link {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .service-mm-case-list-detail-link {
    font-size: 14px;
  }
}
.service-mm-case-btn-wrap {
  margin-top: 20px;
  text-align: right;
}
.service-mm-column-inner {
  padding: 80px 0 0;
}
.service-mm-column-inner .cmn-hl-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.service-mm-column-list {
  width: 100%;
  margin-top: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .service-mm-column-list {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-mm-column-list .slick-track {
    padding-left: 5%;
  }
}
.service-mm-column-list-item {
  width: 310px;
  margin-right: 30px;
  position: relative;
}
.service-mm-column-list-item > img {
  width: 100%;
  height: auto;
}
.service-mm-column-list-time {
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .service-mm-column-list-time {
    font-size: 13px;
  }
}
.service-mm-column-list-time-wrap {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.service-mm-column-list-detail {
  margin-top: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service-mm-column-list-detail {
    font-size: 15px;
    line-height: 1.5;
  }
}
.service-mm-column-btn-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 0;
  text-align: right;
}

.service-monitor {
  /* Hero */
  /* Client */
  /* about */
  /* Documents */
}
.service-monitor-main {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.service-monitor-hero::after {
  content: "";
  display: block;
  clear: both;
}
.service-monitor-hero-inner {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-monitor-hero-inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
.service-monitor-hero-inner::after {
  content: "";
  display: block;
  clear: both;
}
.service-monitor-hero-txt {
  width: 50%;
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 10%;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .service-monitor-hero-txt {
    left: 7.5%;
  }
}
@media screen and (max-width: 999px) {
  .service-monitor-hero-txt {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-monitor-hero-txt {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    text-align: center;
  }
}
.service-monitor-hero-ttl {
  max-width: 500px;
  display: block;
  color: #2fbaac;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 1240px) {
  .service-monitor-hero-ttl {
    width: 65%;
    font-size: 48px;
  }
}
@media screen and (max-width: 999px) {
  .service-monitor-hero-ttl {
    width: 70%;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-monitor-hero-ttl {
    width: 90%;
    max-width: initial;
    margin: 0 auto;
    font-size: 32px;
  }
}
.service-monitor-hero-lede {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
  .service-monitor-hero-lede {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .service-monitor-hero-lede {
    margin-top: 15px;
    font-size: 16px;
  }
}
.service-monitor-hero-btn {
  width: 30%;
  display: inline-block;
  padding: 10px 5px;
  border-radius: 2em;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .service-monitor-hero-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  .service-monitor-hero-btn {
    width: 42.5%;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .service-monitor-hero-btn {
    width: 47.5%;
    font-size: 13px;
  }
}
.service-monitor-hero-btn-dl {
  border: solid 1px #2fbaac;
  background-color: #2fbaac;
}
.service-monitor-hero-btn-dl:hover {
  background-color: #fff;
  color: #2fbaac;
}
.service-monitor-hero-btn-contact {
  border: solid 1px #333;
  background-color: #333;
}
.service-monitor-hero-btn-contact:hover {
  background-color: #fff;
  color: #333;
}
.service-monitor-hero-btn-wrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .service-monitor-hero-btn-wrap {
    width: 90%;
    margin: 20px auto 0;
    justify-content: space-between;
    gap: inherit;
  }
}
.service-monitor-hero-img {
  width: 60%;
  max-width: 800px;
  height: auto;
  margin-right: 5%;
  display: block;
  float: right;
}
@media screen and (max-width: 1599px) {
  .service-monitor-hero-img {
    max-width: 700px;
  }
}
@media screen and (max-width: 1399px) {
  .service-monitor-hero-img {
    max-width: 650px;
  }
}
@media screen and (max-width: 1299px) {
  .service-monitor-hero-img {
    max-width: 600px;
  }
}
@media screen and (max-width: 1240px) {
  .service-monitor-hero-img {
    margin-right: 3%;
  }
}
@media screen and (max-width: 999px) {
  .service-monitor-hero-img {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .service-monitor-hero-img {
    width: 75%;
    margin: 0 auto;
    float: none;
  }
}
.service-monitor-client {
  margin: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service-monitor-client {
    margin: 30px 0;
  }
}
.service-monitor-client-hl-wrap {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .service-monitor-client-hl-wrap {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
  }
}
.service-monitor-client-list .slick-list {
  margin: 0 -40px;
}
@media screen and (max-width: 767px) {
  .service-monitor-client-list .slick-list {
    margin: 0 -10px;
  }
}
.service-monitor-client-list .slick-slide {
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .service-monitor-client-list .slick-slide {
    margin: 0 10px;
  }
}
.service-monitor-about {
  width: 100%;
  padding: 50px 0;
  background: url("/wp-content/themes/monitas/assets/img/cmn/bg-cmn.png") center
    top repeat;
}
@media screen and (max-width: 767px) {
  .service-monitor-about {
    padding: 50px 0;
  }
}
.service-monitor-about-inner .cmn-lede {
  margin-top: 20px;
  text-align: left;
}
.service-monitor-about-detail {
  width: 100%;
  margin-top: 40px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .service-monitor-about-detail {
    padding: 30px;
  }
}
.service-monitor-about-detail-ttl {
  color: #444;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-monitor-about-detail-ttl {
    font-size: 20px;
  }
}
.service-monitor-about-detail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-monitor-about-detail-list {
    display: block;
  }
}
.service-monitor-about-detail-list > li {
  width: 31%;
  margin-top: 30px;
  padding: 20px 25px;
  border: solid 1px #ddd;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .service-monitor-about-detail-list > li {
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-monitor-about-detail-list > li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
.service-monitor-about-detail-hl {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #2fbaac;
  color: #2fbaac;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .service-monitor-about-detail-hl {
    font-size: 16px;
    text-align: center;
  }
}
.service-monitor-about-detail-txt {
  width: 100%;
  font-size: 14px;
}
.service-monitor-about-img {
  width: 90%;
  margin: 0 auto;
}
.service-monitor-about-shl {
  margin-top: 15px;
  color: #2fbaac;
  font-size: 18px;
  font-weight: 600;
}
.service-monitor-about-desc {
  margin-top: 15px;
  font-size: 15px;
}
.service-monitor-about {
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .service-monitor-about {
    padding: 50px 0;
  }
}
.service-monitor-about-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .service-monitor-about-inner {
    width: 90%;
  }
}
.service-monitor-about-inner .cmn-hl-wrap {
  text-align: center;
}
.service-monitor-area-inner {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .service-monitor-area-inner {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0;
  }
}
.service-monitor-area-inner .cmn-hl-wrap {
  text-align: center;
}
.service-monitor-area-inner .cmn-lede {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service-monitor-area-inner .cmn-lede {
    text-align: left;
  }
}
.service-monitor-area-img01 {
  width: 94%;
  max-width: 1200px;
  margin: 40px auto 0;
}
.service-monitor-area-list li {
  width: 94%;
  max-width: 1200px;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-monitor-area-list li {
    margin-top: 50px;
  }
}
.service-monitor-area-list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.service-monitor-area-detail {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .service-monitor-area-detail {
    width: 100%;
  }
}
.service-monitor-area-tag {
  padding: 5px 10px;
  background-color: #f6ac19;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.service-monitor-area-hl {
  margin-top: 12px;
  color: #2fbaac;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .service-monitor-area-hl {
    font-size: 20px;
  }
}
.service-monitor-area-txt {
  margin-top: 8px;
  line-height: 2;
}
.service-monitor-area-img {
  width: 100%;
  height: auto;
  display: block;
}
.service-monitor-area-img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .service-monitor-area-img {
    margin-top: 8px;
  }
}
.service-monitor-area-img-wrap {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .service-monitor-area-img-wrap {
    width: 100%;
  }
}
.service-monitor-doc {
  width: 100%;
  margin-top: 80px;
  padding: 80px 0;
  background: linear-gradient(to right, #91ceca, #39b7c5);
}
@media screen and (max-width: 767px) {
  .service-monitor-doc {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.service-monitor-doc-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .service-monitor-doc-inner {
    width: 90%;
  }
}
.service-monitor-doc-inner .cmn-hl-wrap {
  text-align: center;
}
.service-monitor-doc-inner .cmn-hl-wrap .cmn-hl {
  color: #fff;
}
.service-monitor-doc-inner .cmn-hl-wrap .cmn-hl-jp {
  color: #fff;
}
.service-monitor-doc-inner .cmn-hl-wrap .cmn-lede {
  width: 100%;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.service-monitor-doc-list {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-monitor-doc-list {
    margin-top: 10px;
  }
}
.service-monitor-doc-list > li {
  width: 47.5%;
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .service-monitor-doc-list > li {
    width: 100%;
    margin-top: 20px;
  }
}
.service-monitor-doc-box-img-wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service-monitor-doc-box-img-wrap {
    width: 90%;
  }
}
.service-monitor-doc-box-detail {
  margin-top: 20px;
}
.service-monitor-doc-box-hl {
  color: #2fbaac;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .service-monitor-doc-box-hl {
    font-size: 16px;
  }
}
.service-monitor-doc-box-desc {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .service-monitor-doc-box-desc {
    font-size: 14px;
  }
}
.service-monitor-doc-box-btn {
  margin: 20px auto 0;
  padding: 12px 50px;
  display: inline-block;
  border: solid 1px #ddd;
  border-radius: 8px;
  color: #2fbaac;
  font-size: 18px;
  font-weight: 600;
  transiton: all 0.15s linear;
}
@media screen and (max-width: 767px) {
  .service-monitor-doc-box-btn {
    padding: 8px 40px;
    font-size: 16px;
  }
}
.service-monitor-doc-box-btn:hover {
  border-color: #2fbaac;
  background-color: #2fbaac;
  color: #fff;
}
.service-monitor-doc-box-btn-wrap {
  text-align: center;
}

.client {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .client {
    padding: 50px 0 0;
  }
}
.client-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.client .slick-slide > img {
  max-width: 200px;
}

.case {
  width: 100%;
  padding: 80px 0;
  background: url("/wp-content/themes/monitas/assets/img/cmn/bg-cmn.png") center
    top repeat;
}
@media screen and (max-width: 767px) {
  .case {
    padding: 50px 0;
  }
}
.case-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .case-inner {
    width: 90%;
  }
}
.case-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .case-list {
    margin-top: 30px;
    display: block;
  }
}
.case-list > li {
  width: 31%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .case-list > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.case-list-pic {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 999px) {
  .case-list-pic {
    width: 300px;
    left: -20%;
  }
}
@media screen and (max-width: 767px) {
  .case-list-pic {
    width: 100%;
    left: 0;
  }
}
.case-list-pic-wrap {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.case-list-tag {
  padding: 3px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.case-list-tag-i {
  background-color: #a4d819;
}
.case-list-detail {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .case-list-detail {
    padding: 20px;
  }
}
.case-list-detail-company {
  color: #2fbaac;
  font-size: 14px;
  font-weight: 600;
}
.case-list-detail-ttl {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .case-list-detail-ttl {
    margin-top: 0;
    font-size: 16px;
  }
}
.case-list-detail-link {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .case-list-detail-link {
    font-size: 14px;
  }
}
.case-btn-wrap {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .case .cmn-txtlink {
    font-size: 14px;
  }
}

.service-hero {
  background: linear-gradient(to right, #92d6d0, #05bead);
}
.service-main {
  width: 100%;
  margin: 20px auto 80px;
}
@media screen and (max-width: 767px) {
  .service-main {
    margin-bottom: 50px;
  }
}
.service-about {
  width: 90%;
  max-width: 1100px;
  margin: 50px auto 0;
}
.service-about .cmn-hl {
  text-align: center;
}
.service-about .cmn-hl-jp {
  text-align: center;
}
.service-about .cmn-lede {
  margin-top: 30px;
}
.service-about-list {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-about-list > li {
  width: 23%;
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 8px;
  background-color: #f3f8f4;
  position: relative;
}
@media screen and (max-width: 999px) {
  .service-about-list > li {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .service-about-list > li {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.service-about-list > li::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #2fbaac;
  border-right: solid 2px #2fbaac;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .service-about-list > li::after {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: -15px;
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 767px) {
  .service-about-list > li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .service-about-list > li:nth-child(n + 3) {
    margin-top: 30px;
  }
}
.service-about-list > li:last-child::after {
  content: none;
}
.service-about-list-step {
  padding: 2px 15px;
  background: linear-gradient(90deg, #00b1a0 0%, #96f3ea 100%);
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  top: -10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.service-about-list-hl {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .service-about-list-hl {
    width: 90%;
  }
}
.service-about-list-img {
  width: 80%;
  max-width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service-about-list-img {
    max-width: 60px;
  }
}
.service-about-list-img-wrap {
  width: 80%;
  margin: 15px auto 0;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .service-about-list-img-wrap {
    width: 90%;
  }
}
.service-about-list-txt {
  width: 80%;
  margin: 15px auto 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .service-about-list-txt {
    width: 90%;
  }
}
.service-faq {
  margin-top: 80px;
}
.service-faq .cmn-hl-wrap {
  text-align: center;
}

.faq-box {
  width: 90%;
  max-width: 1100px;
  margin: 20px auto 0;
}
.faq-box:nth-child(1) {
  margin-top: 40px;
}
.faq-toggle {
  display: none;
}
.faq-q {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #d4f1ee;
  border: solid 1px #d4f1ee;
  transform: translateZ(0);
  transition: all 0.3s;
  color: #2fbaac;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .faq-q {
    padding: 15px 20px;
  }
}
.faq-q:hover {
  opacity: 0.75;
  cursor: pointer;
}
.faq-q::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #2fbaac;
  border-right: 2px solid #2fbaac;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 3%;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .faq-q::before {
    right: 5%;
  }
}
.faq-a {
  height: 0;
  margin-bottom: 10px;
  padding: 0 30px;
  display: flex;
  background-color: #fff;
  border: solid 1px #d4f1ee;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .faq-a {
    padding: 0 20px;
  }
}
.faq-a .faq-list-txt {
  font-weight: 400;
}
.faq-icn {
  width: 5%;
  display: inline-block;
  color: #2fbaac;
  font-size: 24px;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .faq-icn {
    width: 10%;
  }
}
.faq-txt {
  width: 92%;
  padding-top: 8px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq-txt {
    width: 80%;
  }
}

.faq-toggle:checked + .faq-q + .faq-a {
  height: auto;
  padding: 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .faq-toggle:checked + .faq-q + .faq-a {
    padding: 15px 20px;
  }
}

.faq-toggle:checked + .faq-q::before {
  transform: rotate(-45deg) !important;
}

.sevice-faq-toggle:checked + .sevice-faq-q + .sevice-faq-a {
  height: auto;
  padding: 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .sevice-faq-toggle:checked + .sevice-faq-q + .sevice-faq-a {
    padding: 15px 20px;
  }
}

.sevice-faq-toggle:checked + .sevice-faq-q::before {
  transform: rotate(-45deg) !important;
}
