@charset "UTF-8";

body {
	font-size: 16px;
}

/*----------------------------------------------- hover */
.view_more {
	background-image: linear-gradient(to right,#a39068,#a39068 50%,#333 50%);
	background-size: 200% 100%;
	background-position: -100%;
	padding: 0;
	position: relative;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-in-out;
}
.view_more:before {
	content: '';
	display: block;
	background: #008b00;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	transition: all 0.3s ease-in-out;
}


@media (hover: hover) and (pointer: fine) {
	.btn a:hover {
		background-color: #3f4444;
		box-shadow: none;
		transform: translateY(4px);
		transition: all 0.3s ease-out 0s;
		opacity: 1;
	}
		a:hover img {
		box-shadow: none;
		opacity: 1;
		transform: translate(0, 3px);
		transition: all 0.3s ease 0s;
	}
	.sns i.fa-instagram:hover {
		width: 50px;
		height: 50px;
		background-image: url(../img/insta_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
		opacity: 1;
		transition: all 0.3s ease 0s;
	}
	.nav-grid__link:hover {
		color: #4a90e2;
		transition: all 0.3s ease 0s;
	}
	.fix_btn a:hover {
		box-shadow: none;
		color: #fff;
		background-color: #3f4444;
		opacity: 1;
		transform: translate(0, 4px);
		transition: all 0.3s ease 0s;
	}
	.btn_dot a:hover {
		box-shadow: none;
		background-color: #6F178D;
		transform: translate(0, 4px);
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.btn_dot a:hover::after{
		right: 20px;
		width: 30px;
		transition: all 0.3s ease 0s;
	}
	.contact_form .btn input:hover {
		box-shadow: none;
		opacity: 1;
		transform: translate(0, 3px);
		transition: all 0.3s ease 0s;
	}
	.contact_form .btn input.wpcf7-submit:disabled:hover {
		transform: translate(0, 0);
	}
	footer a:hover {
		text-decoration: underline;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.item_wrap a:hover,
	.lesson_news a:hover,
	.privacy_content a:hover,
	.lesson_news a:hover {
		color: #3f4444;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.link_instagram a:hover{
		background: linear-gradient(45deg, #4158D0, #C850C0 30%, #FFCC70);
		background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%, #FFCC70);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.course_nav li a:hover {
		background-color: #6F178D;
		transition: all 0.3s ease 0s;
	}
	a.bnr_link.nav_txt:hover::before,
	a.bnr_link.nav_txt:hover > span {
		transform: translate(0, 3px);
		transition: all 0.3s ease 0s;
	}
	.hd_news a:hover {
		color: #fff;
		background-color: #3f4444;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.hd_news:hover p span::after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.news_post .news_ico:hover,
	.news_cat_w .news_ico:hover {
		border-color: #3f4444;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.news_ico a:hover {
		background-color: #3f4444;
		border-color: #3f4444;
		color: #fff;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.news_ico.current a:hover {
		border-color: #3f4444;
		background-color: #3f4444;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.news_item a:hover {
		transition: all 0.3s ease 0s;
		opacity: 1;
		color: #6F178D;
	}
	.news_item a:hover::after {
		right: 15px;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	a.btn_line:hover {
		background-color: #6F178D;
		color: #fff;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.news_nav_golist a:hover,
	.nav-links > div a:hover {
		opacity: 1;
		color: #3f4444;
	}
	.news_nav_golist a:hover:after {
		transform: scale(1, 1);
	}
	.nav-links a:hover .meta-nav {
		background-color: #6F178D;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
		.nav-links a:hover i {
		color: #f1e0f5;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
}

/*----------------------------------------------- 共通 */
.section_inner,
.footer_inner {
	width: 90%;
	max-width: 700px;
}
.btn {
	margin: 35px auto 50px;
}
.btn a {
	width: 400px;
	font-size: 20px;
}
.scroll {
	position: absolute;
	left: 0;
	bottom: 40vw;
}
.scroll-text {
	color: #333;
	font-size: 14px;
	text-align: center;
	transform: rotate(90deg);
}
.scroll-border {
	position: relative;
	top: 20px;
	width: 1px;
	height: 100px;
	background-color: #d5d5d5;
	overflow: hidden;
	margin: auto;
}
.scroll-border::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 30px;
	top: 0;
	left: 0;
	right: 0;
	background: #333;
	animation: scrollbar 2.0s ease-in-out infinite;
	margin: auto;
}
@keyframes scrollbar {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(350%);
		transform: translateY(350%);
	}
}


.fix_btn {
	right: 50px;
	bottom: 80px;
}
.bnr_nav_w li {
	width: 47%;
	margin-bottom: 30px;
}
.bnr_nav_w li:nth-last-of-type(2) {
	margin-bottom: 0;
}
.bnr_nav_w li:last-of-type {
	margin-bottom: 0;
}
.bnr_nav_w {
	width: 80%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
a.bnr_link.nav_txt > span {
	left: 7px;
	bottom: 7px;
}
main h2 {
	font-size: 30px;
}
main h2 > span {
	font-size: 16px;
}
main h2 > span > span {
	padding-right: 0.75em;
}
main h2 > span::before,
main h2 > span::after {
	padding-right: 0.45em;
}
a.bnr_link.nav_txt > span::after {
	right: -15px;
}
a.bnr_link.nav_txt > span strong {
	font-size: 1em;
}
.parallax_w {
	margin-top: 50px;
}
.fix_btn a {
	width: 180px;
	height: 180px;
	font-size: 18px;
}
.sec_img {
	margin: 50px auto;
}
.nav-grid__content {
	padding: 80px;
}
a.btn_line {
	width: 200px;
	padding: 5px 20px;
	text-align: center;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.hd_fix_area .btn {
	top: 20px;
}
.hd_fix_area .btn a {
	width: 180px;
	font-size: 16px;
}
.hd_news {
	top: 90px;
}
.hd_fix_area .logo {
	width: 140px;
	top: 0;
}
.hd_fix_area .btn a {
	width: 180px;
	font-size: 16px;
}
.fv_img_1 {
	width: 200px;
	height: 200px;
	top: 50px;
	left: -10px;
}
.fv_img_2 {
	width: 340px;
	height: 340px;
	top: 10px;
	right: -15px;
}
.fv_img_3 {
	width: 200px;
	height: 200px;
	top: 140px;
	left: 27.5vw;
}
.fv_img_4 {
	width: 350px;
	height: 350px;
	top: 620px;
	right: 10vw;
}
.catch {
	top: 380px;
}
.catch .m_plus_r {
	font-size: 24px;
}
.fv_bk .video {
	bottom: 0;
}
.scroll a::after {
	display: none;
}


@media screen and (min-width: 850px) {
	.fv_bk .video {
		width: 80%;
		bottom: 0;
		left: auto;
		right: -5%;
		transform: rotate(-10deg);
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  TOP
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*----------------------------------------------- top_about */
.top_about {
	padding-bottom: 80px;
}
.t_about_catch p {
	font-size: 24px;
	margin: 50px auto 0;
}
.t_about_txt {
	margin: 50px auto;
}
.bnr_nav_w {
	margin: 70px auto;
}

/*----------------------------------------------- top_course */
.top_course {
	padding-bottom: 0;
}
.top_course .bnr_nav_w {
	margin-top: 50px;
}
.top_course .course_outline {
margin-top: 50px;
}



/*----------------------------------------------- top_access */
.top_access {
	padding: 100px 0 150px;
}
.t_access_txt, .notice {
	width: 80%;
	max-width: 500px;
}
.t_access_txt ul {
	margin: 30px auto;
}
.notice {
	font-size: 18px;
	padding: 35px 0;
	margin: 50px auto 75px;
}
.me_chan {
	width: 400px;
}
.me_chan_tit {
	margin: 30px auto 10px;
	font-size: 18px;
}
.note {
	margin: 30px auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  お問い合わせ
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.contact {
	padding-top: 100px;
}
.contact .section_inner {
	border-radius: 50px;
	padding: 70px 50px;
	width: 85%;
}
.contact h2 {
	font-size: 50px;
	margin-bottom: 30px;
}
.contact_form {
	margin-top: 50px;
}
.inqury .item_cont {
	margin-top: 0;
}
.free_txt {
	margin: 10px auto 40px;
}
.contact_form .item_wrap {
	padding: 0 0 35px;
}
.contact_form .item_tit label {
	margin-bottom: 0;
}
.contact_form input, .contact_form textarea, .contact_form select {
	padding: 0.5em 1em;
	font-size: 1em;
}
.contact_form .item_tit {
	font-size: 1em;
}
.contact_form .item_cont {
	font-size: 0.9em;
}
.your-age .item_tit label {
	flex-direction: column;
	align-items: flex-start;
}
.contact_form .item_tit span.note {
	margin: 0;
	font-size: 11px;
}
.contact_form .btn {
	margin: 20px auto;
}
.contact_form .info {
	margin: 50px auto 20px;
}
.item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.contact_form .item_tit {
	width: 35%;
}
.contact_form .item_cont {
	width: 65%;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
	padding-bottom: 70px;
}
footer .footer_inner {
	padding: 220px 70px 50px;
	margin-top: -150px;
	border-radius: 50px;
}
.copy {
	margin: 100px auto 10px;
}
.ft_logo {
	width: 180px;
}
.link_instagram {
	font-size: 40px;
	margin: 30px 0;
}
.ft_menu_w {
	margin-bottom: 50px;
}
.ft_menu_w hr {
	margin: 70px 0;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  下層ページ共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
main.pg {
	padding-top: 0rem;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  about
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.message .t_about_catch p {
	margin-bottom: 70px;
}
.message .t_about_catch p {
	width: 70px;
}
.lesson_style {
	padding: 30px 50px;
	margin: 50px auto;
	border-radius: 30px;
}
.lesson_style {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 700px;
}
.lesson_style > ul {
	width: calc(100% - 150px);
	border: none;
	padding-right: 0;
}
.lesson_style > p {
	margin: 0;
	width: 150px;
}
.event {
	padding: 30px 50px;
	margin: 50px auto;
}
.event h3 {
	margin-bottom: 30px;
}
.teacher_img {
	width: 250px;
	margin: 0;
}
.teacher_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 500px;
	justify-content: space-between;
	margin: auto;
}
.teacher_name {
	margin: 0;
	width: 180px;
}
.t_prof {
	width: 500px;
	margin: 50px auto 70px;
}
.teacher {
	padding: 70px 0;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 コース一覧
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.course_mv {
	margin-bottom: 4rem;
}
.course_outline h4 {
	margin: 0;
	width: 210px;
}
.course_outline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	 width: 80%;
	max-width: 700px;
}
.course_outline > div {
	width: calc(100% - 210px);
}
.lesson_news {
	margin-top: 30px;
}
.course_info {
	padding-bottom: 70px;
}
.course_nav li:first-of-type br {
	display: none;
}
.course_nav li a {
	font-size: 0.9em;
}
.course_nav li a:after {
	font-size: 13px;
}
.course_li_inner {
	width: 85%;
	margin: 50px auto;
	margin-right: 0;
}
.course_item_w {
	padding: 15px 0 30px;
}
.course_li {
	padding: 0 0 10px;
}
.flexible {
	margin: 30px 0 0;
}
.course_li_txt p {
	margin-bottom: 1em;
}
.yobi_w > span {
	margin-bottom: 30px;
}
#advanced.course_li h3 span.m_big {
	font-size: 1.35em;
	display: inline-block;
}
#advanced.course_li h3 {
	line-height: 2;
}
.course_li h3 span.plz_reserve {
	display: inline-block;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	max-width: 100px;
}
.course_nav li a span{
	max-height: 36px;
}
#exam.course_li h3 {
	line-height: 2;
}
#exam.course_li h3 span.plz_reserve {
	margin-top: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ニュース
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.news_ico_title {
	height: 30px;
}
.news_ico_title span {
	top: -15px;
	height: 30px;
}
.news_year {
	margin-bottom: 50px;
}
.news_cat {
	margin-bottom: 60px;
}
.news_item {
	font-size: 20px;
	margin-bottom: 20px;
}
.news_item a {
	border-radius: 20px;
	padding: 20px 100px 20px 0;
}
.page-navigation {
	margin-top: 80px;
}
.nav-links > div i {
	font-size: 20px;
}
.nav-links > div {
	width:  45%;
}
.nav-links > div a {
	width:  100%;
}
.nav-links > div > a > div {
	width: calc(100% - 20px);
}
.news_post .news_info {
	margin: 10px 0 50px;
}
.news_content figure, .news_content p {
	margin-bottom: 30px;
}
.news_nav {
	margin: 90px 0;
}
.nav-links > div.nav-previous a > div {
	padding-left: 15px;
}
.nav-links > div.nav-next a > div {
	padding-right: 15px;
}
.news_nav_golist {
	margin: 50px auto 0;
}
.news_item .news_ico {
	font-size: 11px;
	padding: 0 11px;
}
.news_post_w,
.news_list {
	margin-top: 150px;
}
.news_li_inner {
	padding-top: 15px;
}
.news_item .news_title {
	font-size: 18px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  カレンダー追加
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.course_calendar h4 {
	text-align: center;
	line-height: 1.5;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	margin-left: 0;
}
.calendar_title {
	max-width: 210px;
}
.course_calendar {
	padding-bottom: 50px;
}
.course_outline {
	width: 100%;
	max-width: 100%;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  レスポンシブ調整
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pc,
.pc_flex {
	display: none;
}
.sp,
.sp_flex {
	display: none;
}
.tb {
	display: block;
}
.tb_flex {
	display: flex;
}


