@charset "UTF-8";

.p17 {
	font-size: 17px;
}
.p27 {
	font-size: 27px;
}
.wrap_1150 {
	width: 1150px;
	max-width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
}
/*-------------------------------------------------
KV下テキスト
-------------------------------------------------*/
#oil #kv_sub .kv_sub_txt {
    line-height: 140%;
}
#kv_sub.oil {
    background-image: url("../img/oil_sensor/oil_kv_bg.jpg");
}
@media screen and (max-width: 959px) {
    .h2_kv_sub {
        font-size: 24px !important;
    }
}
@media screen and (max-width: 600px) {
	#oil #kv_sub {
		height: 280px;
		background-position: bottom right 45%;
	}
}
/*-----------------------------------

	intro

-----------------------------------*/
.intro .wrap.mv_wrap {
	background: url(../img/oil_sensor/bg_img.jpg) no-repeat center center/cover;
	padding: 5rem 2rem 0 2rem;
}
.intro .intro_img01 {
	width: min(984px,90%);
	margin-bottom: -6px;
}
.intro .p_yellow {
	color: #fff500;
}
.intro .p_blue {
	color: #00aeeb;
}
.intro .bg_yellow {
	background: #fff000;
	border-radius: 20px;
}
.intro .bg_yellow
.intro .intro_img02 {
	/* width: min(460px,70%); */
	width: 100%;
}
.intro .wrap_1150 .att_box {
	width: 900px;
    max-width: 95%;
    display: flex;
	align-items: center;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
	box-sizing: border-box;
	gap: 90px;
    line-height: 1.3;
}
.intro .wrap_1150 .att_box h3 {
	font-size: 27px;
	color: #00aeeb;
	text-align: center;
	padding: 0.5rem 0;
	font-weight: 700;
	width: 32%;
	position: relative;
	z-index: 1;
}
.intro .wrap_1150 .att_box h3::before {
	content: url(../img/oil_sensor/question_icon.svg);
    display: block;
    width: 100px;
    height: 140px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.intro .wrap_1150 .att_box p {
	font-size: 35px;
	font-weight: bold;
	width: calc(88% - 90px);
	line-height: 1.2;
	position: relative;
}
.intro .wrap_1150 .att_box p::after {
	content: url(../img/oil_sensor/partition_img.svg);
    display: block;
    width: 16px;
    height: 132px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
}
.intro .wrap_1150 .att_box p span {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}
.intro .wrap_1150 .box01 {
	width: 70%;
    margin: 0 auto;
    display: flex;
    gap: 22px;
    padding: 3rem 3rem;
    justify-content: center;
	align-items: center;
}
.intro .wrap_1150 .box01 img {
	width: 185px;
}
.intro .wrap_1150 .box01 p {
	width: calc(100% - 207px);
}
.intro .wrap_1150 p{
	/* font-size: 35px; */
	font-size: 1.85vw;
}
.intro .wrap_1150 .note_txt {
	font-size: 17px;
}
.intro .intro_img03 {
	mix-blend-mode: multiply;
}
/* .intro .wrap_1150 .box01 p {
	width: 90%;
	margin: 0 auto;
} */
.intro .intro_list {
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7px 15px;
	padding-top: 0;
	margin-bottom: 2rem;
}
.intro .intro_list li {
	width: calc((100% - 30px) / 3);
	max-width: initial;
}
.intro .wrap_1150 .box02 ul{
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	gap: 100px;
}
.intro .wrap_1150 .box02 ul li {
	width: calc((100% - 100px) / 2);
	position: relative;
}
.intro .wrap_1150 .box02 ul li::after {
    content: "";
    width: 31px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -70px;
    background: #00aeeb;
    transform: translatey(-50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.intro .wrap_1150 .box02 ul li:last-child::after {
	content: none;
}
.intro .wrap_1150 .box02 p {
	font-size: 20px;
}


@media screen and (max-width: 959px) {
	.intro .p30 {
		font-size: 22px;
		letter-spacing: 0;
	}
	.intro .bg_yellow {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}
	.intro .wrap_1150 h3 {
		font-size: 22px;
	}
	.intro .wrap_1150 .box01 {
		width: 95%;
	}
	.intro .wrap_1150 .box01 p {
		font-size: 25px;
	}
	.intro .wrap_1150 .box02 ul {
		gap: 60px;
	}
	.intro .wrap_1150 .box02 ul li {
    	width: calc((100% - 60px) / 2);
	}
	.intro .wrap_1150 .box02 ul li::after {
        width: 17px;
        height: 34px;
		right: -40px;
		bottom: auto;
        top: 12vw;
	}
	.intro .wrap_1150 .box02 p {
    	font-size: 16px;
	}
	.intro .intro_list li {
		width: 80%;
        margin: 0 auto;
	}
	.intro .wrap_1150 .note_txt {
		font-size: 14px;
	}
	.intro .wrap_1150 .att_box {
		flex-wrap: wrap;
		gap: 60px;
	}
	.intro .wrap_1150 .att_box h3 {
		width: 100%;
		font-size: 24px;
	}
	.intro .wrap_1150 .att_box h3::before {
		width: 70px;
    	height: 90px;
	}
	.intro .wrap_1150 .att_box p {
		width: 100%;
		font-size: 28px;
		text-align: center;
		font-weight: bold;
	}
	.intro .wrap_1150 .att_box p::after {
		content: url(../img/oil_sensor/sp/partition_img.svg);
		max-width: 95%;
		width: 410px;
        height: 15px;
		top: -40px;
		/* bottom: 0; */
		left: 0;
		right: 0;
		margin: 0 auto;
	}

}
@media screen and (max-width: 498px) {
	.intro .wrap.mv_wrap {
		padding: 2rem 1rem 0 1rem;
	}
	.intro .wrap_1150 .att_box h3 {
		font-size: 20px;
	}
	.intro .wrap_1150 .att_box p {
		font-size: 20px;
	}
	.intro .wrap_1150 .box01 {
		flex-direction: column;
		gap: 0px;
    	text-align: center;
	}
	.intro .wrap_1150 .box01 p {
		width: 100%;
		font-size: 18px;
	}
	.intro .wrap_1150 .box02 p {
    	font-size: 11px;
	}
	.intro .wrap_1150 .box02 ul {
        gap: 30px;
		justify-content: space-between;
    }
	.intro .wrap_1150 .box02 ul li {
        width: calc((100% - 30px) / 2);
    }
	.intro .wrap_1150 .box02 ul li::after {
        right: -26px;
	}
}
/*-----------------------------------

	worries

-----------------------------------*/
.worries .wrap_1150 {
	border: 3px solid #00afec;
}
.worries .worries_box01 {
	background: url(../img/oil_sensor/bg_dots.jpg) no-repeat center center/cover;
	padding: 3rem 2rem 0;
}
.worries .worries_box02 h2 {
	line-height: 1.4;
    padding: 0px 0 15px;
}
.worries .worries_box03 {
	padding: 4rem 4rem 6rem;
}
.worries .flow_list {
	display: flex;
	gap: 32px;
}
.worries .flow_list li {
	width: calc((100% - 96px) / 4);
	border: 1px solid #00afec;
	background-color: #eff8fe;
    padding: 4rem 1rem 1rem;
	text-align: center;
	position: relative;
}
.worries .flow_list li .img_box {
	height: 90px;
	margin-bottom: 10px;
}
.worries .flow_list li::before {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.worries .flow_list li:first-child::before {
	content: url(../img/oil_sensor/circle_number01.svg);
}
.worries .flow_list li:nth-child(2)::before {
	content: url(../img/oil_sensor/circle_number02.svg);
}
.worries .flow_list li:nth-child(3)::before {
	content: url(../img/oil_sensor/circle_number03.svg);
}
.worries .flow_list li:last-child::before {
	content: url(../img/oil_sensor/circle_number04.svg);
}
.worries .flow_list li::after {
    content: "";
    width: 15px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -26px;
    background: #00aeeb;
    transform: translatey(-50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.worries .flow_list li:last-child::after {
	content: none;
}
.worries .flow_list li h4 {
	font-size: 20px;
	font-weight: 700;
	color: #00aeeb;
	/* margin: 1rem 0 0; */
	line-height: 1.6;
}
.worries .flow_list li p {
	font-size: 13px;
	color: #0071be;
}
.worries .flow_list li .icon_01 {
	width: 102px;
	height: 94px;
}
.worries .flow_list li .icon_02 {
	width: 94px;
	height: 90px;
}
.worries .flow_list li .icon_03 {
	width: 125px;
	height: 81px;
}
.worries .flow_list li .icon_04 {
	width: 119px;
	height: 76px;
}
.worries .worries_box03 {
	background-color: #fffcd9;
	padding-top: 6rem;
}
.worries h2 {
	font-size: 56px;
	font-size: 3vw;
	color: #00aeeb;
	background: #fff000;
}
.worries h3 {
	font-size: 27px;
	font-size: 1.46vw;
	background: #00aeeb;
}
.worries h3 span {
	color: #fff500;
	font-size: 33px;
	font-size: 1.66vw;
    padding: 0 2rem;
}
@media screen and (max-width: 959px) {
	.worries .worries_box01 {
		padding: 3rem 1rem 0;
	}
	.worries .worries_box02 h2 {
		padding-bottom: 0;
		font-size: 18px;
	}
	.worries h3 {
		font-size: 14px;
	}
	.worries h3 span {
		padding: 0 1rem;
		font-size: 15px;
	}
	.worries .flow_list {
		flex-wrap: wrap;
	}
	.worries .flow_list li {
		width: calc((100% - 32px) / 2);
		box-sizing: border-box;
	}
	.worries .flow_list li:nth-child(2)::after {
		content: none;
	}
	.worries .worries_box03 {
		padding: 4rem 2rem 6rem;
	}
}
@media screen and (max-width: 498px) {
	.worries .flow_list {
		gap: 22px;
		justify-content: space-between;
	}
	.worries .flow_list li {
		width: calc((100% - 22px) / 2);
	}
	.worries .flow_list li::after {
		right: -20px;
	}
	.worries .flow_list li h4 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.worries .flow_list li p {
		font-size: 12px;
	}
}
/*-----------------------------------

	voice

-----------------------------------*/
.voice .wrap {
	background: #e3f6fd;
	padding: 4rem;
}
.voice h2 {
	width: 484px;
	margin: 0 auto 2rem;
}
.voice .wrap_1150 {
	background-color: #e3f6fd;
	padding: 3rem 0 6rem;
}
.voice .wrap_1150 ul {
	display: flex;
	gap: 40px;
	width: 960px;
    max-width: 95%;
	margin: 0 auto 4rem;
}
.voice .wrap_1150 ul li {
	border: 2px solid #00aeeb;
	border-radius: 20px;
    background: #fff;
    padding: 2rem 4rem;
	width: calc((100% - 40px) / 2);
filter: drop-shadow(4px 3px 0 rgba(0, 174, 235, 1));
}
.voice .wrap_1150 ul li h4 {
	font-size: 22px;
	color: #00aeeb;
	text-align: center;
}
.voice .wrap_1150 ul li p {
	font-size: 17px;
	line-height: 1.6;
	margin: 1.5rem 0;
	padding: 0 1rem;
}
.voice .wrap_1150 ul li span {
	text-align: center;
	font-size: 15px;
	display: block;
}
.voice .wrap_1150 .comment_box {
	display: flex;
	width: 960px;
	max-width: 95%;
    margin: 0 auto;
	background-color: #fff;
	padding: 3rem;
	box-sizing: border-box;
	border-radius: 20px;
	gap: 45px;
}
.voice .wrap_1150 .comment_box .img_box {
	width: 315px;
}
.voice .wrap_1150 .comment_box .text_box {
	width: calc(100% - 360px);
}
.voice .wrap_1150 .comment_box .text_box h4 {
	display: flex;
	gap: 20px;
	margin-bottom: 1rem;
	align-items: center;
}
.voice .wrap_1150 .comment_box .text_box h4 img {
	width: 230px;
}
.voice .wrap_1150 .comment_box .text_box h4 .name_box p {
	font-size: 15px;
}
.voice .wrap_1150 .comment_box .text_box h4 .name_box p span {
	font-size: 21px;
	display: block;
}
.voice .wrap_1150 .comment_box .text_box>p {
	font-size: 15px;
}
@media screen and (max-width: 959px) {
	.voice h2 {
		width: 324px;
	}
	.voice .wrap_1150 ul {
		flex-wrap: wrap;
		max-width: 100%;
	}
	.voice .wrap_1150 ul li {
		width: 80%;
        margin: 0 auto;
		box-sizing: border-box;
	}
	.voice .wrap_1150 .comment_box {
		width: 80%;
		flex-wrap: wrap;
	}
	.voice .wrap_1150 .comment_box .img_box {
		width: 100%;
	}
	.voice .wrap_1150 .comment_box .text_box {
		width: 100%;
	}
	.voice .wrap_1150 .comment_box .text_box h4 {
		flex-wrap: wrap;
	}
	.voice .wrap_1150 .comment_box .text_box h4 .name_box {
		margin-left: auto;
	}
}
@media screen and (max-width: 498px) {
	.voice .wrap_1150 ul {
		max-width: 90%;
		gap: 20px;
		margin: 0 auto 2rem;
	}
	.voice .wrap_1150 ul li {
		width: 100%;
	}
	.voice .wrap_1150 .comment_box {
		max-width: 90%;
		width: 100%;
		gap: 25px;
	}
}
/*-----------------------------------

	merit

-----------------------------------*/
.merit .wrap_1150 {
	background: url(../img/oil_sensor/bg_diagonal02.jpg) no-repeat center center/cover;
	padding: 5rem 7rem;
}
.merit .wrap_1150 h2 {
	width: 507px;
	margin: 0 auto 2rem;
}
.merit .wrap_1150 ul {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}
.merit .wrap_1150 ul li {
	width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 959px) {
	.merit .wrap_1150 {
		padding: 4rem 4rem;
	}
	.merit .wrap_1150 ul {
		gap: 10px;
	}
	.merit .wrap_1150 h2 {
		width: 90%;
	}

}
@media screen and (max-width: 498px) {
	.merit .wrap_1150 {
        padding: 3rem 2rem;
    }
	.merit .wrap_1150 ul li {
		width: 100%;
		margin: 0 auto;
	}
}
/*-----------------------------------

	company

-----------------------------------*/
.company {

}
.company .wrap_1150 {
	background: url(../img/oil_sensor/himawari_bg.jpg) no-repeat center center / cover;
    padding: 5rem 7rem 18rem;
}
.company .wrap_1150 h2 {
	font-size: 34px;
	color: #fff;
	text-align: center;
	margin-bottom: 2rem;
}
.company .wrap_1150 .logo_img {
	width: 100px;
	display: block;
	margin: 0 auto;
}
.company .wrap_1150>h3 {
	font-size: 34px;
	color: #0060b3;
	text-align: center;
	margin-top: 1rem;
	line-height: 1.4;
}
.company .wrap_1150>p {
	max-width: 800px;
	margin: 2rem auto 0;
	font-size: 17px;
	color: #0060b3;
	line-height: 1.6;
}
.company .wrap_1150 .service_list {
	max-width: 800px;
	margin: 3rem auto 0;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}
.company .wrap_1150 .service_list li {
	width: calc((100% - 30px) / 3);
	background-color: #fff;
    padding: 2rem 1rem;
    border-radius: 90px;
    text-align: center;
    box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 174, 235, 0.6);
}
.company .wrap_1150 .service_list li h3 {
	color: #00aeeb;
	font-size: 23px;
	line-height: 1.4;
}
.company .wrap_1150 .service_list li p {
	color: #595757;
	font-size: 15px;
	font-weight: bold;
}
@media screen and (max-width: 959px) {
	.company .wrap_1150 {
		padding: 3rem 3rem 9rem;
	}
	.company .wrap_1150 h2 {
		font-size: 28px;
	}
	.company .wrap_1150>h3 {
    	font-size: 28px;
	}
	.company .wrap_1150 .service_list li {
		width: 400px;
	}

}
@media screen and (max-width: 498px) {
	.company .wrap_1150 h2 {
        font-size: 20px;
    }
	.company .wrap_1150>h3 {
    	font-size: 20px;
	}
	.company .wrap_1150>p {
		font-size: 15px;
	}
	.company .wrap_1150 .service_list li {
		width: 90%;
		padding: 1rem 1rem;
	}
	.company .wrap_1150 .service_list li h3 {
		font-size: 20px;
	}
	.company .wrap_1150 .service_list li p {
		font-size: 13px;
	}
}
/*-----------------------------------

	system

-----------------------------------*/
.system .wrap_1150 {
	background: #f3f6f7;
    padding: 6rem 4rem 2rem;
}
.system p {
	width: 1150px;
    max-width: 95%;
    margin: 20px auto 0;
    box-sizing: border-box;
	text-align: right;
	font-size: 14px;
}
@media screen and (max-width: 959px) {
	
}
@media screen and (max-width: 498px) {
	.system .wrap_1150 {
    	padding: 3rem 2rem 2rem;
	}
}

/*-----------------------------------

	

-----------------------------------*/
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
}
