@charset "utf-8";
/* CSS Document */
/*メインイメージ*/
#school-main-image{
	background-image: url( "../images/school/main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: calc(100%*350/1000);
	position: relative;
}
#school-page-title{
	display: inline-block;
	position: absolute;
	text-align: left;
	line-height: 1rem;
	top:15%;
	left: 3%;
	font-size: 1.6rem;
	padding: 0.5rem 2rem 1rem;
	transform: rotate(-15deg);
	background-color: #fff33f;
	border: solid 5px white;
	border-radius: 100vh;
	filter: drop-shadow(1px 1px 0px rgba(0,0,0,1));
}

.main-01{
	display: inline-block;
	position: relative;
	border-bottom: solid 2px #3e3a39;
	line-height: 2rem;
}
.main-01:after{
	position: absolute;
	display: inline-block;
	content: "SCHOOL TRIP";
	font-size: 1rem;
	top: 2rem;
	left: 0;
}
#school-main-image img{
	width: 25%;
	transform: rotate(-15deg);
	position: absolute;
	bottom: 1rem;
	left: 3rem;
}

a.login,a.bus-sheat,a.btn-colona,a.btn-insurance{
	display: inline-block;
	width: 100%;
	height: 0;
	padding-bottom: calc(100%*75/410);
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: white;
	font-size: 1.8rem;
	letter-spacing: 0.005rem;
	font-weight: bold;
	position: relative;
}
a.login p,a.bus-sheat p,a.btn-colona p,a.btn-insurance p{
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
a.bus-sheat{
	background-image: url( "../images/school/bg-pink.png");
}
a.login,a.btn-colona{
	background-image: url("../images/school/bg-orange.png");
}
a.btn-insurance{
	background-image: url( "../images/school/bg-blue.png");
}
.bg-gray{
	background-color: #f2f2ee;
	border-top: solid 2px #b5b5b6;
	border-bottom: solid 2px #b5b5b6;
	padding: 3rem 1.2rem;
}
.flame-orange{
	width: 100%;
	display: inline-block;
	padding: 1.2rem 2rem;
	position: relative;
	background-color: #f08300;
	border-radius: 15px;
	text-align: center;
	color: white;
	font-size: 1.6rem;
	margin-bottom: 3rem;
}
.flame-orange:before{
	content: "";
	position: absolute;
	top: 100%;
	right: 10%;
	border-style: solid;
	border: 15px solid transparent;
	border-top: 15px solid #f08300;
	border-width: 20px 20px 0 0;
}
.result-box{
	width: 80%;
	background-color: #00a0e9;
	border: solid 3px #ffffff;
	box-shadow: 0 0 0 15px #00a0e9;
	text-align: center;
	color: white;
	padding: 1.8rem;
	line-height: 2.6rem;
	margin: 0 auto;
}
.result-box span{
	color: red;
	font-size: 2rem;
	font-weight: bold;
}
.article-box{
	font-size: 1.4rem;
}
img.blue-flame{
	border: solid 10px #afdcde; 
	margin-bottom: 1rem;
}
.point{
	background-image: url("../images/school/bg-arrow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	width: 100%;
	color: #e73278;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0rem 0 2rem 2.8rem;
}
.point-box{
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}
.point-box img{
	width: 30%;
	margin-bottom: 1rem;
}
.purpose-box{
	display: flex;
	align-items: center;
	font-size: 2.0rem;
}
.purpose-box img{
	width: 25%;
	margin-right: 2rem;
}
.FAQ{
	background-color: #f2f2ee;
	border-bottom: solid 2px #b5b5b6;
}
.Q-box,.A-box{
	border: solid 1px #00a384;
	background-color: white;
	padding: 1rem;
}
.Q-box{
	line-height: 2em;
	color: #00a384;
	font-size: 1.4rem;
	font-weight: bold;
}
.A-box{
	margin-bottom: 3rem;
}


/*タブレット表示設定*/
@media (min-width: 600px) {
	#school-page{
		font-size: 1.8rem;
	}
	#school-page-title{
		font-size: 4rem;
	    padding: 1rem 4rem 4rem;
	    border: solid 10px white;
	    filter: drop-shadow(3px 3px 0px rgba(0,0,0,1));
    }
	.main-01{
		border-bottom: solid 3px #3e3a39;
		line-height: 4rem;
	}
	.main-01:after{
		font-size: 3rem;
	    top: 5rem;
		left: 0;
	}
	#school-main-image img{
		bottom: 3rem;
		left: 7rem;
	}
	
	
	.flame-orange{
		width: 70%;
		font-size: 2.6rem;
	}
	.flame-orange:before{
		border-width: 30px 30px 0 0;
	}
	.result-box{
		width: 70%;
		font-size: 2.4rem;
		line-height: 4rem;
	}
	.result-box span{
		font-size: 3.2rem;
	}
	.article-box {
		text-align: center;
		font-size: 1.6rem;
	}
	.article-box h3{
		font-size: 2.4rem;
	}
	.point{
		background-size: cover;
		font-size: 2.4rem;
		padding: 0rem 0 4.5rem 10rem;
	}
	.point-box{
		flex-direction: row;
		align-items: center;
		margin-bottom: 3rem;
	}
	.purpose-box{
		align-items: flex-start;
	}
	.purpose-box img{
	width: 30%;
	}
}

/*PC表示設定*/
@media (min-width: 1025px) {
	#school-page-title{
		font-size: 6rem;
	    padding: 2rem 6rem 5rem;
	    border: solid 10px white;
		filter: drop-shadow(3px 3px 0px rgba(0,0,0,1));
    }
	.main-01{
		border-bottom: solid 3px #3e3a39;
		line-height: 6rem;
	}
	.main-01:after{
		font-size: 3rem;
	    top: 6rem;
		left: 0;
	}
	#school-main-image img{
		bottom: 10rem;
		
	}
	.point{
		background-size: cover;
		font-size: 2.4rem;
		padding: 0rem 0 6.5rem 10rem;
	}
	.purpose-box{
		align-items: center;
	}
	
}

