@charset "UTF-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: 900;
	font-feature-settings: "palt";
}　

.pc{
    display: block;
}
.sp{
    display: none;
}

img{
    width: 100%;
    height: auto;
}

.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

.wrapper{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.archive{
	padding-top: 50px;
}


header{
    width: 100%;
    height: 50px;
    padding: 15px 0;
    position: fixed;
    top: 0;
    background-color: #2876b1;
    z-index: 9999;
}

header .menu-wrapper{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
}

header h1 {
	display: inline-block;
}

header h1 span{
	color: #fff14f;
	vertical-align: top;
	font-weight: 900;
	font-size: 24px;
	line-height: 50px;
	margin-left: 15px;
}

header h1 img{
	width: 45px;
}

main section{
	padding: 50px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

h3{
	color: #2876b1;
	font-size: 36px;
	text-align: center;
}

h3 img{
	width: 55px;
	margin: 0 20px;
}

main .top{
	background-image: url("../img/bk_01.jpg");
	margin-top: 80px;
}

main .top .wrapper{
	position: relative;
}

main .top .wrapper h2{
	width: calc(50% - 50px);
}

main .top .wrapper .right{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 50%;
	vertical-align: middle;
}
main .top .wrapper .right .news{
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
}

main .top .wrapper a p{
	width: 80%;
	font-weight: 400;
	display: block;
	margin: 30px auto 15px auto;
	text-align: center;
	font-size: 24px;
	padding: 13px 0;
	border-radius: 10px;
	background-color: #e15579;
	color: #FFFFFF;
	box-shadow: 0 5px 0 0 #fea4bb;
}

main .top .wrapper p{
	font-size: 18px;
	color: #2876b1;
	text-align: center;
	font-weight: 900;
	margin-bottom: 30px;
}

main .top .wrapper p span{
	font-size: 12px;
	color: #2876b1;
}

main .banner{
	max-width: 1000px;
	margin: 0 auto;
}

main .banner .flex{
	display: flex;
	justify-content: space-between;
}

main .banner .flex li{
	width: 25%;
}



main .blue{
	background-image: url("../img/bk_02.jpg");
}

main .blue .wrapper h3{
	color: #FFFFFF;
}



main .blue .wrapper p{
	margin: 30px auto;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}
main .blue .wrapper p span{
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
main .blue .wrapper p.youtube a{
	max-width: 400px;
	font-weight: 400;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	font-size: 24px;
	padding: 13px 0;
	border-radius: 10px;
	background-color: #c4302b;
	color: #FFFFFF;
	box-shadow: 0 5px 0 0 #fea4bb;
}
main .blue .wrapper iframe{
	background-color: #2876b1;
	text-align: center;
	width: calc(100% - 20px);
	min-height: 400px;
	border: 10px solid #ffffff;
	font-size: 30px;
	color: #FFFFFF;
}



main .white{
	background-image: url("../img/bk_03.jpg"); 
}

.twitter{
	width: calc(100% - 20px);
	border: 10px solid #2876b1;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
}

.timeline-Footer{
	opacity: 0!important;
}

footer{
	background-color: #e15579;
	padding: 50px 0 20px 0;
}

footer h3,footer p,footer small{
	color: #FFFFFF;
	text-align: center;
}

footer p{
	font-size: 18px;
	margin: 30px auto;
	font-weight: 400;
}

footer h4{
	font-size: 24px;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 10px;
	background-color: #FFFFFF;
	color: #e15579;
}

footer small{
	font-size: 10px;
	width: 100%;
	display: block;
	margin-top: 50px;
	font-weight: 400;
}

@media (max-width: 800px){
    .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }
	.wrapper{
		width: 100%;
		max-width: calc(100% - 20px);
		padding: 0 10px;
	}
	
	h3{
		font-size: 30px;
	}
	h3 img{
		width: 45px;
		margin: 0 10px;
	}
	
	header h1 span{
		font-size: 18px;
		line-height: 24px;
		display: inline-block;
	}
	
	main .top .wrapper h2{
		width: 100%;
		margin-top: 30px;
	}
	
	main .top .wrapper .right{
		position: relative;
		width: 100%;
		transform: translate(0);
	}
	main .top .wrapper .right .news{
		font-size: 18px;
	}
	main .top .wrapper p{
		margin-top: 50px;
	}
	
	main .top .wrapper a p,main .blue .wrapper p.youtube a{
		width: 100%;
		font-size: 18px;
	}

	main .banner .flex{
		flex-wrap: wrap;
	}

	main .banner .flex li{
		width: 50%;
	}
	
	footer p{
		font-size: 14px;
		line-height: 24px;
	}
	
	footer h4{
		width: 100%;
		font-size: 18px;
	}
}