@media all and (max-width: 767px) {
  .page-ttl .ttls h1 {
    font-size: 28px;
  }
}

.sys1 {
  margin-top: 200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sys1 h2 {
  font-size: clamp(20px, calc(0.7843137255vw + 16.9411764706px), 32px);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
}
.sys1 .txt {
  line-height: 1.6;
}
.sys1 .tx1 {
  margin: 50px 0 20px 0;
}
.sys1 .fb {
  font-size: clamp(14px, calc(0.3921568627vw + 12.4705882353px), 20px);
  font-weight: 500;
  margin-bottom: 20px;
}
.sys1 .left {
  background: #1E2A3A;
  color: white;
  place-content: center;
  text-align: center;
}
.sys1 .left .in {
  width: 80%;
  margin: 0 auto;
}
.sys1 .left .mn {
  color: white;
  font-size: 14px;
  margin-top: 30px;
  text-align: left;
}
.sys1 .right {
  line-height: 2.5;
  padding: 80px 100px;
  box-sizing: border-box;
  background: url("../images/sys1-bg.png") center center/cover;
}
@media all and (max-width: 1280px) {
  .sys1 {
    margin-top: 80px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sys1 .left {
    padding: 60px 0;
    box-sizing: border-box;
  }
  .sys1 .left img {
    max-width: 600px;
    margin: 0 auto;
  }
  .sys1 .left .mn {
    text-align: center;
  }
}
@media all and (max-width: 1000px) {
  .sys1 {
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .sys1 {
    margin-top: 30px;
  }
  .sys1 .left {
    padding: 40px 0 20px 0;
  }
  .sys1 .left .in {
    width: 90%;
  }
  .sys1 .left img {
    max-width: 100%;
  }
  .sys1 .left .mn {
    font-size: 10px;
    margin-top: 50px;
  }
  .sys1 .right {
    line-height: 1.8;
    padding: 60px 5%;
  }
  .sys1 .tx1 {
    margin: 30px 0 20px 0;
  }
  .sys1 .fb {
    font-weight: bold;
  }
}

.sys2 {
  margin: 180px 0;
}
.sys2 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px 0;
}
.sys2 h2 {
  font-size: clamp(20px, calc(0.7843137255vw + 16.9411764706px), 32px);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  max-width: 550px;
}
.sys2 .txt {
  line-height: 2.5;
  margin: 70px 0 90px 0;
  max-width: 550px;
}
.sys2 .right {
  background: url("../images/sys2-im1.jpg") center center/cover;
  aspect-ratio: 1044/807;
  margin-right: calc(42% - 50vw);
}
@media all and (max-width: 1080px) {
  .sys2 {
    margin: 120px 0;
  }
  .sys2 .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .sys2 .txt {
    margin: 40px 0 50px 0;
  }
  .sys2 .eg {
    max-width: 600px;
  }
}
@media all and (max-width: 767px) {
  .sys2 {
    margin: 90px 0;
  }
  .sys2 .inner {
    gap: 50px 0;
  }
  .sys2 .txt {
    line-height: 2;
    margin: 30px 0 40px 0;
  }
  .sys2 .right {
    background: url("../images/sys2-im1.jpg") center center/cover;
    aspect-ratio: 1044/807;
    margin-right: calc(42% - 50vw);
  }
}

.sys3 {
  box-sizing: border-box;
  background: url("../images/sys3-bg.jpg") center center/cover;
}
.sys3 .ttl-bx1 {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  line-height: 1;
}
.sys3 .ttl-bx1 .sub1 {
  font-size: 14px;
  font-weight: 800;
}
.sys3 .ttl-bx1 .eg {
  font-size: clamp(40px, calc(1.3071895425vw + 34.9019607843px), 60px);
  font-family: "Marcellus", sans-serif;
  font-weight: normal;
  margin: 0 40px;
}
.sys3 .ttl-bx1 h2 {
  font-size: clamp(20px, calc(0.2614379085vw + 18.9803921569px), 24px);
  font-weight: 700;
}
.sys3 .ttl-bx1 h2 i {
  font-size: clamp(24px, calc(0.7189542484vw + 21.1960784314px), 35px);
}
.sys3 .top, .sys3 .btm {
  position: relative;
  padding: 120px 0 80px 0;
  color: white;
}
.sys3 .top:before, .sys3 .btm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1B222C;
  mix-blend-mode: multiply;
}
.sys3 .top .inner, .sys3 .btm .inner {
  position: relative;
  z-index: 2;
}
.sys3 .btm:before {
  background: #1E2A3A;
}
.sys3 .btm .lead {
  margin-top: 60px;
}
.sys3 .tic {
  margin-top: 100px;
}
.sys3 .tic h3 {
  font-size: clamp(16px, calc(0.2614379085vw + 14.9803921569px), 20px);
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: center;
}
.sys3 .tic h3:before, .sys3 .tic h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  width: 28%;
  height: 1px;
  background: #707070;
}
.sys3 .tic h3:after {
  left: unset;
  right: 0;
}
.sys3 .tic .c-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 50px 0 80px 0;
  box-sizing: border-box;
}
.sys3 .tic .c-3 .ic {
  max-width: 200px;
  margin: 0 auto;
}
.sys3 .tic .c-3 .qua {
  text-align: center;
  font-size: clamp(14px, calc(0.2614379085vw + 12.9803921569px), 18px);
  font-weight: 700;
  margin-top: 20px;
}
.sys3 .tic .c-3 .pr {
  text-align: center;
  font-size: clamp(20px, calc(0.7843137255vw + 16.9411764706px), 32px);
  font-weight: 700;
  line-height: 1;
}
.sys3 .tic .c-3 .pr i {
  font-size: clamp(14px, calc(0.2614379085vw + 12.9803921569px), 18px);
}
.sys3 .tic .c-3 .pr em {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
.sys3 .coms h3 {
  font-size: clamp(16px, calc(0.2614379085vw + 14.9803921569px), 20px);
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: center;
}
.sys3 .coms h3:before, .sys3 .coms h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  width: 28%;
  height: 1px;
  background: #707070;
}
.sys3 .coms h3:after {
  left: unset;
  right: 0;
}
.sys3 .coms .c-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
  padding: 80px 0 120px 0;
}
.sys3 .coms .c-2 .bx {
  background: #0D192B;
  height: 240px;
  place-content: center;
  text-align: center;
  padding: 0 30px;
}
.sys3 .coms .c-2 h4 {
  font-size: clamp(20px, calc(0.7843137255vw + 16.9411764706px), 32px);
  line-height: 1;
  margin: 18px 0;
}
.sys3 .coms .c-2 h4 i {
  font-size: clamp(16px, calc(0.522875817vw + 13.9607843137px), 24px);
}
@media all and (max-width: 1000px) {
  .sys3 .coms .c-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}
.sys3 .price-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.sys3 .price-list .bx {
  min-height: 100px;
  place-content: center;
  text-align: center;
  border-bottom: 1px dashed #575757;
  box-sizing: border-box;
}
.sys3 .price-list .bx2 {
  height: 160px;
  padding-top: 20px;
}
.sys3 .price-list .ttll {
  font-size: clamp(14px, calc(0.3921568627vw + 12.4705882353px), 20px);
  font-weight: 700;
  position: relative;
}
.sys3 .price-list .ttll .recom {
  position: absolute;
  width: 100%;
  top: -10%;
  left: 0;
  text-align: center;
}
.sys3 .price-list .ttll .recom img {
  display: inline-block;
  width: 40%;
  max-width: 130px;
}
.sys3 .price-list .spd {
  display: none;
}
.sys3 .price-list .fl {
  font-size: clamp(20px, calc(0.7843137255vw + 16.9411764706px), 32px);
}
.sys3 .price-list .con, .sys3 .price-list .sk, .sys3 .price-list .mon1, .sys3 .price-list .mon2, .sys3 .price-list .deb, .sys3 .price-list .yen {
  padding: 5px 0 5px 90px;
  position: relative;
}
.sys3 .price-list .gage {
  width: 100%;
  height: 10px;
  background: white;
  border-radius: 100px;
  max-width: 180px;
  margin: 10px auto 0 auto;
  position: relative;
  overflow: hidden;
  transition: all 2s ease;
  opacity: 0;
}
.sys3 .price-list .gage:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 0;
  height: 100%;
  background: #172D53;
  transition: all 2s ease;
}
.sys3 .price-list .gage.g1.trigger {
  opacity: 1;
}
.sys3 .price-list .gage.g1.trigger:before {
  width: 33%;
}
.sys3 .price-list .gage.g2.trigger {
  opacity: 1;
}
.sys3 .price-list .gage.g2.trigger:before {
  width: 66%;
}
.sys3 .price-list .gage.g3.trigger {
  opacity: 1;
}
.sys3 .price-list .gage.g3.trigger:before {
  width: 101%;
}
.sys3 .price-list .con {
  background: url("../images/icc.png") center left 14% no-repeat;
  background-size: auto 28px;
}
.sys3 .price-list .sk {
  background: url("../images/ics.png") center left 9% no-repeat;
  background-size: auto 28px;
}
.sys3 .price-list .mon1 {
  background: url("../images/icm.png") center left 11% no-repeat;
  background-size: auto 28px;
}
.sys3 .price-list .deb {
  background: url("../images/icd.png") center left 11% no-repeat;
  background-size: auto 28px;
}
.sys3 .price-list .yen {
  background: url("../images/icy.png") center left 14% no-repeat;
  background-size: auto 28px;
}
.sys3 .price-list .mon2 {
  background: url("../images/icmm.png") center left no-repeat;
  background-size: auto 28px;
}
.sys3 .price-list .l1 .bx {
  text-align: left;
  font-weight: 900;
}
.sys3 .price-list .l4 .bx {
  background: #1E2A3A;
}
@media all and (max-width: 1080px) {
  .sys3 .price-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .sys3 .price-list .spd {
    display: block;
  }
  .sys3 .price-list .l1 {
    display: none;
  }
  .sys3 .price-list .bx2 {
    height: auto;
    padding-top: unset;
  }
  .sys3 .price-list .bx {
    text-align: left;
    height: auto;
    padding: 20px 20px 24px 20px;
  }
  .sys3 .price-list .gage {
    max-width: unset;
    margin: 20px auto 20px auto;
  }
  .sys3 .price-list .ttll {
    text-align: center;
  }
  .sys3 .price-list .con, .sys3 .price-list .sk, .sys3 .price-list .mon1, .sys3 .price-list .mon2, .sys3 .price-list .deb, .sys3 .price-list .yen {
    padding: 5px 0 5px 40px;
    position: relative;
    font-size: 12px;
    text-align: left;
  }
  .sys3 .price-list .con {
    background: url("../images/icc.png") center left no-repeat;
    background-size: auto 20px;
  }
  .sys3 .price-list .sk {
    background: url("../images/ics.png") center left no-repeat;
    background-size: auto 20px;
  }
  .sys3 .price-list .mon1 {
    background: url("../images/icm.png") center left no-repeat;
    background-size: auto 20px;
  }
  .sys3 .price-list .deb {
    background: url("../images/icd.png") center left no-repeat;
    background-size: auto 20px;
  }
  .sys3 .price-list .yen {
    background: url("../images/icy.png") center left no-repeat;
    background-size: auto 20px;
  }
  .sys3 .price-list .mon2 {
    background: url("../images/icmm.png") center left no-repeat;
    background-size: auto 20px;
  }
}
@media all and (max-width: 900px) {
  .sys3 .price-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sys3 .price-list .l2, .sys3 .price-list .l3, .sys3 .price-list .l4 {
    width: 48%;
    margin: 0 1%;
  }
  .sys3 .price-list .l4 {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
@media all and (max-width: 767px) {
  .sys3 .price-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  .sys3 .price-list .l2, .sys3 .price-list .l3, .sys3 .price-list .l4 {
    width: unset;
    margin: 0;
  }
  .sys3 .price-list .l4 {
    margin: unset;
    margin-top: 60px;
    width: 112%;
    position: relative;
    left: -6%;
  }
  .sys3 .price-list .l4 .bx {
    padding: 20px;
  }
  .sys3 .price-list .bx {
    padding: 16px 0;
    height: auto;
    min-height: unset;
  }
  .sys3 .price-list .bx .con, .sys3 .price-list .bx .sk, .sys3 .price-list .bx .mon1, .sys3 .price-list .bx .mon2, .sys3 .price-list .bx .deb, .sys3 .price-list .bx .yen {
    display: block;
    margin-bottom: 5px;
  }
  .sys3 .price-list .ttll {
    font-size: 18px;
  }
  .sys3 .price-list .gage {
    margin: 20px auto 10px auto;
  }
}
@media all and (max-width: 767px) {
  .sys3 .ttl-bx1 {
    flex-wrap: wrap;
  }
  .sys3 .ttl-bx1 .sub1 {
    font-size: 12px;
  }
  .sys3 .ttl-bx1 .eg {
    font-size: 18px;
    margin: 0 20px;
  }
  .sys3 .ttl-bx1 h2 {
    width: 100%;
    font-size: 20px;
    margin-top: 20px;
  }
  .sys3 .ttl-bx1 h2 i {
    font-size: 28px;
  }
  .sys3 .top, .sys3 .btm {
    position: relative;
    padding: 80px 0 40px 0;
  }
  .sys3 .btm .lead {
    margin-top: 30px;
  }
  .sys3 .tic {
    margin-top: 60px;
  }
  .sys3 .tic .c-3 {
    grid-template-columns: repeat(1, 1fr);
    padding: 50px 0 80px 0;
    gap: 60px 0;
  }
  .sys3 .tic .c-3 .ic {
    max-width: 200px;
    margin: 0 auto;
  }
  .sys3 .tic .c-3 .qua {
    margin-top: 10px;
  }
  .sys3 .tic .c-3 .pr {
    text-align: center;
    font-size: clamp(20px, calc(0.7843137255vw + 16.9411764706px), 32px);
    font-weight: 700;
    line-height: 1;
  }
  .sys3 .tic .c-3 .pr i {
    font-size: clamp(14px, calc(0.2614379085vw + 12.9803921569px), 18px);
  }
  .sys3 .tic .c-3 .pr em {
    display: block;
    font-size: 14px;
    margin-top: 20px;
  }
  .sys3 .coms h3 {
    font-size: clamp(16px, calc(0.2614379085vw + 14.9803921569px), 20px);
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-align: center;
  }
  .sys3 .coms h3:before, .sys3 .coms h3:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    width: 28%;
    height: 1px;
    background: #707070;
  }
  .sys3 .coms h3:after {
    left: unset;
    right: 0;
  }
  .sys3 .coms .c-2 {
    gap: 24px 0;
    padding: 40px 0 60px 0;
  }
  .sys3 .coms .c-2 .bx {
    height: auto;
    padding: 30px;
  }
  .sys3 .coms .c-2 .tx2 {
    text-align: left;
  }
}

.mes-area {
  height: auto;
  margin: 20vh auto;
}
.mes-area .inner {
  width: 70%;
}
.mes-area .txt {
  line-height: 1.8;
}
.mes-area .bx {
  margin-top: 24px;
  background: white;
  padding: 20px 40px;
  box-sizing: border-box;
}
.mes-area .bx i {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .mes-area .inner {
    width: 100%;
  }
  .mes-area .bx {
    margin-top: 24px;
    padding: 20px 20px;
  }
}

/*# sourceMappingURL=system.css.map */
