@charset "UTF-8";
body{
	background: initial!important;
}
header,footer{
	font-family: 'Zen Maru Gothic', serif;
}
footer .related-posts{
	font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.footer-wave{
	width: 100%;
	max-width: 100%;

}

.wrap{
	margin: 0 auto!important;
}
.totop{
	background: #78C5E9!important;
}

/**** 以下上書き *****/
.header{
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	transition: transform 0.3s ease-in-out;
}

.header,.drawer__title{
	background-color: #78C4E9 !important;
}
@media only screen and (min-width: 769px){
	.header--center #logo{
		padding: 25px 0 20px 0;
	}
}
#drawer__content{
	height: 100vh;
}
#drawer__content .profile-content{
	font-size: 14px;
}
#drawer__close-cover{

	height: 100vh;
	bottom: 0;

}
.footer{
	background-color: #fff !important;
}
#footer-menu{
	padding: 40px 0 0;
	background-color: #CFE4EF !important;
}
@media only screen and (min-width: 769px){
	#footer-menu{
		padding: 70px 0 0;
		background-color: #CFE4EF !important;
	}
}
#footer-menu a{
	color: #333!important;
	font-weight: bold;
}
#footer-menu li{
	padding: 8px 20px;
	width: 100%;
}
@media only screen and (min-width: 769px){
	#footer-menu li{
		padding: 0 20px;
		width: initial;
	}
}
#footer-menu nav{
	margin-top: 0px;
}
@media only screen and (min-width: 769px){
	#footer-menu nav{
		margin-top: 50px;
	}
}
#footer-menu > div{
	text-align: center;
}
#footerlogo{
	margin: 0 auto;
	display: block;
	max-width: 272px;
}
@media only screen and (min-width: 769px){
	#footerlogo{
		max-width: 446px;
		height: auto;
	}
}
#footerlogo img{
	height: auto;
}

.site_description{
	color: #CFE4EF;
}
.footer p{
	font-family: 'Zen Maru Gothic', serif;
	font-size: 12px;
	letter-spacing: .03em;
}
.copyright{
	background-color: #EDF5F9;
	color: #AFAFAF!important;
	margin-top: 50px;
	padding: 15px 0 ;
}
@media only screen and (min-width: 769px){
	.copyright{
		padding: 20px 0 ;
	}
}
@media only screen and (min-width: 769px){
	#inner-header{
		width: 100%;
	}
	#drawer + #inner-header{
		width: 100%;
		max-width: 100%;
	}
}

/* ナビ共通 */
.desktop-nav,
.mobile-nav{
	border-bottom: 2px solid #3575B3;
	background-color: #F7FCFF;
}

.desktop-nav li a:hover{
	transform: translateY(-6px);
	transition: all .3s;
}
.desktop-nav li a::before,
.mobile-nav li a::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
	width: 18px;
	height: 20px;
	background: url('../img/common/header-icon-courses.svg');
}
.desktop-nav li a::before{
	left: 15px;
}
@media only screen and (min-width: 1200px){
	.desktop-nav li a::before{
		left: 37px;
	}
}
.desktop-nav li:nth-of-type(1) a::before,
.mobile-nav li:nth-of-type(1) a::before{
background: url('../img/common/header-icon-courses.svg');
}
.desktop-nav li:nth-of-type(2) a::before,
.mobile-nav li:nth-of-type(2) a::before{
background: url('../img/common/header-icon-profile.svg');
}
.desktop-nav li:nth-of-type(3) a::before,
.mobile-nav li:nth-of-type(3) a::before{
background: url('../img/common/header-icon-voice.svg');
}
.desktop-nav li:nth-of-type(4) a::before,
.mobile-nav li:nth-of-type(4) a::before{
background: url('../img/common/header-icon-instagram.svg');
}
.desktop-nav li:nth-of-type(5) a::before,
.mobile-nav li:nth-of-type(5) a::before{
background: url('../img/common/header-icon-eiken.svg');
}
.desktop-nav li:nth-of-type(6) a::before,
.mobile-nav li:nth-of-type(6) a::before{
background: url('../img/common/header-icon-contact.svg');
}

.desktop-nav li a, .mobile-nav li a{
color: #333333!important;
border-right: dashed 1px #C4C4C4;
}
.header--center .desktop-nav li a{
	padding: 10px 24px 10px 48px  ;
}
@media only screen and (min-width: 1200px){
	.header--center .desktop-nav li a{
		padding: 10px 44px 10px 68px  ;
	}
}

.desktop-nav ul{
	max-width: 1200px;
}

.mobile-nav{
	height: 48px;
}

.mobile-nav ul{
	margin: 4px 0;
}
.mobile-nav li a{
	padding: 0 9px 0 28px;
	position: relative;
}
.fa-twitter:before {
	content: '𝕏';
	font-family: unset;
	font-weight: bold;
}
.profile-sns li .fa-twitter{
	background-color: #000;
}