@charset "UTF-8";

html {
	position: relative;
	min-height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
img {
	border-width: 0px;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
br {
	letter-spacing: normal;
}
ul li {
	list-style-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1078px;
	color: #040000;
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 800;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	background-color: #f3f0ea;
	/*background-color: #ece7de;*/
	*font-family: "M PLUS Rounded 1c","メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-family: "M PLUS Rounded 1c","メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif\9;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

a{
	color: #040000;
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
table{
	*table-layout: fixed;
}
.b{
	font-weight: 800;
}
.thin{
	font-weight: 500;
}
.red{
	color: red;
}
.in_red{
	color: red;
	margin-bottom: 10px;
}
.red_left{
	color: red;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.err_mess{
	width: 90%;
	color: red;
	text-align: center;
	margin: 35px auto 15px auto;
}
.img_size{
	width: 100%;
}
.img_size_half{
	width: 50%;
}
.logo_size{
	height: 35px;
	filter: drop-shadow(2px 2px 2px rgba(100, 100, 100, 0.7));
}
.nav_img_size{
	width: 70%;
}
.sp_tel a{
	text-decoration: underline;
}
.only_sp{
	display: none;
}
.only_sp_inline{
	display: none;
}
.br-sp{
	display: none;
}
input, select, textarea{
	vertical-align: middle;
}
.chk{
	width: 15px;
	height: 15px;
}
.clear{
	clear: both;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_50{
	margin-bottom: 50px;
}
#warp{
	width: 100%;
}
#main{
	margin-bottom: 50px;
}
.c-header {
	width: 100%;
	height: 70px;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.c-header__logo {
	text-decoration: none;
	z-index: 2;
	margin-left: 20px;
}

.c-header__list {
	font-size: 105%;
	box-sizing: border-box;
	display: flex;
	margin: 0;
	padding: 0;
}
.c-header__list-item {
	list-style: none;
	text-decoration: none;
}

.c-header__list-link {
	color: #505050;
	display: block;
	margin: 0 20px 10px 0;
	text-decoration: none;
	padding: 5px 0px; /* カスタマイズしてください */
}
.lower_menu{
	color: #fff;
	text-shadow: 2px 3px 3px rgb(66 64 64 / 9%)
}
.select_menu{
	border-bottom: 2px dashed;
}
.inclor a{
	color: #505050;
}
.c-header__list-link:hover {
	filter: opacity(0.6); /* カスタマイズしてください */
}

.c-hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index: 10;
}

@media screen and (max-width: 959px) {
	.c-hamburger-menu__list {
		width: 100%;
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 2;
		transform: translateX(-100%);
		transition: 0.3s; /* カスタマイズしてください */
		background-color: #56534f; /* カスタマイズしてください */
		padding: 2rem; /* カスタマイズしてください */
	}

	#hamburger:checked ~ .c-hamburger-menu__list {
		transform: translateX(0%);
		transition: 0.3s;
	}
	.c-header__list-link {
		padding: 10px 0px;
	}
	.select_menu{
		border-bottom: 0;
	}
}

.c-hamburger-menu__input {
	display: none;
}

.c-hamburger-menu__bg {
	background-color: #56534f; /* カスタマイズしてください */
	cursor: pointer;
	display: none;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
	display: block;
}

.c-hamburger-menu__button {
	display: none;
}
.head_sns_logo{
	width: 50%;
    display: flex;
    justify-content: space-around; /* 画像の間に均等に余白を設定 */
	margin-top: 15px;
}
.head_sns_logo li{
	margin-right: 5%;
}
.head_sns_logo li img{
	width: 100%;
}

@media screen and (max-width: 959px) {
	.c-hamburger-menu__button {
		width: 32px; /* カスタマイズしてください */
		height: 32px; /* カスタマイズしてください */
		align-items: center;
		appearance: none;
		background-color: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		gap: 5px; /* カスタマイズしてください */
		justify-content: center;
		background: #fff;
		border-radius: 50%;
		filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
		position: absolute;
		z-index: 2;
		right: 15px;
		padding: 5px;
	}
}

.c-hamburger-menu__button-mark {
	background-color: #000; /* カスタマイズしてください */
	display: block;
	height: 3px; /* カスタマイズしてください */
	transition: 0.3s; /* カスタマイズしてください */
	width: 20px; /* カスタマイズしてください */
}

@media screen and (max-width: 959px) {
	#hamburger:checked
	~ .c-hamburger-menu__button
	.c-hamburger-menu__button-mark:nth-of-type(1) {
		opacity: 0;
		/*transform: translate(3px, 1px) rotate(45deg);
		transform-origin: 0%;
		*/
	}
	#hamburger:checked
	~ .c-hamburger-menu__button
	.c-hamburger-menu__button-mark:nth-of-type(2) {
		
	}
	#hamburger:checked
	~ .c-hamburger-menu__button
	.c-hamburger-menu__button-mark:nth-of-type(3) {
		opacity: 0;
		/*
		transform: translate(3px, 0px) rotate(-45deg);
		transform-origin: 0%;
		*/
	}
}
h2{
	color: #505050;
	font-size: 150%;
	position: relative;
}
h2:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #719c8b;
	border-radius: 2px;
	box-shadow: 0px 5px 5px 0px gray;
}
.section_name{
	margin-bottom: 50px;
}
.pan{
	text-align: left;
	margin-left: 20px;
}
.pan a{
	color: #8c8a87;
}
.pan span{
	color: #769c8b;
}
.button-44 {
	width: 250px;
	color: #333333;
	font-size: 1em;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: .9em 2em;
	border: 2px dotted #719c8b;
	border-radius: 5px;
	background-image: repeating-linear-gradient(-45deg, #eee, #eee 1px, #ffffff 1px, #ffffff 4px);
	transition: box-shadow .3s;
	margin: 0 auto;
}
.button-44:hover {
	box-shadow: 0 7px 30px -5px rgb(0 0 0 / 20%);
}
.lessen_sc a {
	width: 250px;
	color: #769c8b;
	font-size: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #769c8b;
	background-color: #fff;
	margin: 0 auto;
	padding: 1em 2em;
}
.lessen_sc a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #769c8b;
	border-right: 3px solid #769c8b;
	transform: rotate(45deg);
}
.more_sp{
	margin: 50px 0;
}
.mgb_30{
	margin-bottom: 30px;
}
.mgt_30{
	margin: 0 0 50px 0;
}


/*ページＴＯＰ*/
#back-top {
	font-size: 77%;
	position: fixed;
	bottom: 155px;
	right: 20px;
	*bottom: 200px;
	_bottom: 200px;
	z-index: 9;
}
#back-top a {
    width: 70px;
	height: 70px;
    color: #fff;
    text-decoration: none;
	line-height: 70px;
    text-align: center;
    display: block;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    background: #769c8b;
}
#back-top a:hover {
    text-decoration: none;
    background: #4A9ED8;
}

#page-top {
	min-width: 100px;
	font-weight: 600;
	font-size: 1.1em;
	position: fixed;
	bottom: 155px;
	right: 20px;
	*bottom: 200px;
	_bottom: 200px;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px #769c8b dotted;
	border-top: 5px #769c8b solid;
	border-radius: 5px;
	background-color: #fff;
	filter: drop-shadow(1px 1px 1px rgba(100, 100, 100, 0.5));
	margin: 0 auto;
	padding: 1.2em 1em;
}
#page-top a{
	color: #769c8b;
}
#page-top::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("./img/lesson_aikon.svg");
    content: '';
}


#footer{
	background: #d4cfc7;
}
#footer .foot_logo{
	width: 70%;
}
#footer .foot_txt{
	width: 70%;
	color: #fff;
	margin: 5px 0 20px 0;
}
#footer .f_sen{
	width: 30%;
}
#footer .sns_logo{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; /* 各アイテムを均等に配置 */
}
#footer .sns_logo img{
	width: 80%;
}
#footer .sns_logo li{
    width: calc(33.3333% - 60px / 3);
}
.foot_main {
	color: #808080;
	padding: 30px;
}
.foot_main a {
	color: #808080;
	text-decoration: none;
}
.foot_main li a:hover {
	text-decoration: underline;
}
.foot_main .foot_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.foot_main .foot_wrap h3 {
	font-size: 1.1em;
	border-bottom: 1px #769c8b solid;
	margin: 0 0 20px 0;
	padding-bottom: 5px;
}
.foot_main .foot_wrap .foot_box {
	width: 30%;
}
.foot_main .foot_wrap .foot_box ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}
.foot_main .foot_wrap .copyright {
	width: 100%;
	padding: 20px 0 0 0;
}
.foot_main .foot_wrap .foot_box .foot_menu{
	display: flex;
	flex-wrap: wrap;
}
.foot_main .foot_wrap .foot_box .foot_menu li{
	width: 50%;
	text-align: left;
	margin-bottom: 15px;
}
.foot_main .foot_wrap .foot_box .foot_menu li a{
	border-bottom: 2px dashed;
}
.foot_main .foot_wrap .foot_box .foot_add{
	text-align: left;
}
.foot_main .foot_wrap .foot_box .foot_add li{
	margin-bottom: 15px;
}
.foot_main .foot_wrap .foot_box .foot_add li p{
	border-bottom: 2px dotted #808080;
	margin-bottom: 2px;
	padding: 5px 5px 2px 0px;
}
.foot_main .foot_wrap .foot_box .foot_add li p:after{
	content: '\f3c5';
	font-family: 'Font Awesome 6 Free';
    font-weight:900;
    margin-left:7px;
}
.foot_main .foot_wrap .foot_box .foot_add li span{
	font-size: 90%;
}

@media only screen and (max-width: 959px) {
	.foot_main {
		padding: 20px 5%;
	}
	.foot_main .foot_wrap {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.foot_main .foot_wrap .foot_box {
		width: 100%;
		margin-bottom: 20px;
	}
	#footer .foot_logo {
		width: 100%;
	}
	#footer .foot_txt {
		width: 100%;
	}
	#footer .sns_logo {
		width: 100%;
	}
	#footer .sns_logo img {
		width: 70%;
	}
	.foot_main .foot_wrap .foot_box ul li a {
		display: block;
		padding: 5px 0;
	}
	.foot_main .foot_wrap .foot_box .foot_menu li{
		width: 46%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.foot_main .foot_wrap .foot_box .foot_menu li:nth-child(even){
		margin-left: 4%;
		margin-right: 0;
	}
}

/*下層ページheader*/
.lower{
	position: relative;
	width: 100%;
	height: 50vh;
	margin: 0 auto;
}
.lower img{
	width: 100%;
	height:100vh;
	object-fit: cover;
	filter: brightness(90%);
}
.lower .lower_wrap_p{
	color: #fff;
	font-size: 3vw;
    line-height: 110%;
    letter-spacing: 0.3vw;
	position: absolute;
	top: 100%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 8;
	margin:0;
	padding:0;
}
.lower .lower_wrap_p .lower_wrap{
	display: flex;
	/* 以下、minmax内の「240px」が１個の円の最小幅。お好みで */
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.lower_wrap .lower_item{
	border-radius: 100%;
	padding: 16px;
	background: #769c8b;
	/* 以下のFlexboxで文字を中央寄せ */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	*/
}
.lower_wrap .lower_item::before {/* 擬似要素で正円を作る */
	display: block;
	content: '';
	padding-top: 100%;
}
.lower_back_white{
	width: 96%;
	background-color: #fafafa;
	border-top-left-radius: 100px;
    border-top-right-radius: 100px;
	box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.35);
	margin: 0 auto;
	padding: 50px 2%;
}
#sub_main{
	position: relative;
	z-index: 7;
}
#page_list{
	float: right;
	margin-top: 25px;
}
.no_mess{
	font-size: 15px;
	margin: 15px 0;
}
.now_link{
	color: #769c8b;
}
.now_link a{
	color: #769c8b;
}
.now_page{
	color: #333;
}
.no_link{
	color: #8c8a87;
}


/*index.php*/
#head_img{
	width: 90vw;
	height: 95vh;
	position: relative;
	min-height: 400px;
	background: url(./img/main_img.jpg) no-repeat;
	background-size: cover;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	box-sizing: border-box;
	box-shadow: 0 0 30px #fafafa,
				0 0 40px #fafafa,
				0 0 50px #fafafa,
				0 0 60px #f4f4f4;
	border: double 10px #56534f;
	margin-top: 25Vh;
	margin-left: 5vw;
}
#head_img p{
	color: #fff;
	font-size: min(30 / 1200 * 100vw, 30px);
	line-height: 110%;
	letter-spacing: 0.3vw;
	text-align: left;
	text-shadow: 2px 3px 3px rgb(66 64 64 / 25%);
	position: absolute;
}
#head_img .copy_1{
	text-shadow: 2px 3px 3px rgb(66 64 64 / 25%);
	top: min(42 / 1200 * 100vw, 42px);
	left: min(80 / 1200 * 100vw, 80px);
	/*
	top: 10rem;
	left: 2.5rem;
	*/
}
#head_img .copy_2{
	color: #56534f;
	font-size: min(20 / 1200 * 100vw, 20px);
	font-weight: 700;
	text-align: left;
	top: min(190 / 1200 * 100vw, 190px);
	left: min(90 / 1200 * 100vw, 90px);
	/*
	top: 17rem;
	left: 2.5rem;
	*/
}
.ttl {
	width: 70%;
	color: #56534f;
    font-weight: bold;
	font-size: min(30 / 1200 * 100vw, 30px);
    text-align: center;
    position: relative;
    border-bottom: 5px solid #56534f;
	margin: 0 auto 0.2rem auto;
	padding: 2rem 0;
}
.ttl:before,
.ttl:after {
    content: "";
	width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
}
.ttl:before {
    border: 26px solid #56534f;
    border-color: transparent;
    border-top-color: black;
    margin-left: -26px;
}
.ttl:after {
    border: 20px solid #56534f;
    border-color: transparent;
    border-top-color: #f3f0ea;
    margin-left: -20px;
}
.cp_arrows {
	position: relative;
	display: flex;
	height: 300px;/*画面いっぱいにする場合100vh*/
	justify-content: center;
	align-items: center;
}
.cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
	position: absolute;
	top: 50%;/*着地点(cp_arrowsの高さの50%)*/
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 10px;
	opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
	animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2)  {
	animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {/*矢印全体の設定*/
	position: absolute;
	content: '';
	top: 0;
	width: 30px;
	height: 3px;
	background: #E91E63;
}
.cp_arrows .cp_arrow:before {/*矢印左の線の位置と傾斜*/
	left: 3px;
	transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {/*矢印左の線の位置と傾斜*/
	right: 3px;
	transform: rotate(-30deg);
}
@keyframes arrow-move08 {
    0% { opacity: 0; top: 40%;/*スタート地点(cp_arrowsの高さの40%)*/}
   70% { opacity: 1;}
  100% { opacity: 0;}
}
.back_white{
	width: 100%;
	background-color: #fafafa;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
	box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.35);
	margin: 50px auto;
}
.back_white_2{
	width: 100%;
	background-color: #fff;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
	box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.35);
	margin: 50px auto;
}
#news{
	width: 90%;
	margin: 150px auto;	
}
#about{
	width: 90%;
	margin: 250px auto;
	padding: 50px 0;
}
#service{
	width: 90%;
	margin: 250px auto;
}
#teacher{
	width: 90%;
	margin: 250px auto;
}
#voice{
	width: 90%;
	margin: 250px auto 100px auto;
	padding: 50px 0;
}
.sp_dots{
    font-size: 3vw;
	line-height: 1.5;
	background: linear-gradient(transparent 70%, #e2d78a 70%);
}
#catch_box{
	width: 100%;
	position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, -0%);
	z-index: 1;
	padding-top: calc(((375 / 375) * 15%));
}
.catch_copy{
	color: #fff;
	font-size: clamp(15px, 1.7vw, 30px);
	position: absolute;/*重ねたい子要素にabsolute*/
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
	-webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
	transform: translate(-50%,-50%);/*センター寄せの修正*/
	margin: 0!important;/*文字がずれている場合や*/
	padding: 0!important;/*文字が折り返される場合*/
}
.dots{
	background: linear-gradient(transparent 70%, #e2d78a 70%);
}
.catch p{
	font-size: 130%;
	line-height: 140%;
}
.container{
	width: 100%;
	margin: 30px auto 50px auto;
}
.container_sp{
	margin: 0 auto;
}
.feature_mess_h{
	font-size: 120%;
	font-weight: 800;
	margin-top: 30px;
}
.about_det_txt{
	font-size: 110%;
	text-align: center;
}
.about_det_txt p{
	display: inline-block;
	text-align: left;
}
.read_txt{
	border: 3px #808080 dotted;
	border-radius: 6px;
	padding: 15px;
}
.marker {
	background: linear-gradient(transparent 70%, #e2d78a 70%);
	display: inline;

	/* 背景の繰り返しを停止 */
	background-repeat: no-repeat;

	/* マーカーの横方向を0にして縮める */
	background-size: 0% 100%;

	/* マーカーが引かれる速度を指定 */
	transition:background-size 1.5s;
}
.marker.on {
	/* 横方向を100%にして、マーカーを引く */
	background-size: 100% 100%;
}
.blogList {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 1.4%;
}
.blogList li {
    width: 23.95%;
}
.blogList li figure {
    position: relative;
    overflow: hidden;
	margin-bottom: 10px;
    padding-top: 56.25%;
}
.blogList li .nonagon{
	padding-top: 90%;
}
.blogList li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    object-fit: cover;
}
.blogList li figure .news_img{
	width: 100%;
	border-radius: 0px 50px 0px 50px;
}
.blogList li figure .teacher_img{
	width: 100%;
	clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%)
}
.blogList li time{
	color: #56534f;
	font-size: 90%;
}
.blogList li .title {
	color: #040000;
    font-size: 105%;
    letter-spacing: 0.075em;
}
.blogList li .title .chara_title{
    display: block;
    font-size: 1em;
	margin: 20px 0 10px 0;
}
.blogList li .title .chara_txt{
	color: #808080;
	font-size: 85%;
	text-align: left;
	display: block;
}
.blogList li .news_txt{
	text-align: left;
}
.blogList li .teacher_txt{
	width: 50%;
	text-align: center;
	letter-spacing: 3px;
	border-bottom: 2px dashed #000;
	margin: 0 auto 5px auto;
	padding-bottom: 5px;
}
.blogList li .teacher_corse{
	font-size: 90%;
	text-align: center;
	display: block;
}
.blogList li .teacher_txt:first-letter {
	font-size: 150%;
	color: #769c8b;
}
.blogList::after{
	content: "";
	display: block;
	width: 23.95%;
}
.item_box{
	display: flex;
	justify-content: space-between;
	margin-left: -20px;
}
.item{
	width: 100%;
	text-align: left;
	position: relative;
	background-color: #F9F8F8;
	box-shadow: 2px 2px 14px rgba(0,0,0,0.25);
	border-radius: 20px;
	margin-left: 20px;
	padding: 2em;
}
.item p{
	font-size: 120%;
	border-bottom: dotted 3px #56534f;
	padding-bottom: 7px;
}
.feature_txt{
	font-size: 105%;
	padding-top: 7px;
}
.d_bar:before{
	border-bottom: 30px solid transparent;
	border-left: 30px solid #88b5d7;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.d_bar:after{
	border-left: 30px solid transparent;
	border-bottom: 30px solid #88b5d7;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.m_bar:before{
	border-bottom: 30px solid transparent;
	border-left: 30px solid #bcc790;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.m_bar:after{
	border-left: 30px solid transparent;
	border-bottom: 30px solid #bcc790;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.sc_bar:before{
	border-bottom: 30px solid transparent;
	border-left: 30px solid #D788B5;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.sc_bar:after{
	border-left: 30px solid transparent;
	border-bottom: 30px solid #D788B5;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.icon-circle{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.icon-circle img{
	width: 80%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.d_bar .icon-circle{
	background-color: #88b5d7;
}
.m_bar .icon-circle{
	background-color: #bcc790;
}
.sc_bar .icon-circle{
	background-color: #D788B5;
}
.flex_voice {
    display: flex;
}
.flex_voice > .boxmi14 {
    width: calc( ( 100% - 60px ) / 3 );
    margin-right: 30px;
}
.flex_voice > .boxmi14:nth-child( 3n ) {
    margin-right: 0;
}
.boxmi14 {
	margin: 3em 0 1em 0;
	border-radius: 8px;
	box-shadow: 0 0 0 10px #fff6e6;
	padding: 20px 20px 20px 20px;
	font-weight: bold;
	color: #505050;
	background: #fff6e6;
}
.boxmi14-title {
	background: #fff6e6;
	border-radius: 8px 8px 0 0;
	margin: -20px -20px 5px -20px;
	font-size: 1.3em;
	padding: 10px 0 10px 0;
	color: #505050;
	font-weight:bold;
	text-align: center;
}
.boxmi14 p {
	margin: 0;
	padding: 0;
}
.sen14 {
	font-size: 105%;
	text-align: left;
	background-color: #fff6e6;
	background-image:
	linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff6e6 0%, #fff6e6 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #7d7d7d 100%);
	background-size: 8px 100%,100% 2em;
	line-height: 2;
	padding: 4px 10px 22px 10px;
}
.vioce_bd_1{
	border: dashed 2px #88b5d7;
}
.vioce_bd_2{
	border: dashed 2px #bcc790;
}
.vioce_bd_3{
	border: dashed 2px #D788B5;
}


/*about.php*/
#lower_about{
	margin: 50px 2%;
}
#lower_service{
	margin: 100px auto 0 auto;
}
.about_inner{
	width: 100%;
}
.about_box{
	display: flex;
	flex-direction: row;
}
.about_box + .about_box{
	margin-top: 100px;
}
.box__body{
	width: 50%;
	padding: 0 40px;
}
.lower_title:before{
	box-shadow: none;
}
.lower_title{
	margin: 30px 0 50px 0;
}
.lower_title span{
	color: #769c8b;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: 3px;
	background: #f3f0ea;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	padding: 30px 40px;
}
.lower_title_txt{
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	border-bottom: 2px dashed #333;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.lower_title_txt::first-letter {
	font-size: 150%;
	color: #769c8b;
}
.lower_feature_txt{
	text-align: center;
}
.lower_feature_txt p{
	text-align: left;
	display: inline-block;
}
.box__txt {
	text-align: left;
}
.box__image{
	width: 50%;
}
.box__image img{
	width: 100%;
	object-fit: cover;
	clip-path: circle(50% at 50% 50%);
}
.reverse{
	flex-direction: row-reverse;
}

@media screen and (max-width:959px){
	.about_box {
		display: block;
	}
	.about_box + .about_box{
		margin-top: 60px;
	}
	.box__body{
		width: 100%;
		padding: 0;
	}
	.box__image{
		width: 100%;
		margin-top: 20px;
	}
}


/*course.php*/
#lower_course{
	margin: 50px 2%;
}
.tgt_aikon{
	height: 23px;
	vertical-align: bottom;
}
.nobtm{
	margin: 0;
}
.l-inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
}
@media screen and (min-width: 760px) {
	.l-inner {
		max-width: 1232px;
		padding-right: 16px;
		padding-left: 16px;
	}
}
@media screen and (min-width: 760px) {
	.p-contents {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
.c-button {
	color: var(--base-color);
	font-size: 130%;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: calc(21.6/18);
	display: block;
	position: relative;
	border-radius: 8px;
	background-color: var(--color-white);
	transition: color .4s, background-color .4s;
}
.c-button::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px var(--base-color);
	border-right: solid 2px var(--base-color);
	position: absolute;
	top: 50%;
	right: 36px;
	margin-top: -4px;
	transform: rotate(45deg);
	transition: border-color .4s;
}
.c-button:hover {
	background-color: var(--base-color);
	color: var(--color-white);
}
.c-button:hover::after {
	border-color: var(--color-white);
}
.p-textImgBox {
	margin-top: 60px;
	counter-increment: number 1;
}
@media screen and (min-width: 760px) {
	.p-textImgBox {
		margin-top: 62px;
	}
}
.p-textImgBox_mt {
	margin-top: 0;
}
.p-textImgBox__inner {
	display: block;
}
@media screen and (min-width: 760px) {
	.p-textImgBox__inner {
		display: flex;
	}
}
.p-textImgBox__textBox {
	position: relative;
	background-color: #f3f0ea;
	padding: 60px 88px 42px;
	width: 100%;
	z-index: 1;
}
@media screen and (min-width: 760px) {
	.p-textImgBox__textBox {
		margin-top: 50px;
		padding: 60px 72px 48px;
	}
}
.p-textImgBox__textBox::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 53px;
	background-color: var(--color-white);
	top: -53px;
	left: 0;
	z-index: -1;
}
@media screen and (min-width: 760px) {
	.p-textImgBox__textBox::before {
		width: 150px;
		height: 100%;
		top: 0;
		left: -150px;
	}
}
.p-textImgBox__title {
	font-size: 130%;
	line-height: calc(26.4/22);
	font-weight: 600;
	color: var(--color-black);
	text-align: center;
}
@media screen and (min-width: 760px) {
	.p-textImgBox__title {
		text-align: left;
	}
}
.p-textImgBox__text {
	line-height: calc(27.2/16);
	text-align: left;
	margin-top: 39px;
}
.p-textImgBox__img {
	width: 100%;
	max-width: 500px;
	display: block;
	position: relative;
	z-index: 5;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 760px) {
	.p-textImgBox__img {
		max-width: 600px;
	}
}
.p-textImgBox__img img {
	height: auto;
	aspect-ratio: 600 / 400;
	object-fit: cover;
}
.p-textImgBox__button {
	margin-top: 40px;
}
.p-textImgBox__number::before {
	position: absolute;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	line-height: calc(84/70);
	color: var(--base-color);
	right: 25px;
	font-weight: 100;
	top: 0;
}
.dance_course_title::before {
	content: "ダンスクラス";
}
.music_course_title::before {
	content: "音楽クラス";
}
.school_course_title::before {
	content: "学童あとりえ";
}
@media screen and (min-width: 760px) {
	.p-textImgBox__number::before {
		right: 50px;
		top: -50px;
	}
	.p-textImgBox:nth-child(even) .p-textImgBox__inner {
		flex-direction: row-reverse;
	}
	.p-textImgBox:nth-child(even) .p-textImgBox__textBox::before {
		left: initial;
		right: -150px;
	}
	.p-textImgBox:nth-child(even) .p-textImgBox__number::before {
		right: initial;
		left: 50px;
	}
}


/*course_det.php*/
.class_nav{
	display: flex;
	flex-wrap: wrap;
}
.class_nav a{
	width: calc(100% / 3 - 20px);
	box-sizing: border-box;
    font-size: 140%;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
    border-bottom: 2px solid #333;
	position: relative; /* position: relative;で矢印の位置を基点とさせます */
    padding-bottom: 10px;
	margin: 30px 10px 100px 10px;
}
.class_nav a::after{
	/* 擬似要素で矢印アイコンをつくる */
	content: '';
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	display: inline-block;
	width: 10px;
	height: 10px;
	/* 矢印アイコンの位置を設定 */
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(135deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.arrow-button:active{
	/* ボタンをクリックしたときに沈むように見える動き */
	box-shadow: 0 0 0 #C62828;
}
.course_box{
	width: 90%;
	margin: 0 auto;
}
.course_class_title{
    font-size: 180%;
	line-height: 170%;
    margin-bottom: 50px;
}
.course_class_title span{
	background: linear-gradient(transparent 70%, #e2d78a 70%);
}
.course_class_date{
	color: #8c8a87;
	font-size: 90%;
	text-align: left;
    margin-bottom: 10px;
}
.course_class_date span{
	margin-right: 5px;
}
.course_class_img img{
	width: 100%;
	margin: 0 auto;
}
.course_ht {
	position: relative;
	font-size: 150%;
	text-align: center;
	border-bottom: 5px solid #dddddd;
	margin: 100px 0 30px 0;
}
.course_ht::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #e2d78a;
}
.concept_item_list{
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
}
.concept_item_list li {
	font-size: 1.3em;
	line-height: 1.5;
	text-align: left;
	list-style-type: none!important;/*ポチ消す*/
	padding: 0.5em 1.3em;
}
.concept_item_list li:before {
	color: #769c8b; /*アイコン色*/
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	position: absolute;
	left : 1.3em; /*左端からのアイコンまで*/
}
.concept_item_list li p{
	color: #808080;
	font-size: 0.8em;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.course_table{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 auto;
}
.course_table th, .course_table td {
	border: 2px solid #d2e8f1;
	padding: 1em;
}
.course_table thead th {
	background-color: #88b5d7;
	color: #fff;
	border: 2px solid #88b5d7;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.course_table thead th:last-of-type {
	border-right: 2px solid #4d9bc1;
}
.course_table tbody th {
	color: #4d9bc1;
	font-weight: bold;
	text-align: center;
}
.line_qr{
	margin-top: 10px;
}
.line_qr img{
	width: 15%;
}
.course_left{
	text-align: left;
}
.course_center{
	text-align: center;
}
.course_center_left{
	text-align: center;
	margin-top: 10px;
}
.course_center_left ul{
	display: inline-block;
	text-align: left;
}
.course_center_left p{
	text-align: left;
}
.course_center_left a{
	text-decoration: underline;
}
.course_center_left .txt1_in{
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.datetime_s{
	color: #808080;
	font-size: 0.8rem;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}
.datetime_s p{
	display: inline-block;
	text-align: right;
}
.g-calendar{
	text-align: center;
}
.g-calendar iframe{
	width: 100%;
	height: 500px;
	margin: 0 auto;
}
.ggmap {
	width: 100%;
	height: 0;
	overflow: hidden;
	position: relative;
	margin: 20px auto 80px auto;
	padding-bottom: 56.25%;
	padding-top: 30px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/*instructor.php*/
.modal-content {
	width: 50%;
	height: 80vh;
	overflow-y: scroll;
	text-align: left;
    border: 3px dashed #e2d78a;
	border-radius: 10px;
    background: #fafafa;
	box-sizing: border-box;
	display: none;
	position: fixed;
	z-index: 11;
	margin: 0;
	padding: 25px 20px;
}
.modal-content::-webkit-scrollbar{
	width: 10px;
}
.modal-content::-webkit-scrollbar-track{
	background-color: #ccc;
}
.modal-content::-webkit-scrollbar-thumb{
	background-color: #769c8b;
}
#modal-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.75);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.mw_pro{
	display: flex;
}
.mw_pro .mw_name{
	width: 60%;
}
.mw_pro .mw_img{
	width: 40%;
}
.mw_pro .mw_img img{
	width: 100%;
}
.mw_name{
	color: #808080;
	margin-top: 30px;
}
.mw_name span{
	color: #333;
	font-size: 160%;
	display: block;
	margin-bottom: 14px;
}
.mw_txt{
	margin: 15px 0;
}
.in1{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 3px;
}
.mw_link a{
	text-decoration: underline;
}
.mw_close{
	height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.mw_button-link{
	width: 33px;
	height: 33px;
	color: #fff;
	font-size: 130%;
	line-height: 33px;
	display: block;
	background-color: #56534f;
	padding: 0;
}
.mw_button-link:hover{
	color: #e1d580;
	cursor: pointer;
}
.button-link:hover{
	color: #e1d580;
	cursor: pointer;
}
.time_wrapper{
	width: 100%;
	margin: auto;
	box-sizing: border-box;
}
.time_schedule{
	position: relative;
}
.time_line {
	width: 4px;
	height: 95%;
	position: absolute;
	top: 0;
	left: 25%;
	z-index: 999;
	transform: translateX(-50%);
	padding-top: 15px;
}
.time_line span {
	display: block;
	width: 100%;
	height: 100%;
	background: #333333;
}
.time_ball{
	position: absolute;
	background: #333333;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 25%;
	z-index: 999;
}
.time_schedule dl{
	padding: 10px 0;
}
.time_schedule dt{
	width: 100%;
	color: #808080;
	position: absolute;
}
.time_schedule dd{
	width: 60%;
	margin-left: 40%;
}


/*event.php*/


/*faq.php*/
.faq_title{
	font-size: 180%;
	margin: 20px 0 40px 0;
}
.faq_title span{
	background: linear-gradient(transparent 70%, #e2d78a 70%);
}
.mtp{
	margin-top: 70px;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    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::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
	font-size: 120%;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0 0 0 50px;
}
.qa-list dl dt::before {
    color: #bcc790;
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
}
.qa-list dl dd::before {
    color: #88b5d7;
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
	text-align: left;
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}


/*news.php*/
.selectbox-news_box{
	text-align: right;
}
.selectbox-news {
	display: inline-flex;
	align-items: center;
	position: relative;
	margin-bottom: 50px;
}
.selectbox-news::after {
	position: absolute;
	right: 15px;
	width: 10px;
	height: 7px;
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}
.selectbox-news select {
	appearance: none;
	height: 2.8em;
	font-size: inherit;
	font-family: inherit;
	border: none;
	border-bottom: 2px solid #769c8b;
	background-color: #fff;
	cursor: pointer;
	padding: .4em calc(.8em + 50px) .4em .8em;
}
.selectbox-news select:focus {
	outline: none;
}
.news_list{
	font-size: 0;
	letter-spacing: -4em;
	padding-left: 0;
}
.news_list li:first-child{
	border-top: 1px solid #ddd;
}
.news_list li{
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.news_list .news_thumbnail{
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.news_list .news_thumbnail img{
	width: 100%;
	border-radius: 10px
}
.news_list .news_contentbox{
	width: 80%;
	text-align: left;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 20px;
}
.news_list .news_contentbox .news_date{
	color: #8c8a87;
	font-size: 0.8rem;
	margin-bottom: 20px;
}
.news_list .news_contentbox .news_date span{
	color: #fff;
	border-radius: 10px;
	background: #e2d78a;
	margin-right: 10px;
	padding: 5px;
}
.news_list .news_contentbox .news_infoabs{
	font-size: 0.9rem;
	margin: 5px 0 0 0;
}
.news_list .news_contentbox .news_title{
	font-size: 1.1rem;
	border-bottom: 1px dashed #333;
	padding-bottom: 5px;
}


/*news_det.php*/
.centerImg {
	font-size: 0;
	text-align: center;
	letter-spacing: -4em;
	margin-top: 50px;
}
.centerImg > * {
	width: 49%;
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 2%;
}
.centerImg > *:nth-child(2n + 1) {
	margin-left: 0;
}
.centerImg img {
	max-width: 100%;
	vertical-align: top;
}


/*event_det.php*/
#container{
	display: flex;
	flex-wrap: wrap;
}
#container img {
	flex-grow: 1;
	object-fit: cover;
	height: 500px;
	margin: 0.2rem;
	border-radius: 4px;
}


/*voice.php*/
.graduate_title {
	width: 50%;
	position: relative;
	text-align: center;
	border: 2px solid #000;
	background: #fff;
	margin: 100px auto 5px auto;
}
.graduate_title:before,
.graduate_title:after {
	position: absolute;
	content: '';
}
.graduate_title:before {
	top: -40px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border: 2px solid #000;
	border-radius: 50%;
	background: #fff;
}
.graduate_title:after {
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 2px dashed #000;
	background: #fff;
}
.graduate_title i {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 60px;
	position: absolute;
	z-index: 2;
	top: -40px;
	left: calc(50% - 40px);
	width: 80px;
	height: 60px;
	text-align: center;
}
.graduate_title span {
	font-size: 150%;
	position: relative;
	z-index: 1;
	display: block;
	padding: 1.5rem;
}
.graduate_title span:before,
.graduate_title span:after {
	position: absolute;
	content: '';
}
.graduate_title span:before {
	top: -34px;
	left: calc(50% - 34px);
	width: 68px;
	height: 40px;
	border: 2px dashed #000;
	border-radius: 50vw 50vw 0 0;
}
.graduate_title span:after {
	position: absolute;
	top: 4px;
	left: calc(50% - 32px);
	width: 64px;
	height: 10px;
	background: #fff;
}
.summary_voice {
    color: #769c8b;
    font-size: 115%;
    font-weight: 800;
    margin: 10px 0;
}
.voice_ask_title{
	color: #808080;
	line-height: 2;
	background-size: 8px 100%, 100% 2em;
	padding: 5px 10px;
}
.voice_ask_txt{
	width: 90%;
	text-align: left;
	margin: 0 auto 40px auto;
}


/*inquiry.php*/
.Form {
	width: 100%;
}
.Form-Item {
	width: 100%;
	display: flex;
	align-items: center;
	border-top: 1px solid #ddd;
	padding-top: 24px;
	padding-bottom: 24px;
}
.Form-Item:nth-child(5) {
	border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
	width: 20%;
	font-size: 110%;
	letter-spacing: 0.05em;
	text-align: left;
}
.Form-Item-Label.isMsg {
	margin-top: 8px;
	margin-bottom: auto;
}
.Form-Item-Label-Required {
	width: 48px;
	color: #fff;
	font-size: 80%;
	text-align: center;
	display: inline-block;
	background: #ce8d8c;
	border-radius: 6px;
	margin-right: 8px;
	padding: 8px 0;
}
.Form-Item-Input {
	width: 100%;
	font-size: inherit;
	font-family: inherit;
	font-weight: 800;
	border: 1px solid #ddd;
	border-radius: 6px;
	flex: 1;
	margin-left: 40px;
	padding: 0.5em;
}
.Form-Item-Textarea {
	width: 100%;
	height: 216px;
	font-size: inherit;
	font-family : inherit;
	font-weight: 800;
	line-height: 1.3em;
	border-radius: 6px;
	flex: 1;
	margin-left: 40px;
	padding: 1em;
}
.Form-Btn {
	width: 280px;
	color: #fff;
	border-radius: 6px;
	display: block;
	letter-spacing: 0.05em;
	background: #5bc8ac;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.agree_chk{
	width: 90%;
	font-weight: 800;
	text-align: left;
	line-height: 170%;
	margin-top: 15px;
}
.agree{
	font-weight: 800;
	text-align: center;
	margin: 10px 0;
}
.agree_sp{
	font-size: 110%;
	font-weight: 500;
	margin: 15px 0 40px 0;
}
.chk{
	width: 18px;
	height: 18px;
}
.submit_mtop{
	width: 250px;
	color: #b4b4b4;
	font-size: 1em;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: box-shadow .3s;
	border: 2px dotted #8a8a8a;
	border-radius: 5px;
	margin: 0 auto;
	padding: .9em 2em;
}
input[type="text"],textarea{
	border: 1px #040000 solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	*border: 1px #ccc solid;
	_border: 1px #ccc solid;
}
input[type="text"][disabled]{
	cursor: auto;
}
input[type="text"][disabled]:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
input[type="submit"]:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
input::placeholder {
	font-weight: 100;
	opacity: 0.5;
}
.submit_sp_ask{
	width: 100%;
}
.submit_sp_ask li{
	width: 35%;
	display: inline-block;
	margin: 5%;
}
.s_size{
	width: 100%;
}
.bodt{
	border: 2px dotted #8a8a8a;
}
.back_sp{
	width: 100%;
	margin-top: 30px;
}
.back_sp :hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.cont_mess{
	width: 100%;
	text-align: left;
	margin: 0 auto 40px auto;
}
.send_mess{
	text-align: center;
}
.send_mess p{
	text-align: left;
	display: inline-block;
}


/*conf.php*/
.right_sp{
	color: #585858;
}
.Form-Item-txt{
	width: 80%;
	text-align: left;
	word-break: break-all;
}


/*specified_commercial_transactions.php*/
.sct_table{
	border: 1px dashed #687370;
	border-collapse: separate;/*collapseから変更*/
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
}
.sct_table th{
	width: 28%;
    border: 1px dashed #687370;
	background: #dfbb8d;
	padding: 1%;
}
.sct_table td{
	width: 68%;
	text-align: left;
    border: 1px dashed #687370;
	padding: 1%;
}


/*err*/
.att_text a{
	text-decoration: underline;
}

/**********スマホ**********/
@media screen and (max-width: 959px) {
	/*ページ大枠*/
	body{
		font-size: 13px;
		min-width: initial;
		min-width: auto;
	}
	.c-header__list-link {
		font-size: 120%;
	}
	.inclor a {
		color: #fff;
	}
	.only_sp{
		display: block;
	}
	.only_sp_inline{
		display: inline;
	}
	.br-sp{
		display: block;
	}
	.pan {
		margin-top: 20px;
	}
	.more_sp{
		margin: 50px 0 30px 0;
	}
	.mgt_30{
		margin: 0 0 50px 0;
	}
	.lower{
		height: 30vh;
	}
	.lower img{
		height: 45vh;
	}
	.lower p{
		font-size: 5.5vw;
		letter-spacing: 0.8vw;
	}
	.lower .lower_wrap_p {
		font-size: 5vw;
	}
	.lower_back_white{
		width: 90%;
		padding: 20px 5%;
	}
	.container_sp{
		margin: 10px auto;
	}
	
	
	/*index.php*/
	#head_img{
		width: auto;
		height: min(500vw / 12, 500px);
		position: relative;
		min-height: 400px;
		background: url(./img/main_img.png) no-repeat;
		background-size: cover;
		margin-left: 0;
		margin-top: 5vh;
	}
	#head_img p{
		display: none;
	}
	.ttl {
		width: 80%;
		font-size: 110%;
		padding: 0.7rem 0;
	}
	.head_bt{
		color: #505050;
		font-size: 1.1rem;
		margin-top: 12vh;
	}
	.big_catch{
		background: linear-gradient(transparent 70%, #e2d78a 70%);
	}
	.small_catch{
		font-size: 80%;
		display: block;
		margin-top: 10px;
	}
	.catch p{
		text-align: left;
	}
	#catch_box{
		padding-top: calc(((375 / 375) * 23%));
	}
	.catch_img li{
		width: 30%;
	}
	#news{
		margin: 100px auto;	
	}
	#about{
		margin: 100px auto;
	}
	#service{
		margin: 100px auto;
	}
	#teacher{
		margin: 100px auto;
	}
	#voice{
		margin: 100px auto;
	}
	.blogList {
		gap: 50px 5%;
	}
	.blogList li {
		width: 45%;
		flex-grow: 1;
	}
	.blogList::after{
		width: 45%;
	}
	.blogList li .title .chara_title{
		height: 2rem;
		margin: 20px 0 15px 0;
	}
	.feature_mess {
		text-align: left;
	}
	.item_box{
		flex-direction: column;
		margin-left: 0;
	}
	.item{
		width: 100%;
		box-sizing: border-box;
		margin-left: 0;
		margin-bottom: 3em;
	}
	.sc_bar{
		margin-bottom: 0em;
	}
	.flex_voice {
		flex-direction: column;
	}
	.flex_voice > .boxmi14 {
		width: 100%;
		margin-right: 0;
		box-sizing: border-box;
	}
	.boxmi14 {
		margin: 0 0 5em 0;
	}
	.flex_voice > .boxmi14:nth-child(3n) {
		margin-right: 0;
	}
	
	
	/*about.php*/
	.lower_title{
		margin: 90px 0 60px 0;
	}
	#lower_about {
		margin: 30px 2%;
	}
	
	
	/*course.php*/
	.class_nav{
		flex-flow: column;
		margin-bottom: 50px;
	}
	.class_nav a {
		width: 100%;
		font-size: 120%;
		margin: 10px 0;
	}
	.p-textImgBox_mt {
		margin-top: 50px;
	}
	.p-textImgBox__img {
		line-height: 0;
	}
	.p-textImgBox__img img {
		width: 100%;
	}
	.p-textImgBox__textBox {
		box-sizing: border-box;
		padding: 20px;
	}
	.p-textImgBox__number::before {
		font-size: 2rem;
		position: static;
		background: linear-gradient(transparent 70%, #e2d78a 70%);
	}
	.p-textImgBox__title {
		margin-top: 20px;
	}
	.c-button {
		box-sizing: border-box;
	}
	
	
	/*course_det.php*/
	.class_nav a::after {
		top: 35%;
	}
	.course_class_title{
		font-size: 5vw;
		margin-bottom: 30px;
	}
	.course_table {
		text-align: left;
	}
	.course_table thead {
		display:none;
	}
	.course_table th, .course_table td {
		display: block;
		border: 0;
		border-bottom: 2px solid #e6f1f6;
	}
	.course_table tbody th{
		color:#fff;
		background: #4d9bc1;
	}
	.course_table td::before{
		width: 5rem;
		color: #4d9bc1;
		display: inline-block;
		vertical-align: middle;
		content: attr(data-label);
	}
	.course_table td .cot{
		margin-left: 5.2rem;
	}
	.course_ht {
		margin: 80px 0 10px 0;
	}
	.line_qr img{
		width: 50%;
	}
	.course_center{
		text-align: center;
	}
	.concept_item_list {
		padding: 0.5em 1em 0.5em 1em;
	}
	.concept_item_list li {
		font-size: 1.2em;
		padding: 0.5em 0 0.5em 1.3em;
	}
	.concept_item_list li:before {
		left: 0.5em;
	}
	.concept_item_list li p {
		margin-top: 5px;
	}
	
	
	/*instructor.php*/
	.modal-content {
		width: 80%;
	}
	.mw_pro {
		flex-direction: column;
	}
	.mw_pro .mw_name {
		width: 100%;
	}
	.mw_name span {
		margin-bottom: 8px;
	}
	.mw_pro .mw_img {
		width: 100%;
		margin-top: 10px;
	}
	.blogList li .title {
		font-size: 100%;
	}
	
	
	/*faq.php*/
	.faq_title{
		font-size: 150%;
		margin: 20px 0;
	}
	.mtp {
		margin-top: 50px;
	}
	.qa-list dl {
		position: relative;
		padding: 15px 40px 15px 10px;
	}
	.qa-list dl::before {
		width: 7px;
		height: 7px;
		top: 20px;
		right: 20px;
	}
	.qa-list dl dt {
		font-size: 14px;
		text-align: left;
		padding: 0 0 0 30px;
	}
	.qa-list dl dt::before {
		font-size: 14px;
		top: 3px;
		left: 5px;
		content: 'Q.';
	}
	.qa-list dl dd::before {
		font-size: 14px;
		top: 5px;
		left: 5px;
		content: 'A.';
	}
	.qa-list dl dd {
		margin: 10px 0 0;
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.qa-list dl dd p {
		margin: 30px 0 0;
	}
	.qa-list dl dd p:first-child{
		margin-top: 0;
	}
	
	
	/*news.php*/
	.news_list .news_thumbnail{
		width: 100%;
	}
	.news_list .news_contentbox{
		width: 100%;
		padding-left: 0;
	}
	.news_list .news_contentbox .news_date {
		margin: 5px 0 15px 0;
	}
	.news_list .news_contentbox .news_title {
		font-size: 1rem;
		margin-bottom: 5px;
	}
	
	
	/*news_det.php*/
	.centerImg > * {
		width: 100%;
		margin-left: 0;
	}
	
	
	/*event_det.php*/
	#container img {
		width: 100%;
		object-fit: scale-down;
		height: auto;
	}
	
	
	/*voice.php*/
	.graduate_title {
		width: 100%;
		margin: 100px auto 40px auto;
	}
	
	
	/*inquiry.php*/
	.Form {
		margin-top: 40px;
	}
	.Form-Item {
		flex-wrap: wrap;
		padding: 16px 0;
	}
	.Form-Item-Label {
		width: 100%;
		max-width: inherit;
		display: flex;
		align-items: center;
	}
	.Form-Item-Label.isMsg {
		margin-top: 0;
	}
	.Form-Item-Label-Required {
		width: 46px;
		font-size: 12px;
		border-radius: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.Form-Item-Input {
		margin-left: 0;
		margin-top: 18px;
		flex: inherit;
	}
	.Form-Item-Textarea {
		height: 200px;
		font-size: 15px;
		flex: inherit;
		margin-top: 18px;
		margin-left: 0;
	}
	.Form-Btn {
		width: 160px;
		font-size: 16px;
		margin-top: 24px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.chk{
		width: 18px;
		height: 18px;
	}
	.cont_mess{
		margin: 0 auto 10px auto;
	}
	
	
	/*conf.php*/
	.Form-Item-txt{
		width: 100%;
		padding: 10px 0 0 1em;
	}
	.back_sp .button-44{
		width: auto;
	}
	
	
	/*specified_commercial_transactions.php*/
	.sct_table th{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.sct_table td{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	
	
	/*err*/
	.att_text{
		width: 80%;
		margin: 0 auto;
	}
}