body{
	overflow-x: hidden;
  }

  /* ヘッダー */

  header{
	padding-top: 100px;
	margin-bottom: 1rem;
  }
  
  .bodyBg{
	background: url(/img/dot_bg_yuistation.png) repeat center center / 40px 40px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -9;
  top: 0;
  opacity: 0.3;
  }

  .bodyBg_02{
	background: url(/img/dot_bg_bedcensor.png) repeat center center / 40px 40px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -9;
  top: 0;
  opacity: 0.3;
  }

  .bodyBg_03{
	background: url(/img/dot_bg_camera.png) repeat center center / 40px 40px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -9;
  top: 0;
  opacity: 0.3;
  }

  .headerBg{
	background: url(/features/img/yuistation_bg_s.jpg) no-repeat center center / cover;
    position: absolute;
    width: 100vw;
    height: 80vh;
    z-index: -1;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 60%, 0% 100%);
  }

  .headerBg_02{
	background: url(/features/img/bedcensor_bg_s.jpg) no-repeat center center / cover;
    position: absolute;
    width: 100vw;
    height: 80vh;
    z-index: -1;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 60%, 0% 100%);
  }

  .headerBg_03{
	background: url(/features/img/camera_bg_s.jpg) no-repeat center center / cover;
    position: absolute;
    width: 100vw;
    height: 80vh;
    z-index: -1;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 60%, 0% 100%);
  }
  
  .sectionWrap{
	width: 95%;
	margin: 0 auto;
  }

.features_title,.features_title_02,.features_title_03{
	color: #fff;
    font-weight: bold;
	margin-bottom: 1rem;
}

.features_title p:first-child,.features_title_02 p:first-child,.features_title_03 p:first-child{
    text-align: center;
    font-size: 1.2rem;
    display: inline-block;
    background: #fff;
    padding: 0 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0.5rem;
    clip-path: polygon(1.8% 0%, 100% 0%, 98.8% 100%, 0% 100%);
}

.features_title p:first-child{
	color: #33c69a;
}

.features_title_02 p:first-child{
	color: #259ab8;
}

.features_title_03 p:first-child{
	color: #b84225;
}

.features_title h1,.features_title_02 h1,.features_title_03 h1{
    font-size: 1.6rem;
    border-bottom: 2px solid #fff;
    text-align: center;
    margin-bottom: 1rem;
}

  .featureMain_pc{
	display: none;
  }

  .featureMain_s{
	display: block;
	filter: drop-shadow(1px 1px 2px #aaa);
  }

  .sectionCaption dt{
	color: #005B8D;
    border-bottom: 2px solid #005B8D;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }






  
  .featureSection,.featureList_section{
	/* background: #fff; */
	padding: 2rem 0;
  }
  
  .featureList_section h2{
	text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 3rem;
    clip-path: polygon(1.5% 0%, 100% 0%, 98.5% 100%, 0% 100%);
    padding: 0.5rem 0;
	color: #fff;
  }

  .featureTitle_01{
	background: #25b88b;
  }

    .featureTitle_02{
	background: #259ab8;
  }

  .featureTitle_03{
	background: #b84225;
  }
  
  .contactSection{
	background: #fff;
	padding: 2rem 0;
  }
  
  .contactSection h2,.otherfeatureSection h2{
    font-size: 1.4rem;
    border-bottom: 4px solid #e94174;
    margin-bottom: 2rem;
    color: #e94174;
    font-weight: bold;
  }

  .contactSection h2 span,.otherfeatureSection h2 span{
	font-size: 0.8rem;
    margin-left: 0.5rem;
    color: #777;
  }

  .contactSection p{
	margin-bottom: 1rem;
  }


  
  .featureList_title{
	position: relative;
	border-bottom: 2px solid #B60038;
	padding-top: 2.5rem;
	border-top: 2px solid #B60038;
	margin-bottom: 1rem;
  }
  
  .featureList_title>p{
	background: #fff;
	text-align: center;
	color: #25B88B;
	-webkit-text-fill-color: #ffffff;
	-webkit-text-stroke: 2px #25B88B;
	font-size: 2.8rem;
	font-weight: bold;
	position: absolute;
	top: -2rem;
	right: 0;
	left: 0;
	margin: auto;
	width: fit-content;
	border-radius: 50%;
	padding: 0 1rem;
	height: fit-content;
  }
  
  .featureList_summary{
	text-align: center;
	margin-bottom: 1rem;
	font-weight: bold;
  }
  
  .featureList_summary h3{
	color: #B60038;
	font-size: 1.2rem;
  }
  
  .featureList_summary p span{
	background: linear-gradient(transparent 60%, #FFD541 60%);
  }
  
  .featureList_content img{
	margin-bottom: 1rem;
  }
  
  .featureList_section ul li{
	margin-bottom: 4rem;
	background: #fff;
    padding: 1rem;
    filter: drop-shadow(1px 1px 2px #aaa);
    border-radius: 0.5rem;
  }

  .featureList_section ul li:last-of-type{
	margin-bottom: 0;
  }

  .featureList_content p span{
	color: #d90000;
  }
  
  .otherfeatureSection{
	padding: 2rem 0 4rem;
	background: #fff;
  }
  
  .contact_phoneArea,.contact_formArea{
	padding-top: 2rem;
  }
  
  .contact_phoneArea{
	  margin-bottom: 2rem;
	}
	
	.contact_phoneArea a{
	  padding: 1rem;
	  display: block;
	  border: 2px solid #000;
	  border-radius: 0.5rem;
	  text-align: center;
	  position: relative;
	  font-weight: bold;
	  margin-bottom: 1rem;
	}
	
	.contact_phoneArea a::before{
	  content: "";
	  background: url(/img/tel_contact_icon_cta.svg) no-repeat center center / contain;
	  position: absolute;
	  width: 30px;
	  height: 30px;
	  top: 0;
		bottom: 0;
		left: 20%;
		margin: auto;
	}
  
	.contactIcons_list li{
		margin: 0 auto;
		font-weight: bold;
		background: #fff;
		display: block;
		padding: 1rem 0;
		border-radius: 0.5rem;
		text-align: center;
		margin-bottom: 1rem;
		filter: drop-shadow(1px 1px 2px #aaa);
	  }
	  
	  .contactIcons_list li a{
	  display: block;
	  }
	  
	  .contactIcons_list li a img{
	  width: 30px;
	  margin-bottom: 1rem;
	  }
	  
	  .contactIcons_list li a span{
	  font-size: 1.2rem;
	  color: #2D8CFF;
	  }

	  .contactIcons_list li:first-child a span{
		font-size: 1.125rem;
		color: #666;
		}
  
	  .featureList_link{
		margin-bottom: 6rem;
	  }
  
	  .contactSection h3{
		font-weight: bold;
		margin-bottom: 1rem;
		}
		
		.contactSection h3::before {
		content: "";
		background-color: #FF5B36;
		border-radius: 0.5rem;
		display: inline-block;
		height: 30px;
		vertical-align: middle;
		width: 10px;
		margin-right: 0.2rem;
		}
  
  
	  .featureList_link li{
		background: #fff;
		box-shadow: 2px 2px 6px #aaa;
		padding: 1rem 0.5rem 4rem;
		position: relative;
		margin-bottom: 4rem;
		border-radius: 0.5rem;
	  }
  
	  .featureList_link li div{
		text-align: center;
		margin-bottom: 1rem;
	  }
  
	  .featureList_link li div img{
		width: 26%;
		margin-bottom: 0.5rem;
	  }
  
	  .featureList_link li div h3{
		font-size: 1.4rem;
		font-weight: bold;
	  }
  
	  .btn_01{
		display: block;
		text-align: center;
		padding: 1rem 0;
		background: -moz-linear-gradient(left, #FF5B36 50%, #FF8A00);
		background: -webkit-linear-gradient(left, #FF5B36 50%, #FF8A00);
		background: linear-gradient(to right, #FF5B36 50%, #FF8A00);
		color: #fff;
		font-weight: bold;
		width: 95%;
		margin: 0 auto;
		border-radius: 2rem;
		position: absolute;
		right: 0;
		bottom: -2rem;
		left: 0;
		margin: auto;
		border: 6px solid #fff;
		}

		.btn_01::before {
			content: "";
			position: absolute;
			right: 0;
			bottom: -2rem;
			left: 0;
			margin: auto;
			inset: 0;
			z-index: -1;
			background: -moz-linear-gradient(right, #FF5B36 50%, #FF8A00);
			background: -webkit-linear-gradient(right, #FF5B36 50%, #FF8A00);
			background: linear-gradient(to left, #FF5B36 50%, #FF8A00);
			opacity: 0;
			transition: opacity 0.5s;
			border-radius: 2rem;
		}
  
		.btn_01:hover::before{
			opacity: 1;
		}
  
  @media(min-width:767px){

	.sectionWrap{
		max-width: 1120px;
	}

  .featureMain_pc{
	display: block;
	filter: drop-shadow(1px 1px 2px #aaa);
  }

  .featureMain_s{
	display: none;
  }

  .headerBg{
	background: url(/features/img/yuistation_bg_pc.jpg) no-repeat center center / cover;
	clip-path: polygon(0 0, 100% 0%, 100% 30%, 0% 70%);
  height: 100vh;
}

.headerBg_02{
	background: url(/features/img/bedcensor_bg_pc.jpg) no-repeat center center / cover;
	clip-path: polygon(0 0, 100% 0%, 100% 30%, 0% 70%);
  height: 100vh;
}

.headerBg_03{
	background: url(/features/img/camera_bg_pc.jpg) no-repeat center center / cover;
	clip-path: polygon(0 0, 100% 0%, 100% 30%, 0% 70%);
  height: 100vh;
}

.features_title,.features_title_02,.features_title_03{
	text-align: center;
	margin-bottom: 2rem;
}

.features_title p:first-child,.features_title_02 p:first-child,.features_title_03 p:first-child{
	left: auto;
    transform: none;
}

.features_title p,.features_title_02 p,.features_title_03 p{
	font-size: 1.2rem;
}

.features_title h1,.features_title_02 h1,.features_title_03 h1{
	font-size: 2rem;
}


.sectionCaption dt{
	font-size: 1.2rem;
}

.sectionCaption dd{
	font-size: 1rem;
}

.featureList_section h2{
	font-size: 1.4rem;
	clip-path: polygon(0.5% 0%, 100% 0%, 99.5% 100%, 0% 100%);
	padding: 1rem 0;
}




  .featureList_title{
	border-top: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .featureList_title>p{
	position: unset;
	margin: auto;
	padding: 0;
	width: 8%;
  }
  
  .featureList_content{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: space-between;
  }
  
  .featureList_summary{
	width: 90%;
	text-align: left;
	border-left: 2px solid #B60038;
	padding-left: 2%;
	margin: 0;
  }
  
  
  
  .featureList_content img{
	width: 25%;
  }
  
  .featureList_content p{
	width: 72%;
  }
  
  .contactSection{
	padding: 2rem 0 4rem;
  }

  .otherfeatureSection h2{
	font-size: 1.6rem;
	margin-bottom: 3rem;
  }

  .contactSection h2{
	font-size: 1.6rem;
	margin-bottom: 1rem;
  }

  .contactSection h2 span,.otherfeatureSection h2 span{
	font-size: 1rem;
  }
  
  
  .contact_phoneArea a{
	  width: 40%;
	  margin-right: 2rem;
	}
	
	.contact_phoneArea a::before{
	  left: 15%;
	}
  
  .contact_phoneWrap{
	  display: flex;
	  justify-content: start;
	  align-items: center;
	}
  
	.contact_phoneWrap p{
	  font-size: 1rem;
	}
	
	.contact_phoneArea a{
	  width: 40%;
	  margin-right: 2rem;
	}
	
	.contact_phoneArea a::before{
	  left: 15%;
	}
  
	.contactIcons_list{
	  display: flex;
	  justify-content: flex-start;
	  }
	  
	  .contactIcons_list li{
	  width: 30%;
	  margin: 0 1rem 0 0;
	  }
  
	  .featureList_link{
		display: flex;
	  justify-content: space-between;
	  }
  
	  .featureList_link li{
		width: 48%;
	  }
  
  }
  
  @media(min-width:1080px){

	header{
		padding-top: 160px;
		margin-bottom: 4rem;
	}

	.headerBg{
		clip-path: polygon(0 0, 100% 0%, 100% 40%, 0% 90%);
	}
  
	p,.sectionCaption dd{
	  font-size: 18px;
	}

	.features_title p:first-child,.features_title_02 p:first-child,.features_title_03 p:first-child{
		font-size: 1.4rem;
	}

	.features_title h1,.features_title_02 h1,.features_title_03 h1{
		font-size: 2.4rem;
	}

	.sectionCaption dt{
		font-size: 1.4rem;
	}
  
  .featureList_section h2{
	font-size: 1.6rem;
  }
  
  .sectionCaption h3{
	font-size: 1.4rem;
  }
  
  .featureList_title{
	margin-bottom: 2rem;
  }
  
  .featureList_title>p{
	font-size: 3.4rem;
  }
  
  .featureList_summary h3{
	font-size: 1.6rem;
  }
  
  .featureList_summary p{
	font-size: 1.2rem;
  }
  
  .contactSection{
	padding: 4rem 0 6rem;
  }
  
   .otherfeatureSection h2{
	font-size: 2rem;
	margin-bottom: 3rem;
  }
  
  .contactSection h2{
	font-size: 2rem;
  }
  
  .contactSection h3{
	font-size: 1.2rem;
  }
  
  }