html {font-size: 625%; 
	scroll-behavior: smooth;
}
/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/* background: transparent; */
}

body {
	font-family:'futura-pt','inherit','Yu Gothic',"游ゴシック",'YuGothic',"游ゴシック体",'Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
	font-size: .16rem;
	font-size: 16px;
	color:#666;
	background: #fff5f6;
	letter-spacing: .014rem;
	box-sizing: border-box;
	overflow-x: hidden;
	padding: .15rem;
	background:url(../images/bg.webp) repeat center center / cover;
	background-attachment: fixed;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
}

/*共通*/
ol
,ul {
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #666;
}
.jost{
	font-family: 'Jost', sans-serif;
	font-weight: bold;
}
#container{
	overflow: hidden;
}
section{
	margin-bottom: .15rem;
}
.wrap{
	max-width: 1050px;
	width: 96%;
	margin: 0 auto;
}
.half{
	display: inline-block;
	width: 49%;
}
.bg_white{
	background:rgba(255, 255, 255, .4);
	color: #555;
	padding: 1rem .5rem;
  box-shadow: 1px 0 5px 0px #e1e1e1;
}

/*button*/
.button
,button{
	display: inline-block;
	border: 1px solid #666;
	padding: .1rem .2rem;
	font-size: .14rem;
	transition: all  0.7s ease;
	outline: none;
}
.button:hover
,button:hover{
	text-decoration: none;
	color: #666;
	border: 1px solid #666;
	background: #fff;
}
button{
	width: 200px;
	display: block;
	margin: 0 auto;
}
.title{
	height: 70px;
	filter: drop-shadow(1.5px -1px 0.5px black);
}


/*header*/
header{
	padding: .1rem .2rem;
	background: #ffccd1;
	position: relative;
}
header .wrap{
	position: relative;
	height: fit-content;
}
.logo{
	width: 20%;
	display: block;
}
.logo img{
	max-width: 100px;
	filter: drop-shadow(1px 1px 1px #555);
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 3;
  right : 30px;
  top   : 0;
  bottom: 0;
  margin: auto;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span{
	background: #666;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #000;
  background: rgba(255, 255, 255, .8);
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 50%;
	height: 100vh;
}

nav.globalMenuSp ul {
  background: rgba(0, 0, 0, 0);
  margin: 0 auto;
  padding: 0 10%;
  width: 100%;
	height: fit-content;
	position: absolute;
	top: 20vh;
	text-align: left;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #999;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  opacity :0.7;
  transition: ease-in;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #666;
  padding: .1em 0;
  text-decoration :none;
}
nav.globalMenuSp ul li:hover a{
  color :#FFB6BB;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
/*footer*/
footer{
	padding: .5rem 0;
}
.upper_row{
	margin-bottom: .3rem;
}
.upper_row span{
	display: block;
	margin-bottom: .2rem;
	font-size: .2rem;
}
.footer_logo{
	text-align: left;
	height: 100px;
	display: inline-block;
}
.footer_logo img{
	max-width: 200px;
	height: auto;
}
.copy{
	display: inline-block;
	width: 100%;
	text-align: right;
}

/*index*/
.top_main{
	background: url("../images/top_main.webp") center center /cover no-repeat;
	height: 90vh;
	position: relative;
}
.top_main .catch{
	position: absolute;
	height: fit-content;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	width: 50%;
	right: 0;
}
.top_main .catch h1{
	font-size: .34rem;
	margin-bottom: .1rem;
	line-height: .6rem;
	color:#fff;
	filter: drop-shadow(1px 1px 0.5px black);
}
.top_main .catch span{
	font-size: .24rem;
	color:#fff;
	filter: drop-shadow(1px 1px 0.5px black);
}
.flexbox{
	background: rgba(255, 255, 255, 1);
	background-blend-mode: normal,multiply;
	position: relative;
	height: 340px;
	width: 100%;
}
.flexbox::before{
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	content: "";
}
.flexbox:nth-child(even)::before{
	right: 0;
	left:auto;
}
.flexbox:first-child::before{
	background: url("../images/top_service.webp") center center /cover no-repeat;
}
.flexbox:nth-child(2)::before{
	background: url("../images/top_facility.webp") center center /cover no-repeat;
}
.flexbox:nth-child(3)::before{
	background: url("../images/top_price.webp") center center /cover no-repeat;
}
/* .flexbox:nth-child(4)::before{
	background: url("../images/top_audition.jpg") center center /cover no-repeat;
} */
/* .flexbox:last-child::before{
	background: url("../images/top_english.jpg") center center /cover no-repeat;
} */
.flexbox .wrap{
	position: relative;
	height: 100%;
}
.flexbox .img{
	width: 48%;
}
.news h1.big_title{
	width:25%;
	display: inline-block;
}
.flexbox h1.big_title,
.flexbox img{
	position: absolute;
	bottom: -4px;
}
h1.big_title{
	color:#fff;
	bottom: -15px !important;
	font-size: 70px;
	font-family: "Arial", "メイリオ";
	text-shadow: 2px -2px 1px black;
}
.flexbox:nth-child(even) h1.big_title,
.flexbox:nth-child(even) img{
	right: 0%;
}
.flexbox .content div{
	position: absolute;
	width: 40%;
	height: fit-content;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.flexbox:nth-child(even) .content{
	position: absolute;
	width: 40%;
	height: 100%;
}
.flexbox:nth-child(even) .content div{
	width: 100%;
}
.flexbox .content h1{
	margin-bottom: .1rem;
	font-size: .24rem;
}
.flexbox .content p{
	margin-bottom: .4rem;
	font-size: .14rem;
}
.news{
	background: url("../images/bg_news.webp") no-repeat center center /cover;
	padding: 1rem 0;
	position: relative;
}
.news::after{
	content: "";
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.news .wrap{
	position: relative;
	z-index: 1;
}
.news img{
	vertical-align: top;
}
ul li{
	border-bottom: 1px solid #ccc;
	margin-bottom: .2rem;
	padding: .2rem .1rem;
}
ul li a,
ul li label{
	color:#fff;
}
.news ul{
	width: 60%;
	margin-left: 10%;
	display: inline-block;
	max-height: 240px;
	overflow-y: scroll;
}
.news li a:link{
	text-decoration: none;
}

/*company*/
#sub_page section{
	padding: .5rem 0;
}
#sub_page .sub_main{
	height: 500px;
	position: relative;
	padding: 0;
}
.sub_main .catch h1{
	font-size: .8rem;
	filter: drop-shadow(1.5px 1px 0.5px black);
}
.sub_main .catch p{
	filter: drop-shadow(1px 1px 1px black);
}
.company .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}

/*main images*/
.company .sub_main{
	background: url("../images/company.webp") center center /cover no-repeat;
}
.facility .sub_main{
	background: url("../images/top_facility.webp") center center /cover no-repeat;
}
.service .sub_main{
	background: url("../images/top_service.webp") center center /cover no-repeat;
}
.contact .sub_main{
	background: url("../images/contact.webp") center center /cover no-repeat;
}
.qa .sub_main{
	background: url("../images/qa.webp") center center /cover no-repeat;
}
.sub_main .catch{
	position: absolute;
	height: fit-content;
	width: fit-content;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color:#fff;
}
.catct h1{
	font-size: .24rem;
}
.sub_title{
	margin-bottom: .5rem;
	text-align: center;
}
.content{
	line-height: .26rem;
}
.content h2{
	font-size: .26rem;
	margin-bottom: .5rem;
}
table{
	width: 100%;
}
tr{
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: left;
}
th{
	width: calc(30% - .2rem);
	padding: .2rem .1rem .1rem;
	vertical-align: top;
}
td{
	width: calc(69% - .2rem);
	padding: .2rem .1rem .1rem;
}
.main_content p span{
	text-align: right;
	display: block;
	text-align: right;
	padding-top: .3rem;
}


/*facility*/
.pc_none{
	display: none;
}
.facility h1{
	font-size: .3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5rem;
}
.facility .flex{
	display: flex;
	justify-content: space-between;
	align-items: top;
	flex-wrap: wrap;
}
.flex img{
	width: 48%;
}

.facility .main_content.flex{
	align-items: center;
}
.facility .main_content p
,.facility .main_content img{
	width: 48%;
}
.facility .contents p{
	font-weight: bold;
	margin-bottom: .1rem;
	padding: 0 .1rem;
}
.facility .contents span{
	text-align: left;
	font-size: .14rem;
	display: block;
	padding: 0 .1rem;
}
.contents{
	width: 32%;
	text-align: center;
}
.contents img{
	width: 100%;
	margin-bottom: .1rem;
	max-height: 200px;
}
.facility table
,.facility td
,.facility th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.facility tr{
	display: table-row;
	border-bottom: none;
}
.facility td
,.facility th {
	padding: 3px;
	width: fit-content;
	height: fit-content;
}
.facility th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.facility .flex{
	display: flex;
	justify-content: space-between;
}
.facility_map{
	margin-bottom: .5rem;
}
.modal_area{
  width: 48%;
}
.modal_area img{
  width: 100%;
}

/*modal*/
*{
  padding: 0;
  margin: 0;
}
.modal-open{
  display: inline-block;
  background-color: #666;
  color: #fff;
  margin: 10px;
}
.modal-open a{
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}
.modal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.modal-wrapper{
  width: 100%;
  max-width: 840px;
  min-width: 300px;
  height: 100%;
  max-height: 80vh;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-contents{
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.modal-content{
  margin: 25px;
}
.modal-content img{
  width: 80%;
  display: block;
  margin: 0 auto;

}
.modal-close{
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}


/*service*/
.service .flex{
	display: flex;
	justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
}
.service_contents .flex:last-child{
  margin-bottom: 0;
}
.service .flex img
,.company .flex img{
	width: 30%;
}
.service_contents .content
,.company .flex p{
	width: 64%;
}
.service_main .flex{
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.service h2{
  margin-bottom: .2rem;
  font-weight: bold;
}
.service_main h2{
  text-align: center;
  margin-bottom: .5rem;
}
.service_main .flex div{
  width: 32%;
  margin-bottom: .5rem;
}
.service_main .flex img{
  width: 100%;
  min-height: 210px;
}
.service_main .flex h3{
  font-size: .18rem;
  font-weight: bold;
  text-align: center;
  padding: .1rem 0;
}
.service_main .flex div:nth-child(7)
,.service_main .flex div:nth-child(8)
,.service_main .flex div:nth-child(9){
  margin-bottom: 0;
}

/*qa*/
.qa_list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qa_list dl:first-child {
  margin-top: 0;
}
.qa_list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa_list .open::after {
    transform: rotate(-45deg);
}
.qa_list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #f1f1f1;
}
.qa_list dl dt::before{
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #ffccd1;
}
.qa_list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #ea6d8d;
}
.qa_list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
	background: #fff;
}
.qa_list dl dd p {
    margin: 30px 0 0;
}
.qa_list dl dd p:first-child{
    margin-top: 0;
}
.question_area h1{
	text-align: center;
	margin-bottom: .3rem;
}
.question_area a{
	display: block;
	border-bottom: 1px solid #ccc;
	padding: .05rem;
	font-weight: bold;
}
.question_area a:hover{
	opacity: .6;
}
.question_area span{
	color: #ea6d8d;
}



@media screen and (max-width: 767px) {
 .qa_list dl {
    margin: 10px 0 0;
}
.qa_list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa_list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa_list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa_list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa_list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa_list dl dd p {
    margin: 30px 0 0;
}
.qa_list dl dd p:first-child{
    margin-top: 0;
}
}


/*contact*/
input[type=url]
,input[type=text]
,input[type=email]
,input[type=tel]
,select
,textarea{
	width: calc(100% - .2rem);
	padding: .1rem;
	color: #666;
	border: 1px solid #999;
	background:#fff;
}
textarea{
	height: 200px;
}
form table{
	margin-bottom: .5rem;
}
::placeholder{
	color: #ccc;
}

/*mail*/
@media screen and (max-width: 1000px) {
	.title{
		height: 50px;
	}
}


@media screen and (max-width: 767px) {
	body{
		padding: .06rem;
	}
	/*共通*/
	.sp_none{
		display: none;
	}
	.sub_title{
		width: 80%;
		margin: 0 auto .3rem;
	}
	h1.big_title{
		display: none;
	}
	/*header*/
	.logo{
		width: 20%;
	}
	.nav_btn{
		width: 30px;
	}
	.nav_btn span:first-child{
		top: 13px;
	}
	.nav_btn span:nth-child(2){
		top: 23px;
	}
	.nav_btn.active{
		right: 10%;
	}
	.nav_btn span:last-child{
		bottom: 16px;
	}
	.nav_btn.active span:nth-of-type(1){
		transform: translateY(3px) rotate(-315deg) scale(.8);
	}
	.nav_wrap li span:first-child{
		font-size: .26rem;
	}
	.nav_wrap ul{
		padding: 70px 0;
		height: 100vh;
	}
  .hamburger{
    right: 10px;
  }


	/*footer*/
	.upper_row{
		margin-bottom: .1rem;
	}
	.upper_row .en{
		display: none;
	}
	.upper_row .ja{
		width: 100%;
	}
	.upper_row span{
		font-size: .16rem;
		letter-spacing: 0;
		margin-bottom: 0;
	}
	footer{
		padding: .3rem 0;
	}
	.footer_logo{
		width: 24%
	}
	.copy{
		width: 74%;
		font-size: .12rem;
	}

	/*index*/
	.top_main{
		height: 400px;
		background-position-x: 60%;
	}
	.top_main .catch{
		width: 90%;
	}
	.top_main .catch{
		font-size: .2rem;
		line-height: .24rem;
		left: 0;
		right: 0;
	}
	.top_main .catch h1{
		font-size: .18rem;
		line-height: .24rem;
	}
	.top_main .catch span{
		font-size: .16rem;
	}
	.flexbox{
		height: 480px;
	}
	.flexbox::before{
		width: 100%;
		height: 30%;
	}
	.flexbox .content div{
		width: 100%;
		top: 30%;
		background: rgba(255,255,255,0.9);
		padding:  0;
	}
	.title{
		height: 44px;
		filter: none;
	}
	.flexbox .content p{
		margin-bottom: .2rem;
	}
	.flexbox:nth-child(even) .content{
	width: 100%;
	}
	.flexbox:nth-child(even) img{
		left: 0;
	}
	.news .wrap {
		background: rgba(255,255,255,.9);
		padding: 1em;
	}
	.news h1.big_title {
		width: 100%;
		display: block;
		font-size: .20rem;
		color: #666;
		text-shadow: none;
		margin-bottom: .5em;
	}
	.news ul{
		width: 100%;
		margin-left: 0;
	}
	.news ul li{
		font-size: 12px;
	}
	.news ul li a,
	.news ul li label{
		color:#666;
	}

	.flexbox .content h1{
		font-size: .24rem;
		letter-spacing: .01rem;
	}

	/*company*/
	#sub_page .sub_main{
		height: 300px;
	}
	#sub_page section{
		padding: .5rem 0;
	}
	.sub_main .catch h1{
		font-size: .4rem;
	}
	.sub_title h1{
		font-size: .24rem;
	}
	.content h2{
		font-size: .2rem;
		margin-bottom: .2rem;
	}
  .company tr{
    flex-wrap: wrap;
  }
	th
	,td{
		width: calc(100% - .2rem);
		display: block;
	}
	td{
		padding-top: 0;
	}
  .service .flex
  ,.company .flex
  ,.facility .flex{
    flex-wrap: wrap;
  }
  .service_contents .content
  ,.company .flex p{
    width: 100%;
  }
  .service .flex img
  ,.company .flex img
  ,.facility .main_content img
  ,.facility_map img{
    width: 100%;
  }
  .facility_map img{
    margin-bottom: .3rem;
  }
  .company table{
    text-align: left;
  }
  .company .flex img{
    margin-bottom: .3rem;
  }

  /*facility*/
  .facility table{
	display: none;
  }
  .pc_none{
	display: block;
  }
  .facility .main_content p{
    width: 100%;
  }
  .contents{
    width: 100%;
    margin-bottom: .3rem;
  }
  .modal_area{
    width: 100%;
  }
  .modal_area img{
    margin-bottom: 0;
  }
  .facility_map .modal_area:first-child{
    margin-bottom: .5rem;
  }
  .modal-wrapper{
    height: fit-content;
  }
  .modal-content{
    margin: 15px;
  }
  .main_content img{
    margin-bottom: .3rem;
  }

  /*service*/
  .service_contents img{
    margin-bottom: .3rem;
  }
  .service_main .flex div{
    width: 100%;
  }

	/*contact*/
	.contact table{
		border-collapse: inherit;
	}
	.contact td
 ,.contact th{
	 width: 100%;
 }
 	.half{
		width: 49%;
		margin: 0;
	}
	.half h1{
		font-size: 14px;
	}
  .contact tr{
    flex-wrap: wrap;
  }



}



























