/* CSS Document */

body{
	letter-spacing: 1px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}


li{
	list-style:none;
}


a{
	text-decoration: none;
	color: inherit;
}

img{
	width: 100%;
}

main{
	max-width: 2200px;
	margin: auto;
}



/*電話失効設定1000px*/
a[href*="tel:"] {
	pointer-events: none;
}
@media only screen and (max-width: 1000px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}

/*電話失効設定1050px　///　*/



/* main-area*/

.section-outside{
	width: 100%;
	padding-left: 70px;
	padding-right: 70px;
}


.main-area{
	margin: auto;
	max-width: 1100px;
	padding: 100px 0;
	width: 100%;
}


.main-box,
.main-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.main-title {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}

h3{
    font-size: 3.25rem;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.3;
}

h4{
	font-size: 1.5rem;
    letter-spacing: 1px;
}

.main-title p{
	color: #235C96;
    font-size: 1rem;
    letter-spacing: 0.03rem;
    font-weight: 600;
	margin-bottom: 30px;
	line-height: 1;
}

.main-title span{
	display: block;
	width: 40px;
	aspect-ratio: 7/8;
	background: url("../img/icon/logo-yellow-small.png") no-repeat;
	background-size: cover;
}

.main-text{
	display: flex;
	flex-direction: column;
	gap:15px;
}

.main-text p{
	font-size: 1.1rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
    letter-spacing: 0.02rem;
    line-height: 1.8;
}

.main-text p span{
	display: inline-block;
}

/* main-area ///*/



@media(max-width: 1480px){
	
	.main-area{
		padding: 80px 0;
	}
	
	.main-title {
		margin-bottom: 1vw;
	}
	
	.main-title span {
		width: 2vw;
		min-width: 30px;
	}
	
	.main-title p {
    	font-size: max(1vw, 0.8rem);
		letter-spacing: 0.1rem;
	}
	

	h3{
		font-size: 2.75rem;
		letter-spacing: 0.02rem;
	}
	
	h4{
		font-size: 1.25rem;
		letter-spacing: 0.01rem;
	}	
	
	
}

@media (max-width: 1200px) {
	

	.main-text {
		gap: 15px;
	}

    .main-text p {
        font-size: 1rem;
    }
	
	.main-title p {
    	letter-spacing: 0.02rem;
    	margin-bottom: 15px;
	}
	
}



@media(max-width:1000px){
	
	
	.main-area {
		padding: 50px 5vw;
	}
	
		
	.main-title h3 {
        font-size: max(5.5vw, 2rem);
		letter-spacing: 0.1rem;
	}
	
	.main-title p {
		font-size: max(1.75vw, 0.8rem);
	}
	
	
	.main-title {
        margin-bottom: 30px;
    }
	
	.section-outside {
		padding-left: 0;
		padding-right: 0;
	}
	
	
	h3 {
		font-size: 2.5rem;
	}
	
	h4 {
		font-size: 1.1rem;
		line-height: 1.6;
	}

}



@media(max-width:800px){
	
	.main-area {
        padding: 50px 20px;
	}
	
	
	h3 {
		font-size: 2rem;
	}
	
}


@media(max-width:600px){
	.main-text p span {
		display: inline;
	}
	
	.main-title h3 {
        font-size: max(7vw, 1.75rem);
        letter-spacing: 1px;
    }
	
	.button-box {
		display: flex;
		justify-content: center;
	}


}


@media(max-width:370px){

	.main-title h3 {
		font-size: max(7.5vw, 1.5rem);
		letter-spacing: 0;
	}
}



/* water-drop */

.water-drop{
	display: block;
	width: 100%;
	background: url("../img/top/droplet-skyblue.png") no-repeat;
	background-size: cover;
	aspect-ratio: 1900/50;
	transform: scale(1,-1);
	position: relative;
	bottom: -1px;
}

/* water-drop ///*/

/* water-drop-single */

.water-drop-single{
	display: flex;
	flex-direction: row;
	gap:40px;
	justify-content: center;
}

.water-drop-single span{
	display: block;
	background: url("../img/dec/water-drop-skyblue.png") no-repeat;
	background-size: cover;
	width: 40px;
	aspect-ratio: 3/4;
}


@media(max-width: 800px){
	
	.water-drop-single {
    	gap: 30px;
	}
	
	.water-drop-single span {
		width: 30px;
	}
	
	
	
}

@media (max-width: 600px) {
	
	
	.rain-leaking-text .main-text {
    	border-radius: 20px;
	}
	
    .water-drop-single span {
        width: 20px;
		position: relative;
		top: 20px;
	}

}

/* water-drop-single ///*/







/* btn */


a.btn--red.btn--cubic {
	border-bottom: 5px solid #cc5b0e;
	background: #f46f14;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #cc5b0e;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

.line-contact{
	display: block;
    width: 270px;
    background: url("../img/line-contact.png") no-repeat center;
    background-size: cover;
    aspect-ratio: 345 / 170;
}

/* btn ///*/


/* button */

.button-link{
	margin: 30px auto;
	display: flex;
	justify-content: center;
}

.button-link button a{
	margin: auto;
	background: #0bc0ff;
	width: 250px;
    height: 100%;
    padding: 10px 30px;
    border-radius: 40px;
    display: block;
	color: #fff;
	position: relative;
	transition: 0.3s ease-in-out;
}

.button-link button a::before{
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top:50%;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 8px;
	aspect-ratio: 1/1;
	transform: translateY(-50%) rotate(-45deg);	
}


.button-link button a:hover{
	background: #003c93;
}



/* button  ///*/







