@charset "UTF-8";

/*
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Dancing Script', cursive;
font-family: 'Work Sans', sans-serif;
*/

/*2.タイトル*/
.title-wrapper {
	background-image: url(../images/016.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 79% 20%;
	min-height: 600px;
}

.title-container {
	min-height: 600px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

/*2-1.さしこみバナー*/
.sashikomi-wrapper{
	background-color: rgba(92,156,255,1.00);
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 7px 4px rgba(139,149,206,0.62);
	box-shadow: 1px 1px 7px 4px rgba(139,149,206,0.62);
	color: rgba(255,255,255,1.00);
	border: 4px solid rgba(60,140,229,1.00);
}

.sashikomi-click-button {
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 19px;
	text-decoration: none;
 background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #2b86c5);
 background-image: linear-gradient(90deg, #ff3cac, #562b7c, #2b86c5);
	color: rgba(255,255,255,1.00);
 transition-duration: 500ms;
}

.sashikomi-click-button:hover{
	color: rgba(255,255,255,1.00);
}

/*ex.コロナ注意喚起*/
.Covid19Notice-content {
	padding: 30px;
	background-color: rgba(255,250,225,1.00);
	color: #0E3C53;
	font-size: smaller;
}

.Covid19Notice-content h2{
	font-size: large;
	text-align: center;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 20px;
}

.Covid19Notice-content p{
	margin: 0px;
}

/*3.メイン*/
.main {
text-align: center;
color: white;
}

.main h2{
	font-size: 15vw;
	line-height: 0.8em;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}

.main h3{
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: 300;
	line-height: 1.5em;
}

.main p{
	line-height: 2em;	
}

.button-main-link {
	display: block;
	width: 70%;
	margin: 40px auto 0px;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 31px;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
	background-color: rgba(255,83,105,0.65);
	color: rgba(255,255,255,1.00);
	font-size: xx-large;
	font-weight: 100;
}

.button-main-link:hover {
	text-decoration: none;	
}

.main-aboutus-container {
	background-image: url(../images/kapuseru.jpg);
	background-position: 40% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-aboutus-content {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: rgba(255,140,98,0.64);	
}

.main-column-container {
	background-image: url(../images/MG_0351.jpg);
	background-position: 87% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-column-content {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: rgba(145,142,140,0.65);
}

.main-onvideo-content {
	background-color: #82D9B3;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main-onvideo-youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.main-onvideo-youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.CoursePickup {
	margin-top: 30px;
	margin-bottom: 30px;
}

.CoursePickup-container {
	margin-bottom: 20px;
}

.CoursePickup-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 13px 0 rgba(0,0,0,0.14);
	box-shadow: 0px 0px 13px 0 rgba(0,0,0,0.14);
	padding: 20px;
}

.CoursePickup-content-text h2{
	text-align: center;
	margin: 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,1.00);
	font-size: large;
	line-height: 2em;
}

.Covid19Notice {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* 99.ブレイクポイントのやつ */


@media screen and (min-width:767px){
	
.main h2{
	font-size: 6vw !important;
}
}




