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

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */	
.iot_back {
	width: 100%;
	height: 30VW;
	background-color: #8abaf7;
	}
	
.iot_area {
	width: 100%;
	background-color: #8abaf7;
	padding-bottom: 13vw;
	}
	
.iot_area h2 {
	background-image: url("../images/lower/iot_title.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 80vw;
	height: 17vw;
	padding-left: 5VW;
	margin: 0 auto 10vw;
	color: #fff;
	font-size: 6vw;
	font-weight: 700;
	display: flex;
	align-items: center;
	border-radius: 15px;
	}
	
.iot_box {
	width: 73vw;
	padding: 6vw;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	}
	
.iot_box h3 {
	font-size: 5.5vw;
	font-weight: 500;
	}
	
.iot_box h4 {
	font-size: 6.5vw;
	font-weight: 700;
	border-top: solid 2px #000;
	padding-top: 5vw;
	margin: 5vw auto 8vw;
	}
	
.iot_box img {
	margin: 0 0 8vw;
	}
	
.iot_txt {
	font-size: 4vw;
	line-height: 1.8em;
	margin-bottom: 7vw;
	}
	
.iot_caption {
	font-size: 6vw;
	font-weight: 700;
	margin-bottom: 4vw;
	color: #1f5ed9;
	}
	
.iot_btn p a {
	color: #fff;
	background-color: #1f5ed9;
	border: solid 3px #1f5ed9;
	height: 14vw;
	margin: 0 auto;
	border-radius:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.2vw;
	font-weight: 700;
	padding: 2vw 0 3vw;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
	
.iot_btn p a:hover {
	background-color: #fff;
	border: solid 3px #1f5ed9;
	color: #1f5ed9;
	}
	
.iot_sensor {
	width: 85vw;
	margin: 0 auto;
	padding: 13vw 0;
	text-align: center;
	}
	
.sensor_title {
	width: 80vw;
	font-size: 6vw;
	font-weight: 700;
	padding: 3vw 0 4vw;
	margin: 0 auto 7vw;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	}
	
.sensor_txt {
	font-size: 5vw;
	font-weight: 500;
	margin-bottom: 9vw;
	}
	
.sensor_area {
	width: 80vw;
	margin: 0 auto 13vw;
	}
	
.sensor_box {
	padding: 7vw 6vw;
	border-radius:20px;
	background-color: #eaf4ff;
	margin-bottom: 7vw;
	}
	
.sensor_box img {
	margin-bottom: 3vw;
	}
	
.sensor_box p {
	font-size: 4vw;
	line-height: 1.75em;
	text-align: left;
	}
	
.anshin_area {
	width: 85vw;
	margin: 0 auto 13vw;
	}
	
.anshin_title_area {
	display: flex;
	justify-content: space-between;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	padding: 3vw 0;
	margin: 0 auto 10vw;
	}
	
.anshin_title_area img {
	width: 6vw;
	padding: 2.3vw 0 2.5vw;
	}
	
.anshin_title {
	font-size: 6vw;
	font-weight: 700;
	}
	
.anshin_box,.anshin_box02 {
	width: 80vw;
	margin: 0 auto;
	margin-bottom: 12vw;
	}
	
.anshin_box {
	display: flex;
	flex-direction: column-reverse;
	}
	
.anshin_con {
	}
	
.anshin_cap {
	background-image: url("../images/lower/iot_heart.png");
	background-repeat: no-repeat;
	background-size: 7vw;
	background-position: 0px 1vw;
	font-size: 5.5vw;
	line-height: 1.4em;
	padding-left: 9vw;
	font-weight: 700;
	margin-bottom: 3vw;
	}
	
.anshin_cap span {
	color: #e8224c;
	}
	
.anshin_txt {
	font-size: 4vw;
	line-height: 1.8em;
	}
	
.anshin_img01,.anshin_img02 {
	margin: 0 auto 5vw;
	}
	
	
	
/* ピット隊員////////////////////////////////////////////////////////////////////////////////// */
	
.pittai_back {
	width: 100%;
	height: 30VW;
	background-color: #ffaa4e;
	}
	
.pittai_area {
	width: 100%;
	background-color: #ffaa4e;
	padding-bottom: 13vw;
	}
	
.pittai_area h2 {
	background-image: url("../images/lower/ouen_title.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 80vw;
	height: 17vw;
	padding-left: 5VW;
	margin: 0 auto 10vw;
	color: #fff;
	font-size: 6vw;
	font-weight: 700;
	display: flex;
	align-items: center;
	border-radius: 15px;
	}
	
.pittai_box {
	width: 73vw;
	padding: 6vw;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	}
	
.pittai_box h3 {
	font-size: 5vw;
	font-weight: 500;
	}
	
.pittai_box h4 {
	font-size: 6.5vw;
	font-weight: 700;
	border-top: solid 2px #000;
	padding-top: 5vw;
	margin: 5vw auto 8vw;
	}
	
.pittai_box img {
	margin: 0 0 8vw;
	}
	
.pittai_txt {
	font-size: 4.5vw;
	line-height: 1.8em;
	font-weight: 500;
	margin-bottom: 7vw;
	text-align: left;
	}
	
.pittai_txt span {
	color: #ff555b;
	font-size: 3vw;
	}
	
.pittai_caption {
	font-size: 6vw;
	font-weight: 700;
	margin-bottom: 4vw;
	color: #ff555b;
	}
	
.pittai_btn p a {
	color: #fff;
	background-color: #ff555b;
	border: solid 3px #ff555b;
	height: 14vw;
	margin: 0 auto;
	border-radius:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.2vw;
	font-weight: 700;
	padding: 2vw 0 3vw;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
	
.pittai_btn p a:hover {
	background-color: #fff;
	border: solid 3px #ff555b;
	color: #ff555b;
	}
	
.job_area {
	width: 85vw;
	margin: 0 auto 14vw;
	padding: 14vw 0 0;
	}
	
.job_title_area {
	}
	
.job_title_area img {
	}
	
.job_title {
	width: 80vw;
	margin: 0 auto 8vw;
	padding: 3vw 0 4vw;
	font-size: 6vw;
	font-weight: 700;
	border: solid 3px #000;
	border-radius: 15px;
	text-align: center;
	}
	
.job_title02 {
	width: 80vw;
	margin: 0 auto 5vw;
	padding: 3vw 0 4vw;
	font-size: 6vw;
	font-weight: 700;
	border: solid 3px #000;
	border-radius: 15px;
	text-align: center;
	background-color: #fff;
	}
	
.job_title03 {
	width: 85vw;
	margin: 0 auto 8vw;
	padding: 3vw 0 4vw;
	font-size: 6vw;
	font-weight: 700;
	border: solid 3px #000;
	border-radius: 15px;
	text-align: center;
	}
	
.job_box,.job_box02 {
	width: 80vw;
	margin: 0 auto 10vw;
	}
	
.job_box {
	display: flex;
	flex-direction: column-reverse;
	}
	
.job_con {
	}
	
.job_cap {
	font-size: 6vw;
	font-weight: 700;
	margin-bottom: 5vw;
	color: #ff555b;
	}
	
.job_txt {
	font-size: 4vw;
	line-height: 1.65em;
	}
	
.job_img01 {
	width: 55vw;
	margin: 0 auto 5vw;
	}
	
.job_img02 {
	width: 70vw;
	margin: 0 auto 5vw;
	}
	
.flow_title_box {
	}
	
.flow_sabtitle {
	font-size: 5vw;
	margin-bottom: 5vw;
	font-weight: 500;
	text-align: center;
	}
	
.start_area {
	width: 85vw;
	margin: 0 auto;
	padding: 13vw 0 8vw;
	}
	
.start_box {
	width: 80vw;
	margin: 0 auto 7vw;
	}
	
	
.start_title {
	font-size: 5.5vw;
	font-weight: 700;
	color: #ff555b;
	border-bottom: solid 1px #000;
	margin: 0 0 3vw;
	padding: 0 0 2vw;
	}
	
.start_txt {
	font-size: 4vw;
	line-height: 1.55em;
	}
	
.company_area {
	width: 100%;
	background-color: #fe85a5;
	padding: 15vw 0 5vw;
	}
	
.company_box {
	width: 80vw;
	background-color: #fff;
	margin: 0 auto 13vw;
	text-align: center;
	border-radius: 20px;
	padding: 10vw 5vw;
	}
	
.company_title {
	font-size: 7.5vw;
	font-weight: 700;
	margin-bottom: 5.5vw;
	letter-spacing: 5px;
	}
	
.company_sabtitle {
	font-size: 5.5vw;
	margin-bottom: 6vw;
	font-weight: 700;
	}
	
.company_box img {
	width: 45vw;
	margin-bottom: 7vw;
	}
	
.copmany_txt {
	font-size: 4.2vw;
	line-height: 1.7em;
	}


}



@media print, screen and (min-width: 769px){

/*
**  pc
============== ============== ============== ============== ============== ============== ============== */
	
/* IoTみまもり////////////////////////////////////////////////////////////////////////////////// */
	
.iot_back {
	width: 100%;
	height: 250px;
	background-color: #8abaf7;
	}
	
.iot_area {
	width: 100%;
	background-color: #8abaf7;
	padding-bottom: 100px;
	}
	
.iot_area h2 {
	background-image: url("../images/lower/iot_title.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 1060px;
	height: 165px;
	padding-left: 40px;
	margin: 0 auto 100px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	display: flex;
	align-items: center;
	border-radius: 20px;
	}
	
.iot_box {
	width: 1100px;
	padding: 80px 0;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	}
	
.iot_box h3 {
	font-size: 28px;
	font-weight: 500;
	}
	
.iot_box h4 {
	font-size: 48px;
	font-weight: 700;
	border-top: solid 2px #000;
	padding-top: 15px;
	margin: 15px auto 80px;
	width: 780px;
	}
	
.iot_box img {
	margin: 0 auto 60px;
	width: 695px;
	}
	
.iot_txt {
	width: 1000px;
	margin: 0 auto;
	font-size: 23px;
	line-height: 2.2em;
	margin-bottom: 50px;
	}
	
.iot_caption {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #1f5ed9;
	}
	
.iot_btn p a {
	color: #fff;
	background-color: #1f5ed9;
	border: solid 3px #1f5ed9;
	width: 565px;
	height: 60px;
	margin: 0 auto;
	border-radius:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
	
.iot_btn p a:hover {
	background-color: #fff;
	border: solid 3px #1f5ed9;
	color: #1f5ed9;
	}
	
.iot_sensor {
	width: 1100px;
	margin: 0 auto;
	padding: 95px 0;
	text-align: center;
	}
	
.sensor_title {
	width: 800px;
	font-size: 45px;
	font-weight: 700;
	padding: 10px 0 13px;
	margin: 0 auto 40px;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	}
	
.sensor_txt {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 70px;
	}
	
.sensor_area {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	}
	
.sensor_box {
	width: 430px;
	padding: 45px;
	border-radius:20px;
	background-color: #eaf4ff;
	}
	
.sensor_box img {
	margin-bottom: 15px;
	}
	
.sensor_box p {
	font-size: 22px;
	line-height: 1.6em;
	text-align: left;
	}
	
.anshin_area {
	width: 1100px;
	margin: 0 auto 150px;
	}
	
.anshin_title_area {
	width: 690px;
	display: flex;
	justify-content: space-between;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	padding: 10px 0 13px;
	margin: 0 auto 90px;
	}
	
.anshin_title_area img {
	width: 56px;
	height: 48px;
	padding: 10px 0 13px;
	}
	
.anshin_title {
	font-size: 45px;
	font-weight: 700;
	}
	
.anshin_box,.anshin_box02 {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 128px;
	}
	
.anshin_con {
	width: 650px;
	}
	
.anshin_cap {
	background-image: url("../images/lower/iot_heart.png");
	background-repeat: no-repeat;
	background-size: 42px 36px;
	background-position: 0px 8px;
	font-size: 33px;
	padding-left: 55px;
	font-weight: 700;
	margin-bottom: 20px;
	}
	
.anshin_cap span {
	color: #e8224c;
	}
	
.anshin_txt {
	font-size: 18px;
	line-height: 1.6em;
	}
	
.anshin_img01,.anshin_img02 {
	width: 404px;
	}
	
	
/* ピット隊員////////////////////////////////////////////////////////////////////////////////// */
	
.pittai_back {
	width: 100%;
	height: 250px;
	background-color: #ffaa4e;
	}
	
.pittai_area {
	width: 100%;
	background-color: #ffaa4e;
	padding-bottom: 100px;
	}
	
.pittai_area h2 {
	background-image: url("../images/lower/ouen_title.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 1060px;
	height: 165px;
	padding-left: 40px;
	margin: 0 auto 100px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	display: flex;
	align-items: center;
	border-radius: 20px;
	}
	
.pittai_box {
	width: 1100px;
	padding: 80px 0;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	}
	
.pittai_box h3 {
	font-size: 28px;
	font-weight: 500;
	}
	
.pittai_box h4 {
	font-size: 48px;
	font-weight: 700;
	border-top: solid 2px #000;
	padding-top: 15px;
	margin: 15px auto 80px;
	width: 780px;
	}
	
.pittai_box img {
	margin: 0 auto 60px;
	width: 750px;
	}
	
.pittai_txt {
	width: 1000px;
	margin: 0 auto;
	font-size: 27px;
	line-height: 1.8em;
	font-weight: 500;
	margin-bottom: 50px;
	}
	
.pittai_txt span {
	color: #ff555b;
	font-size: 17px;
	}
	
.pittai_caption {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #ff555b;
	}
	
.pittai_btn p a {
	color: #fff;
	background-color: #ff555b;
	border: solid 3px #ff555b;
	width: 565px;
	height: 60px;
	margin: 0 auto;
	border-radius:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
	
.pittai_btn p a:hover {
	background-color: #fff;
	border: solid 3px #ff555b;
	color: #ff555b;
	}
	
.job_area {
	width: 1100px;
	margin: 0 auto 150px;
	padding: 130px 0 0;
	}
	
.job_title_area {
	}
	
.job_title_area img {
	width: 56px;
	height: 48px;
	padding: 10px 0 13px;
	}
	
.job_title {
	width: 475px;
	margin: 0 auto 80px;
	padding: 15px 0;
	font-size: 35px;
	font-weight: 700;
	border: solid 3px #000;
	border-radius: 15px;
	text-align: center;
	}
	
.job_title02 {
	width: 475px;
	margin: 0 auto 30px;
	padding: 15px 0;
	font-size: 35px;
	font-weight: 700;
	border: solid 3px #000;
	border-radius: 15px;
	text-align: center;
	background-color: #fff;
	}
	
.job_title03 {
	width: 520px;
	margin: 0 auto 80px;
	padding: 15px 0;
	font-size: 35px;
	font-weight: 700;
	border: solid 3px #000;
	border-radius: 15px;
	text-align: center;
	}
	
.job_box,.job_box02 {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 128px;
	}
	
.job_con {
	width: 650px;
	}
	
.job_cap {
	font-size: 33px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #ff555b;
	}
	
.job_txt {
	font-size: 18px;
	line-height: 1.6em;
	}
	
.job_img01 {
	width: 370px;
	}
	
.job_img02 {
	width: 400px;
	}
	
.flow_title_box {
	width: 535px;
	}
	
.flow_sabtitle {
	font-size: 26px;
	margin-bottom: 50px;
	font-weight: 500;
	text-align: center;
	}
	
.start_area {
	width: 1100px;
	margin: 0 auto;
	padding: 130px 0 100px;
	}
	
.start_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px;
	}
	
	
.start_title {
	font-size: 28px;
	color: #ff555b;
	font-weight: 500;
	width: 290px;
	border-right: solid 1px #000;
	height: 70px;
	display: flex;
	align-items: center;
	}
	
.start_txt {
	font-size: 18px;
	line-height: 1.7em;
	width: 780px;
	}
	
.company_back {
	width: 100%;
	background-color: #fe85a5;
	}
	
.company_area {
	width: 100%;
	background-color: #fe85a5;
	padding: 250px 0 120px;
	}
	
.company_box {
	width: 1100px;
	background-color: #fff;
	margin: 0 auto 100px;
	text-align: center;
	border-radius: 20px;
	padding: 70px;
	}
	
.company_title {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 5px;
	}
	
.company_sabtitle {
	font-size: 30px;
	margin-bottom: 50px;
	}
	
.company_box img {
	width: 278px;
	margin-bottom: 60px;
	}
	
.copmany_txt {
	font-size: 20px;
	line-height: 2em;
	}

.pc_br_none {display: none;}

	
}
