@charset "utf-8";
:root {
    --black: #25375F;
    --white: #fff;
    --gray:#6F8BAF;
	--darkgray:#4A5D75;
	--purple:#A18ED5;
	--purple2:#b084d4;
	--light-purple:#C5B9E5;
	--light-purple2:#F8F8FE;
	--light-blue:#D3E6F7;
	--light-blue2:#F4F9FD;
	--light-blue3:#CCDFFF;
	--blue:#7EB4E6;
	--pink:#E69995;
}

html{
    font-size: 100%;
    scroll-behavior: smooth;
}

body{
    font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: var(--black);
	line-height: 1.5em;
}
.font{
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;

}

/*トップビジュアル*/
#top-visual{
	background-image: url(/img/top-flour.png);
	background-size: cover;
	background-position: 40% bottom;
	height: 480px;
	width: 100%;
	position: relative;
	z-index: 1;
}
#top-visual div{
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
}
#top-visual h1{
	font-size: 25px;
	color: var(--gray);
}
#top-visual p{
	font-size: 15px;
	color: var(--gray);
	padding-top:21px ;
}
#top-visual img{
	width: 90%;
    position: absolute;
    top: 11%;
    right: 2.5%;
	z-index: 2;
}
@media (min-width: 350px){
	#top-visual{
		height: 550px;
	}
	#top-visual div{
		bottom: 6%;
		left: 0;
	}
	#top-visual h1{
		font-size: 28px;
	}
	#top-visual p{
		font-size: 15px;
	}
	#top-visual img{
		width: 90%;
		top: 11%;
		right: 2.5%;
	}
}
@media (min-width: 376px){
	#top-visual{
		height: 600px;
	}
	#top-visual h1{
		font-size: 30px;
	}
}
@media (min-width: 500px){
	#top-visual{
		height: 700px;
	}
	#top-visual div{
		bottom: 6%;
		left: 0;
	}
	#top-visual h1{
		font-size: 30px;
	}
	#top-visual p{
		font-size: 17px;
	}
	#top-visual img{
		width: 90%;
		top: 7%;
		right: 2.5%;
	}
}
@media (min-width: 600px){
	#top-visual div{
		bottom: 3%;
		left: 0;
	}
	#top-visual h1{
		font-size: 30px;
	}
	#top-visual p{
		font-size: 17px;
	}
	#top-visual img{
		width: 90%;
		top: 4%;
		right: 2.5%;
	}
}
@media (min-width: 748px){
	#top-visual{
		max-height: 770px;
		height: 100vh;
	}
	#top-visual div{
		bottom: 5%;
		left: 0;
	}
	#top-visual img{
		width: 70%;
		top: 5%;
		right: 11.5%;
	}
}
@media (min-width: 821px){
	#top-visual div{
		bottom: 18%;
		left: 0;
		width: 50%;
	}
	#top-visual img{
		width: 50%;
		top: 14%;
		right: 0;
	}
}
@media (min-width: 1025px){
	#top-visual{
		max-height: 800px;
		height: 100vh;
	}
	#top-visual div{
		bottom: 13.2%;
		left: 0;
		width: 50%;
	}
	#top-visual h1{
		font-size: 40px;
	}
	#top-visual p{
		font-size: 21px;
	}

	#top-visual img{
		width: 50%;
		top: 11%;
		right: 0;
	}
}
@media (min-width: 1366px){
	#top-visual{
		max-height: 940px;
		height: 100vh;
	}
	#top-visual div{
		bottom: 13.2%;
		left: 0;
		width: 50%;
	}
	#top-visual h1{
		font-size: 50px;
	}
	#top-visual p{
		font-size: 26px;
		padding-top: 30px;
	}

	#top-visual img{
		width: 50%;
		max-width: 750px;
		top: 12%;
		right: 0;
	}
}
@media (min-width: 1369px){
	#top-visual div{
		bottom: 13.2%;
		left: 13%;
		width: 38%;
	}
	#top-visual img{
		display: none;
	}
	#top-visual{
		background-image: url(/img/top-flour2.png);
		background-position: 50% 45%;
		height: 110vh;
	}
}
/*トップ、プロフィール*/
#top-profile .pc{
	display: none;
}
#top-profile{
	background-image: url(/img/top-collar.png);
	padding: 50px 0 130px;
}
#top-profile-font{
	display: none;
}
.inner{
	padding: 0 3% 60px;
	font-size: 14px;
	line-height: 1.5em;
	position: relative;
	letter-spacing: 0.1em;
}
.btn{
	font-size: 14px;
	padding: 10px 21px;
	background-color: var(--gray);
	color: var(--white);
	border-radius: 100vh;
	position: absolute;
	right: 5%;
	bottom: 0;
}
.btn:hover{
	opacity: 0.8;
	transition: all 0.3s;
}

.inner a{
	transition: all 0.3s;
}
.inner > .mobile{
	margin: 0 0 21px 0;
}
@media (min-width: 350px){
	#top-profile{
		padding: 50px 3% 170px;
	}
}
@media (min-width: 500px){
	#top-profile{
		padding: 50px 3% 250px;
	}
	.inner{
		font-size: 16px;
	}
	.btn{
		font-size: 14px;
	}
	.inner > .mobile{
		margin: 0 0 40px 0;
	}
}
@media (min-width: 748px){
	#top-profile{
		padding: 50px 3% 340px;
	}
	#top-profile .mobile{
		display: none;
	}
	#top-profile .pc{
		display: block;
		font-size: 18px;
		line-height: 1.5em;
	}
	.inner{
		padding: 0 0 130px;
		max-width: 88%;
		margin: 0 auto;
	}
	.btn{
		right: 0;
		font-size: 16px;
	}
}
@media (min-width: 1024px){
	#top-profile{
		position: relative;
		padding: 130px 3% 360px;
	}
	#top-profile-font{
		display: block;
		position: absolute;
		object-fit: contain;
		top: 3%;
		right: 7%;
		width: 400px;
		height: 277px;
	}
	.inner{
		max-width: 1180px;
	}
	#top-profile .pc{
		font-size: 22px;
	}
	.btn{
		font-size: 20px;
	}
}
@media (min-width: 1366px){
	#top-profile{
		padding: 130px 3% 450px;
	}
}
@media (min-width: 1369px){
	#top-profile{
		padding: 200px 3% 450px;
	}
	#top-profile-font{
		top: 10%;
		right: 19%;
	}
}



#top-news{
	position: relative;
	height: 500px;
	padding-top: 100px;
}
#top-news img{
	width: 93%;
	object-fit: contain;
	position: absolute;
	top: -75px;
	left: 5%;
}
#top-news .pc{
	display: none;
}
#top-news-title{
	background-image: url(/img/news-font.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	height: 55px;
	margin-left: 4%;
	margin-bottom: 50px;
}
#top-news-title h2{
	font-size: 12px;
	color: var(--purple);
	padding-top:53px;
}
.top-news-contents{
	font-size: 14px;
	padding-left: 4%;
}
.top-news-contents dt{
	color: var(--gray);
	font-size: 12px;
}
.top-news-contents dd{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom:  1px solid var(--light-blue2);
}
@media (min-width: 350px){
	#top-news img{
		top: -93px;
		left: 5%;
	}
}
@media (min-width: 500px){
	#top-news img{
		top: -134px;
		left: 6.5%;
	}
	#top-news{
		padding-top: 160px;
		height: 600px;
	}
	#top-news-title{
		width: 130px;
		height: 70px;
	}
	#top-news-title h2{
		font-size: 14px;
		color: var(--purple);
		padding-top:63px;
	}
	.top-news-contents{
		font-size: 16px;
	}
	.top-news-contents dt{
		font-size: 14px;
	}
	.top-news-contents dd{
		padding-bottom: 5px;
	}
}
@media (min-width: 748px){
	#top-news img{
		top: -195px;
		left: 6.5%;
	}
	#top-news{
		padding-top: 221px;
		height: 700px;
	}
	#top-news-title{
		width: 150px;
		height: 90px;
	}
	#top-news-title h2{
		font-size: 16px;
		padding-top:83px;
	}
	.top-news-contents{
		font-size: 18px;
	}
	.top-news-contents dt{
		font-size: 16px;
	}
	.top-news-contents dd{
		padding-bottom: 10px;
	}
}
@media (min-width: 1024px){
	#top-news img{
		top: -241px;
		left: 6.5%;
	}
	#top-news{
		padding-top: 315px;
		height: 640px;
	}
	#top-news-title{
		width: 150px;
		height: 90px;
	}
	#top-news-title h2{
		font-size: 16px;
		padding-top:83px;
	}
	.top-news-contents{
		font-size: 22px;
		width: 79%;
	}
	.top-news-contents dt{
		font-size: 16px;
	}
	.top-news-contents dd{
		padding-bottom: 10px;
	}
	#top-news > .inner{
		display: flex;
		justify-content: space-between;
		width: 950px;
	}
}@media (min-width: 1200px){
	#top-news img{
		top: -268px;
		left: 12.5%;
		width: 77%;
	}
}
@media (min-width: 1366px){
	#top-news img{
		top: -332px;
		left: 5.5%;
		width: 92%;
	}
	#top-news{
		padding-top: 450px;
		height: 850px;
	}
	#top-news-title{
		width: 200px;
		height: 150px;
		margin-left: 0;
	}
	#top-news-title h2{
		padding-top:105px;
	}
	.top-news-contents{
		padding-top: 10px;
	}
	.top-news-contents dd{
		padding-bottom: 10px;
	}
	#top-news > .inner{
		width: 1180px;
	}
}
@media (min-width: 1369px){
	#top-news .pc{
		display: block;
	}
	#top-news .mobile{
		display: none;
	}
	#top-news img{
		top: -359px;
		left: 0;
		width: 100%;
	}
	#top-news{
		padding-top: 43vh;
		height: 800px;
	}
}


#menu div{
	width: 100%;
	height: 100px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 5% auto;
	position: relative;
}
#menu h2{
	width: 90%;
	font-size: 20px;
	text-align: center;
	padding: 40px 0;
	margin: auto;
	background-color: #ffffff5f;
}
#menu img{
	position: absolute;
	width: 40px;
	top: 30px;
	right: 21px;
}
#menu a:hover{
	opacity: 0.8;
	transition: all 0.3s;
}

#youtube{
	background-image: url(/img/youtube2.png);
}
#top-lesson{
	background-image: url(/img/lesson2.png);
}
#top-contact{
	background-image: url(/img/contact.png);
}
@media (min-width: 500px){
	#menu div{
		height: 160px;
	}
	#menu h2{
		font-size: 26px;
		text-align: center;
		padding: 68px 0;
		margin: auto;
	}
	#menu img{
		width: 50px;
		top: 54px;
		right: 30px;
	}
}
@media (min-width: 900px){
	#menu{
		display: flex;
		justify-content: space-between;
		max-width: 950px;
	}
	#menu a{
		width: 32%;
		padding: 0 1%;
	}
	#menu div{
		height: 270px;
		margin: 0;
		padding: 0;
	}
	#menu h2{
		font-size: 26px;
		padding: 124px 0;
		margin: auto;
	}
	#menu img{
		width: 55px;
		top: 209px;
		right: 5px;
	}
	
	#youtube{
		background-image: url(/img/youtube.jpg);
	}
	#top-lesson{
		background-image: url(/img/lesson-title-top.jpg);
	}
	#top-contact{
		background-image: url(/img/contact-title.jpg);

	}
}
@media (min-width: 1024px){
	#menu{
		max-width: 1180px;
	}
}