@media (max-width: 991px){
	.boxPC {
	display: none;
}
.boxSP {
	display: block;
}
}

@media (min-width: 992px){
	.boxPC {
	display: block;
}
.boxSP {
	display: none;
}
}


.c-guide{
	background-color: #ffffff;
    color: #000;
}
.p-header{
	    background-color: white;
}
.p-nav > li > a {

    color: #000;

}
.p-mv {
    background-color: #fff;
	height: auto;
	margin-bottom: 100px;
}
@media (max-width: 767px){
	.p-mv {
    margin-bottom: 50px;
}
}


.p-mv__desc {
    color: black;
	width: 40%;
	margin: auto;
}
@media (max-width: 991px){
	
	.p-mv__desc {
	width: 100%;
}
	.p-mv__catch {
    margin: 0 auto;
}
	
}


.p-mv__inner {
	background-color:#FFF;
	display: flex;
	align-items: center;
}
@media (max-width: 991px){
.p-mv__inner {
	flex-direction: column;
	padding-right: 0;
    padding-left: 0;
}
}
.p-nav > li > a {
    font-size: 2.2rem;
	letter-spacing: 0em;
}

.p-nav > li {
        margin: 0 14px;
}

@media (min-width: 991px){
	.p-sns-nav {
    display: none;
}
}

@media (max-width: 767px){
	
	.p-sns-nav .ico-sns {
    color: #000;
}
}

.header-img{
	    width: 60%;
}
@media (max-width: 767px){
	.header-img{
	    width: 100%;
}
}
@media (min-width: 992px){
.p-mv__catch {
    margin-left: 30px;
	    margin-top: 20px;
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	font-size: 4rem;
	line-height: 55px;
}
}
@media (max-width: 991px){
	.p-mv__catch {
    margin: 0 auto; 
		display: flex;
    flex-wrap: wrap;
    justify-content: center;
	font-size: 3rem;
	line-height: 40px;
		
}
	
}

/*

.p-mv__lesson {

	height: auto;
	padding: 10px 15px 20px;
}

.p-mv__media {
    height: auto;
}
.text-p{
	color: #908B66;
    font-size: 12px;
}
.p-mv__media__btn {
    width: auto;
    font-size: 15px;
}

.p-mv__lesson__text {
    font-size: clamp(10px, 1.1vw, 14px);
}
*/

.content-b-g{
	background-color:#F7F7F7;
}
.content-b-w{
	background-color:#FFF;
}

.menu-box{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	    max-width: 1080px;
	    justify-content: center;
    margin: 0 auto;
}
.menu-content{
	margin: 0 10px;
	width: calc(30% - 10px);
}


.features_num{
    display: inline-block;
    color: #908B66;
    line-height: 1;
}
.features_num span {
    display: block;
}
.features_num span:last-child {
    font-size: 50px;
}
.feature_inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature_inner div img {
    border-radius: 10px;
}
.feature_inner div {
	    width: calc(50% - 50px);
	margin-bottom: 20px;
}
@media (max-width: 767px){
	.feature_inner {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
	.feature_inner div {
	width: 100%;
	margin-bottom: 20px;
}
}

.feature_inner .p-top__interview__heading {
    margin-top: 0;
}
.feature_inner p{
	font-size: 1.4rem;
	line-height: 1.4em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-mv__text {
     width: auto ;
     margin-bottom: auto; 
     margin-left: auto; 
     text-align: center; 
  }
}
@media (max-width: 767px){
	.p-mv__text{
		background-color: rgb(255 255 255 / 90%);
		text-align: center;
	}
}


.c-btn--more{
	line-height: 70px;
	font-size: 2rem;
	border: 2px solid #908B66;
}

@media (max-width: 767px){
	.c-btn--more{

	font-size: 1.8rem;

}
}

/*
.c-btn--more::before {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 50px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(../images/top/line-Icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
	background-color: #908b6600;
	z-index: 0;
}
*/

.c-btn-futter{
	
}

.c-guide{
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #F7F7F7;
}

.c-guide__btn {
    width: 400px;
        margin: 0 20px;
    font-size: 2rem;
    /* font-size: 20px; */
}
@media (max-width: 767px){
	.c-guide__btn {
    width: 90%;
     margin: 0 0 20px;
}
}

.c-btn--more::after {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(../images/common/arrow-gold.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
@media (max-width: 767px){
	.c-btn--more::after {
		right: 5px;
		height: 10px;
	}
}


.contact-content{
	display: flex;
	    flex-wrap: nowrap;
    align-items: center;
}
@media (max-width: 767px){
.contact-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
}

.icon-line{
	     width: 7%;
    display: flex;
    margin: 0 5px;
}
@media (max-width: 767px){
	.icon-line {
    width: 10%;
    display: flex;
    margin: 5px 0 -15px;
}
}

.btn-icon-content{
	display: flex;
	    flex-wrap: nowrap;
    align-items: center;
	justify-content: center;
	margin: 20px 0 45px;
}
@media (max-width: 767px){
	.btn-icon-content {
    display: flex;
    margin: 20px 0 45px;
    flex-wrap: wrap;
}
}


.p-contact__tel {
	width: 840px;
}
@media (max-width: 767px){
	.p-contact__tel {
	width: 90%;
}
}

.c-sec__heading{
	margin: 30px 0;
}
.p-top__sec {
    padding-top: 10px;
	padding-bottom: 40px;
}

.l-nav .top, .l-nav .bot {
    display: block;
}
.l-nav .top{
    font-size: 20px;
	font-family: "Noto Serif JP", serif;
}
.l-nav .bot{
    text-align:center;
		white-space: nowrap;
}

.p-header.fixed {
    background-color: rgb(255 255 255 / 90%);
}
/*
.p-top__sec:nth-child(odd) {
  background-color: #ffffff00;
}
.p-top__sec:nth-child(even) {
  background-color: #ffffff00;
}
*/

.media-content{
	display:flex;
    align-items: center;
    flex-wrap: wrap;
	    max-width: 1080px;
    margin: 0 auto;
}
@media (max-width: 767px){
	.media-content {
    flex-direction: column;
    align-items: center;
}
}


.media-c-l{
	width: 50%;
	    text-align: center;
}
.media-c-l img{
	width: 50%;
}
.media-c-r{
	width: 50%;
	font-size: 1.5rem;
}

@media (max-width: 767px){
	.media-c-l{
	width: 90%;
}
.media-c-r{
	width: 90%;
}
}
.media-c-r-title{
	    width: 100%;
    display: inline-block;
    text-align: center;
	    font-size: 2rem;
}
.p-media__catch{
	margin-bottom: 20px;
}
@media (max-width: 767px){
	.p-media__catch {
    width: 100%;
    margin-top: 20px;
}
}

.p-top__row::after {
    display: none;
}
.p-top__row {
    justify-content: space-evenly;
}

.c-mail{
	display:none;
}

@media (max-width: 991px){
.nav-toggle span {

    background-color: #000;

}
	}

@media (max-width: 767px){
	.p-contact__wrapper {
    margin: 0 10px;
}
}

@media (max-width: 991px){
	.l-nav {
    background-color: #ffffff;
		    top: 0px;
}
	.p-nav > li {
    z-index: 2;
    padding: 10px 20px;
    font-size: 1.4rem;
		border-bottom: 1px solid;
}
	.p-nav > li .sub-menu li.menu-item > a{
		    color: #000;
	}
	
	.p-nav > li .sub-menu li.menu-item > a::after {

    background-color: #FFF;

}
	
}

	.l-nav {
   //* background-color: #ffffff; */
}

	.p-nav > li .sub-menu li.menu-item > a{
		    color: #000;
	}
	
	.p-nav > li .sub-menu li.menu-item > a::after {

    background-color: #FFF;

}

.youtube-content{
	    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.youtube-m{
	    margin: 0 20px;
}

.youtube-content .p-top__sec__btn--more {
    width: 200px;
    margin: 0 auto 20px;
}

.c-btn--trial {
  -webkit-box-shadow: 0 0 10px 1px rgba(26, 25, 36, 0.3);
  height: 80px;
  padding: 5px;
  background-color: #4a66ce;
  box-shadow: 0 0 10px 1px rgba(26, 25, 36, 0.3);
  text-align: center;
}

.c-btn--trial--en {
    color: #FFF;
}
.c-btn--trial--ja {
    color: #cac180;
}
.c-btn--trial::before, .c-btn--trial::after {
  background-color: #FFF;
height: 0.5px;
}
.c-btn--trial > div::before, .c-btn--trial > div::after {

  background-color: #FFF;
	width: 0.5px;

}
.c-btn--trial:hover {

  background-color: #5c73c8;

}

.p-top__sec__btn--trial::after {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(../images/common/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
.p-top__sec__btn--trial {
    position: relative;
}
@media (max-width: 767px){
	.p-top__sec__btn--trial {
	    width: 95%;
}

}

.c-btn--trial--en {
    margin: 5px 0;
	line-height: 23px;
}

.p-serviced__recommend {
    padding: 0px;
}

@media (min-width: 768px) and (max-width: 991px){
.p-serviced__recommend {
    padding: 10px 3.13vw 0px;
}
}


.recommend-content{
	display:flex;
}

.c-anchor__sec {
    background-color: #f7f7f7;
    color: #908B66;
}
.p-serviced__anchor__item {
    width: 240px;
    margin: 0 7px;
    border: 1px solid #908B66;
    font-weight: bold;
}

.c-btn--arrow--down::after {
    background-image: url(../images/common/arrow-gold.svg);
}

@media (max-width: 767px){
	
}

.c-pagetitle__karaoke, .pagetitle__training, .pagetitle__artist, .pagetitle__trial, .pagetitle__license, .pagetitle__instructor, .pagetitle__welfare, .pagetitle__music-performance, .pagetitle__child, .pagetitle__speech {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 500px;
  background-color: #1A1924;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-pagetitle__karaoke {
    background-image: url(../images/karaoke/mv_3.png);
}
.pagetitle__training {
    background-image: url(../images/training/mv2.jpg);
}
.pagetitle__artist{
	background-image: url(../images/artist/mv2.jpg);
}
.pagetitle__trial{
	background-image: url(../images/trial/mv2.jpg);
}
.pagetitle__license{
	background-image: url(../images/license/mv3.jpg);
}
.pagetitle__instructor{
	background-image: url(../images/artist/mv7.png);
}

.pagetitle__welfare{
	background-image: url(../images/welfare/mv2.jpg);
}

.pagetitle__music-performance{
	background-image: url(../images/music-performance/mv2.jpg);
}
.pagetitle__child{
	background-image: url(../images/child/mv2.jpg);
}
.pagetitle__speech{
	background-image: url(../images/speech/mv2_2.jpg);
}

@media (min-width: 768px){
	.c-pagetitle__karaoke, .pagetitle__training, .pagetitle__artist, .pagetitle__trial, .pagetitle__license, .pagetitle__instructor, .pagetitle__welfare, .pagetitle__music-performance, .pagetitle__child, .pagetitle__speech {
    margin-top: 50px;
}
}
.c-pagetitle__karaoke::before {
  content: '';
	background-color: rgb(0 0 0 / 10%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .c-pagetitle__karaoke, .pagetitle__training, .pagetitle__artist, .pagetitle__trial, .pagetitle__license, .pagetitle__instructor, .pagetitle__welfare, .pagetitle__music-performance, .pagetitle__child, .pagetitle__speech {
    height: 40vw;
    padding: 0 3.13vw;
  }
}
@media (max-width: 767px) {
  .c-pagetitle__karaoke, .pagetitle__training, .pagetitle__artist, .pagetitle__trial, .pagetitle__license, .pagetitle__instructor, .pagetitle__welfare, .pagetitle__music-performance, .pagetitle__child, .pagetitle__speech {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    height: 50vw;
    padding-bottom: 4.86vw;
    text-align: center;
  }
}
.c-anchor__sec {
    padding: 0 0 30px;
}
@media (min-width: 768px) and (max-width: 991px){
.c-anchor__sec {
    padding: 0 0 30px;
}
}

.features_num_course{
    display: inline-block;
    color: #908B66;
    line-height: 1;
}
.features_num_course span {
    display: block;
}
.features_num_course span:last-child {
    font-size: 50px;
}
.feature_inner_course {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
}
.feature_inner_course div img {
    border-radius: 10px;
}
.feature_inner_course div {
	    width: calc(50% - 50px);
	margin-bottom: 20px;
}
@media (max-width: 767px){
	.feature_inner_course {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
	.feature_inner_course div {
	width: 100%;
	margin-bottom: 20px;
}
}

.feature_inner_course .p-top__interview__heading {
    margin-top: 0;
}
.feature_inner_course p{
	font-size: 1.4rem;
	line-height: 1.4em;
}

.feature_inner_course:nth-child(odd)::before {
	content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background-color: rgba(144, 139, 102, 0.1);
  z-index: -1;
}
.feature_inner_course:nth-child(even)::before {
	content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background-color: #F7F7F7;
  z-index: -1;
    
}
.course_m{
	margin: auto 0;
}
.course-title{
	z-index: 2;
    margin-bottom: 0px;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 5rem;
    /* letter-spacing: 0.12em; */
    font-weight: bolder;
    text-shadow: 0px 0px 4px black;
}
@media (max-width: 767px){
	.course-title{
    font-size: 3rem;
}
}

.course-title-s {
    z-index: 2;
    color: #ffffff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: bold;
    text-shadow: 0px 0px 5px black;
}

.p-serviced::after{
	z-index: -1;
}
.menu-img{
	margin-bottom: 30px;
}
.menu-img img{
	padding: 4px;
    border: 1px solid #CCCCCC;
}
.training-img{
	width: 60%;
    margin: 20px auto 0;
}
.p-serviced__intro {
    padding-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px){
.p-top__row__col {
    width: 332px;
}
	}

.others-content{
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	max-width: 1080px;
    margin: 0 auto;
}
.other-menu-box{
	width:50%;
	text-align: center;
}
.other-menu-box img{
	width: 350px;
}
.mt90n{
	margin-top: 90px;
}
.mt50n{
	margin-top: 50px;
}


#site-wrapper {
    background-color: #FFF;

}
.c-crumb {
    margin-bottom: 15px;
}

.p-top__sec:nth-child(even) {
    z-index: 0;
}
.p-top__sec:nth-child(odd) {
  z-index: 0;
}

.p-aphasia__overview__photo {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.p-aphasia__overview__photo figure {
    width: 33.4%;
}

input[type=number]{
	    padding: 10px 0 10px 10px;
	border: none;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background: rgba(247, 247, 247, 0.4);
    font-size: 1.4rem;
	line-height: 1;
}

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=textarea], .input_txt, textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background: rgba(247, 247, 247, 0.4);
    font-size: 1.4rem;
	line-height: 1;
}



/*
#agentmailuserform .required {
    padding: 5px 5px;
}
*/
span.wpcf7-list-item { display: block; }

dt p{
	font-weight: bold;
}
@media (max-width: 767px){
	input[type=number] {
    width: 25%;
}
	.p-form__table {
    width: 90%;
}
	
}

.footerMenu{
	    display: block;
    bottom: 0;
    z-index: 100000;
    position: fixed;
    width: 100%;
	background-color: rgb(255 255 255 / 90%);
	    height: 65px;
}
.clearfix{
	display: block;
}

.clearfix li {
    display: block;
    float: left;
    width: 20%;
	text-align: center;
    margin-top: 8px;
}
.clearfix img {
	width: 35px;
}

@media (max-width: 991px){
.nav-toggle {
    -webkit-transform: translateY(-50%);
    display: block;
    z-index: 9999;
    position: absolute;
    top: 40%;
    right: 8vw;
    width: 30px;
    height: 25px;
    transform: translateY(-50%);
}
}
@media (max-width: 991px){
	.p-header.fixed {
    background-color: rgb(255 255 255 / 0%);
}
	.p-header{
		 background-color: rgb(255 255 255 / 0%);
	}
	.l-main {
    padding-top: 0;
}
	.copyright {
    padding-bottom: 23vw;
}
	.p-mv {
    padding-top: 0;
}
	.header-img{
		width: 100%;
	}
}
@media (max-width: 767px){
	.nav-toggle {
    right: 6vw;
}
}

.first-time-content{
	    display: flex;
    justify-content: center;
	margin-top: -25px;
}

.first-time-content .contact-content {
		line-height: 30px;
    	margin: 5px;
}
@media (max-width: 767px){
	.first-time-content img {
	display: none;
}
	.first-time-content .contact-content {
		    line-height: 30px;
    margin: 5px;
    padding: 25px 0 10px;
}
	.first-time-content{
	margin-top: -45px;
}
	
}


.c-pagetitle{
	background-color: #efefef73;
}

.c-pagetitle--en {
    color: #000;
}