@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Noto+Sans+JP:wght@400;500;700&display=swap');

.mv-section,
.mv-section *,
.connect-section,
.connect-section *,
.ip-intro-section,
.ip-intro-section *,
.apartment-section,
.apartment-section * {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.mv-section {
  width: 100%;
  height: 500px;
  background-image: url('../images/ip/mv_bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.mv-inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.mv-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.mv-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

.mv-badge-box {
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 16px 40px;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.mv-badge-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
}

.sp-only {
  display: none;
}

.connect-section {
  width: 100%;
  padding: 60px 0;
  position: relative;
  background-color: #e4ecef;
  z-index: 1;
  overflow: hidden;
}

.connect-section::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #e4f0f4;
  z-index: -1;
}

.connect-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.connect-title {
  font-size: 28px;
  font-weight: 700;
  color: #0033cc;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 700px;
}

.connect-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0033cc;
}

.connect-products {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
  padding: 0 12%;
}

.product-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.item-center-left {
  width: 38%;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .item-center-left {
  max-width: 100px;
  }
}

.item-center-right {
  width: 46%;
}

.item-left {
  position: absolute;
  left: 0%;
  width: 9%;
  bottom: -10%;
}

.item-right {
  position: absolute;
  right: 0%;
  width: 10%;
  bottom: -10%;
}

.connect-text {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 1.8;
  text-align: left;
  align-self: flex-start;
  max-width: 800px;
  margin-left: 14%;
}

.ip-intro-section {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ip-intro-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}

.ip-intro-banner {
  background: linear-gradient(180deg, #163554 0%, #0d2238 100%);
  text-align: center;
  padding: 20px 20px 25px;
  border-top: 5px solid #102a45;
}

.banner-logo {
  max-width: 140px;
  margin: 0 auto 15px;
}

.banner-logo img {
  width: 100%;
  height: auto;
}

.banner-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.banner-title span {
  color: #d1b88a;
  font-size: 130%;
}

.ip-intro-content {
  width: 100%;
}

.ip-intro-content img {
  width: 100%;
  height: auto;
  display: block;
}

.side-device {
  position: absolute;
  bottom:0;
  z-index: 2;
}

.ip-intro-section .side-device {
  width: 125px;
}

.device-left {
  left: -100px;
}

.device-right {
  right: -100px;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
.device-left {
  left: 10px;
}

.device-right {
  right: 10px;
}

.ip-intro-section .side-device{
  width: 70px;
}

}

.side-device img {
  width: 100%;
  height: auto;
}

.apartment-section {
  width: 100%;
  padding: 50px 0 60px;
  background-color: #0b318f;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.apartment-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apartment-badge {
  background-color: #0c1c3d;
  padding: 12px 60px;
  margin-bottom: 25px;
}

.apartment-badge span {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.apartment-title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.apartment-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.apartment-content {
  width: 100%;
  margin-bottom: 35px;
}

.apartment-content img {
  width: 100%;
  height: auto;
  display: block;
}

.apartment-summary {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.apartment-summary u {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.apartment-section .side-device {
  bottom: 10px;
  top: auto;
  transform: none;
  width: 180px;
}

.device-left-bottom {
  left: -130px;
}

.device-right-bottom {
  right: -120px;
}

.apartment-section .side-device img {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px){

 .device-left-bottom{
  left:0;
  width: 100px;
 }
  .apartment-section .side-device{
    right:0;
    width: 100px;
  }

}

@media screen and (max-width: 767px) {
  .mv-section {
    height: 400px;
  }

  .mv-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .sp-only {
    display: block;
  }

  .mv-badge-box {
    padding: 12px 20px;
    width: 100%;
    max-width: 90%;
  }

  .mv-badge-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .connect-section {
    padding: 40px 0;
  }

  .connect-title {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .connect-title::after {
    height: 3px;
  }

  .connect-products {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    padding: 0;
  }

  .item-left,
  .item-right {
    position: static;
    transform: none;
    width: 22%;
    display: none;
  }

  .item-center-left,
  .item-center-right {
    width: 44%;
  }

  .item-center-left{
    max-width: 80px;
  }

  .connect-text {
    font-size: 13px;
    margin-left: 0;
    text-align: center;
    align-self: center;
  }

  .ip-intro-inner {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
  }

  .ip-intro-banner {
    padding: 15px 10px;
  }

  .banner-title {
    font-size: 18px;
  }

  .ip-intro-section .side-device {
    position: static;
    transform: none;
    width: 120px;
    margin: 20px auto 0;
    display: none;
  }
  
  .device-left {
    order: 2;
  }
  
  .device-right {
    order: 3;
  }

  .apartment-section {
    padding: 40px 0 40px;
  }

  .apartment-inner {
    padding: 0 15px;
  }

  .apartment-badge {
    padding: 10px 40px;
    margin-bottom: 20px;
  }

  .apartment-badge span {
    font-size: 22px;
  }

  .apartment-title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .apartment-content {
    margin-bottom: 25px;
  }

  .apartment-summary {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 10px;
  }

  .apartment-section .side-device {
    position: static;
    width: 120px;
    margin: 25px auto 0;
    display: none;
  }

  .device-left-bottom {
    margin-right: 15px;
  }
}


.line-use-section {
  background-color: #1752b7;
  padding: 60px 0;
}

.line-use-section .apartment-title {
  font-size: 32px;
  border-bottom: none;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.line-use-section .apartment-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.line-use-section .apartment-summary {
  font-size: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .line-use-section {
    padding: 40px 0;
  }

  .line-use-section .apartment-title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .line-use-section .apartment-summary {
    font-size: 15px;
  }
}

.lineup-section {
  width: 100%;
  padding: 60px 0;
  background-color: #e4ecef;
}

.lineup-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lineup-main-visual {
  max-width: 380px;
  width: 100%;
  margin-bottom: 20px;
}

.lineup-main-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.lineup-title {
  font-size: 28px;
  font-weight: 700;
  color: #0033cc;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 700px;
}

.lineup-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0033cc;
}

.lineup-card {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 40px 50px;
  margin-bottom: 30px;
}

.lineup-card:last-child {
  margin-bottom: 0;
}

.card-category-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 1em;
  margin-top: 0;
}

.product-grid-3col {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.product-column {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-model {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}

.product-img {
  width: 100%;
  max-width: 160px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.product-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-features {
  list-style: none;
  width: 100%;
  padding-left: 0;
}

.product-features li {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
  position: relative;
  padding-left: 15px;
}

.product-features li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.card-detached-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.detached-badge {
  background-color: #f39800;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 15px;
}

.detached-lead {
  color: #f39800;
  font-size: 20px;
  font-weight: 700;
}

.detached-content-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

.detached-left {
  width: 48%;
}

h4{
  border-left: 0;
  padding-left: 0;
}

.detached-left .product-model {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  font-size: 32px;
}

.detached-right {
  width: 50%;
}

.detached-img-group {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
}

.detached-img-group img {
  max-width: 120px;
  height: auto;
  object-fit: contain;
}

.detached-img-group img.big {
  max-width: 250px;
}

.horizontal-features {
  max-width: 100%;
}

.horizontal-features li {
  max-width: 100%;
  font-size: 15px;
  padding-left: 0;
  margin-bottom: 8px;
}

.horizontal-features li::before {
  content: "・";
  position: static;
}

@media screen and (max-width: 767px) {
  .lineup-section {
    padding: 40px 0;
  }

  .lineup-main-visual {
    max-width: 240px;
  }

  .lineup-title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .lineup-title::after {
    height: 3px;
  }

  .lineup-card {
    padding: 30px 20px;
  }

  .card-category-title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .product-grid-3col {
    flex-direction: row;
    gap: 10px;
  }

  .product-column {
    width: 100%;
  }

  .product-model {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .product-img {
    height: 200px;
    margin-bottom: 10px;
  }

  .card-detached-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0;
  }

  .product-features li{
    font-size: 12px;
  }

  .detached-badge {
    font-size: 14px;
    padding: 4px 12px;
  }

  .detached-lead {
    font-size: 17px;
    margin-top: 0;
  }

  .detached-content-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .detached-left {
    width: 100%;
  }

  .detached-left .product-model {
    text-align: center;
  }

  .detached-right {
    width: 100%;
  }

  .detached-img-group {
    justify-content: center;
    gap: 10px;
  }

  .horizontal-features li {
    font-size: 13px;
    text-align: center;
  }

  .detached-img-group img {
  max-width: 100px;
}

h4.product-model{
  font-size: 20px !important;
  margin-bottom: 0 !important;
}


.detached-img-group img.big {
  max-width: 150px;
}
.detached-left .product-model{
  margin: 0;
}
}

.card-hybrid {
  padding: 40px 50px 50px;
}

.product-grid-2col {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.product-column-half {
  width: 47%;
}

.product-column-half .card-category-title {
  margin-bottom: 30px;
}

.product-img.large-img {
  max-width: 100%;
  height: 180px;
  margin-bottom: 25px;
}

.plain-features {
  max-width: 100%;
}

.plain-features li {
  font-size: 14px;
}

.monitor-sub-grid {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.monitor-item {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub-model {
  font-size: 20px;
  margin-bottom: 10px;
}

.monitor-item .product-img {
  height: 130px;
  margin-bottom: 15px;
}

.card-app {
  padding: 40px 50px;
}

.app-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 10px;
}

.app-images {
  width: 45%;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}

.app-images img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.app-features-wrap {
  width: 50%;
}

.bold-features {
  max-width: 100%;
}

.bold-features li {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .card-app{
    padding: 20px !important;
  }
  .product-grid-2col {
    flex-direction: column;
    gap: 40px;
  }

  p.big{
    font-size: 17px;
  }

  .product-column-half {
    width: 100%;
  }

  .product-img.large-img {
    height: auto;
    max-width: 280px;
    margin: 0 auto 15px;
  }

  .monitor-sub-grid {
    flex-direction: row;
    gap: 30px;
  }

  .monitor-item {
    width: 100%;
  }

  p.size{
    font-size: 13px;
  }

  .monitor-item .product-img {
    height: 120px;
  }

  .app-content-wrap {
    flex-direction: column;
    gap: 25px;
    margin-top: 1em !important
  }

  .app-images {
    width: 100%;
    justify-content: center;
    max-width: 280px;
  }

  .app-features-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .bold-features {
    display: inline-block;
    width: auto;
  }
}


.business-target-section {
  width: 100%;
  padding: 80px 0;
  background-color: #2b2a2a;
}

.business-target-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.business-target-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.business-target-img {
  width: 48%;
}

.business-target-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.business-target-content {
  width: 48%;
}

.business-target-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) and (max-width: 1024px){

  .business-target-title{
  font-size: 24px;
  }
}

.business-target-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  height: 3px;
  background-color: #b2cf55;
}

.business-target-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .business-target-section {
    padding: 50px 0;
  }

  .business-target-flex {
    flex-direction: column;
    gap: 30px;
  }

  .business-target-img {
    width: 100%;
    max-width: 400px;
  }

  .business-target-content {
    width: 100%;
  }

  .business-target-title {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .business-target-title::after {
    width: 100%;
  }

  .business-target-text {
    font-size: 13px;
    line-height: 1.8;
  }
}

.features-section {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}

.features-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.features-main-title {
  font-size: 28px;
  font-weight: 700;
  color: #0033cc;
  text-align: center;
  margin-bottom: 50px;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}

.feature-card {
  width: 31%;
  display: flex;
  flex-direction: column;
}

.feature-img {
  width: 100%;
  margin-bottom: 20px;
}

.feature-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.feature-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #cc0033;
}

.feature-text {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  text-align: justify;
}

@media screen and (max-width: 950px) {
  .feature-card {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .features-section {
    padding: 50px 0;
  }

  .features-main-title {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .features-grid {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }

  .feature-card {
    width: 100%;
    max-width: 400px;
  }

  .feature-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.support-section {
  width: 100%;
  background-color: #fafafa;
}

.support-inner {
  width: 100%;
}

.support-lead {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.support-lead-title {
  font-size: 28px;
  font-weight: 700;
  color: #0033cc;
  margin-bottom: 30px;
}

.support-lead-img {
  width: 100%;
}

.support-lead-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.support-flow-wrap {
  background-color: #e4ecef;
  padding: 60px 20px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support-flow-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.03em;
}

.support-flow-title span {
  color: #f39800;
}

.flow-grid {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  gap: 15px;
  margin-bottom: 50px;
}

.flow-card {
  width: 24%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}

.flow-card:first-child {
  background-color: rgba(255, 255, 255, 0.85);
}

.flow-header {
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.flow-step {
  font-size: 16px;
  font-weight: 700;
  color: #0033cc;
  display: block;
  margin-bottom: 5px;
}

.flow-heading {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

.flow-text {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  text-align: justify;
}

.flow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #0033cc;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 0;
  margin-top: auto;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.flow-btn:hover {
  opacity: 0.85;
}

.support-contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
  max-width: 900px;
  margin-top: 10px;
}

.contact-btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 320px;
  background-color: #0033cc;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 0;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: opacity 0.2s ease;
}

.contact-btn-main:hover {
  opacity: 0.85;
}

.contact-btn-main i {
  font-size: 22px;
}

.contact-phone-wrap {
  text-align: left;
}

.phone-label {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  margin-bottom: 2px;
  padding-left: 5px;
}

.phone-number {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0033cc;
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}

.phone-number i {
  font-size: 34px;
}

.phone-time {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  margin-top: 5px;
  padding-left: 5px;
}

@media screen and (max-width: 950px) {
  .flow-grid {
    flex-wrap: wrap;
    gap: 20px;
  }

  .flow-card {
    width: 48%;
  }
  
  .flow-btn {
    margin-top: 20px;
  }

  .support-contact-box {
    flex-direction: row;
    gap: 35px;
    text-align: center;
  }

  .contact-phone-wrap {
    text-align: center;
  }
  
  .phone-label,
  .phone-time {
    padding-left: 0;
  }
  
  .phone-number {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .support-lead {
    padding: 40px 20px;
  }

  .support-contact-box{
    flex-direction: column;
  }

  .support-lead-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .support-flow-wrap {
    padding: 40px 15px 50px;
  }

  .support-flow-title {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .flow-grid {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .flow-card {
    width: 100%;
    padding: 25px 20px;
  }

  .contact-btn-main {
    width: 100%;
    max-width: 340px;
    font-size: 16px;
    padding: 15px 0;
  }

  .phone-number {
    font-size: 28px;
  }

  .phone-number i {
    font-size: 24px;
  }
}

.support-flow-section,
.support-flow-section * {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.support-flow-section {
  width: 100%;
  background-color: #e4ecef;
  padding: 80px 0 80px;
}

.support-flow-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support-flow-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.03em;
}

.support-flow-title span {
  color: #f39800;
}

.flow-grid {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  margin-bottom: 60px;
}

.flow-card {
  width: 24%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}

.flow-card:first-child {
  background-color: rgba(255, 255, 255, 0.85);
}

.flow-header {
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.flow-step {
  font-size: 16px;
  font-weight: 700;
  color: #0033cc;
  display: block;
  margin-bottom: 5px;
}

.flow-heading {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

.flow-text {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 1em;
}

.flow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #0033cc;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 0;
  margin-top: auto;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.flow-btn:hover {
  opacity: 0.85;
}

.support-contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
  max-width: 900px;
}

.contact-btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 320px;
  background-color: #0033cc;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 0;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: opacity 0.2s ease;
}

.contact-btn-main:hover {
  opacity: 0.85;
}

.contact-btn-main i {
  font-size: 22px;
}

.contact-phone-wrap {
  text-align: left;
}

.phone-label {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  margin-bottom: 2px;
  padding-left: 5px;
}

.phone-number {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0033cc;
  font-size: 38px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}

.phone-number i {
  font-size: 34px;
}

.phone-time {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  margin-top: 5px;
  padding-left: 5px;
}

@media screen and (max-width: 950px) {
  .flow-grid {
    flex-wrap: wrap;
    gap: 20px;
  }

  .flow-card {
    width: 48%;
  }
  
  .flow-btn {
    margin-top: 20px;
  }

  .support-contact-box {
    flex-direction: column;
    gap: 35px;
    text-align: center;
  }

  .contact-phone-wrap {
    text-align: center;
  }
  
  .phone-label,
  .phone-time {
    padding-left: 0;
  }
  
  .phone-number {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .support-flow-section {
    padding: 40px 0 50px;
  }

  .support-flow-title {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .flow-grid {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .flow-card {
    width: 100%;
    padding: 25px 20px;
  }

  .contact-btn-main {
    width: 100%;
    max-width: 340px;
    font-size: 16px;
    padding: 15px 0;
  }

  .phone-number {
    font-size: 28px;
  }

  .phone-number i {
    font-size: 24px;
  }
}

.card-s617-detail {
  padding: 40px 50px;
}

.s617-detail-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

.s617-detail-left {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s617-model-label {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
}

.s617-detail-img {
  width: 100%;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s617-detail-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.s617-detail-right {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s617-desc{
  margin: 0;
}

.s617-catch {
  font-size: 18px;
  font-weight: 700;
  color: #0533c6;
  line-height: 1.6;
  margin: 0 0 1em;
}

.s617-desc {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
}

.s617-features {
  max-width: 100%;
}

.s617-features li {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 700;
}

p.big{
  margin-top: .5em;
  margin-bottom: .5em;
  padding: 0;
  color:#0533c6;
  font-size: 20px;
  text-decoration: underline;
  text-align: center;
}

p.size{
  margin-top: 0;
  margin-bottom: .5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .card-s617-detail {
    padding: 30px 20px;
  }

  .s617-detail-wrap {
    flex-direction: column;
    gap: 25px;
  }

  .s617-detail-left {
    width: 100%;
    align-items: center;
  }

  .s617-model-label {
    text-align: center;
  }

  .s617-detail-img {
    max-width: 160px;
  }

  .s617-detail-right {
    width: 100%;
    gap: 15px;
  }

  .s617-catch {
    font-size: 14px;
  }

  .s617-desc {
    font-size: 13px;
  }
}

/* ── Hybrid Set カード ── */
.card-hybrid-new {
  padding: 40px 50px;
}

.hybrid-lead-text {
  font-size: 20px;
  font-weight: 700;
  color: #0033cc;
  margin-bottom: 20px;
}

.hybrid-main-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 20px;
}

.hybrid-main-img {
  width: 55%;
  max-width: 380px;
}

.hybrid-main-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.hybrid-features {
  width: 40%;
  max-width: 100%;
}

.hybrid-features li {
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* ── 室内モニター カード ── */
.card-monitor-new {
  padding: 40px 50px;
}

.monitor-main-grid {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 20px;
}

.monitor-main-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
}

.monitor-main-item .product-model {
  text-align: left;
  margin-bottom: 15px;
}

.monitor-main-img {
  width: 100%;
  max-width: 260px;
  margin-bottom: 20px;
}

.monitor-main-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* ── SP対応 ── */
@media screen and (max-width: 767px) {

  .card-hybrid-new {
    padding: 30px 20px;
  }

  .hybrid-lead-text {
    font-size: 18px;
    margin: 0;
  }

  .hybrid-main-wrap {
    flex-direction: column;
    gap: 25px;
  }

  .hybrid-main-img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .hybrid-features {
    width: 100%;
  }

  .hybrid-features li {
    font-size: 13px;
  }

  .card-monitor-new {
    padding: 30px 20px;
  }

  .monitor-main-grid {
    flex-direction: row;
    gap: 20px;
  }

  .monitor-main-item {
    width: 48%;
    align-items: center;
  }

  .monitor-main-item .product-model {
    text-align: center;
    font-size: 18px;
  }

  .monitor-main-img {
    max-width: 100%;
  }
}