@charset "UTF-8";
/* ----------------------------------------------------------------------
デモサービス
---------------------------------------------------------------------- */
/* ===== INTRO SECTION ===== */
.intro {
  padding: 0 0 18rem;
}

.intro .inner {
  display: flex;
  align-items: flex-start;
	justify-content:space-between;
}

.intro-images {
  width:40%
}
.intro-text {
  width:54%
}
.img-placeholder {
  background: #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
}

.img-person1 {
  width: 130px;
  height: 90px;
}

.img-person2 {
  width: 130px;
  height: 90px;
}

.intro-text h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.intro-text p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* ===== SECTION TITLE ===== */
.section-title {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-title h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
  letter-spacing: 0.05em;
}

.section-title p {
  font-size: 1.8rem;
  font-weight: 700;
}

.section-title .underline {
  display: none;
}

/* ===== DEMO METHODS ===== */
.demo-methods {
  padding: 0 0 18.5rem;
}

.demo-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  max-width: 1180px;
  margin-inline: auto;
}

.demo-card {
  background: #fff;
  border-radius: 16px;
  position: relative;
  border: 1px solid #cccccc;
}

.demo-card-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #063681;
  color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  z-index: 2;
}
.demo-card-img img{border-radius:16px 16px 0 0;}
.demo-card-body {
  padding: 2rem 4rem 3rem;
}

.demo-card-body h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3px;
}

.demo-card-body p {
  font-size: 1.8rem;
  line-height: 1.9;
}

/* ===== RECOMMENDED ===== */
.recommended {
  padding: 0 0 18rem;
}

.recommended .section-title {
  margin-bottom: 2.5rem;
}

.recommend-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.recommend-item {
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 4rem 1.5rem 3rem;
  background: #fff;
}

.recommend-icon {
  width: 143px;
  height: 143px;
  margin: 0 auto 3.4rem;
  border-radius: 50%;
  background: #e6ecf2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.recommend-item p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

/* ===== DEMO FLOW ===== */
.demo-flow {
  padding: 0 0 18rem;
}

.demo-flow .section-title {
  margin-bottom: 2.7rem;
}

.flow-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.flow-list::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: 8.4rem;
  bottom: 8.4rem;
  border-left: 2px dashed #c5cdd8;
  z-index: 0;
}

.flow-row {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  position: relative;
  z-index: 1;
}

.flow-num {
  width: 6rem;
  height: 6rem;
  background: #063681;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  flex-shrink: 0;
}

.flow-card {
  flex: 1;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 3.8rem;
  padding: 3rem 3.6rem;
}

.flow-card h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  color: #333;
  width: 16.7rem;
  flex-shrink: 0;
  letter-spacing: 0.03em;
}

.flow-text {
  flex: 1;
}

.flow-text p {
  font-size: 1.8rem;
  line-height: 1.9;
}

.demo-flow a.button {
  width: 28rem;
  height: 5rem;
  font-size: 1.6rem;
  margin-top: 2rem;
}

.flow-img {
  width: 28.4rem;
}

/* ===== REMOTE NEEDS ===== */
.remote-needs {
  padding: 0 0 9.5rem;
}

.remote-needs .section-title {
  margin-bottom: 0;
}

.remote-note {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.remote-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 480px));
  justify-content: center;
  gap: 6rem;
  margin: 0 auto;
}

.remote-item {
  text-align: center;
}

.remote-item .img-placeholder {
  margin-bottom: 12px;
}

.remote-item p {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}

/* ===== OPERATION STEPS ===== */
.operation {
  padding: 0 0 17.5rem;
}

.operation .inner {
  padding-left: 0;
  padding-right: 0;
}

.operation .section-title {
  margin-bottom: 2.4rem;
}

.steps-wrap {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.step-item {
  position: relative;
  text-align: center;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: #fff;
  padding: 4rem 2rem 2.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #063681;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  z-index: 2;
}

.step-circle {
  width: 140px;
  height: 140px;
  margin: 6px 0 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.step-circle svg, .step-circle img {
  max-width: 100%;
  max-height: 100%;
}

.step-item p {
  line-height: 1.9;
}

.step-dl-btn {
  display: inline-block;
  background: #1a3a6b;
  color: #fff;
  padding: 1px 3.1rem;
  border-radius: 4px;
  font-weight: 700;
  margin-top: 12px;
}

.step-arrow {
  width: 4rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAyMC40Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMDYzNjgxOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iX+ODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCwxOC42VjEuODFDMCwuMiwxLjk0LS42LDMuMDguNTNsOC4zOSw4LjM5Yy43LjcuNywxLjg1LDAsMi41NUwzLjA4LDE5Ljg3Yy0xLjE0LDEuMTQtMy4wOC4zMy0zLjA4LTEuMjdaIi8+CiAgPC9nPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: center center;
}

/* ===== CTA BANNER ===== */
.page .cta-banner .inner {
  max-width: 1200px;
  border-radius: 16px;
  background: linear-gradient(135deg, #77b7e5 0%, #0076bf 60%, #004da1 100%);
  color: #fff;
  padding: 5rem 0 1.5rem;
}

.cta-banner a {
  display: block;
}

.cta-banner h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
  text-align: center;
}

.cta-banner .cta-banner-flex {
  display: flex;
  align-items: center;
  gap: 4.6rem;
  max-width: 978px;
  margin: 26px auto 0;
}

.cta-banner-left {
  flex-shrink: 0;
}

.cta-banner-left .img-placeholder {
  width: 260px;
  height: 170px;
  border-radius: 6px;
}

.cta-banner-right {
  flex: 1;
}

.cta-banner-right p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.cta-banner-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.cta-banner-btn {
  display: inline-block;
  color: #FFF;
  padding: 4px 7.6rem 4px 0;
  font-size: 1.8rem;
  font-weight: bold;
  background: url(../images/arrow_white.svg) no-repeat center right 2rem/4rem 4rem;
}
/*-----レスポンシブ調整-----*/
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1024px) {
	.intro-text h2 {font-size: 2.4rem;}
	.recommend-grid {	grid-template-columns: repeat(3, 1fr);}
	.step-dl-btn{padding:1rem;}
	.step-arrow {width: 3rem;}
	.step-item p {text-align:left;}
	.demo-flow a.button {   width: auto;   font-size: 1.4rem;   text-align: left;}
	.flow-list::before{top: 16rem;}
	.intro {    padding: 0 0 6rem;}
	.video-area {    padding: 0 0 10rem;}
	.demo-methods {    padding: 0 0 10rem;}
	.recommended {    padding: 0 0 10rem;}
	.demo-flow {    padding: 0 0 10rem;}
}
@media screen and (max-width: 820px) {
	.intro .inner{flex-wrap:wrap;}
	.intro-images,.intro-images img {	width: 100%;}
	.intro-text {    width: 100%;}
	.intro-text h2 {margin-top:3rem;}
	.intro-text p {	font-size: 1.6rem;}
	.steps-wrap {    gap: 5rem 0;    flex-wrap: wrap;}
	.step-item{width: calc((100% - 8rem) / 2); flex:auto;}
	.demo-cards {gap: 3rem;}
	.section-title p{text-align:left;}
	.flow-card{display:block}
	.demo-flow a.button {width: 23rem;}
	.flow-img {    width: 28.4rem;    margin: 3rem auto 0;}
	.flow-card h3{text-align:left;}
	.recommend-item p {	font-size: 1.6rem;}
	.flow-list::before {  top: 20rem;bottom: 15rem;   }
	.cta-banner h2 {		font-size: 2.4rem;}
	.cta-banner-right p {		font-size: 1.6rem;margin-bottom: 0;}
	.page .cta-banner .inner{padding:5rem 3rem 3rem;}
	.cta-banner .cta-banner-flex{gap:3rem}

}
@media screen and (max-width: 520px) {
	.intro-text h2 {    font-size: 2rem;    }
	 .recommend-grid {      grid-template-columns: repeat(2, 1fr);    }
	.section-title h2 {		font-size: 2.4rem;}
	.demo-cards{grid-template-columns: 1fr;gap: 4rem;}
	.demo-card-body h3 {font-size: 1.8rem;}
	.demo-card-body p {	font-size: 1.4rem;}
	.demo-card-num{width: 36px;   height: 36px;font-size: 1.6rem;}
	.remote-items{grid-template-columns: 1fr; gap: 4rem;}
	.step-item {width: 100%;}
	.steps-wrap {	gap: 4rem 0;}
	.step-arrow {   width: 3rem;  height: 2rem;   transform: rotate(90deg);     margin: -2rem auto 0;    }
	.recommend-item{padding: 2rem 1rem 2rem;}
	.recommend-item p {  font-size: 1.2rem;   }
	.flow-row{gap:2rem}
	.flow-list::before{left:2rem;}
	.flow-num {   width: 4rem;	height: 4rem;font-size:1.6rem;}
	.flow-card {padding:2rem;}
	.flow-img {	width: 100%;}
	.flow-text p {  font-size: 1.4rem;  line-height: 1.5;}
	.flow-card h3 {	font-size: 1.8rem;}
	.remote-note {    text-align: left;		font-size: 1.6rem;}
	.cta-banner .cta-banner-flex{flex-wrap:wrap;}
	.cta-banner h2 {  text-align: left;   font-size: 1.8rem;    }
	.cta-banner-btn{font-size:1.4rem; background-size:2rem 2rem;}
	.cta-banner-bottom {    justify-content: center;    margin-top: 2rem;}
}

/*# sourceMappingURL=page-demo.css.map */