@charset "UTF-8";
/*
.section-remsvc {
	padding: 8rem 0 3rem;
	@media screen and (max-width:960px) {
		padding-top: 1rem;
	}
	.ttl--2 {
		em {
			@media screen and (max-width:960px) {
				font-size: 23px !important;
			}
		}
	}
}
*/
.section-point__header .list--point li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-point__header .list--point li a {
    justify-content: start;
  }
}
.section-point__header .list--point .ttl--3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-point__header .list--point .ttl--3 {
    text-align: left;
  }
}

.ttl--3--01 em {
  vertical-align: text-bottom;
}
.ttl--3--01__small {
  display: inline-block;
  margin-left: 0.8em;
  padding: 4px 6px;
  border: 1px solid #000000;
  font-size: 12px;
  letter-spacing: 0.05em;
  transform: translate(0, -4px);
}
@media screen and (max-width: 767px) {
  .ttl--3--01__small {
    display: inline-block;
    margin-left: 0;
    padding: 3px 5px;
    font-size: 11px;
  }
}
.ttl--3--01__small_bk {
  display: inline-block;
  margin-left: 0.8em;
  padding: 4px 6px;
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.05em;
  transform: translate(0, -4px);
}
@media screen and (max-width: 767px) {
  .ttl--3--01__small_bk {
    display: inline-block;
    margin-left: 0;
    padding: 3px 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 520px) {
  .innerbox--img450--l {
    padding-right: 0;
  }
}
@media screen and (max-width: 520px) {
  .innerbox--img450--r {
    padding-left: 0;
  }
}
.innerbox--img360--r {
  padding-left: 110px;
}
@media screen and (max-width: 520px) {
  .innerbox--img360--r {
    padding-left: 0;
  }
}

.box--w960px--max {
  width: 100% !important;
  max-width: 960px;
}

.section-remsvc__header .ttl--2 {
  text-align: center;
}
.section-remsvc__header .ttl--2 em {
  font-size: 3.6em;
  font-weight: bold;
  color: #0280B2 !important;
}
@media screen and (max-width: 520px) {
  .section-remsvc__header .ttl--2 {
    margin-bottom: 2rem;
  }
  .section-remsvc__header .ttl--2 em {
    font-size: 2.8em;
    font-weight: bold;
    color: #0280B2 !important;
  }
}

.section--remsvc-1 {
  padding: 90px 0 50px;
  background-color: #EAEAEA;
}

.remsvc-flow {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3.125%;
  margin-bottom: 4em;
}
@media screen and (max-width: 520px) {
  .remsvc-flow {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.remsvc-flow__step {
  display: grid;
  position: relative;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}
@media screen and (max-width: 520px) {
  .remsvc-flow__step {
    grid-row: span 2;
    grid-template-rows: 4em 2fr;
    grid-template-columns: 1fr 2.1fr;
  }
}
.remsvc-flow__step:not(:last-of-type)::after {
  display: block;
  position: absolute;
  right: -10.6%;
  top: 44%;
  content: "";
  width: 7.619047619%;
  aspect-ratio: 4/7;
  background: url("/assets/images/solution/improvement/rmt-enmgmt-svc/arrow1.svg") no-repeat center/contain;
}
@media screen and (max-width: 520px) {
  .remsvc-flow__step:not(:last-of-type)::after {
    right: 44%;
    top: auto;
    bottom: 10px;
    width: 7.619047619%;
    background-image: url("/assets/images/solution/improvement/rmt-enmgmt-svc/arrow1-sp.svg");
    aspect-ratio: 7/4;
  }
}
@media screen and (max-width: 520px) {
  .remsvc-flow__step:not(:last-of-type) {
    padding-bottom: 40px;
  }
}
.remsvc-flow__icon {
  width: 100%;
}
@media screen and (max-width: 520px) {
  .remsvc-flow__icon {
    grid-row: span 2;
    padding-right: 10px;
  }
}
.remsvc-flow__ttl {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 0.6em 0;
  text-align: center;
  color: #000000;
  line-height: 1.32;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .remsvc-flow__ttl {
    place-items: start;
    text-align: left !important;
    font-size: 1.4em;
  }
}
.remsvc-flow__cont p {
  width: 100%;
  font-size: 1.4em;
  line-height: 1.45;
  text-align: justify;
}
@media screen and (max-width: 520px) {
  .remsvc-flow__cont p {
    font-size: 1.3em;
  }
}
.remsvc-flow__cont ul {
  width: 100%;
  margin-top: 1em;
  border: 1px solid #000000;
  list-style: disc;
  padding: 0.6em 0.6em 0.6em 2.5em;
}
@media screen and (max-width: 520px) {
  .remsvc-flow__cont ul {
    display: inline-block;
    width: auto;
    margin-top: 0.6em;
    padding: 0.4em 0.6em 0.4em 2em;
  }
}
.remsvc-flow__cont ul li {
  font-size: 1.4em;
  line-height: 1.45;
}
@media screen and (max-width: 520px) {
  .remsvc-flow__cont ul li {
    font-size: 1.3em;
  }
}

.remsvc-flow__txt--1 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .remsvc-flow__txt--1 {
    font-size: 1.4em;
  }
}

.section--remsvc-1 {
  padding: 90px 0 50px;
  background-color: #EAEAEA;
}

.section--remsvc-2 {
  padding: 90px 0 50px;
  background-color: #FFF;
}

.txt-notice {
  color: #808080;
  font-size: 1.2rem;
  line-height: 1.6;
}
.txt-notice.--asterisk {
  padding-left: 1.2em;
}
.txt-notice.--asterisk::before {
  display: inline-block;
  content: "※";
  text-indent: -1.2em;
}

.ttl--2__notice {
  display: inline-block;
  color: #4D4D4D;
  font-size: 12px;
}

.modal-remsvc {
  display: none;
}
.modal-remsvc .section-detail__header {
  margin: 0;
  padding-top: 0;
}

@media screen and (max-width: 520px) {
  .fancybox__content {
    padding: 20px 24px 24px;
  }
}/*# sourceMappingURL=rmt-enmgmt-svc.css.map */