/*------------------------------------------------------------------------------------

	ヘッダー

------------------------------------------------------------------------------------*/
.container-header {
	max-width: 1100px!important;
	flex-wrap: wrap;
}

.siteTitle {
	width: 100%;
	max-width: 500px!important;
}
.siteTitle__logo {
	height: auto!important;
}

.container-header h1 {
	width: 100%;
	font-size: 1.2rem;
	font-weight: normal;
	color: #444444;
	margin-top: 5px;
}

/*PC*/
@media screen and (min-width: 768px) {
	header.l-header {
		padding: 0!important;
	}
	.container-header {
		max-height: 79px!important;
		min-height: auto!important;
		display: flex;
	}

	.siteTitle {
		width: 55%;
		margin: 0 20px 15px 0!important;
	}
	
	.head-contact {
		width: 35%;
		margin-left: auto;
		transform: translateY(-35%);
	}
}

/*PC*/
@media screen and (max-width: 769px) {
	.l-header {
		border-bottom: #17204c 3px solid;
		padding: 0 0 4px!important;
	}

	.menu-btn {
		width: 50px;
		background-color: #17204c;
		color: #b28f47;
		font-size: 1.0rem;
		text-align: center;
		font-weight: bold;
		display: block;
		padding: 28px 0 5px;
		position: absolute;
		top: 0;
		right: 5px;
		z-index: 9999;
	}
	span.line {
		width: 35px;
		height: 3px;
		background-color: #b28f47;
		position: absolute;
		top: 15px;
	}
	span.line::before,
	span.line::after {
		content: "";
		width: 35px;
		height: 3px;
		background-color: #b28f47;
		position: absolute;
		left: 0;
	}
	span.line::before {
		top: -7px;
	}
	span.line::after {
		top: 7px;
	}

	.container-header h1 {
		width: calc(100% - 45px);
		font-size: 0.8rem;
		margin-bottom: 0!important;
	}
	.siteTitle {
		width: 80%;
		margin-bottom: 0!important;
		transform: translateY(15%)!important;
	}
}

/*------------------------------------------------------------------------------------

Gナビ

------------------------------------------------------------------------------------*/
.globalNavi {
	width: 100%!important;
	background-color: #b28f47;
	position: relative;
}
nav.globalNavi:before {
	content: "";
	width: 100%;
	height: 7px;
	background: none;
	background-color: #17204c;
	position: absolute;
	top: -8px;
	left: 0;
}

.globalNavi__inner {
	max-width: 1100px!important;
	margin-right: auto;
	margin-left: auto;
}
.globalNavi__list {
	height: auto;
}
.globalNavi__list li {
	height: 100%!important;
	text-align: center;
	padding: 15px 0;
}
.globalNavi__list li a {
	color: #fff!important;
	font-size: 1.8rem;
	font-weight: normal!important;
	border-bottom: 0!important;
	padding: 0!important;
	margin: 0!important;
	float: none!important;
}

.globalNavi__list>li.menu-item-has-children > a::before, .globalNavi__list>li.page_item_has_children > a::before {
    display: none!important;
}
/*PC*/
@media screen and (min-width: 768px) {
	.globalNavi__list li  .sub-menu {
		opacity: 0!important;
		z-index: -99!important;
		display: none;
	}
	.globalNavi__list li:hover  .sub-menu {
		opacity: 1!important;
		z-index: 999!important;
		display: block;
	}

	.globalNavi__list li  .sub-menu li {
		text-align: center!important;
		line-height: 2rem!important;
		border: none!important;
	}
	.globalNavi__list li {
		border-left: #fff 1px solid;
	}
	.globalNavi__list li:last-child {
		border-right: #fff 1px solid;
	}
	
	.globalNavi__list li:nth-child(1) {
		width: 15.182999%;
	}
	.globalNavi__list li:nth-child(2) {
		width: 12.4545454545%;
	}
	.globalNavi__list li:nth-child(3) {
		width: 14.2727272727%;
	}
	.globalNavi__list li:nth-child(4) {
		width: 17.9090909091%;
	}
	.globalNavi__list li:nth-child(5) {
		width: 17.9090909091%;
	}
	.globalNavi__list li:nth-child(6) {
		width: 22.1727272727%;
	}
}
/*Smartphone*/
@media screen and (max-width: 767px) {
	.globalNavi__inner {
		margin-top: 60px;
	}
	.globalNavi {
		width: 100%!important;
		height: 100%!important;
		background: #17204c!important;
		position: fixed!important;
		top: 0!important;
		left: 100%!important;
		transition: .3s;
	}
	.open {
		position: fixed;
	}
	.open .globalNavi {
		left: 0!important;
	}
	.globalNavi__list {
		border-top: #fff 1px solid!important;
	}
	.globalNavi__list:last-child {
		border-top: 0!important;
	}
	.globalNavi__list li {
		width: 100%!important;
		border-bottom: #fff 1px solid!important;
	}
	.globalNavi__list li a {
		width: 100%!important;
		height: 100%!important;
	}

	.globalNavi::after {
		display: none;
	}
	.globalNavi a {
		font-size: 1.6rem;
	}
}

/*------------------------------------------------------------------------------------

	トップページ

------------------------------------------------------------------------------------*/
/******** MV ********/
.l-headerBottom .wider {
	overflow: hidden!important;
}

.mv-box {
	width: 100%;
	overflow-x: hidden;
}

.metaslider {
	margin: 0 auto!important;
}
.metaslider .flex-viewport {
	overflow: visible!important;
}

.metaslider.ms-theme-jenga .slide-control {
	width: 100%!important;
	height: 60px!important;
	padding: 0 !important;
	top: auto!important;
	bottom: 0;
	right: 0!important;
}
.metaslider .flex-control-nav {
	display: flex!important;
	flex-wrap: wrap!important;
	justify-content: center!important;
	flex-direction: initial!important;
}

.flex-direction-nav {
	width: 100%!important;
	height: 0!important;
	position: absolute!important;
	top: -390%!important;
	transform: translateY(-50%)!important;
	z-index: 9995;
}
.flex-direction-nav .flex-nav-prev,
.flex-direction-nav .flex-nav-next {
	width: 40px;
	height: 60px;
	position: absolute!important;
}
.flex-direction-nav .flex-nav-prev a,
.flex-direction-nav .flex-nav-next a {
	width: 40px!important;
	height: 60px!important;
	top: 0!important;
	background-color: #b28f47!important;
}
.flex-direction-nav .flex-nav-prev a::before,
.flex-direction-nav .flex-nav-next a::before {
	height: 20px!important;
	max-height: 15px!important;
	max-width: 20px!important;
	position: absolute!important;
	width: 100%!important;
	top: 50%!important;
	transform: translate(-50%,-50%)!important;
}

.flex-direction-nav .flex-nav-prev {
	left: 0!important;
}
.flex-direction-nav .flex-nav-next {
	right: 0!important;
}

.flex-direction-nav .flex-nav-prev a::before {
	left: 50%!important;
}
.flex-direction-nav .flex-nav-next a::before {
	right: 0%!important;
	transform: translate(-50%,-50%) rotate(180deg)!important;
}

.flex-control-nav {
	height: 17px!important;
	margin-top: auto!important;
	margin-bottom: 20px!important;
}
.flex-control-nav a {
	border: 0!important;
	background-color: #171F4D!important;
}
.flex-control-nav a.flex-active {
	background-color: #B28F47!important;
}
/*PC*/
@media screen and (min-width: 768px) {
	.flex-direction-nav .flex-nav-prev {
		left: -40px!important;
	}
	.flex-direction-nav .flex-nav-next {
		right: -40px!important;
	}
}
/*Smartphone*/
@media screen and (max-width: 767px) {
	.flex-direction-nav {
			top: -150%!important;
	}
}

/******** 共通部分 ********/
.midashi01 {
	color: #b28f47;
	font-size: 3.8rem;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	position: relative;
}
.midashi01.blue {
	color: #17204c;
}
.midashi01 .hr {
	width: 137%;
	height: 1px;
	background-color: #b28f47;
	display: block;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.midashi01.blue .hr {
	background-color: #17204c;
}
.midashi01 .hr::before,
.midashi01 .hr::after{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #b28f47;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.midashi01.blue .hr::before,
.midashi01.blue .hr::after{
	background-color: #17204c;
}
.midashi01 .hr::before{
	left: 0;
}
.midashi01 .hr::after{
	right: 0;
}
.midashi01 .sub {
	font-size: .5em;
	display: block;
	margin-top: 40px;
}

.midashi02 {
	color: #17204c;
	font-size: 3.2rem;
}
.midashi02 .sub {
	font-size: .5em;
	line-height: 3.2rem;
	margin-left: 20px;
}

.midashi03 {
	color: #b28f47!important;
	display: block;
	font-size: 3.6rem!important;
	font-weight: normal!important;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.midashi03  span {
	position: relative;
}
.midashi03 span::before {
	content: "";
	width: 24.2537313433%;
	min-width: 130px;
	height: 7px;
	background-color: #e5e5e5;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.midashi03.gld span::before {
	background-color: #cfb889;
}
	
.btn-gld {
	color: #17204c;
	font-size: 2.0rem;
	background-color: #b28f47;
	display: inline-block;
	padding: 10px 10%;
	position: relative;
}	
.btn-gld::after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 20px;
	top: calc(50% - 2px);
	border-top: #fff solid 3px;
	border-right: #fff solid 3px;
	transform: rotate(45deg) translateY(-50%);
	color: inherit;
}
.btn-more {
	padding-left: 1.5em;
	position: relative;
}
.btn-more::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 1.5px;
	top: calc(50% - 1px);
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	transform: rotate(45deg) translateY(-50%);
	color: inherit;
	z-index: 2;
}
.btn-more::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 100px;
	background-color: #b28f47;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.home section {
	padding: 25px 15px;
	margin-right: auto;
	margin-left: auto;
}
/*PC*/
@media screen and (min-width: 768px) {
	/******* 共通部分 ********/
	.btn-gld {
		min-width: 300px;
	}
}
/*Smartphone*/
@media screen and (max-width: 767px) {
	/******** 共通部分 ********/
	.midashi01 {
		color: #b28f47;
		font-size: 2.8rem;
	}
	.midashi01 .hr::before,
	.midashi01 .hr::after{
		content: "";
		width: 3px;
		height: 3px;
	}
	.midashi01 .sub {
		margin-top: 20px;
	}

	.midashi01 br + .hr {
		top: 75%;
	}

	.midashi02 {
		color: #17204c;
		font-size: 2.2rem;
	}
	.midashi02 .sub {
		margin-left: 10px;
	}

	.midashi03 {
		font-size: 2rem!important;
	}
	.midashi03 span::before {
		min-width: 80px;
		height: 3px;
		bottom: -10px;
	}

	.btn-gld {
		font-size: 1.5rem;
		min-width: 80%;
		padding: 10px 10%;
	}	
	.btn-gld::after {
		width: 4px;
		height: 4px;
		right: 10px;
		border-top: #fff solid 1px;
		border-right: #fff solid 1px;
	}
}


/******** トップバナー ********/
.home .bnr-box .bnr-list {
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
.home .bnr-box .bnr-list li {
	width: 48.5714285714%;
	max-width: 510px;
}
.home .bnr-box .bnr-list li:first-child {
	width: 87.962962963%;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}
/*Smartphone*/
@media screen and (max-width: 767px) {
	/******** トップバナー ********/
	.home .bnr-box .bnr-list {
		max-width: 1080px;
		margin-right: auto;
		margin-left: auto;
	}
	.home .bnr-box .bnr-list li,
	.home .bnr-box .bnr-list li:first-child {
		width: 96%;
		max-width: none;
		margin-right: auto;
		margin-left: auto;
	}
}


/******** 理念・趣旨 ********/
.home .philosophy-box {
	background-image: url(https://zaitakujyuku.jp/wp-content/uploads/2019/05/top-rinen-bg.gif);
	background-repeat: repeat;
}
.home .philosophy-box .txt {
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.4;
}
/*Smartphone*/
@media screen and (max-width: 767px) {
	/******** 理念・趣旨 ********/
	.home .philosophy-box {
		background-size: 25%;
	}
	.home .philosophy-box .txt {
		font-size: 1.4rem;
	}
	.home .philosophy-box .img {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}
}


/******** こんな方にオススメ ********/
.home .target-box {
	background-color: #eee;
	box-shadow:0px 0px 7px 0px rgba(0,0,0,.3) inset;
}
/*Smartphone*/
@media screen and (max-width: 767px) {
	/******** こんな方にオススメ ********/
	.home .target-box .img {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}


/******** 講師紹介 ********/
.home .koushi-box {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
	position: relative;
}
.home .koushi-box h2 {
	transform: translateX(7%);
}
.home .koushi-inr {
	width: 380px;
	height: fit-content;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) skew(-10deg,0);
	box-shadow: 5px 0px 7px -7px rgba(0,0,0,.3), -5px 0px 7px -7px rgba(0,0,0,.3);
	z-index: 10;
}
.home .koushi-trans {
	transform: skew(10deg,0);
}
.home .koushi-box .txt {
	color: #17204c;
	font-size: 3.2rem;
	text-align: center;
}
.home .koushi-box .img {
	width: 100%;
	height: 380px;
	background-image: url(https://zaitakujyuku.jp/wp-content/uploads/2019/05/koushi-img.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
}
.home .koushi-box .img img {
	margin-right: auto;
	margin-left: auto;
}
.home .koushi-box .btn-gld {
	transform: translateX(-11.5%);
}
/*Smartphone*/
@media screen and (max-width: 767px) {
	/******** 講師紹介 ********/
	.home .koushi-box {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.home .koushi-inr {
		width: 180px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.home .koushi-trans {
		transform: skew(10deg,0);
	}
	.home .koushi-box .txt {
		font-size: 1.4rem;
	}

	.home .koushi-box .img {
		width: 100%;
		height: 240px;
		background-image: url(https://zaitakujyuku.jp/wp-content/uploads/2019/05/koushi-img.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 50%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}


/**** 参加塾生の声 ****/
.home .voice-box {
	background-color: #17204c;
}
.home .voice-box .voice-inr {
	width: 100%;
	max-width: 1130px;
	margin-right: auto;
	margin-left: auto;
}
.home .voice-box .voice-list {
}
.home .voice-box .voice-box {
	width: 30.9090909091%;
	max-width: 340px;
}
.home .voice-box .voice-box dt {
	font-size: 2.4rem;
	line-height: 2.5;
	position: relative;
}
.home .voice-box .voice-box dt::after {
	content: "";
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}
.home .voice-box .voice-box:first-child dt::after {
	background-image: url(https://zaitakujyuku.jp/wp-content/uploads/2019/05/top-voice-ico01.png);
}
.home .voice-box .voice-box:nth-child(2) dt::after {
	background-image: url(https://zaitakujyuku.jp/wp-content/uploads/2019/05/top-voice-ico02.png);
}
.home .voice-box .voice-box:nth-child(3) dt::after {
	background-image: url(https://zaitakujyuku.jp/wp-content/uploads/2019/05/top-voice-ico03.png);
}
.home .voice-box .voice-box dt .sub {
	font-size: .8em;
	line-height: 1.1;
	display: block;
}
.home .voice-box .voice-box dd {
	font-size: 1.6rem;
	background-color: #fff;
	border-radius: 15px;
	padding: 30px;
	margin: 0;
	position: relative;
}
.home .voice-box .voice-box dd::before {
	content: "";
	width: 64px;
	height: 31px;
	background-image: url(https://zaitakujyuku.jp/wp-content/uploads/2019/05/voice-fuki.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: -31px;
	left: 50%;
	transform: translateX(-50%);
}
/*Smartphone*/
@media screen and (max-width: 767px) {
	/******** 参加塾生の声 ********/
	.home .voice-box .voice-box {
		width: 100%;
		max-width: none;
	}
	.home .voice-box .voice-box dt {
		font-size: 1.6rem;
	}
	.home .voice-box .voice-box dt br {
		display: none;
	}
	.home .voice-box .voice-box dt .sub {
		display: inline-block;
		margin-left: 10px;
	}
	.home .voice-box .voice-box dt .sm-space {
		margin-left: 10px;
	}
	.home .voice-box .voice-box dt::after {
		width: 70px;
		height: 70px;
		background-size: cover;
	}
	.home .voice-box .voice-box dd {
		font-size: 1.4rem;
		padding: 15px;
	}
	.home .voice-box .voice-box dd::before {
		width: 32px;
		height: 15px;
		top: -15px;
	}
}


/******** 新着情報 ********/
.home .info-box {
	width: 69.375%;
	max-width: 1130px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.home .info-box .info {
	width: 47.2727272727%;
	max-width: 520px;
}
.home .post-box time {
	margin-right: 15px;
}
.home .post-box .cat {
	color: #fff;
	font-size: 1.4rem;
	display: inline-block;
	padding: 2px 20px;
}
.home .post-box .cat-info {
	background-color: #b28f47;
}
.home .post-box .cat-media {
	background-color: #17204c;
}
.home .post {
	border-bottom: #c9c9c9 1px solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.home .post a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
}
.home .post a:hover::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	
}
.home .post:first-of-type {
	border-top: #c9c9c9 1px solid;
	padding-top: 30px;
}
.home  .info-box .bnr-list {
	width: 46.3636363636%;
	max-width: 510px;
}
/*PC*/
@media screen and (min-width: 768px) {
	/******** 新着情報 ********/
	.home .info-box .bnr-list {
		margin-top: 55px;
	}
}
/*Smartphone*/
@media screen and (max-width: 767px) {
	/******** 新着情報 ********/
	.home .info-box {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.home .info-box .info {
		width: 100%;
		max-width: none;
	}
	.home .post-box time {
		font-size: 1.0rem;
		margin-right: 10px;
	}
	.home .post-box .cat {
		font-size: 1.2rem;
		padding: 1px 10px;
	}
	.home .post {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.home .post:first-of-type {
		padding-top: 15px;
	}
	.home .post .txt {
		font-size: 1.4rem;
	}
	.home .info-box .bnr-list {
		width: 100%;
		max-width: none;
	}
}


/*------------------------------------------------------------------------------------

	理念・主旨

------------------------------------------------------------------------------------*/
.about .l-wrapper {
	max-width: none!important;
}
.about .column,
.about .width-min {
	max-width: 980px!important;
	margin-right: auto;
	margin-left: auto;
}

.about .about-blue {
	color: #fff;
    background-image: url(https://zaitakujyuku.jp/wp-content/uploads/2019/05/top-rinen-bg.gif);
    background-repeat: repeat;
    padding: 60px 15px;
	margin-top: 0!important;
    margin-right: auto;
    margin-left: auto;
}

.privacy h3,
.voice h4,
.past h4,
.overview h4,
.company h4,
.about h4 {
	color: #17204c!important;
	font-size:2.8rem!important;
	font-weight: normal!important;
	margin-bottom: 2rem!important;
	margin-top: 0.3rem!important;
}

.instructor h4 {
	color: #17204c!important;
	font-size:2.3rem!important;
	font-weight: normal!important;
	margin-bottom: 0.5rem!important;
	margin-top: 0rem!important;
}


.past table h4,
.overview table h4{
	font-size:2rem!important;
	font-weight: bold!important;
}


.about h4 + p {
	font-size: 1.6rem!important;
}
.about .content .hr-solid {
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.content .column-2pc37 .column__item:last-child, .content .column-2pc73 .column__item:first-child {
    margin-left: 40px!important;
}

/*PC*/
@media screen and (min-width: 768px) {
}
/*Smartphone*/
@media screen and (max-width: 769px) {
	.about .l-wrapper {
		max-width: none!important;
		margin: 20px 0;
	}
	.about .about-blue {
		padding: 30px 3%;
	}
	.about h4 {
		font-size: 1.7rem!important;
		margin-bottom: 15px!important;
	}
	.about .t-center {
		text-align: center!important;
	}
	.content .column-2pc37 .column__item:last-child, .content .column-2pc73 .column__item:first-child {
    	margin-left: 15px!important;
		margin-right: 15px!important;
}
	.past table h4,
	.overview table h4{
		font-size:1.8rem!important;
		font-weight: bold!important;
}
	
	
}

/*------------------------------------------------------------------------------------

　プログラム概要・過去の在宅塾

------------------------------------------------------------------------------------*/
.overview .l-wrapper,
.past .l-wrapper{
	max-width : none!important;
}

.overview .width_l,
.overview .column,
.past .width_l,
.past .column {
	max-width: 1140px!important;
	margin-right: auto;
	margin-left: auto;
}

.overview .width-min,
.past .width-min {
	max-width: 980px!important;
	margin-right: auto;
	margin-left: auto;
}

.past dl,
.overview dl{
	overflow: hidden;
	width: 100%;
	border-bottom: 1px #dadada solid;
}
.past dl,
.overview dl {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important;
}

.past dl dt,
.overview dl dt{
	float: left;
	width: 25%;
	max-width: 160px;
	color: #17204c;
	font-size: 1.8rem;
	background-color: rgba(255,255,255,0.00)!important;
    line-height: 1.4;
	font-family: 'Sawarabi Mincho', sans-serif;
    transform: rotate(.03deg);
	margin-top: 0rem!important;
}

.past dl dd,
.overview dl dd{
	float: left;
	width: 75%;
	min-height: 1rem;
	border: none!important;
}
/*Smartphone*/
@media screen and (max-width: 767px) {
	.overview .width-min,
.past .width-min {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.past dl,
.overview dl{
	overflow: hidden;
	width: 100%;
	border-bottom: 1px #dadada solid;
}
.past dl,
.overview dl {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important;
}

.past dl dt,
.overview dl dt{
	float: none;
	width: 100%;
	max-width: 100%;
	color: #17204c;
	font-size: 1.8rem;
	background-color: rgba(255,255,255,0.00)!important;
    line-height: 1.4;
	font-family: 'Sawarabi Mincho', sans-serif;
    transform: rotate(.03deg);
	margin-top: 0rem!important;
	padding: 0px!important;
}

.past dl dd,
.overview dl dd{
	float: none;
	width: 100%;
	min-height: 1rem;
	border: none!important;
	padding: 0px 0px 10px 0px!important;
}
}

/*------------------------------------------------------------------------------------

　会社概要

------------------------------------------------------------------------------------*/
.company .l-wrapper{
	max-width : none!important;
}
.company .width_l,
.company .column {
	max-width: 1140px!important;
	margin-right: auto;
	margin-left: auto;
}

.company .width-min {
	max-width: 980px!important;
	margin-right: auto;
	margin-left: auto;
}

.gray_bg{
	background-color: #f3f3f3;
	width:100%;
	padding:80px 0;
}
.gbb{border-bottom:1px #e2d7b0 solid; padding-bottom:40px;}


.company ul.cate {
	max-width: 980px!important;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 1rem!important;
}

.company ul.cate li {
    float: left;
    list-style: none;
    margin-top: 0!important;
    padding: 0.3rem 0.8rem!important;
    margin-right: 0.8rem;
    line-height: 1.4;
    font-size: 1.4rem;
    background-color: #f3f3f3;
}

.company ul > li::before {
    color: #a83f3f;
}
.company ul>li:before {
    font-family: icomoon;
    content: ""!important;
    transform: scale(.6);
}
.company ol>li:before, .content ul>li:before {
    display: block;
    position: absolute;
    left: 0;
    color: #a83f3f;
}

.company .kamoku{
	color: #fff;
	margin-top: 1rem;
	margin-bottom: 1rem;
	background: #17204c;
    padding: 0.3rem;
    font-size: 1.4rem;
    width: 70%;
    text-align: center;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	.company .kamoku{
		width: 100%;
}
	
	.gray_bg{
		background-color: #f3f3f3;
		width:100%;
		padding:20px;
		}
	
.gbb{border-bottom:1px #e2d7b0 solid; padding-bottom:20px;}

	}

/*------------------------------------------------------------------------------------

	講師紹介

------------------------------------------------------------------------------------*/
.katagaki{
	font-size: 1.9rem;
  color: #b28f47;
  line-height: 1;
}
.tc{text-align:center;}
.m_auto{margin-left:auto; margin-right:auto;}

/*------------------------------------------------------------------------------------

	塾生の声

------------------------------------------------------------------------------------*/
.voice .content .column-2pc37 .column__item:first-child{
	flex: .3!important;
}

.voice .content .column-2pc37 .column__item:last-child{
	position: relative;
	background-color: #f5f5f5;
	margin-left:15px;
	padding: 20px!important;
	flex:2.5!important;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.voice .content .column-2pc37 .column__item:last-child:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f5f5f5;
}


/*Smartphone*/
@media screen and (max-width: 767px) {
		.voice .content .column-2pc37 .column__item:first-child{
			text-align: center;
		}
	
	.voice .content .column-2pc37 .column__item:first-child img{
		max-width: 25%;
    height: auto;
		display:inline;
		}

	.voice .content .column-2pc37 .column__item:last-child{
		margin-top:30px;
		}

	.voice .content .column-2pc37 .column__item:last-child:before {
		content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-bottom: 20px solid #f5f5f5;
		}
	
	.voice .content .column-2pc37 .column__item:last-child, .voice .content .column-2pc73 .column__item:first-child {
    margin-left: 0px!important;
    margin-right: 0px!important;
		}
	.voice h4 {
		font-size: 2.2rem!important;
		}
}
/*------------------------------------------------------------------------------------

	table

------------------------------------------------------------------------------------*/
.content table.tbl01 {
    margin-top: 2rem;
    width: 100%;
    font-size: 1.6rem;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 0;
    border-bottom: 0;
    border-top-color: #e2d7b0;
    border-left-color: #e2d7b0;
}

.content table.tbl01  th {
    padding: 15px;
	color: #3c3c3c;
    background: #e2d7b0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-right-color: #fff;
    border-bottom-color: #fff;
	font-weight: normal;
}
.content table.tbl01  td {
    padding: 15px;
    background: #fff!important;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-right-color: #e2d7b0;
    border-bottom-color: #e2d7b0;
}
/*Smartphone*/
@media screen and (max-width: 767px) {
	.content table.tbl01 {
    font-size: 1.4rem;
}

.content table.tbl01  th {
    padding: 10px;
}
.content table.tbl01  td {
    padding: 10px;
}
	
	
	

}
/*------------------------------------------------------------------------------------

お問い合わせ

------------------------------------------------------------------------------------*/
.mw_wp_form {
	width: 100%!important;
	max-width: 900px!important;
	margin-right: auto!important;
	margin-left: auto!important;
}

.mw_wp_form dt {
	background-color: #e2d7b0!important;
	position: relative!important;
}
.mw_wp_form dt.req::after {
	content: "\5FC5\9808";
	color: #b28f47;
	font-size: .8em;
	padding-left: 10px;
}

.mw_wp_form dd {
	border: none!important;
}

.mw_wp_form input,
.mw_wp_form textarea
 {
	 width: 100%!important;
	 padding: 3px!important;
}

.mw_wp_form input[type="checkbox"] {
	width: auto!important;
}

.mw_wp_form input.btn-gld
 {
	 max-width: 150px;
	 color: #fff!important;
	 margin-right: auto;
	 margin-left: auto;
}

.mw_wp_form .send-btn:disabled {
	opacity: .5!important;
}

.mw_wp_form_confirm .prv-box {
	display: none!important;
}

/*------------------------------------------------------------------------------------

	フッター

------------------------------------------------------------------------------------*/
.bottomFooter {
	background: none!important;
	padding: 0!important;
}
.bottomFooter .container {
	max-width: none!important;
}
.bottomFooter__navi {
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.bottomFooter__navi .bottomFooter__list {
	width: 75%;
	display: flex!important;
	flex-wrap: wrap!important;
	max-width: 825px;
	margin-right: auto;
}
.bottomFooter__navi .bottomFooter__list:nth-of-type(2) li {
	width: 100%;
	max-width: none;
}
.bottomFooter__navi li {
	width: 33.3333333333%;
	max-width: 275px;
	text-align: left!important;
	display: block!important;
	padding-left: 1.6em;
	margin-bottom: 10px;
	position: relative;
}
.bottomFooter__navi .bottomFooter__list:nth-of-type(1) li::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #e3e0d9;
	position: absolute;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
}
.bottomFooter__list li a {
	font-size: 1.6rem!important;
	font-weight: normal!important;
	color: #17204c!important;
	margin: 0!important;
}
.bottomFooter__copyright {
	color: #fff!important;
	font-size: 1.4rem;
	background-color: #17204c;
	padding: 30px 0;
}

footer.l-footer {
    border-top: #b28f47 5px solid!important;
    padding-top: 30px!important;
	position: relative;
}
footer.l-footer::before {
	content: "";
	width: 100%;
	height: 5px;
	background-color: #17204c;
	position: absolute;
	top: -13px;
	left: 0;
}

.bottomFooter__topBtn {
	width: 70px!important;
	height: 70px!important;
    background-color: #17204c!important;
}
.bottomFooter__topBtn:before {
    margin-top: -8px!important;
    margin-right: -16px!important;
    width: 32px!important;
    height: 32px!important;
    border-top: 1px solid!important;
    border-right: 1px solid!important;
    color: #b28f47!important;
}
.footer-logo-box {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(-11%);
}

/*PC*/
@media screen and (min-width: 768px) {
	.footer-logo {
		width: 55%;
	}
	.footer-contact {
		width: 35%;
	}
	.bottomFooter__topBtn {
		right: 85px!important;
	}
	.bottomFooter__navi {
		display: flex;
		flex-wrap: wrap;
	}
	.bottomFooter__navi .bottomFooter__list:nth-of-type(2) {
		width: 25%;
	}
}
/*Smartphone*/
@media screen and (max-width: 769px) {
	footer.l-footer {
		padding-top: 0!important;
		margin-top: 100px;
		padding-bottom: 10%;
	}
	.footer-logo-box {
		display: none!important;
	}
	.bottomFooter .container {
		margin: 0!important;
	}
	.bottomFooter__navi {
		display: none!important;
		margin-bottom: 0!important;
	}
	.bottomFooter__navi .bottomFooter__list {
		width: 100%;
		max-width: none;
	}
	.bottomFooter__navi .bottomFooter__list:nth-of-type(2) {
		border-top: #b28f47 1px solid!important;
	}
	.bottomFooter__navi li {
		width: 100%;
		max-width: none;
		border-bottom: #b28f47 1px solid;
		padding: 0 3%;
		margin-bottom: 0!important;
	}
	.bottomFooter__navi li:last-child {
		border-bottom: 0;
	}
	.bottomFooter__list li a {
		padding: 10px 6%;
	}
	.bottomFooter__navi li::before {
		left: 3%;
	}

	.bottomFooter__navi .bottomFooter__list:nth-of-type(2) li::before {
		content: "";
		width: 5px;
		height: 5px;
		background-color: #17204c;
		position: absolute;
		top: 50%;
		left: 3.6%;
		transform: translateY(-50%);
	}

	.bottomFooter__topBtn {
		width: 100%!important;
		height: 40px!important;
		position: absolute!important;
		top: -56px;
	}
	.bottomFooter__topBtn:before {
		margin-top: -5px!important;
		margin-right: -10px!important;
		width: 20px!important;
		height: 20px!important;
	}

	.bottomFooter__copyright {
		font-size: 1.0rem;
	}

	.sm-ft {
			position: fixed;
			bottom: 0;
			left: 0;
			z-index: 9998;
	}
	.sm-ft a:nth-of-type(1) {
		border-right: #fff 1px solid;
		box-sizing: border-box;
	}
}