@charset "UTF-8";

/*under_header*/
.under_header{
    background: url(../img/oil/mv.jpg) center / cover no-repeat;
}


/*--------------------SP--------------------*/
@media all and (max-width:767px) {
    .sec {
        padding-bottom: 50px;
    }
    .sec.oil_sec04{
    	padding-bottom: 70px;
    }
}
/* flooring_box01
***************************************************************/

@media (min-width: 980px) {
    .oil_box01--img {
        max-width: 920px;
        width: 69%;
        margin-left: 2%;
    }
}
@media (max-width: 979px) {
    .oil_box01--img {
        margin-top: 20px;
    }
}

.oil_box01--link{
	margin-top: clamp(55px, 7vw, 120px);
	display: flex;
    flex-direction: column;
    align-items: center;

	> p{
		font-size: clamp(18px, 2.2vw, 24px);
		font-weight: 700;
	}
	.blue_btn{
		max-width: 320px;
		width: 90%;
		margin-top: 20px;
	}
	.blue_btn_pr{
		padding-right: 2em;
	}
}
@media (max-width:1199px) and (min-width: 980px){
	.oil_box01--link {
	    .blue_btn_pr {
	        padding-right: 2.5em;
			font-size: clamp(14px, 1.4vw, 16px);
	        letter-spacing: -0.06em;
	    }
	}
}


.oil_box02--ttl{
    width: 100%;
    height: 36px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.oil_box02--sub{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	> p{
		width: 48.1%;
		font-size: clamp(18px, 2.2vw, 24px);
	    font-weight: 700;
	    text-align: center;
	    border-radius: 30px;
	    padding: 0.7em 1em 0.8em;
		margin-top: clamp(25px, 3.2vw, 40px);
	}
}

.oil_box02--link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 630px;
    width: 80%;
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 700;
    border-radius: 50px;
    color: var(--white);
    background: var(--lg01);
    margin: clamp(35px, 6vw, 70px) auto 0;
    padding: 1.4em 1.5em;
}


/*--------------------PC--------------------*/
@media all and (min-width:768px) {
	.oil_box02--link:hover{
		opacity: 0.7;
	}
}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
	.oil_box01--link{
		margin-top: 30px;
	}
	.oil_box02--link{
		line-height: 1.45;
        text-align: center;
		margin-top: 30px;
	}

	.oil_box02--sub{

		> p{
			max-width: 395px;
			/* width: 90%; */
			margin: 15px auto 0;
			font-size: clamp(13px, 2.2vw, 18px);
			line-height: 1.3;
		}
	}

}

/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px) {}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {}


/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px) {}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {}